@charset "UTF-8";
.home_page .key {
  --height: 77.34375vw;
  --min-height: 650px;
  --max-height: 990px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  overflow: hidden;
  font-size: 10px;
  background: url(../images/idx_key_bg.jpg) no-repeat top center/cover;
}
@media only screen and (min-width: 2000px) {
  .home_page .key {
    --max-height: 100vh;
  }
}
.home_page .key .mv_slider:not(.slick-initialized) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home_page .key .key_text {
  position: relative;
  width: 100%;
  height: 100%;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 10em;
  min-width: 100%;
}
.home_page .key .key_text .inner {
  width: 100%;
  max-width: 1440px;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_text .inner {
    padding: 0 40px;
  }
}
.home_page .key .catch .title,
.home_page .key .catch .jp {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.home_page .key .catch .title {
  line-height: 1.5135135135;
  margin-bottom: 0.4594594595em;
  font-size: 3.7em;
}
.home_page .key .catch .jp {
  line-height: 1.5;
  font-size: 1.4em;
}
.home_page .key .idx_key_list {
  margin: 3.6em auto 0 0;
  max-width: 54.2em;
  position: relative;
  z-index: 1;
}
.home_page .key .idx_key_list::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx_key_border.svg) no-repeat center/contain;
  width: 57.1em;
  height: 20.1em;
  top: calc(50% - 10.1em);
  left: calc(50% - 28.6em);
  z-index: -1;
}
.home_page .key .idx_key_list .idx_key_item {
  width: calc(33.3333333333% - 9.66px);
  background-color: #fff;
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.1em;
}
.home_page .key .idx_key_list .idx_key_item .en {
  display: table;
  margin: 0 auto;
  line-height: 1;
  color: var(--clr2);
  border-radius: 13px;
  background-color: #f7fbf7;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 0.5833em 0.9167em 0.5833em;
  margin-bottom: 0.3333em;
}
.home_page .key .idx_key_list .idx_key_item .ttl {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.6875em;
  text-align: center;
}
.home_page .topic_path {
  display: none;
}
.home_page h2 {
  display: table;
  position: relative;
  margin-bottom: 35px;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 14px;
  background: url(../images/h2_border.svg) repeat-x bottom left/auto 4px;
  background-position: 5px bottom;
}
.home_page h2 .en {
  color: var(--main-color);
  font-weight: 500;
  text-transform: uppercase;
}
.home_page h2.white {
  color: #fff;
}
.home_page h2.white .en {
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page h2 {
    letter-spacing: 0;
    font-size: calc(var(--ttl_size) + 4px);
  }
}
.home_page .wrap_h2.t_center .h_en,
.home_page .wrap_h2.t_center h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home_page .wrap_h2.big .h_en {
  margin-bottom: 4px;
}
.home_page .wrap_h2.big h2 {
  font-size: calc(var(--ttl_size) + 14px);
  font-weight: 700;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .wrap_h2.big h2 {
    letter-spacing: 0;
    font-size: calc(var(--ttl_size) + 6px);
  }
}
.home_page h3 {
  color: var(--clr1);
  line-height: 1.4;
  font-size: calc(var(--ttl_size) + 2px);
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
.home_page h3::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx4_h3_icon.svg) no-repeat center/contain;
  width: 1.25em;
  height: 1.25em;
  right: calc(100% + 0.3125em);
  top: -0.2813em;
}
.home_page h3 strong {
  color: var(--main-color);
  font-size: 44px;
  letter-spacing: 0.1em;
}
.home_page h3 {
  display: table;
  border-bottom: 2px dotted var(--main-color);
  padding-bottom: 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page h3 {
    letter-spacing: 0;
    font-size: calc(var(--ttl_size));
    padding-left: 5px;
  }
  .home_page h3::before {
    right: unset;
    left: 0;
    z-index: -1;
  }
}
.home_page .h_en {
  font-weight: 600;
  font-family: var(--f-en);
  display: table;
  border-radius: 17.5px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #f7fbf7;
  color: var(--clr2);
  padding: 4px 23px 7px;
}
.home_page .h_en.white {
  background-color: #fff;
  color: var(--clr2);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key {
    font-size: 7px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
}

.home_page #mainContent {
  z-index: 1;
  position: relative;
}
.home_page #mainContent::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #fff5e1;
  border-radius: 120px 120px 0 0;
  inset: 0;
  z-index: -1;
  top: -120px;
}

