@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  padding-bottom: 29px;
}
#mainimg::after {
  content: "";
  position: absolute;
  left: 0;
  /* bottom: max(calc(vwCalc(45, 1600) * -1), -45px); */
  bottom: max(-8.75vw, -140px);
  width: 100%;
  aspect-ratio: 1600/350;
  max-height: 350px;
  background: url(../images/mainshape.webp) no-repeat left/100% 350px;
}
#mainimg #mainslider {
  /*  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  .slide{
    width: calc(perCalc(800,1600) - (10px/2));
  }
  img {
    height: calc(50vh - (177px/2) - (10px/2) - (29px/2));
    @include object-fit(cover);
  } */
}
#mainimg #mainslider.all .images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#mainimg #mainslider.all .images img {
  width: calc(50% - 5px);
  height: calc(50vh - 177px - 10px - 29px - 5px);
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg #mainslider.all .all img {
  width: 100%;
  height: calc(100vh - 177px - 10px - 29px);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: min(43.75vw, 700px);
}
#mainimg .contents {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: max((100% - 1180px) / 2, 90px);
  padding-right: 7.25%;
  z-index: 1;
  /*  display: flex;
   flex-direction: column;
   align-items: start; */
  height: 100%;
  padding-top: min(10vh, 100px);
}
#mainimg .contents .top {
  display: flex;
  align-items: start;
  -moz-column-gap: 2.7472527473%;
       column-gap: 2.7472527473%;
  width: 100%;
  margin-bottom: 20px;
}
#mainimg .contents .top .left {
  display: flex;
  flex-direction: column;
  align-items: start;
  /* .catch */
  /* .bnrs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  } */
}
#mainimg .contents .top .left .catch {
  /*  display: inline-flex;
   flex-direction: column;
   row-gap: 12px; */
  font-family: "M PLUS 2", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  margin-bottom: 17px;
  padding-left: 10px;
  /*  p {
     display: flex;
     flex-direction: column;
     align-items: start;
   }
   p > * {
     padding: 8px 25px 8px 25px;
     background-color: #208e9a;
   }
   .title {
     color: #208e9a;
     span {
       border-radius: 10px;
       background-color: #fff;
     }
   }
   :not(.title) {
     span {
       border-top-right-radius: 10px;
       border-bottom-left-radius: 10px;
       border-bottom-right-radius: 10px;
     }
   } */
}
#mainimg .contents .top .left .catch small {
  display: block;
  color: #3f342d;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#mainimg .contents .top .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
