@charset "UTF-8";
/*
    _body_settings.scssで、
    paddingの左右を： min(70px, 7vw)
    にしているので： 1680 - 140 = 1540
    最大のコンテンツ幅は、1540pxにしている
*/
/* 
    WordPressのブロックテーマでは、 theme.jsonのcontentSizeが、カスタムプロパティに設定される
    --wp--style--layout--content-size

    theme.json の contentSize はブロックテーマの「デフォルトのコンテンツ幅」を定義します。
    エディター（Site Editor / ブロックエディター）: サイト編集画面やブロックエディターのキャンバス幅（コンテンツ領域の最大幅）に反映され、ブロック配置の見た目が変わります。

    Group、Columns、Cover 等の「制約された（constrained）」レイアウトを使うブロックはこの幅に基づいて最大幅を決めます。
    wideSize は「ワイド」配置（wide align）の幅を定義し、full はビューポート全幅です。
*/
.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}
#top_contents {
  /* 幅広いコンテンツ併せて、フォントサイズを大きくする */
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  overflow: hidden;
}
#top_contents h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.5rem, 0.7881679389rem + 6.6157760814vw, 5.75rem);
  line-height: 1.4;
  color: #ea9b94;
  margin-bottom: min(64px, 6.4vw);
}
#top_contents h2 .jp_txt {
  display: block;
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  font-weight: bold;
}
#top_contents h6 {
  font-size: clamp(0.9375rem, 0.838740458rem + 0.3816793893vw, 1.125rem);
  font-weight: bold;
  margin: 0 0 5px;
}
#top_contents ul {
  list-style-type: disc;
  margin: 0.5em 0 0.8em 1.5em;
}
#top_contents ul li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}
#top_contents ol {
  list-style-type: decimal;
  margin: 0.5em 0 0.8em 1.5em;
}
#top_contents ol li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}
#top_contents .ggmap iframe {
  width: 100%;
  height: 450px;
}
#top_contents table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dedede;
  line-height: 1.4;
}
#top_contents table th,
#top_contents table td {
  padding: 8px 4px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
#top_contents table th:last-child,
#top_contents table td:last-child {
  border-right: none;
}
#top_contents table.shinryo_table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dedede;
  line-height: 1.4;
}
#top_contents table.shinryo_table tr {
  border-bottom: 1px solid #dedede;
}
#top_contents table.shinryo_table tr:nth-child(1) th {
  padding: 8px 4px;
}
#top_contents table.shinryo_table tr:nth-child(2) th,
#top_contents table.shinryo_table tr:nth-child(2) td {
  padding: 24px 4px;
}
#top_contents table.shinryo_table tr:nth-child(3) th,
#top_contents table.shinryo_table tr:nth-child(3) td {
  padding: 20px 4px 4px;
}
#top_contents table.shinryo_table th {
  font-size: clamp(0.8125rem, 0.6479007634rem + 0.6361323155vw, 1.125rem);
  font-weight: bold;
  width: 11%;
  text-align: center;
  padding: 16px 4px;
  border-left: none;
  border-right: none;
}
#top_contents table.shinryo_table th.first_col {
  width: 23%;
}
#top_contents table.shinryo_table td {
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
  text-align: center;
  padding: 16px 4px;
  color: #ea9b94;
  border-left: none;
  border-right: none;
}
#top_contents table.shinryo_table td.kyushin {
  color: #b3b3b3;
}
#top_contents table.shinryo_table td.kyushin .table_txt {
  font-size: clamp(0.6875rem, 0.588740458rem + 0.3816793893vw, 0.875rem);
  color: #686868;
}
@media screen and (max-width: 768px) {
  #top_contents table.shinryo_table {
    line-height: 1.1;
  }
  #top_contents table.shinryo_table th {
    width: 11.7%;
    padding: 2px;
  }
  #top_contents table.shinryo_table th.first_col {
    width: 18%;
    padding: 2px;
  }
  #top_contents table.shinryo_table tr {
    border-bottom: 1px solid #dedede;
  }
  #top_contents table.shinryo_table tr:nth-child(1) th {
    padding: 4px 2px;
  }
  #top_contents table.shinryo_table tr:nth-child(2) th,
  #top_contents table.shinryo_table tr:nth-child(2) td {
    padding: 4px 2px;
  }
  #top_contents table.shinryo_table tr:nth-child(3) th,
  #top_contents table.shinryo_table tr:nth-child(3) td {
    padding: 4px 2px;
  }
}
#top_contents .biko_txt {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem) !important;
  margin-top: 1em !important;
}
#top_contents .box_bg_white {
  padding: min(30px, 3vw);
  margin: 1em 0;
  border-radius: 20px;
  background-color: #fff;
}
#top_contents .box_bg_white h5 {
  text-align: center;
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: bold;
  margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
  #top_contents {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

