.home_page {
  --size-key-decor-grow-bot: 215px;
  --size-w-key-decor-item-left: calc(100% + 17px);
  --size-left-key-decor-item-left: -25.3%;
  --size-right-key-decor-item-right: -53.85%;
  --size-w-key-decor-item-right: 81%;
}
.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 994px;
  position: relative;
  z-index: 1;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.55vw, 10px);
  background-color: var(--main-color);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .key_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: var(--wrapper) 10em 7.7em;
  overflow: hidden;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .catch {
  max-width: 75em;
}
.home_page .key .catch p {
  margin-bottom: 10px;
  font-size: 3em;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.home_page .key h2 {
  margin-bottom: 0;
  font-size: 6.5em;
  font-weight: 500;
  line-height: 1.3846;
}
.home_page .key .card_gr {
  margin-top: 7.2em;
  font-size: 1em;
  width: 100%;
  justify-content: flex-start;
}
.home_page .key .card_gr .item {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5em 1.5em;
  max-width: 24.7em;
  min-height: 13em;
  background-color: #E2DCB0;
}
.home_page .key .card_gr .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx_key_card_gr_item_bg.png) no-repeat center/cover;
}
.home_page .key .card_gr .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_page .key .card_gr .item > p {
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  color: var(--main-color);
}
.home_page .key .key_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
}
.home_page .key .key_bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + var(--size-key-decor-grow-bot));
  background-color: var(--main-color);
}
.home_page .key .key_bg .item_gr {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1920px;
}
.home_page .key .key_bg .bg_list {
  position: absolute;
  right: -13.17%;
  height: calc(100% - var(--wrapper) + 7px);
  top: calc(var(--wrapper) - 7px);
  z-index: 1;
  width: 82%;
  max-width: 1550px;
  background-color: var(--main-color);
}
.home_page .key .key_bg .bg_list .item_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  transition: all 0.3s ease-in-out;
}
.home_page .key .key_bg .bg_list .bg01 {
  background-image: url(../images/idx_key_bg01.jpg);
  background-position: left 9px center;
}
.home_page .key .key_bg .bg_list .bg01::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  right: 13.1em;
  top: 0;
  bottom: 2em;
  margin: auto;
  width: 36.8em;
  height: 13.6em;
  background: url(../images/idx_key_logo_decor.png) no-repeat center/cover;
}
.home_page .key .key_bg .bg_list .bg02 {
  background-image: url(../images/idx_key_bg02.jpg);
  background-position: left center;
}
.home_page .key .key_bg .bg_list .item_bg {
  opacity: 1;
  /* MASK SETUP */
  -webkit-mask-image: linear-gradient(45deg, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%);
  -webkit-mask-size: 200% 200%;
  -webkit-mask-position: 0% 0%;
  mask-image: linear-gradient(45deg, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%);
  mask-size: 200% 200%;
  mask-position: 0% 0%;
  transition: mask-position 1.5s ease, -webkit-mask-position 1.5s ease, opacity 1.5s ease;
}
.home_page .key .key_bg .bg_list .item_bg.is-active {
  z-index: 3;
  opacity: 1;
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
  -webkit-mask-image: none;
  mask-image: none;
}
.home_page .key .key_bg .bg_list .item_bg.is-hide {
  z-index: 2;
  opacity: 0;
  -webkit-mask-position: 10% 10%;
  mask-position: 10% 10%;
}
.home_page .key .key_bg .item_decor {
  position: absolute;
  z-index: 2;
  top: 0;
  height: calc(100% + var(--size-key-decor-grow-bot));
}
.home_page .key .key_bg .item_l {
  left: var(--size-left-key-decor-item-left);
  width: var(--size-w-key-decor-item-left);
  background: url(../images/idx_key_decor_left.svg) no-repeat right top/auto 100%;
}
.home_page .key .key_bg .item_r {
  right: var(--size-right-key-decor-item-right);
  width: var(--size-w-key-decor-item-right);
  background: url(../images/idx_key_dercor_right.svg) no-repeat left top/auto 100%;
}
.home_page .topic_path {
  display: none;
}
.home_page #mainContent {
  position: relative;
  z-index: 2;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--main-color);
  font-family: var(--f-jp);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
}
.home_page h3.white {
  color: #fff;
}
.home_page .en_h3 {
  display: block;
  margin-bottom: 15px;
  font-size: clamp(50px, 3.5vw, 65px);
  font-weight: 700;
  font-family: var(--f-en);
  line-height: 1;
  letter-spacing: 0;
  color: var(--main-color);
}
.home_page .en_h3.white {
  color: #fff;
}
.home_page .box_title h3 {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .home_page .key .key_text {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
  }
  .home_page .key .card_gr {
    position: relative;
    left: -0.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .home_page {
    --size-left-key-decor-item-left: -22.3%;
  }
  .home_page .key .key_bg .bg_list .bg01::before {
    right: 0;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page {
    --size-left-key-decor-item-left: -25%;
    --size-key-decor-grow-bot: 100px;
    --size-w-key-decor-item-left: calc(114% + 17px);
  }
  .home_page .key {
    font-size: 0.7vw;
  }
  .home_page .key .key_bg .bg_list {
    right: -8.17%;
  }
  .home_page .key .key_bg .bg_list .item_bg {
    background-position: center;
  }
  .home_page .key .card_gr .item > p {
    font-size: 2.5em;
  }
  .home_page .key .key_bg .bg_list .bg01::before {
    font-size: 0.8em;
    left: 32em;
  }
}
@media only screen and (min-width: 769px) and (max-height: 650px) {
  .home_page .key {
    font-size: clamp(7px, 1.2vmin, 8px);
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx_section_catch {
  position: relative;
  z-index: 1;
}
.idx_section_catch .catch_sec_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.idx_section_catch .catch_sec_bg .item {
  position: absolute;
}

.catch_sec01 {
  background-color: #F3F1EF;
}
.catch_sec01::before, .catch_sec01::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  bottom: -1px;
  width: 50%;
  height: 156px;
  background-color: var(--main-color);
}
.catch_sec01::before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.catch_sec01::after {
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.catch_sec01 > div,
.catch_sec01 > section {
  z-index: 3;
}
.catch_sec01 .catch_sec_bg {
  right: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.catch_sec01 .item01 {
  top: 0;
  left: -30.6%;
  width: 98%;
  max-width: 1853px;
  height: 100%;
  background: url(../images/catch_sec01_decor01.svg) no-repeat right top/100% auto;
}
.catch_sec01 .item02 {
  top: auto;
  bottom: 0;
  right: -39.4%;
  width: calc(100% + 13px);
  height: 100%;
  background: url(../images/catch_sec01_decor02.svg) no-repeat left bottom/100% auto;
}

.catch_idx01_idx02 {
  position: relative;
  z-index: 1;
}
.catch_idx01_idx02::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: calc(var(--size-key-decor-grow-bot) - 1px);
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
}
.catch_idx01_idx02 .idx_decor {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: calc(var(--size-key-decor-grow-bot) - 1px);
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: calc(100% - var(--size-key-decor-grow-bot));
}
.catch_idx01_idx02 .idx_decor .item {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
}
.catch_idx01_idx02 .idx_decor .item_l {
  left: calc(var(--size-left-key-decor-item-left) - 791px);
  width: calc(100% + 17px);
  background: url(../images/idx_dercor_top01.svg) no-repeat right top/auto 100%;
}
.catch_idx01_idx02 .idx_decor .item_r {
  right: calc(var(--size-right-key-decor-item-right) + 34.8%);
  width: var(--size-w-key-decor-item-right);
  background: url(../images/idx_dercor_top02.svg) no-repeat left top/auto 100%;
}

.idx01 {
  padding: 0;
}
.idx01 h3 {
  font-size: calc(var(--ttl_size) - 3px);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.idx01 .btn-group {
  margin-top: 15px;
}
.idx01 .btn-group .btn {
  margin-left: auto;
  margin-right: auto;
}
.idx01 .btn-group .btn a {
  min-height: 50px;
}
.idx01 .content {
  align-items: inherit;
}
.idx01 .content .box {
  display: flex;
  flex-wrap: wrap;
  padding: 62px 79px 62px;
  background-color: #fff;
}
.idx01 .content ul {
  width: 100%;
}
.idx01 .content li {
  --size-w-date: 105px;
  --size-w-name-cate: 100px;
  margin-bottom: 1em;
  width: 100%;
}
.idx01 .content li:last-child {
  margin-bottom: 0;
}
.idx01 .content li a {
  display: flex;
  align-items: center;
  padding-right: 30px;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  background: url(../images/idx01_list_arr.png) no-repeat right 10px center/auto 9px;
}
.idx01 .content li a span {
  display: inline-block;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.idx01 .content li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx01 .content li a:hover {
    opacity: 0.7;
  }
}
.idx01 .content li a .date {
  min-width: var(--size-w-date);
  transition: all 0.3s;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--main-color);
}
.idx01 .content li a .name_cate {
  margin-left: 16px;
  margin-right: 18px;
}
.idx01 .content li a .name_cate > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin-right: 5px;
  min-width: var(--size-w-name-cate);
  min-height: 28px;
  font-size: 14px;

}
.idx01 .content li a .name_cate > span.column{
    background-color: #E2E2D9;
}
.idx01 .content li a .name_cate > span.news{
  background-color: #E2DCB0;
}
.idx01 .content li a .name_cate > span.case{
  background-color: #f0f2f5;
  color: var(--clr1);
}
.idx01 .content li a .title {
  position: relative;
  padding-left: 10px;
  width: auto;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .idx01 h3 {
    margin-bottom: 15px;
    text-align: center;
  }
  .idx01 .inner_big {
    max-width: 1298px;
  }
  .idx01 .box {
    --size-w-box-title: 170px;
    justify-content: space-between;
  }
  .idx01 .box .box_l {
    padding-top: 7px;
    width: var(--size-w-box-title);
  }
  .idx01 .box .box_r {
    width: calc(100% - var(--size-w-box-title) - 20px);
    max-width: 848px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .content .box {
    padding: 30px;
  }
}
.idx02 {
  padding: 128px 0 203px;
  color: white;
}
.idx02 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx02 .idx_box .ttl {
  margin-bottom: 16px;
  letter-spacing: 0;
  color: white;
}
.idx02 .idx_box .ttl.ttl_sm {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.05;
}
.idx02 .idx_box .ttl.ttl_big {
  font-size: calc(var(--ttl_size) + 5px);
  font-weight: 500;
  line-height: 1.7143;
}
.idx02 .idx_box .ttl:last-child {
  margin-bottom: 0;
}
.idx02 .idx_box .banner_gr {
  margin-top: 66px;
  font-size: clamp(8px, 0.8vw, 10px);
}
.idx02 .idx_box .banner_gr .banner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 10px;
  max-width: 398px;
  min-height: 11.6em;
  background-color: white;
  transition: var(--value-transition);
}
.idx02 .idx_box .banner_gr .banner p {
  margin-bottom: 2px;
  color: var(--main-color);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  transition: var(--value-transition);
}
.idx02 .idx_box .banner_gr .banner p:last-child {
  margin-bottom: 0;
}
.idx02 .idx_box .banner_gr .banner .txt-top {
  font-size: 1.4em;
  letter-spacing: 0.05em;
}
.idx02 .idx_box .banner_gr .banner .ttl {
  font-size: 1.8em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_box .banner_gr .banner:has(a:not([target*=_blank])):hover {
    background-color: #E2DCB0;
  }
}
.idx02 .idx_box .box_r .ct_area .cl-yl01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.055556;
}
@media only screen and (max-width: 1024px) {
  .idx02 .idx_box .box_r .ct_area .cl-yl01 {
    font-size: 16px;
  }
}
.idx02 .idx_box .box_r .ct_area p {
  margin-bottom: 45px;
}
.idx02 .idx_box .box_r .ct_area p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .idx02 .idx_box {
    justify-content: space-between;
  }
  .idx02 .idx_box .box_l {
    width: calc(45% - 30px);
  }
  .idx02 .idx_box .box_r {
    padding-top: 13px;
    width: 55%;
    max-width: 810px;
  }
}
@media only screen and (min-width: 1560px) {
  .idx02 .idx_box .box_r .ct_area .txt02 {
    margin-bottom: 34px;
  }
  .idx02 .idx_box .box_r .ct_area .txt03 {
    line-height: 1.9444445;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx02 .idx_box .box_r .ct_area .cl-yl01 {
    font-size: clamp(16px, 1.1vw, 17px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx02 .idx_box .box_l {
    width: calc(35% - 30px);
  }
  .idx02 .idx_box .box_r {
    width: 65%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_box .box_r .ct_area .cl-yl01 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx02 .idx_box .box_l {
    width: calc(44% - 20px);
  }
  .idx02 .idx_box .box_r {
    width: 53%;
  }
  .idx02 .idx_box .box_r .ct_area p br {
    display: none;
  }
}
.idx03 {
  position: relative;
  z-index: 2;
  padding-top: 167px;
}
.idx03 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx03 .idx_box .ct_area p {
  margin-bottom: 35px;
}
.idx03 .idx_box .ct_area p:last-child {
  margin-bottom: 0;
}
.idx03 .card_gr {
  --size-mg: 3.5px;
  margin-top: 63px;
  font-size: clamp(8px, 0.6vw, 10px);
}
.idx03 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.2em 1em 1em 1em;
  max-width: 37em;
  min-height: 48em;
  overflow: hidden;
}
.idx03 .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.5;
}
.idx03 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  will-change: transform;
  background: no-repeat center/cover;
}
.idx03 .card_gr .card p {
  text-align: center;
  color: white;
}
.idx03 .card_gr .card .num {
  margin-bottom: 1.5em;
  font-size: 2em;
  font-weight: 700;
  font-family: var(--f-en);
  letter-spacing: 0.1em;
  line-height: 1;
}
.idx03 .card_gr .card .card_ico {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.8em;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  background: no-repeat center/6.2em auto;
  background-color: white;
}
.idx03 .card_gr .card .card_ttl {
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.53571;
}
@media only screen and (min-width: 769px) {
  .idx03 .card_gr .card:hover::before {
    opacity: 0.3;
  }
  .idx03 .card_gr .card:hover::after {
    transform: scale(1.05);
  }
}
.idx03 .card_gr .c1 .card_ico {
  background-position: top 55% left 47%;
}
.idx03 .card_gr .c2 .card_ico {
  background-position: top 59% left 52%;
}
.idx03 .card_gr .c3 .card_ico {
  background-position: top 45% left 50%;
}
.idx03 .card_gr .c4 .card_ico {
  background-position: top 49% left 50%;
}
.idx03 .card_gr .c1::after {
  background-image: url(../images/idx03_card_bg_01.jpg);
}
.idx03 .card_gr .c1 .card_ico {
  background-image: url(../images/idx03_card_ico_1.png);
}
.idx03 .card_gr .c2::after {
  background-image: url(../images/idx03_card_bg_02.jpg);
}
.idx03 .card_gr .c2 .card_ico {
  background-image: url(../images/idx03_card_ico_2.png);
}
.idx03 .card_gr .c3::after {
  background-image: url(../images/idx03_card_bg_03.jpg);
}
.idx03 .card_gr .c3 .card_ico {
  background-image: url(../images/idx03_card_ico_3.png);
}
.idx03 .card_gr .c4::after {
  background-image: url(../images/idx03_card_bg_04.jpg);
}
.idx03 .card_gr .c4 .card_ico {
  background-image: url(../images/idx03_card_ico_4.png);
}

@media only screen and (min-width: 769px) {
  .idx03 .idx_box {
    --size-w-box-title: 350px;
    justify-content: space-between;
  }
  .idx03 .idx_box .box_title {
    padding-top: 11px;
    width: var(--size-w-box-title);
  }
  .idx03 .idx_box .box_ct {
    width: calc(100% - var(--size-w-box-title) - 40px);
    max-width: 1000px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx03 .idx_box {
    --size-w-box-title: 300px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box {
    --size-w-box-title: 240px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx03 .card_gr .card {
    min-height: 31em;
  }
  .idx03 .card_gr .card .card_ico {
    font-size: 0.9em;
  }
  .idx03 .card_gr .card .card_ttl {
    font-size: 2.4em;
  }
}
.idx04 {
  --size-padding-top-idx04: 230px;
  --size-padding-bot-idx04: 232px;
  position: relative;
  z-index: 2;
  padding-top: var(--size-padding-top-idx04);
  padding-bottom: var(--size-padding-bot-idx04);
}
.idx04 .idx04_title_top > p {
  line-height: 2;
}
.idx04 .feature_gr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.idx04 .feature_gr .feature_item {
  position: relative;
  z-index: 1;
}
.idx04 .feature_gr .feature_item h4 {
  margin-bottom: 14px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.idx04 .feature_gr .feature_item .ct_area p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2.14285;
}
.idx04 .feature_gr .feature_item .btn-group {
  margin-top: 24px;
}
.idx04 .feature_gr .feature_item .btn-group .btn a {
  min-height: 50px;
}
@media only screen and (min-width: 769px) {
  .idx04 .inner_max {
    position: relative;
    z-index: 2;
    max-width: 1655px;
  }
  .idx04 .box_title {
    margin-bottom: 39px;
  }
  .idx04 .idx04_title_top {
    position: absolute;
    left: 4.65%;
    top: -58px;
    width: 30%;
  }
  .idx04 .feature_gr {
    --size-space-around-pic: 50px;
    margin-left: auto;
    margin-right: 0;
    max-width: 1348px;
  }
  .idx04 .feature_gr .item_top,
  .idx04 .feature_gr .item_bot {
    padding-right: var(--size-space-around-pic);
  }
  .idx04 .feature_gr .item_top::before,
  .idx04 .feature_gr .item_bot::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--main-color);
  }
  .idx04 .feature_gr .item_top::after,
  .idx04 .feature_gr .item_bot::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -2;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0.2;
  }
  .idx04 .feature_gr .item_top::after {
    bottom: 0;
    height: calc(100% + var(--size-padding-top-idx04));
  }
  .idx04 .feature_gr .item_bot::after {
    top: 0;
    height: calc(100% + var(--size-padding-bot-idx04));
  }
  .idx04 .feature_gr .row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: var(--size-space-around-pic) 0;
  }
  .idx04 .feature_gr .row::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: -100vw;
    bottom: 0;
    width: calc(100% + 200vw);
    height: 1px;
    background-color: var(--main-color);
    opacity: 0.2;
  }
  .idx04 .feature_gr .row .feature_item:not(.item_pic) {
    padding-top: 38px;
    padding-bottom: var(--size-space-around-pic);
    width: calc((100% - var(--size-space-around-pic) * 2 - 33.33333%) / 2);
    max-width: 380px;
  }
  .idx04 .feature_gr .row .feature_item:not(.item_pic)::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
  }
  .idx04 .feature_gr .row .item_pic {
    margin-left: calc(var(--size-space-around-pic));
    margin-right: calc(var(--size-space-around-pic));
    width: 33.3333%;
    min-height: 330px;
  }
  .idx04 .feature_gr .row .item_pic::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: 0;
    top: calc(var(--size-space-around-pic) * -1);
    width: 1px;
    height: calc(100% + var(--size-space-around-pic) * 2);
    background-color: var(--main-color);
    opacity: 0.2;
  }
  .idx04 .feature_gr .row .item_pic picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .idx04 .feature_gr .row .item_pic picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .idx04 .feature_gr .feature_item {
    width: 33.3333%;
    max-width: 430px;
  }
}
@media only screen and (min-width: 1560px) {
  .idx04 .feature_gr .item_bot {
    transform: translateY(-6px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx04 .idx04_title_top {
    left: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .feature_gr {
    --size-space-around-pic: 30px;
    max-width: 900px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx04 {
    --size-padding-top-idx04: 100px;
    --size-padding-bot-idx04: 100px;
  }
  .idx04 h3,
  .idx04 .en_h3 {
    text-align: center;
  }
  .idx04 .idx04_title_top {
    position: unset;
    margin-bottom: 40px;
    width: 100%;
  }
  .idx04 .idx04_title_top > p {
    text-align: center;
  }
  .idx04 .feature_gr .item_top::after {
    height: 100%;
  }
  .idx04 .feature_gr .row .item_pic {
    display: flex;
    align-items: center;
  }
  .idx04 .feature_gr .row .item_pic picture {
    max-height: 200px;
  }
}
.idx05 {
  padding: 97px 0 111px;
  background-color: var(--main-color);
  color: white;
}
.idx05 .box_title_top {
  margin-bottom: 113px;
}
.idx05 .box_title_top > p {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
.idx05 .box_title h3 {
  margin-bottom: 30px;
}
.idx05 .idx_box_gr {
  display: flex;
  flex-wrap: wrap;
}
.idx05 .idx_box_gr .idx_box {
  padding: 23px 15px 15px;
  min-height: 470px;
  margin-bottom: 38px;
  max-width: 530px;
  background-color: white;
}
.idx05 .idx_box_gr .idx_box:last-child {
  margin-bottom: 0;
}
.idx05 .idx_box_gr .idx_box .btn-group {
  margin-top: 20px;
  width: 100%;
}
.idx05 .idx_box_gr .idx_box .btn-group .btn {
  width: 100%;
}
.idx05 .idx_box_gr .idx_box .btn-group .btn a {
  min-height: 50px;
}
.idx05 .idx_box_gr .idx_box .box_pic {
  position: relative;
  z-index: 1;
}
.idx05 .idx_box_gr .idx_box .box_pic img {
  margin-left: auto;
  margin-right: auto;
}
.idx05 .idx_box_gr .idx_box .box_pic > p {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--main-color);
}
.idx05 .idx_box_gr .idx_box .box_pic > p > span {
  padding: 7px 5px 8px 5px;
  letter-spacing: 0;
  line-height: 1.5;
  background-color: #F7F7F7;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.idx05 .idx_box_gr .idx_box .box_pic .txt-top {
  margin-bottom: 0;
  text-align: left;
}
.idx05 .idx_box_gr .idx_box .box_pic .txt-bot {
  margin-top: -24px;
  margin-bottom: 23px;
  text-align: right;
}
.idx05 .idx_box_gr .idx_box .box_ct {
  padding: 33px 29px 42px 35px;
  background-color: #F7F7F7;
}
.idx05 .idx_box_gr .idx_box .box_ct .ttl {
  font-size: 23px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: var(--main-color);
}
.idx05 .idx_box_gr .col_,
.idx05 .idx_box_gr .col_r {
  max-width: 530px;
}
.idx05 .idx_box_gr .box01 .box_pic picture {
  margin-top: -31px;
}

@media only screen and (min-width: 769px) {
  .idx05 .box_title {
    margin-bottom: 102px;
  }
  .idx05 .inner_big {
    max-width: 1140px;
  }
  .idx05 .idx_box_gr {
    justify-content: space-between;
  }
  .idx05 .idx_box_gr .col_l,
  .idx05 .idx_box_gr .col_r {
    width: calc(50% - 20px);
  }
  .idx05 .idx_box_gr .col_l {
    padding-top: 5px;
  }
  .idx05 .idx_box_gr .box01 .box_pic .txt-bot {
    margin-bottom: 24px;
    margin-right: 7.3%;
  }
}
@media only screen and (min-width: 1366px) {
  .idx05 .idx_box_gr .box01 {
    padding-top: 21px;
  }
  .idx05 .idx_box_gr .box01 .box_pic img {
    position: relative;
    left: -3%;
  }
  .idx05 .idx_box_gr .box02 .box_pic picture {
    margin-top: 3px;
  }
  .idx05 .idx_box_gr .box02 .box_pic .txt-bot {
    margin-top: -32px;
  }
  .idx05 .idx_box_gr .box03 .box_pic picture {
    margin-top: 4px;
  }
  .idx05 .idx_box_gr .box03 .box_pic .txt-bot {
    margin-top: -44px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .idx_box_gr .idx_box .box_pic > p {
    font-size: 16px;
    line-height: 2.5;
  }
  .idx05 .idx_box_gr .idx_box .box_ct .ttl {
    font-size: 20px;
  }
}
.idx_case {
  position: relative;
  z-index: 1;
  padding: 153px 0 110px;
  background-color: #F3F1EF;
}
.idx_case::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx_case_decor01.svg) no-repeat left top/auto 100%;
}
.idx_case .card_gr {
  --size-w-card:clamp(330px,24vw,450px);
  --size-space-left-right-card-ct: 40px;
  
}
.idx_case .card_gr .card {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: var(--size-w-card);
  max-width: var(--size-w-card);
}
.idx_case .card_gr .card .card_pic {
  position: relative;
  width: 100%;
  height: var(--size-w-card);
  z-index: 1;
}
.idx_case .card_gr .card .card_pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_case .card_gr .card .card_ct {
  padding-top: 44px;
  padding-bottom: 23px;
  padding-left: var(--size-space-left-right-card-ct);
  padding-right: var(--size-space-left-right-card-ct);
}
.idx_case .card_gr .card .card_ct p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx_case .card_gr .card .card_ct .ttl {
  margin-bottom: 12px;
  min-height: 3.5556em;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.777778;
}
.idx_case .card_gr .card .card_ct .txt {
  margin-bottom: 0;
  min-height: 3.375em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.6875;
}
.idx_case .card_gr .card .card_btn {
  margin-top: auto;
}
.idx_case .card_gr .card .card_btn p {
  width: 100%;
}
.idx_case .card_gr .card .card_btn a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px 10px var(--size-space-left-right-card-ct);
  min-height: 62px;
  border-top: 1px solid #EBEBEB;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--main-color);
  height: 100%;
  width: 100%;
  transition: var(--value-transition);
}
.idx_case .card_gr .card .card_btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 26px;
  top: 0;
  bottom: 1px;
  margin: auto 0;
  width: 5.5px;
  height: 9px;
  --mask: url(../images/idx_case_card_arr_ico.png);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

@media only screen and (min-width: 769px) {
  .idx_case .inner_max {
    position: relative;
    z-index: 1;
  }
  .idx_case .box_title {
    margin-bottom: 70px;
  }
  .idx_case .card_gr {
    --size-mg: 7px;
  }
  .idx_case .card_gr .card_btn:hover a {
    opacity: 1;
    color: white;
    background-color: var(--main-color);
  }
  .idx_case .card_gr .card_btn:hover a::after {
    background-color: white;
  }
  .idx_case .btn-group {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 40%;
    max-width: 386px;
  }
  .idx_case .btn-group .btn {
    width: 100%;
    max-width: 100%;
  }
  .idx_case .btn-group .btn a {
    min-height: 83px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_case {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .idx_case::before {
    left: -20%;
  }
  .idx_case .card_gr {
    --size-space-left-right-card-ct: 20px;
  }
  .idx_case .card_gr .card .card_ct {
    padding-top: 25px;
  }
}
.catch_sec02 {
  --size-h-bg-top: clamp(600px, 47.5vw, 912px);
  --size-w-clip-path: 987px;
  background-color: #F3F1EF;
}
.catch_sec02 .catch_sec_bg .item01 {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--size-h-bg-top);
  background: url(../images/idx_catch_sec02_bg01.jpg) no-repeat center/cover;
}
.catch_sec02 .catch_sec_bg .item02 {
  top: calc(var(--size-h-bg-top) - 31px);
  right: -820px;
  height: calc(100% - var(--size-h-bg-top) + 5%);
  width: 120%;
  max-width: 2255px;
  min-height: 1884px;
  background: url(../images/idx_catch_sec02_bg02.jpg) no-repeat center right/cover;
  clip-path: polygon(100% 0, var(--size-w-clip-path) 100%, 0 100%, calc(100% - var(--size-w-clip-path)) 0);
}
@media only screen and (min-width: 1921px) {
  .catch_sec02 .catch_sec_bg .item02 {
    left: 0;
    right: -1250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .catch_sec02 {
    --size-w-clip-path: 38%;
  }
  .catch_sec02 .catch_sec_bg .item02 {
    right: -30%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .catch_sec02 .catch_sec_bg .item02 {
    right: -36% s;
  }
}
.idx06 .box_title {
  padding-top: calc(var(--size-h-bg-top) * 0.223);
  padding-bottom: calc(var(--size-h-bg-top) * 0.205);
}
.idx06 .box_title h3,
.idx06 .box_title p {
  color: white;
}
.idx06 .idx_box {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box_catch {
    position: relative;
    z-index: 1;
  }
  .idx06 .idx_box_catch::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    top: 0;
    width: calc(100% - 76px);
    height: 100%;
    background-color: white;
  }
  .idx06 .box_title,
  .idx06 .idx_box {
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx06 .idx_box {
    --size-w-box-pic: 55%;
    padding-top: 148px;
    padding-bottom: 133px;
    justify-content: space-between;
  }
  .idx06 .idx_box .box_ct {
    width: calc(100% - var(--size-w-box-pic) - 20px);
  }
  .idx06 .idx_box .box_pic {
    width: var(--size-w-box-pic);
    max-width: 807px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx06 .box_title,
  .idx06 .idx_box {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }
  .idx06 .idx_box {
    --size-w-box-pic: 45%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.idx07 {
  padding: 122px 0 141px;
}
.idx07 .reason_box {
  --size-space-box-left: 15px;
  --size-space-box-top: 18px;
  position: relative;
  z-index: 1;
  padding: 4em 4.8em 4.8em;
  margin-left: var(--size-space-box-left);
  margin-top: var(--size-space-box-top);
  margin-bottom: 38.5px;
  font-size: clamp(8px, 0.8vw, 10px);
  background-color: white;
}
.idx07 .reason_box:last-child {
  margin-bottom: 0;
}
.idx07 .reason_box .num {
  position: absolute;
  left: calc(var(--size-space-box-left) * -1);
  top: calc(var(--size-space-box-top) * -1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0 3px;
  width: 3.0667em;
  height: 3.0667em;
  font-size: 3em;
  font-weight: 700;
  font-family: var(--f-en);
  letter-spacing: 0;
  line-height: 1;
  color: white;
  background-color: var(--main-color);
}
.idx07 .reason_box h4 {
  padding-left: 2.4em;
  margin-bottom: 1.04em;
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--main-color);
}
.idx07 .reason_box .ct_area {
  max-width: 798px;
}
.idx07 .reason_box .ct_area p {
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .idx07 .reason_box .ct_area p {
    letter-spacing: 0;
    line-height: 2.125;
  }
}
@media only screen and (max-width: 1024px) {
  .idx07 .reason_box .ct_area p {
    font-size: 14px;
  }
}
.idx07 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx07 .idx_box .box_r .btn-group .btn {
  width: 100%;
}
.idx07 .idx_box .box_r .btn-group .btn a {
  min-height: 109px;
}

@media only screen and (min-width: 769px) {
  .idx07 .box_title {
    margin-bottom: 72px;
  }
  .idx07 .idx_box {
    --size-w-box-r: 31%;
    justify-content: space-between;
    align-items: flex-end;
  }
  .idx07 .idx_box .box_l {
    width: calc(100% - var(--size-w-box-r) - 40px);
    max-width: 921px;
  }
  .idx07 .idx_box .box_r {
    width: var(--size-w-box-r);
    max-width: 453px;
  }
  .idx07 .idx_box .box_r .btn-group .btn {
    max-width: 100%;
    margin-bottom: 14px;
  }
  .idx07 .idx_box .box_r .btn-group .btn:last-child {
    margin-bottom: 0;
  }
  .idx07 .idx_box .box_r .btn-group .btn a {
    padding-top: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx07 .idx_box {
    --size-w-box-r: 40%;
  }
  .idx07 .idx_box .box_l {
    width: calc(100% - var(--size-w-box-r));
    max-width: unset;
  }
  .idx07 .idx_box .box_r {
    max-width: unset;
    padding-left: 30px;
    padding-right: 10px;
  }
  .idx07 .idx_box .box_r .btn-group {
    max-width: 453px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .idx07 .reason_box {
    --size-space-box-left: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx07 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.index08 {
  padding: 153px 0 110px;
}
.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;
  }
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

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