.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 900px;
  --size-padding-key-content-left-right: 5.6em;
  --size-space-left-key-bg: 32em;
  position: relative;
  z-index: 10;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  padding: 0 var(--size-padding-key-content-left-right);
  font-size: min(0.65vw, 10px);
}
.home_page .key::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  width: calc(100% - var(--size-space-left-key-bg));
  height: 100%;
  background: url(../images/idx_key_bg.jpg) no-repeat left center/cover;
  display: none;
}
.home_page .key::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  top: calc(var(--wrapper) * -1);
  width: calc(var(--size-space-left-key-bg) * 2);
  height: calc(100% + 2 * var(--wrapper));
  background-color: #f6f4f1;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:first-child {
  width: 100%;
  display: block;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:not(:first-child) {
  display: none;
}
.home_page .key .mv_slider {
  width: 100%;
}
.home_page .key .key-en-big {
  position: absolute;
  top: 0;
  left: -0.1429em;
  font-size: 14em;
  font-family: var(--f-cormorant-garamond);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.07143;
  color: white;
}
.home_page .key .key-en-big .line02 {
  padding-left: 2.33em;
}
.home_page .key .key_text_catch {
  position: relative;
  z-index: 1;
  padding-top: 13.2em;
  padding-bottom: 7.8%;
  width: 100%;
}
.home_page .key .key_text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .catch p {
  padding-left: 4.8846em;
  font-size: 2.6em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #7b6226;
}
.home_page .key .catch p > span {
  padding: 0.3846em 0.9231em 0.3846em 0.8846em;
  line-height: 2.3;
  background-color: white;
  box-shadow: 0 5px 5px rgba(67, 53, 46, 0.22);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.home_page .key h2,
.home_page .key p {
  letter-spacing: 0.1em;
  font-family: var(--f-jp);
}
.home_page .key h2 {
  padding-left: 0.9306em;
  margin-bottom: 0.3889em;
  font-size: 7.2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--clr1);
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
.home_page .key .loop_wrap {
  position: absolute;
  bottom: -6.5em;
  left: 0;
}
.home_page .key .loop_wrap .text {
	margin-right:.3em;
  font-size: 9em;
  letter-spacing: 0.075em;
  color: #e9e7e4;
  line-height: 1;
  text-transform: uppercase;
}
.home_page .key .key_video {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  width: calc(100% - var(--size-space-left-key-bg));
  height: 100%;
}
.home_page .key .key_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home_page .topic_path {
  display: none;
}
.home_page .h3_en {
  --size-w-line-h3-en-db-line: 50px;
  --size-space-line-with-content-h3-en: 20px;
  --cl-mode-line-h3-en: var(--main-color);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--main-color);
  text-transform: uppercase;
}
.home_page .h3_en.white {
  --cl-mode-line-h3-en: white;
}
.home_page .h3_en.double-line {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home_page .h3_en.double-line::before, .home_page .h3_en.double-line::after {
  content: "";
  display: block;
  height: 1px;
  min-width: var(--size-w-line-h3-en-db-line);
  background-color: var(--cl-mode-line-h3-en);
}
.home_page .h3_en.double-line::before {
  margin-right: var(--size-space-line-with-content-h3-en);
}
.home_page .h3_en.double-line::after {
  margin-left: var(--size-space-line-with-content-h3-en);
}
@media only screen and (min-width: 769px) {
  .home_page .h3_en.line-right {
    display: flex;
    align-items: flex-end;
  }
  .home_page .h3_en.line-right::after {
    content: "";
    position: relative;
    top: -6px;
    display: block;
    flex-grow: 1;
    margin-left: 15px;
    height: 1px;
    min-width: 50px;
    max-width: 91px;
    background-color: var(--cl-mode-line-h3-en);
  }
}
.home_page h3 {
  --size-mg-h3-st-box: 5px;
  position: relative;
  margin-bottom: 12px;
  color: var(--clr2);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 12px);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.home_page h3.center {
  text-align: center;
}
.home_page h3.h3_st_box .h3_box_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 16px 2px;
  width: fit-content;
  min-width: 200px;
  letter-spacing: 0.1em;
  color: white;
  background-color: #aea080;
}
.home_page h3.h3_st_box > span {
  margin: var(--size-mg-h3-st-box);
}
.home_page h3.fs36 {
  font-size: calc(var(--ttl_size) + 6px);
}
.home_page h3.fs36 .h3_box_item {
  font-size: 1.3333333em;
}
.home_page h3.fs30 {
  font-size: var(--ttl_size);
}
.home_page h3.white > span:not(.h3_box_last_item) {
  color: var(--main-color);
  background-color: white;
}
.home_page h3.center {
  text-align: center;
}
.home_page h3.white,
.home_page .h3_en.white {
  color: #fff;
}
.home_page .box_title {
  display: table;
}
.home_page .box_title.center {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px) {
  .home_page .key .inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
  .home_page .key::before {
    left: auto;
    right: 0;
    width: calc(1920px - var(--size-space-left-key-bg) + (100% - 1920px) / 2);
  }
  .home_page .key::after {
    width: calc((100% - 1920px) / 2 + var(--size-space-left-key-bg) * 2);
    left: 0;
  }
  .home_page .key .key_text {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: clamp(7px, 1.3vmin, 8px);
  }
  .home_page .key .catch p {
    line-height: 2.4;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key {
    font-size: clamp(6px, 0.8vmin, 7px);
  }
}
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;
}
.home_page .en-big {
  font-size: clamp(60px, 4.2vw, 80px);
  font-family: var(--f-en);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #a79985;
}