#top_mainvisual {
  line-height: 1.3;
  position: relative;
  margin-top: min(50px, 5vw);
}
#top_mainvisual:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 76%;
  top: 9.3%;
  left: 0;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top_mainvisual {
    margin-top: 0;
  }
  #top_mainvisual:before {
    top: 30px;
    width: 100%;
    height: 55%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
#top_mainvisual .sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 100;
}
#top_mainvisual .sec_inner .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_mainvisual .sec_inner .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  padding-top: 2.5%;
}
#top_mainvisual .sec_inner .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
@media screen and (max-width: 1200px) {
  #top_mainvisual .sec_inner .sec_row .sec_col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  #top_mainvisual .sec_inner .sec_row .sec_col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_mainvisual .sec_inner .sec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top_mainvisual .sec_inner .sec_row .sec_col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: contents;
  }
  #top_mainvisual .sec_inner .sec_row .sec_col:first-child h2 {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #top_mainvisual .sec_inner .sec_row .sec_col:first-child .sec_txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
  #top_mainvisual .sec_inner .sec_row .sec_col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: contents;
  }
  #top_mainvisual .sec_inner .sec_row .sec_col:last-child .main_illust {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin: 30px auto;
  }
}
#top_mainvisual .sec_inner h2 {
  font-size: clamp(2.5rem, 1.7099236641rem + 3.0534351145vw, 4rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ea9b94;
}
#top_mainvisual .sec_inner .sec_txt {
  font-size: clamp(0.9375rem, 0.838740458rem + 0.3816793893vw, 1.125rem);
  line-height: 2.1;
  margin-top: min(50px, 5vw);
}
#top_mainvisual .kinkyu_oshirase {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 580px;
  height: calc(100vh - 80px);
  max-height: 830px;
}
@media screen and (max-width: 1500px) {
  #top_mainvisual .kinkyu_oshirase {
    max-width: 480px;
  }
}
@media screen and (max-width: 1280px) {
  #top_mainvisual .kinkyu_oshirase {
    max-width: 380px;
    position: relative;
    top: auto;
    height: auto;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #top_mainvisual .kinkyu_oshirase {
    position: absolute;
    top: 122vw;
    width: 220px;
  }
}
#top_mainvisual .kinkyu_oshirase .kinkyu_inner_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 40px min(60px, 6vw);
  color: #fff;
  background-color: #ea9b94;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #top_mainvisual .kinkyu_oshirase .kinkyu_inner_box {
    padding: 40px 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #top_mainvisual .kinkyu_oshirase .kinkyu_inner_box {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 12px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-repeat: no-repeat;
    background-position: 4px 52%;
    background-image: url("../../images/ico_yaji_rt05.svg");
    background-size: 20px auto;
  }
}
#top_mainvisual .kinkyu_oshirase .kinkyu_inner_box a {
  color: #fff;
}
#top_mainvisual .kinkyu_oshirase .kinkyu_inner_box .kinkyu_txt {
  font-size: clamp(0.8125rem, 0.6479007634rem + 0.6361323155vw, 1.125rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #top_mainvisual .kinkyu_oshirase .kinkyu_inner_box .kinkyu_txt {
    margin-bottom: 8px;
  }
}
#top_mainvisual .kinkyu_oshirase .kinkyu_inner_box .kinkyu_tel {
  display: inline-block;
  font-size: clamp(1.1875rem, 0.6607824427rem + 2.0356234097vw, 2.1875rem);
  line-height: 1.1;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: 0 52%;
  background-image: url("../../images/ico_yaji_rt05.svg");
  background-size: 26px auto;
}
#top_mainvisual .kinkyu_oshirase .kinkyu_inner_box .kinkyu_tel .tel_md {
  font-size: clamp(0.8125rem, 0.4833015267rem + 1.272264631vw, 1.4375rem);
}
@media screen and (max-width: 768px) {
  #top_mainvisual .kinkyu_oshirase .kinkyu_inner_box .kinkyu_tel {
    padding-left: 0;
    background: none;
  }
}