#mainimg .contents .top .right .title {
  background-color: #208e9a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px/50%;
}
#mainimg .contents .top .right ul {
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #3f342d;
  padding: 20px 60px 20px 30px;
  border-radius: 20px;
}
#mainimg .contents .top .right ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  /* .shape {
    width: 20px;
    aspect-ratio: 1/1;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #208e9a;
    }
    &::after {
      content: "";
      position: absolute;
      //width: 21px;
      width: perCalc(21, 20);
      aspect-ratio: 21/12;
      background: url(../images/check.png) no-repeat center/cover;
    }
  } */
}
#mainimg .contents .top .right ul li::before {
  content: "";
  width: 28px;
  aspect-ratio: 28/27;
  background: url(../images/list-shape.png) no-repeat center/cover;
}
#mainimg .contents .top .right ul li .tx {
  flex: 1;
  /* &:after {
    position: absolute;
    right: 0px;
    bottom: -5px;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #ff7373;
  } */
}
#mainimg .contents .top .right ul li:not(:last-child) {
  margin-bottom: 18px;
}
#mainimg .contents .time {
  border: 1px solid #208e9a;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: auto;
}
#mainimg .contents .time table th,
#mainimg .contents .time table td {
  border-bottom: 1px solid #208e9a;
  padding-bottom: 14px;
}
#mainimg .contents .time table th img,
#mainimg .contents .time table td img {
  margin-right: 5px;
}
#mainimg .contents .time table th {
  padding-right: 20px;
}
#mainimg .contents .time table td {
  padding-left: 10px;
}
#mainimg .contents .time table td:last-child {
  padding-right: 7px;
}
#mainimg .contents .time table th,
#mainimg .contents .time table thead td {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
}
#mainimg .contents .time table thead th {
  color: #208e9a;
}
#mainimg .contents .time table tbody th,
#mainimg .contents .time table tbody td {
  padding-top: 10px;
}
#mainimg .contents .time table tbody th {
  padding-left: 10px;
}
#mainimg .contents .time table tbody td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
}
@media (max-width: 1599px) {
  #mainimg::after {
    background-size: cover;
  }
}
@media (max-width: 1300px) {
  #mainimg .contents {
    padding-left: max((100% - 1180px) / 2, 10px);
  }
  #mainimg .contents .top .left .catchs,
  #mainimg .contents .top .left .bnrs {
    /* margin-left: 0px; */
  }
  #mainimg .contents .top .left .catch {
    font-size: 36px;
    /*  p {
       & > * {
         padding-left: 10px;
         padding-right: 10px;
       }
     } */
  }
  #mainimg .contents .time {
    /* padding: 47px 20px 55px;
    margin-left: 0; */
  }
}
@media (max-width: 1180px) {
  #mainimg .contents {
    padding-right: 10px;
  }
}
@media (max-width: 999px) {
  #mainimg::after {
    display: none;
  }
  #mainimg #mainslider {
    position: relative;
  }
  #mainimg #mainslider::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    aspect-ratio: 1600/350;
    max-height: 350px;
    background: url(../images/mainshape.webp) no-repeat left bottom;
    background-size: 100% 50%;
  }
  #mainimg #mainslider img {
    height: auto !important;
  }
  #mainimg .contents {
    padding-top: 70px;
    padding-right: 10px;
  }
  #mainimg .contents .top .left .catch {
    font-size: 28px;
    /* p {
      & > * {
        padding: 5px 10px;
      }
    } */
  }
  #mainimg .contents .top .left .catch small {
    font-size: 16px;
  }
  #mainimg .contents .top .left .bnrs {
    flex-direction: column;
    width: 200px;
  }
  #mainimg .contents .top .right {
    /* position: absolute;
    top: 120px;
    right: 0;
    width: 45%;
    padding: 15px;
    ul {
      li {
        font-size: 14px;
        .shape {
          width: 15px;
        }
        &:not(:last-child) {
          margin-bottom: 8px;
        }
      }
    } */
  }
  #mainimg .contents .top .right ul {
    font-size: 16px;
    padding: 20px 25px;
  }
  #mainimg .contents .time {
    padding: 20px;
  }
  #mainimg .contents .time table th,
  #mainimg .contents .time table thead td {
    font-size: 16px;
  }
  #mainimg .contents .time table tbody td {
    font-size: 16px;
  }
  #mainimg .info-wrapper {
    margin-top: 50px;
  }
  #mainimg .info-wrapper .right {
    margin: 0 10px 30px;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #3f342d;
    padding: 30px 3.2182103611%;
    border-radius: 20px;
  }
  #mainimg .info-wrapper .right ul {
    display: flex;
    flex-wrap: wrap;
  }
  #mainimg .info-wrapper .right ul li {
    width: 50%;
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    /* &::before{
      content: "";
      width: 20px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      background: url(../images/check.png)no-repeat center #208e9a;
    } */
  }
  #mainimg .info-wrapper .right ul li .shape {
    width: 20px;
    aspect-ratio: 1/1;
    position: relative;
  }
  #mainimg .info-wrapper .right ul li .shape::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #208e9a;
  }
  #mainimg .info-wrapper .right ul li .shape::after {
    content: "";
    position: absolute;
    width: 105%;
    aspect-ratio: 21/12;
    background: url(../images/check.png) no-repeat center/cover;
  }
  #mainimg .info-wrapper .right ul li .tx {
    flex: 1;
  }
  #mainimg .info-wrapper .right ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 18px;
  }
  #mainimg .info-wrapper .time {
    border: 1px solid #208e9a;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: auto;
  }
  #mainimg .info-wrapper .time table {
    width: 100%;
  }
  #mainimg .info-wrapper .time table th,
  #mainimg .info-wrapper .time table td {
    border-bottom: 1px solid #208e9a;
    padding-bottom: 4px;
  }
  #mainimg .info-wrapper .time table th img,
  #mainimg .info-wrapper .time table td img {
    margin-right: 5px;
  }
  #mainimg .info-wrapper .time table th {
    padding-right: 30px;
  }
  #mainimg .info-wrapper .time table td {
    padding-left: 20px;
  }
  #mainimg .info-wrapper .time table td:last-child {
    padding-right: 4px;
  }
  #mainimg .info-wrapper .time table th,
  #mainimg .info-wrapper .time table thead td {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #3f342d;
  }
  #mainimg .info-wrapper .time table thead th {
    color: #208e9a;
  }
  #mainimg .info-wrapper .time table tbody th,
  #mainimg .info-wrapper .time table tbody td {
    padding-top: 10px;
  }
  #mainimg .info-wrapper .time table tbody th {
    padding-left: 10px;
  }
  #mainimg .info-wrapper .time table tbody td {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #208e9a;
  }
}
@media (min-width: 768px) {
  #mainimg .info-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #mainimg #mainslider::after {
    background-size: 100%;
  }
  #mainimg #mainslider .slide {
    width: 100%;
  }
  #mainimg .contents {
    position: relative;
    z-index: 1;
    padding-top: 40px;
  }
  #mainimg .contents .top {
    flex-direction: column;
    row-gap: 10px;
  }
  #mainimg .contents .top .left .catch {
    font-size: 22px;
  }
  #mainimg .contents .top .left .catch small {
    font-size: 12px;
  }
  #mainimg .contents .top .left .bnrs {
    /* width: 200px; */
  }
  #mainimg .contents .top .right {
    row-gap: 10px;
  }
  #mainimg .contents .top .right ul {
    font-size: 14px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  #mainimg .contents .top .right ul li {
    width: 50%;
  }
  #mainimg .contents .top .right ul li::before {
    width: 22px;
  }
  #mainimg .contents .top .right {
    /* top: 105px;
    width: 55%;
    max-width: 300px;
    ul {
      li {
        font-size: 14px;
        .shape {
          width: 15px;
        }
        .tx {
          &:after {
            bottom: -3px;

            height: 3px;
          }
        }
      }
    } */
  }
  #mainimg .contents .time {
    display: none;
  }
  #mainimg .info-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 0px;
  }
  #mainimg .info-wrapper .right {
    padding: 20px 3.2182103611% 29px;
    font-size: 14px;
  }
  #mainimg .info-wrapper .right ul {
    display: initial;
  }
  #mainimg .info-wrapper .right ul li {
    width: initial;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #mainimg .info-wrapper .right ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: initial;
  }
  #mainimg .info-wrapper .right ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  #mainimg .info-wrapper .time {
    padding: 20px 15px;
  }
  #mainimg .info-wrapper .time table th,
  #mainimg .info-wrapper .time table td {
    font-size: 13px !important;
    line-height: 1.6;
    padding-bottom: 4px;
  }
  #mainimg .info-wrapper .time table th {
    padding-right: 4px;
  }
  #mainimg .info-wrapper .time table td {
    padding-left: 4px;
  }
  #mainimg .info-wrapper .time table td:last-child {
    padding-right: 4px;
  }
  #mainimg .info-wrapper .time table thead th {
    color: #208e9a;
  }
  #mainimg .info-wrapper .time table tbody td {
    color: #208e9a;
  }
}
@media (max-width: 500px) {
  #mainimg .contents .top {
    /* 
           //バナー横並びに、右テキスト下に配置の場合
           //右テキストを移動させない場合
           .right {
             position: relative;
             top: 0px;
             width: 100%;
             max-width: none;
           }
    */
  }
  #mainimg .contents .top .left {
    /* 
    //バナー横並びに、右テキスト下に配置の場合
    .bnrs {
      width: 100%;
      flex-direction: row;
      flex-wrap: nowrap;
    }
     */
  }
  #mainimg .contents .top .left .catch {
    font-size: 18px;
    /* p {
      & > * {
        padding: 5px;
      }
    } */
  }
  #mainimg .contents .top .left .catch small {
    font-size: 10px;
  }
  #mainimg .contents .top .left .bnrs {
    /* width: 160px; */
  }
  #mainimg .contents .top .right {
    /* width: 50%;
    padding: 10px;
    border-radius: 10px; */
  }
  #mainimg .contents .top .right ul {
    font-size: 13px;
    padding: 10px;
  }
  #mainimg .contents .top .right ul li {
    /* font-size: 12px;
    .shape {
      width: 12px;
    }
    &:not(:last-child) {
      margin-bottom: 4px;
    } */
  }
}

