.idx09::after, .idx08::before, .idx07::before, .idx06::before, .idx05::after, .idx04::after, .idx03::after, .idx02::before, .idx01 .area::before, .idx01 .area::after, .idx01::before {
  width: var(--bg-size);
}
@media only screen and (min-width: 769px) {
  .idx09::after, .idx08::before, .idx07::before, .idx06::before, .idx05::after, .idx04::after, .idx03::after, .idx02::before, .idx01 .area::before, .idx01 .area::after, .idx01::before {
    --bg-size: min(round(133.333vw, 1px), 1920px);
  }
}
@media only screen and (min-width: 1921px) {
  .idx09::after, .idx08::before, .idx07::before, .idx06::before, .idx05::after, .idx04::after, .idx03::after, .idx02::before, .idx01 .area::before, .idx01 .area::after, .idx01::before {
    --bg-size: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  .idx09::after, .idx08::before, .idx07::before, .idx06::before, .idx05::after, .idx04::after, .idx03::after, .idx02::before, .idx01 .area::before, .idx01 .area::after, .idx01::before {
    --bg-size: 100%;
  }
}

.home_page .splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.home_page .splash.hidden {
  opacity: 0;
}
.home_page .splash_logo {
  max-width: clamp(13.125rem, 8.504rem + 19.718vw, 26.25rem);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.home_page .key {
  position: relative;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  z-index: 0;
}
.home_page .key::before, .home_page .key::after {
  content: "";
  position: absolute;
}
.home_page .key::before {
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/idx_key_decor1.png) repeat-x top center/1440px 326px;
}
.home_page .key::after {
  bottom: 0;
  left: 0;
  width: 58%;
  max-width: 824px;
  aspect-ratio: 824/638;
  background: url(../images/idx_key_decor2.png) no-repeat center/cover;
  z-index: -1;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .mv_slider:not(.slick-slider) .item:not(:first-child) {
  display: none;
}
.home_page .key #key-video {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
}
.home_page .key .key_text {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key h2 {
  font-size: 5.2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--clr1);
  filter: drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 20px rgb(255, 255, 255)) drop-shadow(0 0 30px rgb(255, 255, 255));
}
.home_page .key h2 > span {
  display: block;
  margin-left: 1.7115em;
}
@media only screen and (min-width: 769px) {
  .home_page .key {
    --height: 58vw;
    --min-height: 450px;
    --max-height: 800px;
    font-size: min(0.9vw, 0.625em);
  }
  .home_page .key::before {
    height: min(22.64vw, 326px);
  }
  .home_page .key .key_text {
    padding: min(8.14%, 116px) min(11.23%, 160px);
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
  .home_page .key .key_text {
    padding: 8.14% 11.23%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .home_page .key {
    --max-height: 50vw;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) and (max-height: 768px) and (orientation: landscape) {
  .home_page .key {
    --max-height: 100vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .home_page .key::before {
    background-size: cover;
  }
}

.home_page .topic_path {
  display: none;
}
.home_page .wrap_h3 {
  position: relative;
}
.home_page .wrap_h3 .h_en {
  color: var(--main-color);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
}
.home_page .wrap_h3 .h_en.lg {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgb(var(--clr-beige1-rgb)/0.7);
  text-align: center;
  text-transform: uppercase;
}
.home_page .wrap_h3 h3 {
  position: relative;
  font-family: var(--f-jp);
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: center;
}
.home_page .wrap_h3 h3 > span {
  letter-spacing: 0.05em;
  color: var(--clr1);
}
.home_page .wrap_h3 h3::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: url("../images/ico_title_line1.png") no-repeat center/cover;
}
.home_page .wrap_h3 .fw {
  font-weight: 500;
}
.home_page .wrap_h3.white .h_en,
.home_page .wrap_h3.white h3 {
  color: #fff;
}
.home_page .wrap_h3.t_center {
  text-align: center;
}
.home_page .wrap_h3.sm::after {
  content: none;
}
.home_page .wrap_h3.sm h3 {
  font-weight: 500;
  text-align: left;
}
.home_page .wrap_h3.sm .h_en {
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .home_page .wrap_h3 .h_en {
    font-size: calc(var(--fs-base) + 4px);
  }
  .home_page .wrap_h3 .h_en.lg {
    font-size: min(11.11vw, 160px);
    margin-bottom: -0.5062em;
  }
  .home_page .wrap_h3 h3 {
    font-size: clamp(36px, 5vw, 52px);
  }
  .home_page .wrap_h3 h3 > span {
    font-size: 0.7692em;
  }
  .home_page .wrap_h3 h3::after {
    width: 464px;
    height: 2px;
    margin-top: 0.4231em;
  }
  .home_page .wrap_h3.sm h3 {
    font-size: calc(var(--ttl_size) + 8px);
    margin-bottom: 7px;
  }
  .home_page .wrap_h3.sm .h_en {
    font-size: calc(var(--fs-base));
  }
}
.home_page .idx_marquee {
  display: flex;
}
.home_page .idx_marquee .txt {
  white-space: nowrap;
  animation: marquee 50s linear infinite;
  animation-play-state: running;
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 {
  position: relative;
  z-index: 0;
}
.idx01::before {
  content: "";
  position: absolute;
  background: url("../images/idx01_bg_decor.png") no-repeat center/cover;
  z-index: 0;
}
.idx01::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  background: var(--clr-beige1);
  z-index: -1;
}
.idx01 .area {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.idx01 .area::before, .idx01 .area::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.idx01 .area::before {
  left: 0;
  right: 0;
  background: url("../images/idx01_bg_decor1.png") no-repeat center/cover;
}
.idx01 .area::after {
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/idx01_bg_decor2.png) no-repeat center/cover;
}
.idx01 .idx_list {
  position: relative;
  z-index: 0;
}
.idx01 .idx_list::before {
  content: "";
  position: absolute;
  aspect-ratio: 670/864;
  background: url("../images/idx01_decor1.png") no-repeat center/cover;
  z-index: -1;
}
.idx01 .idx_list ul {
  display: flex;
  max-width: 951px;
}
.idx01 .idx_list ul li {
  position: relative;
  height: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3235294118;
  color: var(--clr-beige2);
  text-align: center;
  z-index: 0;
}
.idx01 .idx_list ul li::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: -10px -17.321px 30px 0px rgb(255, 255, 255), 13px 22.517px 27px 0px rgba(85, 75, 50, 0.15);
  z-index: -1;
}
.idx01 .idx_list ul li .sm {
  font-size: 0.7647em;
}
.idx01 .idx_list ul li > span {
  position: relative;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx01 .idx_list ul li > span::before {
  content: "";
  display: block;
  width: 1.5882352941em;
  aspect-ratio: 54/40;
  margin: 0 auto;
  margin-bottom: 0.5882em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx01 .idx_list ul li.item1 {
  background: url(../images/idx01_list_item1_bg.png) no-repeat center/cover;
}
.idx01 .idx_list ul li.item1 > span::before {
  background-image: url(../images/idx01_list_item1.png);
}
.idx01 .idx_list ul li.item2 {
  background: url(../images/idx01_list_item2_bg.png) no-repeat center/cover;
}
.idx01 .idx_list ul li.item2 > span::before {
  background-image: url(../images/idx01_list_item2.png);
}
.idx01 .idx_list ul li.item3 {
  background: url(../images/idx01_list_item3_bg.png) no-repeat center/cover;
}
.idx01 .idx_list ul li.item3 > span::before {
  background-image: url(../images/idx01_list_item3.png);
}
.idx01 .idx_banner {
  position: relative;
  margin: 0 auto;
  background-color: var(--clr-red1);
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
}
.idx01 .idx_banner::before {
  content: "";
  position: absolute;
  border: 1px solid var(--clr-beige4);
  z-index: 1;
}
.idx01 .idx_banner .wrap {
  height: 100%;
}
.idx01 .idx_banner .wrap .tt {
  font-size: 1em;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/idx01_banner_decor.png) no-repeat center right/cover;
  margin-bottom: 0;
  color: var(--clr-beige3);
  text-shadow: 0px 0px 30px rgba(46, 0, 0, 0.5);
}
.idx01 .idx_banner .wrap .tt .num {
  position: relative;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.idx01 .idx_banner .wrap .tt .jp {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.idx01 .idx_banner .wrap .txt {
  flex-grow: 1;
  height: 100%;
}
.idx01 .idx_banner .wrap .txt .desc {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 30px rgba(46, 0, 0, 0.8);
}
.idx01 .idx_banner .wrap .txt .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--clr-red2);
  margin-bottom: 0;
  background-image: -moz-linear-gradient(0deg, rgb(220, 219, 216) 0%, rgb(248, 248, 246) 50%, rgb(220, 219, 216) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(220, 219, 216) 0%, rgb(248, 248, 246) 50%, rgb(220, 219, 216) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(220, 219, 216) 0%, rgb(248, 248, 246) 50%, rgb(220, 219, 216) 100%);
  padding: 0.25em 1.5em 0.4em 1.8em;
}
.idx01 .idx_banner .wrap .txt .btn::after {
  content: "";
  position: absolute;
  width: 0.35em;
  aspect-ratio: 7/11;
  top: calc(50% - 0.3em);
  right: 1em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' %3E%3Cpath d='M6.991,5.640 L6.115,6.444 L5.965,6.306 L0.862,11.006 L-0.014,10.200 L5.089,5.500 L-0.014,0.803 L0.862,-0.008 L5.964,4.694 L6.115,4.555 L6.991,5.361 L6.839,5.500 L6.991,5.640 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
.idx01 .idx_link {
  display: flex;
}
.idx01 .idx_link .item {
  position: relative;
  border: 2px solid #fff;
}
.idx01 .idx_link .item .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(-45deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 96%);
  background-image: -webkit-linear-gradient(-45deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 96%);
  background-image: -ms-linear-gradient(-45deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 96%);
  box-shadow: 7.071px 7.071px 40px 0px rgba(0, 0, 0, 0.2);
}
.idx01 .idx_link .item .tt {
  position: relative;
  font-weight: 500;
  line-height: 1.40625;
  letter-spacing: 0.05em;
  color: var(--clr1);
  text-align: center;
}
.idx01 .idx_link .item .tt .en {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
.idx01 .idx_link .item .tt::before {
  content: "";
  display: block;
  aspect-ratio: 89/84;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx01 .idx_link .item .ic_arrow {
  position: relative;
  width: round(4.4em, 1px);
  height: round(4.4em, 1px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: -moz-linear-gradient(-45deg, rgb(222, 213, 193) 0%, rgb(198, 180, 132) 76%);
  background-image: -webkit-linear-gradient(-45deg, rgb(222, 213, 193) 0%, rgb(198, 180, 132) 76%);
  background-image: -ms-linear-gradient(-45deg, rgb(222, 213, 193) 0%, rgb(198, 180, 132) 76%);
}
.idx01 .idx_link .item .ic_arrow::before {
  content: "";
  position: absolute;
  width: 1.4em;
  aspect-ratio: 14/9;
  inset: 0;
  margin: auto;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' %3E%3Cpath d='M14.009,1.114 L8.027,7.669 L8.203,7.863 L7.177,8.988 L6.1000,8.795 L6.823,8.988 L5.798,7.863 L5.974,7.670 L-0.008,1.114 L1.018,-0.011 L7.000,6.545 L12.980,-0.011 L14.009,1.114 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}
.idx01 .idx_link .item1 .tt::before {
  background-image: url(../images/idx01_link_item1.png);
}
.idx01 .idx_link .item2 .tt::before {
  background-image: url(../images/idx01_link_item2.png);
}
.idx01 .idx_link .item3 .tt::before {
  background-image: url(../images/idx01_link_item3.png);
}
.idx01 .idx_link .item4 .tt::before {
  background-image: url(../images/idx01_link_item4.png);
}
.idx01 .idx_news {
  position: relative;
  z-index: 0;
}
.idx01 .idx_news::before {
  content: "";
  position: absolute;
  aspect-ratio: 528/340;
  bottom: 0px;
  background: url("../images/idx01_news_decor.png") no-repeat center/cover;
}
.idx01 .idx_news::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -moz-linear-gradient(-45deg, rgba(244, 242, 238, 0.99608) 0%, rgb(244, 242, 238) 0%, rgb(249, 248, 245) 49%, rgb(244, 242, 238) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(244, 242, 238, 0.99608) 0%, rgb(244, 242, 238) 0%, rgb(249, 248, 245) 49%, rgb(244, 242, 238) 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(244, 242, 238, 0.99608) 0%, rgb(244, 242, 238) 0%, rgb(249, 248, 245) 49%, rgb(244, 242, 238) 100%);
  opacity: 0.949;
  z-index: -1;
}
.idx01 .idx_news .wrap_h3 h3::after {
  content: none;
}
.idx01 .idx_news .box_news .news ul li {
  border-bottom: 1px solid rgb(var(--main-color-rgb)/0.5);
}
.idx01 .idx_news .box_news .news ul li a {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  font-family: var(--f-jp);
  font-size: calc(var(--fs-base) - 2px);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--clr1);
  text-decoration: none;
}
.idx01 .idx_news .box_news .news ul li a::after {
  content: "";
  position: absolute;
  aspect-ratio: 7/11;
  width: 0.3889em;
  top: calc(50% - 0.2222em);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' %3E%3Cpath d='M6.991,5.639 L6.115,6.444 L5.964,6.306 L0.862,11.007 L-0.014,10.200 L5.089,5.500 L-0.014,0.802 L0.862,-0.007 L5.965,4.694 L6.115,4.556 L6.991,5.360 L6.839,5.500 L6.991,5.639 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #4b3a22;
}
.idx01 .idx_news .box_news .news ul li a .date {
  flex-shrink: 0;
  font-weight: 500;
  margin-right: 1.2778em;
  letter-spacing: 0.03em;
}
.idx01 .idx_news .box_news .news ul li a .cate {
  flex-shrink: 0;
  min-width: 5.2778em;
  min-height: 1.7778em;
  color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--main-color);
  margin-right: 1.7222em;
  padding: 5px;
}
.idx01 .idx_news .box_news .news ul li a .title {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idx01 .idx_news .btn_news a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  max-width: 6.2727em;
  height: 2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--clr3);
  padding-right: 2.0909em;
  padding-left: 2px;
  transition: all 0.3s ease;
}
.idx01 .idx_news .btn_news a::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  background: url(../images/ic_arrow.png) no-repeat center/cover;
  transition: all 0.3s ease;
}
.idx01 .idx_news .btn_news a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    margin-top: -50px;
  }
  .idx01::before {
    aspect-ratio: 1920/275;
    top: calc(round(down, var(--bg-size) / 1920 * 105, 1px) * -1);
    left: 50vw;
    transform: translateX(-50vw);
  }
  .idx01::after {
    height: calc(100% - 100px);
    top: 100px;
  }
  .idx01 .area {
    padding-bottom: clamp(80px, 8.5vw, 122px);
  }
  .idx01 .area::before {
    top: 50px;
    aspect-ratio: 1920/1030;
  }
  .idx01 .area::after {
    aspect-ratio: 1920/1072;
  }
  .idx01 .idx_list {
    font-size: min(0.75vw, 0.625em);
    margin-bottom: 6.1em;
    padding-top: 50px;
  }
  .idx01 .idx_list::before {
    width: 33.5em;
    top: 50px;
    left: -4.1em;
  }
  .idx01 .idx_list ul {
    width: 75%;
    justify-content: space-between;
    margin-left: auto;
  }
  .idx01 .idx_list ul li {
    width: 33.3333333333%;
    max-width: 8.2353em;
  }
  .idx01 .idx_list ul li.item1 {
    top: 1.4412em;
    padding-bottom: 0.2353em;
  }
  .idx01 .idx_list ul li.item2 {
    margin-top: 3.8235em;
    padding-bottom: 0.3529em;
  }
  .idx01 .idx_list ul li.item3 {
    top: 0.0588em;
    left: -0.0588em;
    padding-bottom: 0.0588em;
  }
  .idx01 .idx_list ul li.item3 > span::before {
    margin-bottom: 0.5em;
  }
  .idx01 .idx_banner {
    font-size: min(0.845vw, 0.625em);
    max-width: 1118px;
    height: 24em;
    margin-bottom: 10em;
  }
  .idx01 .idx_banner::before {
    inset: 1em;
  }
  .idx01 .idx_banner .wrap {
    display: flex;
  }
  .idx01 .idx_banner .wrap .tt {
    width: 38%;
    max-width: 416px;
    height: 100%;
    gap: 1.5em;
    padding: 0 0 0.5em 0.5em;
  }
  .idx01 .idx_banner .wrap .tt .num {
    font-size: 14em;
    top: 0.0643em;
  }
  .idx01 .idx_banner .wrap .tt .jp {
    font-size: 4.4em;
  }
  .idx01 .idx_banner .wrap .txt {
    padding: 4.4em 4.7em;
  }
  .idx01 .idx_banner .wrap .txt .desc {
    margin-bottom: 1.125em;
  }
  .idx01 .idx_banner .wrap .txt .btn {
    max-width: 582px;
    min-height: 2.25em;
    font-size: 2em;
  }
  .idx01 .idx_banner:hover .wrap {
    opacity: 0.8;
  }
  .idx01 .idx_link {
    font-size: min(1vw, 0.625em);
    gap: 1.6em;
    margin-bottom: 7.9em;
  }
  .idx01 .idx_link .item {
    width: calc((100% - 4.8em) / 4);
    min-height: 35em;
    max-width: 308px;
    padding: 0.8em;
  }
  .idx01 .idx_link .item .txt {
    padding: 2.6em 1em 1em;
  }
  .idx01 .idx_link .item .tt {
    font-size: 3.2em;
    margin-bottom: 0.6875em;
  }
  .idx01 .idx_link .item .tt .en {
    margin-top: 0.3125em;
  }
  .idx01 .idx_link .item .tt::before {
    width: 2.7813em;
    margin-bottom: 1em;
  }
  .idx01 .idx_link .item:hover .txt {
    background-image: unset;
    background-color: var(--main-color);
  }
  .idx01 .idx_link .item:hover .txt .tt {
    color: #fff;
  }
  .idx01 .idx_link .item:hover .txt .tt::before {
    filter: brightness(0) invert(1);
  }
  .idx01 .idx_link .item:hover .txt .tt .en {
    color: #fff;
  }
  .idx01 .idx_news {
    display: flex;
    font-size: 0.625em;
    padding: 8.4em 8em 9.7em;
    justify-content: space-between;
  }
  .idx01 .idx_news::before {
    width: 52.8em;
    left: -24.7em;
  }
  .idx01 .idx_news .wrap_h3 {
    margin-bottom: 6.7em;
  }
  .idx01 .idx_news .box_ttl {
    width: 20%;
    max-width: 218px;
  }
  .idx01 .idx_news .box_news {
    width: 78%;
    max-width: 872px;
  }
  .idx01 .idx_news .box_news .news ul li:first-child a {
    padding-top: 5px;
  }
  .idx01 .idx_news .box_news .news ul li:first-child a::after {
    top: calc(50% - 0.9444em);
  }
  .idx01 .idx_news .box_news .news ul li a {
    padding: 1.6111em 0;
  }
  .idx01 .idx_news .box_news .news ul li a::after {
    right: 1.6111em;
  }
  .idx01 .idx_news .box_news .news ul li a .title {
    margin-right: 3.3333em;
  }
  .idx01 .idx_news .box_news .news ul li a:hover {
    opacity: 1;
    color: var(--main-color);
  }
  .idx01 .idx_news .btn_news a {
    font-size: 2.2em;
  }
  .idx01 .idx_news .btn_news a::after {
    width: round(2em, 1px);
    height: round(2em, 1px);
  }
  .idx01 .idx_news .btn_news a:hover::after {
    right: -0.2273em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx01 .idx_news {
    padding: 60px 20px;
  }
}

