.home_page .key {
  position: relative;
  z-index: 6;
  --height: 56vw;
  --min-height: 550px;
  --max-height: 940px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.8vw, 10px);
  background: url(../images/idx_key_bg.jpg) no-repeat center/cover;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:first-child {
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:not(:first-child) {
  display: none;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .inner {
  margin-left: 0;
}
.home_page .key .catch {
  max-width: 110em;
  padding: 0 85px 18.5em;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  margin-bottom: 0;
  font-size: 4.5em;
  line-height: 1.97778;
}
.home_page .key p {
  font-size: 2em;
}
.home_page .key .key_scroll {
  position: absolute;
  left: 50%;
  bottom: 5em;
  display: table;
  min-width: 5.8em;
  min-height: 3.4em;
  transform: translateX(-50%);
  font-size: clamp(8px, 0.7vw, 10px);
}
.home_page .key .key_scroll a {
  display: table;
  font-size: 1.4em;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-align: center;
  font-family: var(--f-en);
}
.home_page .key .key_scroll a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  bottom: -1px;
  left: 0;
  right: 0;
  padding-top: 2.1429em;
  margin: 0 auto;
  width: 1em;
  height: 0.6429em;
  background: url(../images/idx_key_scroll.svg) no-repeat center bottom/100% auto;
}
.home_page .key .key_filter {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.home_page .key .key_filter .item {
  position: absolute;
  inset: 0;
}
.home_page .key .key_filter .item_sd {
  z-index: 3;
  background: url(../images/key_filter_sd_bg.png) no-repeat center bottom/100% auto;
}
.home_page .key .key_filter .id_filter_cl {
  z-index: 2;
  background-color: var(--main-color);
  opacity: 0.2;
}
.home_page .key .key_filter .item_pattern {
  z-index: 1;
  background: url(../images/idx_key_filter_pattern.png) repeat left top/1920px auto;
}
.home_page .key .float_banner {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 20px;
  font-size: min(0.9vw, 10px);
  transition: all 0.3s ease;
}
.home_page .key .float_banner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: #9b8062;
  opacity: 0;
}
.home_page .key .float_banner a {
  display: table;
  border-radius: 0 10px 10px 0;
}
.home_page .key .float_banner img {
  border-radius: inherit;
  position: relative;
  z-index: 2;
  max-width: 24.9em;
}
.home_page .key .float_banner.active {
  position: fixed;
  bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .home_page .key .float_banner:hover::after {
    opacity: 1;
  }
}
.home_page .topic_path {
  display: none;
}
.home_page .box_title_h3.white .h_en {
  color: white;
}
.home_page .box_title_h3.white h3 {
  color: white;
}
@media only screen and (min-width: 769px) {
  .home_page .box_title_h3.center {
    text-align: center;
  }
  .home_page .box_title_h3.center .en {
    margin-left: auto;
    margin-right: auto;
  }
}
.home_page .h_en {
  position: relative;
  z-index: 1;
  display: table;
  padding-left: 40px;
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--clr2);
}
.home_page .h_en::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: -0.125em;
  width: 1.875em;
  height: 1.5625em;
  background: url(../images/idx04_h3_ico.svg) no-repeat center/cover;
}
.home_page .h_en.dis-icon {
  padding-left: 0;
}
.home_page .h_en.dis-icon::before {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 55px;
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main-color);
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key .catch {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) and (max-height: 800px) {
  .home_page .key {
    font-size: clamp(6px, 1.5vmin, 7px);
    --max-height: calc(100vh - 30px);
  }
  .home_page .key .float_banner {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (max-height: 800px) {
  .home_page .key .float_banner {
    font-size: 1em;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.loop_wrap {
  display: flex;
}
.loop_wrap .text {
  animation: 30s loop 0s linear infinite;
  will-change: transform;
  white-space: nowrap;
}
.ttl_frame {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0.7778em 1.3889em 0.7222em;
  border: 1px solid var(--main-color);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--main-color);
}
@media only screen and (max-width: 1024px) {
  .ttl_frame {
    font-size: 16px;
  }
}

.idx_box_catch.st_cl01 {
  --cl-mode-main: #4AB456;
  --cl-mode-bg-ttl-video: #237B1C;
  --cl-mode-bg-below-video: #CFE29E;
  --cl-mode-bg-box-catch: #F6F9EE;
}
.idx_box_catch.st_cl01 .TabContent .content {
  border-top-left-radius: 0;
}
.idx_box_catch.st_cl02 {
  --cl-mode-main: #F08100;
  --cl-mode-bg-ttl-video: #984600;
  --cl-mode-bg-below-video: #F8E3B6;
  --cl-mode-bg-box-catch: #FAF6E7;
}
.idx_box_catch.st_cl02 .TabContent .content {
  border-top-right-radius: 0;
}

.idx_box_catch {
  --size-radius-30: 30px;
  --size-radius-20: 20px;
  --size-padding: 100px;
  --size-w-border-video: 5px;
  padding: 0 var(--size-padding) var(--size-padding);
  border-radius: var(--size-radius-30);
  background-color: var(--cl-mode-bg-box-catch);
}
.idx_box_catch .box_title_h3 {
  position: relative;
  z-index: 2;
  padding-top: 68px;
  padding-bottom: 65px;
  margin-bottom: 55px;
}
.idx_box_catch .box_title_h3::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--size-radius-30) var(--size-radius-30) 0 0;
  background-color: var(--cl-mode-main);
}
.idx_box_catch .box_title_h3 h3 {
  margin-bottom: 0;
}
.idx_box_catch .TabContent .content {
  border-radius: var(--size-radius-20);
}
.idx_box_catch .idx_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx_box_catch .idx_box .btn-group {
  margin-top: 39px;
}
.idx_box_catch .idx_box .btn-group .btn {
  max-width: 310px;
}
.idx_box_catch .idx_box .ct_area {
  max-width: 689px;
}
.idx_box_catch .idx_box .box_ct {
  position: relative;
  z-index: 2;
}
.idx_box_catch .idx_box .box_ct_catch {
  max-width: 800px;
}
.idx_box_catch .idx_box .box_video {
  position: relative;
  z-index: 3;
  padding-top: 90px;
  padding-bottom: 72px;
  padding-left: clamp(30px, 2.7vw, 50px);
  max-width: 608px;
}
.idx_box_catch .idx_box .box_video::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100%;
  border-radius: var(--size-radius-20);
  background-color: var(--cl-mode-bg-below-video);
}
.idx_box_catch .idx_box .box_video .video_ttl {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 1.7222em 5px;
  min-width: 13.2778em;
  min-height: 3.1667em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: white;
  background-color: var(--cl-mode-bg-ttl-video);
}
@media only screen and (max-width: 1024px) {
  .idx_box_catch .idx_box .box_video .video_ttl {
    font-size: 16px;
  }
}
.idx_box_catch .idx_box .box_video .video-wrapper {
  position: relative;
  z-index: 1;
  max-width: 558px;
  padding-bottom: calc(56.25% - var(--size-w-border-video) * 2);
  border-radius: 10px;
  border: var(--size-w-border-video) solid white;
}
.idx_box_catch .idx_box.video_left .video_ttl {
  right: 0;
  border-radius: 0 var(--size-radius-20) 0 var(--size-radius-20);
}
.idx_box_catch .idx_box.video_left .box_video::before {
  right: 0;
}
.idx_box_catch .idx_box.video_right .video_ttl {
  left: 0;
  border-radius: var(--size-radius-20) 0 var(--size-radius-20) 0;
}
.idx_box_catch .idx_box.video_right .box_video::before {
  left: 0;
}

