.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 730px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  position: relative;
}
.home_page .key::before {
  position: absolute;
  content: "";
  font-size: 10px;
  z-index: 1;
  bottom: -10.7em;
  right: -27.1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/key_shape.png);
  width: 50.9em;
  height: 70.2em;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .s1 {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .slick-initialized .s2 {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .slick-initialized .s3 {
  background-image: url(../images/idx_mv03.jpg);
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.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: top center;
  background-repeat: no-repeat;
}
.home_page .key .catch {
  margin: auto;
  position: absolute;
  top: 23em;
  left: 10em;
  width: 100%;
  font-size: 9.5px;
  text-align: center;
  background-image: -moz-linear-gradient(-45deg, rgba(255, 180, 54, 0.8) 0%, rgb(255, 210, 102) 99%);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 180, 54, 0.8) 0%, rgb(255, 210, 102) 99%);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 180, 54, 0.8) 0%, rgb(255, 210, 102) 99%);
  width: 52em;
  height: 52em;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  margin-bottom: 0.3em;
  font-size: 4.2em;
  line-height: 1.5;
}
.home_page .key p {
  font-size: 2.5em;
  line-height: 1.5;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 34px;
}
.home_page h3::before, .home_page h3::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #faab25;
  bottom: 0;
  transform: translateX(-50%);
}
.home_page h3::before {
  width: 8.8em;
  left: 50%;
}
.home_page h3::after {
  background-color: var(--main-color);
  width: 4.4em;
  left: calc(50% - 2.2em);
}
.home_page h3 span {
  display: block;
}
.home_page h3 .jp {
  font-size: 3.6em;
  color: var(--clr1);
  letter-spacing: 0.1em;
  font-weight: 500;
}
.home_page h3 .en {
  color: var(--main-color);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 2em;
  line-height: 1;
  padding-bottom: 5px;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en,
.home_page h3.white .jp {
  color: #fff;
}
.home_page h3.white::before {
  background-color: #ffe5b9;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --height: 100vh;
    --min-height: unset;
    --max-height: unset;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
  .home_page .key::before {
    font-size: min(7px, 0.8vw);
  }
  .home_page .key .catch {
    top: 18em;
    font-size: min(7.5px, 0.7vw);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page .key .catch {
    top: 23em;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .home_page .key .catch {
    left: 5em;
    top: 24em;
    font-size: 0.9vw;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx_news {
  padding: 111px 0px 496px;
  background-color: #fff;
  position: relative;
}
.idx_news::before, .idx_news::after {
  position: absolute;
  content: "";
}
.idx_news::before {
  font-size: 10px;
  top: -2em;
  left: 3.7em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx_news_shape.png);
  width: 10em;
  height: 15em;
}
.idx_news::after {
  background-image: url(../images/idx_news_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 714px;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1921px) {
  .idx_news::after {
    background-size: 100% 100%;
  }
}
.idx_news .flex {
  position: relative;
  z-index: 1;
}
.idx_news .inner_big {
  max-width: 1158px;
}
.idx_news h3 {
  margin-bottom: 100px;
  text-align: left;
  padding-bottom: 0;
}
.idx_news h3::before, .idx_news h3::after {
  display: none;
}
.idx_news h3 span {
  display: block;
}
.idx_news h3 .jp {
  font-size: 3em;
}
.idx_news h3 .en {
  padding-top: 9px;
  padding-bottom: 0;
}
.idx_news .left {
  width: 137px;
}
.idx_news .right {
  width: calc(95% - 137px);
  max-width: 872px;
  position: relative;
  z-index: 1;
}
.idx_news .content {
  display: none;
}
.idx_news .content.active {
  display: block;
}
.idx_news .right .ttl {
  font-size: 10px;
  width: 50%;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 19px;
  cursor: pointer;
  transition: all 0.3s;
}
.idx_news .right .ttl:hover .jp {
  color: var(--main-color);
}
.idx_news .right .ttl.active .en::before {
  opacity: 1;
  visibility: visible;
}
.idx_news .right .ttl.active:hover .jp {
  color: var(--clr1);
}
.idx_news .right .ttl::before, .idx_news .right .ttl::after {
  position: absolute;
  content: "";
  background-color: #9c9c9c;
  width: 1px;
  height: 30px;
  top: 4px;
}
.idx_news .right .ttl::before {
  left: 0;
}
.idx_news .right .ttl:first-child::after {
  display: none;
}
.idx_news .right .ttl:last-child::after {
  right: 0;
}
.idx_news .right .ttl span {
  display: block;
  line-height: 1;
  text-align: center;
}
.idx_news .right .ttl .jp {
  font-size: 2em;
  letter-spacing: 0.1em;
  color: var(--clr1);
  padding-bottom: 4px;
}
.idx_news .right .ttl .en {
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  position: relative;
}
.idx_news .right .ttl .en::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color);
  width: 250px;
  height: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.idx_news .btn-gr {
  border-bottom: 1px solid #9c9c9c;
}
.idx_news .tab_button {
  display: flex;
  align-items: center;
  width: calc(100% - 56px);
  margin-left: auto;
  margin-right: auto;
}
.idx_news li {
  border-bottom: 1px solid #eae9e7;
  width: auto;
}
.idx_news li a {
  display: inline-flex;
  text-decoration: none;
  padding: 30px 0px;
  padding-left: 30px;
  padding-right: 4em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  color: var(--clr1);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx_news li a {
    font-size: 18px;
  }
}
.idx_news li a::before, .idx_news li a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: calc(50% - 11px);
  right: 28px;
}
.idx_news li a::before {
  background-color: var(--main-color);
  border-radius: 50%;
}
.idx_news li a::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M8.014,8.177 L7.011,9.204 L6.839,9.027 L0.989,15.018 L-0.014,13.989 L5.835,8.000 L-0.014,2.010 L0.989,0.981 L6.839,6.973 L7.011,6.797 L8.014,7.823 L7.842,8.000 L8.014,8.177 Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 4px auto;
  background-color: #fff;
}
.idx_news li a span {
  display: inline-block;
}
.idx_news li a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .idx_news li a:hover {
    opacity: 0.7;
  }
}
.idx_news li a .t_flex {
  display: flex;
  align-items: center;
}
.idx_news li a .cate {
  background-color: var(--main-color);
  color: #fff;
  width: 89px;
  height: 26px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx_news li a .cate.blog {
  background-color: #faab25;
}
.idx_news li a .date {
  transition: all 0.3s;
  letter-spacing: 0.05em;
  padding-right: 13px;
}
.idx_news li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  padding-left: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx_news .news {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx_news .btn-group {
    position: absolute;
    bottom: calc(50% - 3.1em);
    left: calc(50% - 68.2em);
  }
}
@media only screen and (min-width: 1439px) {
  .idx_news .btn-group .btn a {
    padding-right: 65px;
  }
  .idx_news li:nth-child(2) a {
    padding-top: 29px;
  }
  .idx_news li:nth-child(3) a {
    padding-top: 29px;
  }
  .idx_news .right {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx_news {
    padding-bottom: 450px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx_news .btn-group {
    left: calc(50% - 56vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx_news .right .ttl .en::before {
    width: 200px;
  }
}

.idx01 {
  background-color: #fdf9f3;
  padding: 50px 0 210px;
  margin-top: -385px;
}
.idx01 .left,
.idx01 .right {
  max-width: 545px;
  width: 50%;
}
.idx01 .inner_big {
  position: relative;
}
.idx01 .inner_big::before {
  position: absolute;
  content: "";
  top: -26.1em;
  left: -28.8em;
  font-size: 10px;
  width: 41.1em;
  height: 42em;
  background-image: url(../images/idx01_shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx01-logo {
  max-width: 259px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.idx01-logo a:hover {
  opacity: 1;
}
.idx01-desc {
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .idx01-desc {
    font-size: 18px;
  }
}
.idx01-desc span {
  padding-right: 5px;
}
.idx01 .idx-tel {
  margin-top: 53px;
  margin-bottom: 54px;
}
.idx01 .flex {
  margin-right: 0;
  margin-left: auto;
  max-width: 1200px;
}
.idx01-img {
  max-width: 545px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.idx01-img::before {
  position: absolute;
  content: "";
  top: -81px;
  right: -31px;
  background-image: url(../images/idx01-img-shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 100px;
}
.idx01-img .img01 {
  margin-top: 7.3%;
}
.idx01-img figure {
  max-width: 265px;
  width: 49%;
}
.idx01 .btn-group {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 469px;
  margin-top: 43px;
}
.idx01 .btn-group .btn {
  width: auto;
  margin-bottom: 20px;
}
.idx01-map {
  max-width: 1199px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 58px;
  position: relative;
  z-index: 1;
}
.idx01-map::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 25%;
  right: 0;
  background-image: url(../images/idx01_map_shape.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 626px;
  width: 53%;
  height: 100%;
}
.idx01-map .map {
  height: 280px;
  max-width: 1118px;
  width: 95%;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (min-width: 1281px) {
  .idx01 .right {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx01 .flex {
    margin-right: auto;
  }
  .idx01-map {
    margin-right: auto;
  }
  .idx01-map .map {
    width: 100%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx01-desc {
    font-size: 16px;
  }
  .idx01 .inner_big::before {
    font-size: 6px;
  }
  .idx01-map .map {
    margin-left: 0;
    width: 98%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx01 {
    padding-bottom: 150px;
  }
  .idx01 .left,
  .idx01 .right {
    width: 49%;
  }
  .idx01-desc span {
    display: block;
  }
  .idx01 .idx-tel {
    margin: 30px 0;
  }
}

.idx02 {
  max-width: 1440px;
  padding-bottom: 118px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.idx02::before, .idx02::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx02::before {
  z-index: 2;
  top: -120px;
  left: 53px;
  background-image: url(../images/idx02_shape.png);
  font-size: 10px;
  width: 15em;
  height: 15em;
}
.idx02::after {
  background-image: url(../images/idx02-shape2.png);
  width: 48.1em;
  height: 48.6em;
  top: -8.3em;
  right: -30.8em;
  font-size: 10px;
}
.idx02 .inner_big {
  max-width: 1299px;
}
.idx02 .left {
  max-width: 625px;
  width: 50%;
}
.idx02 .right {
  max-width: 545px;
  width: 50%;
  padding-top: 128px;
}
.idx02-img {
  position: relative;
  z-index: 1;
  padding-top: 9.6%;
}
.idx02-img::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url(../images/idx02_img01_sm.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 85%;
  height: 90%;
  max-width: 516px;
  max-height: 580px;
}
.idx02-img figure {
  max-width: 545px;
  margin-left: auto;
  margin-right: 0;
  width: 90%;
}
.idx02 .btn-group {
  display: flex;
  flex-direction: column;
  margin-right: 23px;
  margin-left: auto;
  margin-top: 62px;
  align-items: flex-end;
}
.idx02 .btn-group .btn {
  width: auto;
  margin-bottom: 20px;
}
.idx02 h3 {
  padding-left: 38px;
  padding-top: 5px;
  margin-bottom: 57px;
  text-align: left;
  padding-bottom: 0;
}
.idx02 h3 span {
  display: block;
}
.idx02 h3 .jp {
  padding-top: 5px;
  margin-left: -3px;
}
.idx02 h3 .en {
  padding-bottom: 0;
}
.idx02 h3::before, .idx02 h3::after {
  position: absolute;
  content: "";
  width: 2px;
  top: 0;
  left: 0;
}
.idx02 h3::before {
  background-color: #faab25;
  height: calc(100% + 4px);
}
.idx02 h3::after {
  height: 44px;
  background-color: var(--main-color);
}
.idx02-circle {
  font-size: min(10px, 1vw);
  display: flex;
}
.idx02-circle .box {
  border-radius: 50%;
  background-image: -moz-linear-gradient(-45deg, rgb(255, 180, 54) 0%, rgb(255, 210, 102) 99%);
  background-image: -webkit-linear-gradient(-45deg, rgb(255, 180, 54) 0%, rgb(255, 210, 102) 99%);
  background-image: -ms-linear-gradient(-45deg, rgb(255, 180, 54) 0%, rgb(255, 210, 102) 99%);
  width: 13.9em;
  height: 13.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
}
.idx02-circle .box:nth-child(2) {
  margin: 0 2.2em;
}
.idx02-circle .txt_sm {
  font-size: 2.2em;
  letter-spacing: 0;
  color: #fff;
}
.idx02-circle .txt_sm::after {
  display: block;
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='70px' height='26px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M36.026,26.001 C50.398,25.631 62.823,17.237 69.584,4.984 C70.330,3.633 70.048,1.914 68.881,0.949 C68.865,0.937 68.849,0.923 68.834,0.910 C67.432,-0.247 65.396,0.188 64.502,1.813 C58.744,12.284 48.154,19.472 35.882,19.786 C22.932,20.119 11.470,12.731 5.448,1.605 C4.580,0.002 2.603,-0.472 1.203,0.632 C1.183,0.648 1.163,0.665 1.143,0.680 C-0.046,1.618 -0.344,3.348 0.394,4.709 C7.460,17.731 20.857,26.391 36.026,26.001 Z'/%3E%3C/svg%3E");
  mask-position: center;
  background-repeat: no-repeat;
  mask-size: 100% auto;
  background-color: #fff;
  width: 35px;
  height: 13px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4545454545em;
}
.idx02 .text_bold {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  color: var(--main-color);
  font-weight: 500;
  margin-top: 43px;
  margin-bottom: 20px;
}
.idx02 .text {
  font-size: 18px;
}
.idx02 .text_right {
  text-align: right;
  line-height: 1;
  margin-top: 42px;
}
.idx02 .text_right .lg {
  font-size: 20px;
  padding-left: 16px;
}
@media only screen and (min-width: 769px) {
  .idx02 .inner_big {
    padding-left: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1439px) {
  .idx02 .btn-group .btn a {
    margin-right: 61px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx02::after {
    font-size: 6.5px;
    top: -15em;
  }
  .idx02 .right {
    max-width: 590px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx02 .text {
    font-size: 16px;
  }
  .idx02 .left,
  .idx02 .right {
    width: 49%;
  }
  .idx02 .text_bold {
    font-size: min(22px, 2.4vw);
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx02 {
    padding-bottom: 70px;
  }
  .idx02::before {
    font-size: 8px;
    top: -90px;
  }
  .idx02::after {
    font-size: 5px;
  }
  .idx02 .left {
    width: 45%;
  }
  .idx02 .right {
    width: 52%;
    padding-top: 80px;
  }
  .idx02 h3 {
    margin-bottom: 30px;
  }
  .idx02 .text_bold {
    margin-top: 20px;
  }
}

.idx03 {
  background-image: url(../images/idx03_bg.jpg);
  padding-top: 116px;
  padding-bottom: 139px;
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.idx03::before, .idx03::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx03::before {
  background-image: url(../images/idx03_shape.png);
  width: 42.8em;
  height: 42em;
  top: -21.5em;
  left: -20.9em;
  font-size: min(10px, 0.9vw);
}
.idx03::after {
  background-image: url(../images/idx03_shape2.png);
  top: -2.6em;
  right: calc(50% - 33.8em);
  font-size: 10px;
  width: 10em;
  height: 10em;
}
.idx03 .inner_big {
  max-width: 1158px;
}
.idx03 h3 {
  margin-bottom: 48px;
}
.idx03 .txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  text-align: center;
  font-size: 18px;
}
.idx03-flow {
  font-size: min(10px, 0.9vw);
  margin-top: 7.1em;
  display: flex;
  justify-content: center;
  counter-reset: section;
}
.idx03 .box {
  width: 24.6em;
  height: 24.6em;
  margin-right: 2.6em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx03 .box {
    opacity: 1;
  }
  .idx03 .box.animated {
    opacity: 0;
  }
}
.idx03 .box::before {
  position: absolute;
  top: -2px;
  left: 0.3333333333em;
  z-index: 2;
  counter-increment: section;
  content: counter(section);
  line-height: 1;
  font-family: var(--f-barlow);
  font-size: 6em;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
.idx03 .box:last-child {
  margin-right: 0;
}
.idx03 .box:last-child .circle::after {
  display: none;
}
.idx03 .box .circle {
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.idx03 .box .circle::before, .idx03 .box .circle::after {
  position: absolute;
  content: "";
}
.idx03 .box .circle::before {
  top: 0;
  left: 0;
  border: 2px solid #ffe5b9;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.idx03 .box .circle::after {
  top: calc(50% - 0.1em);
  z-index: -1;
  right: -2.8em;
  background-color: #faab25;
  height: 0.3em;
  width: 3em;
}
.idx03 .box .ttl {
  text-align: center;
  font-size: 2em;
  letter-spacing: 0.05em;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1.1em;
}
.idx03 .box:nth-child(1) {
  z-index: 1;
}
.idx03 .box:nth-child(2) {
  z-index: 2;
}
.idx03 .box:nth-child(3) {
  z-index: 3;
}
.idx03 .box:nth-child(4) {
  z-index: 4;
}
.idx03 .btn-group {
  display: table;
  margin-right: 0;
  margin-left: auto;
  margin-top: 136px;
}
@media only screen and (min-width: 1439px) {
  .idx03 .btn-group .btn a {
    padding-right: 67px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx03 {
    padding-bottom: 100px;
  }
  .idx03 .btn-group {
    margin-top: 90px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx03 .txt {
    font-size: 16px;
  }
}

.idx04 {
  padding-top: 80px;
  padding-bottom: 125px;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.idx04::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx04::before {
  background-image: url(../images/idx04_shape.png);
  top: -54.7em;
  left: -36em;
  width: 71.5em;
  height: 71.7em;
  font-size: 10px;
}
.idx04 .left {
  max-width: 550px;
  padding-top: 132px;
  width: 50%;
}
.idx04 .inner_big {
  max-width: 1156px;
  position: relative;
}
.idx04 .inner_big::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx04_shap2.png);
  width: 48.1em;
  height: 48.6em;
  top: -40.2em;
  right: -51.4em;
  z-index: 1;
  font-size: 10px;
}
.idx04 .content {
  position: relative;
}
.idx04 .txt {
  position: relative;
  font-size: 18px;
}
.idx04-img {
  position: absolute;
  font-size: 9px;
  width: 71.5em;
  height: 63.9em;
  top: 0;
  right: -7.6em;
}
.idx04-img::before {
  position: absolute;
  content: "";
  right: -14.3em;
  bottom: -13.3em;
  background-image: url(../images/idx04_img01_sm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 42.8em;
  height: 42em;
}
.idx04-img figure {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='715px' height='639px'%3E%3Cpath fill-rule='evenodd' fill='rgb(253, 249, 243)' d='M373.1000,634.1000 C548.842,609.122 627.400,513.088 659.377,463.620 C728.941,355.127 726.505,211.884 686.894,124.425 C662.453,70.697 606.159,30.267 544.331,12.109 C504.297,0.551 462.559,-1.665 424.056,5.675 C390.672,12.040 356.336,12.986 323.050,5.786 C302.063,1.247 280.104,-0.028 258.790,1.473 C210.302,4.889 165.459,22.449 132.856,52.398 C100.252,82.348 79.889,124.688 71.501,169.120 C70.529,174.270 69.720,179.452 69.080,184.652 C64.055,225.452 52.852,265.153 34.409,301.640 C33.916,302.616 33.426,303.593 32.941,304.572 C8.669,353.754 -5.883,406.339 4.170,453.142 C14.177,500.237 43.913,550.627 82.000,582.000 C135.494,626.066 292.728,647.029 373.1000,634.1000 Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .idx04 h3 {
    text-align: left;
    padding-left: 36px;
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 37px;
  }
  .idx04 h3::before, .idx04 h3::after {
    top: 0;
    bottom: auto;
    left: 0;
    width: 2px;
    height: calc(100% + 3px);
  }
  .idx04 h3::after {
    height: 44px;
  }
  .idx04 .btn-group {
    display: table;
    margin-right: 8px;
    margin-left: auto;
    margin-top: 63px;
  }
}
.idx04-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 125px;
  font-size: 10px;
  margin-bottom: 30px;
}
.idx04-btn .button {
  width: 50%;
  max-width: 517px;
  font-size: 1em;
}
.idx04-btn a {
  text-decoration: none;
  color: #fff;
  background-color: #faab25;
  border-radius: 55px;
  width: 100%;
  min-height: 4.5833333333em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4em;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 0.625em;
  transition: all 0.3s;
}
.idx04-btn a::before, .idx04-btn a::after {
  position: absolute;
  content: "";
  width: 2.0416666667em;
  height: 2.0416666667em;
  top: calc(50% - 1em);
  right: 1.2083333333em;
}
.idx04-btn a::before {
  border-radius: 50%;
  background-color: #fff;
}
.idx04-btn a::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='11px'%3E%3Cpath fill-rule='evenodd' fill='rgb(240, 130, 0)' d='M7.013,5.639 L6.134,6.445 L5.984,6.307 L0.866,11.014 L-0.013,10.206 L5.106,5.500 L-0.013,0.794 L0.866,-0.014 L5.984,4.693 L6.134,4.554 L7.013,5.361 L6.862,5.500 L7.013,5.639 Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 7px auto;
  background-color: #faab25;
}
.idx04-btn a:hover {
  color: #fff;
  background-color: var(--main-color);
  opacity: 1;
}
@media only screen and (min-width: 1439px) {
  .idx04 .btn-group .btn a {
    padding-right: 65px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx04-img {
    font-size: min(9px, 0.65vw);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx04 .inner_big::after {
    right: -48em;
    font-size: 8px;
  }
  .idx04::before {
    font-size: min(9px, 0.8vw);
  }
  .idx04-img {
    right: -5em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx04 .inner_big::after {
    right: -43em;
  }
  .idx04 .txt {
    font-size: 16px;
  }
  .idx04-img {
    right: 0;
  }
  .idx04 .left {
    padding-top: 60px;
  }
  .idx04 .btn-group {
    margin-top: 30px;
  }
  .idx04-btn {
    font-size: 8px;
    margin-top: 80px;
    gap: 15px;
  }
  .idx04-btn .button {
    width: 48%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx04 {
    padding-bottom: 80px;
  }
  .idx04 .left {
    padding-top: 40px;
  }
  .idx04-btn {
    margin-top: 30px;
    font-size: 7px;
  }
}

.idx05 {
  background-image: url(../images/idx05_bg.jpg);
  padding-top: 136px;
  padding-bottom: 120px;
  position: relative;
}
.idx05::before {
  position: absolute;
  content: "";
  top: -19px;
  right: 59px;
  background-image: url(../images/idx05_shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 10px;
  width: 10em;
  height: 15em;
}
.idx05 h3 {
  margin-bottom: 80px;
}
.idx05-inner {
  max-width: 1158px;
  padding: 100px 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.idx05 .ttl {
  color: var(--main-color);
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-bottom: 11px;
  margin-top: 16px;
}
.idx05-tab {
  position: relative;
  z-index: 2;
}
.idx05 p.txt {
  font-size: 18px;
}
.idx05-top {
  display: grid;
  grid-template-columns: 42% 51%;
  justify-content: space-between;
}
.idx05-img {
  grid-row: 1/4 span;
  max-width: 464px;
}
.idx05-btn {
  font-size: 10px;
  margin-top: 26px;
  max-width: 435px;
  width: 100%;
  position: relative;
}
.idx05-btn .button {
  font-size: 1em;
  background-color: #fdf9f3;
}
.idx05-btn::before, .idx05-btn::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: calc(50% - 2em);
  right: 2em;
  width: 4em;
  height: 4em;
}
.idx05-btn::before {
  background-color: #faab25;
  border-radius: 50%;
}
.idx05-btn::after {
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 4em auto;
  mask-image: url("../images/idx05_arr.png");
  background-color: #fff;
}
.idx05-btn a {
  text-decoration: none;
  border: 2px solid #ffe5b9;
  display: flex;
  z-index: 2;
  width: 100%;
  height: 10em;
  position: relative;
  align-items: center;
  padding-left: 3.9em;
  padding-top: 0.2em;
}
.idx05-btn a::before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 5.6em;
  height: 5.8em;
  margin-right: 3.7em;
  margin-bottom: 0.1em;
  background-image: url(../images/idx05_tab1_ic1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx05-btn a span {
  display: block;
  line-height: 1;
}
.idx05-btn a .jp {
  font-size: 2em;
  letter-spacing: 0.1em;
  color: #333333;
  padding-bottom: 8px;
}
.idx05-btn a .en {
  color: var(--main-color);
  font-size: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
}
.idx05-bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
  gap: 16px;
}
.idx05 .item {
  max-width: 362px;
  width: 32.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.idx05 .item.bg1 {
  background-image: url(../images/idx05_tab1_img02.jpg);
}
.idx05 .item.bg2 {
  background-image: url(../images/idx05_tab1_img03.jpg);
}
.idx05 .item.bg3 {
  background-image: url(../images/idx05_tab1_img04.jpg);
}
.idx05 .item p {
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 18px;
}
@media only screen and (min-width: 769px) {
  .idx05 .item:hover .item_sm {
    background-color: rgba(240, 130, 0, 0.85);
  }
  .idx05 .item:hover .item_sm::before {
    background-color: #fff;
  }
  .idx05 .item:hover .title {
    color: #fff;
  }
  .idx05 .item:hover .title .en {
    color: #fff;
  }
  .idx05 .item:hover p {
    color: #fff;
  }
}
.idx05 .item_sm {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 53px 43px 61px;
  position: relative;
  max-width: 302px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.idx05 .item_sm::before {
  position: absolute;
  content: "";
  bottom: 6px;
  right: 6px;
  background-color: var(--main-color);
  width: 14px;
  height: 14px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 0.3s;
}
.idx05 .title {
  text-align: center;
  font-size: 10px;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.idx05 .title .jp {
  font-size: 2.4em;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  display: block;
}
.idx05 .title .jp span {
  display: inline-block;
}
.idx05 .title .en {
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 1em;
  letter-spacing: 0;
  display: block;
}
.idx05 .tab2 .item.bg1 {
  background-image: url(../images/idx05_tab2_img02.jpg);
}
.idx05 .tab2 .item.bg2 {
  background-image: url(../images/idx05_tab2_img03.jpg);
}
.idx05 .tab2 .item.bg3 {
  background-image: url(../images/idx05_tab2_img04.jpg);
}
.idx05 .tab3 .item.bg1 {
  background-image: url(../images/idx05_tab3_img02.jpg);
}
.idx05 .tab3 .item.bg2 {
  background-image: url(../images/idx05_tab3_img03.jpg);
}
.idx05 .tab3 .item.bg3 {
  background-image: url(../images/idx05_tab3_img04.jpg);
}
.idx05 .tab3 .item.bg4 {
  background-image: url(../images/idx05_tab3_img05.jpg);
}
.idx05 .tab3 .item.bg5 {
  background-image: url(../images/idx05_tab3_img06.jpg);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx05-top {
    grid-template-columns: 42% 55%;
  }
  .idx05-inner {
    padding-top: 80px;
  }
  .idx05-btn {
    margin-top: 10px;
  }
  .idx05-bot {
    gap: 11px;
  }
  .idx05 .item {
    padding: 15px;
  }
  .idx05 .item p {
    font-size: 16px;
  }
  .idx05 .item_sm {
    padding: 40px 10px 30px;
  }
  .idx05 p.txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx05 {
    padding-bottom: 80px;
  }
  .idx05-bot {
    gap: 8px;
  }
  .idx05 .title {
    font-size: 8px;
  }
  .idx05 .title .jp {
    letter-spacing: 0.05em;
  }
}

.idx06 {
  background-color: #fdf9f3;
  padding-top: 37px;
  position: relative;
}
.idx06::before {
  position: absolute;
  content: "";
  top: -41.3em;
  left: -19em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx06-shape.png);
  font-size: min(10px, 1vw);
  width: 57.4em;
  height: 58em;
}
.idx06 .inner_big {
  position: relative;
  z-index: 2;
}
.idx06 .inner_big::before, .idx06 .inner_big::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx06 .inner_big::before {
  top: 12px;
  right: 20px;
  background-image: url(../images/idx06_shape1.png);
  width: 15em;
  height: 15em;
  font-size: 10px;
}
.idx06 .inner_big::after {
  background-image: url(../images/idx06_shape2.png);
  width: 42.8em;
  height: 42em;
  font-size: 10px;
  top: 621px;
  right: -360px;
}
.idx06 h3 {
  margin-bottom: 40px;
}
.idx06 .flex {
  max-width: 1252px;
}
.idx06 .item {
  max-width: 598px;
  width: 50%;
  position: relative;
  z-index: 1;
  padding-top: 4%;
  margin-bottom: 4.55%;
}
.idx06 .item::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 4.6%;
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  max-width: 517px;
  max-height: 350px;
  width: 93%;
  height: 100%;
}
.idx06 .item.bg01::before {
  background-image: url(../images/idx06-item-bg1.png);
  background-color: rgba(255, 220, 162, 0.1);
}
.idx06 .item.bg02::before {
  background-color: rgba(254, 245, 220, 0.4);
  background-image: url(../images/idx06-item-bg2.png);
}
.idx06-img img {
  max-width: 517px;
  margin-left: 0;
  margin-right: auto;
  width: 95%;
}
.idx06-content {
  background-color: #fff;
  padding-top: 71px;
  padding-left: 109px;
  padding-right: 80px;
  padding-bottom: 72px;
  margin-top: -161px;
  max-width: 517px;
  margin-right: 0;
  margin-left: auto;
  width: 95%;
}
.idx06 .point {
  font-size: 20px;
  letter-spacing: 0;
  font-family: var(--f-en);
  color: var(--main-color);
  text-transform: uppercase;
  display: table;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  right: -36px;
}
.idx06 .point .num {
  font-weight: 300;
  letter-spacing: 0.03em;
  font-size: 5em;
  display: block;
  line-height: 0.5;
  font-family: var(--f-barlow);
}
.idx06 .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 38px;
}
.idx06 .btn-group {
  display: table;
  margin-right: 0;
  margin-left: auto;
}
.idx06 .txt {
  font-size: 18px;
}
@media only screen and (min-width: 1439px) {
  .idx06 .btn-group {
    margin-top: -66px;
  }
  .idx06 .btn-group .btn a {
    padding-right: 66px;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 .item:first-child {
    margin-top: 5.59%;
  }
  .idx06 .item:last-child {
    margin-top: -5.5%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx06 .item {
    width: 49%;
  }
  .idx06 .item::before {
    left: 5%;
  }
  .idx06 .txt {
    font-size: 16px;
  }
  .idx06-content {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 60px;
  }
  .idx06 .inner_big::before {
    font-size: 8px;
  }
  .idx06 .inner_big::after {
    font-size: 7px;
    right: -255px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx06 .ttl {
    font-size: 22px;
  }
  .idx06-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .idx06 .point {
    right: -10px;
  }
  .idx06 .point .num {
    font-size: 3em;
  }
}

.idx07 {
  padding: 118px 20px 145px;
  background-color: #fdf9f3;
}
.idx07 .inner_big {
  max-width: 1280px;
  padding: 0;
  position: relative;
  z-index: 2;
}
.idx07 .inner_big::before, .idx07 .inner_big::after {
  position: absolute;
  content: "";
  transition: all 0.3s;
}
.idx07 .inner_big::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.idx07 .inner_big::after {
  background-image: url(../images/idx07_shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  top: -74px;
  left: 45px;
  pointer-events: none;
}
.idx07 .inner_big:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.idx07 h3 {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.idx07 h3 .jp {
  font-size: 3em;
}
.idx07 h3 .en {
  padding-bottom: 0;
  margin-left: 15px;
  margin-top: 1px;
}
.idx07 h3::before, .idx07 h3::after {
  display: none;
}
.idx07 .inner_sm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 2px solid #fddca2;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.idx07 .inner_sm::before, .idx07 .inner_sm::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx07 .inner_sm::before {
  background-image: url(../images/idx07-bg1.png);
  width: 86.8em;
  height: 57.9em;
  top: -6em;
  left: -20.8em;
  font-size: 10px;
}
.idx07 .inner_sm::after {
  background-image: url(../images/idx07-bg2.png);
  top: -11.1em;
  right: -5.6em;
  width: 88.5em;
  height: 59em;
  font-size: 10px;
}
.idx07-content {
  max-width: 685px;
  padding-top: 124px;
  padding-bottom: 116px;
  padding-right: 139px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.idx07-content::before, .idx07-content::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 49px;
  border-radius: 50%;
  bottom: 28px;
  right: -267px;
}
.idx07-content::before {
  background-color: var(--main-color);
}
.idx07-content::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='11px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M7.013,5.639 L6.134,6.446 L5.984,6.307 L0.866,11.014 L-0.012,10.206 L5.106,5.500 L-0.012,0.794 L0.866,-0.014 L5.984,4.693 L6.134,4.554 L7.013,5.361 L6.862,5.500 L7.013,5.639 Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-size: 7px auto;
  mask-repeat: no-repeat;
  background-color: #fff;
}
@media only screen and (min-width: 1439px) {
  .idx07-content::after {
    right: -268px;
  }
}
.idx07-content p {
  font-size: 18px;
  line-height: 2;
  text-shadow: 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 5px 20px rgb(255, 255, 255), 0px 0px 10px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx07-content::before, .idx07-content::after {
    right: -250px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx07-content {
    padding-top: 90px;
    padding-bottom: 70px;
    max-width: 570px;
    padding-right: 100px;
  }
  .idx07-content::before, .idx07-content::after {
    right: -20%;
  }
  .idx07 p {
    font-size: 16px;
  }
  .idx07 .inner_sm::before {
    font-size: min(7px, 0.85vw);
  }
  .idx07 .inner_sm::after {
    font-size: min(8px, 0.85vw);
  }
  .idx07 h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx07 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .idx07-content {
    padding-right: 0;
    width: 53%;
    padding-top: 69px;
    padding-bottom: 44px;
  }
  .idx07-content::before, .idx07-content::after {
    right: -30%;
    bottom: 15px;
  }
}

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

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