.home_page .key {
  position: relative;
  --height: 56vw;
  --min-height: 480px;
  --max-height: 940px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  padding-top: var(--wrapper);
  background: url(../images/idx_key_decor01.png) no-repeat top right/min(63%, 1208px) auto;
}
.home_page .key::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/1552;
  top: 0px;
  left: 0px;
  background: url(../images/idx_key_decor02.png) no-repeat top center/cover;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:not(:first-child) {
  display: none;
}
.home_page .key .mv_slider .item {
  display: flex;
  align-items: center;
}
.home_page .key_text {
  position: relative;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.home_page .key_text::before {
  content: "KIMURA\a CLINIC";
  white-space: pre;
  position: absolute;
  bottom: -0.0455em;
  left: -0.0545em;
  font-family: var(--f-en);
  font-weight: 100;
  font-size: min(11vw, 202px);
  letter-spacing: 0.1em;
  line-height: 0.9;
  color: rgb(var(--main-color-rgb)/0.06);
}
.home_page .key .catch h2,
.home_page .key .catch p {
  letter-spacing: 0.025em;
}
.home_page .key .catch h2 {
  font-weight: 300;
  line-height: 1.4366197183;
  background: -webkit-linear-gradient(-25deg, var(--main-color) 25%, var(--clr2) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5352em;
}
.home_page .key .catch p {
  font-weight: 400;
  line-height: 1.90625;
  color: var(--clr1);
}
.home_page .key .list .item {
  font-size: 1em;
  --clr-item: var(--clr2-rgb);
  width: round(64.7em, 1px);
  aspect-ratio: 647/586;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home_page .key .list .item .txt {
  position: absolute;
  width: 8.7727em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 0;
  background-color: rgb(var(--clr-item)/0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 0.4545em;
}
.home_page .key .list .item .txt .en {
  font-size: 0.9091em;
  letter-spacing: 0.025em;
}
.home_page .key .list .item .txt::after {
  content: "";
  position: absolute;
  inset: 0.4091em;
  border-radius: inherit;
  z-index: -1;
  background-color: rgb(var(--clr-item));
}
.home_page .key .list .item01 {
  background-image: url(../images/idx_key_item01.png);
}
.home_page .key .list .item02 {
  --clr-item: var(--main-color-rgb);
  background-image: url(../images/idx_key_item02.png);
}
@media only screen and (min-width: 769px) {
  .home_page .key .mv_slider .item {
    height: calc(var(--height) - var(--wrapper));
    min-height: calc(var(--min-height) - var(--wrapper));
    max-height: calc(var(--max-height) - var(--wrapper));
  }
  .home_page .key .catch {
    margin: 0 6.6% 9.1%;
  }
  .home_page .key .catch h2 {
    font-size: 7.1em;
  }
  .home_page .key .catch p {
    font-size: 3.2em;
  }
  .home_page .key .list {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .home_page .key .list .item {
    position: absolute;
  }
  .home_page .key .list .item01 {
    top: 35.2em;
    right: 49.4em;
  }
  .home_page .key .list .item01 .txt {
    top: -0.0909em;
    left: 0.5909em;
  }
  .home_page .key .list .item02 {
    top: 2.8em;
    right: -5em;
  }
  .home_page .key .list .item02 .txt {
    top: -0.4091em;
    left: 1.5em;
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 30vw;
  }
  .home_page .key .catch {
    margin-bottom: 25%;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 800px) and (orientation: landscape) {
  .home_page .key {
    --max-height: 100vh;
  }
  .home_page .key .catch {
    margin-bottom: 15vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .home_page .key {
    font-size: clamp(5px, 0.6vw, 8.75px);
  }
  .home_page .key .catch {
    margin-left: 4%;
  }
  .home_page .key .list {
    font-size: min(0.52vw, 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .home_page .key .catch {
    margin-bottom: 15%;
  }
}

.home_page .topic_path {
  display: none;
}
.home_page .wrap_h3 {
  position: relative;
  --clr-ttl: var(--main-color-rgb);
}
.home_page .wrap_h3 .h_en {
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
.home_page .wrap_h3 .h_en.sm {
  position: relative;
  font-weight: 400;
  line-height: 1.25em;
  color: rgb(var(--clr-ttl)/1);
}
.home_page .wrap_h3 .h_en.sm::before {
  content: "";
  position: absolute;
  background-color: currentColor;
}
.home_page .wrap_h3 .h_en.lg {
  position: absolute;
  font-weight: 100;
  line-height: 1;
  white-space: nowrap;
  color: rgb(var(--clr-ttl)/0.13);
  margin-bottom: 0;
}
.home_page .wrap_h3 h3 {
  position: relative;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-weight: 400;
  line-height: 1.4523809524;
  letter-spacing: 0.025em;
}
.home_page .wrap_h3:not(.sm) .h_en.sm::before {
  width: round(1.3em, 1px);
  aspect-ratio: 26/24;
  --mask: url("../images/idx_h3_decor.svg");
  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;
}
.home_page .wrap_h3:not(.sm) h3::after {
  content: "";
  display: block;
  width: round(1.9048em, 1px);
  height: round(0.119em, 1px);
  border-radius: 3px;
  background-color: rgb(var(--clr-ttl)/1);
  margin-top: 0.5em;
}
.home_page .wrap_h3.sm .h_en.sm::before {
  width: round(0.4em, 1px);
  height: round(0.4em, 1px);
  border-radius: 50%;
}
.home_page .wrap_h3.st2 {
  --clr-ttl: var(--clr2-rgb);
}
.home_page .wrap_h3.white {
  --clr-ttl: 255 255 255;
}
.home_page .wrap_h3.white h3 {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .home_page {
    --mb-idx07: 275px;
  }
  .home_page .wrap_h3 .h_en.sm {
    font-size: calc(var(--fs-base) + 2px);
  }
  .home_page .wrap_h3 .h_en.lg {
    font-size: clamp(94px, 9vw, 164px);
  }
  .home_page .wrap_h3 h3 {
    font-size: calc(var(--ttl_size) + 14px);
  }
  .home_page .wrap_h3.sm h3 {
    font-size: calc(var(--ttl_size) + 10px);
    margin-bottom: 3px;
  }
  .home_page .wrap_h3.sm .h_en.sm {
    padding-left: 0.8em;
  }
  .home_page .wrap_h3.sm .h_en.sm::before {
    top: 0.5em;
    left: 0;
  }
}
@media only screen and (min-width: 993px) {
  .home_page .wrap_h3 {
    margin-bottom: 35px;
  }
  .home_page .wrap_h3:not(.sm) .h_en.sm {
    padding-left: 1.75em;
    margin-bottom: 0.45em;
  }
  .home_page .wrap_h3:not(.sm) .h_en.sm::before {
    top: -1px;
    left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .wrap_h3.sm .h_en.sm::before {
    top: 7px;
  }
}
@media only screen and (max-width: 992px) {
  .home_page .wrap_h3:not(.sm) {
    text-align: center;
    margin-bottom: 30px;
  }
  .home_page .wrap_h3:not(.sm) .h_en.sm {
    display: table;
    margin: 0 auto;
    margin-bottom: 3px;
  }
  .home_page .wrap_h3:not(.sm) .h_en.sm::before {
    display: block;
    position: relative;
    margin: 0 auto 2px;
  }
  .home_page .wrap_h3:not(.sm) .h_en.lg {
    top: 0;
    left: 0;
    right: 0;
  }
  .home_page .wrap_h3:not(.sm) h3::after {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.list_banner {
  display: flex;
}
.list_banner .banner {
  position: relative;
  min-height: 10em;
  border-radius: 1.5em;
  background: url(../images/idx_banner_bg.jpg) no-repeat center/cover;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.list_banner .banner .txt {
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.list_banner .banner .ic_arrow {
  position: absolute;
  top: 1em;
  right: 1em;
  width: round(2.3em, 1px);
  aspect-ratio: 1/1;
}
.list_banner .banner .ic_arrow::before, .list_banner .banner .ic_arrow::after {
  content: "";
  position: absolute;
  width: round(100%, 1px);
  height: round(100%, 1px);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.list_banner .banner .ic_arrow::before {
  background-color: #fff;
}
.list_banner .banner .ic_arrow::after {
  --mask: url("../images/ic_arrow.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  -webkit-mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .list_banner {
    font-size: 10px;
    gap: 1.5em;
  }
  .list_banner .banner {
    width: 22em;
    padding: 2.4em 2.5em;
  }
  .list_banner .banner:hover {
    opacity: 1;
    background-color: var(--main-color);
    background-image: none;
  }
}

.idx01 .wrap {
  position: relative;
  z-index: 0;
}
.idx01 .wrap::before, .idx01 .wrap::after {
  content: "";
  position: absolute;
  width: calc(50vw + 50%);
  left: 0px;
  z-index: -1;
}
.idx01 .wrap::before {
  content: "";
  position: absolute;
  height: 66%;
  max-height: 263px;
  bottom: 0px;
  border-radius: 0 0 0 10px;
  background: url("../images/idx01_bg.png") no-repeat center/cover;
}
.idx01 .wrap::after {
  height: calc(100% - 45px);
  border-radius: 10px 10px 10px 0;
  background: #fff;
}
.idx01 .wrap_ttl .ttl {
  font-weight: 400;
  line-height: 1.4583333333;
  letter-spacing: 0.025em;
  color: var(--main-color);
}
.idx01 .wrap_ttl .btn_news {
  position: relative;
  display: flex;
}
.idx01 .wrap_ttl .btn_news .btn {
  margin-bottom: 0;
}
.idx01 .wrap_ttl .btn_news .btn a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.5em;
  font-size: 0.8889em;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  color: var(--clr1);
  text-decoration: none;
  padding-right: 3.75em;
  transition: all 0.3s ease;
}
.idx01 .wrap_ttl .btn_news .btn a::before, .idx01 .wrap_ttl .btn_news .btn a::after {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  top: 0px;
  right: 0px;
  transition: all 0.3s ease;
}
.idx01 .wrap_ttl .btn_news .btn a::before {
  border-radius: 50%;
  background-color: var(--clr-gray-3);
}
.idx01 .wrap_ttl .btn_news .btn a::after {
  --mask: url("../images/btn_news_arrow.svg");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 0.9375em 0.5em;
  -webkit-mask-size: 0.9375em 0.5em;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #ADADAD;
}
.idx01 .TabContainer .TabPager > div {
  width: 100%;
  min-height: 3.5em;
  background-color: var(--clr-gray-2);
  border-radius: 999em;
  color: var(--clr1);
}
.idx01 .TabContainer .TabPager > div .tt {
  font-weight: 400;
  letter-spacing: 0.025em;
}
.idx01 .TabContainer .TabPager > div.active {
  background-color: var(--main-color);
  color: #fff;
}
.idx01 .news {
  position: relative;
}
.idx01 .news ul li {
  width: auto;
}
.idx01 .news ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.025em;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  color: var(--clr1);
}
.idx01 .news ul li a::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 0px;
  background-color: var(--main-color);
}
.idx01 .news ul li a span {
  display: inline-block;
}
.idx01 .news ul li a:hover {
  opacity: 1;
}
.idx01 .news ul li a .date {
  transition: all 0.3s;
  font-size: 0.7778em;
  color: #B2B2B2;
  margin-right: 1.3571em;
}
.idx01 .news ul li a .title {
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    padding: 16px 0;
    --w: 73.9%;
  }
  .idx01 .wrap {
    padding-left: 60px;
    padding-bottom: 63px;
    margin-left: auto;
  }
  .idx01 .wrap::after {
    bottom: 15px;
  }
  .idx01 .wrap_ttl {
    width: var(--w);
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 9px;
  }
  .idx01 .wrap_ttl .ttl {
    font-size: calc(var(--ttl_size) - 4px);
    margin-bottom: 0;
  }
  .idx01 .wrap_ttl .btn_news {
    top: -0.125em;
    gap: 1.875em;
  }
  .idx01 .wrap_ttl .btn_news a:hover {
    opacity: 1;
    color: var(--main-color);
  }
  .idx01 .wrap_ttl .btn_news a:hover::before {
    background-color: currentColor;
  }
  .idx01 .wrap_ttl .btn_news a:hover::after {
    background-color: #fff;
  }
  .idx01 .wrap_h3 {
    margin-bottom: 9px;
  }
  .idx01 .TabContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .idx01 .TabContainer .TabPager {
    flex-direction: column;
    width: 20%;
    gap: 0.625em;
    margin-left: 0;
  }
  .idx01 .TabContainer .TabPager > div {
    padding: 0.375em 0.625em 0.625em;
  }
  .idx01 .TabContainer .TabPager > div:hover {
    background-color: var(--clr-pink-3);
    color: #fff;
  }
  .idx01 .TabContainer .TabContent {
    width: var(--w);
  }
  .idx01 .news {
    padding-top: 2em;
  }
  .idx01 .news ul li a {
    padding: 0.7222em 0 0.8889em;
  }
  .idx01 .news ul li a::after {
    width: 8px;
    height: 8px;
    top: 22px;
  }
  .idx01 .news ul li a:hover {
    color: var(--main-color);
  }
  .idx01 .news ul li a:hover .date {
    color: currentColor;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx01 .wrap {
    padding-left: 40px;
    padding-right: 60px;
  }
}

.idx02 {
  background: url(../images/idx02_bg.png) no-repeat bottom center/100% auto;
}
.idx02 .idx_box {
  display: flex;
}
.idx02 .idx_box .box_img {
  max-width: 751px;
}
.idx02 .idx_list {
  display: flex;
  gap: var(--gap);
}
.idx02 .idx_list .item {
  position: relative;
  --clr-item: var(--clr2-rgb);
  width: calc(50% - var(--gap) / 2);
  max-width: 630px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.idx02 .idx_list .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: rgb(var(--clr-item)/0.71);
  z-index: -1;
}
.idx02 .idx_list .item .txt {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.idx02 .idx_list .item .txt::before, .idx02 .idx_list .item .txt::after {
  content: "";
  position: absolute;
  width: round(2.75em, 1px);
  aspect-ratio: 1/1;
  bottom: -1.375em;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.idx02 .idx_list .item .txt::before {
  background-color: var(--clr-orange);
  border-radius: 50%;
}
.idx02 .idx_list .item .txt::after {
  background: url("../images/ic_arrow02.svg") no-repeat center/11px 6px;
}
.idx02 .idx_list .item .ttl {
  color: rgb(var(--clr-item)/1);
  margin-bottom: 4px;
}
.idx02 .idx_list .item .ttl .en {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  margin-bottom: 0.3571em;
}
.idx02 .idx_list .item .ttl .jp {
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1.4230769231;
  letter-spacing: 0.025em;
}
.idx02 .idx_list .item .desc {
  margin-bottom: 0.875em;
}
.idx02 .idx_list .item .tag {
  width: 3.7778em;
  aspect-ratio: 68/36;
  border-radius: 5px;
  background-color: rgb(var(--clr-item)/1);
  font-family: var(--f-en);
  font-size: 1.125em;
  letter-spacing: 0.025em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}
.idx02 .idx_list .item1 {
  background-image: url(../images/idx02_bnr01_img.jpg);
}
.idx02 .idx_list .item2 {
  --clr-item: var(--main-color-rgb);
  background-image: url(../images/idx02_bnr02_img.jpg);
}
.idx02 .idx_list .item2 .tag {
  background-color: var(--clr-pink-2);
}
.idx02 .idx_list .item2 .txt::before {
  background-color: var(--clr-pink-2);
}
.idx02 .list_banner {
  position: relative;
  z-index: 2;
}
.idx02 .TabContainer .tab1 {
  --clr-tab: var(--clr2-rgb);
}
.idx02 .TabContainer .tab2 {
  --clr-tab: var(--main-color-rgb);
}
.idx02 .TabContainer .TabPager {
  gap: 3px;
  justify-content: flex-start;
}
.idx02 .TabContainer .TabPager > div {
  position: relative;
  max-width: 244px;
  min-height: 4.5em;
  border-radius: 20px 20px 0 0;
  color: #fff;
  z-index: 3;
}
.idx02 .TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  border-radius: 15px 15px 0 0;
  background: rgb(var(--clr-tab)/1);
  z-index: -1;
}
.idx02 .TabContainer .TabPager > div::after {
  content: "";
  position: absolute;
  width: round(1.4375em, 1px);
  height: round(1.4375em, 1px);
  bottom: -0.75em;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease;
}
.idx02 .TabContainer .TabPager > div.active {
  background-color: rgb(var(--clr-tab)/0.29);
}
.idx02 .TabContainer .TabPager > div.active::after {
  opacity: 1;
}
.idx02 .TabContainer .TabPager > div.tab1::after {
  background-image: url(../images/idx02_tab1_arrow.svg);
}
.idx02 .TabContainer .TabPager > div.tab2::after {
  background-image: url(../images/idx02_tab2_arrow.svg);
}
.idx02 .TabContainer .TabPager > div:hover {
  background-color: rgb(var(--clr-tab)/0.29);
}
.idx02 .TabContainer .TabContent {
  position: relative;
  overflow: visible;
}
.idx02 .TabContainer .TabContent .content > div .txt .ttl {
  font-size: calc(var(--fs-base) + 6px);
  line-height: 1.4583333333;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: rgb(var(--clr-tab)/1);
}
@media only screen and (min-width: 769px) {
  .idx02 {
    padding: 88px 0 clamp(80px, 10vw, 100px);
  }
  .idx02 .wrap_h3 {
    margin-bottom: 4.375em;
  }
  .idx02 .wrap_h3 .h_en.lg {
    top: -0.6037em;
    left: -2.0549em;
  }
  .idx02 .idx_box {
    margin-bottom: 90px;
  }
  .idx02 .idx_box picture img {
    border-radius: 2.8125em;
  }
  .idx02 .TabContainer .TabPager > div {
    width: 40%;
    padding: 0.4375em 0.4375em 0.125em;
  }
  .idx02 .TabContainer .TabPager > div::before {
    inset: 0.4375em;
    bottom: 0;
  }
  .idx02 .TabContainer .TabContent .content > div .txt .ttl {
    margin-bottom: 1.2083em;
  }
  .idx02 .idx_list {
    --gap: 2.5em;
  }
  .idx02 .idx_list .item {
    padding: min(4.6875vw, 90px);
  }
  .idx02 .idx_list .item .txt {
    padding: 2.6875em 3.125em 2.8125em;
  }
  .idx02 .idx_list .item:hover::before {
    background-color: rgb(var(--clr-item)/0.85);
  }
}
@media only screen and (min-width: 993px) {
  .idx02 .TabContainer .TabContent .content::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0px;
    right: 0px;
    border-radius: 0 50px 50px 0;
    background: #fff;
  }
  .idx02 .TabContainer .TabContent .content > div {
    padding: clamp(60px, 5.3vw, 100px) clamp(60px, 5.3vw, 100px) clamp(60px, 5.3vw, 94px) 0;
  }
  .idx02 .idx_box .box_cont {
    width: 60%;
    max-width: 760px;
    margin-right: -16.25%;
    padding-top: 58px;
  }
  .idx02 .idx_box .box_img {
    width: 58%;
  }
  .idx02 .idx_box picture {
    margin-bottom: 40px;
  }
  .idx02 .idx_box picture img {
    max-width: min(53vw, 1000px);
  }
  .idx02 .list_banner {
    right: -22.8%;
    width: 92%;
    max-width: 690px;
    font-size: min(0.6vw, 10px);
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1560px) {
  .idx02 .wrap_h3 .h_en.lg {
    left: -9vw;
  }
  .idx02 .list_banner {
    right: -8%;
    font-size: min(0.6vw, 8.75px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx02 .wrap_h3 .h_en.lg {
    left: -5vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx02 .wrap_h3 .h_en.lg {
    left: -2vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_list {
    --gap: 20px;
  }
  .idx02 .idx_list .item .txt {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx02 .list_banner {
    margin-top: -40px;
    font-size: 8.75px;
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .idx02 .wrap_h3 {
    order: 1;
  }
  .idx02 picture {
    order: 2;
    margin-bottom: -100px;
  }
  .idx02 .TabContainer {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    order: 3;
  }
  .idx02 .TabContainer .TabPager {
    justify-content: center;
  }
  .idx02 .TabContainer .TabContent .content {
    background-color: #fff;
    border-radius: 30px;
  }
  .idx02 .TabContainer .TabContent .content > div {
    padding: 40px 40px 80px;
  }
  .idx02 .list_banner {
    order: 4;
    width: 100%;
  }
  .idx02 .box_cont,
  .idx02 .box_img {
    display: contents;
  }
  .idx02 .idx_box {
    flex-direction: column;
  }
}

.idx03 {
  background: url(../images/idx03_bg.jpg) no-repeat top center/cover;
}
.idx03 .wrap {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(var(--clr-orange-2)/0.16);
  overflow: hidden;
}
.idx03 .idx_box .box02 {
  background-color: #fff;
}
.idx03 .idx_logo {
  display: table;
}
.idx03 .idx_logo a:hover {
  opacity: 1;
}
.idx03 .idx_info dl {
  display: flex;
}
.idx03 .idx_info dl dt {
  width: var(--w);
  color: var(--main-color);
  border-bottom: 1px solid currentColor;
  text-align: center;
}
.idx03 .idx_info dl dd {
  width: calc(100% - var(--w));
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.idx03 .idx_schedule {
  background-color: var(--clr-blue);
  border-radius: 10px;
  padding: 12px 10px 0;
  margin-bottom: 10px;
}
.idx03 .idx_schedule .ttl {
  text-align: center;
  margin-bottom: 1px;
}
.idx03 .idx_schedule .schedule {
  width: 100%;
  height: clamp(300px, 40vw, 434px);
}
.idx03 .idx_schedule .schedule iframe {
  width: 100%;
  height: 100%;
}
.idx03 .idx_map .map {
  margin-bottom: 2px;
}
.idx03 .idx_map .map img {
  border-radius: 10px;
}
.idx03 .idx_map .link-map a {
  position: relative;
  text-decoration: none;
  font-size: calc(var(--fs-base) - 3px);
  letter-spacing: 0.025em;
  font-weight: 500;
  color: var(--clr1);
  padding-right: 25px;
}
.idx03 .idx_map .link-map a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 0px;
  bottom: 0px;
  right: 0;
  margin: auto 0;
  background: url("../images/ic_arrow03.svg") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx03 {
    padding: clamp(80px, 10vw, 100px) 0;
  }
  .idx03 .idx_box {
    display: flex;
    justify-content: space-between;
  }
  .idx03 .idx_box .box01 {
    width: 57%;
    max-width: 730px;
    padding: 70px 70px 54px 90px;
  }
  .idx03 .idx_box .box02 {
    width: 44%;
    max-width: 570px;
    padding: 60px 60px 54px;
  }
  .idx03 .idx_logo {
    margin-bottom: 14px;
  }
  .idx03 .idx_info {
    margin-bottom: 30px;
  }
  .idx03 .idx_info dl {
    --w: 6.6667em;
  }
  .idx03 .idx_info dl dt {
    padding: 0.7222em 0;
  }
  .idx03 .idx_info dl dd {
    padding: 0.7222em 0;
    padding-left: 1.1111em;
  }
  .idx03 .time_sheet_tabs {
    font-size: min(0.9vw, 10px);
  }
  .idx03 .idx_map .link-map a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box .box01,
  .idx03 .idx_box .box02 {
    padding: 50px max(2.6vw, 20px);
  }
  .idx03 .idx_box .box01 {
    padding-left: 50px;
  }
  .idx03 .idx_box .box02 {
    padding-right: 50px;
  }
}

.idx04 .wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.idx04 .wrap .content {
  position: relative;
}
.idx04 .wrap_h3 {
  flex-shrink: 0;
}
.idx04 .btn-group {
  margin-top: 26px;
}
.idx04 .idx_list {
  counter-reset: item;
  position: relative;
  z-index: 0;
  padding-top: 48px;
  padding-bottom: 236px;
}
.idx04 .idx_list::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0px;
  right: 0px;
  background: url("../images/idx04_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx04 .idx_list .item {
  counter-increment: item;
}
.idx04 .idx_list .item .cont::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  top: 0.5714em;
  right: 0.5604em;
  font-family: var(--f-en);
  font-size: clamp(60px, 5vw, 91px);
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  z-index: 1;
}
.idx04 .idx_list .item .ttl_area {
  position: relative;
}
.idx04 .idx_list .item .ttl {
  cursor: pointer;
  position: relative;
  font-size: calc(var(--fs-base) + 2px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.45;
  padding: 0.925em 1.5em 0.775em 0;
  margin-bottom: 0;
}
.idx04 .idx_list .item .ttl::before, .idx04 .idx_list .item .ttl::after {
  content: "";
  position: absolute;
  width: round(1.15em, 1px);
  height: round(1.15em, 1px);
  border-radius: 50%;
  transition: all 0.3s ease;
  top: 1.45em;
  right: 0;
}
.idx04 .idx_list .item .ttl::before {
  background-color: var(--clr2);
}
.idx04 .idx_list .item .ttl::after {
  --mask: url("../images/ic_arrow.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  -webkit-mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}
.idx04 .idx_list .item .ttl > span {
  position: relative;
  display: flex;
  align-items: center;
}
.idx04 .idx_list .item .ttl > span::before {
  content: counter(item, decimal-leading-zero);
  display: inline-block;
  font-family: var(--f-en);
  font-size: 1.5em;
  font-weight: 300;
  color: var(--main-color);
  letter-spacing: 0.1em;
  margin-right: 1.1333em;
  flex-shrink: 0;
}
.idx04 .idx_list .item .txt {
  background-color: #fff;
}
.idx04 .idx_list .item .txt .area {
  width: 100%;
  max-width: 650px;
  padding: max(20px, 5em) max(20px, 5em) max(20px, 4.4em) max(20px, 2em);
  margin-left: auto;
}
.idx04 .idx_list .item .txt .area .tt {
  position: relative;
  font-size: 2.6em;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.4230769231;
  color: var(--main-color);
  margin-bottom: 0.7692em;
}
.idx04 .idx_list .item .txt .area .tt::after {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  border-radius: 3px;
  margin-top: 19px;
  background-color: currentColor;
}
.idx04 .idx_list .item .txt .area .desc {
  font-size: 1.8em;
}
.idx04 .idx_list .item picture {
  position: relative;
  overflow: hidden;
}
.idx04 .idx_list .item picture::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(var(--clr1-rgb)/0.2);
}
.idx04 .idx_list .item.active .cont {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding: clamp(80px, 10vw, 160px) 0;
  }
  .idx04 .idx_list .item.active .ttl {
    color: var(--main-color);
  }
  .idx04 .idx_list .item.active .ttl::before {
    background-color: currentColor;
  }
  .idx04 .idx_list .item .ttl:hover {
    color: var(--main-color);
  }
  .idx04 .idx_list .item .ttl:hover::before {
    background-color: currentColor;
  }
}
@media only screen and (min-width: 993px) {
  .idx04 .wrap_ttl {
    display: flex;
  }
  .idx04 .wrap_h3 {
    margin-right: min(6.5625vw, 126px);
    margin-bottom: 70px;
  }
  .idx04 .wrap_h3 .h_en.lg {
    bottom: -0.3052em;
    left: min(6.09375vw, 117px);
  }
  .idx04 .wrap_ttl,
  .idx04 .idx_list {
    width: 50%;
    max-width: 955px;
    padding-left: min(5.73vw, 110px);
    margin-left: auto;
  }
  .idx04 .idx_list .item:not(:last-child) {
    border-bottom: 1px solid rgba(147, 147, 147, 0.2);
  }
  .idx04 .idx_list .item .cont {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(clamp(150px, 12vw, 221px) * -1);
    width: min(101%, 960px);
    right: 100%;
  }
  .idx04 .idx_list .item .ttl_area {
    width: 80%;
    max-width: 578px;
  }
  .idx04 .idx_list .item .txt {
    font-size: min(0.6vw, 10px);
    position: absolute;
    width: calc(100% - 2em);
    min-height: 28.4em;
    bottom: 2em;
    left: 0;
    border-radius: 0 40px 40px 0;
  }
  .idx04 .idx_list .item picture {
    border-radius: 0 50px 50px 0;
  }
}
@media only screen and (min-width: 1921px) {
  .idx04 .idx_list {
    padding-bottom: 10vw;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1560px) {
  .idx04 .wrap_h3 .h_en.lg {
    left: 3vw;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1280px) {
  .idx04 .wrap_h3 {
    margin-right: 30px;
  }
  .idx04 .idx_list .item .txt .area {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .idx04 {
    padding: 80px 0 280px;
  }
  .idx04 .wrap {
    display: flex;
    flex-direction: column;
  }
  .idx04 .wrap_ttl {
    display: contents;
  }
  .idx04 .wrap_h3 {
    order: 1;
  }
  .idx04 .idx_list {
    order: 2;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 200px;
  }
  .idx04 .idx_list .item .ttl {
    width: 100%;
    border-bottom: 1px solid rgba(147, 147, 147, 0.2);
  }
  .idx04 .idx_list .item .ttl::after {
    transform: rotate(90deg);
  }
  .idx04 .idx_list .item .ttl_area.rotate .ttl::after {
    transform: rotate(-90deg);
  }
  .idx04 .idx_list .item .cont {
    padding: 30px 10px;
    position: relative;
    border-bottom: 1px solid rgba(147, 147, 147, 0.2);
  }
  .idx04 .idx_list .item .txt {
    font-size: 8.75px;
    width: calc(100% - 20px);
    position: relative;
    margin-top: -40px;
    margin-left: 10px;
    border-radius: 20px;
  }
  .idx04 .idx_list .item picture {
    border-radius: 20px;
  }
  .idx04 .btn-group {
    order: 3;
    margin-top: -160px;
    z-index: 1;
  }
  .idx04 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.idx05 {
  position: relative;
  background-color: var(--clr2);
}
.idx05::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 192/13;
  bottom: 100%;
  left: 0;
  background: url("../images/idx05_decor.png") no-repeat center/cover;
}
.idx05 .content {
  position: relative;
  z-index: 0;
}
.idx05 .content::before {
  content: "";
  position: absolute;
  max-width: 1712px;
  background: url("../images/idx05_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx05 .idx_box {
  display: flex;
}
.idx05 .idx_box .box_cont {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
}
.idx05 .idx_box .box_img {
  max-width: 690px;
}
.idx05 .idx_box .ttl {
  font-size: calc(var(--ttl_size) + 2px);
  line-height: 1.4666666667;
  color: var(--clr2);
  letter-spacing: 0.025em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid currentColor;
  margin-bottom: 0.9333em;
}
.idx05 .idx_list {
  position: relative;
  display: flex;
}
.idx05 .idx_list::before {
  content: "Menu";
  font-family: var(--f-en);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.idx05 .idx_list .item {
  position: relative;
  max-width: 318px;
  min-height: 17.7em;
  padding-top: 4em;
}
.idx05 .idx_list .item::before {
  content: "";
  position: absolute;
  width: 14em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #fff;
}
.idx05 .idx_list .item .txt {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 0.9em solid var(--clr2);
  padding: 0 1em 2.4em;
}
.idx05 .idx_list .item .txt::before {
  content: "";
  position: relative;
  display: block;
  top: -1.5em;
  width: 5.6em;
  aspect-ratio: 56/50;
  margin: 0 auto 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx05 .idx_list .item .ttl {
  font-size: clamp(16px, 2.2em, 22px);
  line-height: 1.4545454545;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
}
.idx05 .idx_list .item .ttl .num {
  display: block;
  font-family: var(--f-en);
  font-size: max(10px, 0.6364em);
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--clr2);
  margin-bottom: 0.5714em;
}
.idx05 .idx_list .item .ic_arrow {
  position: relative;
  width: 2.3em;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.idx05 .idx_list .item .ic_arrow::before, .idx05 .idx_list .item .ic_arrow::after {
  content: "";
  position: absolute;
  width: round(100%, 1px);
  height: round(100%, 1px);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.idx05 .idx_list .item .ic_arrow::before {
  background-color: var(--clr2);
}
.idx05 .idx_list .item .ic_arrow::after {
  --mask: url("../images/ic_arrow.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  -webkit-mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}
.idx05 .idx_list .item1 .txt::before {
  background-image: url(../images/idx05_item1.png);
}
.idx05 .idx_list .item2 .txt::before {
  background-image: url(../images/idx05_item2.png);
}
.idx05 .idx_list .item3 .txt::before {
  background-image: url(../images/idx05_item3.png);
}
.idx05 .idx_list .item4 .txt::before {
  background-image: url(../images/idx05_item4.png);
}
@media only screen and (min-width: 769px) {
  .idx05 {
    margin-top: -162px;
    padding: 71px 0;
  }
  .idx05 .wrap_h3 {
    margin-bottom: 3.75em;
  }
  .idx05 .wrap_h3 .h_en.lg {
    top: -0.0305em;
    left: calc(min(18vw, 345px) * -1);
  }
  .idx05 .content {
    padding-bottom: clamp(80px, 5.3vw, 100px);
  }
  .idx05 .content::before {
    width: 100vw;
    right: calc(min(5.3125vw, 102px) * -1);
    border-radius: 0 50px 50px 0;
    height: calc(100% - clamp(80px, 5.8vw, 108px));
    top: clamp(80px, 5.8vw, 108px);
  }
  .idx05 .idx_box {
    margin-bottom: 50px;
  }
  .idx05 .idx_list {
    font-size: clamp(8.75px, 0.855vw, 10px);
    justify-content: space-between;
    gap: 1em;
  }
  .idx05 .idx_list .item {
    width: calc((100% - 3em) / 4);
  }
  .idx05 .idx_list .item:hover .txt {
    border-bottom-color: var(--main-color);
  }
  .idx05 .idx_list .item:hover .ttl .num {
    color: var(--main-color);
  }
  .idx05 .idx_list .item:hover .ic_arrow::before, .idx05 .idx_list .item:hover .ic_arrow::after {
    content: "";
    position: absolute;
    width: round(100%, 1px);
    height: round(100%, 1px);
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .idx05 .idx_list .item:hover .ic_arrow::before {
    background-color: var(--main-color);
  }
  .idx05 .idx_list .item:hover .ic_arrow::after {
    --mask: url("../images/ic_arrow.png");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
    -webkit-mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
    mask-position: center;
    -webkit-mask-position: center;
    background-color: #fff;
  }
}
@media only screen and (min-width: 993px) {
  .idx05 .idx_box {
    justify-content: space-between;
  }
  .idx05 .idx_box .box_cont {
    width: 62.5%;
    max-width: 810px;
    margin-right: -16%;
    border-radius: 40px;
    padding: min(4.2vw, 80px) min(4.2vw, 80px) min(4.2vw, 74px);
  }
  .idx05 .idx_box .box_img {
    width: 53.5%;
    margin-top: -207px;
  }
  .idx05 .idx_box picture img {
    max-width: min(53vw, 1000px);
    border-radius: 50px 0 0 50px;
  }
  .idx05 .idx_list::before {
    position: absolute;
    top: -0.47em;
    left: calc(100% + 0.73em);
    font-size: min(5.3vw, 100px);
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    -moz-text-orientation: mixed;
    -ms-text-orientation: mixed;
    text-orientation: mixed;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx05 .wrap_h3 .h_en.lg {
    left: -9vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx05 .wrap_h3 .h_en.lg {
    left: -5vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx05 .wrap_h3 .h_en.lg {
    left: -3vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx05 .content::before {
    right: -40px;
  }
  .idx05 .idx_list {
    padding: 0 40px;
  }
  .idx05 .idx_list::before {
    left: unset;
    right: -1em;
    top: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx05 .content::before {
    right: 20px;
  }
  .idx05 .idx_list {
    padding: 0 60px;
  }
  .idx05 .idx_list::before {
    left: unset;
    right: -0.25em;
    top: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx05 .idx_list {
    flex-wrap: wrap;
    gap: 2em 1em;
  }
  .idx05 .idx_list .item {
    width: calc(50% - 0.5em);
  }
}
@media only screen and (max-width: 992px) {
  .idx05 .idx_box {
    flex-direction: column-reverse;
    padding: 0 60px;
  }
  .idx05 .idx_box .box_img img {
    border-radius: 30px;
  }
  .idx05 .idx_box .box_cont {
    margin-top: -50px;
    border-radius: 30px;
    padding: 60px;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .idx05 .idx_list::before {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.idx06 {
  position: relative;
  background: var(--clr2);
  z-index: 0;
}
.idx06::after {
  content: "";
  position: absolute;
  width: 100vw;
  aspect-ratio: 192/69;
  min-height: 500px;
  max-height: 690px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/idx06_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx06 .wrap {
  max-width: 1660px;
  margin: 0 auto;
  background-color: #fff;
}
.idx06 .idx_box {
  position: relative;
  display: flex;
}
.idx06 .idx_box::before {
  content: "Allergy";
  position: absolute;
  font-family: var(--f-en);
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgb(var(--clr2-rgb)/0.13);
}
.idx06 picture img {
  border-radius: 20px;
}
.idx06 .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: #fff;
  border-radius: 11px;
  background-color: var(--clr2);
  padding: 0.2em 0.8em;
}
@media only screen and (min-width: 769px) {
  .idx06 {
    padding: 21px 20px clamp(120px, 18vw, 194px);
  }
  .idx06 .wrap {
    border-radius: 38px;
    padding: 70px 130px 70px 70px;
  }
  .idx06 .wrap_h3 {
    margin-bottom: 2.5em;
  }
  .idx06 .wrap_h3 .h_en.sm {
    margin-bottom: 3px;
  }
  .idx06 .tag {
    font-size: calc(var(--ttl_size) - 3px);
    margin-bottom: 0.96em;
    min-height: 50px;
  }
  .idx06 .desc {
    margin-bottom: 2.75em;
  }
  .idx06 .idx_box::before {
    bottom: 2px;
    left: calc(100% - 329px);
    font-size: clamp(94px, 9vw, 164px);
  }
}
@media only screen and (min-width: 993px) {
  .idx06 .idx_box {
    align-items: center;
    justify-content: space-between;
  }
  .idx06 .idx_box .box_img {
    width: 48%;
    max-width: 700px;
  }
  .idx06 .idx_box .box_cont {
    width: 45%;
    max-width: 650px;
  }
}
@media only screen and (min-width: 1921px) {
  .idx06 {
    padding-bottom: 10vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx06 .idx_box::before {
    bottom: -0.25em;
    left: unset;
    right: -10vw;
    font-size: clamp(94px, 7vw, 164px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx06 .wrap {
    padding: 70px;
  }
  .idx06 .idx_box::before {
    font-size: 6vw;
    right: -8vw;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .idx06 .idx_box {
    align-items: flex-start;
  }
  .idx06 .idx_box::before {
    right: -9vw;
  }
}
@media only screen and (max-width: 992px) {
  .idx06 .wrap_h3 {
    order: 1;
    margin-bottom: 30px;
  }
  .idx06 .wrap_h3.sm {
    text-align: center;
  }
  .idx06 .wrap_h3.sm .h_en.sm {
    display: table;
    margin: 0 auto;
    margin-bottom: 3px;
  }
  .idx06 .tag {
    order: 2;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2em 0.8em;
  }
  .idx06 .desc {
    order: 3;
  }
  .idx06 .btn-group {
    order: 4;
  }
  .idx06 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx06 .idx_box {
    flex-direction: column;
  }
  .idx06 .idx_box .box_img {
    order: 3;
    margin-bottom: 25px;
  }
  .idx06 .idx_box .box_cont {
    display: contents;
  }
}

.idx07 {
  position: relative;
  margin-bottom: calc(var(--mb-idx07) * -1);
  z-index: 1;
}
.idx07::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 192/13;
  bottom: 100%;
  left: 0px;
  right: 0px;
  background: url("../images/idx07_decor01.png") no-repeat center/cover;
  z-index: -1;
}
.idx07::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - var(--mb-idx07));
  top: 0;
  left: 0;
  background: url("../images/idx07_decor02.png") no-repeat left bottom/min(72%, 1360px) auto var(--main-color);
  z-index: -1;
}
.idx07 .idx_box_cont {
  display: flex;
}
.idx07 .idx_box_cont .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: var(--main-color);
  background-color: #fff;
  border-radius: 11px;
}
.idx07 .idx_box_cont .desc {
  color: #fff;
}
.idx07 .box_banner {
  display: table;
  width: fit-content;
  background-color: var(--clr-pink-3);
  border-radius: 10px;
  padding: 7px 15px 15px;
}
.idx07 .box_banner .ttl {
  display: table;
  position: relative;
  color: #fff;
  background: url("../images/ic_arrow04.svg") no-repeat right top calc(50% + 2px)/8px 4px;
  text-indent: 6px;
  padding-right: 21px;
  margin-bottom: 7px;
}
.idx07 .box_banner .banner {
  display: table;
}
.idx07 .box_banner .banner a:hover {
  opacity: 1;
}
.idx07 .banner_group {
  display: flex;
}
.idx07 .banner_group .banner {
  position: relative;
  max-width: 250px;
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 10px solid var(--main-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.idx07 .banner_group .banner .txt {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-bottom: 1.95em;
}
.idx07 .banner_group .banner .txt > span {
  color: var(--main-color);
}
.idx07 .banner_group .banner .txt .num {
  font-family: var(--f-en);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.25em;
}
.idx07 .banner_group .banner .ic_arrow {
  position: relative;
  width: 2.3em;
  aspect-ratio: 1/1;
}
.idx07 .banner_group .banner .ic_arrow::before, .idx07 .banner_group .banner .ic_arrow::after {
  content: "";
  position: absolute;
  width: round(100%, 1px);
  height: round(100%, 1px);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.idx07 .banner_group .banner .ic_arrow::before {
  background-color: var(--main-color);
}
.idx07 .banner_group .banner .ic_arrow::after {
  --mask: url("../images/ic_arrow.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  -webkit-mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}
.idx07 .TabContainer .TabPager > div {
  max-width: 21.875em;
  min-height: round(6.1875em, 1px);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.625em 0.625em 0.375em;
  color: #fff;
}
.idx07 .TabContainer .TabPager > div.active {
  background-color: #fff;
  color: var(--main-color);
}
.idx07 .TabContainer .TabPager > div .tt {
  letter-spacing: 0.025em;
}
.idx07 .TabContainer .TabContent {
  background-color: #fff;
}
.idx07 .TabContainer .TabContent .content > div .idx_box {
  display: flex;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_img {
  max-width: 540px;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .ttl {
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.4666666667;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .ttl .en {
  display: block;
  font-size: 0.5333em;
  letter-spacing: 0.1em;
  color: var(--main-color);
  margin-bottom: 0.5625em;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item {
  position: relative;
  width: calc(50% - 5px);
  max-width: 280px;
  min-height: 14.7em;
  border-radius: 10px;
  background-color: var(--clr-pink);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .tt {
  position: relative;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.3888888889;
  color: var(--main-color);
  display: flex;
  justify-content: space-between;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .tt::after {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  width: round(5em, 1px);
  height: round(5em, 1px);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 3.4444em 2.8889em;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .ic_arrow {
  position: absolute;
  width: 2.3em;
  aspect-ratio: 1/1;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .ic_arrow::before, .idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .ic_arrow::after {
  content: "";
  position: absolute;
  width: round(100%, 1px);
  height: round(100%, 1px);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .ic_arrow::before {
  background-color: var(--main-color);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .ic_arrow::after {
  --mask: url("../images/ic_arrow.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  -webkit-mask-size: round(min(21.8%, 5px), 1px) round(min(39.2%, 9px), 1px);
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item1 .tt::after {
  background-image: url(../images/idx07_item1.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item2 .tt::after {
  background-image: url(../images/idx07_item2.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item3 .tt::after {
  background-image: url(../images/idx07_item3.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item4 .tt::after {
  background-image: url(../images/idx07_item4.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item5 .tt::after {
  background-image: url(../images/idx07_item5.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item6 .tt::after {
  background-image: url(../images/idx07_item6.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item7 .tt::after {
  background-image: url(../images/idx07_item7.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item8 .tt::after {
  background-image: url(../images/idx07_item8.png);
}
@media only screen and (min-width: 769px) {
  .idx07 {
    margin-top: 15px;
    padding: 8px 0 0;
  }
  .idx07 .idx_box_cont {
    margin-bottom: 60px;
  }
  .idx07 .idx_box_cont .tag {
    font-size: calc(var(--ttl_size) + 2px);
    min-height: 1.4667em;
    padding: 0.3em 0.6667em 0.3667em;
    margin-bottom: 1.1333em;
  }
  .idx07 .idx_box_cont .desc {
    margin-bottom: 34px;
  }
  .idx07 .banner_group {
    gap: 2em;
  }
  .idx07 .banner_group .banner {
    width: calc(50% - 10px);
    padding: 2.7em 3em 3em;
  }
  .idx07 .banner_group .banner:hover {
    border-bottom-color: var(--clr2);
  }
  .idx07 .banner_group .banner:hover .txt > span {
    color: var(--clr2);
  }
  .idx07 .banner_group .banner:hover .ic_arrow::before {
    background-color: var(--clr2);
  }
  .idx07 .TabContainer .TabPager > div {
    width: 35%;
  }
  .idx07 .TabContainer .TabPager > div:first-child {
    border-top-left-radius: 30px;
  }
  .idx07 .TabContainer .TabPager > div:last-child {
    border-top-right-radius: 30px;
  }
  .idx07 .TabContainer .TabPager > div .tt {
    font-size: calc(var(--fs-base) + 4px);
  }
  .idx07 .TabContainer .TabPager > div:hover {
    background-color: var(--clr-pink-2);
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_img img {
    border-radius: 30px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .ttl {
    font-size: calc(var(--ttl_size) + 2px);
    margin-bottom: 1.6667em;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item {
    padding: 1.5em 1.5em 1.5em 2.5em;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .tt {
    padding-top: 0.6111em;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .tt::after {
    top: -0.6111em;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item .ic_arrow {
    bottom: 2.5em;
    left: 2.5em;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .idx_list .item:hover {
    background-color: var(--clr-pink-4);
  }
}
@media only screen and (min-width: 993px) {
  .idx07 .wrap_h3 {
    margin-bottom: 4.375em;
  }
  .idx07 .wrap_h3 .h_en.lg {
    top: 0.0305em;
    left: -2.0488em;
  }
  .idx07 .idx_box_cont {
    justify-content: space-between;
  }
  .idx07 .idx_box_cont .box_cont {
    width: 57%;
    max-width: 740px;
  }
  .idx07 .idx_box_cont .box_img {
    width: 36%;
    max-width: 460px;
    margin-top: -137px;
  }
  .idx07 .idx_box_cont .box_img img {
    max-width: min(34vw, 640px);
    border-radius: 40px;
  }
  .idx07 .banner_group {
    font-size: min(0.78vw, 10px);
    margin-left: -5.9em;
    margin-top: -15.1em;
  }
  .idx07 .banner_group .banner {
    min-height: 23em;
  }
  .idx07 .TabContainer .TabPager {
    justify-content: flex-start;
  }
  .idx07 .TabContainer .TabContent {
    border-radius: 0 50px 50px 50px;
  }
  .idx07 .TabContainer .TabContent .content > div {
    padding: 40px 40px 40px 80px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box {
    justify-content: space-between;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont {
    width: 49%;
    max-width: 570px;
    padding-top: 19px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_img {
    width: 46%;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .idx_list {
    font-size: min(0.78vw, 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx07 .wrap_h3 .h_en.lg {
    left: -9vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx07 .idx_box_cont {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx07 .wrap_h3 .h_en.lg {
    left: -7vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx07 .banner_group .banner {
    padding: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 .TabContainer .TabContent .content > div {
    padding: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .idx07 .idx_box_cont {
    flex-direction: column;
  }
  .idx07 .idx_box_cont .box_cont {
    display: contents;
  }
  .idx07 .wrap_h3 {
    order: 1;
  }
  .idx07 .tag {
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }
  .idx07 .box_img {
    order: 3;
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .idx07 .box_img img {
    border-radius: 20px;
  }
  .idx07 .banner_group {
    justify-content: center;
    font-size: 8.75px;
    margin-top: -10em;
  }
  .idx07 .desc {
    order: 4;
  }
  .idx07 .box_banner {
    order: 5;
    margin: 0 auto;
  }
  .idx07 .TabContainer .TabContent {
    border-radius: 30px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box {
    flex-direction: column;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont {
    display: contents;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .ttl {
    order: 1;
    text-align: center;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_img {
    order: 2;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .idx_list {
    justify-content: center;
    font-size: 8.75px;
    order: 3;
  }
}

.idx08 {
  position: relative;
  background-color: var(--clr-pink-4);
  z-index: 0;
}
.idx08::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/684;
  top: 0;
  left: 0;
  background: url("../images/idx08_bg.png") no-repeat center/cover;
  z-index: -1;
}
.idx08 .TabContainer .tab1 {
  --clr-tab: var(--clr2-rgb);
}
.idx08 .TabContainer .tab2 {
  --clr-tab: var(--main-color-rgb);
}
.idx08 .TabContainer .TabPager {
  position: relative;
  max-width: 710px;
  gap: 2px;
  margin-bottom: 2.75em;
  z-index: 3;
}
.idx08 .TabContainer .TabPager > div {
  position: relative;
  max-width: 12.125em;
  min-height: 5.0625em;
  background: transparent;
  border-radius: 40px;
  z-index: 0;
  color: #fff;
  padding: 0.5em 0.625em 0.625em;
}
.idx08 .TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  inset: 0.5em;
  background: rgb(var(--clr-tab)/1);
  border-radius: inherit;
  z-index: -1;
}
.idx08 .TabContainer .TabPager > div::after {
  content: "";
  position: absolute;
  width: round(1.4375em, 1px);
  height: round(1.4375em, 1px);
  bottom: -0.5em;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease;
}
.idx08 .TabContainer .TabPager > div.tab1::after {
  background-image: url(../images/idx02_tab1_arrow.svg);
}
.idx08 .TabContainer .TabPager > div.tab2::after {
  background-image: url(../images/idx02_tab2_arrow.svg);
}
.idx08 .TabContainer .TabPager > div.active {
  background-color: rgb(var(--clr-tab)/0.2);
}
.idx08 .TabContainer .TabPager > div.active::after {
  opacity: 1;
}
.idx08 .TabContainer .TabContent {
  overflow: visible;
}
.idx08 .TabContainer .TabContent .content > div .idx_box {
  display: flex;
}
.idx08 .TabContainer .TabContent .content > div .idx_box .box_cont {
  position: relative;
  max-width: 710px;
}
.idx08 .TabContainer .TabContent .content > div .idx_box .box_img {
  max-width: 710px;
}
.idx08 .TabContainer .TabContent .content > div .idx_box .desc {
  margin-bottom: 2.375em;
}
.idx08 .TabContainer .TabContent .content > div .idx_box .name {
  letter-spacing: 0.025em;
  font-weight: 400;
  color: rgb(var(--clr-tab)/1);
  display: flex;
  align-items: center;
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.7778em;
}
.idx08 .TabContainer .TabContent .content > div .idx_box .name .pos {
  margin-right: 1.0556em;
}
.idx08 .TabContainer .TabContent .content > div .idx_box .name .jp {
  position: relative;
  font-size: 1.6667em;
  letter-spacing: 0.025em;
  margin-right: 0.6667em;
  top: -0.1333em;
}
.idx08 .TabContainer .TabContent .content > div .idx_box .name .en {
  position: relative;
  font-family: var(--f-en);
  font-size: 0.8333em;
  letter-spacing: 0.1em;
  color: rgb(var(--clr1-rgb)/0.5);
  top: 1px;
}
@media only screen and (min-width: 769px) {
  .idx08 {
    padding: calc(var(--mb-idx07) + 99px) 0 196px;
  }
  .idx08 .wrap_h3 .h_en.lg {
    top: -0.5305em;
    left: -1.8049em;
  }
  .idx08 .TabContainer .TabPager > div:hover {
    background-color: rgb(var(--clr-tab)/0.2);
  }
  .idx08 .TabContainer .TabContent .content > div .idx_box .name {
    font-size: var(--fs-base);
  }
}
@media only screen and (min-width: 993px) {
  .idx08 .TabContainer {
    margin-top: -116px;
  }
  .idx08 .TabContainer .TabPager {
    width: 55%;
    justify-content: flex-end;
    margin-left: 0;
    right: -0.5em;
  }
  .idx08 .TabContainer .TabContent .content > div .idx_box {
    justify-content: space-between;
  }
  .idx08 .TabContainer .TabContent .content > div .idx_box .box_cont {
    width: 55%;
    margin-right: -15%;
  }
  .idx08 .TabContainer .TabContent .content > div .idx_box .box_img {
    width: 55%;
    margin-top: calc(min(13.6vw, 260px) * -1);
  }
  .idx08 .TabContainer .TabContent .content > div .idx_box .box_img img {
    max-width: min(46.875vw, 900px);
  }
}
@media only screen and (min-width: 1800px) {
  .idx08 .list_banner {
    margin-top: calc(min(5.3vw, 100px) * -1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx08 .wrap_h3 .h_en.lg {
    left: -8vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx08 .wrap_h3 .h_en.lg {
    left: -6vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx08 .wrap_h3 .h_en.lg {
    left: -4vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx08 {
    padding-left: 40px;
  }
  .idx08 .TabContainer .TabContent {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx08 .list_banner {
    font-size: 8.75px;
  }
}
@media only screen and (max-width: 992px) {
  .idx08 {
    padding-left: 0;
  }
  .idx08 .TabContainer .TabContent .content > div .idx_box {
    max-width: 550px;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .idx08 .TabContainer .TabContent .content > div .idx_box .box_img {
    margin-bottom: 30px;
  }
  .idx08 .list_banner {
    justify-content: center;
  }
}

.idx09 {
  position: relative;
  padding: 0 20px;
}
.idx09 .wrap {
  max-width: 1820px;
  margin: 0 auto;
  background: url(../images/idx09_bg.jpg) no-repeat top center/cover;
}
.idx09 .desc {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx09 {
    margin-top: -86px;
    margin-bottom: 70px;
  }
  .idx09 .wrap {
    border-radius: 50px;
    padding: clamp(80px, 10vw, 129px) 0 clamp(60px, 10vw, 101px);
  }
  .idx09 .desc {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 993px) {
  .idx09 .wrap_h3 {
    flex-shrink: 0;
    margin-bottom: 53px;
  }
  .idx09 .wrap_h3 .h_en.lg {
    top: 0.2134em;
    left: -1.2195em;
  }
  .idx09 .idx_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .idx09 .box_txt {
    width: 55%;
    max-width: 712px;
    margin-right: -62px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx09 .wrap {
    background-position: top right 45%;
  }
  .idx09 .wrap_h3 .h_en.lg {
    left: -7vw;
  }
  .idx09 .box_txt {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx09 .wrap_h3 .h_en.lg {
    left: -4vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx09 .wrap_h3 .h_en.lg {
    left: -2vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx09 .idx_box {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .idx09 .wrap {
    padding-top: 150px;
  }
  .idx09 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

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