.home_page {
  --fs-decor: min(.65vw, 10px);
}
.home_page .key {
  --height: 60vw;
  --min-height: 550px;
  --max-height: 1019px;
  position: relative;
  z-index: 1;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.55vw, 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 9em;
}
.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:not(:first-child) {
  display: none;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:first-child {
  width: 100%;
}
.home_page .key .key_text {
  position: relative;
  z-index: 3;
  margin-bottom: 6.8em;
  width: 100%;
}
.home_page .key .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: calc(100% - 80px);
  width: 100%;
  margin: 0 auto;
}
.home_page .key .catch p {
  font-size: 2.5em;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
.home_page .key h2 {
  margin-bottom: 0.44445em;
  font-size: 4.5em;
}
.home_page .key .key_scroll {
  position: relative;
  z-index: 3;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 16em;
  height: 6em;
  transition: var(--value-transition);
  background: url(../images/idx_scroll_border.svg) no-repeat center/cover;
}
.home_page .key .key_scroll > p {
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_scroll:hover {
    opacity: 0.6;
  }
}
.home_page .key .key_bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_page .key .key_bg > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_page .key .key_bg > div .item {
  position: absolute;
  background: no-repeat center/cover;
}
.home_page .key .key_bg .item_decor {
  z-index: 2;
}
.home_page .key .key_bg .item_decor .item {
  top: 0;
  width: 100%;
  height: 100%;
}
.home_page .key .key_bg .item_decor .item::before, .home_page .key .key_bg .item_decor .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: no-repeat center/cover;
}
.home_page .key .key_bg .item_decor .item_l {
  left: 0;
}
.home_page .key .key_bg .item_decor .item_l::before {
  left: 0;
  top: calc(var(--wrapper) + 1.9em);
  width: 18.7em;
  height: 26.3em;
  background-image: url(../images/idx_key_decor_left_01.png);
}
.home_page .key .key_bg .item_decor .item_l::after {
  left: 0;
  bottom: 0;
  width: 44em;
  height: 52.8em;
  background-image: url(../images/idx_key_decor_left_02.png);
}
.home_page .key .key_bg .item_decor .item_r {
  right: 0;
}
.home_page .key .key_bg .item_decor .item_r::before {
  right: 0.8em;
  top: calc(var(--wrapper) + 1.9em);
  width: 21em;
  height: 26.3em;
  background-image: url(../images/idx_key_decor_right_01.png);
}
.home_page .key .key_bg .item_decor .item_r::after {
  right: 0;
  bottom: 0;
  width: 44em;
  height: 52.8em;
  transform: scaleX(-1);
  background-image: url(../images/idx_key_decor_left_02.png);
}
.home_page .key .key_bg .item_bg {
  z-index: -2;
}
.home_page .key .key_bg .item_bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}
.home_page .key .key_bg .item_bg .item {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
}
.home_page .key .key_bg .item_bg .item01 {
  background-image: url(../images/idx_key_mv01_bg.jpg);
}
.home_page #mainContent {
  position: relative;
  z-index: 2;
}
.home_page .topic_path {
  display: none;
}
.home_page .box_title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  font-size: min(0.7vw, 10px);
}
.home_page .box_title.t_center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home_page .box_title.white * {
  color: #fff;
}
.home_page .box_title.white h3::after {
  background-image: url(../images/idx_h3_ico_white.svg);
}
.home_page .box_title.has_decor::before, .home_page .box_title.has_decor::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .home_page .box_title.h3_left h3 {
    text-align: left;
  }
  .home_page .box_title.h3_left h3::after {
    margin-left: 0;
  }
}
.home_page .h3_en {
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
  color: var(--main-color);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .h3_en {
    font-size: 17px;
  }
}
.home_page h3 {
  position: relative;
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 5px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--clr1);
}
.home_page h3::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 66px;
  height: 6px;
  background: url(../images/idx_h3_ico.svg) no-repeat center/cover;
}
.home_page h3.none_ico::after {
  display: none;
}
.home_page h4 {
  font-size: clamp(20px, 1.32vw, 25px);
}