#topsec_message {
  margin: min(170px, 17vw) 0 min(170px, 17vw);
  position: relative;
}
#topsec_message h2 {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  left: calc((100% - 1200px) / 2);
  padding: 0 1rem;
  margin-top: calc(min(70px, 7vw) * -1);
}
@media screen and (max-width: 1200px) {
  #topsec_message h2 {
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  #topsec_message h2 {
    position: relative;
    margin-top: 0;
    text-align: center;
  }
}
#topsec_message .sec_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#topsec_message .sec_row .sec_col:first-child {
  width: 50%;
}
#topsec_message .sec_row .sec_col:last-child {
  width: 50%;
  padding: 0px calc((100% - 1200px) / 2) 0 min(60px, 6vw);
}
@media screen and (max-width: 1220px) {
  #topsec_message .sec_row .sec_col:last-child {
    padding-right: 1.5em;
  }
}
#topsec_message .sec_row .sec_txt {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #topsec_message .sec_row {
    display: block;
  }
  #topsec_message .sec_row .sec_col:first-child {
    width: auto;
  }
  #topsec_message .sec_row .sec_col:last-child {
    width: auto;
    padding: 0 1.5em;
  }
}
#topsec_message .sec_md_img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}
#topsec_message .sec_md_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #topsec_message .sec_md_img {
    width: 95%;
    margin-bottom: 30px;
  }
}

#topsec_hours {
  margin: min(170px, 17vw) 0 min(170px, 17vw);
  padding: min(100px, 10vw) min(50px, 5vw);
  position: relative;
}
#topsec_hours:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 96%;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media screen and (max-width: 768px) {
  #topsec_hours:before {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_hours h2 {
    position: relative;
    margin-top: 0;
    text-align: center;
  }
}
#topsec_hours .sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #topsec_hours .sec_inner {
    padding: 0;
  }
}
#topsec_hours .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_hours .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
#topsec_hours .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
@media screen and (max-width: 1200px) {
  #topsec_hours .sec_row {
    display: block;
  }
}
#topsec_hours .contact_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: min(25px, 2.5vw) min(45px, 4.5vw);
  text-align: center;
  border-radius: 30px;
  background-color: #fdf5f4;
}
#topsec_hours .contact_box h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.4375rem, 2.4375rem + 0vw, 2.4375rem);
  color: #ea9b94;
  text-align: center;
  line-height: 1.4;
}
#topsec_hours .contact_box h3 .jp_txt {
  display: block;
  text-align: center;
  font-size: clamp(0.875rem, 0.8420801527rem + 0.1272264631vw, 0.9375rem);
  font-weight: bold;
}
#topsec_hours .contact_box .contact_tel {
  display: inline-block;
  font-size: clamp(1.625rem, 1.328721374rem + 1.1450381679vw, 2.1875rem);
  line-height: 1.1;
  margin-top: 22px;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: 0 55%;
  background-image: url("../../images/ico_yaji_rt05_gray.svg");
  background-size: 26px auto;
}
#topsec_hours .contact_box .contact_tel .tel_md {
  font-size: clamp(0.8125rem, 0.4833015267rem + 1.272264631vw, 1.4375rem);
}
@media screen and (max-width: 768px) {
  #topsec_hours .contact_box .contact_tel {
    background-position: 0 60%;
  }
}
#topsec_hours .contact_box .uketsuke_time {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
#topsec_hours .contact_box .mail_address {
  display: inline-block;
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  margin-top: 22px;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: 0 55%;
  background-image: url("../../images/ico_mail.svg");
  background-size: 25px auto;
}
#topsec_hours .contact_box .mail_address a {
  color: #686868;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #topsec_hours .contact_box {
    width: 100%;
    margin-top: 30px;
  }
}