.idx02 {
  position: relative;
  z-index: 1;
}
.idx02::before {
  content: "";
  position: absolute;
  aspect-ratio: 1920/667;
  top: 0;
  left: 0;
  right: 0;
  background: url("../images/idx02_bg_decor.png") no-repeat top center/cover;
  z-index: -1;
}
.idx02 .wrap_h3 h3 {
  color: var(--clr2);
}
.idx02 .idx_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.idx02 .idx_banner .item .tt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 4.3333em;
  box-shadow: 7.071px 7.071px 40px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--clr3);
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  transition: all 0.3s ease;
  cursor: pointer;
}
.idx02 .idx_banner .item .tt::after {
  content: "";
  position: absolute;
  width: 0.2667em;
  aspect-ratio: 8/13;
  top: calc(50% - 0.2333em);
  right: 1em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 13' %3E%3Cpath d='M8.005,7.136 L7.004,8.014 L6.833,7.864 L1.000,12.991 L-0.000,12.112 L5.832,6.985 L-0.000,1.859 L1.000,0.977 L6.833,6.105 L7.004,5.954 L8.005,6.834 L7.833,6.985 L8.005,7.136 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
.idx02 .idx_banner .item1 .tt {
  background-image: url(../images/idx02_banner_item1.jpg);
}
.idx02 .idx_banner .item2 .tt {
  background-image: url(../images/idx02_banner_item2.jpg);
}
.idx02 .idx_banner .item3 .tt {
  background-image: url(../images/idx02_banner_item3.jpg);
}
.idx02 .idx_banner .item4 .tt {
  background-image: url(../images/idx02_banner_item4.jpg);
}
.idx02 .idx_info {
  display: flex;
  background: url(../images/idx02_box_info.jpg) no-repeat center/cover;
}
.idx02 .idx_vehicle {
  display: flex;
}
.idx02 .idx_vehicle .item {
  font-size: 1em;
  max-width: 357px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.idx02 .idx_vehicle .item .tt {
  position: relative;
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  color: var(--clr1);
}
.idx02 .idx_vehicle .item .tt::before {
  content: "";
  display: block;
  width: 6.0455em;
  aspect-ratio: 1/1;
  margin: 0 auto;
  margin-bottom: 0.8182em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx02 .idx_vehicle .item .tt .sm {
  font-size: 0.7273em;
}
.idx02 .idx_vehicle .item1 .tt::before {
  background-image: url(../images/ico_vehicle1.png);
}
.idx02 .idx_vehicle .item2 .tt::before {
  background-image: url(../images/ico_vehicle2.png);
}
.idx02 .idx_vehicle .item3 .tt::before {
  background-image: url(../images/ico_vehicle3.png);
}
@media only screen and (min-width: 769px) {
  .idx02 {
    padding: clamp(80px, 8vw, 97px) 0 clamp(80px, 8vw, 100px);
  }
  .idx02 .wrap_h3 {
    margin-bottom: 3.75em;
  }
  .idx02 .idx_banner {
    font-size: min(0.85vw, 0.625em);
    gap: 3em;
    margin-bottom: 9em;
  }
  .idx02 .idx_banner .item {
    max-width: 545px;
    width: calc(50% - 1.5em);
  }
  .idx02 .idx_banner .item .tt:hover {
    opacity: 1;
    color: var(--clr2);
  }
  .idx02 .idx_info {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: min(5.25vw, 80px) min(5.25vw, 80px) min(4.25vw, 90px);
  }
  .idx02 .idx_info .box01, .idx02 .idx_info .box02 {
    width: 49%;
    max-width: 545px;
  }
  .idx02 .idx_info .box03 {
    width: 100%;
    margin-top: 54px;
  }
  .idx02 .idx_tel {
    margin-bottom: 4.4em;
  }
  .idx02 .idx_address {
    margin-bottom: 2.25em;
  }
  .idx02 .idx_map {
    margin-bottom: 3.125em;
  }
  .idx02 .idx_vehicle {
    font-size: min(0.9vw, 0.625em);
    justify-content: space-between;
  }
  .idx02 .idx_vehicle .item {
    width: 32%;
  }
  .idx02 .idx_vehicle .item1 {
    border-right: 1px solid var(--clr3);
  }
  .idx02 .idx_vehicle .item3 {
    border-left: 1px solid var(--clr3);
  }
  .idx02 .btn-group .btn {
    margin-left: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx02 .idx_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.idx03 {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.idx03::after {
  content: "";
  position: absolute;
  aspect-ratio: 1920/1040;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/idx03_bg_decor2.png") no-repeat center/cover;
  z-index: -1;
}
.idx03 .wrap {
  position: relative;
  z-index: 0;
}
.idx03 .wrap::before {
  content: "";
  position: absolute;
  max-width: 756px;
  aspect-ratio: 756/720;
  top: 0;
  background: url("../images/idx03_bg_decor1.png") no-repeat center/cover;
  z-index: -1;
}
.idx03 .wrap_h3::after {
  content: "" !important;
  background: url(../images/ico_title_line2.png) no-repeat top left/cover;
}
.idx03 .wrap_h3 h3::after {
  content: none;
}
.idx03 .slider_nav:not(.slick-slider),
.idx03 .slider_for:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.idx03 .slider_nav:not(.slick-slider) .item:not(:first-child),
.idx03 .slider_for:not(.slick-slider) .item:not(:first-child) {
  display: none;
}
.idx03 .slider_nav .item {
  pointer-events: none;
}
.idx03 .slider_navigation {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
  z-index: 1;
}
.idx03 .slider_pagination {
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin-right: 1.6em;
}
.idx03 .slider_pagination .current,
.idx03 .slider_pagination .total {
  min-width: 1.3em;
  font-family: var(--f-en);
  font-size: 2em;
  color: var(--clr3);
  letter-spacing: 0.05em;
}
.idx03 .slider_pagination .process .slick-dots {
  position: relative;
  display: flex !important;
  width: 5em;
  height: 2px;
  background-color: var(--clr-beige7);
}
.idx03 .slider_pagination .process .slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.idx03 .slider_pagination .process .slick-dots li button {
  display: none;
}
.idx03 .slider_pagination .process .slick-dots li.slick-active {
  width: 100%;
  background: var(--main-color);
  animation: 4s running process;
}
@keyframes process {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.idx03 .slider_arrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0);
  width: round(6em, 1px);
  height: round(6em, 1px);
  border-radius: 50%;
  background: url(../images/ico_slider_arrow_bg.png) no-repeat center/cover;
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
}
.idx03 .slider_arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr3);
}
.idx03 .slider_arrow.slider_prev::before {
  --mask: url(../images/ico_slider_arrow_prev.png);
}
.idx03 .slider_arrow.slider_next::before {
  --mask: url(../images/ico_slider_arrow_next.png);
}
.idx03 .slider_thumb {
  position: relative;
}
.idx03 .slider_thumb .btn {
  position: absolute;
  width: 18.1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
}
.idx03 .slider_thumb .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(../images/idx03_btn.png) no-repeat center/cover;
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2727272727;
  color: var(--clr3);
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  filter: drop-shadow(7.071px 7.071px 40px rgba(0, 0, 0, 0.2));
}
.idx03 .slider_thumb .btn a span {
  position: relative;
  padding-bottom: 1.1818em;
}
.idx03 .slider_thumb .btn a span::after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.7273em;
  bottom: -0.3636em;
  left: 2px;
  right: 0;
  margin: 0 auto;
  --mask: url("../images/ic_arrow3.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
.idx03 .idx_marquee {
  position: relative;
  width: 100vw;
  left: calc(50% - 50vw);
}
.idx03 .idx_marquee .txt {
  font-family: var(--f-en);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgb(var(--clr3-rgb)/0.1), 0 0 20px rgb(var(--clr3-rgb)/0.1), 0 0 30px rgb(var(--clr3-rgb)/0.1);
}
@media only screen and (min-width: 769px) {
  .idx03 {
    --pl: min(5.556vw, 80px);
  }
  .idx03 .wrap {
    padding-top: clamp(80px, 8vw, 91px);
    padding-bottom: 87px;
  }
  .idx03 .wrap::before {
    width: 58%;
    min-height: 470px;
    left: calc(min(21vw, 300px) * -1);
  }
  .idx03 .wrap_h3 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2.1875em;
    padding-bottom: 1.125em;
    margin-bottom: 1.9375em;
    z-index: 1;
  }
  .idx03 .wrap_h3::after {
    width: min(53vw, 763px);
    aspect-ratio: 763/2;
    left: var(--pl);
    position: absolute;
    bottom: 0;
  }
  .idx03 .wrap_h3,
  .idx03 .slider_navigation {
    padding-left: var(--pl);
  }
  .idx03 .idx_slider {
    font-size: min(0.7vw, 0.625em);
    margin-bottom: 5.6em;
  }
  .idx03 .slider_wrapper {
    --size-item: 65.4em;
  }
  .idx03 .slider_navigation {
    font-size: min(1vw, 10px);
  }
  .idx03 .slider_box {
    display: flex;
    align-items: flex-end;
    margin-top: -16.7em;
  }
  .idx03 .slider_thumb {
    max-width: calc(var(--size-item) + 14.2em);
    width: 63%;
  }
  .idx03 .slider_thumb .item {
    padding: 0 7.1em;
  }
  .idx03 .slider_thumb .btn {
    font-size: 1em;
    bottom: -4.6em;
    left: 2.9em;
  }
  .idx03 .slider_thumb .btn a:hover {
    opacity: 1;
    color: var(--clr2);
  }
  .idx03 .slider_list {
    width: 100vw;
    padding: 0 1em;
    margin-left: calc(-100vw - 2em + 45%);
  }
  .idx03 .slider_list .item {
    max-width: calc(var(--size-item) / 2);
    margin: 0 1em;
  }
  .idx03 .slider_arrow:hover {
    background-color: var(--main-color);
    background-image: none;
  }
  .idx03 .slider_arrow:hover::before {
    background-color: #fff;
  }
  .idx03 .idx_marquee .txt {
    font-size: clamp(80px, 10vw, 120px);
  }
}

.idx04 {
  position: relative;
  z-index: 0;
}
.idx04 .wrap_h3 h3 {
  color: #5fe3df;
}
.idx04 .wrap_h3 h3::after {
  content: none;
}
.idx04 .wrap_h3 h3 span {
  font-weight: 500;
}
.idx04 .idx_box {
  display: flex;
}
.idx04 .box_item {
  position: relative;
  z-index: 0;
  max-width: 528px;
  aspect-ratio: 528/560;
}
.idx04 .box_item::after {
  content: "";
  position: absolute;
  width: 112.3%;
  max-width: 593px;
  aspect-ratio: 593/620;
  top: 3.1em;
  left: 1.9em;
  background: url("../images/idx04_decor1.png") no-repeat center/cover;
  z-index: -1;
}
.idx04 .box_item .item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.5em;
  height: 27.5em;
  filter: drop-shadow(14.142px 14.142px 40px rgba(17, 111, 115, 0.2));
  background: url(../images/idx04_item_bg.png) no-repeat center/cover;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}
.idx04 .box_item .item .tt {
  position: relative;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0;
  color: var(--main-color);
  text-align: center;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85);
  padding-bottom: 0.4em;
}
.idx04 .box_item .item .tt > span {
  color: var(--clr3);
}
.idx04 .box_item .item .tt::before {
  content: "";
  display: block;
  width: 2.48em;
  aspect-ratio: 62/67;
  margin: 0 auto;
  margin-bottom: 0.56em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx04 .box_item .item1 {
  top: 0;
  left: calc(50% - 11.5em);
}
.idx04 .box_item .item2 {
  top: calc(50% - 7.6em);
  left: -0.2em;
  transition-delay: 0.3s;
}
.idx04 .box_item .item3 {
  bottom: 0;
  right: 0;
  transition-delay: 0.6s;
}
.idx04 .box_item .item1 .tt::before {
  background-image: url(../images/idx04_item1.png);
}
.idx04 .box_item .item2 .tt::before {
  background-image: url(../images/idx04_item2.png);
}
.idx04 .box_item .item3 .tt::before {
  background-image: url(../images/idx04_item3.png);
}
.idx04.is-animated .box_item .item {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding: clamp(80px, 8vw, 108px) 0 clamp(80px, 8vw, 112px);
  }
  .idx04::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    background: url("../images/idx04_bg.jpg") no-repeat center/cover;
    z-index: -1;
  }
  .idx04 .wrap_h3 {
    margin-bottom: 2.5em;
  }
  .idx04 .wrap_h3 h3 {
    margin-bottom: 0.2885em;
  }
  .idx04 .idx_box {
    justify-content: space-between;
    align-items: center;
    padding-right: min(5.556vw, 80px);
  }
  .idx04 .box_item {
    font-size: min(0.78vw, 0.625em);
    width: 44%;
  }
  .idx04 .box_cont {
    width: 50%;
    max-width: 573px;
    padding-bottom: 5px;
  }
  .idx04 .desc {
    margin-bottom: 2.55em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx04 .idx_box {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .idx_box {
    padding-right: 0px;
  }
}

.idx05 {
  position: relative;
  z-index: 0;
}
.idx05::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  background: url("../images/idx05_bg.jpg") no-repeat bottom center/cover;
  z-index: -1;
}
.idx05 .wrap_box {
  position: relative;
  display: flex;
  z-index: 0;
}
.idx05 .wrap_box::before {
  content: "";
  position: absolute;
  max-width: 436px;
  aspect-ratio: 436/490;
  background: url("../images/idx05_item_decor.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx05 .wrap_box::after {
  content: "";
  position: absolute;
  max-width: 1090px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.idx05 .wrap_box .box_img {
  flex-shrink: 0;
  max-width: 573px;
}
.idx05 .wrap_box .box_img picture {
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
}
.idx05 .wrap_box .wrap_h3 {
  z-index: 0;
}
.idx05 .wrap_box .wrap_h3 h3 {
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}
.idx05 .wrap_box .wrap_h3 h3::after {
  content: none;
}
.idx05 .wrap_box .wrap_h3::before {
  content: "";
  position: absolute;
  aspect-ratio: 654/70;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/idx05_title_bg.png") no-repeat top left/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx05 {
    padding: clamp(80px, 8vw, 100px) 0 clamp(280px, 26.4vw, 380px);
  }
  .idx05 .wrap_h3 {
    display: flex;
    align-items: center;
    padding: 0.625em 1.6875em 0.75em;
    padding-right: 0;
    margin-bottom: 1.875em;
  }
  .idx05 .wrap_h3 h3 {
    margin-right: 0.4722em;
  }
  .idx05 .idx_box {
    padding-top: 3.75em;
  }
}
@media only screen and (min-width: 993px) {
  .idx05 .idx_box:not(:last-child) {
    margin-bottom: 3.75em;
  }
  .idx05 .wrap_box {
    justify-content: space-between;
    padding: 60px min(5.625vw, 81px) 79px;
  }
  .idx05 .wrap_box::before {
    width: 35%;
    top: 1.875em;
    right: 0px;
  }
  .idx05 .wrap_box::after {
    width: 86%;
  }
  .idx05 .wrap_box.b-reverse {
    flex-direction: row-reverse;
  }
  .idx05 .wrap_box.b-reverse::before {
    left: 0;
    right: unset;
  }
  .idx05 .wrap_box.b-reverse::after {
    right: 0;
    left: unset;
  }
  .idx05 .wrap_box.b-reverse .wrap_h3 {
    padding-left: 0;
  }
  .idx05 .wrap_box.b-reverse .wrap_h3::before {
    left: unset;
    right: 0;
    scale: -1;
  }
  .idx05 .wrap_box.b-reverse .desc,
  .idx05 .wrap_box.b-reverse .btn-group {
    margin-left: 0;
    margin-right: 2.5625em;
  }
  .idx05 .wrap_box:not(.b-reverse) .btn-group {
    margin-left: 2.75em;
  }
  .idx05 .wrap_box .box_img {
    width: 52%;
    margin-top: -7.5em;
  }
  .idx05 .wrap_box .box_cont {
    width: 44%;
    max-width: 464px;
  }
  .idx05 .wrap_box .desc,
  .idx05 .wrap_box .btn-group {
    margin-left: 1.75em;
  }
  .idx05 .wrap_box .desc {
    margin-bottom: 2.5625em;
  }
}
@media only screen and (max-width: 992px) {
  .idx05 .idx_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .idx05 .wrap_box {
    padding: 40px;
    flex-direction: column;
  }
  .idx05 .wrap_box.b-reverse::before {
    left: -10px;
  }
  .idx05 .wrap_box::before {
    width: 50%;
    top: -20px;
    right: -10px;
  }
  .idx05 .wrap_box::after {
    width: calc(100% - 20px);
    left: 10px;
  }
  .idx05 .wrap_box .box_cont {
    display: contents;
  }
  .idx05 .wrap_box .wrap_h3 {
    flex-direction: column;
    text-align: center;
    order: 1;
  }
  .idx05 .wrap_box .wrap_h3::before {
    width: 100%;
  }
  .idx05 .wrap_box .box_img {
    order: 2;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .idx05 .wrap_box .desc {
    order: 3;
    margin-bottom: 30px;
  }
  .idx05 .wrap_box .btn-group {
    order: 4;
  }
  .idx05 .wrap_box .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.idx06 {
  position: relative;
  background-color: var(--clr-beige6);
  z-index: 0;
}
.idx06::before {
  content: "";
  position: absolute;
  aspect-ratio: 1920/545;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  background: url("../images/idx06_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx06 .wrap_h3 h3 {
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85);
  color: var(--main-color);
}
.idx06 .tab_container {
  background-color: rgb(255, 255, 255);
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
}
.idx06 .tab_container .tab_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.idx06 .tab_container .tab_item {
  overflow: hidden;
  cursor: pointer;
}
.idx06 .tab_container .tab .lv1 .tab_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-beige1);
}
.idx06 .tab_container .tab .lv1 .tab_item:not(:first-child) {
  border-left: 1px solid #bcb39c;
}
.idx06 .tab_container .tab .lv1 .tab_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}
.idx06 .tab_container .tab .lv1 .tab_item .tt {
  position: relative;
  font-size: 2.6em;
  font-weight: 500;
  color: var(--clr3);
  line-height: 1.4;
  text-align: center;
  padding-top: 0.5769em;
  z-index: 1;
}
.idx06 .tab_container .tab .lv1 .tab_item .tt > .en {
  display: block;
  font-size: 0.5385em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--main-color);
  margin-top: 0.2143em;
}
.idx06 .tab_container .tab .lv1 .tab_item .tt::before {
  content: "";
  display: block;
  width: 2.2308em;
  aspect-ratio: 58/54;
  margin: 0 auto;
  margin-bottom: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx06 .tab_container .tab .lv1 .tab_item .tt::after {
  content: "";
  display: block;
  width: 0.6923em;
  aspect-ratio: 18/12;
  margin: 0 auto;
  margin-top: 0.5385em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12' %3E%3Cpath d='M18.012,2.354 L10.320,10.373 L10.547,10.609 L9.227,11.985 L8.1000,11.748 L8.773,11.985 L7.455,10.609 L7.681,10.373 L-0.010,2.354 L1.309,0.978 L9.001,8.997 L16.688,0.978 L18.012,2.354 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
.idx06 .tab_container .tab .lv1 .tab_item1 .tt::before {
  background-image: url(../images/idx06_tab_ico1.png);
}
.idx06 .tab_container .tab .lv1 .tab_item2 .tt::before {
  background-image: url(../images/idx06_tab_ico2.png);
}
.idx06 .tab_container .tab .lv1 .tab_item3 .tt::before {
  background-image: url(../images/idx06_tab_ico3.png);
}
.idx06 .tab_container .tab .lv1 .tab_item4 .tt::before {
  background-image: url(../images/idx06_tab_ico4.png);
}
.idx06 .tab_container .tab .lv1 .tab_item5 .tt::before {
  background-image: url(../images/idx06_tab_ico5.png);
}
.idx06 .tab_container .tab .lv1 .tab_item.is-active {
  pointer-events: none;
}
.idx06 .tab_container .tab .lv1 .tab_item.is-active::after {
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}
.idx06 .tab_container .tab .lv2 .tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 422px;
  border-bottom: 2px solid var(--clr-beige7);
}
.idx06 .tab_container .tab .lv2 .tab_item .tt {
  position: relative;
  font-weight: 500;
  font-size: 2.4em;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-right: 1.125em;
  color: #bbb8af;
}
.idx06 .tab_container .tab .lv2 .tab_item .tt::after {
  content: "";
  position: absolute;
  width: 0.5em;
  aspect-ratio: 12/9;
  height: 0.375em;
  top: calc(50% - 0.125em);
  right: 0.125em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9' %3E%3Cpath d='M12.008,1.984 L6.880,7.817 L7.031,7.989 L6.151,8.989 L5.1000,8.818 L5.849,8.989 L4.970,7.989 L5.121,7.818 L-0.006,1.984 L0.873,0.984 L6.001,6.817 L11.126,0.984 L12.008,1.984 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #bbb8af;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.idx06 .tab_container .tab .lv2 .tab_item.is-active {
  pointer-events: none;
  border-color: var(--main-color);
}
.idx06 .tab_container .tab .lv2 .tab_item.is-active .tt {
  color: var(--main-color);
}
.idx06 .tab_container .tab .lv2 .tab_item.is-active .tt::after {
  transform: rotate(0deg);
  background-color: var(--clr-beige2);
}
.idx06 .tab_container .tab .lv2 .tab_content {
  background-color: var(--clr-beige6);
}
.idx06 .tab_container .tab_content_item {
  display: none;
}
.idx06 .tab_container .tab_content_item.is-active {
  display: block;
}
.idx06 .tab_container .idx_box {
  display: flex;
}
.idx06 .tab_container .idx_box .box_cont .ttl {
  position: relative;
  font-weight: 500;
  color: var(--clr1);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.idx06 .tab_container .idx_box .box_cont .ttl::after {
  content: "";
  position: absolute;
  width: 3.0278em;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background-color: var(--clr-beige7);
}
.idx06 .tab_container .idx_box .box_img {
  max-width: 464px;
}
.idx06 .tab_container .idx_box .box_img picture {
  position: relative;
  z-index: 0;
}
.idx06 .tab_container .idx_box .box_img picture::after {
  content: "";
  position: absolute;
  background: url("../images/idx06_img_decor.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx06 .tab_container .idx_box .box_banner {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 1;
}
.idx06 .tab_container .idx_box .box_banner .item {
  max-width: 364px;
}
.idx06 .tab_container .idx_box .box_banner .item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 5em;
  background-image: -moz-linear-gradient(-45deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 96%);
  background-image: -webkit-linear-gradient(-45deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 96%);
  background-image: -ms-linear-gradient(-45deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 96%);
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
  font-size: 2em;
  font-weight: 500;
  color: var(--clr3);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.idx06 .tab_container .idx_box .box_banner .item a::after {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.65em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 13' %3E%3Cpath d='M8.005,7.136 L7.004,8.014 L6.833,7.864 L1.000,12.991 L-0.000,12.112 L5.832,6.984 L-0.000,1.858 L1.000,0.976 L6.833,6.105 L7.004,5.954 L8.005,6.834 L7.833,6.985 L8.005,7.136 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr-beige2);
}
.idx06 .tab_container .idx_box .box_banner .item a .tt {
  position: relative;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx06 .tab_container .idx_box .box_banner .item a .tt::before {
  content: "";
  width: 1.9em;
  aspect-ratio: 38/49;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx06 .tab_container .idx_box .box_banner .item1 a .tt::before {
  background-image: url(../images/idx06_tab3_banner1.png);
}
.idx06 .tab_container .idx_box .box_banner .item2 a .tt::before {
  background-image: url(../images/idx06_tab3_banner2.png);
}
.idx06 .tab_container .idx_box .box_banner .item3 a .tt::before {
  background-image: url(../images/idx06_tab3_banner3.png);
}
.idx06 .tab_container .idx_button {
  display: flex;
  flex-wrap: wrap;
}
.idx06 .tab_container .idx_button .item {
  max-width: 354px;
  margin-bottom: 0;
  font-size: 1em;
}
.idx06 .tab_container .idx_button .item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--clr3);
  text-decoration: none;
  border-bottom: 1px solid var(--main-color);
  transition: all 0.3s ease;
}
.idx06 .tab_container .idx_button .item a::after {
  content: "";
  position: absolute;
  width: 0.35em;
  aspect-ratio: 7/11;
  top: calc(50% - 0.2em);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' %3E%3Cpath d='M6.991,5.640 L6.115,6.445 L5.964,6.306 L0.862,11.006 L-0.014,10.200 L5.088,5.500 L-0.014,0.803 L0.862,-0.007 L5.963,4.694 L6.115,4.554 L6.991,5.361 L6.839,5.500 L6.991,5.640 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
.idx06 .tab_container .idx_panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.idx06 .tab_container .idx_panel .item {
  position: relative;
  max-width: 354px;
}
.idx06 .tab_container .idx_panel .item .txt {
  position: relative;
}
.idx06 .tab_container .idx_panel .item .txt::before {
  position: relative;
  content: "";
  display: block;
  width: 30em;
  aspect-ratio: 300/248;
  margin: 0 auto;
  margin-bottom: -0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 1.3em;
}
.idx06 .tab_container .idx_panel .item .txt .tt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.5454545455;
  letter-spacing: 0.05em;
  color: var(--clr3);
  text-align: center;
  min-height: 3.0909em;
  margin-bottom: 0.6364em;
}
.idx06 .tab_container .idx_panel .item .txt .btn {
  padding-top: 1.3571em;
  border-top: 1px solid var(--clr-beige7);
  position: relative;
  font-family: var(--f-en);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--main-color);
  text-align: center;
}
.idx06 .tab_container .idx_panel .item .txt .btn::after {
  content: "";
  display: inline-block;
  width: 0.4286em;
  aspect-ratio: 6/9;
  margin-left: 0.7143em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 9' %3E%3Cpath d='M6.004,4.614 L5.253,5.270 L5.125,5.158 L0.750,8.992 L-0.000,8.334 L4.374,4.500 L-0.000,0.665 L0.750,0.006 L5.124,3.842 L5.253,3.729 L6.004,4.387 L5.875,4.500 L6.004,4.614 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
.idx06 .tab_container .idx_panel .item1 .txt::before {
  background-image: url(../images/idx06_panel_item1.png);
}
.idx06 .tab_container .idx_panel .item2 .txt::before {
  background-image: url(../images/idx06_panel_item2.png);
}
.idx06 .tab_container .idx_panel .item3 .txt::before {
  background-image: url(../images/idx06_panel_item3.png);
}
.idx06 .tab_container .idx_panel .item4 .txt::before {
  background-image: url(../images/idx06_panel_item4.png);
}
.idx06 .tab_container .idx_panel .item5 .txt::before {
  background-image: url(../images/idx06_panel_item5.png);
}
.idx06 .tab_container .idx_panel .item6 .txt::before {
  background-image: url(../images/idx06_panel_item6.png);
}
.idx06 .tab_container .idx_panel .item7 .txt::before {
  background-image: url(../images/idx06_panel_item7.png);
}
.idx06 .tab_container .idx_panel .item8 .txt::before {
  background-image: url(../images/idx06_panel_item8.png);
}
.idx06 .tab_container .idx_panel .item9 .txt::before {
  background-image: url(../images/idx06_panel_item9.png);
}
.idx06 .tab_container .idx_panel .item10 .txt::before {
  background-image: url(../images/idx06_panel_item10.png);
}
.idx06 .tab_container .idx_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.idx06 .tab_container .idx_link .item {
  font-size: 1em;
  max-width: 436px;
  margin-bottom: 0;
}
.idx06 .tab_container .idx_link .item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 5em;
  background-color: #fff;
  box-shadow: 7.071px 7.071px 40px 0px rgba(0, 0, 0, 0.2);
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: var(--clr3);
}
.idx06 .tab_container .idx_link .item a .sm {
  display: block;
  font-size: 0.8182em;
}
.idx06 .tab_container .idx_link .item a::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid var(--clr-beige7);
}
.idx06 .tab_container .idx_link .item a::after {
  content: "";
  position: absolute;
  width: 0.3636em;
  aspect-ratio: 8/13;
  top: calc(50% - 0.3182em);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 13' %3E%3Cpath d='M8.005,7.136 L7.004,8.013 L6.834,7.864 L1.000,12.991 L-0.000,12.111 L5.832,6.984 L-0.000,1.858 L1.000,0.977 L6.832,6.105 L7.004,5.953 L8.005,6.834 L7.833,6.985 L8.005,7.136 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}
