@charset "UTF-8";
.home_page .key {
  --height: 56.25vw;
  --min-height: 690px;
  --max-height: 1080px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background: #fff url(../images/idx_key_bg.jpg) no-repeat top center/100%;
  z-index: 2;
}
@media only screen and (min-width: 1925px) {
  .home_page .key {
    height: 80vh;
    max-height: 80vh;
  }
}
.home_page .key::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  right: 0;
  background: url(../images/idx_key_bg.png) no-repeat left bottom/contain;
  width: 69.5811518325%;
  aspect-ratio: 1329/965;
  z-index: -1;
}
@media only screen and (min-width: 1925px) {
  .home_page .key::after {
    max-width: unset;
    width: 60%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1840px) {
  .home_page .key::after {
    width: 63%;
  }
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1755px;
  height: 100%;
}
@media only screen and (min-width: 1925px) {
  .home_page .key .inner {
    margin-top: 15em;
    max-width: 70%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1840px) {
  .home_page .key .inner {
    width: 90%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .home_page .key .inner {
    width: 85%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .home_page .key .inner {
    width: 85%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .key .inner {
    width: 90%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page .key .inner {
    width: 95%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-height: 680px) {
  .home_page .key .inner {
    width: 95%;
    max-width: 1040px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key .inner {
    width: 90%;
  }
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
  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;
}
.home_page .key .key_img {
  display: table;
  position: absolute;
  bottom: 2.7%;
  width: 30.826211%;
  z-index: 3;
  max-width: 54.1em;
}
@media only screen and (min-width: 1925px) {
  .home_page .key .key_img {
    max-width: unset;
    bottom: 13%;
  }
}
.home_page .key h2,
.home_page .key .jp {
  line-height: 1;
  letter-spacing: 0.05em;
  box-shadow: 7.778px 7.778px 0px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.home_page .key .catch {
  position: absolute;
  top: 29.5%;
  right: 39.9%;
}
@media only screen and (min-width: 1925px) {
  .home_page .key .catch {
    top: 34.5%;
    right: 60%;
  }
}
.home_page .key h2 {
  background-color: #fff;
  color: var(--clr2);
  font-size: 4.8em;
  font-weight: 700;
  transform: rotate(-5.9deg);
  z-index: 1;
  padding: 0.4583em 0.9375em 0.6354em 2.6042em;
  margin-bottom: 0.5em;
}
.home_page .key .jp {
  font-size: 4.8em;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(45deg, rgba(192, 116, 146, 0.99608) 0%, rgb(237, 128, 118) 140%);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0.5em 0.2083em 0.5833em 3.7708em;
  margin-left: 0.8542em;
  left: 0.0833em;
}
.home_page .key .key_list {
  width: 83.8em;
  height: 41.3em;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  right: 23.4em;
  bottom: 2.5em;
  align-items: flex-start;
}
.home_page .key .key_list::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/key_right_icon.png) no-repeat center/contain;
  width: 36.7em;
  height: 19.8em;
  right: -8.1em;
  top: -13.2em;
}
.home_page .key .key_list .key_list_item {
  width: 25.2em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: -7.071px 7.071px 0px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3em;
  flex-direction: column;
  color: #fff;
}
.home_page .key .key_list .key_list_item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #fff;
  left: -0.5em;
  top: -0.5em;
  width: calc(100% + 1em);
  height: calc(100% + 1em);
}
.home_page .key .key_list .key_list_item .num {
  line-height: 1;
  font-size: 3em;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.4333em;
}
.home_page .key .key_list .key_list_item .num::after {
  display: block;
  content: "";
  width: 4em;
  height: 1px;
  margin: 0.4333em auto 0;
  background-color: #fff;
}
.home_page .key .key_list .key_list_item .ttl {
  font-size: 2.8em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.7142857143;
}
.home_page .key .key_list .item1 {
  background-color: rgba(241, 122, 168, 0.98);
}
.home_page .key .key_list .item1 .num {
  margin-bottom: 0.8em;
}
.home_page .key .key_list .item2 {
  background-color: rgba(6, 191, 84, 0.98);
  margin-left: -4.2em;
  margin-top: 10.7em;
}
.home_page .key .key_list .item2 .num {
  margin-bottom: 0.8em;
}
.home_page .key .key_list .item3 {
  background-color: rgba(30, 163, 200, 0.98);
  margin-left: -5.1em;
  margin-top: -1.6em;
}
.home_page .key .key_list .item3 .num {
  margin-bottom: 0.2em;
}
.home_page .key .key_list .item4 {
  background-color: rgba(151, 111, 173, 0.95);
  margin-left: -7.7em;
  margin-top: 14.5em;
}
.home_page .key .key_list .item4 .ttl {
  font-size: 2.4em;
  line-height: 1.5;
}
.home_page .key .key_list .item4 .num {
  margin-bottom: 0.4333em;
}
@media only screen and (min-width: 2000px) {
  .home_page .key .key_list {
    bottom: 20em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .home_page .key .key_img {
    bottom: 7%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key {
    --min-height: 72vw;
  }
  .home_page .key .key_img {
    bottom: 15%;
  }
  .home_page .key::after {
    width: 75%;
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    font-size: min(0.35vw, 10px);
  }
  .home_page .key .catch {
    top: 9.5%;
    right: 44%;
  }
}
@media only screen and (min-width: 2800px) {
  .home_page .key .key_img {
    left: 2%;
  }
}
@media only screen and (min-width: 3800px) {
  .home_page .key .key_img {
    left: 0%;
  }
  .home_page .key .catch {
    top: 34.5%;
    right: 60%;
  }
}
@media only screen and (min-width: 5000px) {
  .home_page .key {
    font-size: 0.26vw;
  }
  .home_page .key .key_img {
    left: 0%;
    width: 20%;
  }
  .home_page .key .key_img img {
    width: 100%;
  }
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--main-color);
  font-size: calc(var(--ttl_size) + 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.home_page h3 .en {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  color: var(--clr1);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page h3 {
    letter-spacing: 0;
  }
  .home_page h3 .en {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page h3 {
    font-size: 26px;
  }
  .home_page h3 .en {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page h3 {
    font-size: 26px;
  }
  .home_page h3 .en {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1840px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.5vw;
  }
  .home_page .key .key_list {
    bottom: 6em;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1441px) and (max-height: 850px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.87vmin);
    --max-height: calc(100vh);
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.8vmin;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1.07vmin;
  }
  .home_page .key .key_list {
    bottom: 23em;
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.75vmin;
  }
  .home_page .key .key_list {
    bottom: 12em;
    font-size: 0.85em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-height: 680px) {
  .home_page .key {
    font-size: 0.86vmin;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.5vw;
  }
  .home_page .key .key_list {
    bottom: 25em;
    font-size: 1em;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx1 {
  padding: 230px 0 121px;
  position: relative;
  z-index: 2;
  --h: 133px;
  margin-top: calc(var(--h) - 2 * var(--h));
}
.idx1::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-image: url(../images/idx1_bg_before.png);
  mask-size: 100%;
  mask-repeat: no-repeat;
  background: #fcf3f0 url(../images/idx1_after.png) no-repeat 107.7% -5.4375em/39.625em;
  height: 42.5em;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1900px) {
  .idx1::before {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1925px) {
  .idx1::before {
    mask-size: 100% 100%;
  }
}
.idx1::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  inset: 0;
  top: 14%;
  background-color: #fcf3f0;
}
.idx1 .inner_max {
  position: relative;
  z-index: 1;
}
.idx1 .inner_max::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx1_before.png) no-repeat center/contain;
  width: 39.625em;
  height: 39em;
}
.idx1 .inner_max::before {
  bottom: -9em;
  left: -28.6875em;
  background-image: url(../images/idx1_before.png);
}
@media only screen and (max-width: 1900px) {
  .idx1 .inner_max::before {
    font-size: 0.8333333333vw;
  }
}
.idx1 h3 {
  margin-bottom: 102px;
  position: relative;
}
.idx1 h3::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx1_img.png) no-repeat center/contain;
  width: 6.9375em;
  height: 4.6667em;
  left: -1.0208em;
  top: -1.375em;
}
.idx1 .idx1_box {
  --clr: #ed986f;
  background-color: #fff;
  border: 2px solid var(--clr);
  border-radius: 60px;
}
.idx1 .idx1_box .ttl {
  max-width: 840px;
  background-color: var(--clr);
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 auto;
  width: 78%;
  line-height: 1.5;
  font-size: 26px;
  margin-top: -1.7308em;
  padding: 0.8462em 0 0.9615em;
  position: relative;
  margin-bottom: 73px;
}
.idx1 .idx1_box .ttl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-top: 1.1539em solid var(--clr);
  border-left: 2.5385em solid transparent;
  border-right: 2.5385em solid transparent;
  top: 100%;
  left: 11%;
}
.idx1 .idx1_box ul {
  padding-left: 119px;
  padding-bottom: 44px;
  padding-right: 40px;
}
.idx1 .idx1_box ul li {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  padding-left: 2.5556em;
  margin-bottom: 1.7778em;
  line-height: 1.7777777778em;
}
.idx1 .idx1_box ul li::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx1_icon_check01.png) no-repeat center/contain;
  width: 1.5em;
  height: 1.3333em;
  top: 0.3333em;
  left: 0;
}
.idx1 .idx1_box ul li strong {
  font-size: 1.3333em;
  letter-spacing: 0.1em;
  color: var(--clr);
}
.idx1 .idx1_box1 {
  margin-bottom: 103px;
}
.idx1 .idx1_box2 {
  --clr: #c07492;
}
.idx1 .idx1_box2 ul li::before {
  background-image: url(../images/idx1_icon_check02.png);
}
.idx1 .idx1_box2 .ttl::after {
  left: 11.6%;
}
.idx1 .idx1_box3 {
  --clr: #f091b6;
  border-color: #f181ad;
}
.idx1 .idx1_box3 ul li::before {
  background-image: url(../images/idx1_icon_check03.png);
}
.idx1 .idx1_box3 .ttl::after {
  right: 11.6%;
  left: unset;
}
.idx1 .fblock .idx1_box {
  width: calc(50% - 20px);
}
.idx1 .fblock .idx1_box .ttl {
  max-width: 540px;
}
.idx1 .fblock .idx1_box ul {
  padding-left: 58px;
  padding-bottom: 40px;
}
.idx1 .fblock .idx1_box ul li {
  padding-left: 42px;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx1 h3::before {
    left: 0;
    top: -2em;
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx1 .idx1_box ul {
    padding: 0 40px 40px !important;
  }
  .idx1 .idx1_box ul li {
    letter-spacing: 0;
  }
  .idx1 .idx1_box .ttl {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx1 {
    padding: 120px 0 60px;
  }
  .idx1 .idx1_box .ttl {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .idx1 .idx1_box .ttl::after {
    font-size: 12px;
  }
  .idx1 .idx1_box ul {
    padding: 0 40px 40px;
  }
  .idx1 .idx1_box ul li {
    letter-spacing: 0;
    font-size: 16px;
  }
  .idx1 .idx1_box ul li:last-child {
    margin-bottom: 0;
  }
  .idx1 .fblock .idx1_box {
    width: calc(50% - 5px);
  }
  .idx1 .fblock .idx1_box .ttl {
    min-height: 75px;
    padding: 0;
  }
  .idx1 .fblock .idx1_box ul {
    padding: 0 40px 40px;
  }
  .idx1 .fblock .idx1_box ul li:last-child {
    margin-bottom: 0;
  }
}

.idx2 {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding: 111px 0 90px;
}
.idx2 .inner {
  max-width: 1758px;
}
.idx2 .idx2_bg {
  background-color: #efd5d5;
  background-image: url(../images/idx2_box_left.png), url(../images/idx2_box_right.png);
  background-position: top left, bottom right;
  background-size: 43.8125em;
  background-repeat: no-repeat;
  padding: 96px 0 152px;
  position: relative;
}
.idx2 .idx2_bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx2_after.png) no-repeat center/contain;
  width: 25.4375em;
  height: 16.75em;
  top: -4.8125em;
  right: 6.125em;
}
.idx2 h3 {
  margin-bottom: 50px;
}
.idx2 .TabContainer .TabPager {
  max-width: 1060px;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}
.idx2 .TabContainer .TabPager > div {
  width: calc(50% - 30px);
  border-radius: 0;
  padding: 0.8125em 0 1.0625em;
  position: relative;
  z-index: 1;
  --clr: #b85083;
  background-color: var(--clr);
}
.idx2 .TabContainer .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  z-index: -1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.idx2 .TabContainer .TabPager > div::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 100%;
  border-top: var(--clr) 1.25em solid;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  left: calc(50% - 1.5em);
  opacity: 0;
  z-index: 3;
}
.idx2 .TabContainer .TabPager > div p {
  border: 0 !important;
  text-align: center;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.idx2 .TabContainer .TabPager > div:first-child::after {
  background-image: url(../images/idx2_tab01.png);
}
.idx2 .TabContainer .TabPager > div:last-child {
  --clr: #ed986f;
}
.idx2 .TabContainer .TabPager > div:last-child::after {
  background-image: url(../images/idx2_tab02.png);
}
.idx2 .TabContainer .TabPager > div.active::before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx2 .TabContainer .TabPager > div:not(.active):hover {
    background: var(--main-color);
  }
  .idx2 .TabContainer .TabPager > div:not(.active):hover::after {
    opacity: 0;
  }
}
.idx2 .TabContainer .TabContent .content {
  background: #fff;
}
.idx2 .idx2_inner {
  display: grid;
  grid-template-columns: 50% 50%;
}
.idx2 .idx2_inner h4 {
  color: #a55876;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-left: 0.9667em;
  font-size: 30px;
  font-weight: 500;
  font-feature-settings: "palt";
  position: relative;
  margin-top: 1.0333em;
}
.idx2 .idx2_inner h4::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.1333em;
  top: 0.2667em;
  left: 0.0333em;
  bottom: 0.2em;
  background-color: #c07492;
}
.idx2 .idx2_inner .des {
  padding: 24px 0 0 30px;
  width: 87.5%;
}
.idx2 .idx2_tab {
  padding: 88px 0 79px;
}
.idx2 .idx2_box {
  background: url(../images/idx2_bg_box.jpg) repeat top left;
  border: 1px solid #4f3b17;
  grid-row: 1/span 3;
  grid-column-start: 2;
  padding-bottom: 24px;
  align-self: flex-start;
}
.idx2 .idx2_box h5 {
  max-width: 400px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  background-color: #4f3b17;
  display: block;
  position: relative;
  z-index: 1;
  margin: 4px auto 0;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.3);
}
.idx2 .idx2_box h5 .jp {
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.75em 0.375em 0.8333em;
  background-color: #4f3b17;
  position: relative;
}
.idx2 .idx2_box h5 .jp::before, .idx2 .idx2_box h5 .jp::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 2.0833em;
  height: 1px;
  background-color: #fff;
  top: 50%;
}
.idx2 .idx2_box h5 .jp::before {
  right: 100%;
}
.idx2 .idx2_box h5 .jp::after {
  left: 100%;
}
.idx2 .idx2_list {
  margin: 31px auto 0;
  justify-content: center;
  font-size: min(1.1vw, 16px);
}
.idx2 .idx2_list .item {
  --w: 11.25em;
  width: var(--w);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background-color: #c07492;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.25em;
  margin-left: 0.5313em;
  margin-right: 0.5313em;
}
.idx2 .idx2_list .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 3px;
  bottom: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(79, 59, 23);
  border-radius: 50%;
}
.idx2 .idx2_list .item .img {
  display: table;
  margin: 0 auto 3px;
  max-width: 4em;
}
.idx2 .idx2_list .item .ttl {
  font-size: 1.375em;
  line-height: 1.6363636364;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: 3.2727em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx2 .idx2_box_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 17px;
}
.idx2 .box_big {
  max-width: 100%;
  width: 1080px;
  background-color: #fcf3f0;
  margin: 65px auto 0;
  border: 1px solid #c07492;
  position: relative;
  z-index: 1;
}
.idx2 .box_big::before, .idx2 .box_big::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 120px;
  height: 120px;
  background-color: #f3e4e4;
}
.idx2 .box_big::before {
  top: 0;
  left: 0;
}
.idx2 .box_big::after {
  bottom: 0;
  right: 0;
}
.idx2 .box_big .bg {
  position: relative;
  z-index: 1;
  padding: 40px 0 53px;
}
.idx2 .box_big .bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 4px;
  bottom: 4px;
  border: 1px solid #4f3b17;
  right: -6px;
  top: -6px;
}
.idx2 .box_big .ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.idx2 .box_big .ttl::after {
  content: "";
  display: block;
  background: url(../images/idx2_border.png) no-repeat bottom center/contain;
  margin: 0.3667em auto 0;
  width: 10em;
  height: 0.5333em;
}
.idx2 .box_big ul {
  max-width: 868px;
  margin: 27px auto 0;
  counter-reset: count;
}
.idx2 .box_big ul li {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 2.6667em;
  border-bottom: 1px solid #ded1d1;
  padding-bottom: 17px;
  position: relative;
}
.idx2 .box_big ul li::before {
  content: counter(count) ".";
  counter-increment: count;
  font-size: 1.2222em;
  letter-spacing: 0.1em;
  color: #c07492;
  font-weight: 400;
  position: absolute;
  left: 0.6818em;
  top: -0.1818em;
}
.idx2 .box_big ul li:not(:last-child) {
  margin-bottom: 15px;
}
.idx2 .box_big ul li:last-child {
  padding-bottom: 16px;
}
.idx2 .box_big .btn-group {
  margin-top: 36px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx2 {
    padding: 60px 0;
  }
  .idx2 .idx2_box h5 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx2 .idx2_bg {
    padding: 60px 0;
    background-size: 45%;
  }
  .idx2 .idx2_bg::before {
    font-size: 1vw;
  }
  .idx2 .TabContainer .TabPager > div p {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx2 .idx2_tab {
    padding: 40px 0;
  }
  .idx2 .idx2_inner h4 {
    letter-spacing: 0;
    font-size: 18px;
  }
  .idx2 .box_big::before, .idx2 .box_big::after {
    width: 60px;
    height: 60px;
  }
  .idx2 .box_big .ttl {
    letter-spacing: 0;
    font-size: 20px;
  }
  .idx2 .box_big ul {
    padding: 20px;
  }
  .idx2 .box_big ul li {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.idx3 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 113px;
}
.idx3::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-right: 55.75em solid #fcf3f0;
  border-top: 30.625em solid transparent;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.idx3 .inner {
  max-width: 1920px;
  display: grid;
  grid-template-columns: 45% 40%;
  padding-left: 0;
}
.idx3 .idx3_img {
  grid-row: 1/span 3;
  max-width: 800px;
}
.idx3 h3 {
  margin-left: 7%;
  margin-top: 10%;
  margin-bottom: 5%;
}
.idx3 h3 .en {
  margin-left: 0.2em;
}
.idx3 .idx3_txt {
  margin-left: 7%;
  position: relative;
}
.idx3 .idx3_txt .txt p:not(:last-child) {
  margin-bottom: 10px;
}
.idx3 .idx3_name {
  width: 25.5em;
  margin-left: auto;
  padding-right: 8.5em;
  margin-top: 3.75em;
  text-align: right;
  position: relative;
}
.idx3 .idx3_name::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx3_dt.png) no-repeat center/contain;
  width: 7.5em;
  height: 7.5em;
  right: 0;
  top: calc(50% - 3.75em);
}
.idx3 .idx3_name .idx3_name_jp {
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 0.5667em;
  margin-bottom: 0.4333em;
  position: relative;
}
.idx3 .idx3_name .idx3_name_jp .jp {
  font-size: 0.6em;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
.idx3 .idx3_name .idx3_name_jp::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: 1px;
  left: 0;
  right: 0.2em;
  background-color: #bababa;
  bottom: 0;
}
.idx3 .idx3_name .en {
  letter-spacing: 0.14em;
  line-height: 1;
  font-size: 1.125em;
  color: #ed986f;
  padding-right: 0.15em;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx3 .inner {
    grid-template-columns: 42% 50%;
    padding-right: 0;
  }
  .idx3 h3 {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .idx3 h3,
  .idx3 .idx3_txt {
    margin-left: 5%;
  }
  .idx3 .idx_en {
    right: unset;
    left: calc(100% - 10px);
    font-size: 8vw;
  }
  .idx3 .idx3_txt .txt {
    padding-right: 5%;
  }
  .idx3 .idx3_txt .txt p {
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx3 .inner {
    grid-template-columns: 42% 50%;
    padding-right: 0;
  }
  .idx3 h3 {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .idx3 h3,
  .idx3 .idx3_txt {
    margin-left: 5%;
  }
  .idx3 .idx3_txt .txt {
    padding-right: 5%;
  }
  .idx3 .idx3_txt .txt p {
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx3 h3 {
    margin-left: 60px;
  }
  .idx3 .idx3_txt {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx3 {
    padding-bottom: 60px;
  }
  .idx3 .inner {
    grid-template-columns: 48% 45%;
    padding-right: 0;
  }
  .idx3 .idx3_name {
    font-size: 12px;
  }
  .idx3 .idx_en {
    top: -10%;
  }
  .idx3 h3,
  .idx3 .idx3_txt {
    margin-left: 7%;
  }
  .idx3 .idx3_txt .txt {
    padding-right: 7%;
  }
  .idx3 .idx3_txt .txt p {
    font-size: min(1.1703511053vw, 13px);
  }
}

.idx_en {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  left: 110.4%;
  top: -20%;
  color: #dadada;
  font-size: 120px;
  font-weight: 300;
  font-family: var(--f-zen);
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_en {
    top: -13%;
    font-size: 10vw;
  }
}

.idx4 {
  background: #f3e4e4 url(../images/idx4_icon.png) no-repeat bottom right;
  background-position: calc(100% + 13.1875em) calc(100% + 11.5625em);
  background-size: 34.625em;
  padding: 487px 0 90px;
  position: relative;
  z-index: 1;
}
.idx4::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: 600px;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/idx4_bg.jpg) no-repeat top center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx4::before {
    background-attachment: fixed;
  }
}
.idx4 .inner {
  max-width: 1780px;
}
.idx4 .idx4_bg {
  background: rgba(255, 255, 255, 0.95);
  padding: 98px 20px 20px;
  position: relative;
  z-index: 1;
}
.idx4 .idx4_bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx4_before.png) no-repeat center/contain;
  width: 10.875em;
  height: 7.4375em;
  top: 9.8%;
  left: 13.2%;
}
.idx4 h3 {
  margin-bottom: 32px;
}
.idx4 .idx4_p {
  max-width: 800px;
  margin: 0 auto;
  background-color: #b85083;
  color: #fcf3f0;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.4583em 0.4167em 0.5417em;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.idx4 .idx4_p::before, .idx4 .idx4_p::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}
.idx4 .idx4_p::before {
  border-bottom: 3.4167em solid #c07492;
  border-left: 6.25em solid transparent;
  border-right: 6.25em solid transparent;
  bottom: 0;
  left: -6.6667em;
}
.idx4 .idx4_p::after {
  opacity: 0.3;
  border-top: 3.8333em solid #8f3863;
  border-left: 6.9583em solid transparent;
  border-right: 6.9583em solid transparent;
  bottom: -0.9167em;
  right: -7.3333em;
}
.idx4 .idx4_des {
  text-align: center;
  margin: 17px 0 0;
}
.idx4 .idx4_tab {
  margin-top: 83px;
}
.idx4 .TabContainer .TabPager {
  max-width: 1280px;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}
.idx4 .TabContainer .TabPager > div {
  width: calc(33.3333333333% - 7px);
  padding: 15px 0 18px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  --clr: #ed986f;
  background-color: var(--clr);
}
.idx4 .TabContainer .TabPager > div::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 100%;
  border-top: var(--clr) 15px solid;
  border-left: 13px solid transparent;
  border-right: 12px solid transparent;
  left: calc(50% - 12px);
  opacity: 0;
  z-index: 3;
}
.idx4 .TabContainer .TabPager > div:first-child {
  padding: 10px 0 23px;
}
.idx4 .TabContainer .TabPager > div p {
  border: 0 !important;
  text-align: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.idx4 .TabContainer .TabPager > div p small {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.idx4 .TabContainer .TabPager > div:first-child::after {
  background-image: url(../images/idx2_tab01.png);
}
.idx4 .TabContainer .TabPager > div:last-child {
  --clr: #ed986f;
}
.idx4 .TabContainer .TabPager > div:last-child::after {
  background-image: url(../images/idx2_tab02.png);
}
.idx4 .TabContainer .TabPager > div.active {
  --clr: #c07492;
}
.idx4 .TabContainer .TabPager > div.active::before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx4 .TabContainer .TabPager > div:not(.active):hover {
    background: var(--main-color);
  }
  .idx4 .TabContainer .TabPager > div:not(.active):hover::after {
    opacity: 0;
  }
}
.idx4 .TabContainer .TabContent {
  margin-top: -53px;
}
.idx4 .TabContainer .TabContent .content {
  background: #fcf3f0;
}
.idx4 .idx4_tab_inner {
  padding: 100px 0 51px;
}
.idx4 .idx4_tab_inner .img {
  order: 1;
  max-width: 606px;
  width: 42.0833333333%;
}
@media only screen and (min-width: 1919px) {
  .idx4 .idx4_tab_inner .img {
    position: relative;
    left: 2px;
  }
}
.idx4 .idx4_tab_inner .txt {
  max-width: 760px;
  width: 52.7777777778%;
  padding-top: 33px;
}
.idx4 .idx4_box {
  background-color: #fff;
  margin-bottom: 49px;
  border: 1px solid #c07492;
  padding: 2.1875em 4.875em 2.125em;
  position: relative;
  z-index: 1;
}
.idx4 .idx4_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 100%;
  top: 1.1875em;
  bottom: -0.0625em;
  width: 1.3125em;
  background-color: #c07492;
}
.idx4 .idx4_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 100%;
  background-color: #c07492;
  left: 1.1875em;
  height: 1.3125em;
  right: -1.3125em;
}
.idx4 .idx4_box .ttl {
  line-height: 1.5;
  display: flex;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #c07492;
  padding-bottom: 22px;
  margin-bottom: 25px;
}
.idx4 .idx4_box .ttl::before {
  content: "";
  display: block;
  background: url(../images/idx4_icon_check.png) no-repeat center/contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 1px;
}
.idx4 .idx4_box ul li {
  padding-left: 0.875em;
  position: relative;
}
.idx4 .idx4_box ul li::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0.6875em;
  left: 0.1875em;
  background-color: var(--clr1);
}
.idx4 .idx4_box ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 1025px) {
  .idx4 .idx4_box ul.mcol-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .idx4 .idx4_box ul.mcol-2 li {
    width: 45%;
  }
}
@media only screen and (min-width: 1919px) {
  .idx4 .idx4_tab_inner .img {
    align-self: flex-end;
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx4 .idx4_box {
    padding: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx4 {
    padding: 200px 0 60px;
    background-size: 50%;
  }
  .idx4::before {
    height: 250px;
  }
  .idx4 .idx4_bg {
    padding: 60px 20px 20px;
  }
  .idx4 .idx4_bg::before {
    top: 2.8%;
    left: 13.2%;
    font-size: 1vw;
  }
  .idx4 .idx4_p {
    letter-spacing: 0;
    font-size: 20px;
  }
  .idx4 .idx4_tab {
    margin-top: 40px;
  }
  .idx4 .TabContainer .TabPager > div p {
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx4 .idx4_tab_inner {
    padding: 80px 0 40px;
  }
  .idx4 .idx4_tab_inner .img {
    padding-top: 40px;
  }
  .idx4 .idx4_box {
    padding: 20px;
  }
  .idx4 .idx4_box ul li {
    letter-spacing: 0;
  }
}

.idx5 {
  background: url(../images/idx5_bg.jpg) no-repeat top right/cover;
  padding: 119px 0 115px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx5::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-bottom: 1835px solid #fcf3f0;
  border-right: 100vw solid transparent;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.idx5 h3 {
  margin-bottom: 50px;
}
.idx5 .idx5_flow {
  position: relative;
  padding: 4.2em 0 8em;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  font-size: 10px;
}
@media only screen and (min-width: 1919px) {
  .idx5 .idx5_flow {
    padding-right: 1em;
  }
}
.idx5 .idx5_flow::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  background-color: #c07492;
  width: 1px;
  left: calc(50% - 0.5em);
}
.idx5 .idx5_flow .en {
  position: absolute;
  top: 0;
  width: 100px;
  left: calc(50% - 3.4375em);
  border-radius: 5px;
  background-color: #c07492;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5em 0 0.6875em;
  line-height: 1;
  z-index: 2;
  font-size: 1.6em;
}
.idx5 .idx5_flow .item {
  --clr: #d7b942;
  max-width: 48em;
  width: 38%;
  border-radius: 10px;
  border: 2px solid var(--clr);
  position: relative;
  padding: 3.1em 5.2em 4em 4.5em;
  background-color: #ffffff;
}
.idx5 .idx5_flow .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: 1px;
  width: 16.9em;
  background-color: #c07492;
  top: 5.8em;
}
@media only screen and (min-width: 1919px) {
  .idx5 .idx5_flow .item::before {
    width: 16em;
  }
}
.idx5 .idx5_flow .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='7px'%3E%3Cpath fill-rule='evenodd' fill='rgb(192, 116, 146)' d='M3.500,-0.001 C5.433,-0.001 7.000,1.567 7.000,3.500 C7.000,5.434 5.433,6.999 3.500,6.999 C1.567,6.999 0.000,5.434 0.000,3.500 C0.000,1.567 1.567,-0.001 3.500,-0.001 Z'/%3E%3C/svg%3E") no-repeat center/calc(100% - 6px);
  border: 1px solid #c6819c;
  top: 5.1em;
  z-index: 1;
}
.idx5 .idx5_flow .item .img {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 12em;
  aspect-ratio: 1/1;
  height: auto;
  right: 5.1em;
  top: -5em;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--clr);
  padding: 0.6em;
}
.idx5 .idx5_flow .item .ttl01 {
  font-size: 2.4em;
  font-weight: 500;
  color: var(--clr);
  border-bottom: 1px solid #dadada;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
.idx5 .idx5_flow .item .ttl02 {
  letter-spacing: 0.1em;
  font-size: 1.6em;
}
@media only screen and (min-width: 769px) {
  .idx5 .idx5_flow .item:nth-child(odd) {
    margin-top: -8.5em;
  }
  .idx5 .idx5_flow .item:nth-child(odd)::after {
    left: calc(100% + 15.5em);
  }
  .idx5 .idx5_flow .item:nth-child(odd)::before {
    left: calc(100% + 0.1em);
  }
  .idx5 .idx5_flow .item:nth-child(even) {
    margin-top: -7.5em;
  }
  .idx5 .idx5_flow .item:nth-child(even)::after {
    right: calc(100% + 16.4em);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1919px) {
  .idx5 .idx5_flow .item:nth-child(even)::after {
    right: calc(100% + 15.4em);
  }
}
@media only screen and (min-width: 769px) {
  .idx5 .idx5_flow .item:nth-child(even)::before {
    right: calc(100% + 0.1em);
  }
}
.idx5 .idx5_flow .right {
  margin-left: auto;
}
.idx5 .idx5_flow .item1 {
  --clr: #d7b942;
  padding-bottom: 5em;
  margin-top: 0 !important;
}
.idx5 .idx5_flow .item1 .ttl02 {
  font-feature-settings: "palt";
}
.idx5 .idx5_flow .item2 {
  --clr: #01be51;
}
.idx5 .idx5_flow .item3 {
  --clr: #e4756a;
}
.idx5 .idx5_flow .item4 {
  --clr: #a077b7;
}
.idx5 .idx5_flow .item5 {
  --clr: #b85083;
}
.idx5 .idx5_box {
  background-color: #f5dada;
  padding: 123px 0 80px;
  counter-reset: count;
}
.idx5 .idx5_box .item {
  --clr: #c07492;
  width: calc(33.3333333333% - 14.66px);
  position: relative;
}
.idx5 .idx5_box .item::before {
  position: absolute;
  content: counter(count);
  counter-increment: count;
  background-color: var(--clr);
  line-height: 1;
  font-size: 40px;
  letter-spacing: 0.1em;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(50% - 1em);
  top: -1.075em;
  color: #fff;
  padding-left: 0.1em;
  z-index: 2;
}
.idx5 .idx5_box .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx_border_left.png);
  background-color: var(--clr);
  width: 1.25em;
  height: 1.25em;
  bottom: 0.75em;
  left: 0.8125em;
  z-index: 2;
}
.idx5 .idx5_box .item .txt {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid var(--clr);
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 62px 40px 63px;
}
.idx5 .idx5_box .item .txt::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-radius: 50%;
  width: 5.625em;
  height: 5.625em;
  left: calc(50% - 2.8125em);
  border: 0.3125em solid #f5e7ec;
  top: -3.0625em;
  border: 0.3125em solid #f5e7ec;
}
.idx5 .idx5_box .item .txt::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx_border_right.png);
  background-color: var(--clr);
  width: 1.25em;
  height: 1.25em;
  top: 0.6875em;
  right: 0.75em;
  z-index: 2;
}
.idx5 .idx5_box .item .ttl01 {
  line-height: 1.5;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  color: var(--clr);
  margin-bottom: 8px;
}
.idx5 .idx5_box .item .ttl02 {
  text-align: center;
}
.idx5 .idx5_box .item2 {
  --clr: #f091b6;
}
.idx5 .idx5_box .item3 {
  --clr: #ed8076;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx5 .idx5_flow {
    font-size: 0.745vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx5 {
    padding: 60px 0;
  }
  .idx5 .idx5_flow {
    font-size: 0.737vw;
  }
  .idx5 .idx5_flow .item::before {
    top: 6em;
  }
  .idx5 .idx5_flow .en {
    font-size: 14px;
    left: calc(50% - 3.7em);
  }
  .idx5 .idx5_flow .item .ttl01 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx5 .idx5_flow .item .ttl02 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .idx5 .idx5_flow .item .ttl02 br {
    display: none;
  }
  .idx5 .idx5_box {
    padding: 80px 0 40px;
  }
  .idx5 .idx5_box .item {
    width: calc(33.3333333333% - 5px);
  }
  .idx5 .idx5_box .item .txt {
    padding: 40px 10px;
    height: 100%;
  }
  .idx5 .idx5_box .item::before {
    font-size: 30px;
  }
  .idx5 .idx5_box .item .ttl01 {
    font-size: 24px;
  }
  .idx5 .idx5_box .item .ttl02 {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx5 .idx5_flow {
    font-size: 0.72vw;
  }
  .idx5 .idx5_flow .item::before {
    top: 6.3em;
  }
}

.idx6 {
  background-image: url(../images/idx6_bg.jpg), url(../images/idx6_bg_full.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto, cover;
  padding: 143px 0 120px;
}
@media only screen and (max-width: 1600px) {
  .idx6 {
    background-size: 100%, cover;
  }
}
.idx6 .inner {
  max-width: 1780px;
}
.idx6 h3 {
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
}
.idx6 h3 .en {
  margin-bottom: 4px;
  padding-left: 4px;
  width: 100%;
}
.idx6 h3 .jp {
  margin-left: 0.0556em;
  background-color: #c07492;
  color: #fff;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 1.2222em;
  display: inline-block;
  height: auto;
  aspect-ratio: 1/1;
  line-height: 1;
  padding-left: 0.1444em;
  padding-top: 0.0556em;
  margin-top: -0.5333em;
  max-height: 1.2222em;
}
.idx6 h3 .jp:last-child {
  margin-left: 0.1222em;
}
.idx6 .idx6_list {
  margin-top: 70px;
}
.idx6 .idx6_list .item {
  width: 27.7777777778%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #343434;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.75%;
  background-color: #fff;
  transition: 0.3s all;
}
.idx6 .idx6_list .item::before, .idx6 .idx6_list .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 2.75em;
  aspect-ratio: 1/1;
  height: auto;
  left: calc(50% - 1.375em);
  bottom: 1.875em;
}
.idx6 .idx6_list .item::before {
  border-radius: 50%;
  background-color: #c07492;
}
.idx6 .idx6_list .item::after {
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx6_arr.png);
  background-color: #fff;
}
.idx6 .idx6_list .item:not(:first-child) {
  margin-left: -13.5%;
}
.idx6 .idx6_list .item img {
  transition: 0.3s all;
}
.idx6 .idx6_list .item .ttl {
  line-height: 1.5384615385;
  text-align: center;
  letter-spacing: 0.05em;
  color: #c07492;
  font-size: 1.625em;
  transition: 0.3s all;
}
.idx6 .idx6_list .item .ttl .en {
  font-size: 0.6923em;
  font-family: var(--f-zen);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  color: var(--clr1);
  margin-bottom: 0.5556em;
  margin-top: 1.3333em;
  transition: 0.3s all;
}
.idx6 .idx6_list .item .link a {
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .idx6 .idx6_list .item {
    cursor: pointer;
  }
  .idx6 .idx6_list .item:hover {
    background-color: var(--clr2);
  }
  .idx6 .idx6_list .item:hover::before {
    background-color: #fff;
  }
  .idx6 .idx6_list .item:hover img {
    filter: brightness(0) invert(1);
  }
  .idx6 .idx6_list .item:hover .ttl {
    color: #fff;
  }
  .idx6 .idx6_list .item:hover .ttl .en {
    color: #fff;
  }
  .idx6 .idx6_list .item:hover::after {
    background-color: var(--clr2);
  }
}
.idx6 .idx6_list .item:nth-child(1) {
  z-index: 4;
}
.idx6 .idx6_list .item:nth-child(2) {
  z-index: 3;
}
.idx6 .idx6_list .item:nth-child(3) {
  z-index: 2;
}
.idx6 .idx6_list .item:nth-child(4) {
  z-index: 1;
}
.idx6 .idx6_box {
  position: relative;
}
.idx6 .idx6_box::before, .idx6 .idx6_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.idx6 .idx6_box1 {
  background: #fcf3f0 url(../images/idx6_box01_bg.jpg) no-repeat bottom right/100%;
  margin-top: 208px;
  padding-bottom: 120px;
  margin-bottom: 92px;
}
.idx6 .idx6_box1::before {
  background: url(../images/idx6_before1.png) no-repeat center/contain;
  width: 19.0625em;
  height: 19.5625em;
  top: -8.8125em;
  right: -5.125em;
}
.idx6 .idx6_inner {
  display: grid;
  grid-template-columns: 52.7777777778% 37.5%;
  justify-content: flex-start;
  align-items: flex-start;
}
.idx6 .idx6_inner .ttl01 {
  margin-left: 23%;
  text-align: center;
  margin-top: 40px;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 32px;
}
.idx6 .idx6_inner .ttl01 .num {
  display: block;
  text-align: center;
  font-size: 140px;
  line-height: 1;
  letter-spacing: 0.055em;
  font-family: var(--f-zen);
  color: #c07492;
  margin-bottom: 32px;
  font-weight: 400;
  padding-left: 17px;
}
.idx6 .idx6_inner .txt {
  text-align: center;
}
.idx6 .idx6_inner .img {
  grid-row: 1/span 3;
  margin-top: -87px;
}
.idx6 .idx6_inner .txt {
  margin-left: 68px;
  width: 100%;
}
.idx6 .idx6_inner .txt p:not(:last-child) {
  margin-bottom: 10px;
}
.idx6 .idx6_box1_list {
  margin-top: -5.1em;
  font-size: 10px;
}
.idx6 .idx6_box1_list .item {
  --clr: #c07492;
  max-width: 40em;
  width: calc(33.3333333333% - 2.6em);
  background-color: var(--clr);
  color: var(--clr);
  position: relative;
  z-index: 1;
}
.idx6 .idx6_box1_list .item p {
  line-height: 1;
  font-size: 2.4em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.idx6 .idx6_box1_list .item .bg {
  padding: 2.7em 0 4.9em;
  position: relative;
  z-index: 1;
}
.idx6 .idx6_box1_list .item .bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  background-color: #fff;
  z-index: -1;
  right: 1em;
  bottom: 1em;
  top: -1em;
}
.idx6 .idx6_box1_list .item1 {
  --clr: #c07492;
}
.idx6 .idx6_box1_list .item2 {
  --clr: #f091b6;
}
.idx6 .idx6_box1_list .item2::before, .idx6 .idx6_box1_list .item2::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 2em;
  height: 2em;
  top: calc(50% - 1.5em);
}
.idx6 .idx6_box1_list .item2::before {
  left: -3em;
  background: url(../images/idx6_icon_x.png) no-repeat center/contain;
}
.idx6 .idx6_box1_list .item2::after {
  right: -3em;
  background: url(../images/idx6_icon_eq.png) no-repeat center/contain;
}
.idx6 .idx6_box1_list .item3 {
  --clr: #ed8076;
}
.idx6 .idx6_box2 {
  margin-bottom: 217px;
}
.idx6 .idx6_inner2 {
  grid-template-columns: 42% 67.34375%;
  justify-content: space-between;
}
.idx6 .idx6_inner2 .txt {
  margin-left: 0;
}
.idx6 .idx6_inner2 .ttl01 {
  margin-left: 0;
  margin-top: 124px;
}
.idx6 .idx6_inner2 .img {
  grid-column-start: 2;
  position: relative;
  left: -40px;
  margin-top: 0;
}
.idx6 .idx6_inner2 .img img {
  border-radius: 50%;
}
.idx6 .idx6_inner2 .img .img1 {
  width: 44.0835266821%;
  position: relative;
  z-index: 1;
  align-self: flex-start;
  border-radius: 50%;
  margin-top: -24px;
  position: relative;
}
.idx6 .idx6_inner2 .img .img1::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border: 11px solid #fff;
  border-radius: 50%;
  inset: -1px;
}
.idx6 .idx6_inner2 .img .img2 {
  width: 67.2853828306%;
  margin-left: -98px;
}
.idx6 .idx6_box3 {
  background-color: #fad3d0;
  background-repeat: no-repeat;
  background-image: url(../images/idx6_box_bg01.png), url(../images/idx6_box_bg02.png);
  background-position: top left, bottom right;
  background-size: 54.0625em;
  padding-bottom: 109px;
  margin-bottom: 207px;
}
.idx6 .idx6_box3::before {
  background: url(../images/idx6_before3.png) no-repeat center/contain;
  width: 19.9375em;
  height: 19.125em;
  top: -6.4375em;
  right: -2.5625em;
}
.idx6 .idx6_box3::after {
  background: url(../images/idx6_after3.png) no-repeat center/contain;
  width: 18.0625em;
  height: 21.1875em;
  bottom: -13em;
  left: 1.9375em;
}
.idx6 .idx6_inner3 .img {
  margin-top: -97px;
  align-items: flex-start;
}
.idx6 .idx6_inner3 .img .img1 {
  width: 100%;
  margin-bottom: 20px;
}
.idx6 .idx6_inner3 .img .img2,
.idx6 .idx6_inner3 .img .img3 {
  width: calc(50% - 10px);
}
.idx6 .idx6_inner3 .ttl01 {
  margin-top: 0.4333em;
  margin-bottom: 1em;
  line-height: 1.6666666667;
  font-size: 30px;
  letter-spacing: 0.05em;
}
.idx6 .idx6_inner3 .ttl01 .num {
  margin-bottom: 33px;
}
.idx6 .idx6_box4 .idx6_box4_bg {
  background-color: #fff;
  margin-top: -20px;
  padding: 60px 0 70px;
}
.idx6 .idx6_box4 .idx6_box4_bg .inner {
  max-width: 1080px;
}
.idx6 .idx6_box4 ul {
  display: flex;
}
.idx6 .idx6_box4 ul li {
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.idx6 .idx6_box4 ul li span {
  border-radius: 10px;
  width: 7.25em;
  height: 2.45em;
  margin-left: 0.93em;
}
.idx6 .idx6_box4 ul li span.clr1 {
  background-color: #c07492;
}
.idx6 .idx6_box4 ul li span.clr2 {
  background-color: #ed8076;
}
.idx6 .idx6_box4 ul li:last-child {
  margin-left: 3.35em;
}
.idx6 .idx6_inner4 {
  grid-template-columns: 42.578125% 59.375%;
}
.idx6 .idx6_inner4 .img {
  grid-column-start: 2;
  position: relative;
  left: 55px;
  z-index: 1;
}
.idx6 .idx6_inner4 .img img {
  border-radius: 20px;
}
.idx6 .idx6_inner4 .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-radius: 20px 40px 20px 20px;
  background-color: #ed8076;
  z-index: -1;
  left: 3.75em;
  bottom: 1.25em;
  right: -1.25em;
  top: -1.25em;
}
.idx6 .idx6_inner4 .ttl01 {
  margin-top: -117px;
  margin-left: 0;
}
.idx6 .idx6_inner4 .ttl01 .num {
  padding-left: 0;
}
.idx6 .idx6_inner4 .txt {
  margin-left: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx6 .idx6_box1::before {
    font-size: 1vw;
    right: -0.5em;
  }
  .idx6 .idx6_box3::before {
    font-size: 1vw;
    right: -0.5em;
  }
  .idx6 .idx6_box3::after {
    font-size: 1vw;
    left: -0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx6 .idx6_box1_list {
    margin-top: 40px;
  }
  .idx6 .idx6_inner .ttl01 {
    letter-spacing: 0 !important;
  }
  .idx6 .idx6_inner4 {
    grid-template-columns: 42% 53%;
  }
  .idx6 .idx6_inner4 .img {
    left: 0;
  }
  .idx6 .idx6_inner {
    justify-content: space-between;
    grid-template-columns: 50% 45%;
  }
  .idx6 .idx6_inner .ttl01 {
    margin-left: 0;
  }
  .idx6 .idx6_inner .txt {
    margin-left: 0;
  }
  .idx6 .idx6_inner2 {
    grid-template-columns: 42% 55%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx6 .idx6_list {
    font-size: 14px;
  }
  .idx6 .idx6_box1::before {
    font-size: 1vw;
    right: -1em;
  }
  .idx6 .idx6_box3::before {
    font-size: 1vw;
    right: -1em;
  }
  .idx6 .idx6_box3::after {
    font-size: 1vw;
    left: -1em;
  }
  .idx6 .idx6_inner4 {
    grid-template-columns: 42% 53%;
  }
  .idx6 .idx6_inner4 .img {
    left: 0;
  }
  .idx6 .idx6_inner2 {
    grid-template-columns: 42% 55%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx6 .idx6_list {
    font-size: 13px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx6 {
    padding: 60px 0;
  }
  .idx6 .idx6_box1_list {
    font-size: 8px;
  }
  .idx6 .idx6_list {
    padding: 0;
  }
  .idx6 .idx6_list .item {
    font-size: 1.300390117vw;
  }
  .idx6 .idx6_list .item::before, .idx6 .idx6_list .item::after {
    font-size: 1em;
    bottom: 0.6em;
  }
  .idx6 .idx6_list .item .img {
    max-width: 4em;
  }
  .idx6 .idx6_list .item .ttl {
    font-size: 1.4em;
    letter-spacing: 0;
  }
  .idx6 .idx6_list .item .ttl .en {
    font-size: 0.8571em;
    letter-spacing: 0;
  }
  .idx6 .idx6_box1 {
    margin-top: 160px;
    padding-bottom: 60px;
    margin-bottom: 120px;
  }
  .idx6 .idx6_box1::before {
    right: -2em;
    font-size: 1vw;
  }
  .idx6 .idx6_inner {
    grid-template-columns: 50% 45%;
    justify-content: space-between;
  }
  .idx6 .idx6_inner .ttl01 {
    letter-spacing: 0;
    font-size: 24px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
  }
  .idx6 .idx6_inner .ttl01 .num {
    padding-left: 0;
    padding-right: 0;
    font-size: 100px;
    margin-bottom: 10px;
  }
  .idx6 .idx6_inner .txt {
    margin-left: 0;
    margin-right: 0;
  }
  .idx6 .idx6_inner .img {
    margin-top: -40px;
  }
  .idx6 .idx6_box2 {
    margin-bottom: 120px;
  }
  .idx6 .idx6_box2 .inner_big {
    padding-left: 0;
    padding-right: 0;
  }
  .idx6 .idx6_box3 {
    position: relative;
    z-index: 1;
    background-size: 50%;
    padding-bottom: 60px;
    margin-bottom: 120px;
  }
  .idx6 .idx6_box3::before {
    font-size: 1vw;
    right: -2em;
    z-index: -1;
  }
  .idx6 .idx6_box3::after {
    font-size: 1vw;
    left: -2em;
  }
  .idx6 .idx6_box4 .idx6_box4_bg {
    padding: 40px 0;
    margin-top: 20px;
  }
  .idx6 .idx6_box4 ul li {
    letter-spacing: 0;
    font-size: 18px;
  }
}

.idx7 {
  margin-left: auto;
  margin-right: auto;
  padding: 212px 0 81px;
  background-repeat: repeat;
  background-image: url(../images/idx7_pattern.jpg);
  background-size: 100%;
  background-position: top left;
  position: relative;
  z-index: 1;
}
.idx7::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  bottom: unset;
  height: 75%;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-image: url(../images/idx7_bg.png);
  max-height: 628px;
  background: url(../images/idx7_bg.jpg) no-repeat top center/cover;
}
.idx7 h3 {
  color: transparent;
  background: url(../images/idx7_contact.png) no-repeat center/contain;
  width: 9.9792em;
  height: 4.9583em;
  text-indent: -208.3125em;
  margin: 0 0 -1.8958em -3em;
}
.idx7 .item {
  width: calc(50% - 20px);
  background-color: #fff;
  padding: 74px 40px 40px;
  position: relative;
  z-index: 1;
}
.idx7 .item::before, .idx7 .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}
.idx7 .item::before {
  border: 2px solid #c07492;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 102px;
  border-bottom: 0;
}
.idx7 .item::after {
  border: 2px solid #c07492;
  bottom: 18px;
  left: 18px;
  right: 18px;
  height: 102px;
  border-top: 0;
}
.idx7 .item .ttl01 {
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
  font-size: 24px;
}
.idx7 .item .ttl02 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(to right, rgb(192, 116, 146) 0%, rgb(217, 213, 209) 100%);
  display: table;
  margin: 0.75em auto 0.0833em;
  text-align: center;
  padding: 0.2917em 1.25em 0.375em 1.75em;
}
.idx7 .item .ttl03 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 13px 0 43px;
  color: #c07492;
}
.idx7 .item .btn-group {
  max-width: 100%;
}
.idx7 .item .btn-group .btn a {
  line-height: 1.6666666667;
  min-height: 110px;
  flex-direction: column;
}
.idx7 .item2::before, .idx7 .item2::after {
  border-color: #ed8076;
}
.idx7 .item2 .ttl03 {
  margin: 26px 0 29px;
  color: #ed8076;
}
.idx7 .item2 .ttl04 {
  margin-bottom: 45px;
  font-feature-settings: "palt";
}
.idx7 .item2 .btn-group .btn {
  width: calc(50% - 10px);
}
.idx7 .item2 .btn-group .btn a {
  font-size: 18px;
  align-items: flex-start;
  padding-left: 1.7222em;
  padding-top: 0.2778em;
}
.idx7 .item2 .btn-group .btn a::before, .idx7 .item2 .btn-group .btn a::after {
  width: 1.6667em;
  height: 1.6667em;
  top: calc(50% - 0.8333em);
  right: 1.2222em;
}
.idx7 .item2 .btn-group .btn a strong {
  font-size: 1.3333em;
  line-height: 1;
  margin-bottom: 0.2083em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx7 {
    padding: 120px 0 60px;
  }
  .idx7 h3 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx7 .btn-group .btn a {
    letter-spacing: 0;
  }
  .idx7 .btn-group .btn a strong {
    letter-spacing: 0 !important;
  }
  .idx7 .inner_max {
    max-width: 1170px;
  }
  .idx7 .item {
    width: calc(50% - 10px);
    padding: 40px 20px;
  }
  .idx7 .item::before {
    top: 10px;
    left: 10px;
    right: 10px;
    height: 60px;
  }
  .idx7 .item::after {
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 60px;
  }
  .idx7 .item .ttl01 {
    font-size: 24px;
    letter-spacing: 0;
  }
  .idx7 .item .ttl02 {
    font-size: 24px;
    letter-spacing: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .idx7 .item .ttl03 {
    font-size: 26px;
    letter-spacing: 0;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx7 .btn-group .btn a {
    letter-spacing: 0;
  }
  .idx7 .btn-group .btn a strong {
    letter-spacing: 0 !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx7 {
    padding: 80px 0 60px;
  }
  .idx7 h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
  }
  .idx7 .item {
    width: calc(50% - 10px);
    padding: 40px 20px;
  }
  .idx7 .item::before {
    top: 10px;
    left: 10px;
    right: 10px;
    height: 60px;
  }
  .idx7 .item::after {
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 60px;
  }
  .idx7 .item .ttl01 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx7 .item .ttl02 {
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .idx7 .item .ttl03 {
    font-size: 24px;
    letter-spacing: 0;
    margin: 20px 0;
  }
  .idx7 .item .btn-group .btn a {
    min-height: 70px;
  }
  .idx7 .item:last-child .btn-group .btn a {
    font-size: 10px;
  }
}

.idx8 {
  background: url(../images/idx8_bg.jpg) no-repeat top center/cover;
  padding: 119px 0 120px;
}
.idx8 .fblock {
  margin-top: 49px;
}
.idx8 .fblock .item {
  width: calc(33.3333333333% - 20px);
  background-color: #fff;
  background-image: url(../images/idx8_item_bg.png);
  background-size: 97%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.idx8 .fblock .item .txt {
  overflow: hidden;
  position: relative;
  padding: 41px 45px 42px;
}
.idx8 .fblock .item .ttl01 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  color: #c07492;
  margin: 0 auto 17px;
}
.idx8 .fblock .item .ttl01::after {
  content: "";
  display: block;
  background-color: #c07492;
  width: 70px;
  height: 2px;
  margin: 22px auto 0;
}
.idx8 .fblock .item .ttl02 {
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx8 {
    padding: 60px 0 60px;
  }
  .idx8 .fblock .item {
    width: calc(33.3333333333% - 5px);
  }
  .idx8 .fblock .item .txt {
    padding: 20px;
  }
  .idx8 .fblock .item .ttl01 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx8 .fblock .item .ttl01::after {
    margin-top: 10px;
  }
}

.idx9 {
  padding: 120px 0 114px;
  background: url(../images/idx9_bg.jpg) repeat;
}
.idx9 .inner_max {
  position: relative;
  z-index: 1;
}
.idx9 .inner_max::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx9_icon.png) no-repeat center/contain;
  width: 7.6875em;
  height: 12.4375em;
  top: -9.0625em;
  left: 10.5625em;
}
.idx9 .idx9_list {
  margin-top: 49px;
  position: relative;
  z-index: 1;
  font-size: 10px;
}
.idx9 .idx9_list .item {
  width: 14%;
  max-width: 20em;
}
.idx9 .idx9_list .item .num {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/idx9_step.png) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 3.6em;
  letter-spacing: 0.1em;
  line-height: 1;
  font-feature-settings: "palt";
  padding-bottom: 0.15em;
  position: relative;
  z-index: 1;
}
.idx9 .idx9_list .item .jp {
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 0.1em;
  margin-top: 1.1em;
}
.idx9 .idx9_list .item:not(:last-child) .num::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: 0.1667em;
  background-color: #ed8076;
  left: 100%;
  top: calc(50% - 0.0833em);
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx9 .inner_max {
    max-width: 1170px;
  }
  .idx9 .idx9_list {
    font-size: 8px;
  }
  .idx9 .idx9_list .item .jp {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx9 .idx9_list .item .jp {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx9 {
    padding: 60px 0;
  }
  .idx9 .inner_max::before {
    font-size: 1vw;
  }
  .idx9 .idx9_list {
    font-size: min(2vw, 6.3px);
  }
  .idx9 .idx9_list .item .jp {
    letter-spacing: 0;
  }
}

.idx10 {
  background-color: #f3e4e4;
  background-image: url(../images/idx10_before.png), url(../images/idx10_after.png);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 534px;
  padding: 120px 0;
}
.idx10 h3 {
  margin-bottom: 49px;
}
.idx10 .TabContainer .TabPager {
  max-width: 1280px;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 3;
  position: relative;
  width: 95%;
}
.idx10 .TabContainer .TabPager > div {
  width: calc(50% - 10px);
  border-radius: 0;
  padding: 1.5625em 0 1.6875em;
  position: relative;
  position: relative;
  z-index: 1;
  --clr: #b85083;
  background-color: var(--clr);
}
.idx10 .TabContainer .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  z-index: -1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/idx10_tab_bg.png);
}
.idx10 .TabContainer .TabPager > div::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 100%;
  border-top: var(--clr) 1.25em solid;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  left: calc(50% - 1.5em);
  opacity: 0;
  z-index: 3;
}
.idx10 .TabContainer .TabPager > div p {
  border: 0 !important;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.idx10 .TabContainer .TabPager > div:last-child {
  --clr: #ed8076;
}
.idx10 .TabContainer .TabPager > div.active::before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx10 .TabContainer .TabPager > div:not(.active):hover {
    background: var(--main-color);
  }
  .idx10 .TabContainer .TabPager > div:not(.active):hover::after {
    opacity: 0;
  }
}
.idx10 .TabContainer .TabContent {
  margin-top: -48px;
}
.idx10 .TabContainer .TabContent .content {
  background: #fff;
  border: 2px solid #b85083;
}
@media only screen and (min-width: 1920px) {
  .idx10 .TabContainer .TabContent .content {
    max-height: 708px;
  }
}
.idx10 .idx10_tab {
  padding: 128px 0 80px;
}
.idx10 .fblock .item {
  max-width: 305px;
  width: 24%;
  padding: 34px 14px 32px;
}
.idx10 .fblock .item:nth-child(1) {
  background-color: #fcf3f0;
}
.idx10 .fblock .item:nth-child(2) {
  background-color: #fbf6e9;
}
.idx10 .fblock .item:nth-child(3) {
  background-color: #f0f7fb;
}
.idx10 .fblock .item:nth-child(4) {
  background-color: #eaf9ec;
}
.idx10 .fblock .item picture {
  display: table;
  margin: 0 auto;
}
.idx10 .fblock .item .ttl01 {
  color: #c07492;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
  margin: 26px 0 16px;
}
.idx10 .fblock .item .ttl02 {
  line-height: 1.875;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx10 {
    background-size: 40%;
    padding: 60px 0;
  }
  .idx10 .TabContainer .TabPager > div {
    font-size: 8px;
  }
  .idx10 .TabContainer .TabPager > div p {
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx10 .idx10_tab {
    padding: 80px 0 40px;
  }
  .idx10 .fblock .item picture {
    max-width: 80px;
  }
  .idx10 .fblock .item .ttl01 {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.idx11 {
  background-image: url(../images/idx11_bg.jpg);
  padding: 120px 0;
  background-position: top center;
}
@media only screen and (min-width: 1919px) and (max-width: 1921px) {
  .idx11 {
    background-size: auto;
  }
}
.idx11 .inner {
  max-width: 1640px;
}
.idx11 .idx11_bg {
  background: url(../images/idx11_bg_box.jpg) no-repeat top center/cover;
  padding: 80px 0 75px;
  margin-top: 49px;
}
.idx11 .item {
  max-width: 690px;
  width: 48%;
}
.idx11 .item .accContainer:not(:last-child) {
  margin-bottom: 40px;
}
.idx11 .accContainer {
  position: relative;
  z-index: 1;
}
.idx11 .accContainer::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 10px;
  background-color: #ed8076;
  bottom: -10px;
  left: 0;
  right: 0;
}
.idx11 .accContainer .accBtn {
  background-color: #fff;
  max-width: calc(100% - 10px);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1.05em 0 0.95em 2.85em;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  transition: 0.3s all;
}
.idx11 .accContainer .accBtn::before {
  content: "Q";
  position: absolute;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ed8076;
  left: 0.7692em;
  top: 0.5385em;
  transition: 0.3s all;
}
.idx11 .accContainer .accBtn span {
  width: 100%;
  position: relative;
  padding-right: 2em;
}
.idx11 .accContainer .accBtn span::before, .idx11 .accContainer .accBtn span::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 18px;
  height: 2px;
  background-color: #ed8076;
  top: calc(50% - 1px);
  right: 12px;
}
.idx11 .accContainer .accBtn span::after {
  transform: rotate(90deg);
}
.idx11 .accContainer .accBtn.rotate span::after {
  transform: rotate(0deg);
}
@media only screen and (min-width: 769px) {
  .idx11 .accContainer .accBtn:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .idx11 .accContainer .accBtn:hover::before {
    color: #fff;
  }
  .idx11 .accContainer .accBtn:hover span::before, .idx11 .accContainer .accBtn:hover span::after {
    background-color: #fff;
  }
}
.idx11 .accContainer .txt {
  padding: 0px 60px 10px 58px;
  color: #fff;
  position: relative;
}
.idx11 .accContainer .txt::before {
  content: "A";
  position: absolute;
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  left: 0.8462em;
  top: -0.0385em;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx11 .fblock .item:last-child .accContainer:last-child .accBtn {
    min-height: 5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .idx11 .fblock .item:last-child .accContainer:last-child .accBtn::before {
    top: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx11 .accContainer .accBtn {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx11 {
    padding: 60px 0;
  }
  .idx11 .accContainer .accBtn {
    letter-spacing: 0;
    font-size: 18px;
  }
  .idx11 .idx11_bg {
    padding: 40px 0;
    background-size: 100%;
    background-repeat: repeat;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx11 .fblock .item:last-child .accContainer:last-child .accBtn {
    min-height: 6.5em;
  }
  .idx11 .fblock .item:last-child .accContainer:last-child .accBtn::before {
    top: 1em;
  }
}

.idx12 {
  background-color: #f3e4e4;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.idx12 .inner_big {
  position: relative;
  z-index: 1;
}
.idx12 .inner_big::before, .idx12 .inner_big::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx12_before.png) no-repeat center/contain;
  width: 39.625em;
  height: 39em;
  z-index: -1;
}
.idx12 .inner_big::before {
  top: -18em;
  left: -22em;
}
.idx12 .inner_big::after {
  bottom: -15.3em;
  right: -22.5em;
}
.idx12 .idx12_tbl {
  margin-top: 49px;
}
.idx12 .idx12_tbl .td_p {
  margin-bottom: 0;
}
.idx12 .idx12_tbl table tr th,
.idx12 .idx12_tbl table tr td {
  line-height: 2.25;
  font-weight: 400;
  padding: 0;
  border: 0;
  letter-spacing: 0.1em;
  width: auto;
}
.idx12 .idx12_tbl table tr th {
  background-color: #c07492;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  width: 361px;
}
.idx12 .idx12_tbl table tr td {
  border-left: 2px solid #f3e4e4;
  padding: 28px 50px 29px;
  background-color: #fff;
}
.idx12 .idx12_tbl table tr:not(:last-child) th,
.idx12 .idx12_tbl table tr:not(:last-child) td {
  border-bottom: #f3e4e4 2px solid;
}
.idx12 .list_star li {
  display: flex;
  position: relative;
  padding-left: 1.75em;
}
.idx12 .list_star li::before {
  content: "★";
  color: #ed8076;
  position: absolute;
  left: 0;
  top: 0;
}
.idx12 .list_star li:first-child {
  padding-left: 1.125em;
}
.idx12 .list_num {
  margin-top: 3px;
  margin-bottom: 3px;
}
.idx12 .list_num li {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.875;
}
.idx12 .list_num li .num {
  color: #ed8076;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.idx12 .list_num li .jp {
  margin-left: -1.8em;
  letter-spacing: 0.86px;
  margin-top: -1px;
  display: block;
}
.idx12 .list_num li:not(:last-child) {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx12 .inner_big::before, .idx12 .inner_big::after {
    font-size: 8px;
  }
  .idx12 .inner_big::before {
    left: -5em;
  }
  .idx12 .inner_big::after {
    right: -5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx12 .idx12_tbl table tr th,
  .idx12 .idx12_tbl table tr td {
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx12 {
    padding: 60px 0;
  }
  .idx12 .inner_big::before, .idx12 .inner_big::after {
    font-size: 0.8vw;
  }
  .idx12 .idx12_tbl table tr th {
    width: 200px;
    font-size: 20px;
    letter-spacing: 0;
  }
}