.TabContainer.style01 .TabPager {
  --size-mg: 1em;
  padding-left: var(--size-mg);
  padding-right: var(--size-mg);
  margin-bottom: calc(2.7em + 20px - var(--size-mg));
  font-size: min(0.8vw, 10px);
}
.TabContainer.style01 .TabPager > div {
  position: relative;
  z-index: 1;
  padding: 5px 5px 5px 5px;
  margin: var(--size-mg);
  width: calc(33.3333333% - var(--size-mg) * 2);
  max-width: 300px;
  min-height: 8em;
  background-color: #696156;
}
.TabContainer.style01 .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: calc(-2.7em + 1px);
  margin-left: auto;
  margin-right: auto;
  width: 2.2em;
  height: 2.7em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: white;
  transition: var(--value-transition);
  opacity: 0;
}
.TabContainer.style01 .TabPager > div p {
  margin-bottom: 0;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  transition: var(--value-transition);
}
.TabContainer.style01 .TabPager > div.active {
  background-color: white;
}
.TabContainer.style01 .TabPager > div.active::after {
  opacity: 1;
}
.TabContainer.style01 .TabPager > div.active p {
  color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .TabContainer.style01 .TabPager > div:not(.active):hover {
    background-color: #7a6342;
  }
}
.TabContainer.style01 .TabContent .content.active {
  opacity: 1;
}