/* ----------------------------------------------
symptomsworries
------------------------------------------------- */
#symptomsworries {
  margin-top: min(8.75vw, 140px);
}
#symptomsworries .heading1 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
#symptomsworries .heading1 h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
#symptomsworries .txtset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
#symptomsworries .mediaset {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 20px;
}
#symptomsworries .mediaset .imgbox {
  width: 40%;
}
#symptomsworries .mediaset .imgbox img {
  width: 100%;
  border-radius: 10px;
}
#symptomsworries .mediaset .txtbox {
  flex: 1;
  padding-top: 15px;
}
#symptomsworries .mediaset .txtbox .listset {
  background-color: #fff;
  padding: 34px 20px;
}
#symptomsworries .mediaset .txtbox .listset ul li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 5px;
  display: flex;
  align-items: start;
  -moz-column-gap: 7px;
       column-gap: 7px;
  position: relative;
}
#symptomsworries .mediaset .txtbox .listset ul li::before {
  content: "";
  margin-top: 5px;
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4fb9eb;
}
#symptomsworries .mediaset .txtbox .listset ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 22px);
  height: 2px;
  background-color: #ff4d4d;
}
#symptomsworries .mediaset .txtbox .listset ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  #symptomsworries {
    margin-top: 50px;
  }
  #symptomsworries .heading1 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #symptomsworries .heading1 h2 {
    font-size: 22px;
  }
  #symptomsworries .mediaset {
    flex-direction: column;
    row-gap: 40px;
  }
  #symptomsworries .mediaset .imgbox {
    width: 100%;
  }
  #symptomsworries .mediaset .txtbox .listset {
    padding: 34px 15px;
  }
  #symptomsworries .mediaset .txtbox .listset ul li {
    font-size: 16px;
  }
  #symptomsworries .mediaset .txtbox .listset ul li::before {
    margin-top: 2px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  position: relative;
  background-color: #f9f6f0;
  padding: 40px 0 109px;
}
#news .bg {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  background-color: #fff;
  padding: 85px 0 60px;
  border-radius: 20px;
}
#news .bg .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 6.7796610169%;
       column-gap: 6.7796610169%;
}
#news .bg .inner h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: left;
}
#news .bg .inner h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  display: flex;
  align-items: center;
  justify-content: left;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: -4px;
}
#news .bg .inner h2 small::before, #news .bg .inner h2 small::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #208e9a;
}
#news .bg .inner h2 small::after {
  display: none;
}
@media (max-width: 999px) {
  #news .bg .inner h2 {
    font-size: 26px;
  }
  #news .bg .inner h2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #news .bg .inner h2 {
    font-size: 20px;
  }
}
#news .bg .inner .right {
  flex: 1;
  margin-top: 20px;
}
#news .bg .inner .right .contents {
  margin-bottom: 40px;
}
#news .bg .inner .right .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 16px;
  color: #3f342d;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: end;
  margin-left: auto;
}
#news .bg .inner .right .btn a:hover {
  opacity: 0.6;
}
#news .bg .inner .right .btn a::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow1.webp) no-repeat center #208e9a;
}
@media (max-width: 999px) {
  #news .bg .inner .right .btn a {
    font-size: 14px;
  }
  #news .bg .inner .right .btn a::before {
    width: 35px;
  }
}
@media (max-width: 767px) {
  #news .bg .inner .right .btn a::before {
    width: 30px;
  }
}
@media (max-width: 999px) {
  #news {
    padding: 30px 0 80px;
  }
  #news .bg {
    padding: 70px 0 50px;
  }
  #news .bg .inner .right .contents {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news {
    padding: 20px 0 70px;
  }
  #news .bg {
    padding: 50px 0 30px;
  }
  #news .bg .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #news .bg .inner .right .contents {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