.idx_box_catch .TabContainer {
  margin-top: -17px;
}
.idx_box_catch .card_gr {
  font-size: min(0.75vw, 10px);
  justify-content: flex-start;
}
.idx_box_catch .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2em 2em 2em 3em;
  max-width: 400px;
  min-height: 12em;
  border-radius: 10px;
  transition: var(--value-transition);
  background-color: #F7F7F7;
}
.idx_box_catch .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 2.5em;
  top: 0;
  width: 9em;
  height: 100%;
  background: no-repeat right center/100% auto;
}
.idx_box_catch .card_gr .card .card_ttl {
  position: relative;
  z-index: 1;
  display: table;
  max-width: calc(100% - 2em);
  min-width: 10px;
  padding-right: 2.15em;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.idx_box_catch .card_gr .card .card_ttl::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 1.3333em;
  height: 1.3333em;
  background: url(../images/idx_box_catch_card_ttl_ico01.png) no-repeat left 49% center/0.8333em auto;
  background-color: white;
  opacity: 0;
}
.idx_box_catch .card_gr .card .card_ttl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.6667em;
  height: 1.6667em;
  border-radius: 50%;
  background: url(../images/idx_box_catch_card_arr_ico.png) no-repeat left 52% top 49%/0.4167em auto;
  background-color: var(--cl-mode-main);
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr {
    --size-mg: 1em;
  }
  .idx_box_catch .card_gr .card:hover::after {
    opacity: 0;
  }
  .idx_box_catch .card_gr .card:hover .card_ttl {
    min-width: 100%;
    max-width: 100%;
    padding-left: 2.1667em;
  }
  .idx_box_catch .card_gr .card:hover .card_ttl::before {
    opacity: 1;
  }
}
.idx_box_catch .card_gr.gr01 .c1::after {
  width: 6.5em;
}
.idx_box_catch .card_gr.gr01 .c2::after {
  width: 6.9em;
}
.idx_box_catch .card_gr.gr01 .c3::after {
  width: 5.7em;
}
.idx_box_catch .card_gr.gr01 .c4::after {
  width: 7.3em;
}
.idx_box_catch .card_gr.gr01 .c5::after {
  width: 6.35em;
}
.idx_box_catch .card_gr.gr01 .c6::after {
  width: 5.2em;
}
.idx_box_catch .card_gr.gr01 .c1::after {
  background-image: url(../images/idx06_gr01_card_ico01.png);
}
.idx_box_catch .card_gr.gr01 .c2::after {
  background-image: url(../images/idx06_gr01_card_ico02.png);
}
.idx_box_catch .card_gr.gr01 .c3::after {
  background-image: url(../images/idx06_gr01_card_ico03.png);
}
.idx_box_catch .card_gr.gr01 .c4::after {
  background-image: url(../images/idx06_gr01_card_ico04.png);
}
.idx_box_catch .card_gr.gr01 .c5::after {
  background-image: url(../images/idx06_gr01_card_ico05.png);
}
.idx_box_catch .card_gr.gr01 .c6::after {
  background-image: url(../images/idx06_gr01_card_ico06.png);
}
.idx_box_catch .card_gr.gr02 .c1::after {
  width: 7.3em;
}
.idx_box_catch .card_gr.gr02 .c2::after {
  width: 8.9em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr02 .c2::after {
    right: 2em;
    top: 0.3em;
  }
}
.idx_box_catch .card_gr.gr02 .c3::after {
  width: 7.25em;
}
.idx_box_catch .card_gr.gr02 .c4::after {
  width: 7.25em;
}
.idx_box_catch .card_gr.gr02 .c5::after {
  width: 7.25em;
}
.idx_box_catch .card_gr.gr02 .c6::after {
  width: 5.2em;
}
.idx_box_catch .card_gr.gr02 .c1::after {
  background-image: url(../images/idx06_gr02_card_ico01.png);
}
.idx_box_catch .card_gr.gr02 .c2::after {
  background-image: url(../images/idx06_gr02_card_ico02.png);
}
.idx_box_catch .card_gr.gr02 .c3::after {
  background-image: url(../images/idx06_gr02_card_ico03.png);
}
.idx_box_catch .card_gr.gr02 .c4::after {
  background-image: url(../images/idx06_gr02_card_ico04.png);
}
.idx_box_catch .card_gr.gr02 .c5::after {
  background-image: url(../images/idx06_gr02_card_ico05.png);
}
.idx_box_catch .card_gr.gr03 .c1::after {
  width: 4.9em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr03 .c1::after {
    right: 3.1em;
    top: 0.2em;
  }
}
.idx_box_catch .card_gr.gr03 .c2::after {
  width: 6.2em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr03 .c2::after {
    right: 2.3em;
    top: 0.2em;
  }
}
.idx_box_catch .card_gr.gr03 .c3::after {
  width: 7em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr03 .c3::after {
    right: 2.8em;
  }
}
.idx_box_catch .card_gr.gr03 .c4::after {
  width: 7.4em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr03 .c4::after {
    right: 2.8em;
  }
}
.idx_box_catch .card_gr.gr03 .c1::after {
  background-image: url(../images/idx06_gr03_card_ico01.png);
}
.idx_box_catch .card_gr.gr03 .c2::after {
  background-image: url(../images/idx06_gr03_card_ico02.png);
}
.idx_box_catch .card_gr.gr03 .c3::after {
  background-image: url(../images/idx06_gr03_card_ico03.png);
}
.idx_box_catch .card_gr.gr03 .c4::after {
  background-image: url(../images/idx06_gr03_card_ico04.png);
}
.idx_box_catch .card_gr.gr04 .c1::after {
  width: 6.3em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr04 .c1::after {
    right: 2.9em;
  }
}
.idx_box_catch .card_gr.gr04 .c2::after {
  width: 6.4em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr04 .c2::after {
    right: 2.9em;
  }
}
.idx_box_catch .card_gr.gr04 .c3::after {
  width: 6.55em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr04 .c3::after {
    right: 3em;
  }
}
.idx_box_catch .card_gr.gr04 .c4::after {
  width: 7.1em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr04 .c4::after {
    right: 3em;
  }
}
.idx_box_catch .card_gr.gr04 .c5::after {
  width: 6.7em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr04 .c5::after {
    right: 2.7em;
  }
}
.idx_box_catch .card_gr.gr04 .c6::after {
  width: 6.55em;
}
@media only screen and (min-width: 769px) {
  .idx_box_catch .card_gr.gr04 .c6::after {
    right: 2.6em;
    top: 0.2em;
  }
}
.idx_box_catch .card_gr.gr04 .c1::after {
  background-image: url(../images/idx06_gr04_card_ico01.png);
}
.idx_box_catch .card_gr.gr04 .c2::after {
  background-image: url(../images/idx06_gr04_card_ico02.png);
}
.idx_box_catch .card_gr.gr04 .c3::after {
  background-image: url(../images/idx06_gr04_card_ico03.png);
}
.idx_box_catch .card_gr.gr04 .c4::after {
  background-image: url(../images/idx06_gr04_card_ico04.png);
}
.idx_box_catch .card_gr.gr04 .c5::after {
  background-image: url(../images/idx06_gr04_card_ico05.png);
}
.idx_box_catch .card_gr.gr04 .c6::after {
  background-image: url(../images/idx06_gr04_card_ico06.png);
}

