@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 はビューポート全幅です。
*/
body {
  background-image: url("../../images/bg_haikei_hoshajyo.webp");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("../../images/bg_haikei_hoshajyo_sp_2x.webp");
  }
}

.pc_show {
  display: block;
}

.sp_show {
  display: none;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}
#main_visual_box {
  max-width: 1220px;
  margin: 7.3vw auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/bg_main_visu_daen.svg");
  background-size: contain;
  aspect-ratio: 1/0.655;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1220px) {
  #main_visual_box {
    margin-top: min(90px, 9vw);
  }
}
@media screen and (max-width: 768px) {
  #main_visual_box {
    margin-top: 34.35vw;
    background-image: url("../../images/bg_main_visu_en_sp.svg");
    background-size: cover;
    aspect-ratio: 1/1.435;
  }
}
@media screen and (max-width: 1400px) {
  #main_visual_box .main_visual_inner {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #main_visual_box .main_visual_inner {
    width: 90%;
    margin: 0 auto;
  }
}
#main_visual_box .visu_shugo {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #main_visual_box .visu_shugo {
    margin-top: -30px;
    margin-bottom: 12px;
  }
}
#main_visual_box h2 {
  margin-top: -20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #main_visual_box h2 {
    margin-bottom: 20px;
  }
}
#main_visual_box .main_visu_nyujyo_txt {
  font-size: clamp(1.25rem, 0.9208015267rem + 1.272264631vw, 1.875rem);
  font-weight: bold;
  color: #00633d;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}
#main_visual_box .main_visu_nyujyo_txt:before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 70%;
  height: 1px;
  border-bottom: 1px dashed #f39800;
}
#main_visual_box .main_visu_nyujyo_txt .koten_txt {
  font-size: clamp(1rem, 0.8683206107rem + 0.5089058524vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  #main_visual_box .main_visu_nyujyo_txt {
    margin-top: 10px;
  }
}
#main_visual_box .main_visu_basho_txt {
  font-size: clamp(1.25rem, 0.9866412214rem + 1.0178117048vw, 1.75rem);
  font-weight: bold;
  color: #00633d;
  margin-left: -1em;
}
#main_visual_box .main_visu_basho_txt .in_txt {
  color: #fff;
  position: relative;
  margin-right: 0.2em;
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main_visual_box .main_visu_basho_txt .in_txt .in_txt_inner {
  position: relative;
  z-index: 50;
}
#main_visual_box .main_visu_basho_txt .in_txt:before {
  content: "";
  position: absolute;
  left: -0.25em;
  top: 0;
  width: 140%;
  height: 115%;
  background-color: #ea5550;
  border-radius: 50%;
}
#main_visual_box .illust_1001 {
  position: absolute;
  top: -60px;
  left: -6.55%;
  width: 35.16%;
}
@media screen and (max-width: 1400px) {
  #main_visual_box .illust_1001 {
    left: 0;
    width: 20%;
  }
}
#main_visual_box .illust_1007 {
  position: absolute;
  top: -40px;
  left: 69.67%;
  width: 25%;
}
@media screen and (max-width: 1400px) {
  #main_visual_box .illust_1007 {
    width: 20%;
  }
}
#main_visual_box .illust_1008 {
  position: absolute;
  top: 53px;
  left: 86.88%;
  width: 19.18%;
}
@media screen and (max-width: 1400px) {
  #main_visual_box .illust_1008 {
    top: 20px;
    left: 84%;
    width: 15%;
  }
}
#main_visual_box .illust_1003 {
  position: absolute;
  top: 53%;
  left: 12%;
  width: 10.16%;
}
@media screen and (max-width: 768px) {
  #main_visual_box .illust_1003 {
    top: 49.5%;
    left: 1%;
    width: 14.16%;
  }
}
#main_visual_box .illust_1004 {
  position: absolute;
  top: 28%;
  left: 76%;
  width: 7.04%;
}
@media screen and (max-width: 768px) {
  #main_visual_box .illust_1004 {
    top: 26.5%;
    left: 86%;
    width: 13.04%;
  }
}
#main_visual_box .illust_1005 {
  position: absolute;
  top: 49%;
  left: 82.78%;
  width: 3.934%;
}
@media screen and (max-width: 768px) {
  #main_visual_box .illust_1005 {
    top: 65%;
    left: 91%;
    width: 4.9%;
  }
}
#main_visual_box .illust_1006 {
  position: absolute;
  top: 76.5%;
  left: 72.13%;
  width: 3.77%;
}
@media screen and (max-width: 768px) {
  #main_visual_box .illust_1006 {
    top: 78.56%;
    left: 92%;
    width: 4.57%;
  }
}
#main_visual_box .illust_1002 {
  position: absolute;
  top: 72%;
  left: 4.5%;
  width: 20.57%;
}
@media screen and (max-width: 768px) {
  #main_visual_box .illust_1002 {
    top: 89.56%;
    width: 27.57%;
  }
}
#main_visual_box .illust_sp_1001_2x {
  position: absolute;
  top: -20.94%;
  left: 5.64%;
  width: 89.61%;
}