#topsec_care {
  margin: min(170px, 17vw) 0 0;
  position: relative;
}
#topsec_care:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  background-color: #fff;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media screen and (max-width: 768px) {
  #topsec_care:before {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 100%;
    height: 96%;
  }
}
#topsec_care .sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: min(100px, 10vw) 1em;
  position: relative;
  z-index: 1000;
}
#topsec_care .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(50px, 5vw) 0;
}
@media screen and (max-width: 768px) {
  #topsec_care .sec_row {
    display: block;
  }
}
#topsec_care .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  padding: 0 min(40px, 4vw) 1em;
  position: relative;
}
#topsec_care .sec_row .sec_col:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 86%;
  border-right: 1px solid #dedede;
}
#topsec_care .sec_row .sec_col:nth-child(1), #topsec_care .sec_row .sec_col:nth-child(4) {
  padding-left: 0;
}
#topsec_care .sec_row .sec_col:nth-child(3) {
  padding-right: 0;
}
#topsec_care .sec_row .sec_col:nth-child(3):before, #topsec_care .sec_row .sec_col:nth-child(5):before {
  content: none;
  border-right: none;
}
#topsec_care .sec_row .sec_col:nth-child(6) {
  padding: 0;
  /* アンカー名を付ける */
  anchor-name: --car-img-anchor;
}
#topsec_care .sec_row .sec_col:nth-child(6):before {
  content: none;
  border: none;
}
#topsec_care .sec_row .sec_col h3 {
  font-size: clamp(1.75rem, 1.6183206107rem + 0.5089058524vw, 2rem);
  color: #ea9b94;
  margin-bottom: min(20px, 2vw);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#topsec_care .sec_row .sec_col h3::before {
  content: "";
  margin-right: 16px;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
#topsec_care .sec_row .sec_col h3.naika::before {
  background-image: url("../../images/illust_choshinki.svg");
}
#topsec_care .sec_row .sec_col h3.ichoka::before {
  background-image: url("../../images/illust_stomak.svg");
}
#topsec_care .sec_row .sec_col h3.shonika::before {
  background-image: url("../../images/illust_kuma.svg");
}
#topsec_care .sec_row .sec_col h3.hoshasenka::before {
  background-image: url("../../images/illust_lentogen.svg");
}
#topsec_care .sec_row .sec_col h3.kensa::before {
  background-image: url("../../images/illust_sheet.svg");
}
@media screen and (max-width: 768px) {
  #topsec_care .sec_row .sec_col {
    padding: 0 1em 1.5em;
    margin-bottom: 1.5em;
  }
  #topsec_care .sec_row .sec_col:before {
    content: "";
    border-right: none;
    width: 60%;
    left: 20%;
    top: auto;
    right: auto;
    bottom: 0;
    border-bottom: 1px solid #dedede;
  }
  #topsec_care .sec_row .sec_col:nth-child(1), #topsec_care .sec_row .sec_col:nth-child(3), #topsec_care .sec_row .sec_col:nth-child(4), #topsec_care .sec_row .sec_col:nth-child(5) {
    padding: 0 1em 1.5em;
  }
  #topsec_care .sec_row .sec_col:nth-child(1):before, #topsec_care .sec_row .sec_col:nth-child(3):before, #topsec_care .sec_row .sec_col:nth-child(4):before, #topsec_care .sec_row .sec_col:nth-child(5):before {
    content: "";
    border-right: none;
  }
  #topsec_care .sec_row .sec_col h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
  }
  #topsec_care .sec_row .sec_col h3::before {
    width: 72px;
    height: 72px;
  }
}
#topsec_care .sec_row p {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
}
#topsec_care .sec_image {
  width: calc(50% - 182px);
  height: 395px;
  position: absolute;
  left: anchor(left);
  top: anchor(top);
  position-anchor: --car-img-anchor;
  /* どのアンカーを見るか指定 */
}
#topsec_care .sec_image .sec_img_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#topsec_care .sec_image .sec_img_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #topsec_care .sec_image {
    width: 34%;
  }
}
@media screen and (max-width: 768px) {
  #topsec_care .sec_image {
    margin: 0 0 0 auto;
    width: 80%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    position-anchor: auto;
  }
}