point
------------------------------------------------- */
#point {
  position: relative;
  padding: 106px 10px 0px;
}
#point::before, #point::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#point::before {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background: url(../images/point-bg.webp) no-repeat center/cover;
}
#point::after {
  top: max(-3.375vw, -54px);
  left: 50%;
  transform: translateX(-50%);
  width: 11.625%;
  max-width: 186px;
  aspect-ratio: 186/111;
  background: url(../images/point-shape.webp) no-repeat center/cover;
}
#point h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
#point h2 .inner {
  position: relative;
}
#point h2 .inner span:first-child {
  position: absolute;
  width: calc(100% + 1px);
  left: 1px;
  top: 1px;
  color: #f9f6f0;
}
#point h2 .inner span:last-child {
  position: relative;
}
#point .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
  margin-bottom: 108px;
}
#point .tx {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-13deg);
  left: 8.75%;
  font-family: "chaparral-pro", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 60px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #f9f6f0;
}
#point .contents {
  position: relative;
  margin: 0 auto 149px;
  width: 278px;
  aspect-ratio: 1/1;
}
#point .contents::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #f9f6f0;
}
#point .contents .block {
  position: absolute;
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f9f6f0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
#point .contents .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
}
#point .contents .block .title small {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#point .contents .block:nth-child(1) {
  transform: translate(-50%, -27%);
}
#point .contents .block:nth-child(2) {
  transform: translate(-40%, -38%);
}
#point .contents .block:nth-child(3) {
  transform: translate(-60%, -38%);
}
#point .btn {
  position: relative;
  z-index: 1;
}
#point .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  width: 400px;
  height: 80px;
  border-radius: 40px;
  background: url(../images/arow2.webp) no-repeat center right 30px #208e9a;
  margin: 0 auto;
}
#point .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #point .btn a {
    font-size: 16px;
    width: 340px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #point .btn a {
    font-size: 14px;
    width: 280px;
    height: 60px;
  }
}
@media (max-width: 1200px) {
  #point h2 {
    font-size: 40px;
  }
  #point .tx {
    font-size: 50px;
    left: 6%;
  }
}
@media (max-width: 999px) {
  #point {
    padding-top: 80px;
  }
  #point::before {
    height: calc(100% - 35px);
  }
  #point h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #point .catch {
    font-size: 18px;
    margin-bottom: 80px;
  }
  #point .tx {
    font-size: 35px;
    left: 4%;
  }
  #point .contents {
    margin-bottom: 120px;
    width: 220px;
  }
  #point .contents .block {
    width: 150px;
  }
  #point .contents .block .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #point {
    padding-top: 70px;
  }
  #point::before {
    height: calc(100% - 30px);
  }
  #point h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #point .catch {
    font-size: 16px;
    margin-bottom: 60px;
  }
  #point .tx {
    font-size: 24px;
    left: 2%;
  }
  #point .contents {
    margin-bottom: 90px;
    width: 170px;
  }
  #point .contents .block {
    width: 120px;
  }
  #point .contents .block .icon {
    max-width: 40px;
  }
  #point .contents .block .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
reasons
------------------------------------------------- */
#reasons {
  margin-top: -40px;
  position: relative;
  padding-top: 146px;
  padding-bottom: 61px;
}
#reasons::before, #reasons::after {
  content: "";
  position: absolute;
  top: max(-5.1875vw, -83px);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
