@keyframes scroll {
  0% {
    transform: translateY(80px);
  }
  100% {
    transform: translateY(165px);
  }
}
.scroll {
  position: absolute;
  right: 10px;
  bottom: 92px;
}
.scroll a {
  text-decoration: none;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: inherit;
  word-wrap: break-word;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  font-family: var(--f-en);
  font-weight: 500;
}
.scroll a:hover {
  opacity: 1;
}
.scroll a::before, .scroll a::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: calc(50% - 2px);
  width: 1px;
}
.scroll a::before {
  height: 10em;
  top: 5.4285714286em;
}
.scroll a::after {
  height: 3.5714285714em;
  background-color: #e0899b;
  animation: scroll 1.5s infinite alternate-reverse forwards;
}
@media only screen and (min-width: 769px) {
  .scroll:hover a {
    color: var(--main-color);
  }
}

.home_page .wrapper {
  padding-top: 0;
}
.home_page .key {
  --height: 56vw;
  --min-height: 100vh;
  --max-height: 100vh;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.home_page .key video {
  position: absolute;
  width: calc(100% + 1px);
  min-height: 100%;
  height: 100%;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home_page .key .inner {
  position: relative;
  max-width: 1707px;
  padding: 0 80px;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 96vh;
  }
  .home_page .key::before {
    max-width: 100%;
  }
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  padding-top: 198px;
  width: 100%;
  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 .catch {
  font-size: 10px;
  display: table;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 1921px) {
  .home_page .key .catch {
    margin-right: -27%;
  }
}
.home_page .key h2,
.home_page .key p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  font-size: 3.8em;
  letter-spacing: 0.07em;
  margin-bottom: 28px;
}
.home_page .key h2 .line {
  display: table;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 9px;
  padding-left: 13px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 6px;
}
@media only screen and (min-width: 1281px) {
  .home_page .key h2 .line:last-child {
    padding-right: 19px;
  }
}
.home_page .key p {
  font-size: 2.4em;
  letter-spacing: 0.14em;
  line-height: 1.75;
  color: #fff;
}
.home_page .key .key_banner {
  position: absolute;
  z-index: 3;
  left: 60px;
  bottom: 30px;
  font-size: 10px;
  border-radius: 50%;
  width: 24em;
  height: 24em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.home_page .key .key_banner .banner_inner {
  border-radius: 50%;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  background-image: -moz-linear-gradient(50.38deg, rgb(235, 168, 128) 0%, rgb(238, 182, 122) 100%);
  background-image: -webkit-linear-gradient(50.38deg, rgb(235, 168, 128) 0%, rgb(238, 182, 122) 100%);
  background-image: -ms-linear-gradient(50.38deg, rgb(235, 168, 128) 0%, rgb(238, 182, 122) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.4em;
  margin-bottom: 0;
  text-decoration: none;
}
.home_page .key .key_banner .banner_inner::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
.home_page .key .key_banner .banner_inner:hover {
  opacity: 1;
}
.home_page .key .key_banner .text {
  font-size: 2em;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.65em;
  margin-bottom: 0;
  position: relative;
}
.home_page .key .key_banner .text::after {
  position: absolute;
  content: "";
  bottom: -2.45em;
  left: calc(50% - 0.75em);
  background-image: url(../images/key_banner_arr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.5em;
  height: 1.5em;
}
.home_page .key .key_banner .txt_line {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
}
.home_page .key .key_banner .txt_line::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0.06666667em;
  left: 0;
  width: 100%;
  height: 0.4em;
  background-color: #d67918;
}
.home_page .key .key_banner .close {
  position: absolute;
  z-index: 2;
  top: 1em;
  left: 0.7em;
  border-radius: 50%;
  background-color: #fff;
  width: 5.4em;
  height: 5.4em;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_banner .close:hover {
    background-color: var(--main-color);
  }
  .home_page .key .key_banner .close:hover img {
    filter: brightness(0) invert(1);
  }
}
.home_page .key .key_banner.active {
  position: fixed;
  left: 2em;
  bottom: 2em;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_banner .banner_inner:hover {
    background-image: unset;
    background-color: var(--main-color);
  }
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  font-size: 10px;
  text-align: center;
  padding-bottom: 24px;
  z-index: 1;
}
.home_page h3::before, .home_page h3::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 13px;
  height: 13px;
  bottom: 0;
}
.home_page h3::before {
  background-color: var(--main-color);
  left: calc(50% - 9px);
}
.home_page h3::after {
  background-color: #eeb67a;
  left: 50%;
}
.home_page h3 span {
  display: block;
  font-weight: 500;
}
.home_page h3 .jp {
  letter-spacing: 0.14em;
}
.home_page h3 .en {
  color: #eeb67a;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.home_page h3 .ic {
  position: relative;
  padding-left: 36px;
}
.home_page h3 .ic::before, .home_page h3 .ic::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 0.5909090909em;
  height: 0.5909090909em;
  top: calc(50% - 0.1818181818em);
}
.home_page h3 .ic::before {
  background-color: var(--main-color);
  left: 0;
}
.home_page h3 .ic::after {
  background-color: #eeb67a;
  left: 0.4090909091em;
}
.home_page h3 .jp {
  font-size: 3.2em;
  letter-spacing: 0.14em;
  color: var(--clr1);
  line-height: 1.3125;
  margin-top: 10px;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en,
.home_page h3.white .jp {
  color: #fff;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page h3 .jp {
    font-size: 2.8em;
  }
}

@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(110vh - var(--wrapper));
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: 95vh;
  }
  .home_page .key .catch {
    font-size: min(9px, 0.6vw);
  }
  .home_page .key .key_banner {
    font-size: 8px;
    left: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
  .home_page .key .inner {
    padding: 0 60px;
  }
  .home_page .key .key_banner {
    font-size: min(8px, 0.9vw);
  }
  .scroll a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key p {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .home_page .key {
    width: calc(100% - 25px);
  }
  .header_top {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .right_head {
    padding-right: 112px;
  }
  .pc_navi {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .idx01 h3 {
    text-align: left;
    padding-bottom: 0;
  }
  .idx01 h3::before, .idx01 h3::after {
    display: none;
  }
}
.idx01-image {
  position: absolute;
  top: 0;
  right: 20px;
  max-width: 445px;
  width: 50%;
}
.idx01-top {
  padding-top: 71px;
  width: 60%;
}
.idx01 .inner_big {
  position: relative;
}
.idx01 ul {
  width: 49.5%;
  max-width: 630px;
}
.idx01 ul.st1 li {
  background-color: #f4e7e4;
}
.idx01 ul.st1 li a .tt::after {
  background-color: var(--main-color);
}
.idx01 ul.st2 li {
  background-color: #f6eee5;
}
.idx01 ul.st2 li a .tt::after {
  background-color: var(--clr2);
}
.idx01 ul a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.idx01 ul a .tt {
  display: block;
  width: 100%;
  color: var(--clr1);
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
}
.idx01 ul a .tt::before, .idx01 ul a .tt::after {
  position: absolute;
  content: "";
}
.idx01 ul a .tt::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  top: calc(50% - 12px);
  right: 18px;
}
.idx01 ul a .tt::after {
  top: calc(50% - 4px);
  right: 27px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='5px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(224, 137, 155)' d='M5.004,4.500 L4.262,5.283 L4.261,5.283 L1.289,8.413 L0.545,7.630 L3.518,4.500 L0.545,1.369 L1.289,0.587 L4.261,3.717 L4.262,3.717 L5.004,4.500 Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  width: 5px;
  height: 9px;
}
.idx01 ul li {
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.idx01 ul li.cl1 a .tt, .idx01 ul li.cl2 a .tt {
  font-size: 24px;
  padding-top: 43px;
  padding-bottom: 43px;
  color: #fff;
}
.idx01 ul li.cl1 {
  background-color: var(--main-color);
}
.idx01 ul li.cl2 {
  background-color: var(--clr2);
}
.idx01-flex {
  margin-top: 48px;
}
@media only screen and (min-width: 769px) {
  .idx01 ul.st1 li:hover {
    background-color: #ffe7e2;
  }
  .idx01 ul.st2 li:hover {
    background-color: #f7e5d1;
  }
  .idx01 ul li.cl1:hover {
    background-color: #f3b1bf;
  }
  .idx01 ul li.cl2:hover {
    background-color: #eccb7b;
  }
}
@media only screen and (min-width: 1281px) {
  .idx01 ul li:first-child a .tt {
    margin-left: 9px;
  }
  .idx01 ul li:first-child a .tt::before {
    right: 27px;
  }
  .idx01 ul li:first-child a .tt::after {
    right: 36px;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 h3 {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx01 ul li.cl1 a .tt, .idx01 ul li.cl2 a .tt {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .idx01 ul a .tt {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx01 ul a .tt {
    padding-left: 20px;
    padding-right: 40px;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .idx01 ul li {
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.idx02 {
  position: relative;
  z-index: 1;
  padding-top: 101px;
  padding-bottom: 120px;
  --color1: #f3b1bf;
  --color2: #eccb7b;
  --color3: #f0b287;
  --color4: #8bc4e9;
  --space: 22px;
}
.idx02::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/idx02-bg.jpg);
  border-radius: 120px 120px 0 0;
}
.idx02 h3 .jp {
  font-size: 3em;
}
.idx02 .inner_big {
  max-width: 1480px;
}
.idx02-tabs .TabContainer .TabPager .tab-cl1 {
  background-color: var(--color1);
}
.idx02-tabs .TabContainer .TabPager .tab-cl1.active:hover {
  background-color: var(--color1);
}
@media only screen and (min-width: 769px) {
  .idx02-tabs .TabContainer .TabPager .tab-cl1:hover {
    background-color: var(--main-color);
  }
}
.idx02-tabs .TabContainer .TabPager .tab-cl2 {
  background-color: var(--color2);
}
.idx02-tabs .TabContainer .TabPager .tab-cl2.active:hover {
  background-color: var(--color2);
}
@media only screen and (min-width: 769px) {
  .idx02-tabs .TabContainer .TabPager .tab-cl2:hover {
    background-color: #f9c035;
  }
}
.idx02-tabs .TabContainer .TabPager .tab-cl3 {
  background-color: var(--color3);
}
.idx02-tabs .TabContainer .TabPager .tab-cl3.active:hover {
  background-color: var(--color3);
}
@media only screen and (min-width: 769px) {
  .idx02-tabs .TabContainer .TabPager .tab-cl3:hover {
    background-color: #fd8d3f;
  }
}
.idx02-tabs .TabContainer .TabPager .tab-cl4 {
  background-color: var(--color4);
}
.idx02-tabs .TabContainer .TabPager .tab-cl4.active:hover {
  background-color: var(--color4);
}
@media only screen and (min-width: 769px) {
  .idx02-tabs .TabContainer .TabPager .tab-cl4:hover {
    background-color: #30a0e9;
  }
}
.idx02 .title {
  text-align: center;
  letter-spacing: 0.1em;
}
.idx02 .flex {
  margin-top: 42px;
  gap: var(--space);
  justify-content: center;
}
.idx02 .box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: min(260px, 18vw);
  max-width: 412px;
  width: calc(33.33% - var(--space) / 2);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx02 .box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 30%;
  background-color: #37322e;
  transition: all 0.3s;
}
.idx02 .box .text {
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  line-height: 1.3333333333;
}
.idx02 .box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.idx02 .box-inner::before, .idx02 .box-inner::after {
  position: absolute;
  content: "";
}
.idx02 .box-inner::before {
  width: 40px;
  height: 60px;
  background-color: var(--color1);
  top: calc(50% - 28px);
  right: 0;
  border-radius: 30px 0 0 30px;
}
.idx02 .box-inner::after {
  mask-position: center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M15.014,15.000 L3.312,29.024 L0.969,26.217 L10.333,14.999 L0.969,3.782 L3.312,0.975 L12.674,12.196 L12.674,12.195 L15.014,15.000 Z'/%3E%3C/svg%3E");
  background-color: #fff;
  width: 7px;
  height: 14px;
  top: calc(50% - 5px);
  right: 13px;
}
.idx02 .tab1 .box.img1 {
  background-image: url(../images/idx02-tab1-img01.jpg);
}
.idx02 .tab1 .box.img2 {
  background-image: url(../images/idx02-tab1-img02.jpg);
}
.idx02 .tab1 .box.img3 {
  background-image: url(../images/idx02-tab1-img03.jpg);
}
.idx02 .tab2 .box-inner::before {
  background-color: var(--color2);
}
.idx02 .tab2 .box.img1 {
  background-image: url(../images/idx02-tab2-img01.jpg);
}
.idx02 .tab2 .box.img2 {
  background-image: url(../images/idx02-tab2-img02.jpg);
}
.idx02 .tab2 .box.img3 {
  background-image: url(../images/idx02-tab2-img03.jpg);
}
.idx02 .tab2 .box.img4 {
  background-image: url(../images/idx02-tab2-img04.jpg);
}
.idx02 .tab2 .box.img5 {
  background-image: url(../images/idx02-tab2-img05.jpg);
}
.idx02 .tab3 .box-inner::before {
  background-color: var(--color3);
}
.idx02 .tab3 .box.img1 {
  background-image: url(../images/idx02-tab3-img01.jpg);
}
.idx02 .tab3 .box.img2 {
  background-image: url(../images/idx02-tab3-img02.jpg);
}
.idx02 .tab3 .box.img3 {
  background-image: url(../images/idx02-tab3-img03.jpg);
}
.idx02 .tab3 .box.img4 {
  background-image: url(../images/idx02-tab3-img04.jpg);
}
.idx02 .tab3 .box.img5 {
  background-image: url(../images/idx02-tab3-img05.jpg);
}
.idx02 .tab3 .box.img6 {
  background-image: url(../images/idx02-tab3-img06.jpg);
}
.idx02 .tab4 .box-inner::before {
  background-color: var(--color4);
}
.idx02 .tab4 .box.img1 {
  background-image: url(../images/idx02-tab4-img01.jpg);
}
.idx02 .tab4 .box.img2 {
  background-image: url(../images/idx02-tab4-img02.jpg);
}
.idx02 .tab4 .box.img3 {
  background-image: url(../images/idx02-tab4-img03.jpg);
}
.idx02 .tab4 .box.img4 {
  background-image: url(../images/idx02-tab4-img04.jpg);
}
.idx02 .tab4 .box.img5 {
  background-image: url(../images/idx02-tab4-img05.jpg);
}
.idx02 .tab4 .box.img6 {
  background-image: url(../images/idx02-tab4-img06.jpg);
}
@media only screen and (min-width: 769px) {
  .idx02 h3 {
    margin-bottom: 50px;
  }
  .idx02 h3 .jp {
    margin-top: 13px;
  }
  .idx02 .box:hover::before {
    opacity: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx02 {
    --space: 20px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx02 .box {
    width: calc(32.5% - var(--space));
  }
  .idx02 .box .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx02 {
    --space: 15px;
  }
  .idx02 .box .text {
    font-size: 21px;
    letter-spacing: 0.05em;
  }
  .idx02 .box-inner::before {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
  }
  .idx02 .box-inner::after {
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .idx02 .flex {
    margin-top: 30px;
  }
  .idx02 .box .text {
    text-align: center;
    font-size: 16px;
  }
  .idx02 .box .text span {
    display: block;
  }
}

.idx03 {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  background-image: -moz-linear-gradient(-90deg, rgb(232, 232, 232) 0%, rgb(248, 248, 248) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(232, 232, 232) 0%, rgb(248, 248, 248) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(232, 232, 232) 0%, rgb(248, 248, 248) 100%);
}
.idx03 .inner_big {
  max-width: 1480px;
}
.idx03 .TabContainer .TabPager > div {
  background-color: var(--clr1);
}
.idx03 .TabContainer .TabPager > div:hover {
  background-color: var(--clr2);
}
.idx03 .TabContainer .TabPager > div p::before {
  bottom: -2px;
}
@media only screen and (max-width: 768px) {
  .idx03 .TabContainer .TabPager > div p::before {
    bottom: -10px;
  }
}
@media only screen and (max-width: 430px) {
  .idx03 .TabContainer .TabPager > div p::before {
    bottom: 10px;
  }
}
.idx03 .TabContainer .TabPager > div.active {
  background-color: var(--main-color);
}
.idx03 .TabContainer .TabContent {
  box-shadow: 0px 0px 70px 0px rgba(170, 170, 170, 0.13);
  border-radius: 60px;
}
.idx03 .TabContainer .TabContent .content {
  border: none;
}
@media only screen and (min-width: 1281px) {
  .idx03 .TabContainer .TabContent .tab-inner {
    padding-top: 55px;
    padding-bottom: 85px;
  }
}
.idx03 .ttl {
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
}
.idx03 .txt {
  text-align: center;
}
.idx03 .box {
  width: 49.5%;
  max-width: 620px;
  border-radius: 40px;
  padding: 61px 55px 45px;
  position: relative;
}
.idx03 .box::before {
  position: absolute;
  right: 48px;
  top: 40px;
  font-size: 60px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: var(--f-en);
  text-transform: uppercase;
  color: #fff;
}
.idx03 .box.st1 {
  background-color: #f5f5f5;
}
.idx03 .box.st1::before {
  content: "BEFORE";
}
.idx03 .box.st1 .title::after {
  background-color: var(--clr1);
}
.idx03 .box.st2 {
  background-color: #fff4f1;
}
.idx03 .box.st2::before {
  content: "after";
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1025px) {
  .idx03 .box.st2::before {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx03 .box.st2::before {
    right: 44px;
    top: 29px;
  }
}
.idx03 .box.st2 .title::after {
  background-color: var(--main-color);
}
.idx03 .box .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 27px;
  font-weight: 500;
}
.idx03 .box .title::after {
  display: block;
  content: "";
  margin-top: 15px;
  margin-left: 5px;
  margin-right: auto;
  width: 72px;
  height: 2px;
}
.idx03-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.idx03-bot {
  background-color: #fbf7f6;
  border-radius: 40px;
  margin-top: 40px;
  padding-left: 38px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 50px;
  display: flex;
  position: relative;
}
.idx03-bot::before {
  position: absolute;
  content: "";
  inset: 15px;
  border: 1px solid var(--clr2);
  border-radius: 25px;
}
.idx03-bot .box {
  width: calc(100% - 190px);
  max-width: 100%;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 55px !important;
  padding-top: 5px !important;
}
.idx03-bot .box .title {
  margin-bottom: 18px;
}
.idx03-bot .box .title::after {
  background-color: #eeb67a;
}
.idx03-img {
  width: 190px;
  height: 190px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  font-size: 10px;
}
.idx03-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 67px;
  background-color: rgba(238, 182, 122, 0.95);
}
.idx03-img .name {
  position: absolute;
  bottom: 2em;
  left: 5.9em;
  text-align: center;
}
.idx03-img .name span {
  line-height: 1;
  display: block;
  color: #fff;
}
.idx03-img .name .t1 {
  font-size: 1.2em;
}
.idx03-img .name .t2 {
  font-size: 1.6em;
  padding-top: 0.4375em;
}
@media only screen and (min-width: 769px) {
  .idx03 h3 {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx03 .box .title {
    margin-left: -5px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx03 .box {
    padding: 60px 30px 45px;
  }
  .idx03 .box::before {
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx03 .box {
    padding: 40px 20px;
  }
  .idx03 .box::before {
    top: 20px;
    font-size: min(50px, 4.5vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx03 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .idx03 .box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .idx03 .box::before {
    top: 30px;
  }
  .idx03 .box .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .idx03 .box .title::after {
    width: 60px;
  }
  .idx03-top {
    margin-top: 20px;
  }
  .idx03 .ttl {
    font-size: 24px;
  }
  .idx03-bot .box {
    padding-left: 30px !important;
  }
  .idx03 .TabContainer .TabPager > div p::before {
    bottom: -5px;
  }
}

.idx04 {
  padding-bottom: 120px;
  background-image: url(../images/idx04-bg-lg.jpg);
}
.idx04 .inner_big {
  background-image: url(../images/idx04-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  max-width: 1720px;
  padding-top: 80px;
  padding-bottom: 70px;
  width: calc(100% - 40px);
}
.idx04 .inner {
  max-width: 1280px;
  padding: 0;
}
.idx04-bg {
  background-color: #fff;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 29px;
  padding-left: 20px;
  padding-right: 20px;
}
.idx04-bgInner {
  background-color: var(--clr2);
  border-radius: 20px;
  padding-top: 42px;
  padding-bottom: 47px;
  padding-left: 51px;
  padding-right: 51px;
}
.idx04 h3 {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
.idx04 h3::before, .idx04 h3::after {
  display: none;
}
.idx04 h3 .jp {
  font-size: 3em;
}
.idx04 h3 .ic {
  letter-spacing: 1.7px;
}
.idx04 h3 .ic::after {
  background-color: #fff;
}
.idx04 .txt {
  color: #fff;
}
.idx04 .btn-group {
  max-width: 300px;
  width: 100%;
}
.idx04 .btn-group .btn.style01 {
  margin-bottom: 0;
  max-width: 100%;
}
.idx04 .btn-group .btn.style01 a {
  border: 0;
  color: #fff;
  background-color: rgba(79, 84, 101, 0.2);
}
.idx04 .btn-group .btn.style01 a::before {
  background-color: #fff;
  transition: all 0.3s;
}
.idx04 .btn-group .btn.style01 a::after {
  background-color: var(--clr2);
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .idx04 .btn-group .btn.style01 a:hover {
    background-color: #fff;
    color: var(--clr1);
  }
  .idx04 .btn-group .btn.style01 a:hover::before {
    background-color: var(--clr1);
  }
}
.idx04-flex {
  margin-top: 36px;
}
.idx04-img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.idx04 .item {
  width: 33.33%;
  max-width: 386px;
}
.idx04 .item p {
  text-align: center;
  line-height: 1.875;
  margin-top: 19px;
}
.idx04 .item:nth-child(2) {
  position: relative;
}
.idx04 .item:nth-child(2)::before, .idx04 .item:nth-child(2)::after {
  position: absolute;
  content: "";
  background-color: #d1d1d1;
  width: 1px;
  height: calc(100% - 14px);
  top: 4px;
}
.idx04 .item:nth-child(2)::before {
  left: -21px;
}
.idx04 .item:nth-child(2)::after {
  right: -14px;
}
.idx04-bot {
  padding-top: 60px;
}
.idx04-bot .box {
  max-width: 620px;
  height: 14em;
  border-radius: 20px;
  width: 49.5%;
  position: relative;
  font-size: 10px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx04-bot .box p {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.3s;
}
.idx04-bot .box p::before {
  transition: all 0.3s;
  position: absolute;
  content: "";
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
}
.idx04-bot .tel {
  background-color: var(--main-color);
  padding-right: 6.5em;
}
.idx04-bot .tel p {
  font-size: 1em;
  color: #fff;
  padding-left: 6.8em;
}
.idx04-bot .tel p::before {
  top: 0.4em;
  left: 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40px' height='40px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M39.803,29.774 L39.803,37.592 C39.803,38.753 38.906,39.717 37.747,39.798 C36.781,39.867 35.992,39.905 35.381,39.905 C15.845,39.905 0.009,24.063 0.009,4.527 C0.009,3.917 0.042,3.126 0.111,2.160 C0.192,1.000 1.156,0.103 2.317,0.103 L10.135,0.103 C10.703,0.103 11.179,0.531 11.235,1.098 C11.286,1.608 11.333,2.015 11.377,2.319 C11.816,5.388 12.717,8.366 14.048,11.165 C14.257,11.607 14.120,12.140 13.722,12.421 L8.952,15.824 C11.869,22.623 17.285,28.040 24.082,30.960 L27.487,26.201 C27.774,25.797 28.307,25.658 28.753,25.868 C31.550,27.199 34.532,28.098 37.597,28.532 C37.904,28.575 38.309,28.623 38.813,28.672 C39.377,28.729 39.806,29.206 39.805,29.774 L39.803,29.774 Z'/%3E%3C/svg%3E");
}
.idx04-bot .tel p span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.idx04-bot .tel p .num {
  font-size: 2.8em;
}
.idx04-bot .tel p .sm {
  font-size: 1.4em;
  padding-top: 7px;
}
@media only screen and (min-width: 769px) {
  .idx04-bot .tel {
    pointer-events: none;
  }
}
.idx04-bot .mail {
  background-color: #fff;
  border: 1px solid var(--main-color);
}
.idx04-bot .mail p {
  font-size: 2.4em;
  letter-spacing: 0.1em;
  padding-left: 2.9583333333em;
}
.idx04-bot .mail p::before {
  top: 0.3333333em;
  left: 0;
  width: 1.9583333333em;
  height: 1.5833333333em;
  background-color: var(--main-color);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='94px' height='76px'%3E%3Cpath fill-rule='evenodd' fill='rgb(224, 137, 155)' d='M81.732,75.227 L13.180,75.227 C6.430,75.227 0.939,69.838 0.939,63.216 L0.939,17.600 C0.939,17.599 0.939,17.598 0.939,17.597 L0.939,12.782 C0.939,6.163 6.430,0.774 13.180,0.774 L81.732,0.774 C88.482,0.774 93.974,6.163 93.974,12.782 L93.974,17.593 C93.974,17.596 93.974,17.600 93.974,17.603 L93.974,63.216 C93.974,69.838 88.482,75.227 81.732,75.227 ZM89.077,12.782 C89.077,8.808 85.782,5.578 81.732,5.578 L13.180,5.578 C9.130,5.578 5.835,8.808 5.835,12.782 L5.835,16.301 L47.456,43.520 L89.077,16.301 L89.077,12.782 ZM89.077,22.075 L48.814,48.403 C48.403,48.674 47.929,48.805 47.456,48.805 C46.982,48.805 46.509,48.674 46.098,48.403 L5.835,22.075 L5.835,63.216 C5.835,65.390 6.826,67.337 8.383,68.659 C8.155,67.853 8.353,66.956 9.000,66.322 L26.138,49.512 C27.095,48.572 28.645,48.572 29.601,49.512 C30.557,50.446 30.557,51.968 29.601,52.909 L12.463,69.717 C12.216,69.960 11.928,70.137 11.622,70.253 C12.125,70.360 12.645,70.420 13.180,70.420 L81.732,70.420 C82.267,70.420 82.787,70.360 83.290,70.253 C82.984,70.137 82.696,69.960 82.449,69.717 L65.311,52.909 C64.355,51.968 64.355,50.446 65.311,49.512 C66.268,48.572 67.817,48.572 68.773,49.512 L85.911,66.322 C86.558,66.956 86.757,67.853 86.528,68.660 C88.086,67.338 89.077,65.390 89.077,63.216 L89.077,22.075 Z'/%3E%3C/svg%3E");
}
.idx04-bot .flex {
  margin-top: 50px;
}
.idx04-bot .note {
  margin-top: 32px;
  text-align: center;
}
.idx04 h4 {
  text-align: center;
  font-size: 10px;
}
.idx04 h4::after {
  content: "";
  display: block;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 2px;
  background-color: var(--main-color);
}
.idx04 h4 span {
  display: block;
}
.idx04 h4 .en {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--main-color);
}
.idx04 h4 .jp {
  font-size: 2.8em;
  letter-spacing: 0.14em;
  padding-top: 4px;
}
@media only screen and (min-width: 769px) {
  .idx04-bot .mail:hover {
    background-color: var(--main-color);
    box-shadow: 0px 10px 30px 0px rgba(224, 137, 155, 0.5);
  }
  .idx04-bot .mail:hover p {
    color: #fff;
  }
  .idx04-bot .mail:hover p::before {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1281px) {
  .idx04 .txt {
    padding-top: 8px;
    margin-left: -8px;
  }
  .idx04 .txt p {
    line-height: 1.875;
  }
  .idx04 .btn-group {
    position: relative;
    top: 8px;
  }
  .idx04 .item:nth-child(2) {
    padding-top: 3px;
  }
  .idx04 .item:nth-child(2) p {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx04-bgInner {
    align-items: center;
  }
  .idx04 .item:nth-child(2) {
    padding-top: 13px;
  }
  .idx04 .item:nth-child(2)::before, .idx04 .item:nth-child(2)::after {
    top: 0;
    height: 100%;
  }
  .idx04 .item:nth-child(2)::before {
    left: 0;
  }
  .idx04 .item:nth-child(2)::after {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx04 {
    padding-bottom: 80px;
  }
  .idx04-bgInner {
    padding: 40px 20px;
  }
  .idx04 .btn-group {
    width: 28%;
  }
  .idx04 h3 {
    font-size: 8px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx04 .item p {
    letter-spacing: 0.05em;
  }
  .idx04 h3 {
    width: 33.33%;
  }
  .idx04 h3 .en {
    font-size: 19px;
  }
  .idx04 h3 .jp {
    font-size: 2.4em;
  }
  .idx04 .btn-group {
    width: 33.33%;
  }
  .idx04 .txt {
    width: 33.33%;
  }
  .idx04 .txt p br {
    display: none;
  }
  .idx04 .inner_big {
    padding-left: 10px;
    padding-right: 10px;
  }
  .idx04-bg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .idx04-bot .box {
    font-size: 8px;
  }
  .idx04-bot .flex {
    margin-top: 30px;
  }
}

.idx05 {
  background-position: top center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 120px;
}
.idx05::before, .idx05::after {
  position: absolute;
}
.idx05::after {
  font-family: var(--f-en);
  top: 29px;
  left: 0;
  content: "reasons";
  letter-spacing: 0.1em;
  font-size: 160px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx05::after {
    writing-mode: vertical-rl;
  }
}
.idx05::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 80px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/idx05-bg.jpg);
}
.idx05 .inner_big {
  max-width: 1480px;
}
.idx05 h3 .lg {
  padding-top: 6px;
  font-size: 1.3125em;
  letter-spacing: 0.14em;
  font-weight: bold;
}
.idx05 .txt {
  max-width: 484px;
  letter-spacing: 0.14em;
  position: relative;
  z-index: 2;
}
.idx05 .btn-group {
  margin-top: 30px;
}
.idx05-img {
  margin-top: 36px;
  position: relative;
  z-index: 2;
}
.idx05-img img {
  border-radius: 20px;
  box-shadow: 0px 26px 32px 0px rgba(157, 145, 147, 0.22);
}
.idx05-left {
  padding-top: 95px;
}
.idx05-left {
  max-width: 580px;
  width: 44%;
}
.idx05-right {
  max-width: 800px;
  width: 56%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.idx05-right::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: -100px;
  width: 100vw;
  height: 100%;
  background-color: #f3ebe9;
  border-radius: 100px 0 0 100px;
}
.idx05 .item {
  display: flex;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 44px;
  padding-bottom: 40px;
  position: relative;
}
.idx05 .item::before, .idx05 .item::after {
  position: absolute;
  content: "";
  transition: all 0.3s;
}
.idx05 .item::after {
  width: 34px;
  height: 34px;
  bottom: 20px;
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx05-arr.png);
}
.idx05 .item::before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  border-radius: 30px;
}
.idx05 .item:last-child {
  margin-bottom: 0;
}
.idx05 .item h4 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.idx05 .item p {
  letter-spacing: 0.14em;
}
.idx05 .item:nth-child(2) h4 {
  letter-spacing: 0.02em;
}
.idx05 .item .link a {
  border-radius: 30px;
}
.idx05 .content {
  padding-left: 20px;
}
.idx05 .content p {
  line-height: 2.25;
}
.idx05 .num {
  margin-bottom: 0;
  line-height: 1;
  font-family: var(--f-shippori);
  font-size: 110px;
  font-weight: 400;
  color: var(--main-color);
  white-space: nowrap;
}
.idx05 .num span {
  color: #efd2cb;
  letter-spacing: 0;
}
.idx05-banner {
  background-image: url(../images/idx05-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: min(10px, 1vw);
  margin-top: 120px;
  width: 90em;
  height: 28em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 6.5em;
  padding-left: 6.1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.idx05-banner::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  background-image: url(../images/idx05-shape.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.idx05-banner .title {
  color: #fff;
  font-size: 1em;
  margin-bottom: 2.6em;
}
.idx05-banner .title span {
  display: block;
  line-height: 1;
}
.idx05-banner .title .jp {
  font-size: 3em;
  letter-spacing: 0.1em;
  padding-bottom: 0.366667em;
}
.idx05-banner .title .en {
  font-size: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
}
.idx05-banner .txt {
  font-size: 1.6em;
  color: #fff;
  line-height: 1.875;
  margin-bottom: 0;
}
.idx05-banner .btn {
  position: absolute;
  bottom: 0.8125em;
  right: 1.25em;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  padding-right: 2.4375em;
  margin-bottom: 0;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 1em 0.5em 0.8em;
  background-color: var(--main-color);
  width: 11em;
  color: #fff;
  line-height: 1;
}
.idx05-banner .btn::before {
  position: absolute;
  content: "";
  top: calc(50% - 0.75em);
  right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx05-banner-arr.png);
}
.idx05-banner .link a {
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .idx05-banner {
    transition: all 0.3s;
  }
  .idx05-banner:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 0.7 !important;
  }
}
@media only screen and (min-width: 1281px) {
  .idx05 .num {
    position: relative;
    top: -8px;
  }
  .idx05 h3 .jp {
    position: relative;
    left: -2px;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 h3 {
    margin-bottom: 19px;
    text-align: left;
    padding-bottom: 0;
  }
  .idx05 h3::before, .idx05 h3::after {
    display: none;
  }
  .idx05 .item:hover {
    box-shadow: 0px 26px 32px 0px rgba(157, 145, 147, 0.22);
  }
  .idx05 .item:hover::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx05::after {
    font-size: 120px;
  }
  .idx05 .inner_big {
    padding-left: 85px;
  }
  .idx05 .num {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx05::after {
    font-size: 100px;
  }
  .idx05 .inner_big {
    padding-left: 100px;
  }
  .idx05 .num {
    font-size: 75px;
  }
  .idx05-right {
    width: 54%;
  }
  .idx05 .item {
    padding-left: 20px;
  }
  .idx05 .item h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx05-right {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .idx05-right::before {
    left: -40px;
  }
  .idx05 .num {
    font-size: 60px;
  }
  .idx05 .content {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx05 {
    padding-bottom: 80px;
  }
  .idx05-right::before {
    left: -30px;
  }
  .idx05 .item h4 {
    font-size: 20px;
  }
  .idx05-banner {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx05::after {
    font-size: 80px;
  }
  .idx05 .inner_big {
    padding-left: 80px;
  }
  .idx05-left {
    width: 45%;
  }
  .idx05-right {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .idx05 .num {
    white-space: nowrap;
  }
  .idx05 .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .idx05 .item h4 {
    letter-spacing: 0.05em;
  }
  .idx05-banner {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx05-right::before {
    left: -20px;
  }
  .idx05 .content p br {
    display: none;
  }
}

.idx06 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 141px;
  padding-bottom: 132px;
  position: relative;
  z-index: 1;
}
.idx06::before, .idx06::after {
  position: absolute;
}
.idx06::before {
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 1675px;
  width: 95%;
  height: 100%;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
}
.idx06::after {
  content: "greeeting";
  font-size: 140px;
  letter-spacing: 0.1em;
  font-family: var(--f-en);
  font-weight: 400;
  line-height: 1;
  color: #fcfafa;
  text-transform: uppercase;
  top: 47px;
  right: 5px;
}
@media only screen and (min-width: 769px) {
  .idx06::after {
    writing-mode: vertical-rl;
  }
}
.idx06 .inner_big {
  max-width: 1480px;
}
.idx06-content {
  max-width: 586px;
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}
.idx06-boxTxt p {
  text-align: center;
  margin-bottom: 10px;
}
.idx06 .btn-group {
  margin-top: 51px;
}
.idx06 .btn-group .btn.style01 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.idx06-img {
  position: absolute;
  top: 80px;
  left: 0;
  max-width: 960px;
  width: 60%;
  padding-bottom: 7.35%;
}
.idx06-img .img1 img {
  border-radius: 0 80px 80px 0;
}
.idx06-img .img2 {
  position: absolute;
  left: 10.4%;
  bottom: 0;
  max-width: 417px;
  width: 45%;
}
.idx06-img .img2 img {
  border-radius: 40px;
}
.idx06-img .name {
  position: absolute;
  top: 9.2em;
  left: calc(50% - 24.1em);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  text-align: center;
}
.idx06-img .name span {
  line-height: 1;
}
.idx06-img .name .jp {
  font-family: var(--f-shippori);
  font-size: 3.6em;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  padding-left: 0.61111em;
  margin-left: 0.5em;
}
.idx06-img .name .jp::before {
  position: absolute;
  content: "";
  top: -0.61111em;
  left: 0;
  width: 1px;
  height: calc(100% + 1.1388888889em);
  background-color: #fff;
}
.idx06-img .name .sm {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 0.6111111111em;
  padding-bottom: 0.409091em;
}
@-moz-document url-prefix() {
  .idx06-img .name .sm {
    /* Fire Fox */
    position: relative;
    left: -5px;
  }
}
.idx06-img .name .en {
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 0.3em;
  font-weight: 500;
}
@media only screen and (min-width: 1281px) {
  .idx06 h3 {
    padding-bottom: 25px;
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx06::after {
    font-size: 100px;
    right: 0;
  }
  .idx06-img {
    width: 54%;
  }
  .idx06-img .name {
    left: calc(50% - 25em);
  }
  .idx06 .inner_big {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx06 {
    padding-bottom: 60px;
  }
  .idx06::after {
    font-size: 80px;
  }
  .idx06 .inner_big {
    padding-right: 85px;
  }
  .idx06-img {
    width: 52%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx06-img {
    width: 49%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx06-img {
    width: 46%;
  }
  .idx06-img .name {
    font-size: 9px;
  }
  .idx06-content {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx06 {
    padding-top: 80px;
  }
  .idx06-img {
    top: 50px;
  }
  .idx06-img .name {
    top: 6em;
    left: calc(50% - 22em);
  }
  .idx06-content {
    width: 49%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx06-img .name {
    font-size: 6px;
    left: 15px;
  }
  .idx06-content {
    width: 48%;
  }
  .idx06-boxTxt p {
    letter-spacing: 0.05em;
  }
  .idx06 .btn-group {
    margin-top: 30px;
  }
}

.idx07 {
  position: relative;
  --ulWidth: 6.75em;
  padding-top: 200px;
  padding-bottom: 111px;
  margin-top: -80px;
  background-image: url(../images/idx07-bg.jpg);
}
.idx07::before {
  font-size: 10px;
  position: absolute;
  content: "";
  z-index: 1;
  top: -1em;
  right: 16.1em;
  width: 17.2em;
  height: 14.8em;
  background-image: url(../images/idx07-shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 1921px) {
  .idx07::before {
    left: calc(50% + 65em);
  }
}
.idx07 .inner_big {
  max-width: 1760px;
}
.idx07-left {
  max-width: 510px;
  width: 50%;
  padding-top: 70px;
}
.idx07-logo {
  margin-bottom: 50px;
  max-width: 433px;
}
.idx07-logo:hover a {
  opacity: 1;
}
.idx07 .flex {
  margin-right: 0;
  margin-left: auto;
  max-width: 1500px;
}
.idx07 ul li {
  display: flex;
  margin-bottom: 10px;
}
.idx07 ul li:last-child {
  margin-bottom: 0;
}
.idx07 ul li span {
  line-height: 2.25;
}
.idx07 ul li .left {
  width: var(--ulWidth);
}
.idx07 ul li .right {
  width: calc(100% - var(--ulWidth));
}
.idx07 ul li .right span {
  display: inline-block;
}
.idx07 .btn-group {
  margin-top: 49px;
}
.idx07-right {
  max-width: 930px;
  width: 73%;
}
.idx07-right img {
  border-radius: 60px;
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx07 {
    margin-top: 0;
  }
  .idx07::before {
    top: -6em;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx07 {
    margin-top: 0;
    padding-top: 100px;
  }
  .idx07::before {
    top: -6em;
    right: 6em;
  }
  .idx07-left {
    width: 45%;
  }
  .idx07-right {
    width: 62%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx07-right {
    width: 60%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx07 {
    padding-bottom: 80px;
  }
  .idx07::before {
    font-size: 8px;
    right: 5em;
  }
  .idx07-right {
    width: 55%;
  }
  .idx07-left {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx07 {
    padding-bottom: 80px;
    --ulWidth: 6em;
  }
  .idx07-right {
    width: 52%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx07 {
    padding: 80px 0;
  }
  .idx07 ul .right span {
    display: block;
  }
  .idx07-logo {
    margin-bottom: 30px;
  }
  .idx07 .btn-group {
    margin-top: 30px;
  }
}

.idx-news {
  background-color: #f8f8f8;
}
.idx-news .inner_big {
  padding: 125px 0px 120px;
  max-width: 1720px;
  width: calc(100% - 20px);
  position: relative;
}
.idx-news .inner_big::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-color: #f3ebe9;
  border-radius: 80px 80px 0 0;
}
.idx-news h3 {
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .idx-news h3 {
    padding-bottom: 0;
  }
  .idx-news h3::before, .idx-news h3::after {
    display: none;
  }
}
.idx-news h3 .jp {
  letter-spacing: 0.1em;
}
.idx-news .content {
  align-items: inherit;
  width: 100%;
  padding: 0 15px;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}
.idx-news .content .box {
  width: 100%;
}
.idx-news .content ul {
  background-color: #fff;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 58px;
}
.idx-news .content li {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.idx-news .content li a {
  display: flex;
  text-decoration: none;
  padding: 21px 0;
  --w: 150px;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: #c8c8c8;
  position: relative;
}
.idx-news .content li a::before {
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  right: 0;
  width: 7px;
  height: 13px;
  background-color: var(--clr2);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='26px'%3E%3Cpath fill-rule='evenodd' fill='rgb(238, 182, 122)' d='M14.013,13.003 L11.727,15.410 L11.727,15.410 L2.580,25.043 L0.292,22.634 L9.440,13.002 L0.292,3.370 L2.580,0.960 L11.727,10.594 L11.727,10.594 L14.013,13.003 Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  transition: all 0.3s;
}
.idx-news .content li a span {
  display: inline-block;
}
.idx-news .content li a:hover {
  opacity: 1;
}
.idx-news .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  position: relative;
}
.idx-news .content li a .date::after {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 1px;
  height: calc(100% - 7px);
  background-color: #bcbec5;
  transition: all 0.3s;
}
.idx-news .content li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #858998;
  padding-left: 49px;
}
.idx-news .content .news {
  position: relative;
}
.idx-news .content .btn-group {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 1;
  width: 50%;
  max-width: 260px;
}
.idx-news .content .btn-group .btn.style01 {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .idx-news h3 {
    margin-bottom: 41px;
  }
  .idx-news .content li a:hover {
    color: #fff;
    background-color: var(--clr2);
  }
  .idx-news .content li a:hover::before {
    background-color: #fff;
    right: 10px;
  }
  .idx-news .content li a:hover span {
    color: #fff;
  }
  .idx-news .content li a:hover .date {
    padding-left: 10px;
  }
  .idx-news .content li a:hover .date::after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx-news .inner_big {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx-news .inner_big {
    padding: 80px 0;
  }
  .idx-news .content {
    max-width: 1200px;
  }
}
.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

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