.idx1 {
  position: relative;
  height: 79em;
  font-size: 10px;
}
.idx1 .idx1_bg {
  width: 108em;
  height: 104.8em;
  position: absolute;
  left: calc(50% - 54em);
  padding: 13.7em 0;
  position: relative;
  z-index: 1;
  top: -25em;
}
.idx1 .idx1_bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  background: url(../images/idx1_bg_box.svg) no-repeat top center/100% auto;
  filter: drop-shadow(0px 0px 40px rgba(255, 170, 0, 0.3));
}
.idx1 .idx1_ttl1 {
  text-align: center;
  color: var(--main-color);
  font-weight: 700;
  font-size: 5em;
  line-height: 1.56;
  letter-spacing: 0.1em;
  margin: 0.82em 0 0.62em;
}
.idx1 .idx1_ttl2 p {
  line-height: 2.8888888889;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.idx1 .idx1_img1 {
  position: absolute;
  left: 6.65em;
  top: 13.6em;
  width: 15.4em;
}
.idx1 .idx1_img2 {
  position: absolute;
  width: 23.1em;
  height: 23.1em;
  left: -3em;
  bottom: 13.4em;
}
.idx1 .idx1_img3 {
  position: absolute;
  width: 35.1em;
  height: 35.1em;
  right: -15em;
  bottom: 25.2em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx1 {
    font-size: 6px;
  }
  .idx1 .idx1_ttl2 {
    letter-spacing: 0;
  }
  .idx1 .idx1_bg {
    top: -30em;
  }
}

.idx2 {
  padding: 8px 0 40px;
}
.idx2 .idx2_bg {
  padding: 84px 0 40px;
  background-color: #fdedd4;
  margin-top: -74px;
  border-radius: 70px;
}
.idx2 .item {
  background-color: #fff5e1;
  width: calc(33.3333333333% - 20px);
  border-radius: 15px;
  padding: 39px 29px 40px;
  margin-bottom: 29px;
}
.idx2 .item.item1 {
  width: calc(67.6% - 20px);
}
.idx2 .item .ttl {
  text-align: center;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 22px;
  display: flex;
  margin: 0 auto 13px;
  padding: 0 34px;
  position: relative;
  min-height: 2.6364em;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
}
.idx2 .item .ttl::after, .idx2 .item .ttl::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.6364em;
  height: 2.7273em;
  top: calc(50% - 1.3182em);
}
.idx2 .item .ttl::before {
  background: url(../images/idx2_ttl_left.svg) no-repeat center/contain;
  left: 0;
}
.idx2 .item .ttl::after {
  background: url(../images/idx2_ttl_right.svg) no-repeat center/contain;
  right: 0.1818em;
}
.idx2 .item .ttl .dot {
  letter-spacing: 0;
  margin: 0 -0.1364em 0 -0.2727em;
}
.idx2 .item .ttl.ttl1 {
  padding-left: 37px;
  padding-right: 37px;
}
.idx2 .item .ttl.ttl1, .idx2 .item .ttl.ttl2 {
  margin-bottom: 6px;
}
.idx2 .item ul li a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.33;
  text-decoration: none;
  color: var(--clr1);
  min-height: 62px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  border-bottom: 1px dotted var(--main-color);
  padding-top: 9px;
  transition: 0.3s all;
}
.idx2 .item ul li a::after, .idx2 .item ul li a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  top: calc(50% - 11px);
  right: 1px;
}
.idx2 .item ul li a::before {
  background-color: #fff;
  border-radius: 50%;
}
.idx2 .item ul li a::after {
  mask-repeat: no-repeat;
  mask-size: 10px;
  mask-image: url(../images/idx_arr.png);
  background-color: var(--main-color);
  mask-position: center;
}
.idx2 .item ul li a .dot {
  letter-spacing: 0;
  margin: 0 -0.1364em 0 -0.2727em;
}
.idx2 .item ul li a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .idx2 .item ul li a:hover {
    color: var(--main-color);
  }
  .idx2 .item ul li a:hover::before {
    background-color: var(--main-color);
  }
  .idx2 .item ul li a:hover::after {
    background-color: #fff;
  }
}
.idx2 .item ul li.ltp5 a {
  letter-spacing: 0.05em;
}
.idx2 .item ul.mcol_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx2 .item ul.mcol_2 li {
  width: 48%;
}
.idx2 .item ul.mh70 li a {
  min-height: 70px;
}
.idx2 .item.item1 {
  padding-left: 30px;
  padding-right: 30px;
}
.idx2 .item.item1 .ttl {
  margin-bottom: 6px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx2 .item {
    width: calc(33.3333333333% - 10px);
    padding: 20px;
  }
  .idx2 .item.item1 {
    width: calc(67.6% - 10px);
  }
  .idx2 .item .ttl {
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 1em;
  }
  .idx2 .item ul li a {
    padding-top: 0;
    letter-spacing: 0;
    padding-right: 40px;
    font-size: 13px;
  }
}