.TabContainer.style02 .TabPager {
  justify-content: flex-end;
  padding-left: 40px;
  font-size: min(0.8vw, 10px);
}
.TabContainer.style02 .TabPager > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5em 5px 1.5em;
  min-height: 9em;
  width: 50%;
  max-width: 300px;
  border-radius: 12px 12px 0 0;
  background-color: #aea080;
  transition: var(--value-transition);
}
.TabContainer.style02 .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.7em;
  height: 0.9em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #aea080;
  opacity: 0;
}
.TabContainer.style02 .TabPager > div p {
  line-height: 1.4;
  text-align: center;
  transition: var(--value-transition);
  color: white;
}
.TabContainer.style02 .TabPager > div .en {
  display: block;
  margin-bottom: 2px;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.TabContainer.style02 .TabPager > div .tt {
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.TabContainer.style02 .TabPager > div.active {
  background-color: white;
}
.TabContainer.style02 .TabPager > div.active::after {
  opacity: 1;
}
.TabContainer.style02 .TabPager > div.active .en {
  color: #aea080;
}
.TabContainer.style02 .TabPager > div.active .tt {
  color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .TabContainer.style02 .TabPager > div:not(.active):hover {
    background-color: #7a6342;
  }
}

.home_page .en-big {
  font-size: clamp(50px, 4.2vw, 80px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #a79985;
}

.idx01 {
  --size-padding-left-right-content-box: clamp(60px, 5.3vw, 100px);
  padding: calc(var(--wrapper) + 83px) 0px 80px;
}
.idx01 h3,
.idx01 .h3_en {
  text-align: center;
}
.idx01 h3 {
  padding-top: 38px;
  margin-bottom: 5px;
  font-weight: 500;
  background: url(../images/idx01_h3_ico.png) no-repeat center top/42px auto;
}
.idx01 .box_title {
  position: relative;
  z-index: 1;
  margin: 0 auto 46px;
}
.idx01 .box_title::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: -8.8em;
  top: -6.1em;
  width: 18em;
  height: 18.1em;
  font-size: clamp(6px, 0.65vw, 10px);
  background: url(../images/idx01_icon_logo.png) no-repeat center/cover;
}
.idx01 .btn-group .btn.style01 {
  width: 100%;
}
.idx01 .btn-group .btn {
  position: relative;
  z-index: 1;
  display: none;
}
.idx01 .btn-group .btn.active {
  z-index: 2;
  display: block;
}
.idx01 .TabContainer .TabPager {
  --size-mg: 1px;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 40px;
  margin-left: calc(var(--size-mg) * -1);
  margin-right: calc(var(--size-mg) * -1);
}
.idx01 .TabContainer .TabPager > div {
  min-height: 6.6em;
  max-width: 200px;
  margin-left: var(--size-mg);
  margin-right: var(--size-mg);
}
.idx01 .TabContainer .TabPager > div::after {
  background-color: #b8ada5;
}
.idx01 .TabContainer .TabPager > div .tt {
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
.idx01 .TabContainer .TabPager > div.active {
  background-color: #f6f4f1;
}
.idx01 .TabContainer .TabContent .content {
  background-color: #f6f4f1;
}
.idx01 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx01 .content {
  align-items: inherit;
}
.idx01 .content .box {
  padding: 22px var(--size-padding-left-right-content-box) 57px var(--size-padding-left-right-content-box);
}
.idx01 .content li {
  border-bottom: 1px solid rgba(184, 173, 165, 0.3);
  width: auto;
}
.idx01 .content li a {
  position: relative;
  z-index: 1;
  display: flex;
  text-decoration: none;
  padding: 28px 35px 28px 10px;
  --w: 8.5em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  max-width: 100%;
  color: var(--clr1);
}
.idx01 .content li a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0;
}
.idx01 .content li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #c5a455;
}
.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::before {
    width: 100%;
    opacity: 1;
  }
  .idx01 .content li a:hover::after {
    background-color: white;
  }
  .idx01 .content li a:hover span {
    color: white;
  }
}
.idx01 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  font-weight: 500;
}
.idx01 .content li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx01 .content .news {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .idx01 .idx_box {
    --w-box-title: 380px;
  }
  .idx01 .idx_box .box_l {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 61px 40px 0 40px;
    width: var(--w-box-title);
  }
  .idx01 .idx_box .box_r {
    width: calc(100% - var(--w-box-title));
  }
  .idx01 .btn-group {
    width: 100%;
  }
  .idx01 .btn-group .btn {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx01 .btn-group .btn a {
    font-size: 1.6em;
    min-height: 54px;
  }
}
@media only screen and (min-width: 1566px) {
  .idx01 .content li:nth-child(2) a, .idx01 .content li:nth-child(3) a {
    padding-bottom: 27px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 {
    --size-padding-left-right-content-box: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx01 .idx_box {
    --w-box-title: 280px;
  }
  .idx01 .TabContainer .TabPager {
    font-size: 1vw;
  }
  .idx01 .TabContainer .TabPager > div {
    max-width: 150px;
  }
  .idx01 .idx_box .box_l {
    padding-left: 0;
  }
}
.idx02 {
  position: relative;
  z-index: 2;
  padding: 88px 0 90px;
}
.idx02::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 264px);
  background: no-repeat center top/cover;
}
.idx02 .idx_logo {
  max-width: 467px;
  margin-bottom: 49px;
}
.idx02 .idx_logo:hover a {
  opacity: 1;
}
.idx02 .infor_address {
  color: white;
}
.idx02 .idx02-btn-gr {
  margin-top: 16px;
}
.idx02 .pic01 {
  margin-top: 80px;
}
.idx02 .idx_box {
  margin-bottom: 78px;
}
.idx02 .idx_box p {
  color: white;
}
@media only screen and (min-width: 769px) {
  .idx02::before {
    background-image: url(../images/idx02_bg.jpg);
  }
  .idx02 .box_title {
    display: block;
    margin-bottom: 38px;
  }
  .idx02 .idx_box .box_l {
    width: calc(50% - 30px);
  }
  .idx02 .idx_box .box_r {
    padding-top: 20px;
    width: 50%;
  }
  .idx02 .idx02-btn-gr {
    --size-mg: clamp(5px, .7vw, 10px);
  }
  .idx02 .idx02-btn-gr .btn-group .btn {
    height: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_logo {
    max-width: 320px;
  }
}
.idx03 {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.idx03::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f4f1;
}
.idx03 h3 {
  font-weight: 500;
}
.idx03 h3 .h3_box_item {
  position: relative;
}
.idx03 h3 .h3_box_item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: -0.625em;
  top: -0.6458em;
  width: 0.7083em;
  height: 0.6875em;
  background: url(../images/idx03_h3_ico.png) no-repeat center/cover;
}
.idx03 h3 .h3_box_last_item {
  color: var(--clr1);
}
.idx03 .idx_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 65px 79px 90px 79px;
}
.idx03 .idx_box .btn-group {
  margin-top: 42px;
}
.idx03 .idx_box .box_ct {
  max-width: 417px;
}
.idx03 .idx_box .box_pic {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 608px;
  font-size: min(0.8vw, 10px);
}
.idx03 .idx_box .box_pic::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  left: 15.1%;
  top: -1.9em;
  width: 14em;
  height: 14em;
  border-radius: 50%;
  background: no-repeat center/8.8em auto;
  background-color: rgba(197, 164, 85, 0.9);
}
.idx03 .idx_box .box_pic > picture {
  width: calc(50% - 4px);
  max-width: 300px;
}
.idx03 .idx_box .box_pic > picture:first-child {
  margin-top: 5.1em;
}
.idx03 .idx_box.box01 .box_pic::before {
  background-image: url(../images/idx03_box_icon_man.png);
}
.idx03 .idx_box.box02 .box_pic::before {
  background-image: url(../images/idx03_box_icon_women.png);
}