@media only screen and (min-width: 769px) {
  .idx_box_catch {
    --size-w-box-video: 608px;
    position: relative;
    z-index: 1;
  }
  .idx_box_catch .box_title_h3 {
    width: 100%;
  }
  .idx_box_catch .box_title_h3::before {
    width: calc(100% + var(--size-w-box-video) + var(--size-padding) * 2 + 40px);
  }
  .idx_box_catch .idx_box {
    align-items: flex-start;
  }
  .idx_box_catch .idx_box .btn-group {
    justify-content: flex-start;
  }
  .idx_box_catch .idx_box .box_ct {
    width: calc(100% - var(--size-w-box-video) - 40px);
    padding-bottom: 70px;
  }
  .idx_box_catch .idx_box .box_video {
    margin-top: 100px;
    width: var(--size-w-box-video);
  }
  .idx_box_catch .idx_box.video_left {
    flex-direction: row-reverse;
  }
  .idx_box_catch .idx_box.video_left .box_title_h3 {
    text-align: right;
  }
  .idx_box_catch .idx_box.video_left .box_title_h3::before {
    left: auto;
    right: calc(var(--size-padding) * -1);
  }
  .idx_box_catch .idx_box.video_left .box_title_h3 .en {
    margin-left: auto;
    margin-right: 4px;
  }
  .idx_box_catch .idx_box.video_left .box_title_h3 .content {
    position: relative;
    right: -24px;
  }
  .idx_box_catch .idx_box.video_left .box_ct_catch {
    margin-left: auto;
    margin-right: 0;
    max-width: 700px;
  }
  .idx_box_catch .idx_box.video_left .box_video {
    padding-left: 0;
    padding-right: clamp(30px, 2.7vw, 50px);
  }
  .idx_box_catch .idx_box.video_right .box_title_h3 .content {
    position: relative;
    left: -20px;
  }
  .idx_box_catch .idx_box.video_right .box_title_h3::before {
    left: calc(var(--size-padding) * -1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx_box_catch .card_gr {
    font-size: min(0.75vw, 9px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx_box_catch {
    --size-w-box-video: 37vw;
    --size-padding: clamp(40px, 4.5vw, 60px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_box_catch {
    --size-padding: 30px;
  }
  .idx_box_catch .idx_box .box_video {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .idx_box_catch .box_title_h3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .idx_box_catch .idx_box.video_left .box_title_h3 .content {
    right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx_box_catch .card_gr .card::after {
    right: 2em;
    font-size: 0.9em;
  }
}
.idx_decor {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: min(0.7vw, 10px);
}
.idx_decor .item {
  position: absolute;
  z-index: -1;
  display: block;
  background: no-repeat center/cover;
}

.idx01 {
  padding: 60px 20px;
  background-color: var(--main-color);
}
.idx01 .card_gr {
  font-size: min(0.7vw, 10px);
}
.idx01 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.9em 2em 2em;
  max-width: 520px;
  min-height: 29em;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
  transition: var(--value-transition);
}
.idx01 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 1.5em;
  border-radius: 10px;
  border: 1px solid white;
  opacity: 0.5;
}
.idx01 .card_gr .card .card_ttl {
  margin-bottom: 0.76em;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: white;
}
.idx01 .card_gr .card .card_ttl .en {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--clr3);
}
.idx01 .card_gr .card .card_arr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  background-color: var(--main-color);
  transition: var(--value-transition);
}
.idx01 .card_gr .card .card_arr > p {
  min-height: 2.1429em;
  min-width: 2.1429em;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: white;
  background: url(../images/idx01_card_arr_icon.png) no-repeat center bottom/0.8571em auto;
}
.idx01 .card_gr .card .card_bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: inherit;
}
.idx01 .card_gr .card .card_bg::before, .idx01 .card_gr .card .card_bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.idx01 .card_gr .card .card_bg::before {
  z-index: 1;
  background-color: #002D43;
  opacity: 0.7;
}
.idx01 .card_gr .card .card_bg::after {
  z-index: 0;
  background: no-repeat center/cover;
  transform-origin: center;
}
.idx01 .card_gr .card .link {
  border-radius: inherit;
}
.idx01 .card_gr .card .link a {
  z-index: 2;
  border-radius: inherit;
}
.idx01 .card_gr .c1 .card_bg::after {
  background-image: url(../images/idx01_card_bg1.jpg);
}
.idx01 .card_gr .c2 .card_bg::after {
  background-image: url(../images/idx01_card_bg2.jpg);
}
.idx01 .card_gr .c3 .card_bg::after {
  background-image: url(../images/idx01_card_bg3.jpg);
}
@media only screen and (min-width: 769px) {
  .idx01 .card_gr .card:hover .card_bg::after {
    transform: scale(1.1);
  }
}

@media only screen and (min-width: 769px) {
  .idx01 .inner_max {
    max-width: 1642px;
  }
  .idx01 .card_gr {
    --size-mg: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .card_gr .card .card_ttl .en {
    font-size: 12px;
  }
}
.idx02 {
  padding: 108px 0 110px;
  background-color: #F9F6EE;
}
.idx02 .content {
  position: relative;
  align-items: inherit;
}
.idx02 .content .box {
  width: 50%;
  max-width: 470px;
}
.idx02 .content li {
  width: 100%;
  margin-bottom: 32px;
}
.idx02 .content li:last-child {
  margin-bottom: 0;
}
.idx02 .content li a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  color: var(--clr1);
}
.idx02 .content li a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: -5px;
  width: 0;
  height: calc(100% + 10px);
  background-color: var(--main-color);
}
.idx02 .content li a:hover {
  opacity: 1;
  color: var(--clr2);
}
.idx02 .content li a:hover .title {
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx02 .content li a:hover {
    padding-left: 10px;
  }
  .idx02 .content li a:hover::before {
    width: 100%;
  }
  .idx02 .content li a:hover .date {
    color: white;
  }
  .idx02 .content li a:hover .title {
    color: white;
  }
}
.idx02 .content li a .date {
  display: table;
  width: 100%;
  margin-bottom: 8px;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--clr2);
  transition: var(--value-transition);
}
.idx02 .content li a .title {
  padding-right: 2em;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: var(--value-transition);
}

@media only screen and (min-width: 769px) {
  .idx02 .h_en {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .idx02 h3 {
    margin-bottom: 47px;
    font-size: var(--ttl_size);
  }
  .idx02 .box {
    position: relative;
  }
  .idx02 .content::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: calc(100% - 5px);
    background-color: var(--clr2);
    opacity: 0.5;
  }
  .idx02 .content .btn-group {
    position: absolute;
    right: 0px;
    top: 12px;
    z-index: 1;
    width: 50%;
    max-width: 180px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .content .box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .idx02 .content li a .title {
    max-width: 320px;
  }
  .idx02 .content .btn-group {
    right: 20px;
  }
  .idx02 .content .btn-group .btn-news {
    margin-right: 0;
    margin-left: auto;
    min-width: 130px;
  }
}
.idx03 {
  padding: 0 0 120px;
  background-color: #F9F6EE;
}
.idx03 .idx_logo {
  margin-bottom: 28px;
}
.idx03 .infor_tel {
  margin-bottom: 10px;
}
.idx03 .infor_address {
  margin-bottom: 44px;
}
.idx03 .infor_traffic {
  margin-bottom: 30px;
}
.idx03 .box_yt {
  margin-bottom: 66px;
}

.idx03 .idx_box {
  padding: clamp(70px, 5.3vw, 100px);
  border-radius: 30px;
  background-color: white;
}
.idx03 .idx_box .btn-group {
  margin-top: 25px;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box {
    --size-w-box-l: 51%;
  }
  .idx03 .idx_box .box_l {
    width: var(--size-w-box-l);
    max-width: 700px;
  }
  .idx03 .idx_box .box_r {
    width: calc(100% - var(--size-w-box-l) - 30px);
    max-width: 630px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .idx03 .idx_map {
    height: 350px;
  }
}
.idx04 {
  padding: 120px 40px 120px;
}
.idx04 .en-big {
  color: var(--clr2);
  opacity: 0.1;
}
.idx04 .box_name {
  position: absolute;
  left: 0;
  bottom: 7.4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 2.3em 1em 1em;
  min-width: 23.9em;
  min-height: 8.9em;
  border-radius: 0 20px 20px 0;
  background-color: white;
  font-size: min(0.85vw, 10px);
}
.idx04 .box_name .name_jp {
  display: flex;
  align-items: center;
  font-size: 2.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  color: var(--main-color);
}
.idx04 .box_name .name_jp .pos {
  position: relative;
  top: 2px;
  margin-right: 0.9474em;
  font-size: 0.7037em;
  color: var(--clr2);
  letter-spacing: 0.05em;
}
.idx04 .banner_gr {
  margin-top: 60px;
}
.idx04 .banner_gr .banner {
  display: table;
}
.idx04 .idx_box .btn-group {
  margin-top: 49px;
}
.idx04 .idx_box .box_pic {
  position: relative;
  z-index: 1;
  max-width: 530px;
}
.idx04 .idx_box .box_pic::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  right: -10.8em;
  bottom: -9.2em;
  width: 31.6em;
  height: 31.5em;
  font-size: min(0.55vw, 10px);
  background: url(../images/idx04_logo.svg) no-repeat center/cover;
}
.idx04 .idx_box .box_pic::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 19%;
  top: 40px;
  width: 100vw;
  height: 100%;
  border-bottom-left-radius: 30px;
  background-color: #F9F6EE;
}
.idx04 .idx_box .box_pic picture img {
  border-radius: 30px;
}

@media only screen and (min-width: 769px) {
  .idx04 {
    position: relative;
    z-index: 1;
  }
  .idx04 .en-big {
    position: absolute;
    z-index: -1;
    left: -0.1581em;
    top: 114px;
  }
  .idx04 h3 {
    margin-bottom: 34px;
  }
  .idx04 .idx_box {
    --size-w-box-pic: 40%;
    align-items: flex-start;
  }
  .idx04 .idx_box .btn-group {
    justify-content: flex-start;
  }
  .idx04 .idx_box .box_ct {
    width: calc(100% - var(--size-w-box-pic) - 40px);
    padding-top: 2px;
  }
  .idx04 .idx_box .box_pic {
    width: var(--size-w-box-pic);
  }
}
@media only screen and (min-width: 1921px) {
  .idx04 .en-big {
    left: calc((100vw - 1920px) / 2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx04 .idx_box .box_pic::before {
    right: -50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx04 .idx_box .box_ct p br {
    display: none;
  }
}
.idx05 {
  position: relative;
  z-index: 1;
  padding: 122px 0 110px;
}
.idx05::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(400px, 32.7vw, 627px);
  background: no-repeat center bottom/cover;
  background-color: #F9F6EE;
}
.idx05 .loop_wrap {
  position: relative;
  z-index: -1;
  left: 0;
}
.idx05 .loop_wrap .en-big {
  margin-top: -0.3674em;
  margin-bottom: -0.2372em;
}
.idx05 .en-big {
  color: white;
  opacity: 0.6;
}
.idx05 .card_gr {
  font-size: min(1vw, 10px);
}
.idx05 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5.8em 6em 6em 6em;
  max-width: 690px;
  min-height: 386px;
  border-radius: 20px;
  overflow: hidden;
}
.idx05 .card_gr .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #262626;
  opacity: 0.5;
}
.idx05 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: no-repeat center/cover;
}
.idx05 .card_gr .card .card_ttl {
  margin-bottom: 0.96em;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: white;
}
.idx05 .card_gr .card .card_ttl .en {
  display: block;
  margin-bottom: 2px;
  color: var(--clr3);
  font-size: clamp(12px, 0.56em, 14px);
  letter-spacing: 0.05em;
}
.idx05 .card_gr .card p {
  color: white;
}
.idx05 .card_gr .card .card_ct_area {
  margin-bottom: 2em;
}
.idx05 .card_gr .card .card_ct_area p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .idx05 .card_gr .card .card_ct_area p {
    font-size: 14px;
  }
}
.idx05 .card_gr .card .btn-group {
  margin-top: auto;
  font-size: 1em;
}
.idx05 .card_gr .card .btn-group .btn-news {
  min-width: 18em;
}
.idx05 .card_gr .card .link {
  border-radius: inherit;
}
.idx05 .card_gr .card .link a {
  border-radius: inherit;
}
.idx05 .card_gr .c1::after {
  background-image: url(../images/idx05_card_bg1.jpg);
}
.idx05 .card_gr .c2::after {
  background-image: url(../images/idx05_card_bg2.jpg);
}
.idx05 .card_gr .c3::after {
  background-image: url(../images/idx05_card_bg3.jpg);
}
.idx05 .card_gr .c4::after {
  background-image: url(../images/idx05_card_bg4.jpg);
}
@media only screen and (min-width: 769px) {
  .idx05 .card_gr {
    --size-mg: 1em;
  }
  .idx05 .card_gr .card:hover::after {
    transform: scale(1.1);
  }
  .idx05 .card_gr .card:hover .btn-group .btn-news a {
    color: white;
    background-color: var(--clr3-hv);
  }
}