#top_contents {
  /* 幅広いコンテンツ併せて、フォントサイズを大きくする */
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #top_contents {
    padding: 0;
  }
}
#top_contents h2 {
  font-size: clamp(1.5rem, 1.1049618321rem + 1.5267175573vw, 2.25rem);
  font-weight: bold;
  color: #ea5550;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 min(100px, 10vw);
  position: relative;
}
#top_contents h2:before {
  content: "";
  position: absolute;
  left: calc(50% - 35px);
  bottom: calc(min(20px, 2vw) * -1);
  width: 70px;
  height: 1px;
  background-color: #ea5550;
}
@media screen and (max-width: 768px) {
  #top_contents h2 {
    margin-bottom: min(130px, 13vw);
  }
}
#top_contents h2.catch_copy {
  font-size: clamp(1.5rem, 1.302480916rem + 0.7633587786vw, 1.875rem);
  color: #fff;
}
#top_contents h2.catch_copy:before {
  content: none;
}
@media screen and (max-width: 768px) {
  #top_contents h2.catch_copy {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
}
#top_contents h3 {
  font-size: clamp(1.625rem, 1.2958015267rem + 1.272264631vw, 2.25rem);
  font-weight: bold;
  color: #00633d;
  line-height: 1.3;
  margin: 0 0 0.75em;
}
#top_contents em {
  font-style: normal;
  font-size: 1.25em;
}
#top_contents .color_green {
  color: #00633d;
}
#top_contents .color_red {
  color: #ea5550;
}
#top_contents .color_orange {
  color: #f39800;
}
@media screen and (max-width: 768px) {
  #top_contents {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

#topsec_1001 {
  max-width: 1220px;
  margin: 0 auto;
  padding: min(100px, 10vw) 0 0;
  background-image: url("../../images/bg_white_hanen_ue.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #topsec_1001 {
    padding: min(100px, 10vw) 1em;
  }
}
#topsec_1001 .illust_2001 {
  position: absolute;
  top: 196px;
  left: -3.934%;
  width: 28.52%;
}
#topsec_1001 .illust_2002 {
  position: absolute;
  top: 22px;
  left: 79.59%;
  width: 21.8%;
}

.js-scroll-anime:not(.is-animated) {
  visibility: hidden;
}

#topsec_2001 {
  max-width: 1220px;
  margin: 0 auto;
  padding: min(60px, 6vw) min(80px, 8vw) 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #topsec_2001 {
    padding: min(100px, 10vw) 1em;
  }
}
#topsec_2001 h3 {
  position: relative;
}
#topsec_2001 h3 .ico_bikkuri {
  position: absolute;
  left: 3.9em;
  bottom: 72px;
  width: 43.6%;
}
@media screen and (max-width: 768px) {
  #topsec_2001 h3 {
    text-align: center;
    margin-top: 0.75em;
  }
  #topsec_2001 h3 .ico_bikkuri {
    position: absolute;
    left: 6.9em;
    bottom: 62px;
    width: 43.6%;
  }
}
#topsec_2001 .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #topsec_2001 .sec_row {
    display: block;
  }
}
#topsec_2001 .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media screen and (max-width: 768px) {
  #topsec_2001 .sec_row .sec_col:first-child {
    text-align: center;
  }
}
#topsec_2001 .sec_txt {
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  #topsec_2001 .sec_txt {
    max-width: none;
  }
}