@media only screen and (min-width: 769px) {
  .idx03 {
    --size-mg-bot-box-title: -42px;
  }
  .idx03 .box_title {
    margin-bottom: var(--size-mg-bot-box-title);
    margin-left: -5px;
    width: 50%;
    max-width: 580px;
  }
  .idx03 h3 {
    margin-bottom: 17px;
  }
  .idx03 h3.h3_st_box .h3_box_last_item {
    margin-left: 15px;
  }
  .idx03 .h3_en.line-right {
    margin-left: 8px;
  }
  .idx03 .h3_en.line-right::after {
    max-width: 348px;
  }
  .idx03 .idx_box {
    --size-w-box-pic: 55%;
    --size-space-between: clamp(40px, 3.5vw, 66px);
    justify-content: flex-end;
  }
  .idx03 .idx_box .box_ct {
    padding-top: 23px;
    width: calc(100% - var(--size-space-between) - var(--size-w-box-pic));
    margin-right: var(--size-space-between);
  }
  .idx03 .idx_box .box_pic {
    width: var(--size-w-box-pic);
  }
}
@media only screen and (min-width: 1561px) {
  .idx03 h3.h3_st_box .h3_box_last_item {
    position: relative;
    bottom: -4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx03 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx03 .h3_en.line-right::after {
    max-width: 320px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx03 .box_title {
    width: 60%;
  }
  .idx03 .TabContainer.style02 .TabPager {
    padding-left: 60%;
  }
  .idx03 .h3_en.line-right::after {
    max-width: 290px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 h3 .h3_box_item::before {
    left: -0.5em;
    top: -0.5em;
  }
  .idx03 .idx_box {
    --size-w-box-pic: 50%;
    padding: 40px 40px 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx03 .h3_en.line-right::after {
    max-width: 140px;
  }
}
.idx04 {
  --size-pad-top-bottom-tab: 15px;
  padding: 89px 0 110px;
}
.idx04 h3 {
  font-weight: 500;
}
.idx04 h3 .h3_box_last_item {
  font-weight: 400;
}
.idx04 .box_title {
  margin-bottom: 49px;
}
.idx04 .inner_max {
  position: relative;
  z-index: 1;
}
.idx04 .inner_max::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: max((100% - 1280px) / 2, 20px);
  top: -13px;
  width: 26em;
  height: 26.1em;
  font-size: min(0.8vw, 10px);
  background: url(../images/idx04_logo_ico.png) no-repeat center/cover;
  opacity: 0.1;
}
.idx04 .card_gr {
  font-size: min(0.7vw, 10px);
  justify-content: flex-start;
}
.idx04 .card_gr .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0.5em 4em 0.5em 2.8em;
  max-width: 300px;
  min-height: 8em;
  border: 1px solid #a79985;
  background-color: #f6f4f1;
  transition: var(--value-transition);
}
.idx04 .card_gr .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 1.6em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.9em;
  height: 1.9em;
  border-radius: 50%;
  background: url(../images/idx04_card_arr_ico.png) no-repeat center/cover;
  background-color: #a79985;
}
.idx04 .card_gr .item .card_ttl {
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #696156;
}
.idx04 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx04 .idx_box .box_r {
  max-width: 386px;
}
.idx04 .TabContainer .content_item {
  padding: var(--size-pad-top-bottom-tab) 33px var(--size-pad-top-bottom-tab);
}
@media only screen and (min-width: 769px) {
  .idx04 {
    background-image: url(../images/idx04_bg.jpg);
  }
  .idx04 h3 {
    margin-bottom: 15px;
  }
  .idx04 .h3_en.line-right {
    margin-left: 8px;
  }
  .idx04 .h3_en.line-right::after {
    max-width: 100%;
  }
  .idx04 .box_title {
    padding-left: 5.2%;
  }
  .idx04 .card_gr {
    --size-mg: 6px;
  }
  .idx04 .card_gr .card:hover {
    background-color: #e1e1e1;
  }
  .idx04 .idx_box {
    --size-w-pic: 29%;
    --size-space-right-box-l: 17px;
    justify-content: flex-end;
    align-items: center;
    min-height: clamp(200px, 24vw, 450px);
  }
  .idx04 .idx_box .box_l {
    padding-right: var(--size-space-right-box-l);
    width: calc(100% - var(--size-w-pic));
    max-width: calc(924px + var(--size-space-right-box-l));
  }
  .idx04 .idx_box .box_r {
    align-self: flex-end;
    margin-top: calc(var(--size-pad-top-bottom-tab) * -1 - 1px);
    margin-bottom: calc(var(--size-pad-top-bottom-tab) * -1 - 1px);
    width: var(--size-w-pic);
    opacity: 0;
  }
  .idx04 .TabContainer .content_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/idx04_img01_bg_pc.png) no-repeat right top/auto 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx04 .card_gr.gr01 .c2 .line02 {
    margin-left: -0.7em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx04 {
    --size-pad-top-bottom-tab: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 h3 {
    font-size: 28px;
  }
  .idx04 .box_title {
    padding: 0 20px;
  }
  .idx04 .idx_box {
    --size-w-pic: 23%;
  }
  .idx04 .TabContainer .content_item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx04 .card_gr {
    --size-mg: 3px;
    font-size: 0.8vw;
  }
  .idx04 .card_gr .item {
    padding-left: 1.8em;
  }
  .idx04 .card_gr .item::after {
    font-size: 7px;
    right: 1em;
  }
}
.idx05 {
  position: relative;
  z-index: 1;
  padding: 75px 0 100px;
}
.idx05::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 51.4%;
  background-color: #f6f4f1;
}
.idx05 h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #b4a998;
}
.idx05 h4 {
  margin-bottom: 31px;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  color: var(--clr1);
}
.idx05 .en-big {
  margin-bottom: 19px;
}
.idx05 .box_title {
  margin-bottom: 14px;
}
.idx05 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx05 .idx_box .btn-group {
  margin-top: 39px;
}
.idx05 .banner_gr {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.idx05 .banner_gr .banner {
  position: relative;
  z-index: 1;
  margin: 5px;
  max-width: 600px;
}

@media only screen and (min-width: 769px) {
  .idx05 h3 {
    margin-left: 5px;
  }
  .idx05 .inner_max {
    max-width: 1772px;
  }
  .idx05 .idx_box {
    --size-w-box-pic: 47%;
    --size-space-between: clamp(40px, 3.5vw, 67px);
    justify-content: flex-end;
  }
  .idx05 .idx_box .ct_area {
    padding-left: 29px;
  }
  .idx05 .idx_box .box_ct {
    margin-right: var(--size-space-between);
    width: calc(100% - var(--size-w-box-pic) - var(--size-space-between));
    max-width: 641px;
  }
  .idx05 .idx_box .box_pic {
    padding-top: 15px;
    width: var(--size-w-box-pic);
    max-width: 800px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx05::before {
    height: calc(100% - 31vw);
  }
  .idx05 h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .banner_gr .banner {
    max-width: 400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx05::before {
    height: calc(100% - 35vw);
  }
}
.idx06 {
  padding: 74px 0 95px;
}
.idx06 h3 {
  color: var(--clr2);
}
.idx06 .h3_en {
  color: var(--main-color);
}
.idx06 .card_gr {
  font-size: min(0.56vw, 10px);
}
.idx06 .card_gr .card {
  --size-space-left-right-border-picture: 10px;
  position: relative;
  z-index: 1;
  max-width: 387px;
}
.idx06 .card_gr .card .card_pic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.idx06 .card_gr .card .card_pic::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  inset: var(--size-space-left-right-border-picture);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.idx06 .card_gr .card .card_pic .card_pic_ttl {
  position: absolute;
  z-index: 3;
  bottom: 0;
  top: 0;
  left: var(--size-space-left-right-border-picture);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 1.4583em 5px;
  margin-top: auto;
  margin-bottom: auto;
  width: calc(100% - var(--size-space-left-right-border-picture) * 2);
  min-height: 2.5833em;
  height: fit-content;
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: var(--main-color);
  background-color: rgba(255, 255, 255, 0.95);
}
.idx06 .card_gr .card .card_pic .card_pic_ttl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0.4583em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.7917em;
  height: 0.7917em;
  border-radius: 50%;
  background: url(../images/idx06_card_ttl_arr_ico.png) no-repeat center/cover;
}
.idx06 .card_gr .card .card_pic picture {
  will-change: transform;
  transform-origin: center center;
  transition: var(--value-transition);
}
.idx06 .card_gr .card .card_ct {
  margin-top: 2em;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.idx06 .card_gr .card .card_ct p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .idx06 .card_gr .card .card_ct p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) {
  .idx06 {
    background-image: url(../images/idx06_bg.jpg);
  }
  .idx06 h3 {
    margin-bottom: 10px;
  }
  .idx06 .box_title {
    margin-bottom: 40px;
  }
  .idx06 .inner_max {
    max-width: 1800px;
  }
  .idx06 .card_gr {
    --size-mg: 2.3em;
    align-items: flex-start;
  }
  .idx06 .card_gr .card:hover .card_pic picture {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx06 .card_gr {
    --size-mg: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .card_gr {
    font-size: min(0.8vw, 7px);
  }
}
.idx_flow {
  padding: 70px 0 80px;
}
.idx_flow .btn-group {
  margin-top: 58px;
}
.idx_flow .btn-group .btn {
  margin-left: auto;
  margin-right: auto;
}
.idx_flow .inner_swiper {
  position: relative;
  z-index: 1;
}
.idx_flow .inner_swiper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 10em;
  height: 100%;
  background-color: white;
}
.idx_flow .swiper {
  --value-transition: transform 0.75s cubic-bezier(.22, 1, .36, 1);
  --size-w-card: 50em;
  --size-h-first-card: 55.2em;
  font-size: min(0.8vw, 10px);
}
.idx_flow .swiper-btn-group {
  position: absolute;
  z-index: 23;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: var(--size-w-card);
  height: 1px;
  cursor: pointer;
  transition: var(--value-transition);
}
.idx_flow .swiper-btn-group .swiper-btn {
  position: absolute;
  z-index: 2;
  top: -3.6em;
  width: 7.2em;
  height: 7.2em;
  background-color: rgba(167, 153, 133, 0.8);
  transition: all 0.3s;
}
.idx_flow .swiper-btn-group .swiper-btn::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2em;
  height: 1.7em;
  background: no-repeat center/cover;
}
.idx_flow .swiper-btn-group .swiper-btn.pre {
  left: -3.6em;
}
.idx_flow .swiper-btn-group .swiper-btn.pre::before {
  background-image: url(../images/swiper_btn_pre_ico.png);
}
.idx_flow .swiper-btn-group .swiper-btn.next {
  right: -3.6em;
}
.idx_flow .swiper-btn-group .swiper-btn.next::before {
  background-image: url(../images/swiper_btn_next_ico.png);
}
@media only screen and (min-width: 769px) {
  .idx_flow .swiper-btn-group .swiper-btn:hover {
    background-color: #a79985;
  }
}
.idx_flow .card_gr .card {
  position: relative;
  z-index: 1;
  padding: 2em 2em 4em;
  margin: 0 var(--size-mg);
  width: var(--size-w-card);
  min-height: var(--size-h-first-card);
  transform: var(--ratio-scale);
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  transform: var(--ratio-scale);
  transition: var(--value-transition);
  background-color: #f6f4f1;
}
.idx_flow .card_gr .card .card_pic {
  margin-bottom: 2.8em;
}
.idx_flow .card_gr .card .card_ct {
  display: flex;
}
.idx_flow .card_gr .card .card_ct .point {
  padding-top: 0.4286em;
  min-width: 8em;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--main-color);
  text-align: center;
  text-transform: uppercase;
  transition: var(--value-transition);
}
.idx_flow .card_gr .card .card_ct .point .num {
  display: block;
  line-height: 1;
  font-size: 4.2857em;
  font-weight: 400;
  letter-spacing: 0;
  transition: var(--value-transition);
}
.idx_flow .card_gr .card .card_ct .card_ct_right {
  flex-grow: 1;
  padding-left: 1.2em;
}
.idx_flow .card_gr .card .card_ct .card_ct_right h4 {
  margin-bottom: 0.4167em;
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--clr1);
  transition: var(--value-transition);
}
.idx_flow .card_gr .card .card_ct .card_ct_right .ct_area {
  max-width: 330px;
}
.idx_flow .card_gr .card .card_ct .card_ct_right .ct_area p {
  transition: var(--value-transition);
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .idx_flow .card_gr .card .card_ct .card_ct_right .ct_area p {
    font-size: 14px;
  }
}
.idx_flow .swiper {
  --ratio-scale: scale(.84044);
  --value-move-x-pre-next: 4em;
  --value-move-x-before-after-pre-next: 2.4em;
  --transform-before-pre-item: translateX(calc(var(--value-move-x-before-after-pre-next) * -1)) var(--ratio-scale);
  --transform-pre-item: translateX(calc(var(--value-move-x-pre-next) * -1)) var(--ratio-scale);
  --transform-active-item: scale(1);
  --transform-next-item: translateX(var(--value-move-x-pre-next)) var(--ratio-scale);
  --transform-after-next-item: translateX(var(--value-move-x-before-after-pre-next)) var(--ratio-scale);
}
.idx_flow .card_gr.swiper-wrapper {
  position: relative;
}
.idx_flow .card_gr.swiper-wrapper .swiper-slide:has(~ .swiper-slide-prev) {
  transform: var(--transform-before-pre-item);
}
.idx_flow .card_gr.swiper-wrapper .swiper-slide-prev {
  transform: var(--transform-pre-item);
}
.idx_flow .card_gr.swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: var(--transform-active-item);
}
.idx_flow .card_gr.swiper-wrapper .swiper-slide-next {
  transform: var(--transform-next-item);
}
.idx_flow .card_gr.swiper-wrapper .swiper-slide-next ~ .swiper-slide {
  transform: var(--transform-after-next-item);
}
@media only screen and (min-width: 769px) {
  .idx_flow .box_title {
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 1921px) {
  .idx_flow .inner_slick {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx_flow .inner_swiper::before {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx_flow .inner_swiper::before {
    width: 40px;
  }
}
.idx_fee h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.idx_fee .h3_en {
  font-weight: 400;
  letter-spacing: 0.05em;
  color: white;
}
.idx_fee .inner_big {
  max-width: 1240px;
}
.idx_fee .idx_box {
  --fs-arr: clamp(7px, .7vw, 10px);
  --fs-logo-ico: clamp(7px, .7vw, 10px);
  position: relative;
  z-index: 1;
  padding: 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 260px;
  background-color: #aea080;
  transition: var(--value-transition);
}
.idx_fee .idx_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  inset: 10px;
  border: 1px solid #d5c5a0;
}
.idx_fee .idx_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 10px;
  bottom: 10px;
  width: 13.2em;
  height: 13.3em;
  background: url(../images/idx_fee_logo_ico.png) no-repeat center/cover;
  font-size: var(--fs-logo-ico);
  opacity: 0.1;
}
.idx_fee .idx_box .ct_area p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.777778;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .idx_fee .idx_box .ct_area p {
    font-size: 16px;
  }
}
.idx_fee .idx_box .box_ct {
  position: relative;
  z-index: 3;
}
.idx_fee .idx_box .box_arr {
  position: absolute;
  z-index: 4;
  right: 3.8em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 5.2em;
  height: 5.2em;
  border-radius: 50%;
  font-size: var(--fs-arr);
  background-color: rgba(174, 160, 128, 0.8);
}
.idx_fee .idx_box .box_arr::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  margin: auto;
  width: 2em;
  height: 1.7em;
  --mask: url(../images/idx_fee_box_arr_ico_white.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: white;
}
.idx_fee .idx_box .link a {
  z-index: 5;
}