.idx_bg {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  background: #fdedd4;
}
.idx_bg::before, .idx_bg::after {
  font-size: 10px;
  top: 68.2em;
}
.idx_bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 85%;
  background: #fff5e1;
  border-radius: 0 0 120px 0;
}
@media only screen and (min-width: 1600px) {
  .idx_bg::before {
    width: 80%;
  }
}
@media only screen and (min-width: 1900px) {
  .idx_bg::before {
    width: 73.45%;
  }
}
@media only screen and (min-width: 2000px) {
  .idx_bg::before {
    width: 63%;
  }
}
.idx_bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx_bg_border.png);
  mask-position: top left;
  background-color: #fff5e1;
  width: 12em;
  height: 12em;
  left: 85%;
}
@media only screen and (min-width: 1600px) {
  .idx_bg::after {
    left: 80%;
  }
}
@media only screen and (min-width: 1900px) {
  .idx_bg::after {
    left: 73.45%;
  }
}
@media only screen and (min-width: 2000px) {
  .idx_bg::after {
    left: 63%;
  }
}

.idx_bg2 {
  background-color: #fff5e1;
  padding-bottom: 112px;
}
.idx_bg2::before, .idx_bg2::after {
  top: 72.2em;
}
.idx_bg2::before {
  background-color: #fdedd4;
}
.idx_bg2::after {
  background-color: #fdedd4;
}

