@charset "utf-8";
/*===================
fv
===================*/
.fv {
  width: calc(100% - 30px);
  max-width: 88.888vw;
  margin: 0 auto;
}
.fv__low-wrap {
  /* width: 83.854vw; */
  width: 81.854vw;
  padding-bottom: 3.263vw;
  margin: 0 0 0 auto;
  position: relative;
}
.fv__heading {
  position: absolute;
  bottom: 7.638vw;
  left: 0;
}
.fv__headingEn {
  color: #95d0c0;
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  line-height: 2.66;
  letter-spacing: 0.1em;
}
.fv__headingJa {
  color: #95d0c0;
  /* font-size: 48px; */
  font-size: 32px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.05em;
}
.white-line {
  padding: 5px 10px 6px;
  display: inline-block;
  background-color: #fff;
}
.fv__img {
  width: 100%;
  max-width: 72.916vw;
  margin: 0 0 0 auto;
}
.fv__img--sp {
  display: none;
}
.fv__illust {
  width: 240px;
  position: absolute;
  bottom: 0;
  right: 35px;
}

/*===================
パンくずリスト
===================*/
#pankuzu-wrap {
  width: calc(100% - 40px);
  max-width: 965px;
  margin: 24px auto 86px;
  height: 19px;
  position: relative;
}
#pankuzu {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: -6px;
  z-index: 1;
  overflow-x: scroll;
  /* scrollbar-color: #7e7e7e #fffcf3; */
}
#pankuzu::-webkit-scrollbar {
  background-color: #fffcf3;
  height: 3px;
}
#pankuzu::-webkit-scrollbar-track {
  background: #fffcf3;
}
#pankuzu::-webkit-scrollbar-thumb {
  background: #7e7e7e;
  border-radius: 20px;
}
#pankuzu ul {
  display: flex;
  width: max-content;
  max-width: initial;
}
#pankuzu ul li:not(:last-child) {
  display: flex;
}
#pankuzu ul li:not(:last-child):after {
  content: "";
  width: 38px;
  height: 21px;
  background: url(../imgs/common/pankuzu_arrow.svg) no-repeat top 2px center /
    7px;
  display: block;
}
#pankuzu ul li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
#pankuzu ul li.current {
  color: #c09a61;
  font-weight: 700;
}

/*===================
下層ページfont-size:32px;のタイトル
===================*/
.box-title {
  color: #c09a61;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 45px;
  line-height: 1.75;
}

/*===================
下線付きタイトルfont-size:28px;
===================*/
.heading-line01 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 23px;
  border-bottom: 1px solid #c09a61;
  line-height: 1.42;
}

/*===================
下線付きタイトルfont-size:32px;
===================*/
.heading-line02 {
  color: #c09a61;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 29px;
  position: relative;
  border-bottom: 2px solid #f4e5ce;
  line-height: 1.75;
  z-index: 0;
}
.heading-line02::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #c09a61;
  width: 64px;
  height: 2px;
  display: block;
  z-index: 1;
}

/*===================
下層ページ共通スタイル
===================*/
.low__contents:not(:last-child) {
  padding-bottom: 62px;
}
.low__contents:last-child {
  padding-bottom: 120px;
}
.low__iconlist {
  width: 100%;
  margin-bottom: 47px;
}
.low__iconlist-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.low__iconlist-item:not(:last-child) {
  margin-bottom: 24px;
}
.low__iconlist-item.flex-start {
  align-items: flex-start;
}
.low__iconlist-img {
  width: 104px;
}
.low__iconlist-text {
  width: calc(100% - 124px);
  max-width: 830px;
}

.low__flexWrap {
  display: flex;
  justify-content: space-between;
}

.low__flexWrap-img {
  width: 216px;
  padding-top: 22px;
  padding-left: 24px;
  padding-right: 24px;
}
.low__flexWrap-text {
  width: calc(100% - 216px);
  max-width: 704px;
}