@media only screen and (min-width: 769px) {
  .idx_fee h3 {
    margin-bottom: 0;
    font-size: 6em;
    line-height: 1.2;
  }
  .idx_fee .h3_en {
    font-size: 2.4em;
  }
  .idx_fee .box_title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 0;
  }
  .idx_fee .box_title .h3_en {
    margin-left: 13px;
  }
  .idx_fee .idx_box {
    --size-radius-box-pic: 300px;
    display: flex;
    align-items: center;
    padding-left: 7.3em;
    font-size: min(1vw, 10px);
  }
  .idx_fee .idx_box:hover {
    background-color: #856f3d;
  }
  .idx_fee .idx_box .box_ct {
    width: calc(50% - 6em);
  }
  .idx_fee .idx_box .box_pic {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    width: 50%;
    border-radius: var(--size-radius-box-pic) 0 0 var(--size-radius-box-pic);
  }
  .idx_fee .idx_box .box_pic::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: 12px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d5c5a0;
    border-radius: inherit;
    opacity: 0.3;
  }
  .idx_fee .idx_box .box_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--size-radius-box-pic) 0 0 var(--size-radius-box-pic);
  }
}
.idx_greeting h3 {
  padding-top: 1.7143em;
  margin-bottom: 24px;
  min-width: 100px;
  text-align: center;
  background: url(../images/idx_feature_h3_ico.png) no-repeat center top/1.4762em auto;
}
.idx_greeting .idx_box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.idx_greeting .idx_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  bottom: 0;
  background-color: #f6f4f1;
}
.idx_greeting .idx_box .box_pic {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  max-width: 827px;
}
.idx_greeting .idx_box .box_pic picture {
  width: calc(50% - 5px);
  max-width: 400px;
}
.idx_greeting .idx_box .box_pic picture:nth-child(2) {
  margin-top: max(7.35%, 30px);
}
.idx_greeting .idx_box .box_pic .en-big {
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 100%;
  text-align: center;
}
.idx_greeting .btn-group {
  margin-top: 50px;
}