.idx3 {
  padding: 66px 0 94px;
  position: relative;
  z-index: 1;
}
.idx3::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  bottom: 168px;
  background-color: #fff5e1;
}
.idx3 .fblock {
  align-items: flex-start;
}
.idx3 .idx3_inner {
  position: relative;
  z-index: 1;
}
.idx3 .idx3_inner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx3_icon1.png) no-repeat center/contain;
  width: 22.1em;
  height: 21.5em;
  z-index: -1;
  right: -4em;
  top: 2.4em;
  font-size: 10px;
}
.idx3 .img img {
  border-radius: 280px 280px 30px 30px;
}
.idx3 .img {
  position: relative;
  z-index: 1;
}
.idx3 .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-color: #fdedd4;
  border-radius: 280px 280px 30px 30px;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
}
.idx3 .img::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 35em;
  height: 35em;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 350 350'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23_名称未設定グラデーション_51); %7D %3C/style%3E%3CradialGradient id='_名称未設定グラデーション_51' data-name='名称未設定グラデーション 51' cx='175.39' cy='164.25' fx='175.39' fy='164.25' r='177.18' gradientTransform='translate(1.77 12.77) scale(.99)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f38300'/%3E%3Cstop offset='.09' stop-color='%23f38300' stop-opacity='.84'/%3E%3Cstop offset='.22' stop-color='%23f38300' stop-opacity='.62'/%3E%3Cstop offset='.35' stop-color='%23f38300' stop-opacity='.43'/%3E%3Cstop offset='.49' stop-color='%23f38300' stop-opacity='.27'/%3E%3Cstop offset='.62' stop-color='%23f38300' stop-opacity='.15'/%3E%3Cstop offset='.75' stop-color='%23f38300' stop-opacity='.07'/%3E%3Cstop offset='.88' stop-color='%23f38300' stop-opacity='.02'/%3E%3Cstop offset='1' stop-color='%23f38300' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Ccircle class='cls-1' cx='175' cy='175' r='175'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
  top: -9em;
  left: -8em;
  font-size: 10px;
}
.idx3 .l {
  width: 51.203704%;
  position: relative;
  z-index: 1;
}
.idx3 .idx3_ttl {
  will-change: transform;
  position: absolute;
  bottom: 52px;
  left: 0;
  z-index: 1;
  display: inline-flex;
}
.idx3 .idx3_ttl p {
  line-height: 1;
  margin: 0;
  font-size: min(20vw, 200px);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  padding-right: 40px;
  animation: loop 30s linear infinite;
}
.idx3 .r {
  width: 42.594%;
  padding-top: 44px;
  position: relative;
  z-index: 2;
}
.idx3 h2 {
  margin-bottom: 0;
}
.idx3 .idx3_ttl1 {
  line-height: 1.7;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 24px;
  margin: 30px 0 12px;
}
.idx3 .idx3_ttl2 p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx3 .idx3_inner::after {
    font-size: 6px !important;
    right: 0 !important;
  }
  .idx3 .idx3_ttl p {
    font-size: 150px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.idx4 .idx4_txt {
  padding-top: 30px;
}
.idx4 .idx4_txt p {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .idx4 .idx4_txt p {
    line-height: 2.2;
  }
}
.idx4 .idx4_txt ul {
  margin-bottom: 16px;
}
.idx4 .idx4_txt ul li {
  font-size: 20px;
  color: var(--main-color);
  line-height: 1.5;
  position: relative;
  font-weight: 500;
  padding-left: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  list-style-type: none;
}
.idx4 .idx4_txt ul li::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 6px;
  height: 6px;
  background-color: var(--main-color);
  border-radius: 50%;
  left: 0;
  top: 13px;
}
.idx4 .idx4_circle {
  width: 56.5em;
  height: 53em;
  position: relative;
  z-index: 1;
  margin-left: -8.8em;
  margin-top: 3.6em;
  padding: 1.6em 0;
  font-size: 10px;
}
.idx4 .idx4_circle::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx4_bg_box.svg) no-repeat center/contain;
  inset: 0;
  filter: drop-shadow(0px 0px 40px rgba(255, 170, 0, 0.3));
  z-index: -1;
}
.idx4 .idx4_circle::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx4_bg_icon.svg) no-repeat center/contain;
  width: 12.2em;
  height: 10.6em;
  left: calc(50% - 6.1em);
  top: calc(50% - 3em);
  z-index: 1;
}
.idx4 .idx4_circle .circle {
  background-color: #f7fbf7;
  border-radius: 50%;
  width: 27.2em;
  height: 27.2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.idx4 .idx4_circle .circle::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 1.4em;
  background: url(../images/idx4_en1.svg) no-repeat center/contain;
}
.idx4 .idx4_circle .circle .en {
  display: table;
  margin: 0 auto;
  width: 6.25em;
  height: 1.875em;
  border-radius: 15px;
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  background-color: #fff;
  font-weight: 600;
  color: var(--clr2);
}
.idx4 .idx4_circle .circle .ttl {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
  color: var(--clr2);
}
.idx4 .idx4_circle .circle .ttl .jp {
  display: block;
  font-size: 0.75em;
}
.idx4 .idx4_circle .circle1 {
  margin-bottom: -4.5em;
}
.idx4 .idx4_circle .circle1 .en {
  margin-top: -1em;
}
.idx4 .idx4_circle .circle2 {
  margin-right: -0.4em;
}
.idx4 .idx4_circle .circle2::after {
  background-image: url(../images/idx4_en2.svg);
}
.idx4 .idx4_circle .circle3 {
  margin-left: -0.4em;
}
.idx4 .idx4_circle .circle3::after {
  background-image: url(../images/idx4_en3.svg);
}
.idx4 .idx4_list {
  margin-top: 62px;
}
.idx4 .idx4_list .item {
  width: calc(33.3333333333% - 20px);
  padding: 25px 25px;
  position: relative;
  z-index: 1;
  border-radius: 60px;
}
.idx4 .idx4_list .item .link a {
  z-index: 2;
  border-radius: 60px;
}
.idx4 .idx4_list .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  width: 40em;
  height: 11.6em;
  left: calc(50% - 20em);
  bottom: -6em;
  background: url(../images/idx4_shadow.svg) no-repeat center/contain;
  font-size: 10px;
}
.idx4 .idx4_list .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 60px;
}
.idx4 .idx4_list .item .img {
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx4_mask.png);
}
.idx4 .idx4_list .item .idx4_img {
  position: relative;
}
.idx4 .idx4_list .item .idx4_img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx_arr.png);
  background-color: var(--main-color);
  width: 10px;
  height: 10px;
  bottom: 10px;
  right: 10px;
}
.idx4 .idx4_list .item .idx4_img .idx4_img_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
}
.idx4 .idx4_list .item .idx4_img_txt {
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.idx4 .idx4_list .item .idx4_img_txt span {
  display: block;
  line-height: 1;
}
.idx4 .idx4_list .item .idx4_img_txt .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 3px;
}
.idx4 .idx4_list .item .idx4_img_txt .jp {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  margin-top: 2px;
}
.idx4 .idx4_list .item .txt {
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 14px;
  padding: 22px 10px 13px 15px;
  min-height: 175px;
  transition: 0.3s all;
}
.idx4 .idx4_list .item .content .ttl {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  background: var(--clr2);
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 5px 23px;
  border-radius: 20px;
  position: relative;
}
.idx4 .idx4_list .item .content ul {
  margin: -20px auto 0;
  background: #f7fbf7;
  padding: 35px 10px 19px 47px;
  border-radius: 20px 20px 30px 30px;
}
.idx4 .idx4_list .item .content ul li {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
  margin-bottom: 8px;
}
.idx4 .idx4_list .item .content ul li::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--clr2);
  top: 11px;
  left: 1px;
}
@media only screen and (min-width: 1280px) {
  .idx4 .idx4_list .item:nth-child(2) .content ul {
    padding-left: 57px;
  }
}
@media only screen and (min-width: 769px) {
  .idx4 .idx4_list .item:hover {
    color: #fff;
  }
  .idx4 .idx4_list .item:hover::after {
    background-color: var(--clr2);
  }
  .idx4 .idx4_list .item:hover .idx4_img::after {
    background-color: #fff;
  }
  .idx4 .idx4_list .item:hover ul li {
    color: var(--clr1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx4 .idx4_circle {
    font-size: 6px;
  }
  .idx4 .idx4_list .item {
    width: calc(33.3333333333% - 5px);
    padding: 20px 10px;
  }
  .idx4 .idx4_list .item::after {
    border-radius: 20px;
  }
  .idx4 .idx4_list .item .idx4_img_txt {
    font-size: 16px;
  }
  .idx4 .idx4_list .item .idx4_img::after {
    bottom: 5px;
    right: 5px;
  }
  .idx4 .idx4_list .item .content .ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx4 .idx4_list .item .content ul {
    padding: 40px 10px 20px;
  }
  .idx4 .idx4_list .item .txt {
    min-height: 200px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx4 .idx4_list .item .txt {
    min-height: 259px;
  }
}

.idx5 {
  padding: 105px 0 89px;
}
.idx5::after {
  bottom: 162px;
  background-color: #fdedd4;
}
.idx5 .idx3_inner::after {
  background-image: url(../images/idx5_icon1.png);
  width: 20em;
  height: 19.5em;
  top: 4.5em;
  right: -2em;
}
.idx5 .img::after {
  background-color: #fff5e1;
}

.idx6 h3 {
  padding-bottom: 21px;
  padding-right: 20px;
}
.idx6 p.big {
  color: var(--main-color);
  font-size: 20px;
  margin: -1px 0 14px;
  line-height: 1.7;
}
.idx6 p.big .jp {
  margin-left: -0.5em;
}
.idx6 .idx6_right {
  max-width: 571px;
  width: 53%;
  margin-top: 13px;
  position: relative;
}
.idx6 .idx6_right img {
  border-radius: 30px;
}
.idx6 .idx6_list {
  position: absolute;
  top: 15%;
  left: 9.7%;
  font-size: 10px;
}
.idx6 .idx6_list li:not(:last-child) {
  margin-bottom: 9em;
}
.idx6 .idx6_list li {
  position: relative;
  z-index: 1;
}
.idx6 .idx6_list li::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx6_li.png) no-repeat center/contain;
  width: 20em;
  height: 20em;
  top: calc(50% - 10.4em);
  left: calc(50% - 10.4em);
  z-index: -1;
  border-radius: 50%;
}
.idx6 .idx6_list li a {
  text-decoration: none;
  line-height: 1.1;
  font-size: 2.4em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  color: var(--clr2);
  display: table;
  transition: 0.3s all;
  position: relative;
}
.idx6 .idx6_list li a .jp {
  font-size: 0.75em;
}
.idx6 .idx6_list li a:hover {
  opacity: 1;
  color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .idx6 .idx6_list li a:hover {
    color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx6 .idx4_box_l {
    width: 45%;
  }
  .idx6 .idx6_list {
    font-size: 6px;
  }
  .idx6 p.big {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.idx7 {
  background: url(../images/idx7_bg.jpg) no-repeat top center/cover;
  margin-top: 119px;
  padding: 101px 0 100px;
  border-radius: 120px;
}
.idx7 h2 {
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  background: transparent;
  margin-bottom: 0;
}
.idx7 h2 .jp {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: -2px;
}
@media only screen and (min-width: 1280px) {
  .idx7 .h_en {
    padding-left: 20px;
    padding-right: 14px;
  }
}
.idx7 .idx7_bg {
  max-width: 763px;
  margin: 16px auto 0;
  background-color: #fff;
  border-radius: 50px;
  padding: 42px 0 40px;
}
.idx7 .idx7_bg p {
  text-align: center;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.idx7 .btn-group {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px;
}

.idx8 {
  padding: 121px 0;
  position: relative;
  z-index: 2;
}
.idx8 .inner {
  display: grid;
  grid-template-columns: 40.3% 51.2037037037%;
  justify-content: flex-start;
  align-items: flex-start;
}
.idx8 .wrap_h2 {
  position: relative;
  z-index: 2;
}
.idx8 .idx8_img {
  grid-column-start: 2;
  grid-row: 1/span 3;
  position: relative;
  z-index: 3;
}
.idx8 .txt {
  width: 86%;
}
.idx8 .txt > div {
  position: relative;
  z-index: 1;
  display: none;
}
.idx8 .txt > div.active {
  display: block;
}
.idx8 .txt .num {
  font-weight: 300;
  font-family: var(--f-en);
  line-height: 1;
  letter-spacing: 0;
  font-size: 200px;
  color: #fdedd4;
  position: absolute;
  right: 6px;
  top: -96px;
  margin: 0;
  z-index: -1;
}
.idx8 .txt .ttl1 {
  color: var(--main-color);
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  margin: -6px 0 13px;
}
.idx8 .txt .ttl2 {
  font-weight: 500;
}
.idx8 .txt .btn-group {
  margin: 30px 0 0 0px;
  max-width: 223px;
}
.idx8 .txt .btn-group .btn {
  margin: 0;
}
.idx8 .idx8_slider {
  min-width: max(750px, 56vw);
}
.idx8 .idx8_slider:not(.slick-initialized) {
  opacity: 0;
  max-height: 1px;
}
.idx8 .idx8_slider .item {
  position: relative;
}
.idx8 .idx8_slider .item:not(:last-child) {
  margin-right: 80px;
}
.idx8 .idx8_slider .item img {
  border-radius: 30px;
}
.idx8 .idx8_arrows .slick-arrow {
  background-color: #fff5e1;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  transition: 0.3s all;
}
.idx8 .idx8_arrows .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--main-color);
  inset: 0;
}
@media only screen and (min-width: 769px) {
  .idx8 .idx8_arrows .slick-arrow:hover {
    background-color: var(--main-color);
  }
  .idx8 .idx8_arrows .slick-arrow:hover::after {
    background-color: #fff;
  }
}
.idx8 .idx8_arrows .slick-next::after {
  mask-image: url(../images/idx8_arr_r.png);
}
.idx8 .idx8_arrows .slick-prev::after {
  mask-image: url(../images/idx8_arr_l.png);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx8 .idx8_slider {
    min-width: 60vw;
  }
  .idx8 .idx8_slider .item:not(:last-child) {
    margin-right: 20px;
  }
  .idx8 .idx8_slider .item {
    max-width: min(512px, 49.5vw);
  }
  .idx8 .txt .ttl1 {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.idx9 {
  position: relative;
  z-index: 1;
  padding: 56px 0 120px;
}
.idx9::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-color: #fdedd4;
  inset: unset;
  bottom: -16.2vw;
  right: 0;
  border-radius: 70px 0 0 70px;
  top: -18.6vw;
  width: 70.6vw;
}
@media only screen and (min-width: 1919px) {
  .idx9::after {
    top: -12.4vw;
    width: 63.5vw;
    bottom: -10.8vw;
  }
}
.idx9 .img::after {
  background-color: #fff5e1;
}
.idx9 .idx9_en {
  position: absolute;
  left: -0.215em;
  top: -0.35em;
  z-index: 1;
  white-space: nowrap;
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  margin: 0;
  font-size: 200px;
  font-weight: 300;
  font-family: var(--f-en);
  color: #fff;
}
.idx9 .idx9_r {
  width: 39.5%;
  margin-top: 53px;
  position: relative;
  z-index: 0;
}
.idx9 .idx9_r::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx9_bg.svg) no-repeat center/contain;
  width: 78em;
  height: 78em;
  top: calc(50% - 39.2em);
  left: calc(50% - 42.7em);
  font-size: 10px;
}
.idx9 .idx9_r::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx9_img_small.png) no-repeat center/contain;
  width: 22.1em;
  height: 22.1em;
  top: -19em;
  right: -2.6em;
  font-size: 10px;
}
.idx9 .idx9_name {
  position: absolute;
  bottom: 3em;
  right: 3em;
  background-color: #fff;
  border-radius: 1.5em;
  z-index: 1;
  display: flex;
  padding: 2.9em 2em 2.8em 2.1em;
  font-size: 10px;
}
.idx9 .idx9_name p {
  color: var(--main-color);
  margin: 0;
  line-height: 1;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  font-weight: 500;
}
.idx9 .idx9_name .ttl1 {
  padding-top: 15px;
}
.idx9 .idx9_name .ttl2 {
  font-size: 2.4em;
  margin: 0 10px 0 8px;
}
.idx9 h3 {
  border: 0;
  color: var(--main-color);
  font-size: 24px;
  display: table;
  background: url(../images/h3_border.svg) repeat-x bottom left/auto 4px;
  padding-bottom: 13px;
}
.idx9 h3::before {
  display: none;
}
.idx9 .idx9_r .ttl1 {
  font-size: 26px;
  color: var(--main-color);
  letter-spacing: 0em;
  line-height: 1.62;
  font-weight: 700;
  margin: 16px 0;
}
.idx9 .idx9_r .ttl2 {
  font-weight: 500;
}
.idx9 .idx9_r .ttl2 p {
  letter-spacing: 0;
}
.idx9 .btn-group {
  max-width: 360px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx9 .idx9_r .ttl1 {
    font-size: 24px;
    letter-spacing: 0;
  }
}

