@charset "UTF-8";
/*----------------------------------
  section-header
----------------------------------*/
.section-header {
  background-image: url(../images/common/section-header_04.webp);
}

.section-header .contents-text {
  font-weight: 500;
  margin-top: 70px;
}

/*----------------------------------
  policy-contents
----------------------------------*/
.policy-contents {
  margin-top: 80px;
  margin-bottom: 120px;
}

.policy-item {
  margin-top: 80px;
}

.policy-item__title {
  background: var(--color06);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-left: 1.25em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.policy-item__title::before {
  aspect-ratio: 1 / 1;
  background: var(--color06);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: translateY(-50%);
  width: 0.41em;
}

.policy-item__inner {
  margin-left: auto;
  margin-right: auto;
  width: 82.982%;
}

.policy-item__lead {
  margin-top: 2em;
}

.policy-item__list {
  margin-top: 40px;
}

.policy-item__text {
  text-indent: -1em;
  padding-left: 1em;
}

.policy-item__text:not(:first-child) {
  margin-top: 1.17em;
}

.policy-item__text .num {
  background: var(--color06);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.policy-item__info {
  border-top: 1px solid var(--color04);
  margin-top: 40px;
  margin-left: auto;
  width: 364px;
}

.policy-item__info .contents-text {
  margin-top: 20px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.policy-item__subtitle {
  background: var(--color06);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 500;
  margin-top: 2em;
  text-indent: -1em;
  padding-left: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.policy-item__child {
  padding-left: 1em;
}

.policy-item__details {
  margin-left: 2em;
}

.policy-item__detail {
  text-indent: -2em;
  padding-left: 2em;
}

.policy-item__detail.policy-mt {
  text-indent: 0;
  padding-left: 0;
}

.policy-mt {
  margin-top: 20px;
}

.policy-mt__large {
  margin-top: 40px;
}

.policy-item:nth-child(2) .policy-item__lead {
  margin-top: 20px;
}

.policy-item:nth-child(2) .policy-item__text {
  margin-top: 0;
}

.policy-contact {
  border: 1px solid var(--color02);
  margin-top: 80px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.policy-contact__title {
  color: var(--color01);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.policy-contact__text {
  margin-top: 15px;
  text-align: center;
}

/*----------------------------------
  Media Query
----------------------------------*/
/* sp */
@media not all and (min-width: 768px) {
  /* section-header */
  .section-header .en {
    display: block;
    margin-bottom: 10px;
  }

  .section-header .contents-text {
    margin-top: 40px;
  }

  /* policy-contents */
  .policy-contents {
    margin-bottom: 80px;
  }

  .policy-item__inner {
    width: 100%;
  }

  .policy-item__lead {
    margin-top: 2.6em;
  }

  .policy-item__text:not(:first-child) {
    margin-top: 1.33em;
  }

  .policy-item__info {
    width: 263px;
  }

  .policy-item__info .contents-text {
    font-size: 14px;
  }

  .policy-item__subtitle {
    margin-top: 2.66em;
  }

  .policy-item:nth-child(2) .policy-item__list {
    margin-top: 20px;
  }

  .policy-contact {
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .policy-contact__title {
    font-size: 15px;
  }
}