@media only screen and (min-width: 769px) {
  .home_page .key .key_bg .item_decor .item_l {
    left: -5px;
  }
  .home_page .key .key_bg .item_decor .item_r {
    right: -13px;
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .home_page .key .key_bg {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key {
    font-size: 0.75vw;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 1280px) and (max-height: 800px) {
  .home_page .key {
    font-size: clamp(4px, 0.8vw, 8px);
    --max-height: calc(100vh);
    --min-height: 600px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx_decor {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  font-size: var(--fs-decor);
}
.idx_decor .item {
  position: absolute;
  z-index: -1;
  background: no-repeat center/cover;
}

.idx01 {
  margin-top: -68px;
}
.idx01 .box_title {
  margin-bottom: 0;
}
.idx01 .h3_en {
  padding-left: 27px;
}
.idx01 .h3_en::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0.5em;
  width: 18px;
  height: 13px;
  background: url(../images/idx01_h3_en_ico.png) no-repeat center/cover;
}
.idx01 h3 {
  letter-spacing: 0.05em;
}
.idx01 .content .box {
  display: flex;
  align-items: center;
  padding: 50px clamp(30px, 2.8vw, 50px);
  margin-left: auto;
  margin-right: auto;
  min-height: clamp(300px, 21vw, 395px);
  max-width: 1500px;
  border-radius: 20px;
  background-color: #fff;
}
.idx01 .content li {
  background: url(../images/idx_dashed.png) repeat-x left bottom/auto 1px;
  width: auto;
}
.idx01 .content li a {
  --w: 6em;
  display: flex;
  text-decoration: none;
  padding: 30px 0px 30px;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
}
.idx01 .content li a span {
  display: inline-block;
  transition: var(--value-transition);
}
.idx01 .content li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx01 .content li a:hover > span {
    color: var(--main-color);
  }
}
.idx01 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  font-weight: 500;
}
.idx01 .content li a .title {
  padding-left: 18px;
  width: calc(100% - var(--w));
  position: relative;
  padding-right: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(../images/idx01_list_arr_ico.png) no-repeat center right 20px/var(--size-ico-arr-22) auto;
}
.idx01 .content .news {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.idx01 .content .btn-group {
  margin-top: 40px;
}

@media only screen and (min-width: 769px) {
  .idx01 .h3_en {
    margin-bottom: 2px;
  }
  .idx01 .content li:first-child a {
    padding-top: 0;
  }
  .idx01 .content li:last-child {
    background: none;
  }
  .idx01 .content li:last-child a {
    padding-bottom: 0;
  }
  .idx01 .content .news {
    --size-box-l: 243px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
  .idx01 .content .news .box_l {
    position: relative;
    left: 8px;
    width: var(--size-box-l);
  }
  .idx01 .content .news ul {
    align-self: flex-start;
    width: calc(100% - var(--size-box-l) - 50px);
    max-width: 900px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx01 .content .box {
    width: calc(100% - 60px);
    max-width: 1200px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .content .news .box_l {
    left: 0;
  }
}
.idx02 {
  padding: 70px 30px 0;
}
.idx02 .idx_box {
  --fs-decor: clamp(6px, .8vw, 10px);
  position: relative;
  z-index: 1;
  padding: 30px 30px 30px 30px;
  border-radius: 20px;
  background: url(../images/idx02_idx_box_bg.jpg) no-repeat center/cover;
}
.idx02 .idx_box::before, .idx02 .idx_box::after {
  font-size: var(--fs-decor);
}
.idx02 .idx_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  left: -6.5em;
  top: -0.3em;
  width: 26.5em;
  height: 24.9em;
  background: url(../images/idx02_decor01.png) no-repeat center/cover;
}
.idx02 .idx_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  right: 1.6em;
  bottom: -3.1em;
  width: 26.5em;
  height: 24.9em;
  background: url(../images/idx02_decor02.png) no-repeat center/cover;
}
.idx02 .idx_box .box_ct {
  border-radius: 10px;
  border: 1px solid white;
}
.idx02 .idx_box .box_ct .ct_area {
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}
.idx02 .idx_box .box_ct .ct_area p {
  color: white;
}

@media only screen and (min-width: 769px) {
  .idx02 .box_title {
    margin-bottom: 56px;
  }
  .idx02 .idx_box .box_ct {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    min-height: clamp(500px, 31vw, 590px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx02 .idx_box {
    --fs-decor: clamp(6px, .6vw, 9px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.idx03 {
  position: relative;
  z-index: 1;
  padding-bottom: 94px;
}
.idx03::before {
  content: "";
  display: block;
  width: 100vw;
  height: clamp(350px, 25vw, 475px);
  background: no-repeat center/cover;
}
.idx03 .box_title {
  z-index: 3;
  padding-left: 12.7em;
  padding-right: 12.7em;
}
.idx03 .box_title::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 1.9em;
  top: -0.9em;
  width: 6.8em;
  height: 7.1em;
  background: url(../images/idx03_box_title_decor01.svg) no-repeat center/cover;
}
.idx03 .box_title::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0.2em;
  top: 2.6em;
  width: 9em;
  height: 8.5em;
  background: url(../images/idx03_box_title_decor02.svg) no-repeat center/cover;
}
.idx03 .inner_big {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  margin-top: -83px;
}
.idx03 .inner_big::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 472px;
  background: url(../images/idx03_wave_top.svg) no-repeat center top/100% auto;
}
.idx03 .idx_decor {
  z-index: 2;
  width: 100vw;
  height: 1px;
}
.idx03 .idx_decor .item01 {
  width: 18.5em;
  height: 30.5em;
  left: 0;
  top: -8.7em;
  background-image: url(../images/idx03_decor01.png);
}
.idx03 .idx_decor .item02 {
  width: 13.2em;
  height: 22.4em;
  right: 0;
  top: -8.7em;
  background-image: url(../images/idx03_decor02.png);
}
.idx03 .idx_logo {
  margin-bottom: 15px;
  max-width: 447px;
}
.idx03 .idx_logo a:hover {
  opacity: 1;
}
.idx03 .card_gr {
  margin-top: 49px;
  margin-bottom: 85px;
  width: calc(100% + var(--size-mg) * 2);
  font-size: min(1vw, 10px);
}
.idx03 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1em 4em 1em 3.2em;
  max-width: 317px;
  min-height: 12em;
  border-radius: 10px;
  background-color: #FFFAFB;
  transition: var(--value-transition);
}
.idx03 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 1.8em;
  top: 1.7em;
  width: 2.2em;
  height: 2.2em;
  background: url(../images/idx03_card_arr_ico.svg) no-repeat center/cover;
}
.idx03 .card_gr .card p {
  font-weight: 500;
  line-height: 1.5;
}
.idx03 .card_gr .card .card_en {
  margin-bottom: 4px;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  color: var(--main-color);
}
.idx03 .card_gr .card .card_ttl {
  margin-bottom: 0;
  font-size: 1.8em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .idx03 .card_gr .card:hover {
    background-color: #eed5da;
  }
}
.idx03 .infor_details {
  margin-bottom: 37px;
}
.idx03 .infor_traffice {
  margin-left: 23px;
  margin-bottom: 35px;
}
.idx03 .idx_box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.idx03 .idx_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: calc(50% - 50vw);
  bottom: -30px;
  width: 100vw;
  height: calc(100% + 130px);
  background-color: white;
}
.idx03 .idx_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: calc(100% + 274px);
  background: url(../images/idx03_wave_bot.svg) no-repeat center bottom/100% auto;
}
.idx03 .idx_box .box_l {
  max-width: 550px;
}
.idx03 .idx_box .box_r {
  position: relative;
  z-index: 1;
  padding: 30px;
}
.idx03 .idx_box .box_r::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #FCFBF7;
}
.idx03 .idx_box02_gr {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.idx03 .idx_box02_gr::before, .idx03 .idx_box02_gr::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  font-size: var(--fs-decor);
  background: no-repeat center/cover;
}
.idx03 .idx_box02_gr::before {
  width: 16.4em;
  height: 14.2em;
  left: -13em;
  bottom: -98px;
  background-image: url(../images/idx03_decor03.png);
}
.idx03 .idx_box02_gr::after {
  width: 22.2em;
  height: 20.9em;
  right: -17.1em;
  bottom: -88px;
  background-image: url(../images/idx03_decor04.png);
}
.idx03 .idx_box02_gr .idx_box_pic {
  position: relative;
  z-index: 1;
  max-width: 535px;
}
.idx03 .btn-group {
  margin-top: 30px;
}

@media only screen and (min-width: 769px) {
  .idx03::before {
    background-image: url(../images/idx03_bg.jpg);
    background-position: left -5px center;
  }
  .idx03 .box_title {
    margin-bottom: 47px;
  }
  .idx03 .idx_decor {
    left: calc(50% - 50vw);
  }
  .idx03 .idx_box {
    --size-w-box-l: 46.5%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .idx03 .idx_box .box_l {
    width: var(--size-w-box-l);
  }
  .idx03 .idx_box .box_r {
    padding-top: 57px;
    margin-top: 13px;
    width: calc(100% - var(--size-w-box-l) - 40px);
    max-width: 650px;
  }
  .idx03 .idx_box .box_r::before {
    width: 100vw;
  }
  .idx03 .idx_box02_gr {
    justify-content: space-between;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx03 .idx_box02_gr .idx_box_pic {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx03 .idx_box02_gr::before {
    left: -30px;
  }
  .idx03 .idx_box02_gr::after {
    right: -30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .infor_traffice {
    margin-left: 0;
  }
  .idx03 .idx_box02_gr::before {
    left: 0;
  }
  .idx03 .idx_box02_gr::after {
    right: 0;
    bottom: -21.9em;
  }
}
.idx04 .idx_box {
  position: relative;
  z-index: 1;
}
.idx04 .idx_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: clamp(500px, 36vw, 674px);
  border-radius: 20px;
  background: no-repeat center/cover;
}
.idx04 .idx_box .btn-group {
  margin-top: 39px;
}
.idx04 .idx_box .btn-group .item {
  min-width: auto;
}
.idx04 .idx_box .name {
  font-weight: 500;
  max-width: 14.8em;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  font-size: clamp(8px, 1vw, 10px);
}
.idx04 .idx_box .name p {
  line-height: 1;
}
.idx04 .idx_box .name .jp {
  display: block;
  margin-bottom: 0.4em;
  letter-spacing: 0.1em;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
}
.idx04 .idx_box .name .name_en {
  font-weight: 700;
  font-size: 1.7em;
  white-space: nowrap;
}
.idx04 .idx_box .box_ct {
  position: relative;
  z-index: 1;
}
.idx04 .idx_box .box_ct::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 769px) {
  .idx04 .inner_max {
    max-width: 1920px;
    padding: 0;
  }
  .idx04 .box_title {
    margin-bottom: 46px;
  }
  .idx04 .idx_box {
    padding-top: 94px;
    max-width: 1710px;
    margin-left: auto;
    margin-right: 0;
  }
  .idx04 .idx_box::before {
    width: 90%;
    max-width: 1406px;
    background-image: url(../images/idx04_img01.jpg);
  }
  .idx04 .idx_box .btn-group {
    justify-content: flex-start;
  }
  .idx04 .idx_box .box_ct {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 5.8% 50px 5.8%;
    width: 60%;
    max-width: 850px;
    min-height: 637px;
  }
  .idx04 .idx_box .box_ct::before {
    width: 100vw;
    border-radius: 0 20px 20px 0;
  }
}
.idx_flow {
  --size-h-flow-pic: clamp(400px, 26vw, 492px);
  position: relative;
  z-index: 1;
  padding: 103px 40px 90px;
}
.idx_flow .idx_decor {
  max-width: 1920px;
}
.idx_flow .idx_decor .item01 {
  left: -5px;
  bottom: -84px;
  width: 44.7em;
  height: 51em;
  background-image: url(../images/idx_flow_decor01.png);
}
.idx_flow .idx_decor .item02 {
  right: -5px;
  bottom: -86px;
  width: 41em;
  height: 50.8em;
  background-image: url(../images/idx_flow_decor02.png);
}
.idx_flow .box_title {
  --size-padding: 10.2em;
  padding-left: var(--size-padding);
  padding-right: var(--size-padding);
}
.idx_flow .box_title::before {
  top: 2.5em;
  left: 0;
  width: 8.5em;
  height: 8.1em;
  background-image: url(../images/idx_flow_box_title_decor01.svg);
}
.idx_flow .box_title::after {
  right: 2.6em;
  top: 2.7em;
  width: 6.3em;
  height: 7.9em;
  background-image: url(../images/idx_flow_box_title_decor02.svg);
}
.idx_flow .idx_flow_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1104px;
  font-size: min(0.9vw, 10px);
}
.idx_flow .idx_flow_list::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  right: 0;
  top: 2.9em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 15em);
  height: 1px;
  background-color: var(--main-color);
}
.idx_flow .idx_flow_list .item {
  --cl-mode: var(--main-color);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 20em;
  padding: 0 1em;
  cursor: pointer;
}
.idx_flow .idx_flow_list .item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.1em;
  height: 3em;
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1;
  --mask: url(../images/idx_flow_list_item_bg_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: center;
  -webkit-mask-position: center;
  font-family: var(--f-roboto);
  color: white;
  background-color: var(--cl-mode);
  transition: var(--value-transition);
}
.idx_flow .idx_flow_list .item .item_ttl {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.44444;
  text-align: center;
  color: var(--cl-mode);
}
.idx_flow .idx_flow_list .item.active {
  --cl-mode: #cf5870;
}
@media only screen and (min-width: 769px) {
  .idx_flow .idx_flow_list .item:not(.active):hover {
    --cl-mode: var(--cl-hv-main);
  }
}
.idx_flow .idx_flow_pic {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  height: var(--size-h-flow-pic);
}
.idx_flow .idx_flow_pic .idx_flow_button_gr {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  font-size: clamp(8px, 0.8vw, 10px);
}
.idx_flow .idx_flow_pic .idx_flow_button_gr .item {
  position: absolute;
  z-index: 1;
  top: -4.7em;
  width: 8.1em;
  height: 7.8em;
  --mask: url(../images/idx_flow_button_item_bg_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: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  transition: var(--value-transition);
  cursor: pointer;
}
.idx_flow .idx_flow_pic .idx_flow_button_gr .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  top: -0.2em;
  margin: auto;
  width: 2.8em;
  height: 1em;
  background: url(../images/idx_flow_button_item_arr_ico.svg) no-repeat center/cover;
}
.idx_flow .idx_flow_pic .idx_flow_button_gr .item.btn-pre {
  left: -4em;
}
.idx_flow .idx_flow_pic .idx_flow_button_gr .item.btn-next {
  right: -4em;
}
.idx_flow .idx_flow_pic .idx_flow_button_gr .item.btn-next::before {
  transform: scaleX(-1);
}
@media only screen and (min-width: 769px) {
  .idx_flow .idx_flow_pic .idx_flow_button_gr .item:hover {
    background-color: var(--cl-hv-main);
  }
}
.idx_flow .idx_flow_pic .pic_gr {
  position: unset !important;
}
.idx_flow .idx_flow_pic .pic_gr .slick-list {
  position: unset !important;
}
.idx_flow .idx_flow_pic .pic_gr .slick-track {
  position: unset !important;
}
.idx_flow .idx_flow_pic .pic_gr .item {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--size-h-flow-pic);
  border-radius: 20px;
  background: no-repeat center/cover;
  transition: var(--value-transition);
}
.idx_flow .idx_flow_pic .pic_gr .item01 {
  background-image: url(../images/idx_flow_pic_item1.jpg);
}
.idx_flow .idx_flow_pic .pic_gr .item02 {
  background-image: url(../images/idx_flow_pic_item2.jpg);
}
.idx_flow .idx_flow_pic .pic_gr .item03 {
  background-image: url(../images/idx_flow_pic_item3.jpg);
}
.idx_flow .idx_flow_pic .pic_gr .item04 {
  background-image: url(../images/idx_flow_pic_item4.jpg);
}
.idx_flow .idx_flow_pic .pic_gr .item05 {
  background-image: url(../images/idx_flow_pic_item5.jpg);
}
.idx_flow .idx_flow_ct {
  position: relative;
  z-index: 2;
  margin: -122px auto 0;
  padding: 6em 6em 5.5em 6em;
  width: calc(100% - 60px);
  max-width: 1100px;
  border-radius: 20px;
  font-size: 10px;
  background-color: white;
}
.idx_flow .idx_flow_ct .ct_catch {
  position: relative;
  min-height: 254px;
}
.idx_flow .idx_flow_ct .ct_catch .item {
  position: absolute;
  left: 0;
  top: 0;
  transition: var(--value-transition);
  opacity: 0;
}
.idx_flow .idx_flow_ct .ct_catch .item.active {
  opacity: 1;
}
.idx_flow .idx_flow_ct .ct_catch .item .num {
  position: absolute;
  top: -1.2361em;
  font-size: 7.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--main-color);
  font-family: var(--f-roboto);
}
.idx_flow .idx_flow_ct .ct_catch .item .item_ttl {
  margin-bottom: 21px;
  font-size: 2.7em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--main-color);
}
.idx_flow .idx_flow_ct .ct_catch .item .ct_area p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.941176;
}
@media only screen and (max-width: 1024px) {
  .idx_flow .idx_flow_ct .ct_catch .item .ct_area p {
    font-size: 15px;
  }
}
.idx_flow .btn-group {
  margin-top: 50px;
}