#reasons::before {
  left: 0;
  width: 35.5625%;
  aspect-ratio: 569/525;
  background-image: url(../images/reasons-shape1.webp);
}
#reasons::after {
  right: 0;
  width: 35.0625%;
  aspect-ratio: 561/525;
  background-image: url(../images/reasons-shape2.webp);
}
#reasons .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #f9f6f0;
}
#reasons h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
  margin-bottom: 71px;
}
#reasons h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 3px;
}
#reasons h2 small::before, #reasons h2 small::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #208e9a;
}
@media (max-width: 999px) {
  #reasons h2 {
    font-size: 26px;
  }
  #reasons h2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #reasons h2 {
    font-size: 20px;
  }
}
#reasons .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 2.9661016949%;
  justify-content: center;
}
#reasons .contents .block {
  width: 31.3559322034%;
  display: flex;
  flex-direction: column;
}
#reasons .contents .block .image {
  aspect-ratio: 370/240;
  position: relative;
  margin-bottom: 27px;
}
#reasons .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#reasons .contents .block .image .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4fb9eb;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#reasons .contents .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #208e9a;
  margin-bottom: 16px;
}
#reasons .contents .block .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-top: auto;
}
@media (max-width: 1200px) {
  #reasons .contents .block .title br {
    display: none;
  }
}
@media (max-width: 999px) {
  #reasons {
    margin-top: -35px;
    padding-top: 120px;
  }
  #reasons h2 {
    margin-bottom: 50px;
  }
  #reasons .contents .block .image {
    margin-bottom: 15px;
  }
  #reasons .contents .block .image .num {
    width: 40px;
    font-size: 20px;
  }
  #reasons .contents .block .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #reasons .contents .block .text {
    font-size: 14px;
  }
  #reasons .contents .block .text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #reasons {
    padding-bottom: 0;
    margin-top: -30px;
    padding-top: 80px;
  }
  #reasons h2 {
    margin-bottom: 40px;
  }
  #reasons .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #reasons .contents .block {
    width: 47%;
  }
  #reasons .contents .block .image {
    margin-bottom: 10px;
  }
  #reasons .contents .block .image .num {
    width: 30px;
    font-size: 18px;
  }
  #reasons .contents .block .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
beginner
------------------------------------------------- */
#beginner {
  background-color: #f9f6f0;
  padding-top: 96px;
  padding-bottom: 61px;
}
#beginner h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
  margin-bottom: 24px;
}
#beginner h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 3px;
}
#beginner h2 small::before, #beginner h2 small::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #208e9a;
}
@media (max-width: 999px) {
  #beginner h2 {
    font-size: 26px;
  }
  #beginner h2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #beginner h2 {
    font-size: 20px;
  }
}
#beginner .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
  margin-bottom: 55px;
  padding: 0 10px;
}
#beginner .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}
#beginner .links {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 31px 3.3898305085%;
  margin-bottom: 108px;
  overflow-x: clip;
}
#beginner .links .block {
  width: 48.3050847458%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}
