.home_page .wrapper {
  background-color: var(--clr-purple1);
}
.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 {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/idx_key.jpg) no-repeat top center/cover;
  z-index: -1;
}
.home_page .key .key_text {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.home_page .key .catch .title {
  font-family: var(--f-spr);
  font-weight: 500;
  line-height: 1.7042288557;
  letter-spacing: -0.07em;
  color: #fff;
  text-shadow: 0 0 15px rgb(var(--clr1-rgb)/0.5), 0 0 20px rgb(var(--clr1-rgb)/1);
}
.home_page .key .catch .desc {
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-shadow: 0 0 15px rgb(var(--clr1-rgb)/0.5), 0 0 20px rgb(var(--clr1-rgb)/1);
}
.home_page .key .btn_scroll {
  position: absolute;
}
.home_page .key .btn_scroll a {
  font-family: var(--f-en);
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--clr1);
  text-decoration: none;
  text-transform: uppercase;
  -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;
}
.home_page .key .btn_scroll a::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: currentColor;
  transform-origin: top center;
}
@media only screen and (min-width: 769px) {
  .home_page .key {
    --height: 57vw;
    --min-height: 420px;
    --max-height: 720px;
    font-size: min(0.845vw, 10px);
    margin-bottom: 6em;
  }
  .home_page .key::before {
    border-bottom-left-radius: 25em;
  }
  .home_page .key .wrap {
    width: 100%;
  }
  .home_page .key .key_text {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0em 12.3em 6.6em;
  }
  .home_page .key .key_text .catch .title {
    font-size: 4.02em;
    margin-bottom: 0.8209em;
  }
  .home_page .key .key_text .catch .desc {
    font-size: max(13px, 1.5em);
  }
  .home_page .key .btn_scroll {
    bottom: -0.4em;
    left: 1.9em;
  }
  .home_page .key .btn_scroll a {
    height: 5.5em;
    font-size: 1.4em;
    padding-left: 0.3571em;
  }
  .home_page .key .btn_scroll a::before {
    width: 2px;
  }
  .home_page .key .btn_scroll a:hover {
    color: var(--main-color);
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
  .home_page .key .key_text {
    align-items: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) and (max-height: 768px) {
  .home_page .key {
    --max-height: calc(100vh - 60px);
  }
}
.home_page .topic_path {
  display: none;
}
.home_page .wrap_title {
  position: relative;
}
.home_page .wrap_title h2 {
  font-family: var(--f-spr);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: var(--clr1);
}
.home_page .wrap_title .en {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: var(--clr1);
}
.home_page .wrap_title.white .en,
.home_page .wrap_title.white h2 {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .home_page .wrap_title h2 {
    font-size: calc(var(--fs-base) + 4px);
  }
  .home_page .wrap_title .en {
    font-size: calc(var(--ttl_size) * 2.5 + 2px);
    margin-bottom: 8px;
  }
  .home_page .wrap_title.st2 h2 {
    font-size: calc(var(--ttl_size) + 12px);
    line-height: 1.55;
  }
  .home_page .wrap_title.sm {
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .home_page .wrap_title.sm h2 {
    font-size: 14px;
  }
  .home_page .wrap_title.sm .en {
    font-size: calc(var(--ttl_size) + 22px);
    margin-bottom: 0;
  }
}
.home_page .idx_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .idx01 .idx_slider:not(.slick-slider) {
  flex-wrap: wrap;
  justify-content: center;
}
/* .home_page .idx_slider:not(.slick-slider) .item:not(:first-child) {
  display: none;
} */
.home_page .slider_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_page .slider_nav .slider_arrows {
  display: flex;
  justify-content: space-between;
}
.home_page .slider_nav .slick-dots {
  --total-item: 4;
  --size-item: 60px;
  display: flex !important;
  justify-content: center;
  position: relative;
  align-items: center;
  width: calc(var(--size-item) * var(--total-item));
  height: 2px;
}
.home_page .slider_nav .slick-dots li {
  width: var(--size-item);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: #e0e0e0;
}
.home_page .slider_nav .slick-dots li.slick-active button {
  background: var(--main-color);
}
.home_page .slider_nav .slick-dots li:first-child {
  border-radius: 3px 0 0 3px;
}
.home_page .slider_nav .slick-dots li:last-child {
  border-radius: 0 3px 3px 0;
}
.home_page .slider_nav .slick-dots button {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
.home_page .slider_nav .slick-arrow {
  position: relative;
  transform: none;
  z-index: 1;
  transition: 0.3s all;
  border-radius: 50%;
  border: 1px solid var(--clr-gray1);
  background-color: transparent;
}
.home_page .slider_nav .slick-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(--clr1);
}
.home_page .slider_nav .slick-arrow.slick-prev::before {
  --mask: url(../images/under_ico_prev.svg);
}
.home_page .slider_nav .slick-arrow.slick-next::before {
  --mask: url(../images/under_ico_next.svg);
}
@media only screen and (min-width: 769px) {
  .home_page .slider_nav .slider_arrows {
    gap: 0.5625em;
  }
  .home_page .slider_nav .slick-arrow {
    width: 2.875em;
    height: 2.875em;
  }
  .home_page .slider_nav .slick-arrow:hover {
    opacity: 1;
    background-color: var(--main-color);
  }
  .home_page .slider_nav .slick-arrow:hover::before {
    background-color: #fff;
  }
}
.home_page .idx_marquee .txt_marquee {
  white-space: nowrap;
  animation: marquee 15s 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;
}

.idx01 .idx_slider {
  position: relative;
}
.idx01 .idx_slider::before, .idx01 .idx_slider::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.idx01 .idx_slider::before {
  left: calc(50% - 50vw);
  background-image: linear-gradient(90deg, rgb(var(--clr-purple1-rgb)/1) 40%, rgb(var(--clr-purple1-rgb)/0) 100%);
}
.idx01 .idx_slider::after {
  right: calc(50% - 50vw);
  background-image: linear-gradient(-90deg, rgb(var(--clr-purple1-rgb)/1) 40%, rgb(var(--clr-purple1-rgb)/0) 100%);
}
.idx01 .idx_slider .slick-track {
  display: flex !important;
}
.idx01 .idx_slider .slick-list {
  overflow: visible;
}
.idx01 .idx_slider picture img {
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.idx01 .slider_nav .slider_dots {
  max-width: 938px;
}
.idx01 .slider_nav .slick-dots {
  --total-item: 4;
  --size-item: calc(100% / var(--total-item));
}
@media only screen and (min-width: 769px) {
  .idx01 {
    padding: 54px 0 0;
  }
  .idx01 .wrap_title {
    margin-bottom: 2.5625em;
  }
  .idx01 .idx_slider {
    margin-bottom: 3.0625em;
  }
  .idx01 .idx_slider::before, .idx01 .idx_slider::after {
    width: 6.25em;
    height: calc(100% + 1.25em);
  }
  .idx01 .idx_slider picture {
    margin: 0 0.7813em;
  }
  /* .idx01 .idx_slider:not(.slick-slider) picture{
    width: calc(100%/4 - 0.7813em*2);
  } */
  .idx01 .idx_slider picture img {
    width: clamp(200px, 20vw, 252px) !important;
  }
  .idx01 .slider_nav .slider_dots {
    width: 86%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .idx_slider {
    padding: 0 40px;
  }
  .idx01 .idx_slider::before, .idx01 .idx_slider::after {
    width: 40px;
  }
  .idx01 .slider_nav {
    padding: 0 40px;
    margin-right: 0px;
    gap: 20px;
  }
}

.idx02 {
  position: relative;
  background: url(../images/idx02_bg_decor.png) no-repeat top center/cover;
  z-index: 0;
}
.idx02::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 2560/384;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: url("../images/idx03_bg_decor1.png") no-repeat center/cover;
  z-index: -1;
}
.idx02 .idx_marquee {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.idx02 .idx_marquee .txt_marquee {
  font-family: var(--f-en);
  font-size: min(230px, 18vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.idx02 .idx_box {
  display: flex;
}
.idx02 .idx_box .box_cont p {
  font-family: var(--f-spr);
  font-size: calc(var(--fs-base) + 2px);
  font-weight: 500;
  line-height: 2.2222222222;
  color: #000;
}
.idx02 .idx_box picture img {
  border-radius: 8px;
}
.idx02 .idx_box .img2 {
  width: 70%;
  max-width: 252px;
}
.idx02 .idx_list {
  display: flex;
  justify-content: center;
}
.idx02 .idx_list .item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 999em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background: url(../images/idx02_item_bg1.png) no-repeat bottom center/cover;
}
.idx02 .idx_list .item:nth-child(even) {
  background-image: url(../images/idx02_item_bg2.png);
}
.idx02 .idx_list .item .txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.idx02 .idx_list .item .ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.idx02 .idx_list .item .ttl .en {
  letter-spacing: 0.03em;
  color: rgb(var(--clr1-rgb)/0.55);
  line-height: 1;
}
.idx02 .idx_list .item .ttl h3 {
  font-family: var(--f-spr);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2438461538;
}
.idx02 .idx_list .item .btn {
  flex-shrink: 0;
  position: relative;
  font-family: var(--f-en);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}
.idx02 .idx_list .item .btn::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: url("../images/ico_item_line.svg") repeat-x top center/220px 1px;
}
.idx02 .idx_list .item .btn::after {
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background: url("../images/ico_arrow3.svg") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx02 {
    padding: clamp(80px, 12vw, 137px) 0 40px;
  }
  .idx02 .wrap_title {
    margin-bottom: 2.9375em;
  }
  .idx02 .idx_marquee {
    top: 25.2%;
  }
  .idx02 .idx_box {
    justify-content: space-between;
    margin-bottom: 7.5em;
  }
  .idx02 .idx_box .box_img1 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 12%;
    max-width: 125px;
  }
  .idx02 .idx_box .box_img2 {
    width: 35%;
    max-width: 368px;
    margin-top: -159px;
  }
  .idx02 .idx_box .box_cont {
    width: 50%;
    max-width: 412px;
  }
  .idx02 .idx_box .box_cont p {
    letter-spacing: -0.047em;
  }
  .idx02 .idx_box .img1 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 3.0625em;
  }
  .idx02 .idx_box .img1 img {
    max-width: min(468px, 36.5625vw);
  }
  .idx02 .idx_box .img2 {
    position: relative;
    left: -3.1875em;
  }
  .idx02 .idx_box .img3 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5.3125em;
  }
  .idx02 .idx_box .img3 img {
    max-width: min(176px, 13.75vw);
  }
  .idx02 .idx_list {
    font-size: 0.625em;
    gap: 2.55em;
  }
  .idx02 .idx_list .item {
    width: calc((100% - 5.1em) / 3);
    max-width: 343px;
    min-height: 51.5em;
    padding: 2em 3em 2.5em;
  }
  .idx02 .idx_list .item .txt {
    margin-bottom: 2.2em;
  }
  .idx02 .idx_list .item picture {
    margin-bottom: 1.8em;
  }
  .idx02 .idx_list .item .ttl {
    min-height: 8.2em;
  }
  .idx02 .idx_list .item .ttl .en {
    font-size: 1.4em;
    margin-bottom: 0.2143em;
  }
  .idx02 .idx_list .item .ttl h3 {
    font-size: 2.6em;
  }
  .idx02 .idx_list .item .btn {
    font-size: 2.2em;
    padding-top: 1.0909em;
  }
  .idx02 .idx_list .item .btn::before {
    width: 100%;
    max-width: 220px;
  }
  .idx02 .idx_list .item .btn::after {
    margin-top: 0.3636em;
  }
  .idx02 .idx_list .item:hover {
    background-color: #DCEDF5;
    background-image: unset;
  }
  .idx02 .idx_list .item:nth-child(even):hover {
    background-color: #FBE7E9;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx02 .idx_box .img1 img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_box {
    padding: 0 30px;
  }
  .idx02 .idx_box .img2 {
    left: 0;
  }
  .idx02 .idx_list .item {
    min-height: unset;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.idx03 {
  position: relative;
  background-image: linear-gradient(165deg, var(--clr-purple1) 25%, var(--clr-pink2) 100%);
  z-index: 0;
}
.idx03::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1280/833;
  top: 75px;
  left: 0px;
  right: 0px;
  background: url("../images/idx03_bg_decor2.png") no-repeat top center/100% auto;
  z-index: -1;
}
.idx03 .wrap {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.idx03 .idx_heading {
  background: url(../images/ico_item_line.svg) repeat-x bottom left/220px 1px;
}
.idx03 .idx_list {
  display: flex;
  flex-wrap: wrap;
}
.idx03 .idx_list .item {
  min-height: 6.5em;
}
.idx03 .idx_list .item a {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.3428571429;
  color: var(--clr1);
  background-color: var(--clr-blue1);
  border-radius: 4px;
}
.idx03 .idx_list .item a::after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: calc(50% - 0.25em);
  --mask: url("../images/ico_arrow.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;
  background-color: var(--main-color);
}
.idx03 .idx_list .item a > span {
  position: relative;
  display: flex;
  align-items: center;
}
.idx03 .idx_list .item a > span::before {
  content: "";
  display: block;
  width: 2.5714em;
  height: 2.5714em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx03 .idx_list .item1 a > span::before {
  background-image: url(../images/idx03_item1.png);
}
.idx03 .idx_list .item2 a > span::before {
  background-image: url(../images/idx03_item2.png);
}
.idx03 .idx_list .item3 a > span::before {
  background-image: url(../images/idx03_item3.png);
}
.idx03 .idx_list .item4 a > span::before {
  background-image: url(../images/idx03_item4.png);
}
.idx03 .idx_list .item5 a > span::before {
  background-image: url(../images/idx03_item5.png);
}
.idx03 .idx_list .item6 a > span::before {
  background-image: url(../images/idx03_item6.png);
}
.idx03 .idx_list .item7 a > span::before {
  background-image: url(../images/idx03_item7.png);
}
.idx03 .idx_list .item8 a > span::before {
  background-image: url(../images/idx03_item8.png);
}
.idx03 .idx_list .item9 a > span::before {
  background-image: url(../images/idx03_item9.png);
}
.idx03 .idx_list .item10 a > span::before {
  background-image: url(../images/idx03_item10.png);
}
@media only screen and (min-width: 769px) {
  .idx03 {
    padding: clamp(80px, 105px, 10vw) 0 3.75em;
  }
  .idx03 .wrap_title {
    margin-top: -5.25em;
    margin-bottom: -1.375em;
  }
  .idx03 .wrap {
    padding: 3.125em 3.125em 4.375em;
  }
  .idx03 .idx_heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2.75em;
    padding-bottom: 1.875em;
    margin-bottom: 1.8125em;
  }
  .idx03 .desc {
    width: 45%;
    max-width: 425px;
  }
  .idx03 .btn-group {
    margin-top: 7px;
    width: 25%;
    max-width: 222px;
  }
  .idx03 .idx_list {
    font-size: min(0.94vw, 0.625em);
    gap: 2em;
  }
  .idx03 .idx_list .item {
    width: calc(20% - 1.6em);
    max-width: 200px;
  }
  .idx03 .idx_list .item a {
    padding: 0.7143em 2.1429em 0.7143em 1em;
  }
  .idx03 .idx_list .item a::after {
    right: 1.4286em;
  }
  .idx03 .idx_list .item a > span::before {
    margin-right: 1.0714em;
  }
  .idx03 .idx_list .item:hover a {
    background-color: var(--main-color);
    opacity: 1;
    color: #fff;
  }
  .idx03 .idx_list .item:hover a::after {
    background-color: #fff;
  }
  .idx03 .idx_list .item:hover a > span::before {
    filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.idx04 {
  padding: 0;
  background-color: var(--clr-pink2);
}
.idx04 .idx_bnr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.idx04 .idx_bnr .item {
  position: relative;
  max-width: 530px;
  min-height: 20em;
  background-color: #fff;
  padding: 1em;
  border-radius: 0.8em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.idx04 .idx_bnr .item::before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 281/200;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx04 .idx_bnr .item .txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: url(../images/idx04_banner_bg.png) no-repeat center/cover;
  padding: 1.4em 3.1em 1em;
}
.idx04 .idx_bnr .item .ttl {
  color: #fff;
}
.idx04 .idx_bnr .item .ttl .en {
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}
.idx04 .idx_bnr .item .ttl h3 {
  font-family: var(--f-spr);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
.idx04 .idx_bnr .item .ico_arrow {
  position: absolute;
  width: 3.7em;
  height: 3.7em;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-top-left-radius: 0.8em;
}
.idx04 .idx_bnr .item .ico_arrow::before {
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  inset: 0;
  margin: auto;
  --mask: url("../images/ico_arrow.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;
  background-color: var(--clr2);
}
.idx04 .idx_bnr .item1::before {
  background-image: url(../images/idx04_bnr1.png);
  background-position: left;
  width: 24.6em;
}
.idx04 .idx_bnr .item2::before {
  background-image: url(../images/idx04_bnr2.png);
}
.idx04 .idx_bnr .item3::before {
  background-image: url(../images/idx04_bnr3.png);
}
.idx04 .idx_bnr .item4::before {
  background-image: url(../images/idx04_bnr4.png);
}
.idx04 .idx_box {
  position: relative;
  z-index: 0;
}
.idx04 .idx_box01::after {
  content: "";
  position: absolute;
  height: calc(100% + var(--mt));
  top: calc(var(--mt) * -1);
  left: 0;
  z-index: -1;
}
.idx04 .idx_box01 .desc {
  color: #fff;
}
.idx04 .idx_box01 .desc p {
  font-size: var(--fs-base);
}
.idx04 .idx_box01 .btn-group {
  display: flex;
  flex-wrap: wrap;
}

.idx04 .idx_box02 {
  position: relative;
  z-index: 1;
  padding: 0;
}
.idx04 .idx_box02::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  right: calc(50% - 50vw);
  background: url("../images/idx04_box2_decor1.png") no-repeat center/cover;
}
.idx04 .idx_box02::after {
  content: "";
  position: absolute;
  height: calc(100% + var(--mt));
  top: calc(var(--mt) * -1);
  right: 0;
  background: url("../images/idx04_box2_decor2.jpg") no-repeat top left/128em 85.3em #fff;
  z-index: -1;
}
.idx04 .idx_box02 .wrap01 {
  display: flex;
}
.idx04 .idx_box02 .desc p {
  font-size: var(--fs-base);
}
.idx04 .idx_box02 .btn-group02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: var(--clr-pink1);
}
.idx04 .idx_box02 .btn-group02 .btn {
  max-width: 180px;
}
.idx04 .idx_box02 .btn-group02 .btn a {
  color: #000;
}
.idx04 .idx_box02 .ttl {
  position: relative;
  font-family: var(--f-spr);
  font-weight: 500;
  letter-spacing: 0.055em;
  display: flex;
  align-items: center;
}
.idx04 .idx_box02 .ttl::after {
  content: "";
  display: block;
  flex-grow: 1;
  background-color: var(--clr-gray1);
}
.idx04 .idx_box02 .idx_list {
  display: flex;
  flex-wrap: wrap;
}
.idx04 .idx_box02 .idx_list .item {
  max-width: 200px;
  min-height: 6.5em;
}
.idx04 .idx_box02 .idx_list .item a {
  background-color: var(--clr-pink1);
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.3428571429;
  color: var(--clr1);
}
.idx04 .idx_box02 .idx_list .item a::after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: calc(50% - 0.25em);
  --mask: url("../images/ico_arrow.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;
  background-color: var(--clr2);
}
.idx04 .idx_box02 .idx_list .item a > span {
  position: relative;
  display: flex;
  align-items: center;
}
.idx04 .idx_box02 .idx_list .item a > span::before {
  content: "";
  display: block;
  width: 2.5714em;
  height: 2.5714em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx04 .idx_box02 .idx_list .item1 a > span::before {
  background-image: url(../images/idx04_item1.png);
}
.idx04 .idx_box02 .idx_list .item2 a > span::before {
  background-image: url(../images/idx04_item2.png);
}
.idx04 .idx_box02 .idx_list .item3 a > span::before {
  background-image: url(../images/idx04_item3.png);
}
.idx04 .idx_box02 .idx_list .item4 a > span::before {
  background-image: url(../images/idx04_item4.png);
}
.idx04 .idx_box02 .idx_list .item5 a > span::before {
  background-image: url(../images/idx04_item5.png);
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding-top: 3.25em;
  }
  .idx04 .wrap_title {
    display: table;
    margin-left: auto;
    margin-bottom: 4.0625em;
  }
  .idx04 .idx_bnr {
    font-size: min(0.85vw, 0.625em);
    gap: 2em;
  }
  .idx04 .idx_bnr .item {
    width: calc(50% - 1em);
  }
  .idx04 .idx_bnr .item .ttl .en {
    font-size: 1.4em;
    margin-bottom: 0.2143em;
  }
  .idx04 .idx_bnr .item .ttl h3 {
    font-size: 2.6em;
  }
  .idx04 .idx_bnr .item:hover {
    opacity: 0.7;
  }
  .idx04 .idx_box {
    font-size: 0.625em;
  }
  .idx04 .idx_box01 {
    padding: max(224px, 17.5vw) 0 clamp(375px, 29.3vw, 700px);
    --mt: max(130px, 10vw);
  }
  .idx04 .idx_box01::after {
    width: 85%;
    --mask: url(../images/idx04_box1_mask.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: top left;
    -webkit-mask-position: top left;
    background: url(../images/idx04_img1.jpg) no-repeat top right/cover;
  }
  .idx04 .idx_box01 .wrap {
    width: 46%;
    max-width: 460px;
  }
  .idx04 .idx_box01 .wrap_title {
    margin-bottom: 33px;
    margin-left: 0;
  }
  .idx04 .idx_box01 .wrap_title h2 {
    letter-spacing: 0.1em;
  }
  .idx04 .idx_box01 .desc {
    margin-bottom: 25px;
  }
  .idx04 .idx_box01 .btn-group {
    font-size: 1em;
    gap: 2px 20px;
  }
  .idx04 .idx_box01 .btn-group .btn {
    width: calc(50% - 10px);
  }
  .idx04 .idx_box02 {
    margin-top: -15.1em;
    padding-bottom: 7em;
    --mt: 10.4em;
  }
  .idx04 .idx_box02::before {
    width: 25.1em;
    top: calc(var(--mt) * -1 - 25em);
  }
  .idx04 .idx_box02::after {
    width: 90%;
    border-radius: 15em 0 0 0.8em;
  }
  .idx04 .idx_box02 .wrap {
    padding-left: 5em;
  }
  .idx04 .idx_box02 .wrap01 {
    justify-content: space-between;
    margin-bottom: 6.3em;
  }
  .idx04 .idx_box02 .wrap .box_cont {
    width: 48%;
    max-width: 476px;
  }
  .idx04 .idx_box02 .wrap .box_img {
    width: 48%;
    max-width: 484px;
    flex-shrink: 0;
    padding-top: 1.5em;
  }
  .idx04 .idx_box02 .wrap .box_img picture {
    display: flex;
    justify-content: flex-start;
  }
  .idx04 .idx_box02 .wrap .box_img picture img {
    border-radius: 8px;
    max-width: min(45.625vw, 584px);
  }
  .idx04 .idx_box02 .wrap_title {
    margin-left: 0;
    margin-bottom: 3.2em;
  }
  .idx04 .idx_box02 .desc {
    margin-bottom: 3.2em;
  }
  .idx04 .idx_box02 .btn-group01 {
    font-size: 1em;
    margin-top: 3.9em;
    width: 584px;
  }
    .idx04 .idx_box02 .btn-group01 .btn{
      margin-left: auto;
      margin-right: auto;
    }
  .idx04 .idx_box02 .btn-group02 {
    font-size: 1em;
    gap: 0.2em 2em;
    padding: 1.4em 5em 2.9em;
  }
  .idx04 .idx_box02 .btn-group02 .btn {
    width: calc(50% - 1em);
  }
  .idx04 .idx_box02 .btn-group02 .btn a:hover {
    color: #fff;
  }
  .idx04 .idx_box02 .ttl {
    font-size: 3em;
    text-indent: -0.1333em;
    gap: 0.6333em;
    margin-bottom: 0.8em;
  }
  .idx04 .idx_box02 .ttl::after {
    min-width: 6.6667em;
    height: 2px;
  }
  .idx04 .idx_box02 .idx_list {
    font-size: min(0.94vw, 1em);
    gap: 2em;
  }
  .idx04 .idx_box02 .idx_list .item {
    width: calc(20% - 1.6em);
  }
  .idx04 .idx_box02 .idx_list .item a {
    padding: 0.7143em 2.1429em 0.7143em 1em;
  }
  .idx04 .idx_box02 .idx_list .item a::after {
    right: 1.4286em;
  }
  .idx04 .idx_box02 .idx_list .item a > span::before {
    margin-right: 1.0714em;
  }
  .idx04 .idx_box02 .idx_list .item:hover a {
    background-color: var(--clr2);
    opacity: 1;
    color: #fff;
  }
  .idx04 .idx_box02 .idx_list .item:hover a::after {
    background-color: #fff;
  }
  .idx04 .idx_box02 .idx_list .item:hover a > span::before {
    filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx04 .idx_box::after {
    width: 96.1%;
  }
  .idx04 .idx_box02 .wrap .box_img picture img {
    border-radius: 8px 0 0 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .idx_bnr {
    margin-bottom: 50px;
  }
  .idx04 .idx_box01 {
    padding: min(224px, 17.5vw) 0 min(375px, 29.3vw);
    --mt: min(130px, 10vw);
    padding-left: 10px;
  }
  .idx04 .idx_box01 .wrap_title h2 {
    font-size: calc(var(--ttl_size) + 8px);
  }
  .idx04 .idx_box02 {
    --mt: round(down, 6em, 1px);
  }
  .idx04 .idx_box02::after {
    border-radius: 10em 0 0 0.8em;
  }
  .idx04 .idx_box02 .btn-group02 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .idx04 .idx_box02 .wrap_title h2 {
    font-size: calc(var(--ttl_size) + 8px);
  }
  .idx04 .idx_box02 .btn-group01{
    width: 100%;
  }
}

.idx05 {
  position: relative;
  z-index: 0;
  background-image: linear-gradient(165deg, var(--clr-pink2) 0%, var(--clr-purple1) 20%);
}
.idx05::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1280/833;
  top: -190px;
  left: 0px;
  right: 0px;
  background: url("../images/idx05_bg_decor1.png") no-repeat top center/cover;
  z-index: -1;
}
/* .idx05 .idx_slider .slick-track {
  display: flex;
} */
.idx05 .idx_slider .item {
  display: flex;
  flex-direction: column;
  /* max-width: 308px; */
   width:308px;
  max-width:none;
  flex-shrink:0;
  height: auto;
  background: url(../images/idx05_item_bg.jpg) no-repeat bottom center/cover #fff;
  border-radius: 8px;
}
.idx05 .idx_slider .item .img {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}
.idx05 .idx_slider .item .img .ttl {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 1.9em;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.idx05 .idx_slider .item .img .ttl .en {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 0;
  text-shadow: 0 0 5px rgb(var(--clr1-rgb)/0.9), 0 0 10px rgb(var(--clr1-rgb)/0.7), 0 0 20px rgb(var(--clr1-rgb)/0.5), 0 0 30px rgb(var(--clr1-rgb)/0.3), 0 0 45px rgb(var(--clr1-rgb)/0.2);
}
.idx05 .idx_slider .item .img .ttl h3 {
  font-family: var(--f-spr);
  font-weight: 500;
  font-size: 2.2em;
  line-height: 1.4;
  letter-spacing: 0;
  text-shadow: 0 0 5px rgb(var(--clr1-rgb)/0.9), 0 0 10px rgb(var(--clr1-rgb)/0.7), 0 0 20px rgb(var(--clr1-rgb)/0.5), 0 0 30px rgb(var(--clr1-rgb)/0.3), 0 0 45px rgb(var(--clr1-rgb)/0.2);
}
.idx05 .idx_slider .item .img .ttl h3 > span {
  font-size: 0.7273em;
}
.idx05 .idx_slider .item .txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.idx05 .idx_slider .item .desc {
  flex-grow: 1;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 2;
  letter-spacing: 0.1em;
}
.idx05 .idx_slider .item .list .ttl {
  position: relative;
  text-align: center;
  font-family: var(--f-spr);
  font-weight: 500;
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx05 .idx_slider .item .list .ttl::before, .idx05 .idx_slider .item .list .ttl::after {
  content: "";
  display: block;
  width: 3.1111em;
  aspect-ratio: 56/26;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx05 .idx_slider .item .list .ttl::before {
  background-image: url(../images/idx05_ico_ttl_right.svg);
}
.idx05 .idx_slider .item .list .ttl::after {
  background-image: url(../images/idx05_ico_ttl_left.svg);
}
.idx05 .idx_slider .item .list ul li {
  position: relative;
  font-family: var(--f-spr);
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.725;
  padding-left: 1.5625em;
}
.idx05 .idx_slider .item .list ul li::before {
  content: "";
  position: absolute;
  width: 1.0625em;
  aspect-ratio: 17/16;
  top: 0.375em;
  left: 0px;
  background: url("../images/ico_check.svg") no-repeat center/cover;
}
.idx05 .idx_slider .item .btn {
  text-align: center;
}
.idx05 .idx_slider .item .btn a {
  position: relative;
  font-family: var(--f-en);
  font-weight: 400;
  font-size: 2.2em;
  letter-spacing: 0.03em;
  line-height: 1;
  color: var(--clr1);
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 0.9091em;
}
.idx05 .idx_slider .item .btn a::after {
  content: "";
  position: absolute;
  width: 0.3636em;
  height: 0.3636em;
  top: 0.3182em;
  right: -1px;
  --mask: url("../images/ico_arrow2.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;
  background-color: currentColor;
}
.idx05 .slider_nav .slider_dots .slick-dots {
  --total-item: 7;
  --size-item: calc(100% / var(--total-item));
}
@media only screen and (min-width: 769px) {
  .idx05 {
    padding: clamp(80px, 8.75vw, 112px) 0 97px;
  }
  .idx05 .wrap_title {
    margin-bottom: 4.0625em;
  }
  .idx05 .idx_slider {
    font-size: 0.625em;
    width: 100vw;
    margin-bottom: 50px;
  }
  .idx05 .idx_slider .item {
    min-height: 72em;
    padding: 1em;
    margin: 0 1.75em;
  }
  .idx05 .idx_slider .item .txt {
    padding: 2.2em 1.6em 0.9em;
  }
  .idx05 .idx_slider .item .desc {
    margin-bottom: 1.4286em;
  }
  .idx05 .idx_slider .item .list {
    margin-bottom: 4.1em;
  }
  .idx05 .idx_slider .item .list .ttl {
    margin-bottom: 0.7778em;
    gap: 0.5em;
  }
  .idx05 .idx_slider .item .list ul li {
    letter-spacing: -0.05em;
  }
  .idx05 .idx_slider .item .btn a:hover {
    color: var(--main-color);
  }
  .idx05 .slider_nav {
    margin-right: -15px;
  }
  .idx05 .slider_nav .slider_dots {
    width: 86%;
    max-width: 938px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .slider_nav {
    margin-right: 0;
    padding: 0 40px;
    gap: 20px;
  }
}

.idx_banner {
  position: relative;
  z-index: 0;
}
.idx_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1280/14700;
  top: -35px;
  left: 0px;
  right: 0px;
  background: url("../images/idx_banner_bg.png") no-repeat top center/100% auto;
  z-index: -1;
}
.idx_banner .banner_group {
  display: flex;
  justify-content: center;
}
.idx_banner .banner_group .banner {
  display: table;
  max-width: 37.5em;
}
@media only screen and (min-width: 769px) {
  .idx_banner {
    padding-bottom: clamp(80px, 10vw, 120px);
  }
}

.idx06 {
  position: relative;
  z-index: 0;
}
.idx06 .slider_content:not(.slick-slider){opacity: 0;}
.idx06 .idx_slider_for .item picture img {
  border-radius: 8px;
}
.idx06 .idx_slider_nav {
  flex-shrink: 0;
  max-width: 720px;
}
.idx06 .idx_slider_nav .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.idx06 .idx_slider_nav .item picture img {
  filter: grayscale(1);
  opacity: 0.5;
}
.idx06 .idx_slider_nav .item.slick-current picture img {
  filter: grayscale(0);
  opacity: 1;
}
.idx06 .idx_slider_nav .item:hover {
  cursor: pointer;
}
.idx06 .idx_slider_nav .item:hover picture img {
  filter: grayscale(0);
  opacity: 1;
}
.idx06 .idx_slider_content {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1080px;
  margin: 0 auto;
  z-index: 1;
}
.idx06 .idx_slider_content .wrap {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.idx06 .idx_slider_content .ttl {
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 0.5;
  letter-spacing: 0;
  margin-bottom: 0;
}
.idx06 .idx_slider_content .ttl .num {
  font-size: 2.1639em;
}
.idx06 .idx_slider_content .ttl .sm {
  font-size: 0.7705em;
}
.idx06 .idx_slider_content .ttl .lg {
  font-size: 1.1967em;
}
.idx06 .slider_content {
  background: url(../images/ico_item_line.svg) repeat-x bottom left/220px 1px;
}
.idx06 .idx_slider_content .title {
  font-family: var(--f-spr);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6483636364;
}
.idx06 .idx_slider_content .title .sm {
  display: block;
  font-size: 0.5818em;
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgb(var(--clr1-rgb)/0.55);
  margin-bottom: 0.5625em;
}
@media only screen and (min-width: 769px) {
  .idx06 {
    padding-bottom: clamp(80px, 12vw, 134px);
  }
  .idx06 .idx_slider_nav {
    margin: 0 -5px;
    width: 77%;
  }
  .idx06 .idx_slider_nav .item {
    margin: 0 5px;
  }
  .idx06 .idx_slider_nav .item picture img {
    border-radius: 8px;
  }
  .idx06 .idx_slider_content {
    margin-top: -10.8125em;
  }
  .idx06 .idx_slider_content .wrap {
    padding: 4.375em;
  }
  .idx06 .idx_slider_content .ttl {
    font-size: 3.8125em;
  }
  .idx06 .idx_slider_content .txt {
    display: flex;
    justify-content: space-between;
  }
  /* .idx06 .slider_content {
    padding-bottom: 1.4375em;
  } */
  .idx06 .idx_slider_content .txt02 {
    padding-top: 1.5em;
  }
  .idx06 .idx_slider_content .title {
    font-size: 1.7188em;
    max-width: 385px;
    width: 44%;
  }
  .idx06 .idx_slider_content .desc {
    width: 50%;
    max-width: 470px;
    position: relative;
    top: -0.5em;
  }
  .idx06 .idx_slider_content .btn-group {
    width: 22%;
    max-width: 192px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .idx_slider_content .wrap {
    padding: 3em 2em;
  }
  .idx06 .idx_slider_content .txt {
    align-items: center;
  }
  .idx06 .idx_slider_content .desc {width: 53%;}
}

.idx07 {
  position: relative;
  z-index: 0;
}
.idx07 .idx_marquee {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.idx07 .idx_marquee .txt_marquee {
  font-family: var(--f-en);
  font-size: min(230px, 18vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.idx07 .idx_box {
  display: flex;
}
.idx07 .idx_box .box_img picture img {
  border-radius: 8px;
}
.idx07 .idx_box .desc p {
  font-family: var(--f-spr);
  font-size: calc(var(--fs-base) + 2px);
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  color: #000;
}
.idx07 .idx_box .box_name {
  font-family: var(--f-spr);
  font-weight: 500;
}
.idx07 .idx_box .box_name .sub_name {
  font-size: 0.875em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: -1px;
}
.idx07 .idx_box .box_name .name {
  line-height: 1.4;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.idx07 .idx_box .box_name .en {
  position: relative;
  text-transform: uppercase;
  font-size: 0.6667em;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: rgb(var(--clr1-rgb)/0.7);
  margin-left: 0.4167em;
  bottom: 0.1667em;
}
.idx07 .btn-group {
  display: flex;
  justify-content: center;
}
.idx07_bnr{margin-top: 40px;}
@media only screen and (min-width: 769px) {
  .idx07 {
    padding-bottom: calc(round(down, 10vw, 1px) + 20px);
  }
  .idx07 .idx_marquee {
    top: 22.9%;
  }
  .idx07 .wrap_title {
    margin-bottom: 2.875em;
  }
  .idx07 .idx_box {
    justify-content: space-between;
    margin-bottom: 42px;
  }
  .idx07 .idx_box .box_cont {
    width: 52%;
    max-width: 520px;
  }
  .idx07 .idx_box .box_img {
    flex-shrink: 0;
    width: 42%;
    max-width: 410px;
    margin-top: 14px;
  }
  .idx07 .idx_box .desc,
  .idx07 .idx_box .box_name {
    padding-left: 4.9375em;
  }
  .idx07 .idx_box .desc {
    margin-bottom: 17px;
  }
  .idx07 .btn-group {
    gap: 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 .idx_box .desc,
  .idx07 .idx_box .box_name {
    padding-left: 2em;
  }
  .idx07 .wrap_title.st2 h2{font-size: calc(var(--ttl_size) + 0.9vw);}
}

.idx08 {
  position: relative;
  z-index: 0;
  background-color: var(--clr-purple1);
}
.idx08::before, .idx08::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  z-index: -1;
}
.idx08::before {
  aspect-ratio: 10/1;
  top: calc(round(down, 10vw, 1px) * -1 + 1px);
  background: url("../images/idx08_bg_decor1.png") no-repeat center/cover;
}
.idx08::after {
  bottom: 0;
  background: url(../images/idx08_bg_decor2.png) repeat center/1280px 266px;
}
.idx08 .slider_nav .slick-dots {
  --total-item: 5;
  --size-item: calc(100% / var(--total-item));
}
.idx08 .idx_slider .item {
  display: flex;
  flex-direction: column;
  max-width: 515px;
  border-radius: 8px;
  border: 1px solid var(--clr-gray1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.idx08 .idx_slider .img_group {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
.idx08 .idx_slider .img_group::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--clr-gray1);
  z-index: 1;
}
.idx08 .idx_slider .img_group .img {
  position: relative;
  width: calc(50% - 1.5px);
  max-width: 256px;
}
.idx08 .idx_slider .img_group .img::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.4444em;
  height: 1.8889em;
  font-family: var(--f-en);
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
  top: 0;
}
.idx08 .idx_slider .img_group .img_before::before {
  content: "before";
  background-color: var(--clr1);
  border-bottom-right-radius: 8px;
  left: 0;
}
.idx08 .idx_slider .img_group .img_after::before {
  right: 0;
  content: "after";
  background-color: var(--clr2);
  border-bottom-left-radius: 8px;
}
.idx08 .idx_slider .btn {
  height: 5.4em;
}
.idx08 .idx_slider .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  font-family: var(--f-en);
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: var(--clr1);
}
.idx08 .idx_slider .btn a > span {
  position: relative;
  padding-right: 0.3636em;
}
.idx08 .idx_slider .btn a > span::after {
  content: "";
  position: absolute;
  width: 0.3636em;
  height: 0.3636em;
  top: 0.3182em;
  right: -0.6364em;
  --mask: url("../images/ico_arrow2.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;
  background-color: currentColor;
}
.idx08 .idx_slider .btn a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx08 {
    padding: 74px 0 clamp(80px, 8vw, 100px);
  }
  .idx08::after {
    aspect-ratio: 1280/266;
    max-height: 266px;
  }
  .idx08 .wrap_title {
    position: relative;
    width: fit-content;
  }
  .idx08 .wrap_title .en {
    line-height: 0.9616666667;
    margin-bottom: 0;
  }
  .idx08 .wrap_title h2 {
    position: absolute;
    bottom: 1.1em;
    right: 1.4em;
  }
  .idx08 .idx_heading {
    display: grid;
    grid-template-columns: 30% 47.6% 18.8%;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3.625em;
  }
  .idx08 .slider_nav {
    margin-bottom: 1.1875em;
    gap: 10px;
  }
  .idx08 .slider_nav .slider_dots {
    width: 86%;
    max-width: 359px;
  }
  .idx08 .btn-group {
    margin-bottom: 14px;
  }
  .idx08 .btn-group .btn {
    margin-left: auto;
  }
  .idx08 .idx_slider {
    font-size: 0.625em;
  }
  .idx08 .idx_slider .item {
    margin: 0 25px;
  }
  .idx08 .idx_slider .btn a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .idx08 .idx_slider .item {
    margin: 0 10px;
    width: calc(50vw - 25px);
  }
}

.idx09 {
  position: relative;
  background-color: #fff;
}
.idx09 .idx_box {
  position: relative;
}
.idx09 .box_news {
  position: relative;
}
.idx09 .box_news .news ul li {
  position: relative;
}
.idx09 .box_news .news ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: url("../images/ico_item_line.svg") repeat-x center/220px 1px;
}
.idx09 .box_news .news ul li:last-child a {
  padding-bottom: 0;
}
.idx09 .box_news .news ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  text-decoration: none;
  z-index: 0;
  transition: all 0.3s ease;
}
.idx09 .box_news .news ul li a .date {
  display: block;
  font-family: var(--f-en);
  font-size: 1.1429em;
  font-weight: 400;
  letter-spacing: 0;
  color: rgb(var(--clr1-rgb)/0.6);
  margin-bottom: 1px;
}
.idx09 .box_news .news ul li a .title {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  color: var(--clr1);
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 2em;
  white-space: nowrap;
}
.idx09 .box_news .news ul li a .title::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: calc(50% - 0.25em);
  right: 0;
  --mask: url("../images/ico_arrow.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;
  background-color: var(--main-color);
}
.idx09 .box_news .btn_news a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--f-en);
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0.0909em 0.9545em 0.2727em 0.1364em;
  color: var(--clr1);
  z-index: 0;
}
.idx09 .box_news .btn_news a::before, .idx09 .box_news .btn_news a::after {
  content: "";
  position: absolute;
}
.idx09 .box_news .btn_news a::before {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: url(../images/ico_item_line.svg) repeat-x center/220px 1px;
}
.idx09 .box_news .btn_news a::after {
  width: 0.3636em;
  height: 0.3636em;
  top: calc(50% - 0.3182em);
  right: 0;
  --mask: url("../images/ico_arrow2.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;
  background-color: currentColor;
}
@media only screen and (min-width: 769px) {
  .idx09 {
    padding: clamp(80px, 8vw, 94px) 0 clamp(80px, 8vw, 99px);
  }
  .idx09 .wrap_title {
    margin-bottom: 0.5625em;
  }
  .idx09 .wrap_title .en {
    font-size: clamp(35px, 4vw, 50px) !important;
  }
  .idx09 .idx_box {
    display: flex;
    justify-content: space-between;
  }
  .idx09 .idx_box::before {
    content: "";
    position: absolute;
    background: var(--clr-gray1);
    width: 1px;
    height: 100%;
    top: 7px;
    right: 50%;
    transform: translateX(-50%);
  }
  .idx09 .box_news {
    width: 45%;
    max-width: 470px;
  }
  .idx09 .box_news .news a {
    padding: 1.7857em 0;
  }
  .idx09 .box_news .news a:hover {
    opacity: 1;
  }
  .idx09 .box_news .news a:hover .date,
  .idx09 .box_news .news a:hover .title {
    color: var(--main-color);
  }
  .idx09 .box_news .btn_news {
    font-size: min(1vw, 10px);
    position: absolute;
    top: 0;
    right: 0;
  }
  .idx09 .box_news .btn_news a:hover {
    opacity: 1;
    color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx09 .idx_box {
    padding: 0 20px;
  }
}

.idx_gallery {
  position: relative;
  background-color: #fff;
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list picture {
  max-width: clamp(220px, 45vw, 544px);
  margin: 0 6px;
}
.idx_gallery .list picture img {
  border-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .idx_gallery {
    padding-bottom: clamp(80px, 8vw, 100px);
  }
}

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