@media only screen and (min-width: 769px) {
  .idx_flow .box_title {
    margin-bottom: 60px;
  }
  .idx_flow .idx_flow_list .item {
    width: 20%;
  }
  .idx_flow .btn-group .btn {
    max-width: 340px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx_flow .inner_big {
    width: calc(100% - 60px);
    max-width: 1200px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx_flow .idx_flow_ct {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_flow .inner_big {
    width: calc(100% - 20px);
  }
  .idx_flow .idx_flow_ct {
    margin-top: -80px;
    font-size: 8px;
  }
}
.idx_bg {
  position: relative;
  z-index: 2;
}
.idx_bg.bg01::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 120px);
  background-color: white;
}

.idx06 {
  position: relative;
  z-index: 6;
  padding: 89px 0 108px;
}
.idx06::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: url(../images/idx06_wave_top.svg) no-repeat center top/100% auto;
}
.idx06 .h4_en {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--main-color);
}
.idx06 h4 {
  margin-bottom: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--main-color);
}
.idx06 h4.ttl02 {
  display: table;
  padding-left: 1.84em;
  padding-right: 1.84em;
  margin-left: auto;
  margin-right: auto;
  min-height: 1.56em;
  text-align: center;
  background-image: url(../images/idx06_ttl02_line01.png), url(../images/idx06_ttl02_line02.png);
  background-position: left top, right top;
  background-size: 0.96em auto;
  background-repeat: no-repeat;
}
.idx06 .ttl02 {
  margin-top: 72px;
  margin-bottom: 18px;
}
.idx06 .box_title {
  --size-padding: 13.9em;
  padding-left: var(--size-padding);
  padding-right: var(--size-padding);
}
.idx06 .box_title::before {
  left: 0;
  top: 2em;
  width: 11.5em;
  height: 11.7em;
  background-image: url(../images/idx06_box_title_decor01.svg);
}
.idx06 .box_title::after {
  right: 0;
  top: 2em;
  width: 11.5em;
  height: 11.7em;
  background-image: url(../images/idx06_box_title_decor02.svg);
}
.idx06 .idx_decor {
  z-index: 3;
  max-width: 1920px;
}
.idx06 .idx_decor .item01 {
  left: -43.9em;
  bottom: 10.3em;
  width: 104.2em;
  height: 113.7em;
  background-image: url(../images/idx06_decor01.svg);
}
.idx06 .idx_decor .item02 {
  right: -36.1em;
  top: 19.9em;
  width: 97.5em;
  height: 81.3em;
  background-image: url(../images/idx06_decor02.svg);
}
.idx06 .inner_max {
  position: relative;
  z-index: 10;
}
.idx06 .idx_banner {
  display: flex;
  justify-content: center;
}
.idx06 .TabContent::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 73px);
  border-radius: 20px;
  background-color: #FFFBE6;
}
.idx06 .ct_catch {
  position: relative;
  z-index: 1;
  padding: 76px 40px 100px;
}
.idx06 .ct_catch::before, .idx06 .ct_catch::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 3;
  font-size: var(--fs-decor);
  background: no-repeat center/cover;
}
.idx06 .ct_catch::before {
  left: 10.2em;
  top: 3.4em;
  width: 14.5em;
  height: 15.3em;
  background-image: url(../images/idx06_box_tab_decor01.svg);
}
.idx06 .ct_catch::after {
  right: 3.1em;
  bottom: 5.9em;
  width: 22em;
  height: 25.5em;
  background-image: url(../images/idx06_box_tab_decor02.svg);
}
.idx06 .ct_catch.catch01::after, .idx06 .ct_catch.catch03::after {
  display: none;
}
.idx06 .idx_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.idx06 .idx_box:last-child {
  margin-bottom: 0;
}
.idx06 .idx_box .btn-group {
  margin-top: 30px;
}
.idx06 .idx_box .btn-group .btn {
  max-width: 264px;
}
.idx06 .idx_box .ct_area p {
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box .ct_area p {
    line-height: 1.941176;
  }
}
.idx06 .idx_box .box_ct {
  position: relative;
  z-index: 2;
  padding: 60px 60px 60px;
  min-height: 375px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 3px 3px 6px rgba(23, 6, 6, 0.1);
}
.idx06 .idx_box .box_r {
  position: relative;
  z-index: 1;
}
.idx06 .idx_box .box_r picture img {
  border-radius: 20px;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .idx06 .box_title {
    margin-bottom: 70px;
  }
  .idx06 .idx_box {
    --size-w-box-ct: 49%;
    --size-grow-box-pic: 145px;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
  .idx06 .idx_box .box_ct {
    width: var(--size-w-box-ct);
    max-width: 630px;
  }
  .idx06 .idx_box .box_r {
    width: calc(100% - var(--size-w-box-ct) + var(--size-grow-box-pic));
    max-width: 806px;
  }
  .idx06 .idx_box.pic_r .box_ct {
    margin-top: 54px;
  }
  .idx06 .idx_box.pic_r .box_r {
    margin-left: calc(var(--size-grow-box-pic) * -1);
  }
  .idx06 .idx_box.pic_l {
    flex-direction: row-reverse;
  }
  .idx06 .idx_box.pic_l .box_r {
    margin-top: 28px;
    margin-right: calc(var(--size-grow-box-pic) * -1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .ct_catch {
    padding: 50px 40px;
  }
  .idx06 .h4_en {
    font-size: 14px;
  }
  .idx06 .idx_box .box_ct {
    padding: 40px 30px;
    min-height: 300px;
  }
  .idx06 .idx_box.pic_r .box_ct {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx06 .inner_max {
    width: calc(100% - 60px);
    max-width: 1300px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx06 .inner_max {
    width: calc(100% - 20px);
  }
  .idx06 .ct_catch::after {
    bottom: -5em;
  }
}
.idx07 {
  position: relative;
  z-index: 4;
  padding-bottom: 124px;
}
.idx07 .box_title {
  display: table;
}
.idx07 .box_title.title01 {
  --size-padding: 9.5em;
  padding-right: var(--size-padding);
}
.idx07 .box_title.title01::after {
  right: 1.1em;
  top: 3.4em;
  width: 9em;
  height: 8.5em;
  background-image: url(../images/idx07_box_title_decor01.svg);
}
.idx07 .box_title.title02 {
  --size-padding: 9.5em;
  padding-right: var(--size-padding);
}
.idx07 .box_title.title02::after {
  right: 0;
  top: 2.1em;
  width: 8.7em;
  height: 9.1em;
  background-image: url(../images/idx07_box_title_decor02.svg);
}
.idx07 .idx_decor {
  max-width: 1920px;
}
.idx07 .idx_decor .item01 {
  right: -36.1em;
  top: -34em;
  width: 71.2em;
  height: 68.4em;
  background-image: url(../images/idx07_decor01.svg);
}
.idx07 .idx_decor .item02 {
  left: -27.9em;
  bottom: -38.6em;
  width: 85.9em;
  height: 85.9em;
  background-image: url(../images/idx07_decor02.svg);
}
.idx07 .idx_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 102px;
}
.idx07 .idx_box:last-child {
  margin-bottom: 0;
}
.idx07 .idx_box .btn-group {
  margin-top: 59px;
}
.idx07 .idx_box .btn-group .btn {
  max-width: 264px;
}
.idx07 .idx_box .box_pic {
  position: relative;
  z-index: 1;
}
.idx07 .idx_box .box_pic::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #FFFBE6;
}
.idx07 .idx_box .box_pic img {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 769px) {
  .idx07 .box_title {
    margin-bottom: 55px;
  }
  .idx07 .box_title.title01 {
    padding-right: var(--size-padding);
  }
  .idx07 .box_title.title02 {
    --size-padding: 10em;
    padding-right: var(--size-padding);
  }
  .idx07 .inner_max {
    max-width: 1920px;
    padding: 0;
  }
  .idx07 .idx_box {
    --size-w-box-pic: 61.3%;
    --size-space-between: 118px;
    max-width: 1750px;
    justify-content: flex-start;
    align-items: center;
  }
  .idx07 .idx_box .box_ct {
    padding-top: 46px;
    width: calc(100% - var(--size-w-box-pic) - var(--size-space-between));
    max-width: 544px;
  }
  .idx07 .idx_box .box_pic {
    width: var(--size-w-box-pic);
    max-width: 1048px;
  }
  .idx07 .idx_box .box_pic::before {
    top: 46px;
  }
  .idx07 .idx_box.pic_l {
    padding-right: 40px;
    margin-left: 0;
    margin-right: auto;
  }
  .idx07 .idx_box.pic_l .box_ct {
    margin-left: var(--size-space-between);
  }
  .idx07 .idx_box.pic_l .box_pic::before {
    right: 88px;
  }
  .idx07 .idx_box.pic_l .box_pic img {
    border-radius: 0 30px 30px 0;
  }
  .idx07 .idx_box.pic_r {
    flex-direction: row-reverse;
    padding-left: 40px;
    margin-left: auto;
    margin-right: 0;
  }
  .idx07 .idx_box.pic_r .box_ct {
    margin-right: var(--size-space-between);
  }
  .idx07 .idx_box.pic_r .box_pic::before {
    left: 88px;
  }
  .idx07 .idx_box.pic_r .box_pic img {
    border-radius: 30px 0 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx07 .idx_box {
    --size-space-between: 5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 {
    padding-bottom: 90px;
  }
  .idx07 .idx_box {
    --size-w-box-pic: 55.5%;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  .idx07 .idx_box .box_ct {
    padding-top: 0;
  }
  .idx07 .box_title {
    margin-bottom: 45px;
  }
}
.idx08 {
  position: relative;
  z-index: 4;
  padding-bottom: 105px;
}
.idx08 .idx_box {
  position: relative;
  z-index: 1;
  padding: 80px 80px 97px 80px;
  border-radius: 75px;
  background-color: #FFFBE6;
}
.idx08 .idx_box::before, .idx08 .idx_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  font-size: var(--fs-decor);
  background: no-repeat center/cover;
}
.idx08 .idx_box::before {
  top: -12px;
  left: -8.2em;
  width: 26.5em;
  height: 24.9em;
  background-image: url(../images/idx08_decor01.png);
}
.idx08 .idx_box::after {
  right: -3.3em;
  bottom: 9px;
  width: 23.6em;
  height: 28em;
  background-image: url(../images/idx08_decor02.png);
}
.idx08 .card_gr {
  font-size: min(0.9vw, 10px);
}
.idx08 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2em 1em 1em;
  max-width: 320px;
  min-height: 20em;
  border-radius: 10px;
  overflow: hidden;
}
.idx08 .card_gr .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}
.idx08 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
}
.idx08 .card_gr .card p {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: white;
}
.idx08 .card_gr .card .card_en {
  display: block;
  margin-bottom: 4px;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}
.idx08 .card_gr .card .card_ttl {
  padding-bottom: 1.9em;
  margin-bottom: 0;
  font-size: 2em;
  letter-spacing: 0.05em;
  background: url(../images/idx08_card_arr_ico.svg) no-repeat center bottom/1.2em auto;
}
.idx08 .card_gr .c1::after {
  background-image: url(../images/idx08_card_bg1.jpg);
}
.idx08 .card_gr .c2::after {
  background-image: url(../images/idx08_card_bg2.jpg);
}
.idx08 .card_gr .c3::after {
  background-image: url(../images/idx08_card_bg3.jpg);
}
.idx08 .card_gr .c4::after {
  background-image: url(../images/idx08_card_bg4.jpg);
}
.idx08 .card_gr .c5::after {
  background-image: url(../images/idx08_card_bg5.jpg);
}
.idx08 .card_gr .c6::after {
  background-image: url(../images/idx08_card_bg6.jpg);
}
.idx08 .card_gr .c7::after {
  background-image: url(../images/idx08_card_bg7.jpg);
}
@media only screen and (min-width: 769px) {
  .idx08 .card_gr .card:hover::before {
    opacity: 0.5;
  }
  .idx08 .card_gr .card:hover::after {
    transform: scale(1.05);
  }
}
.idx08 .idx_decor {
  max-width: 1920px;
}
.idx08 .idx_decor .item01 {
  right: -40.9em;
  bottom: -68em;
  width: 112.1em;
  height: 119.7em;
  background-image: url(../images/idx08_decor03.svg);
}

@media only screen and (min-width: 769px) {
  .idx08 .box_title {
    margin-bottom: 60px;
  }
  .idx08 .card_gr {
    --size-mg: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx08 .idx_box {
    padding: 50px 40px;
  }
}
.idx09 {
  position: relative;
  z-index: 3;
}
.idx09::before {
  content: "";
  display: block;
  width: 100vw;
  height: clamp(300px, 25vw, 475px);
  background: url(../images/idx09_bg_top.jpg) no-repeat center/cover;
}
.idx09 .inner_max {
  --size-grow-top: 83px;
  position: relative;
  z-index: 1;
  padding-top: 18px;
  padding-bottom: 134px;
}
.idx09 .inner_max::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: calc(50% - 50vw);
  top: calc(var(--size-grow-top) * -1);
  width: 100vw;
  height: calc(100% + var(--size-grow-top));
  --mask: url(../images/idx06_wave_top.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 top;
  -webkit-mask-position: center top;
  background: url(../images/body_bg.jpg) repeat center top/100% auto;
}
.idx09 .box_title {
  --size-padding: 13em;
  padding-left: var(--size-padding);
  padding-right: var(--size-padding);
}
.idx09 .box_title::before {
  left: 0.9em;
  top: 2.5em;
  width: 8.5em;
  height: 8.1em;
  background-image: url(../images/idx09_box_title_ico01.svg);
}
.idx09 .box_title::after {
  right: 0;
  top: 2.7em;
  width: 6.3em;
  height: 7.9em;
  background-image: url(../images/idx09_box_title_ico02.svg);
}
.idx09 .idx_decor .item01 {
  left: 0;
  bottom: 0;
  width: 42.9em;
  height: 47.8em;
  background-image: url(../images/idx09_decor01.png);
}
.idx09 .idx_decor .item02 {
  bottom: 0;
  right: 0;
  width: 42.8em;
  height: 48em;
  background-image: url(../images/idx09_decor02.png);
}
.idx09 .idx_feature_gr {
  --size-radius: 30px;
  --size-pad-ct: 4.5em;
  counter-reset: idx_feature_count;
  display: flex;
  flex-wrap: wrap;
}
.idx09 .feature_box {
  margin-bottom: 40px;
  border-radius: var(--size-radius);
  font-size: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.idx09 .feature_box .txt-point {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--main-color);
}
.idx09 .feature_box h4 {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main-color);
}
.idx09 .feature_box .box_title_h4 {
  position: relative;
  z-index: 1;
  display: table;
  padding-right: 4.8em;
  margin-bottom: 21px;
  margin-top: -14px;
  max-width: calc(100% - 20px - 7em);
}
.idx09 .feature_box .box_title_h4::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: calc(var(--size-pad-ct) * -1);
  top: -4em;
  width: calc(100% + var(--size-pad-ct));
  height: 100%;
  border-top-right-radius: var(--size-radius);
  background-color: white;
}
.idx09 .feature_box .box_pic {
  border-radius: var(--size-radius) var(--size-radius) 0 0;
  overflow: hidden;
}
.idx09 .feature_box .box_ct {
  position: relative;
  z-index: 2;
  padding: 0 var(--size-pad-ct) 38px var(--size-pad-ct);
  min-height: 180px;
  border-radius: 0 0 var(--size-radius) var(--size-radius);
  background-color: white;
}
.idx09 .feature_box .box_ct::before {
  content: counter(idx_feature_count, decimal-leading-zero);
  counter-increment: idx_feature_count;
  position: absolute;
  right: 29px;
  top: -0.5316em;
  font-size: 7.9em;
  font-family: var(--f-roboto);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--main-color);
}
.idx09 .feature_box .ct_area p {
  font-size: 17px;
  letter-spacing: 0.025em;
  line-height: 1.941176;
}
@media only screen and (max-width: 1024px) {
  .idx09 .feature_box .ct_area p {
    font-size: 15px;
  }
}
.idx09 .btn-group {
  margin-top: 10px;
}
.idx09 .btn-group .btn {
  max-width: 264px;
}