#topsec_3001 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 min(80px, 8vw);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #topsec_3001 {
    padding: min(100px, 10vw) 1em;
  }
}
@media screen and (max-width: 768px) {
  #topsec_3001 h3 {
    text-align: center;
    margin-top: 0.75em;
  }
}
#topsec_3001 .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #topsec_3001 .sec_row {
    display: block;
  }
}
#topsec_3001 .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
#topsec_3001 .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
#topsec_3001 .sec_row .sec_txt {
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  #topsec_3001 .sec_row .sec_txt {
    max-width: none;
  }
}
#topsec_3001 .illust_3001 {
  position: absolute;
  z-index: 500;
  left: 88.85%;
  bottom: -34px;
  width: 14.91%;
}
@media screen and (max-width: 768px) {
  #topsec_3001 .illust_3001 {
    left: auto;
    top: auto;
    right: 4%;
    top: 38%;
    width: 20.91%;
  }
}

#topsec_4001 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 min(80px, 8vw);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #topsec_4001 {
    padding: min(100px, 10vw) 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #topsec_4001 h3 {
    text-align: center;
    margin-top: 0.75em;
  }
}
#topsec_4001 .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #topsec_4001 .sec_row {
    display: block;
  }
}
#topsec_4001 .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
#topsec_4001 .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
#topsec_4001 .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #topsec_4001 .sec_col:last-child {
    padding-left: 0;
  }
}
#topsec_4001 .sec_txt {
  max-width: 390px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #topsec_4001 .sec_txt {
    max-width: none;
  }
}
#topsec_4001 .illust_4001 {
  position: absolute;
  left: -2.5%;
  top: -90px;
  width: 20.49%;
}
@media screen and (max-width: 768px) {
  #topsec_4001 .illust_4001 {
    left: 2.5%;
    top: 2%;
    width: 30.49%;
  }
}

#topsec_5001 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 min(80px, 8vw);
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #topsec_5001 {
    padding: min(100px, 10vw) 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #topsec_5001 h3 {
    text-align: center;
    margin-top: 0.75em;
  }
}
#topsec_5001 .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #topsec_5001 .sec_row {
    display: block;
  }
}
#topsec_5001 .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
#topsec_5001 .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
#topsec_5001 .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #topsec_5001 .sec_col:last-child {
    padding-left: 0;
  }
}
#topsec_5001 .sec_txt {
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  #topsec_5001 .sec_txt {
    max-width: none;
  }
}
#topsec_5001 .illust_5001 {
  position: absolute;
  z-index: 500;
  left: 79.34%;
  bottom: -10%;
  width: 24.26%;
}
@media screen and (max-width: 768px) {
  #topsec_5001 .illust_5001 {
    left: auto;
    right: 4%;
    bottom: -15%;
    width: 32%;
  }
}

#topsec_6001 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 min(80px, 8vw);
  background-color: #fff;
  position: relative;
  z-index: 900;
}
@media screen and (max-width: 768px) {
  #topsec_6001 {
    padding: min(100px, 10vw) 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #topsec_6001 h3 {
    text-align: center;
    margin-top: 0.75em;
  }
}
#topsec_6001 .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #topsec_6001 .sec_row {
    display: block;
  }
}
#topsec_6001 .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
#topsec_6001 .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
#topsec_6001 .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  padding-top: 10%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #topsec_6001 .sec_col:last-child {
    padding-top: 1em;
    padding-left: 0;
  }
}
#topsec_6001 .sec_txt {
  max-width: 390px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #topsec_6001 .sec_txt {
    max-width: none;
  }
}
#topsec_6001 .ph_6002 {
  padding-top: 1.5em;
  text-align: center;
}
#topsec_6001 .illust_6001 {
  position: absolute;
  z-index: 500;
  right: 10%;
  bottom: -30%;
  width: 28.49%;
}
@media screen and (max-width: 768px) {
  #topsec_6001 .illust_6001 {
    left: 2.5%;
    top: 2%;
    width: 30.49%;
  }
}
#topsec_6001 .br_sp390 {
  display: block;
}
@media screen and (max-width: 390px) {
  #topsec_6001 .br_sp390 {
    display: none;
  }
}