@media only screen and (min-width: 769px) {
  .idx_greeting {
    padding: 89px 0 99px;
  }
  .idx_greeting .inner_max {
    max-width: 1695px;
  }
  .idx_greeting .idx_box {
    --size-space-left-bg: 187px;
    --size-w-box-pic: 54%;
    padding-bottom: 90px;
    align-items: flex-start;
    max-width: 1557px;
  }
  .idx_greeting .idx_box::before {
    width: calc(100% - var(--size-space-left-bg));
    height: calc(100% - 122px);
  }
  .idx_greeting .idx_box .box_pic {
    width: var(--size-w-box-pic);
  }
  .idx_greeting .idx_box .box_ct {
    padding-top: 80px;
    padding-left: 86px;
    padding-right: 78px;
    width: calc(100% - var(--size-w-box-pic));
    max-width: 730px;
  }
  .idx_greeting .btn-group {
    --size-mg: 15px;
    width: calc(100% - var(--size-space-left-bg));
    margin-left: var(--size-space-left-bg);
  }
  .idx_greeting .idx_box .box_pic .en-big {
    padding-left: 6.5%;
  }
}
@media only screen and (min-width: 1561px) {
  .idx_greeting .btn-group {
    position: relative;
    right: 2.3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx_greeting .idx_box .box_ct {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_greeting .idx_box {
    --size-space-left-bg: 12vw;
    padding-bottom: 60px;
  }
}
.idx_feature {
  --value-transition: all 0.5s ease;
}
.idx_feature .feature_gr h4,
.idx_feature .feature_gr p {
  color: white;
}
.idx_feature .feature_gr h4 {
  margin-bottom: 22px;
  font-size: var(--ttl_size);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.idx_feature .ft_box {
  position: relative;
  z-index: 1;
  transition: var(--value-transition);
  background: no-repeat right top/cover;
  cursor: pointer;
}
.idx_feature .ft_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #766a5a;
  transition: var(--value-transition);
  opacity: 0.5;
}
.idx_feature .ft_box .point {
  font-size: 7.2em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.idx_feature .ft_box .ct_area p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .idx_feature .ft_box .ct_area p {
    font-size: 14px;
  }
}
.idx_feature .box01 {
  background-image: url(../images/idx_feature_box_bg01.jpg);
}
.idx_feature .box02 {
  background-image: url(../images/idx_feature_box_bg02.jpg);
}
.idx_feature .box03 {
  background-image: url(../images/idx_feature_box_bg03.jpg);
}
.idx_feature .box04 {
  background-image: url(../images/idx_feature_box_bg04.jpg);
}
.idx_feature .btn-group {
  margin-top: 40px;
}

@media only screen and (min-width: 769px) {
  .idx_feature {
    padding: 56px 0 96px;
    background-image: url(../images/idx_feature_bg.jpg);
  }
  .idx_feature .box_title {
    margin-bottom: 39px;
  }
  .idx_feature .feature_gr {
    --size-w-active: 50%;
    --size-min-height-ft-box: 500px;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(8px, 0.7vw, 10px);
  }
  .idx_feature .ft_box {
    width: calc((100% - var(--size-w-active)) / 3);
    height: var(--size-min-height-ft-box);
    transform-origin: 50% 50%;
  }
  .idx_feature .ft_box .point {
    position: absolute;
    left: 0;
    top: 0.7083em;
    width: 100%;
  }
  .idx_feature .ft_box .box_ct {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: calc(var(--size-min-height-ft-box) * 0.411) 4em 4em;
    opacity: 0;
    transition: var(--value-transition);
    box-sizing: border-box;
  }
  .idx_feature .ft_box .box_ct .box_ct_catch {
    max-width: 440px;
    opacity: 0;
  }
  .idx_feature .ft_box.active {
    width: var(--size-w-active);
  }
  .idx_feature .ft_box.active::before {
    opacity: 0.8;
  }
  .idx_feature .ft_box.active .box_ct {
    opacity: 1;
    transition-delay: 0.25s;
  }
  .idx_feature .ft_box.active .box_ct .box_ct_catch {
    opacity: 1;
  }
}
.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;
}

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

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