#topsec_infotext {
  margin: min(170px, 17vw) 0 0;
}
#topsec_infotext .sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}
#topsec_infotext .sec_inner .info_block {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
  border-top: 2px solid #dedede;
  padding: 22px 28px 22px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #topsec_infotext .sec_inner .info_block {
    display: block;
  }
}
#topsec_infotext .sec_inner .info_block p {
  margin-bottom: 1em;
}
#topsec_infotext .sec_inner .info_block:hover h4 {
  color: #ea9b94;
}
#topsec_infotext .sec_inner .info_block.info_open:after {
  content: "";
  background-image: url("../../images/ico_minus.webp");
}
#topsec_infotext .sec_inner .info_block.info_open .info_col_rt {
  display: block;
}
#topsec_infotext .sec_inner .info_block:last-of-type {
  border-bottom: 2px solid #dedede;
}
#topsec_infotext .sec_inner .info_block:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 25px;
  right: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../../images/ico_plus.webp");
  background-size: contain;
}
#topsec_infotext .sec_inner .info_block h4 {
  font-size: clamp(0.9375rem, 0.8058206107rem + 0.5089058524vw, 1.1875rem);
  font-weight: bold;
}
#topsec_infotext .sec_inner .info_block .info_col_lt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#topsec_infotext .sec_inner .info_block .info_col_rt {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 64%;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #topsec_infotext .sec_inner .info_block .info_col_rt {
    width: auto;
    padding-top: 1em;
  }
}

#topsec_faq {
  margin: min(220px, 22vw) 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #topsec_faq {
    margin-top: 32vw;
  }
}
#topsec_faq .sec_image {
  width: 49%;
  height: 586px;
  position: absolute;
  bottom: anchor(bottom);
  right: anchor(right);
  position-anchor: --faq-img-anchor;
  /* どのアンカーを見るか指定 */
}
#topsec_faq .sec_image .sec_img_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#topsec_faq .sec_image .sec_img_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #topsec_faq .sec_image {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: auto;
    right: auto;
    left: 0;
    top: -40px;
    position-anchor: auto;
  }
}
#topsec_faq:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 96%;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media screen and (max-width: 768px) {
  #topsec_faq:before {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
  }
}
#topsec_faq h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #topsec_faq h2 {
    text-align: center;
    margin-bottom: 24vw;
  }
}
#topsec_faq .sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 min(50px, 5vw) min(120px, 12vw);
  position: relative;
  z-index: 1000;
}
#topsec_faq .sec_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(40px, 4vw) 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto min(40px, 4vw) auto;
  grid-template-rows: auto auto;
  gap: min(40px, 4vw) min(40px, 4vw);
}
#topsec_faq .sec_row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#topsec_faq .sec_row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#topsec_faq .sec_row > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#topsec_faq .sec_row > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  #topsec_faq .sec_row {
    display: block;
  }
}
#topsec_faq .sec_row .sec_col {
  padding: 0;
  position: relative;
}
#topsec_faq .sec_row .sec_col:nth-child(1) {
  /* アンカー名を付ける */
  anchor-name: --faq-img-anchor;
}
#topsec_faq .sec_row .sec_col:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
#topsec_faq .sec_row .sec_col:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
#topsec_faq .sec_row .sec_col:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
#topsec_faq .sec_row p {
  font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
}
#topsec_faq .faq_block {
  padding: min(30px, 3vw) min(45px, 4.5vw);
  border-radius: 30px;
  background-color: #fdf5f4;
  height: 100%;
}
#topsec_faq .faq_block .biko_txt {
  font-size: clamp(0.8125rem, 0.7466603053rem + 0.2544529262vw, 0.9375rem) !important;
}
#topsec_faq .faq_block h4 {
  font-size: clamp(1rem, 0.9670801527rem + 0.1272264631vw, 1.0625rem);
  font-weight: bold;
  color: #ea9b94;
  margin: 0 0 0.75em;
}
#topsec_faq .faq_block h4::before {
  content: "Q.";
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9933206107rem + 0.5089058524vw, 1.375rem);
  margin-right: 0.5em;
}
#topsec_faq .faq_block .faq_kaito {
  font-size: clamp(1rem, 0.9670801527rem + 0.1272264631vw, 1.0625rem);
  padding-left: 2.1em;
  position: relative;
}
#topsec_faq .faq_block .faq_kaito::before {
  content: "A.";
  position: absolute;
  top: -4px;
  left: 2px;
  font-size: clamp(1.125rem, 0.9933206107rem + 0.5089058524vw, 1.375rem);
  font-weight: bold;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #topsec_faq .faq_block {
    margin-bottom: 30px;
  }
}

#topsec_access {
  padding: min(120px, 12vw) 0 min(120px, 12vw);
}
#topsec_access .sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}
#topsec_access .sec_inner .ggmap {
  margin-top: 1em;
}