@media only screen and (min-width: 769px) {
  .idx05::before {
    background-image: url(../images/idx05_bg.jpg);
  }
  .idx05 h3 {
    margin-bottom: 29px;
  }
}
.idx07 {
  padding: 40px 0 70px;
}

.idx08 {
  position: relative;
  z-index: 1;
  padding-bottom: 112px;
}
.idx08 h3 {
  z-index: 3;
}
.idx08 .en-big {
  opacity: 0.6;
  color: #F9F6EE;
}
.idx08 .loop_wrap {
  position: relative;
  z-index: 1;
  margin-top: -42px;
}
.idx08 .idx_decor {
  z-index: 2;
}
.idx08 .idx_decor .item {
  width: 30em;
  height: 30em;
  border-radius: 50%;
}
.idx08 .idx_decor .item01 {
  top: 16px;
  left: -89px;
  width: 48em;
  height: 48em;
}
.idx08 .idx_decor .item02 {
  top: 12px;
  right: -7.2em;
  width: 56.9em;
  height: 56.9em;
}
.idx08 .idx_decor .item03 {
  bottom: 149px;
  left: calc((100% - 580px) / 4 - 1em);
}
.idx08 .idx_decor .item01 {
  background-image: url(../images/idx08_decor01.png);
}
.idx08 .idx_decor .item02 {
  background-image: url(../images/idx08_decor02.png);
}
.idx08 .idx_decor .item03 {
  background-image: url(../images/idx08_decor03.png);
}
.idx08 .idx_box_ct {
  position: relative;
  z-index: 3;
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
}
.idx08 .idx_box_ct p {
  text-align: center;
}
.idx08 .btn-group {
  position: relative;
  z-index: 3;
  margin-top: 64px;
}
@media only screen and (min-width: 769px) {
  .idx08 {
    padding-top: 163px;
  }
  .idx08 h3 {
    margin-bottom: 64px;
  }
  .idx08 .idx_decor {
    right: 0;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx08 .btn-group .btn a {
    padding-left: 2.4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx08 .idx_decor {
    font-size: 0.55vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx08 {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .idx08 h3 {
    margin-bottom: 40px;
  }
  .idx08 h3 .br_auto {
    display: block;
  }
  .idx08 .idx_decor .item03 {
    bottom: 100px;
  }
  .idx08 .idx_box_ct {
    max-width: 500px;
  }
}
.idx09 {
  position: relative;
  z-index: 1;
  background-color: var(--main-color);
  overflow: hidden;
}
.idx09 .en-big {
  color: white;
  opacity: 0.1;
}
.idx09 .loop_wrap {
  position: absolute;
  z-index: 2;
  bottom: 50px;
}
.idx09 .loop_wrap .text {
  animation: 15s loop 0s linear infinite;
}
.idx09 .idx_box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.idx09 .idx_box .btn-group {
  margin-top: 50px;
}
.idx09 .idx_box .item_pic_gr:not(.slick-initialized) {
  display: flex;
}
.idx09 .idx_box .item_pic_gr:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.idx09 .idx_box .item_pic_gr:not(.slick-initialized) .item:first-child {
  display: block;
}
.idx09 .idx_box .item_pic_gr .item picture {
  position: relative;
  z-index: 1;
}
.idx09 .idx_box .item_pic_gr .item picture::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center top/cover;
}
.idx09 .idx_box .item_pic_gr .item picture::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #002D43;
  opacity: 0.34;
}
.idx09 .idx_box .item_pic_gr .item picture img {
  opacity: 0;
}
.idx09 .idx_box .item_pic_gr .item01 picture::before {
  background-image: url(../images/idx09_img01.jpg);
}
.idx09 .idx_box .item_pic_gr .item02 picture::before {
  background-image: url(../images/idx09_img02.jpg);
}
.idx09 .idx_box .item_pic_gr .item03 picture::before {
  background-image: url(../images/idx09_img03.jpg);
}
.idx09 .idx_box .item_pic_gr .item04 picture::before {
  background-image: url(../images/idx09_img04.jpg);
}
.idx09 .idx_box .thumbnail-list-gr {
  --size-w-point: 7em;
  font-size: min(0.9vw, 10px);
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2em 8.5em 2em 3.4em;
  width: 100%;
  max-width: 72em;
  min-height: 12em;
  border-radius: 10px;
  cursor: pointer;
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 3em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: url(../images/idx09_thumbnail_item_arr.png) no-repeat center/0.85em auto;
  background-color: white;
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item:not(:last-child) {
  margin-bottom: 10px;
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item p {
  color: white;
  transition: var(--value-transition);
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item .item-point {
  position: relative;
  top: 1.4em;
  align-self: flex-start;
  margin-bottom: 0;
  width: var(--size-w-point);
  font-weight: 500;
  line-height: 1;
  font-family: var(--f-en);
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item .item-point .txt {
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item .item-point .num {
  display: block;
  margin-top: 0.1026em;
  font-size: 3.9em;
  letter-spacing: 0.05em;
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item .item_ct {
  padding-left: 1.1em;
  width: calc(100% - var(--size-w-point));
  flex-grow: 1;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666667;
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item.thumbnail-current::before {
  border-color: white;
}
.idx09 .idx_box .thumbnail-list-gr .thumbnail-item.item01 .item_ct {
  max-width: 560px;
}
.idx09 .idx_box .box_pic {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .idx09 {
    --size-padding-top: clamp(100px, 8vw, 150px);
    --size-w-box-pic: min(42.5vw, 810px);
    --size-space: calc(var(--size-padding-top) - 20px);
  }
  .idx09 .box_title_h3 {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 3%;
    width: var(--size-w-box-pic);
    top: calc(var(--size-padding-top) - 18px);
    z-index: 3;
  }
  .idx09 .box_title_h3 .h_en {
    align-self: flex-start;
  }
  .idx09 .loop_wrap {
    bottom: calc(var(--size-padding-top) - 10px);
  }
  .idx09 .inner_max {
    position: relative;
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }
  .idx09 .idx_box {
    justify-content: flex-start;
  }
  .idx09 .idx_box .btn-group {
    margin-top: 50px;
  }
  .idx09 .idx_box .item_pic_gr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .idx09 .idx_box .item_pic_gr .item picture {
    min-height: 930px;
  }
  .idx09 .idx_box .thumbnail-list-gr .thumbnail-item:hover::after {
    opacity: 0.8;
  }
  .idx09 .idx_box .thumbnail-list-gr .thumbnail-item:hover p {
    opacity: 0.8;
  }
  .idx09 .idx_box .box_pic {
    width: var(--size-w-box-pic);
  }
  .idx09 .idx_box .box_ct {
    padding-top: var(--size-padding-top);
    padding-bottom: calc(var(--size-padding-top) + 0px);
    padding-left: var(--size-space);
    padding-right: var(--size-space);
    width: calc(100% - var(--size-w-box-pic));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx09 {
    --size-w-box-pic: 48vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx09 {
    --size-padding-top: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx09 .idx_box .item_pic_gr .item picture {
    min-height: 80vw;
  }
  .idx09 h3 {
    padding-left: 7%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx09 {
    --size-padding-top: 60px;
  }
}
.idx10 {
  padding: 122px 40px 75px;
  background-color: #F9F6EE;
}
.idx10 .inner {
  position: relative;
}
.idx10 .en-big {
  position: absolute;
  top: -22px;
  left: -0.7em;
  color: white;
  opacity: 0.6;
}
.idx10 .btn-group {
  margin-top: 50px;
}

@media only screen and (min-width: 769px) {
  .idx10 .en-big {
    font-size: 215px;
  }
  .idx10 .inner {
    position: relative;
  }
  .idx10 h3 {
    margin-bottom: 49px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx10 .en-big {
    top: 0;
    left: calc((100vw - 1140px) / -3);
    font-size: 190px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx10 .en-big {
    left: calc((100vw - 1140px) / -2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx10 .en-big {
    top: 15px;
    left: -40px;
    font-size: 170px;
  }
}
.index08 {
  padding: 100px 0;
}
.index08 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 238px;
  height: 229px;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
}
.index08 .box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/doctor.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  z-index: -1;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 229' %3E%3Cpath d='M7.790,92.655 C0.489,114.686 -2.999,140.450 8.422,161.34 C13.375,169.960 20.650,177.390 28.386,184.63 C76.535,225.594 153.75,247.999 207.372,207.209 C237.463,184.605 240.996,137.660 235.151,102.626 C230.113,72.430 214.626,43.769 190.924,24.336 C157.942,-2.704 121.593,-6.1 84.325,11.146 C49.608,27.120 21.242,56.863 7.790,92.655 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: bottom center;
  -webkit-mask-position: bottom center;
}
.index08 .box:hover::before {
  opacity: 1;
}

.index09 {
  padding: 100px 0;
  background-color: #333;
}
.index09 h3 {
  text-align: center;
  color: blue;
  text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0px -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, 2px 0px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0px 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}
.index09 .idx_row {
  display: flex;
  flex-wrap: wrap;
}
.index09 .idx_row .box {
  width: 100%;
  margin-bottom: 20px;
  background-color: var(--main-color);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .index09 .idx_row > .box {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .index09 .idx_row > .box:nth-child(2n+2), .index09 .idx_row > .box:last-child {
    margin-right: 0px;
  }
}
.index09 .idx_row.st1 > .box {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 10px;
}
.index09 .idx_row.st1 > .box:nth-child(3n+3), .index09 .idx_row.st1 > .box:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 769px) {
  .index09 .idx_row.st2 > .box {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .index09 .idx_row.st2 > .box:nth-child(4n+4), .index09 .idx_row.st2 > .box:last-child {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .index09 .idx_row.st3 > .box {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .index09 .idx_row.st3 > .box:nth-child(5n+5), .index09 .idx_row.st3 > .box:last-child {
    margin-right: 0px;
  }
}

.idx09 .idx_box .thumbnail-list-gr .thumbnail-item {
  padding-right: 5em;
}

.idx09 .idx_box .thumbnail-list-gr .thumbnail-item::after {
  display: none;
}

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