@media only screen and (min-width: 769px) {
  .idx09 .box_title {
    margin-bottom: 66px;
  }
  .idx09 .idx_decor {
    left: calc(50% - 50vw);
    width: 100vw;
  }
  .idx09 .idx_feature_gr {
    justify-content: space-between;
  }
  .idx09 .feature_box {
    max-width: 730px;
    width: calc(50% - 10px);
  }
  .idx09 .feature_box:not(.box_big) {
    display: flex;
    flex-direction: column;
  }
  .idx09 .feature_box:not(.box_big) .box_ct {
    flex-grow: 1;
  }
  .idx09 .feature_box.box_big {
    --size-w-box-ct: 45.266667%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 96px;
    width: 100%;
    max-width: 100%;
  }
  .idx09 .feature_box.box_big .box_title_h4 {
    padding: 0;
    margin-top: 0;
  }
  .idx09 .feature_box.box_big .box_title_h4::before {
    display: none;
  }
  .idx09 .feature_box.box_big .ct_catch {
    max-width: 507px;
  }
  .idx09 .feature_box.box_big .box_ct {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4em;
    min-height: 358px;
    width: var(--size-w-box-ct);
    border-radius: 0 var(--size-radius) var(--size-radius) 0;
  }
  .idx09 .feature_box.box_big .box_ct::before {
    right: 50px;
    top: -29px;
  }
  .idx09 .feature_box.box_big .box_pic {
    position: relative;
    width: calc(100% - var(--size-w-box-ct));
    border-radius: var(--size-radius) 0 0 var(--size-radius);
  }
  .idx09 .feature_box.box_big .box_pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1567px) {
  .idx09 .feature_box.box_big .ct_catch {
    position: relative;
    left: 6px;
    top: 3px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx09 .inner_max {
    width: calc(100% - 60px);
    max-width: 1300px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx09 .feature_box .box_ct::before {
    right: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx09 .inner_max {
    width: 100%;
  }
  .idx09 .inner_max::before {
    background-size: 1920px auto;
  }
  .idx09 .feature_box {
    font-size: 8px;
  }
  .idx09 .feature_box .box_title_h4 {
    padding-right: 2em;
  }
  .idx09 .feature_box h4 {
    font-size: 18px;
  }
}
.idx_map {
  height: 509px;
}
.idx_map iframe {
  height: 100%;
}

@media only screen and (min-width: 769px) {
  [data-scroll] {
    opacity: 0;
    transition: opacity 0.5s linear, transform 0.5s linear;
  }
  [data-scroll=fade-up] {
    transform: translateY(40px);
  }
  [data-scroll=fade-down] {
    transform: translateY(-40px);
  }
  [data-scroll=fade-left] {
    transform: translateX(-40px);
  }
  [data-scroll=fade-right] {
    transform: translateX(40px);
  }
  .is-show {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.idx_bg.bg01::after {
  top: 0;
  bottom: auto;
  height: calc(100% + 120px);
}

.idx09 .inner_max {
  --size-grow-top:10px;
}

.idx09::before {
  display: none;
}

.idx_n01 {
  padding: 90px 20px 90px;
}
.idx_n01 .banner_gr .banner {
  position: relative;
  z-index: 1;
  max-width: 550px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_n01 {
    padding: 70px 20px;
  }
  .idx_n01 .banner_gr .banner {
    max-width: 400px;
  }
}

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