#beginner .links .block a {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  padding: 20px 40px 20px 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#beginner .links .block a:hover {
  opacity: 0.6;
}
#beginner .links .block a .title {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#beginner .links .block a .title span {
  flex: 1;
}
#beginner .links .block a .title::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow1.webp) no-repeat center #208e9a;
}
#beginner .links .block:not(.a) {
  padding: 20px 40px 20px 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#beginner .links .block .image {
  width: 39.2156862745%;
}
#beginner .links .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
#beginner .links .block .title {
  flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
}
#beginner .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 3.3898305085%;
  overflow-x: clip;
}
#beginner .contents .block {
  width: 48.3050847458%;
  position: relative;
  border: 10px solid;
  border-radius: 15px;
  background-color: #fff;
  padding: 45px 37.5px 44px;
  border-width: 10px;
}
#beginner .contents .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  width: -moz-max-content;
  width: max-content;
  padding: 1px 10px;
  text-align: center;
  border-radius: 5px;
}
#beginner .contents .block ul {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
}
#beginner .contents .block ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
#beginner .contents .block ul li::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#beginner .contents .block ul li:not(:last-child) {
  margin-bottom: 26px;
}
#beginner .contents .block.brown {
  border-color: #b69c95;
}
#beginner .contents .block.brown .title {
  background-color: #b69c95;
}
#beginner .contents .block.brown ul li {
  border-bottom-color: #b69c95;
}
#beginner .contents .block.brown ul li::before {
  background-color: #b69c95;
}
#beginner .contents .block.blue {
  border-color: #4fb9eb;
}
#beginner .contents .block.blue .title {
  background-color: #4fb9eb;
}
#beginner .contents .block.blue ul li {
  border-bottom-color: #4fb9eb;
}
#beginner .contents .block.blue ul li::before {
  background-color: #4fb9eb;
}
@media (max-width: 999px) {
  #beginner {
    padding-top: 70px;
  }
  #beginner h2 {
    margin-bottom: 15px;
  }
  #beginner .catch {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #beginner .links {
    margin-bottom: 90px;
    row-gap: 20px;
  }
  #beginner .links .block a {
    padding: 15px;
  }
  #beginner .links .block a .title::after {
    width: 35px;
  }
  #beginner .links .block:not(.a) {
    padding: 15px;
  }
  #beginner .links .block .title {
    font-size: 18px;
  }
  #beginner .contents {
    row-gap: 50px;
  }
  #beginner .contents .block {
    padding: 30px;
  }
  #beginner .contents .block .title {
    font-size: 18px;
  }
  #beginner .contents .block ul {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #beginner {
    padding-top: 60px;
  }
  #beginner h2 {
    margin-bottom: 10px;
  }
  #beginner .catch {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #beginner .mainimage img {
    min-height: 150px;
  }
  #beginner .links {
    margin-bottom: 80px;
    row-gap: 10px;
  }
  #beginner .links .block a {
    padding: 10px;
    flex-direction: column;
    row-gap: 10px;
  }
  #beginner .links .block a .title::after {
    width: 30px;
  }
  #beginner .links .block .image {
    width: 100%;
    max-width: 200px;
  }
  #beginner .links .block:not(.a) {
    padding: 10px;
  }
  #beginner .links .block .title {
    font-size: 16px;
  }
  #beginner .contents {
    flex-direction: column;
    row-gap: 40px;
  }
  #beginner .contents .block {
    width: 100%;
    padding: 25px 15px;
    border-width: 7px;
  }
  #beginner .contents .block .title {
    font-size: 16px;
    top: -7px;
  }
  #beginner .contents .block ul {
    font-size: 14px;
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  background-color: #f9f6f0;
  padding: 168px 0 110px;
}
#menu .contents {
  margin-left: 200px;
  padding-right: max((100% - 1180px) / 2, 10px);
  padding-bottom: 100px;
  background-color: #fff;
  border-bottom-left-radius: 50px;
  display: flex;
  align-items: start;
  -moz-column-gap: 5.1260504202%;
       column-gap: 5.1260504202%;
}
#menu .contents .image {
  width: 50.4201680672%;
  margin-left: -61px;
  margin-top: -60px;
}
#menu .contents .image img {
  width: 100%;
  height: 100%;
  max-height: 940px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 30px;
}
#menu .contents .right {
  flex: 1;
  padding-top: 85px;
}
#menu .contents .right h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: left;
  margin-bottom: 27px;
}
#menu .contents .right h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  display: flex;
  align-items: center;
  justify-content: left;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: -4px;
}
#menu .contents .right h2 small::before, #menu .contents .right h2 small::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #208e9a;
}
#menu .contents .right h2 small::after {
  display: none;
}
@media (max-width: 999px) {
  #menu .contents .right h2 {
    font-size: 26px;
  }
  #menu .contents .right h2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #menu .contents .right h2 {
    font-size: 20px;
  }
}
#menu .contents .right .content {
  margin-bottom: 40px;
}
#menu .contents .right .content .block {
  background-color: #208e9a;
  border-radius: 10px;
  padding: 26px 18px 36px;
}
#menu .contents .right .content .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 10px;
}
#menu .contents .right .content .block ul {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0 27px;
}
#menu .contents .right .content .block ul li {
  border-bottom: 1px solid #fff;
  padding: 0 10px 10px;
}
#menu .contents .right .content .block ul li:not(:last-child) {
  margin-bottom: 14px;
}
#menu .contents .right .content .block:not(:last-child) {
  margin-bottom: 29px;
}
#menu .contents .right .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 16px;
  color: #3f342d;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: end;
}
#menu .contents .right .btn a:hover {
  opacity: 0.6;
}
#menu .contents .right .btn a::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow1.webp) no-repeat center #208e9a;
}
@media (max-width: 999px) {
  #menu .contents .right .btn a {
    font-size: 14px;
  }
  #menu .contents .right .btn a::before {
    width: 35px;
  }
}
@media (max-width: 767px) {
  #menu .contents .right .btn a::before {
    width: 30px;
  }
}
@media (max-width: 999px) {
  #menu {
    padding: 140px 0 90px;
  }
  #menu .contents {
    margin-left: 20px;
    padding-bottom: 70px;
  }
  #menu .contents .image {
    margin-left: -10px;
    margin-top: -40px;
  }
  #menu .contents .right {
    padding-top: 70px;
  }
  #menu .contents .right h2 {
    margin-bottom: 20px;
  }
  #menu .contents .right .content {
    margin-bottom: 30px;
  }
  #menu .contents .right .content .block {
    padding: 20px 15px;
  }
  #menu .contents .right .content .block .title {
    font-size: 20px;
  }
  #menu .contents .right .content .block ul {
    font-size: 14px;
    padding: 0 20px;
  }
  #menu .contents .right .content .block:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #menu {
    padding: 100px 0 80px;
  }
  #menu .contents {
    padding-bottom: 50px;
    flex-direction: column;
    row-gap: 30px;
    margin-left: 10px;
    padding-left: 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  #menu .contents .image {
    margin: -20px auto 0;
    width: 100%;
    max-width: 400px;
  }
  #menu .contents .image img {
    max-height: 200px;
    border-radius: 20px;
  }
  #menu .contents .right {
    padding-top: 0px;
    width: 100%;
  }
  #menu .contents .right h2 {
    margin-bottom: 10px;
  }
  #menu .contents .right .content {
    margin-bottom: 20px;
  }
  #menu .contents .right .content .block {
    padding: 10px;
  }
  #menu .contents .right .content .block .title {
    font-size: 18px;
  }
  #menu .contents .right .content .block ul {
    padding: 0 10px;
  }
  #menu .contents .right .content .block ul li {
    padding: 0 5px 5px;
  }
  #menu .contents .right .content .block:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