.idx_map {
  margin: 120px 0 100px;
  height: 500px;
}

.idx10 .idx10_bg {
  background-color: #fdedd4;
  border-radius: 70px;
  padding: 100px 0 99px;
}
.idx10 .idx10_bg .inner {
  max-width: 1040px;
}
.idx10 .idx10_logo a:hover {
  opacity: 1;
}
.idx10 .idx10_address {
  font-weight: 500;
  line-height: 1.375;
  margin: 14px 0 8px;
}
.idx10 .idx10_ttl1 {
  max-width: 294px;
  display: flex;
  align-items: center;
  background-color: #fff5e1;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  justify-content: center;
  padding: 0.2143em 2.1429em 0.2857em 2.2857em;
  margin-bottom: 0;
}
.idx10 .idx10_ttl1::before {
  content: "";
  display: block;
  background: url(../images/idx10_icon.svg) no-repeat center/contain;
  width: 1.2857em;
  height: 1.4286em;
  margin-right: 1em;
}
.idx10 .idx10_tel {
  margin: 9px 0 19px;
  font-family: var(--f-en);
}
.idx10 .idx10_tel a {
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
.idx10 .idx10_tel a .num {
  font-size: 1.4286em;
  margin-left: 0.15em;
  letter-spacing: 0.05em;
}
.idx10 .r {
  width: 64.3%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx10 .r {
    width: 50%;
  }
  .idx10 .shared_tbl {
    padding: 4px 14px 44px;
  }
  .idx10 .shared_tbl table tr th,
  .idx10 .shared_tbl table tr td {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 11%;
    font-size: 14px;
  }
  .idx10 .shared_tbl table tr th:first-child,
  .idx10 .shared_tbl table tr td:first-child {
    width: auto;
    padding-left: 0;
  }
  .idx10 .shared_tbl table tr th:last-child,
  .idx10 .shared_tbl table tr td:last-child {
    width: 9.25%;
    padding-right: 0;
  }
  .idx10 .shared_tbl table tr th {
    padding-top: 13px;
    padding-bottom: 16px;
  }
  .idx10 .shared_tbl table tr td:first-child {
    font-size: 16px;
    line-height: 1.125;
    text-align: left;
    padding-left: 0.5em;
  }
}

.idx11 {
  padding: 100px 0 75px;
}
.idx11 .h_en {
  margin-bottom: 3px;
}
.idx11 h2 {
  background: transparent;
}
.idx11 .btn-group .btn {
  max-width: 150px;
  margin: 0;
}
.idx11 .btn-group .btn a {
  min-height: 42px;
}
.idx11 .l {
  width: 20%;
}
.idx11 .r {
  width: 75%;
  margin-top: -25px;
}
.idx11 ul li:not(:last-child) {
  border-bottom: 1px dotted var(--main-color);
}
.idx11 ul li a {
  text-decoration: none;
  color: var(--clr1);
  display: flex;
  padding-top: 28px;
  padding-bottom: 27px;
  --w: 125px;
  letter-spacing: 0.1em;
  transition: 0.3s all;
  position: relative;
}
.idx11 ul li a::before, .idx11 ul li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  right: 20px;
  top: calc(50% - 15px);
}
.idx11 ul li a::before {
  background-color: #fff;
  border-radius: 50%;
}
.idx11 ul li a::after {
  mask-repeat: no-repeat;
  mask-size: 10px;
  mask-image: url(../images/idx_arr.png);
  background-color: var(--main-color);
  mask-position: center;
}
.idx11 ul li a .date {
  width: var(--w);
  font-family: var(--f-en);
  font-weight: 400;
  color: var(--main-color);
}
.idx11 ul li a .title {
  width: calc(100% - var(--w));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 3em;
  font-weight: 500;
}
.idx11 ul li a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .idx11 ul li a:hover {
    background-color: var(--main-color);
    padding-left: 3px;
    color: #fff;
  }
  .idx11 ul li a:hover .date,
  .idx11 ul li a:hover .title {
    color: #fff;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_map {
    height: 300px;
  }
}