#topsec_etc {
  max-width: 1220px;
  margin: 0 auto;
  padding: min(50px, 5vw) min(80px, 8vw);
  background-color: #fff;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 768px) {
  #topsec_etc {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #topsec_etc h3 {
    text-align: center;
    margin-top: 0.75em;
  }
}
#topsec_etc .bg_color {
  padding: min(55px, 5.5vw);
  background-color: #fdf0db;
  border-radius: 10px;
  position: relative;
}
#topsec_etc .sec_top_txt {
  font-size: clamp(1.125rem, 1.0591603053rem + 0.2544529262vw, 1.25rem);
}
#topsec_etc .sec_bottom_txt {
  font-size: clamp(1.125rem, 1.0591603053rem + 0.2544529262vw, 1.25rem);
  text-align: right;
}
#topsec_etc .sec_bottom_txt2 {
  margin-top: 0.5em;
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  text-align: right;
}
#topsec_etc .sec_row {
  max-width: 750px;
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #topsec_etc .sec_row {
    display: block;
    padding-left: 1.4em;
    padding-right: 1.4em;
  }
}
#topsec_etc .sec_row .sec_col ul {
  font-size: clamp(1.1875rem, 1.1545801527rem + 0.1272264631vw, 1.25rem);
  color: #00633d;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #topsec_etc .sec_row .sec_col ul {
    line-height: 1.4;
  }
}
#topsec_etc .sec_row .sec_col ul li {
  margin-bottom: 8px;
  padding-left: 1.4em;
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  background-image: url("../../images/ico_tomato.svg");
  background-size: 0.8em auto;
}
@media screen and (max-width: 768px) {
  #topsec_etc .sec_row .sec_col ul li {
    background-position: 0 0.35em;
  }
}
#topsec_etc .illust_5002 {
  position: absolute;
  z-index: 500;
  left: 3.2%;
  bottom: -36px;
  width: 17.92%;
}
@media screen and (max-width: 768px) {
  #topsec_etc .illust_5002 {
    bottom: -45px;
    width: 30%;
  }
}

#topsec_timesche {
  max-width: 1220px;
  margin: 0 auto;
  padding: min(80px, 8vw) min(80px, 8vw) min(120px, 12vw);
  background-color: #fff;
}
#topsec_timesche h5 {
  font-size: clamp(1.1875rem, 1.1545801527rem + 0.1272264631vw, 1.25rem);
  font-weight: bold;
  color: #00633d;
  margin-bottom: 0.75em;
}
#topsec_timesche table.timetable {
  width: 100%;
}
#topsec_timesche table.timetable tr.sub_border td {
  border-bottom: 1px dotted #aaa;
}
#topsec_timesche table.timetable tr:last-child th:before {
  content: none;
}
#topsec_timesche table.timetable th,
#topsec_timesche table.timetable td {
  padding-top: 10px;
  padding-bottom: 10px;
}
#topsec_timesche table.timetable th {
  width: 6.5em;
  position: relative;
}
#topsec_timesche table.timetable th:before {
  content: "";
  position: absolute;
  left: 40%;
  top: 60%;
  width: 1px;
  height: 100%;
  border-right: 1px solid #ea5550;
}
#topsec_timesche table.timetable th span {
  display: inline-block;
  padding: 2px 12px;
  border: 2px solid #ea5550;
  border-radius: 5px;
  color: #ea5550;
  background-color: #fff;
  position: relative;
  z-index: 500;
}
#topsec_timesche table.timetable td {
  padding-left: 0.5em;
  border-bottom: 1px solid #4f4946;
}
@media screen and (max-width: 768px) {
  #topsec_timesche table.timetable tr {
    display: block;
    width: 100%;
  }
  #topsec_timesche table.timetable tr th:before {
    content: none;
  }
  #topsec_timesche table.timetable th,
  #topsec_timesche table.timetable td {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  #topsec_timesche table.timetable th {
    padding-bottom: 0;
  }
}