.idx06 .tab_container .idx_banner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.idx06 .tab_container .idx_banner .item {
  max-width: 272px;
  background-image: -moz-linear-gradient(-45deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 96%);
  background-image: -webkit-linear-gradient(-45deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 96%);
  background-image: -ms-linear-gradient(-45deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 96%);
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
}
.idx06 .tab_container .idx_banner .item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.idx06 .tab_container .idx_banner .item a .tt {
  position: relative;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--clr3);
  text-align: center;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx06 .tab_container .idx_banner .item a .tt::before {
  content: "";
  display: block;
  width: 10.7em;
  aspect-ratio: 214/202;
  margin: 0 auto;
  margin-bottom: -0.15em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx06 .tab_container .idx_banner .item a .tt::after {
  content: "";
  width: 0.4em;
  aspect-ratio: 8/13;
  margin: 0 auto;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 13' %3E%3Cpath d='M8.005,7.136 L7.004,8.013 L6.834,7.864 L1.000,12.991 L-0.000,12.111 L5.832,6.984 L-0.000,1.858 L1.000,0.977 L6.832,6.105 L7.004,5.953 L8.005,6.834 L7.833,6.985 L8.005,7.136 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
.idx06 .tab_container .idx_banner .item1 a .tt::before {
  background-image: url(../images/idx06_banner_item1.png);
}
.idx06 .tab_container .idx_banner .item2 a .tt::before {
  background-image: url(../images/idx06_banner_item2.png);
}
.idx06 .tab_container .idx_banner .item3 a .tt::before {
  background-image: url(../images/idx06_banner_item3.png);
}
.idx06 .tab_container .idx_banner .item4 a .tt::before {
  background-image: url(../images/idx06_banner_item4.png);
}
.idx06 .tab_container .idx_banner .item5 a .tt::before {
  background-image: url(../images/idx06_banner_item5.png);
}
.idx06 .tab_container .idx_banner .item6 a .tt::before {
  background-image: url(../images/idx06_banner_item6.png);
}
.idx06 .tab_container .idx_banner .item7 a .tt::before {
  background-image: url(../images/idx06_banner_item7.png);
}
.idx06 .tab_container .idx_banner .item8 a .tt::before {
  background-image: url(../images/idx06_banner_item8.png);
}
.idx06 .tab_container .idx_banner .item9 a .tt::before {
  background-image: url(../images/idx06_banner_item9.png);
}
.idx06 .tab_container .idx_banner .item10 a .tt::before {
  background-image: url(../images/idx06_banner_item10.png);
}
.idx06 .tab_container .idx_banner .item11 a .tt::before {
  background-image: url(../images/idx06_banner_item11.png);
}
.idx06 .tab_container .idx_banner .item12 a .tt::before {
  background-image: url(../images/idx06_banner_item12.png);
}
.idx06 .tab_container .idx_banner .item13 a .tt::before {
  background-image: url(../images/idx06_banner_item13.png);
}
.idx06 .tab_container .idx_banner .item14 a .tt::before {
  background-image: url(../images/idx06_banner_item14.png);
}
.idx06 .tab_container .idx_banner .item15 a .tt::before {
  background-image: url(../images/idx06_banner_item15.png);
}
@media only screen and (min-width: 769px) {
  .idx06 {
    margin-top: -85px;
    padding-bottom: clamp(80px, 10vw, 140px);
  }
  .idx06 .wrap_h3 {
    margin-bottom: 3.6875em;
  }
  .idx06 .wrap_h3 .h_en.lg {
    font-size: clamp(120px, 14vw, 200px);
    margin-bottom: -0.415em;
  }
  .idx06 .wrap_h3 h3 {
    font-size: clamp(32.5px, 4vw, 46.8px);
  }
  .idx06 .wrap_h3 h3::after {
    margin-top: 0.5128em;
  }
  .idx06 .tab_container {
    font-size: 0.625em;
  }
  .idx06 .tab_container .tab .lv1 .tab_item {
    width: 20%;
    max-width: 256px;
    min-height: 21em;
  }
  .idx06 .tab_container .tab .lv1 .tab_item:hover {
    background-color: var(--main-color);
  }
  .idx06 .tab_container .tab .lv1 .tab_item:hover .tt {
    color: #fff;
  }
  .idx06 .tab_container .tab .lv1 .tab_item:hover .tt .en {
    color: #fff;
  }
  .idx06 .tab_container .tab .lv1 .tab_item:hover .tt::before {
    filter: brightness(0) invert(1);
  }
  .idx06 .tab_container .tab .lv2 .tab_item {
    padding: 1.7em 1em;
  }
  .idx06 .tab_container .tab .lv2 .tab_item:hover .tt {
    color: var(--main-color);
  }
  .idx06 .tab_container .tab .lv2 .tab_content {
    padding: 28px 28px 60px;
  }
  .idx06 .tab_container .tab_content {
    padding: min(6.25vw, 90px) min(6.25vw, 81px) min(6.25vw, 86px);
  }
  .idx06 .tab_container .tab_content:not(.ac) {
    height: 1790px;
  }
  .idx06 .tab_container .idx_box {
    font-size: min(0.875vw, 10px);
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6.9em;
  }
  .idx06 .tab_container .idx_box .box_cont {
    width: 52%;
    max-width: 572px;
    padding-top: 2.2em;
  }
  .idx06 .tab_container .idx_box .box_cont .ttl {
    text-indent: -0.1944em;
    font-size: 3.6em;
    padding-bottom: 0.6944em;
    margin-bottom: 0.8333em;
  }
  .idx06 .tab_container .idx_box .box_img {
    width: 45%;
  }
  .idx06 .tab_container .idx_box .box_img picture::after {
    width: 94%;
    max-width: 43.6em;
    aspect-ratio: 436/340;
    bottom: -33.333%;
    left: -8.64865%;
  }
  .idx06 .tab_container .idx_box .box_banner {
    font-size: min(0.85vw, 10px);
    margin-top: 4.6em;
    gap: 1.3em;
  }
  .idx06 .tab_container .idx_box .box_banner .item {
    width: calc((100% - 2.6em) / 3);
  }
  .idx06 .tab_container .idx_box .box_banner .item a {
    padding: 0.5em 1.5em 0.5em 1em;
  }
  .idx06 .tab_container .idx_box .box_banner .item a:after {
    top: calc(50% - 0.35em);
    right: 1em;
  }
  .idx06 .tab_container .idx_box .box_banner .item a .tt {
    padding-left: 2.35em;
  }
  .idx06 .tab_container .idx_box .box_banner .item a .tt::before {
    top: calc(50% - 1.25em);
    position: absolute;
    left: 0;
  }
  .idx06 .tab_container .idx_box .box_banner .item a:hover {
    opacity: 1;
    transform: translateY(5px);
  }
  .idx06 .tab_container .idx_button {
    font-size: min(1vw, 10px);
    gap: 1em 2.8em;
  }
  .idx06 .tab_container .idx_button .item {
    width: calc((100% - 5.6em) / 3);
  }
  .idx06 .tab_container .idx_button .item a {
    padding: 0.3em 1.75em 0.25em 0.55em;
  }
  .idx06 .tab_container .idx_button .item a::after {
    right: 1em;
  }
  .idx06 .tab_container .idx_button .item a:hover {
    opacity: 1;
    background-image: -moz-linear-gradient(0deg, rgba(247, 242, 231, 0.99608) 0%, rgb(247, 242, 231) 0%, rgb(236, 228, 211) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(247, 242, 231, 0.99608) 0%, rgb(247, 242, 231) 0%, rgb(236, 228, 211) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(247, 242, 231, 0.99608) 0%, rgb(247, 242, 231) 0%, rgb(236, 228, 211) 100%);
  }
  .idx06 .tab_container .idx_panel {
    font-size: min(0.9vw, 10px);
    margin-bottom: 52px;
  }
  .idx06 .tab_container .idx_panel .item {
    width: 33.3333333333%;
    padding: 1.8em 3em 1.6em;
    min-height: 39em;
  }
  .idx06 .tab_container .idx_panel .item:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 7.071px 7.071px 40px 0px rgba(0, 0, 0, 0.2);
  }
  .idx06 .tab_container .idx_panel .item .btn {
    font-size: 1.4em;
  }
  .idx06 .tab_container .idx_link {
    font-size: min(1vw, 10px);
    gap: 2.8em;
  }
  .idx06 .tab_container .idx_link .item {
    width: calc(50% - 1.4em);
  }
  .idx06 .tab_container .idx_link .item a::after {
    right: 1.3636em;
  }
  .idx06 .tab_container .idx_link .item a:hover {
    opacity: 1;
    background-color: var(--main-color);
    color: #fff;
    text-shadow: none;
  }
  .idx06 .tab_container .idx_link .item a:hover::after {
    background-color: #fff;
  }
  .idx06 .tab_container .idx_banner {
    font-size: min(0.85vw, 10px);
  }
  .idx06 .tab_container .idx_banner .item {
    width: calc(25% - 7.5px);
    min-height: 30em;
  }
  .idx06 .tab_container .idx_banner .item a {
    align-items: center;
    padding: 1.6em 1em 1em;
  }
  .idx06 .tab_container .idx_banner .item a .tt::after {
    display: block;
    margin-top: 0.6em;
  }
  .idx06 .tab_container .idx_banner .item12 a .tt::before, .idx06 .tab_container .idx_banner .item13 a .tt::before {
    margin-bottom: -1.4em;
  }
  .idx06 .tab_container .idx_banner .item12 a .tt::after, .idx06 .tab_container .idx_banner .item13 a .tt::after {
    margin-top: 0.35em;
  }
  .idx06 .tab_container .idx_banner .item:hover {
    background-color: var(--main-color);
    background-image: none;
  }
  .idx06 .tab_container .idx_banner .item:hover .tt {
    text-shadow: none;
    color: #fff;
  }
  .idx06 .tab_container .idx_banner .item:hover .tt::before {
    filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx06 {
    margin-top: -120px;
    padding-bottom: 80px;
  }
  .idx06 .tab_container .tab_content {
    padding: 40px 20px;
  }
  .idx06 .tab_container .tab .lv2 .tab_content {
    padding: 20px 20px 40px;
  }
  .idx06 .tab_container .tab .idx_box .box_img picture::after {
    left: -10px;
  }
}

.idx07 {
  position: relative;
  z-index: 1;
}
.idx07::before {
  content: "";
  position: absolute;
  aspect-ratio: 1920/462;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  background: url("../images/idx07_bg_decor.png") no-repeat center/cover;
}
.idx07 .idx_banner {
  display: flex;
  flex-wrap: wrap;
}
.idx07 .idx_banner .item {
  position: relative;
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx07 .idx_banner .item .tt {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  min-height: 3.4091em;
  color: var(--clr3);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.idx07 .idx_banner .item .tt .en {
  display: block;
  font-weight: 400;
  font-size: 0.5455em;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--main-color);
  margin-top: 0.3333em;
}
.idx07 .idx_banner .item::after {
  content: "";
  position: absolute;
  width: round(3.2em, 1px);
  height: round(3.2em, 1px);
  border-radius: 50%;
  background: url(../images/idx07_ic_arrow.png) no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx07 {
    padding: clamp(80px, 8vw, 111px) 0 0;
  }
  .idx07 .wrap_h3 {
    margin-bottom: 3.25em;
  }
  .idx07 .wrap_h3 h3 {
    font-size: clamp(30px, 4vw, 40px);
    margin-bottom: 0.375em;
  }
  .idx07 .wrap_h3 h3::after {
    margin-top: 0.375em;
  }
  .idx07 .wrap_h3 .h_en {
    font-size: var(--fs-base);
  }
  .idx07 .idx_banner {
    font-size: min(0.78vw, 0.625em);
    gap: 3em 1.9em;
  }
  .idx07 .idx_banner .item {
    width: calc((100% - 3.8em) / 3);
    max-width: 414px;
    aspect-ratio: 414/160;
    padding: 2.1em 3.1em;
  }
  .idx07 .idx_banner .item::after {
    bottom: 2em;
    left: 3em;
  }
  .idx07 .idx_banner .item1 {
    background-image: url(../images/idx07_item1.jpg);
  }
  .idx07 .idx_banner .item2 {
    background-image: url(../images/idx07_item2.jpg);
  }
  .idx07 .idx_banner .item3 {
    background-image: url(../images/idx07_item3.jpg);
  }
  .idx07 .idx_banner .item4 {
    background-image: url(../images/idx07_item4.jpg);
  }
  .idx07 .idx_banner .item5 {
    background-image: url(../images/idx07_item5.jpg);
  }
  .idx07 .idx_banner .item6 {
    background-image: url(../images/idx07_item6.jpg);
  }
  .idx07 .idx_banner .item7 {
    background-image: url(../images/idx07_item7.jpg);
  }
  .idx07 .idx_banner .item8 {
    background-image: url(../images/idx07_item8.jpg);
  }
  .idx07 .idx_banner .item9 {
    background-image: url(../images/idx07_item9.jpg);
  }
  .idx07 .idx_banner .item10 {
    background-image: url(../images/idx07_item10.jpg);
  }
  .idx07 .idx_banner .item11 {
    background-image: url(../images/idx07_item11.jpg);
  }
  .idx07 .idx_banner .item12 {
    background-image: url(../images/idx07_item12.jpg);
  }
  .idx07 .idx_banner .item:hover .tt {
    color: var(--clr2);
  }
  .idx07 .idx_banner .item:hover .tt .en {
    color: var(--clr2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx07 .idx_banner .item {
    padding: 1.5em 3em;
  }
  .idx07 .idx_banner .item::after {
    bottom: 1.5em;
  }
}

.idx08 {
  position: relative;
  z-index: 0;
}
.idx08::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  background: url("../images/idx08_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx08 .wrap_h3 .h_en.lg {
  color: #fff;
}
.idx08 .wrap_h3 h3 {
  color: var(--main-color);
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx08 .wrap {
  width: 100%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
.idx08 .idx_box {
  display: flex;
}
.idx08 .idx_box .box_decor {
  flex-shrink: 0;
  position: relative;
  max-width: 687px;
  aspect-ratio: 687/662;
  height: fit-content;
  z-index: 1;
}
.idx08 .idx_box .box_decor::before {
  content: "";
  position: absolute;
  width: 181%;
  max-width: 1238px;
  aspect-ratio: 1238/730;
  top: calc(min(3.636%, 24px) * -1);
  right: calc(min(23.3257%, 160px) * -1);
  background: url("../images/idx08_decor1.png") no-repeat center/cover;
}
.idx08 .idx_box .box_decor::after {
  content: "";
  position: absolute;
  width: 50%;
  max-width: 330px;
  aspect-ratio: 1/1;
  inset: 0;
  margin: auto;
  background: url("../images/idx08_list_decor.png") no-repeat center/cover;
  z-index: -1;
}
.idx08 .idx_box .box_decor .item {
  position: absolute;
  filter: drop-shadow(0px 0px 40px rgba(33, 191, 198, 0.6));
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.idx08 .idx_box .box_decor .item .tt {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: var(--clr3);
  text-align: center;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx08 .idx_box .box_decor .item1 {
  width: 24.3em;
  aspect-ratio: 243/311;
  background-image: url(../images/idx08_list_item1.png);
  top: 0;
  left: calc(50% - 12.2em);
  z-index: 5;
}
.idx08 .idx_box .box_decor .item2 {
  width: 30.9em;
  aspect-ratio: 309/246;
  background-image: url(../images/idx08_list_item2.png);
  right: 4em;
  top: 12.9em;
  z-index: 4;
  transition-delay: 0.3s;
}
.idx08 .idx_box .box_decor .item3 {
  width: 25.8em;
  aspect-ratio: 258/284;
  background-image: url(../images/idx08_list_item3.png);
  bottom: 7.9em;
  right: 11.1em;
  z-index: 3;
  transition-delay: 0.6s;
}
.idx08 .idx_box .box_decor .item4 {
  width: 25.8em;
  aspect-ratio: 258/284;
  background-image: url(../images/idx08_list_item4.png);
  bottom: 7.9em;
  left: 11.1em;
  z-index: 2;
  transition-delay: 0.9s;
}
.idx08 .idx_box .box_decor .item5 {
  width: 30.9em;
  aspect-ratio: 309/246;
  background-image: url(../images/idx08_list_item5.png);
  left: 4em;
  top: 12.9em;
  z-index: 1;
  transition-delay: 1.2s;
}
.idx08 .idx_box .box_doctor {
  position: relative;
  flex-shrink: 0;
  max-width: 815px;
  height: fit-content;
}
.idx08 .idx_box .box_doctor::after {
  content: "";
  position: absolute;
  width: 35.4em;
  aspect-ratio: 354/164;
  bottom: -8.8em;
  right: 3.8em;
  background: url("../images/idx08_doctor_name.png") no-repeat center/cover;
}
.idx08 .idx_box .box_name {
  position: absolute;
  display: flex;
  flex-direction: column;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  font-size: 3em;
  font-weight: 500;
  color: var(--clr3);
  line-height: 1.5;
  letter-spacing: 0.2em;
  z-index: 0;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx08 .idx_box .box_name .subname {
  font-size: 0.7333em;
}
.idx08 .idx_box .box_name .name {
  padding-top: 0.7667em;
}
.idx08 .idx_box .box_name .name > span {
  margin-top: 0.6087em;
}
.idx08 .idx_box .box_name::before {
  content: "";
  position: absolute;
  width: 5.8667em;
  aspect-ratio: 176/175;
  top: -3.6667em;
  right: -1.8333em;
  background: url("../images/idx08_box_name_decor.png") no-repeat center/cover;
  z-index: -1;
}
.idx08 .desc {
  position: relative;
  z-index: 0;
}
.idx08 .desc::before {
  content: "";
  position: absolute;
  aspect-ratio: 619/620;
  background: url("../images/idx08_decor2.png") no-repeat center/cover;
  z-index: -1;
}
.idx08 .desc p {
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx08 .btn-group {
  display: flex;
}
.idx08 .btn-group .btn {
  margin-bottom: 0;
}
.idx08.is-animated .box_decor .item {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx08 {
    padding: clamp(80px, 8.7vw, 124px) 0 clamp(80px, 8.7vw, 125px);
    --pl: min(5.556vw, 80px);
  }
  .idx08::before {
    top: calc(min(12vw, 169px) * -1);
    height: calc(100% + min(12vw, 169px));
  }
  .idx08 .wrap_h3 {
    position: relative;
    margin-bottom: 2.875em;
    z-index: 1;
  }
  .idx08 .wrap_h3 h3,
  .idx08 .wrap_h3 .h_en.lg {
    text-align: left;
  }
  .idx08 .wrap_h3 .h_en.lg {
    font-size: clamp(120px, 14vw, 200px);
    text-indent: -0.06em;
    margin-bottom: -0.405em;
  }
  .idx08 .wrap_h3 h3 {
    text-indent: var(--pl);
    font-size: clamp(32.5px, 4vw, 46.8px);
  }
  .idx08 .wrap_h3 h3::after {
    width: min(53vw, 763px);
    aspect-ratio: 763/2;
    margin-left: var(--pl);
    margin-top: 0.5128em;
    background-image: url(../images/ico_title_line2.png);
  }
  .idx08 .wrap {
    padding-left: var(--pl);
    padding-right: 20px;
  }
  .idx08 .idx_box {
    padding-left: var(--pl);
    margin-bottom: -60px;
  }
  .idx08 .idx_box .box_decor {
    font-size: min(0.74vw, 0.625em);
    left: -1.1em;
    width: 55%;
  }
  .idx08 .idx_box .box_doctor {
    font-size: min(0.9vw, 0.625em);
    width: 65%;
    margin-left: calc(min(17.5625%, 222px) * -1);
    margin-top: calc(min(9.8%, 124px) * -1);
  }
  .idx08 .idx_box .box_name {
    top: 7.2667em;
    right: 3.9333em;
  }
  .idx08 .desc {
    padding-left: var(--pl);
    max-width: 943px;
    margin-bottom: 52px;
  }
  .idx08 .desc::before {
    width: 619px;
    top: -152px;
    left: -320px;
  }
  .idx08 .desc p:not(:last-child) {
    margin-bottom: 1.9em;
  }
  .idx08 .btn-group {
    gap: 2.5em;
    padding-left: calc(var(--pl) + 2.8em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx08 .idx_box {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx08 {
    --pl: 20px;
  }
  .idx08 .idx_box {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx08 {
    --pl: 0;
    padding-left: 20px;
  }
}

.idx09 {
  position: relative;
  z-index: 0;
}
.idx09::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  background: url("../images/idx09_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx09 .wrap_h3 .h_en.lg {
  color: rgb(var(--clr-beige6-rgb)/0.7);
}
.idx09 .wrap_h3 h3 {
  font-weight: 500;
  color: var(--clr3);
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx09 .wrap_h3 h3::after {
  content: none;
}
.idx09 .wrap_h3 h3 .num {
  position: relative;
  font-size: 2.5641em;
  line-height: 0.59;
  color: var(--main-color);
  top: 0.2583em;
  font-weight: 400;
}
.idx09 .idx_box .box_img picture {
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
}
.idx09 .feature_box {
  counter-reset: item;
}
.idx09 .feature_box .item {
  counter-increment: item;
}
.idx09 .feature_box .item .accBtn {
  position: relative;
  background: url(../images/idx09_ttl_bg.png) no-repeat top left/cover;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.idx09 .feature_box .item .accBtn .title {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.idx09 .feature_box .item .accBtn .title .num {
  flex-shrink: 0;
  font-family: var(--f-en);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--main-color);
  text-transform: uppercase;
}
.idx09 .feature_box .item .accBtn .title .num::after {
  content: counter(item, decimal-leading-zero);
  display: block;
  font-size: 3.3333em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx09 .feature_box .item .accBtn .title .tt {
  border-left: 1px solid #bcb39c;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.85), 0 0 40px rgba(255, 255, 255, 0.85);
}
.idx09 .feature_box .item .accBtn .ic {
  position: absolute;
}
.idx09 .feature_box .item .accBtn .ic::before, .idx09 .feature_box .item .accBtn .ic::after {
  content: "";
  position: absolute;
  background-color: var(--clr3);
  transition: all 0.3s ease;
}
.idx09 .feature_box .item .accBtn .ic::before {
  width: 100%;
  height: 1px;
  top: calc(50% - 0.5px);
  left: 0;
}
.idx09 .feature_box .item .accBtn .ic::after {
  height: 100%;
  width: 1px;
  top: 0;
  left: calc(50% - 0.5px);
}
.idx09 .feature_box .item .accBtn.rotate .ic::after {
  transform: rotate(90deg);
}
.idx09 .idx_banner_recruit {
  position: relative;
  display: table;
  margin: auto;
  box-shadow: 14.142px 14.142px 40px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .idx09 {
    padding: clamp(80px, 8vw, 106px) 0 calc(min(round(133.33vw, 1px), 1920px) / 1920 * 275 + clamp(80px, 9vw, 120px));
  }
  .idx09 .wrap_h3 {
    margin-bottom: 6.4375em;
  }
  .idx09 .wrap_h3 .h_en.lg {
    font-size: clamp(120px, 14vw, 200px);
    margin-bottom: -0.42em;
  }
  .idx09 .wrap_h3 h3 {
    font-size: clamp(32.5px, 4vw, 46.8px);
  }
  .idx09 .idx_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .idx09 .idx_box:not(:last-child) {
    margin-bottom: 8em;
  }
  .idx09 .idx_box.b-reverse {
    flex-direction: row-reverse;
  }
  .idx09 .idx_box.b-reverse .box_img picture {
    justify-content: flex-start;
  }
  .idx09 .idx_box .box_img {
    width: 43%;
    max-width: 545px;
  }
  .idx09 .idx_box .box_img picture {
    display: flex;
    justify-content: flex-end;
  }
  .idx09 .idx_box .box_img picture img {
    max-width: min(60.06944vw, 865px);
  }
  .idx09 .idx_box .box_cont {
    width: 52%;
    max-width: 654px;
    padding-top: 12px;
  }
  .idx09 .feature_box {
    margin-bottom: 19em;
    font-size: min(0.78vw, 0.625em);
  }
  .idx09 .feature_box .item:not(:last-child) {
    margin-bottom: 2.5em;
  }
  .idx09 .feature_box .item .accBtn {
    min-height: 7em;
  }
  .idx09 .feature_box .item .accBtn .title {
    font-size: 2.8em;
    padding: 0.1786em 1em;
  }
  .idx09 .feature_box .item .accBtn .title .num {
    font-size: 0.4286em;
  }
  .idx09 .feature_box .item .accBtn .title .tt {
    margin-left: 0.5357em;
    padding-left: 0.6786em;
    padding-bottom: 0.1786em;
  }
  .idx09 .feature_box .item .accBtn .ic {
    width: 1.7em;
    height: 1.7em;
    top: 2.5em;
    right: 4em;
  }
  .idx09 .feature_box .item .accBtn:hover .title {
    color: var(--main-color);
  }
  .idx09 .feature_box .item .accBlock {
    padding: 1.8em 6em 1.8em 2.8em;
  }
}
@media only screen and (min-width: 1921px) {
  .idx09 {
    padding-bottom: calc(round(100vw, 1px) / 1920 * 275 + clamp(80px, 9vw, 120px));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx09 .feature_box .item .accBlock p {
    font-size: 2.2em;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal_container {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 1080px;
}
.modal_close {
  position: absolute;
  border-radius: 50%;
  background-color: var(--main-color);
  aspect-ratio: 1/1;
  cursor: pointer;
}
.modal_close::before {
  content: "";
  position: absolute;
  width: 50%;
  aspect-ratio: 1/1;
  inset: 0;
  margin: auto;
  --mask: url(../images/ic_close.png);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}
.modal_content .txt .ttl {
  position: relative;
  font-weight: 700;
  padding: 1.5625em 0;
  z-index: 0;
}
.modal_content .txt .ttl::after {
  content: "";
  position: absolute;
  width: 4.5em;
  aspect-ratio: 289/269;
  top: calc(50% - 2.0938em);
  left: calc(50% - 2.25em);
  right: 0px;
  background: url(../images/modal_ttl_ic.png) no-repeat center/cover;
  z-index: -1;
}
.modal_content .txt .desc {
  margin-bottom: 50px;
}
.modal_content .txt .desc ul li {
  text-align: left;
  line-height: var(--lh-base);
}
.modal_content .txt .sign {
  position: relative;
  display: table;
  font-size: calc(var(--fs-base) - 2px);
  color: var(--main-color);
  margin: 0 auto;
  padding: 0 15px;
}
.modal_content .txt .sign::before, .modal_content .txt .sign::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: calc(50% - 1px);
  background-color: currentColor;
}
.modal_content .txt .sign::before {
  left: 0;
}
.modal_content .txt .sign::after {
  right: 0;
}
@media only screen and (min-width: 769px) {
  .modal {
    padding: 40px;
  }
  .modal_container {
    padding: 40px;
  }
  .modal_close {
    top: -1.25em;
    right: -1.25em;
    width: round(2.5em, 1px);
  }
  .modal_close:hover {
    background-color: var(--clr2);
  }
  .modal_content .txt .ttl {
    font-size: calc(var(--ttl_size) + 4px);
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .modal {
    padding: 40px 20px;
  }
  .modal_container {
    padding: 40px 20px;
  }
  .modal_close {
    top: -14px;
    right: -14px;
    width: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .modal {
    padding: 20px;
  }
  .modal_container {
    padding: 30px 10px;
  }
  .modal_close {
    top: -13px;
    right: -13px;
    width: 26px;
  }
  .modal_content .txt .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .modal_content .txt .desc {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=index_pc.css.map */