worries
------------------------------------------------- */
#worries {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding-bottom: 161px;
}
#worries::before, #worries::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#worries::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f6f0;
}
#worries::after {
  top: max(-4.5625vw, -73px);
  right: 0;
  width: 26.75%;
  max-width: 428px;
  aspect-ratio: 428/526;
  background: url(../images/worries-shape2.webp) no-repeat center/cover;
}
#worries .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#worries .bg::before, #worries .bg::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
#worries .bg::before {
  top: 0;
  aspect-ratio: 1600/350;
  max-height: 350px;
  background: url(../images/worries-shape.webp) no-repeat left/100% 350px;
}
#worries .bg::after {
  bottom: 0;
  height: calc(100% - min(21.875vw, 350px) + 5px);
  background-color: #ece6dc;
}
#worries h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
  margin-bottom: 22px;
}
#worries h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 3px;
}
#worries h2 small::before, #worries h2 small::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #208e9a;
}
@media (max-width: 999px) {
  #worries h2 {
    font-size: 26px;
  }
  #worries h2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #worries h2 {
    font-size: 20px;
  }
}
#worries .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
  margin-bottom: 55px;
  padding: 0 10px;
}
#worries .container {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  background-color: #fff;
  border-radius: 20px;
  padding: 36px 0 59px;
  min-height: 455px;
}
#worries .container:not(:last-child) {
  margin-bottom: 41px;
}
#worries .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#worries .contents .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-bottom: 40px;
}
#worries .contents .heading span {
  padding: 13px 16px;
  border-bottom: 1px solid #3f342d;
}
#worries .contents .content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
#worries .contents .content .block .image {
  position: relative;
  margin-bottom: 15px;
}
#worries .contents .content .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#worries .contents .content .block .image a {
  transition: all 0.5s ease-out;
}
#worries .contents .content .block .image a:hover {
  opacity: 0.6;
}
#worries .contents .content .block .image a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow1.webp) no-repeat center #208e9a;
}
#worries .contents .content .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
}
#worries .contents .content.col4 {
  -moz-column-gap: 2.8248587571%;
       column-gap: 2.8248587571%;
}
#worries .contents .content.col4 .block {
  width: 22.8813559322%;
}
#worries .contents .content.col4 .block .image {
  aspect-ratio: 270/180;
}
#worries .contents .content.col5 {
  -moz-column-gap: 0.6355932203%;
       column-gap: 0.6355932203%;
}
#worries .contents .content.col5 .block {
  width: 19.4915254237%;
}
#worries .contents .content.col5 .block .image {
  aspect-ratio: 230/180;
}
@media (max-width: 1599px) {
  #worries .bg::before {
    background-size: cover;
  }
}
@media (max-width: 999px) {
  #worries {
    padding-bottom: 130px;
  }
  #worries h2 {
    margin-bottom: 15px;
  }
  #worries .catch {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #worries .container {
    padding: 25px 0 45px;
    min-height: unset;
  }
  #worries .container:not(:last-child) {
    margin-bottom: 30px;
  }
  #worries .contents .heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #worries .contents .content .block .image a::after {
    width: 35px;
  }
  #worries .contents .content .block .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #worries {
    padding-bottom: 90px;
  }
  #worries h2 {
    margin-bottom: 10px;
  }
  #worries .catch {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #worries .container {
    padding: 15px 0 30px;
    min-height: unset;
  }
  #worries .container:not(:last-child) {
    margin-bottom: 20px;
  }
  #worries .contents .heading {
    font-size: 18px;
    margin-bottom: 20px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #worries .contents .heading span {
    padding: 5px 8px;
  }
  #worries .contents .heading img {
    max-width: 30px;
  }
  #worries .contents .content {
    -moz-column-gap: 2% !important;
         column-gap: 2% !important;
  }
  #worries .contents .content .block {
    width: 32% !important;
  }
  #worries .contents .content .block .image {
    margin-bottom: 10px;
    aspect-ratio: 270/180 !important;
  }
  #worries .contents .content .block .image a::after {
    width: 30px;
  }
  #worries .contents .content .block .title {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #worries .contents .content {
    -moz-column-gap: 6% !important;
         column-gap: 6% !important;
  }
  #worries .contents .content .block {
    width: 47% !important;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice {
  background-color: #f9f6f0;
  padding-top: 104px;
}
#voice .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 46px;
}
#voice .head h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: left;
}
#voice .head h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  display: flex;
  align-items: center;
  justify-content: left;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: -4px;
}
#voice .head h2 small::before, #voice .head h2 small::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #208e9a;
}
#voice .head h2 small::after {
  display: none;
}
@media (max-width: 999px) {
  #voice .head h2 {
    font-size: 26px;
  }
  #voice .head h2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #voice .head h2 {
    font-size: 20px;
  }
}
#voice .head h2 small {
  margin-bottom: 3px;
}
#voice .head .voice-cates {
  flex: 1;
  margin-top: 10px;
}
#voice .contents {
  margin-bottom: 80px;
}
#voice .btn {
  position: relative;
  z-index: 2;
}
#voice .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  width: 400px;
  height: 80px;
  border-radius: 40px;
  background: url(../images/arow2.webp) no-repeat center right 30px #208e9a;
  margin: 0 auto;
}
#voice .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #voice .btn a {
    font-size: 16px;
    width: 340px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #voice .btn a {
    font-size: 14px;
    width: 280px;
    height: 60px;
  }
}
@media (max-width: 999px) {
  #voice {
    padding-top: 90px;
  }
  #voice .head {
    margin-bottom: 30px;
  }
  #voice .contents {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #voice {
    padding-top: 70px;
  }
  #voice .head {
    margin-bottom: 20px;
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
  }
  #voice .head .voice-cates {
    margin-top: 0;
  }
  #voice .contents {
    margin-bottom: 60px;
  }
}