#topsec_map {
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: min(370px, 37vw);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  background-image: url("../../images/bg_white_hanen_shita.svg");
  background-size: cover;
  position: relative;
}
#topsec_map h2 {
  position: relative;
  z-index: 100;
}
#topsec_map .sec_row {
  position: relative;
  z-index: 200;
  padding: 0 min(80px, 8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #topsec_map .sec_row {
    display: block;
  }
}
#topsec_map .sec_row .col_map {
  padding-top: 12px;
}
#topsec_map .sec_row .sec_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  #topsec_map .sec_row .sec_col:first-child {
    text-align: center;
  }
}
#topsec_map .sec_row .sec_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
}
@media screen and (max-width: 768px) {
  #topsec_map .sec_row .sec_col:last-child {
    margin-top: 30px;
  }
}
#topsec_map .sec_row .sec_col h3 {
  font-size: clamp(1.125rem, 0.927480916rem + 0.7633587786vw, 1.5rem);
  margin-top: 35px;
  margin-bottom: 12px;
}
#topsec_map .sec_row .sec_col h3:first-child {
  margin-top: 0;
}
#topsec_map .sec_row .sec_col h3.h3_t1 {
  color: #f39800;
}
#topsec_map .sec_row .sec_col h3.h3_t2 {
  color: #ed7c98;
}
#topsec_map .sec_row .sec_col h3.h3_t3 {
  color: #008c5e;
}
#topsec_map .inner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: ul-counter;
}
@media screen and (max-width: 1030px) {
  #topsec_map .inner_row {
    display: block;
  }
}
#topsec_map .inner_row .inner_col:first-child {
  padding-right: 1em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}
@media screen and (max-width: 1030px) {
  #topsec_map .inner_row .inner_col:first-child {
    width: 100%;
  }
}
#topsec_map .inner_row .inner_col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}
@media screen and (max-width: 1030px) {
  #topsec_map .inner_row .inner_col:last-child {
    width: 100%;
  }
}
#topsec_map .inner_row ul {
  line-height: 1.3;
  margin: 0;
  margin-left: -0.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #topsec_map .inner_row ul {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#topsec_map .inner_row ul li {
  text-indent: -2em;
  margin-left: 2em;
  margin-bottom: 0.4em;
}
#topsec_map .inner_row ul li::before {
  content: counter(ul-counter);
  display: inline-block;
  min-width: 1.5em;
  text-align: right;
  margin-right: 0.5em;
}
#topsec_map .inner_row ul li .gentei_bi_1 {
  margin-left: 1.5em;
}
#topsec_map .inner_row ul li .gentei_bi_3 {
  margin-left: 5em;
}
#topsec_map .inner_row ul.ul_cont101 li {
  counter-increment: ul-counter;
}
#topsec_map .inner_row ul.ul_cont102 li {
  counter-increment: ul-counter;
}
#topsec_map .inner_row ul.ul_cont201 li {
  counter-increment: ul-counter;
}
#topsec_map .inner_row ul.ul_cont201 li::before {
  content: counter(ul-counter, upper-alpha);
}
#topsec_map .inner_row ul.ul_cont202 li {
  counter-increment: ul-counter;
}
#topsec_map .inner_row ul.ul_cont202 li::before {
  content: counter(ul-counter, upper-alpha);
}
#topsec_map .inner_row ul.ul_cont301 li {
  counter-increment: ul-counter;
}
#topsec_map .inner_row ul.ul_cont302 li {
  counter-increment: ul-counter;
}
#topsec_map .inner_row .font_m {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
}
#topsec_map .illust_ft_6001 {
  position: absolute;
  z-index: 500;
  left: -6.22%;
  bottom: -70px;
  width: 52.45%;
}
@media screen and (max-width: 768px) {
  #topsec_map .illust_ft_6001 {
    left: 8%;
    bottom: -50px;
    width: 80%;
  }
}
#topsec_map .illust_ft_6002 {
  position: absolute;
  z-index: 500;
  left: 59.67%;
  bottom: -44px;
  width: 46.31%;
}