.low__contentsText,
.low__listText,
.low__indentItem {
  color: #202020;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
.low__contentsText:not(:last-child) {
  margin-bottom: 25px;
}
.low__contentsText--type02:not(:last-child) {
  margin-bottom: 9px;
}
.low__contentsText.mgb--none {
  margin-bottom: 0 !important;
}
.low__contentsText a {
  color: #c09a61;
  font-weight: 700;
  text-decoration: underline;
  display: inline;
  width: fit-content;
  position: relative;
  padding-right: 28px;
}
.low__contentsText a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../imgs/treatment/icon_link.png") center center / cover
    no-repeat;
  position: absolute;
  bottom: 5px;
  right: 0;
}
/* .low__link-logo {
  width: 18px;
  height: 18px;
  display: block;
  padding-top: 4px;
  margin-left: 10px;
}
.low__link-logo img {
  display: block;
} */
.low__contentsText--strong {
  font-weight: 700;
}
.low__contentsText.mgb {
  margin-bottom: 50px;
}
.low__contentsText.sml {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.low__contentsText.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.low__border {
  width: 100%;
  padding: 20px 20px;
  margin-bottom: 25px;
  border: 1px solid #c09a61;
}

.low__listItem:not(:last-child) {
  margin-bottom: 25px;
}
.low__listHeading {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.52;
}

.low__table {
  width: 100%;
  max-width: 719px;
  margin-bottom: 25px;
  border-collapse: collapse;
}
.low__table--type02 {
  max-width: 100%;
  min-width: 560px;
  margin-bottom: 0;
}
.low__table--type03 {
  max-width: 100%;
  margin-bottom: 0;
}
.low__table-tr:nth-child(odd) {
  background-color: #e4f4f2;
}
.low__table-tr:nth-child(even) {
  background-color: #fff;
}
.low__table-th,
.low__table-td {
  font-weight: 500;
  padding: 7px 21px 9px 21px;
  line-height: 1.55;
  vertical-align: middle;
}
.low__table-th {
  font-size: 16px;
  width: 191px;
  border-right: 1px solid #95d0c0;
}
.low__table-td {
  font-size: 18px;
}
.low__table-td .sml {
  font-size: 16px;
}
.low__table--type02 .low__table-th {
  font-size: 16px;
  font-weight: 500;
  width: 43.5%;
}
.low__table-td.column3-td1 {
  font-size: 18px;
  font-weight: 500;
  width: 147px;
  border-right: 1px solid #95d0c0;
}
.low__table-td.column3-td2 {
  font-size: 15px;
  font-weight: 500;
  width: calc(56.5% - 147px);
}
.low__table-td.column2-td1 {
  width: 56.5%;
  background-color: #fff;
}

.low__contentsText a.low__mail {
  font-weight: 400;
  display: inline;
  padding-right: 0;
}
.low__contentsText a.low__mail::after {
  display: none;
}

.low__indentList {
  margin-bottom: 25px;
}
.low__indentItem {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1440px) {
}

@media screen and (max-width: 1440px) {
  /*===================
fv
===================*/
  .fv {
  }
  .fv__low-wrap {
    /* width: 86.854vw; */
    width: 81.854vw;
  }
  .fv__headingEn {
    font-size: clamp(13px, 1.829vw, 18px);
  }
  .fv__headingJa {
    /* font-size: clamp(35px, 4.666vw, 48px); */
    font-size: clamp(24px, 4.666vw, 32px);
  }
  .fv__illust {
    width: 16.666vw;
    right: 2.43vw;
  }
}

@media screen and (max-width: 1180px) {
  /*===================
fv
===================*/
  .fv {
    max-width: 100%;
  }
  .fv__low-wrap {
    width: 100%;
  }
  .fv__img {
    max-width: 85%;
    margin: 0 auto;
  }
  .fv__illust {
    right: 0;
  }
}

@media screen and (max-width: 750px) {
  /*===================
fv
===================*/
  .fv__heading {
    bottom: 8.933vw;
  }
  .fv__headingJa {
    /* font-size: 30px; */
    font-size: 27px;
  }
  .fv__img {
    max-width: 90%;
    margin: 0 0 0 auto;
  }
  .fv__img--pc {
    display: none;
  }
  .fv__img--sp {
    display: block;
  }
  .fv__illust {
    min-width: 70px;
    right: 0;
  }

  /*===================
パンくずリスト
===================*/
  #pankuzu-wrap {
    margin: 15px auto 60px;
  }
  #pankuzu ul li {
    font-size: 14px;
  }
  #pankuzu ul li:not(:last-child):after {
    width: 34px;
    background: url(../imgs/common/pankuzu_arrow.svg) no-repeat top 2px center /
      6px;
  }

  /*===================
下層ページfont-size:32px;のタイトル
===================*/
  .box-title {
    font-size: 21px;
    margin-bottom: 25px;
  }

  /*===================
下線付きタイトルfont-size:28px;
===================*/
  .heading-line01 {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 13px;
  }

  /*===================
下線付きタイトルfont-size:32px;
===================*/
  .heading-line02 {
    font-size: 21px;
    padding-bottom: 9px;
    margin-bottom: 19px;
  }
  .heading-line02::before {
    width: 42px;
  }

  /*===================
下層ページ共通スタイル
===================*/
  .low__contents:not(:last-child) {
    padding-bottom: 50px;
  }
  .low__contents:last-child {
    padding-bottom: 70px;
  }

  .low__iconlist {
    margin-bottom: 35px;
  }
  .low__iconlist-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .low__iconlist-img {
    width: 70px;
  }
  .low__iconlist-text {
    width: calc(100% - 90px);
    max-width: 100%;
  }

  .low__flexWrap-img {
    width: 152px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .low__flexWrap-text {
    width: calc(100% - 162px);
    max-width: 100%;
  }

  .low__contentsText,
  .low__listText,
  .low__indentItem {
    font-size: 14px;
  }
  .low__contentsText:not(:last-child) {
    margin-bottom: 20px;
  }
  .low__contentsText--type02:not(:last-child) {
    margin-bottom: 7px;
  }
  .low__contentsText a {
    padding-right: 25px;
  }
  .low__contentsText a::after {
    width: 15px;
    height: 15px;
    bottom: 4px;
  }
  /* .low__link-logo {
    width: 18px;
    height: 18px;
    padding-top: 4px;
    margin-left: 10px;
  } */
  .low__contentsText.mgb {
    margin-bottom: 35px;
  }
  .low__contentsText.sml {
    font-size: 12px;
  }

  .low__border {
    padding: 15px 20px;
    margin-bottom: 20px;
  }

  .low__listItem:not(:last-child) {
    margin-bottom: 20px;
  }
  .low__listHeading {
    font-size: 16px;
  }

  .low__table {
    max-width: 460px;
    margin-bottom: 20px;
  }
  .low__table--type02 {
    max-width: 100%;
    margin-bottom: 0;
  }
  .low__table--type03 {
    max-width: 100%;
    margin-bottom: 0;
  }
  .low__table-th,
  .low__table-td {
    padding: 5px 15px 6px 15px;
  }
  .low__table-th {
    font-size: 14px;
    width: 35%;
  }
  .low__table--type03 .low__table-th {
    width: 202px;
  }
  .low__table-td.column2-td1 {
    width: calc(100% - 202px);
  }
  .low__table-td {
    font-size: 16px;
    width: 65%;
  }
  .low__table-td .sml {
    font-size: 14px;
  }
  .low__table--type02 .low__table-th {
    font-size: 14px;
    width: 202px;
  }
  .low__table-td.column3-td1 {
    font-size: 16px;
    width: 122px;
  }
  .low__table-td.column3-td2 {
    font-size: 13px;
    width: calc(100% - 324px);
  }

  .low__indentList {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  /*===================
下層ページ共通スタイル
===================*/
  .low__tableWrap {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  /*===================
fv
===================*/
  .fv__headingEn {
    font-size: 11px;
    line-height: 2;
  }
  .fv__headingJa {
    font-size: 24px;
  }
  .white-line {
    padding: 2px 5px 3px;
  }

  /*===================
下層ページ共通スタイル
===================*/
  .low__flexWrap {
    display: block;
  }
  .low__flexWrap-img {
    width: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 7px;
  }
  .low__flexWrap-text {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  /*===================
fv
===================*/
  .fv {
  }
  .fv__low-wrap {
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 375px) {
  /*===================
下層ページ共通スタイル
===================*/
  .low__iconlist-item {
    display: block;
  }
  .low__iconlist-img {
    margin: 0 auto 7px;
  }
  .low__iconlist-text {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
}