/* ----------------------------------------------
q-a
------------------------------------------------- */
#q-a {
  position: relative;
  z-index: 1;
  padding-top: 103px;
  padding-bottom: 61px;
}
#q-a::before, #q-a::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#q-a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f6f0;
}
#q-a::after {
  top: max(-6.5vw, -104px);
  left: 0;
  width: 28.375%;
  max-width: 454px;
  aspect-ratio: 454/430;
  background: url(../images/q-a-shape.webp) no-repeat center/cover;
}
#q-a h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
  margin-bottom: 48px;
}
#q-a h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 3px;
}
#q-a h2 small::before, #q-a h2 small::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #208e9a;
}
@media (max-width: 999px) {
  #q-a h2 {
    font-size: 26px;
  }
  #q-a h2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #q-a h2 {
    font-size: 20px;
  }
}
#q-a .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.3898305085%;
}
#q-a .contents .block {
  width: 48.3050847458%;
}
#q-a .contents .block .q,
#q-a .contents .block .a {
  padding-left: 20px;
  padding-right: 20px;
}
#q-a .contents .block .q {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background-color: #ece6dc;
  min-height: 74px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  cursor: pointer;
}
#q-a .contents .block .q .title {
  flex: 1;
  position: relative;
  padding-left: 21px;
}
#q-a .contents .block .q .title::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
#q-a .contents .block .q .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  background-color: #208e9a;
}
#q-a .contents .block .q .btn::before, #q-a .contents .block .q .btn::after {
  content: "";
  position: absolute;
  width: calc(100% - 11px);
  height: 1px;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
#q-a .contents .block .q .btn.close::before {
  transform: rotate(90deg);
}
#q-a .contents .block .a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-top: 16px;
  padding-bottom: 5px;
}
#q-a .contents .block .a .text {
  padding-right: 47px;
}
#q-a .contents .block.close .a {
  display: none;
}
@media (max-width: 999px) {
  #q-a h2 {
    margin-bottom: 40px;
  }
  #q-a .contents {
    row-gap: 20px;
  }
  #q-a .contents .block .q {
    font-size: 16px;
    min-height: 65px;
  }
  #q-a .contents .block .q .title {
    padding-left: 18px;
  }
  #q-a .contents .block .a {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #q-a h2 {
    margin-bottom: 30px;
  }
  #q-a .contents {
    row-gap: 15px;
    flex-direction: column;
  }
  #q-a .contents .block {
    width: 100%;
  }
  #q-a .contents .block .q,
  #q-a .contents .block .a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #q-a .contents .block .q {
    font-size: 14px;
    min-height: 50px;
  }
  #q-a .contents .block .q .title {
    padding-left: 16px;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  padding: 106px 0 108px;
  position: relative;
}
#message::before, #message::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#message::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f6f0;
}
#message::after {
  top: max(-1.875vw, -30px);
  right: 0;
  width: 29.5625%;
  max-width: 473px;
  aspect-ratio: 473/430;
  background: url(../images/message-shape.webp) no-repeat center/cover;
}
#message h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3f342d;
  text-align: center;
  margin-bottom: 58px;
}
#message h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #208e9a;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 3px;
}
#message h2 small::before, #message h2 small::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #208e9a;
}
@media (max-width: 999px) {
  #message h2 {
    font-size: 26px;
  }
  #message h2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #message h2 {
    font-size: 20px;
  }
}
#message .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 7.6271186441%;
       column-gap: 7.6271186441%;
}
#message .contents .left {
  width: 42.3728813559%;
  position: relative;
  margin-top: 8px;
}
#message .contents .left .tx {
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% + 27px));
  left: -0.9em;
  font-family: "chaparral-pro", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #b69c95;
}
#message .contents .left .image {
  position: relative;
}
#message .contents .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#message .contents .txtbox {
  flex: 1;
}
#message .contents .txtbox .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3529411765;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-bottom: 25px;
}
#message .contents .txtbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #3f342d;
  margin-bottom: 33px;
}
#message .contents .txtbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 16px;
  color: #3f342d;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#message .contents .txtbox .btn a:hover {
  opacity: 0.6;
}
#message .contents .txtbox .btn a::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow1.webp) no-repeat center #208e9a;
}
@media (max-width: 999px) {
  #message .contents .txtbox .btn a {
    font-size: 14px;
  }
  #message .contents .txtbox .btn a::before {
    width: 35px;
  }
}
@media (max-width: 767px) {
  #message .contents .txtbox .btn a::before {
    width: 30px;
  }
}
@media (max-width: 1400px) {
  #message .contents .left .tx {
    left: 0;
  }
  #message .contents .txtbox .catch br {
    display: none;
  }
}
@media (max-width: 999px) {
  #message {
    padding: 80px 0;
  }
  #message h2 {
    margin-bottom: 40px;
  }
  #message .contents .left .tx {
    font-size: 60px;
    transform: translateY(calc(-100% + 20px));
  }
  #message .contents .txtbox .catch {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #message .contents .txtbox .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #message {
    padding: 60px 0;
  }
  #message h2 {
    margin-bottom: 30px;
  }
  #message .contents {
    flex-direction: column;
    row-gap: 20px;
  }
  #message .contents .left {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #message .contents .left .tx {
    font-size: 40px;
    transform: translateY(calc(-100% + 15px));
  }
  #message .contents .txtbox .catch {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #message .contents .txtbox .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=index.css.map */