.page-footer {
  display: block;
  margin-top: min(100px, 10vw);
  padding: min(90px, 9vw) 1em 1em;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 768px) {
  .page-footer {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}

#kyosan_kyoryoku .kyokyo_row,
#kyoryoku_dantai .kyokyo_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1230px;
  margin: 35px auto 0;
}
#kyosan_kyoryoku .kyokyo_row .kyokyo_col:first-child,
#kyoryoku_dantai .kyokyo_row .kyokyo_col:first-child {
  padding-right: min(30px, 3vw);
}
#kyosan_kyoryoku .kyokyo_row .kyokyo_col:last-child,
#kyoryoku_dantai .kyokyo_row .kyokyo_col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#kyosan_kyoryoku .kyokyo_row h6,
#kyoryoku_dantai .kyokyo_row h6 {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: bold;
  white-space: nowrap;
}
#kyosan_kyoryoku .kyokyo_row .kyosan_font01,
#kyoryoku_dantai .kyokyo_row .kyosan_font01 {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
}
#kyosan_kyoryoku .kyokyo_row .kyosan_font02,
#kyoryoku_dantai .kyokyo_row .kyosan_font02 {
  font-size: clamp(1rem, 0.901240458rem + 0.3816793893vw, 1.1875rem);
}
#kyosan_kyoryoku .kyokyo_row .kyosan_font03,
#kyoryoku_dantai .kyokyo_row .kyosan_font03 {
  font-size: clamp(0.9375rem, 0.838740458rem + 0.3816793893vw, 1.125rem);
}
#kyosan_kyoryoku .kyokyo_row .kyosan_font04,
#kyoryoku_dantai .kyokyo_row .kyosan_font04 {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
}
#kyosan_kyoryoku .kyokyo_row ul.kyokyo_list01,
#kyosan_kyoryoku .kyokyo_row ul.kyokyo_list02,
#kyoryoku_dantai .kyokyo_row ul.kyokyo_list01,
#kyoryoku_dantai .kyokyo_row ul.kyokyo_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#kyosan_kyoryoku .kyokyo_row ul.kyokyo_list01 li,
#kyosan_kyoryoku .kyokyo_row ul.kyokyo_list02 li,
#kyoryoku_dantai .kyokyo_row ul.kyokyo_list01 li,
#kyoryoku_dantai .kyokyo_row ul.kyokyo_list02 li {
  margin-bottom: 0.3em;
}
#kyosan_kyoryoku .kyokyo_row ul.kyokyo_list01 li:after,
#kyosan_kyoryoku .kyokyo_row ul.kyokyo_list02 li:after,
#kyoryoku_dantai .kyokyo_row ul.kyokyo_list01 li:after,
#kyoryoku_dantai .kyokyo_row ul.kyokyo_list02 li:after {
  content: "/";
  margin: 0 0.5em;
}
#kyosan_kyoryoku .kyokyo_row ul.kyokyo_list01 li:last-child:after,
#kyosan_kyoryoku .kyokyo_row ul.kyokyo_list02 li:last-child:after,
#kyoryoku_dantai .kyokyo_row ul.kyokyo_list01 li:last-child:after,
#kyoryoku_dantai .kyokyo_row ul.kyokyo_list02 li:last-child:after {
  content: none;
}
@media screen and (max-width: 600px) {
  #kyosan_kyoryoku .kyokyo_row ul.kyokyo_list01,
  #kyosan_kyoryoku .kyokyo_row ul.kyokyo_list02,
  #kyoryoku_dantai .kyokyo_row ul.kyokyo_list01,
  #kyoryoku_dantai .kyokyo_row ul.kyokyo_list02 {
    display: block;
  }
  #kyosan_kyoryoku .kyokyo_row ul.kyokyo_list01 li:after,
  #kyosan_kyoryoku .kyokyo_row ul.kyokyo_list02 li:after,
  #kyoryoku_dantai .kyokyo_row ul.kyokyo_list01 li:after,
  #kyoryoku_dantai .kyokyo_row ul.kyokyo_list02 li:after {
    content: none;
  }
}
#kyosan_kyoryoku .kyokyo_row ul.kyokyo_list02,
#kyoryoku_dantai .kyokyo_row ul.kyokyo_list02 {
  margin-top: 0.5em;
}
@media screen and (max-width: 1210px) {
  #kyosan_kyoryoku .kyokyo_row,
  #kyoryoku_dantai .kyokyo_row {
    display: block;
  }
  #kyosan_kyoryoku .kyokyo_row .kyokyo_col:first-child,
  #kyoryoku_dantai .kyokyo_row .kyokyo_col:first-child {
    padding-right: 0;
    padding-left: min(30px, 3vw);
    margin-bottom: 1em;
  }
  #kyosan_kyoryoku .kyokyo_row .kyokyo_col:last-child,
  #kyoryoku_dantai .kyokyo_row .kyokyo_col:last-child {
    padding-left: min(30px, 3vw);
    border-left: none;
  }
}
@media screen and (max-width: 600px) {
  #kyosan_kyoryoku .kyokyo_row,
  #kyoryoku_dantai .kyokyo_row {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
  }
}

#footer-container .ft_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1210px) {
  #footer-container .ft_row {
    display: block;
  }
}
#footer-container .ft_row h4 {
  text-align: center;
}
@media screen and (max-width: 1210px) {
  #footer-container .ft_row h4 {
    margin-bottom: 35px;
  }
  #footer-container .ft_row h4 img {
    width: 86px;
  }
}
#footer-container .ft_row .ft_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  margin-right: min(80px, 8vw);
}
@media screen and (max-width: 1210px) {
  #footer-container .ft_row .ft_col:first-child {
    margin-right: 0;
  }
}
#footer-container .ft_row .ft_col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#footer-container .ft_row h5 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  margin-bottom: 10px;
}
#footer-container .ft_row h5 strong {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}
@media screen and (max-width: 1210px) {
  #footer-container .ft_row h5 {
    text-align: center;
  }
  #footer-container .ft_row h5 strong {
    display: block;
    margin-bottom: 0px;
  }
}
#footer-container .ft_row .ft_tel_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: min(20px, 2vw);
}
@media screen and (max-width: 1210px) {
  #footer-container .ft_row .ft_tel_mail {
    display: block;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
#footer-container .ft_row .ft_tel_mail .font_s {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}
#footer-container .ft_row .ft_tel_mail .ft_tel {
  font-size: clamp(2.25rem, 2.25rem + 0vw, 2.25rem);
  color: #00633d;
  margin-right: 0.5em;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/ico_tel.svg");
  background-size: 28px auto;
}
#footer-container .ft_row .ft_tel_mail .ft_tel a {
  color: #00633d;
}
@media screen and (max-width: 1210px) {
  #footer-container .ft_row .ft_tel_mail .ft_tel {
    display: inline-block;
    padding-left: 50px;
    background-position: 10px 5px;
  }
  #footer-container .ft_row .ft_tel_mail .ft_tel .font_s {
    display: block;
  }
}
#footer-container .ft_row .ft_tel_mail .ft_mail {
  font-size: clamp(1.0625rem, 0.9308206107rem + 0.5089058524vw, 1.3125rem);
  color: #00633d;
  padding-top: 10px;
  padding-left: 54px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../../images/ico_mail.svg");
  background-size: 43px auto;
}
#footer-container .ft_row .ft_tel_mail .ft_mail a {
  color: #00633d;
}
@media screen and (max-width: 1210px) {
  #footer-container .ft_row .ft_tel_mail .ft_mail {
    display: inline-block;
    padding-left: 50px;
    background-size: 37px auto;
  }
}
@media screen and (max-width: 1210px) {
  #footer-container .ft_row .ft_shusai_koen {
    margin: 1em auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#footer-container .ft_row dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
#footer-container .ft_row dl dt {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  margin-right: 2em;
}
#footer-container .ft_row dl dd {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}
@media screen and (max-width: 1210px) {
  #footer-container .ft_row dl dt {
    margin-right: 1em;
  }
}
#footer-container .ft_copyright {
  margin: min(60px, 6vw) 0 1em;
  text-align: center;
}
#footer-container .ft_copyright small {
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}