@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho&display=swap");
@font-face {
  font-family: "Futura";
  src: url("/font/Futura.rar") format("rar");
  font-weight: normal;
  font-style: normal;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}
#page-main {
  overflow: hidden;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  font-family: "Zen Kaku Gothic New";
  color: #1A1A1A;
}
main {
  background: #FAFAFA;
}

.en {
}

.fadein {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fadein.is-active {
  opacity: 1;
}

.header {
  width: 100%;
  z-index: 999;
  position: fixed;
  border-bottom: 1px solid #333;
  background: #FFFFFF;
}
.header.is-scrolled {
  top: 0;
  border-bottom: none;
}
.header.is-scrolled .header__container {
  /* background: #1A1A1A; */
  background: #FFF;
  border-bottom: 1px solid #333;
}
.header.is-scrolled .header__list__item {
  color: #1F1F1F;
  transition: 0.4s;
}
.header.is-scrolled .header__list__item:hover {
  color: #847558;
}

.header__container {
  padding: 24px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif JP";
}

@media screen and (max-width: 1024px) {
  .header__container {
    padding: 4%;
  }
}
.header__container--logo {
  width: 122px;
}
.header__container--logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .header__container--logo {
    width: 78px;
  }
}
.header__nav {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav-sp {
  height: 100vh;
  width: 100%;
  line-height: 4;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: 0.5s;
}

.header__nav-sp__list {
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.header__nav-sp__list__item a {
  font-size: 1.8rem;
  color: #1A1A1A;
}

.header.active {
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.header.active .header__container {
  background: #FFF;
  border-bottom: 1px solid #333;
}
.header.active .header__nav-sp {
  display: block;
  background-color: #FFF;
  transform: translateX(0);
  z-index: -1;
}
.header.active .header__nav-sp__list {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.header__list {
  display: flex;
}

.header__list__item {
  padding-left: 24px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  transition: 0.4s;
  color: #333333;
}
.header__list__item:hover {
  color: #B11819;
}

@media screen and (max-width: 1024px) {
  .header__list__item {
    padding-left: 0;
  }
}
.header .ham-menu--left {
  color: #333;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: 20px;
  display: none;
}
.header .ham-menu {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3;
  top: 0;
  right: 0;
  display: none;
  transition: 0.4s;
}
.header .ham-menu.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 24px;
  width: 50px;
  background-color: #333;
}
.header .ham-menu.active span:nth-child(2) {
  display: none;
}
.header .ham-menu.active span:nth-child(3) {
  transform: rotate(45deg);
  top: 25px;
  width: 50px;
  left: 0px;
  background-color: #333;
}
.header .ham-menu span {
  display: inline-block;
  position: absolute;
  height: 1px;
  background: #333;
  width: 50px;
}
.header .ham-menu span:nth-child(1) {
  top: 40px;
}
.header .ham-menu span:nth-child(2) {
  top: 25px;
}
.header .ham-menu span:nth-child(3) {
  top: 10px;
}

@media screen and (max-width: 1024px) {
  .header .ham-menu--left {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header .ham-menu {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .header .ham-menu {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .header .ham-menu.active span:nth-child(1) {
    top: 20px;
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .header .ham-menu.active span:nth-child(3) {
    top: 20px;
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .header .ham-menu span:nth-child(1) {
    width: 100%;
    top: 33px;
  }
}
@media screen and (max-width: 640px) {
  .header .ham-menu span:nth-child(2) {
    width: 100%;
    top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .header .ham-menu span:nth-child(3) {
    width: 100%;
    top: 7px;
  }
}
.fv {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.fv::after {
  content: '';
  background: url(./img/fv_img02.svg) no-repeat center;
  display: block;
  width: 1030px;
  height: 160px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 40px;
  opacity: 0.6;
}
@media(max-width: 1200px) {
  .fv::after {
    width: 80vw;
    background-size: contain;
  }
}
@media(max-width: 640px) {
  .fv::after {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  .fv {
    height: 90vh;
  }
}
.fv__slider {
  overflow: hidden;
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
  padding: 144px 40px 0 40px;
}
@media(max-width: 640px) {
  .fv__slider {
    padding: 14% 0 0 0;
  }
}
.fv__slider.slick-initialized {
  opacity: 1;
}

.fv__slider--cnt {
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
.fv__slider--cnt img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  padding-top: 100px;
}
.fv__slider--cnt img.img-pc {
  display: block;
}
.fv__slider--cnt img.img-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .fv__slider--cnt img {
  padding-top: 39vw;
    height: 90vh;
  }
  .fv__slider--cnt img.img-pc {
    display: none;
  }
  .fv__slider--cnt img.img-sp {
    display: block;
  }
}
.fv__cover {
  /* width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-size: cover; */
}

@media screen and (max-width: 640px) {
  .fv__cover {
    display: none;
  }
}
.fv__title {
  font-size: 4.8rem;
  /* width: 570px; */
  flex-wrap: wrap;
  position: absolute;
  /* top: 18%; */
  top: 140px;
  margin-left: 120px;
  z-index: 3;
  font-family: "Zen Kaku Gothic New", serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.fv__title .sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fv__title {
    margin-left: 12%;
  }
}
@media screen and (max-width: 640px) {
  .fv__title {
    top: 24vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 435px) {
  .fv__title {
    top: 23vw;
  }
}
@media screen and (max-width: 640px) {
  .fv__title .sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 640px) {
  .fv__title {
    max-width: 100%;
    padding: 0 4%;
  }
  .fv__title-text img {
    width: 85vw;
  }
}
.fv__title-sub {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}
@media(max-width: 1024px) {
  .fv__title-sub {
    font-size: 2.6rem;
    margin-bottom: 2%;
  }
}
@media(max-width: 640px) {
  .fv__title-sub {
    font-size: 2rem;
  }
}

.fv__title-date {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 26px;
  font-family: "Noto Serif JP", serif;
}
@media(max-width: 1024px) {
  .fv__title-date {
    font-size: 2rem;
    margin-bottom: 3%;
  }
}
@media(max-width: 640px) {
  .fv__title-date {
    font-size: 1.4rem;
  }
}
.fv__title-date small {
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media(max-width: 1024px) {
  .fv__title-date small {
    font-size: 5.2rem;
  }
}
@media(max-width: 640px) {
  .fv__title-date small {
    font-size: 4rem;
  }
}
.fv__title-text img {
  display: block;
  max-width: 483px;
  width: 100%;
}
@media(max-width: 640px) {
  .fv__title-text img {
    width: calc(min(275px,275/3.75*1vw));
  }
}

.fv__title__text {
  background: url(./img/mv_bg_01_pc.png) no-repeat center;
  color: #fff;
  font-size: 3rem;
  padding: 2% 6%;
  display: inline-block;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .fv__title__text {
    font-size: 2rem;
  }
}
.fv__float {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 999;
  transition: 0.3s;
}
.fv__float:hover {
  opacity: 0.6;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .fv__float {
    display: none !important;
  }
}
.fv .fv__float-sp {
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.fv .fv__float-sp__box {
  display: flex;
  justify-content: space-between;
  gap: 2px;
}
.fv .fv__float-sp__box__cta01 {
  width: 32%;
}
.fv .fv__float-sp__box__cta01 img {
  width: 100%;
  display: block;
}
.fv .fv__float-sp__box__cta02 {
  width: 77%;
  display: block;
}
.fv .fv__float-sp__box__cta02 img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .fv .fv__float-sp {
    display: block;
  }
}
.fv__eg {
  position: absolute;
  bottom: 0;
  left: 4%;
  font-size: 12rem;
  color: #FFFFFF;
  opacity: 0.5;
  letter-spacing: 1.6px;
  z-index: 998;
}

@media screen and (max-width: 1024px) {
  .fv__eg {
    font-size: 10vw;
  }
}
@media screen and (max-width: 640px) {
  .fv__eg {
    font-size: 13vw;
    transform: rotate(-90deg);
    left: 0;
    right: -90%;
    bottom: 60%;
  }
}
.fv__eg-sm {
  font-size: 8rem;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .fv__eg-sm {
    font-size: 8vw;
  }
}
.fv__stick {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}
.fv__stick::before {
  content: "";
  display: block;
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  animation: stickAnimation 1.5s linear infinite;
  border-radius: 50%;
}
.fv__stick::after {
  content: "";
  display: block;
  background: #fff;
  width: 2px;
  height: 165px;
  transition: 0.4s;
}
@media(max-height: 600px) {
  .fv__stick::after {
    height: 80px;
    transition: 0.4s;
  }
}
.fv__stick span {
  color: #fff;
  font-size: 1.4rem;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: -28px;
}

@media(min-width: 1024px) {
  #works {
    padding-top: 100px;
    margin-top: -100px;
  }
}
#about, #contact, #works {
  /* padding-top: 100px;
  margin-top: -100px; */
}

.about {
  position: relative;
  background: #333333;
		display:none;
	
}
.about::before {
  content: "";
  display: block;
  width: 100%;
  height: 1588px;
  background: #F2F1EE;
  position: absolute;
  z-index: -1;
}
.about::after {
  /* content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./img/about_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}


@media screen and (max-width: 640px) {
  .about::before {
    height: 165vw;
  }
}

.about-sp {
  display: block;
}

@media screen and (max-width: 768px) {
  .about-sp {
    display: none;
  }
}
.about__container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  height: 627px;
}

@media screen and (max-width: 1024px) {
  .about__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .about__container {
    padding: 0 4%;
  }
}
.about__sub-ttl {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding-top: 160px;
  margin: 0 auto;
  position: relative;
  padding-left: 48px;
}
.about__sub-ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #1A1A1A;
  bottom: 0;
  bottom: 11px;
}

@media screen and (max-width: 1024px) {
  .about__sub-ttl {
    padding-top: 16%;
  }
}
@media screen and (max-width: 640px) {
  .about__sub-ttl {
    font-size: 1.4rem;
  }
}
.about__wrapper {
  display: flex;
      justify-content: center;
      /* padding: 6% 0; */
      margin: 0 auto;
      /* height: 627px; */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
@media(max-width: 640px) {
  .about__wrapper {
    width: 100%;
    padding: 0 4%;
  }
}

.about__wrapper--left {
  /* width: 636px; */
  /* width: 756px; */
  width: 1000px;
  border: 1px solid #FFF;
  padding: 64px 20px;
}
@media screen and (max-width: 1024px) {
  .about__wrapper--left {
    width: 80vw;
    padding: 4%;
  }
}
@media(max-width: 640px) {
  .about__wrapper--left {
    width: 100%;
  }
}

.about__ttl {
  font-family: "Noto Serif JP";
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1.6px;
  text-align: center;
}
.about__ttl .sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .about__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .about__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .about__ttl .sp {
    display: block;
  }
}
.about__txt {
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 40px;
  font-size: 1.6rem;
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.about__txt li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media(max-width: 1024px) {
  .about__txt li {
    font-size: 1.4rem;
  }
}
@media(max-width: 640px) {
  .about__txt li {
    font-size: 1.2rem;
    padding-left: 10%;
  }
}
@media(max-width: 450px) {
  .about__txt li {
  }
}
.about__txt li::before {
  content: '';
  display: block;
  background-image: url(./img/about_img01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 11px;
}
.about__txt li:not(:last-of-type) {
  margin-bottom: 16px;
}
.about__txt .sp {
  display: block;
}

@media screen and (max-width: 1024px) {
  .about__txt {
    padding-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .about__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .about__txt .sp {
    font-size: 1.4rem;
    display: none;
  }
}
.about__img {
  padding-left: 72px;
}
.about__img img {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .about__img {
    padding-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 100%;
    margin-top: 2%;
    padding-left: 0;
  }
}
.about__img02 {
  margin-top: 72px;
  width: 100%;
}
.about__img02 img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .about__img02 {
    margin-top: 7%;
  }
}
.gallery {
  padding: 150px 0 64px 0;
  position: relative;
}
.gallery::after {
  content: "";
  display: block;
  width: 100%;
  height: 550px;
  /* background: #F1F4F3; */
  position: absolute;
  z-index: -1;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .gallery {
    padding-bottom: 2%;
  }
  .gallery::after {
    height: 38vw;
  }
}
@media screen and (max-width: 1024px) {
  .gallery {
    padding: 10% 0;
  }
}
.gallery__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .gallery__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .gallery__container {
    padding: 0 4%;
  }
}
.gallery__sub-ttl {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2em;
  margin: 0 auto;
  position: relative;
  padding-left: 48px;
}
.gallery__sub-ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #1A1A1A;
  bottom: 0;
  bottom: 11px;
}

@media screen and (max-width: 1024px) {
  .gallery__sub-ttl {
    font-size: 1.4rem;
    padding-top: 16%;
  }
}
@media screen and (max-width: 1024px) {
  .gallery__sub-ttl {
    padding-top: 6%;
  }
}
.gallery__ttl {
  font-size: 15rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Bitter";
  color: #F6F6F6;
  position: absolute;
  bottom: -20%;
  z-index: 2;
  right: -17%;
  opacity: 0.4;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .gallery__ttl {
    font-size: 10vw;
    right: 4%;
    bottom: -12%;
  }
}
.swiper-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

@media screen and (max-width: 640px) {
  .swiper-box {
    margin-top: 4%;
  }
}
.small-svg {
  width: 40px;
  height: 40px;
  transition: 0.4s;
}
.small-svg:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 640px) {
  .small-svg {
    width: 30px;
    height: 30px;
  }
}
.swiper-pagination {
  cursor: pointer;
  height: 30px;
  position: relative;
  bottom: 0;
  width: 200px;
}

.point .cmn-content__box {
  position: relative;
  padding-top: 120px;
  padding-bottom: 105px;
}

@media screen and (max-width: 1024px) {
  .point .cmn-content__box {
    padding-top: 12%;
    padding-bottom: 12%;
  }
}
.point__box {
  margin-top: 40px;
  /* border-bottom: 1px solid #1A1A1A;
  border-left: 1px solid #1A1A1A; */
  padding: 17px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  position: relative;
  margin-right: calc((100% - 100vw) / 2);
}

@media screen and (max-width: 1200px) {
  .point__box {
    margin-right: calc((50% - 135vw) / 2);
  }
}
@media(max-width: 1024px) {
  .point__box {
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .point__box {
    padding: 3%;
  }
}
.point__box-list-item {
  height: auto;
}

@media screen and (max-width: 640px) {
  .point__box-list-item-inr {
    display: block;
    padding: 10px;
  }
}
.point__box-list-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.point__box-list-img img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  /* border: 1px solid #1A1A1A;
  background-color: transparent; */
  background: #E4E4E4;
  opacity: 1;
  margin: 10px;
}

.swiper-pagination-bullet-active {
  background: #B19D77;
}

.swiper-pagination-bullets {
  bottom: -35px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

.point__box .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
}

@media screen and (max-width: 640px) {
  .point__box .swiper-pagination {
    width: calc(100% - 100px);
  }
}
#merit {
  padding-top: 15%;
  margin-top: -15%;
}

.merit {
  width: 100%;
  padding-top: 160px;
  position: relative;
}
.merit::after {

}
@media(max-width: 1024px) {
  .merit::after {

  }
}
@media(max-width: 640px) {
  .merit::after {

  }
}

@media screen and (max-width: 640px) {
  .merit .merit {
    padding-top: 16%;
  }
}
@media screen and (max-width: 1024px) {
  .merit {
    padding-top: 16%;
  }
}
.merit-sp {
  display: block;
}

@media screen and (max-width: 768px) {
  .merit-sp {
    display: none;
  }
}
.merit__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .merit__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .merit__container {
    padding: 0 4%;
  }
}
.merit__sub-ttl {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  margin: 0 auto;
  position: relative;
  padding-left: 48px;
}
.merit__sub-ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #1A1A1A;
  bottom: 0;
  bottom: 11px;
}

@media screen and (max-width: 640px) {
  .merit__sub-ttl {
    font-size: 1.4rem;
  }
}
.merit__ttl {
  padding-top: 8px;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #332F2B;
}
.merit__ttl .sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .merit__ttl {
    font-size: 2.6rem;
    padding-top: 1%;
  }
}
@media screen and (max-width: 640px) {
  .merit__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .merit__ttl .sp {
    display: block;
  }
}
.merit__box {
  background-color: #fff;
  width: 100%;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .merit__box {
    padding-bottom: 0;
  }
}
.merit__header {
  display: flex;
  gap: 12px;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .merit__header {
    margin-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .merit__header {
    flex-direction: column;
  }
}
.merit__btn {
  width: 33.3333333333%;
  padding: 30px;
  background-color: #F3F3F3;
  position: relative;
  opacity: 0.4;
}
.merit__btn.active {
  opacity: 1;
}
.merit__btn small {
  position: absolute;
  font-weight: 600;
  color: #F6F6F6;
  font-size: 15rem;
  font-weight: 300;
  font-family: "Bitter";
  left: 50%;
  transform: translate(-50%);
  color: #E9E9E9;
  top: -5%;
}

@media screen and (max-width: 640px) {
  .merit__btn {
    width: 100%;
    padding: 3%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
@media screen and (max-width: 1024px) {
  .merit__btn small {
    font-size: 14vw;
  }
}
@media screen and (max-width: 640px) {
  .merit__btn small {
    transform: none;
    top: 0;
    left: 0;
    font-size: 10vw;
  }
}
@media screen and (max-width: 425px) {
  .merit__btn small {
    font-size: 13vw;
  }
}
.merit__btn--txt {
  color: #E01515;
  font-size: 2.4rem;
  font-family: "Bitter", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 2;
  position: relative;
}
.merit__btn--txt span {
  display: block;
  font-size: 1.6rem;
  color: #3B3B3B;
}
.merit__btn--txt::after {
  content: "";
  position: relative;
  display: block;
  background: url(./img/arrow-bottom-black.svg) center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  transition: 0.5s;
}

@media screen and (max-width: 1240px) {
  .merit__btn--txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .merit__btn--txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .merit__btn--txt {
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .merit__btn--txt span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .merit__btn--txt::after {
    margin: 0;
    width: 15px;
    height: 15px;
  }
}
.merit__cnt--01 {
  width: 100%;
  position: relative;
  display: flex;
  /* align-items: center; */
  /* padding-top: 56px; */
}

@media screen and (max-width: 768px) {
  .merit__cnt--01 {
    flex-direction: column;
    /* padding: 4% 4%; */
  }
}
.merit__cnt--01__img {
  width: 50%;
}
.merit__cnt--01__img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .merit__cnt--01__img {
    width: 100%;
  }
}
.merit__cnt--01__txt {
  width: 50%;
  padding: 0 120px 0 0;
  max-width: 600px;
  padding: 80px 0 20px 64px;
}
.merit__cnt--01__txt h3 {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.merit__cnt--01__txt p {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 48px;
}

@media screen and (max-width: 1240px) {
  .merit__cnt--01__txt {
    padding: 10% 2%;
    max-width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .merit__cnt--01__txt {
    padding: 4% 2%;
  }
}
@media screen and (max-width: 768px) {
  .merit__cnt--01__txt {
    padding: 4% 0%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .merit__cnt--01__txt h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .merit__cnt--01__txt h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .merit__cnt--01__txt p {
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .merit__cnt--01__txt p {
    font-size: 1.4rem;
  }
}
.merit__cnt--02 {
  overflow: hidden;
  display: flex;
  margin-top: -48px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-bottom: 48px;
}

@media screen and (max-width: 1240px) {
  .merit__cnt--02 {
    margin-top: 0;
    padding: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .merit__cnt--02 {
    width: 100%;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.merit__cnt--02__img {
  width: 50%;
  max-width: 50vw;
  display: flex;
  gap: 20px;
  padding-left: 60px;
}

@media screen and (max-width: 1240px) {
  .merit__cnt--02__img {
    max-width: 100%;
    gap: 8px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .merit__cnt--02__img {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
.merit__cnt--02__img-01, .merit__cnt--02__img-02 {
  width: 50%;
}

.merit__cnt--02__img-01 img, .merit__cnt--02__img-02 img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .merit__cnt--02__img-01 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .merit__cnt--02__img-01 img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .merit__cnt--02__img-02 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .merit__cnt--02__img-02 img {
    width: 70%;
    float: right;
  }
}
.merit__cnt--02__txt {
  /* font-family: "Zen Kaku Gothic New", serif;
  width: 50%;
  padding: 0 64px 0 0;
  max-width: 600px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 48px; */
}

@media screen and (max-width: 1240px) {
  .merit__cnt--02__txt {
    /* padding: 0 2% 0 0;
    margin-top: 0; */
  }
}
@media screen and (max-width: 768px) {
  .merit__cnt--02__txt {
    /* max-width: 100%;
    width: 100%;
    padding: 4% 4%; */
  }
}
@media screen and (max-width: 640px) {
  .merit__cnt--02__txt {
    /* font-size: 1.4rem;
    padding: 4%; */
  }
}
.merit__cnt--03 {
  margin: 40px 0 56px;
  width: 100%;
}
.merit__cnt--03 img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .merit__cnt--03 {
    margin: 4% 0;
  }
}
@media screen and (max-width: 640px) {
  .merit__cnt--03 {
    margin: 0 0 4%;
  }
}
.merit__underline {
  margin-bottom: 56px;
}

@media screen and (max-width: 1240px) {
  .merit__underline {
    margin-bottom: 0;
  }
}
.merit__underline02 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .merit__underline02 {
    margin-bottom: 5%;
  }
}
.access {
  padding: 160px 0;
  border-top: 1px solid #1A1A1A;
  /* margin-bottom: 160px; */
  position: relative;
}
@media(max-width: 1024px) {
  .access {
    padding: 8% 0;
  }
}

.access::after {
  content: "";
  position: absolute;
  top: 56px;
  z-index: -1;
  right: 0;
  background-image: url(./img/access_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 462px;
  height: 122px;
  right: 0;
  pointer-events: none;
}
@media(max-width: 1024px) {
  .access::after {
    width: 48vw;
    height: 100%;
  }
}
@media(max-width: 640px) {
  .access::after {
    top: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .access {
    padding-top: 12%;
    /* margin-bottom: 16%; */
  }
}
.access__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .access__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .access__container {
    padding: 0 4%;
  }
}
.access__sub-ttl {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  margin: 0 auto;
  position: relative;
  padding-left: 48px;
}
.access__sub-ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #1A1A1A;
  bottom: 0;
  bottom: 11px;
}

@media screen and (max-width: 640px) {
  .access__sub-ttl {
    right: auto;
    font-size: 1.4rem;
  }
}
.access__ttl {
  padding-top: 8px;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #332F2B;
}
.access__ttl .sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .access__ttl {
    font-size: 2.6rem;
    padding-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .access__ttl {
    font-size: 2rem;
    padding-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  .access__ttl .sp {
    display: block;
  }
}
.access__cnt {
  padding-top: 56px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .access__cnt {
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 8%;
  }
}
@media(max-width: 640px) {
  .access__cnt {
    padding-bottom: 0;
  }
}
.access__cnt--txt {
  width: 380px;
  line-height: 1.8;
}
.access__cnt--txt ul {
  margin-top: 24px;
}
.access__cnt--txt ul li {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New";
}
@media(max-width: 1024px) {
  .access__cnt--txt ul li {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .access__cnt--txt {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .access__cnt--txt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .access__cnt--txt ul {
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  .access__cnt--txt ul {
    margin-top: 4%;
  }
}
.access__cnt--pic {
  width: 380px;
}
.access__cnt--pic img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .access__cnt--pic {
    width: 100%;
  }
}
.access__cnt--img {
  width: calc(100% - 380px);
  padding-left: 40px;
}
.access__cnt--img iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .access__cnt--img {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .access__cnt--img iframe {
    height: 300px;
  }
}
.swiper-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}

@media screen and (max-width: 1240x) {
  .swiper-wrapper {
    height: auto;
  }
}
.swiper-slide {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.feat__tabs {
  cursor: pointer;
  /* display: grid; */
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  padding: 56px 20px;
  max-width: 1240px;
  margin: 0 auto;
  justify-content: center;
}

@media screen and (max-width: 1240px) {
  .feat__tabs {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 4% 2%;
    gap: 8px;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .feat__tabs {
    margin: 2% 0;
  }
}
@media screen and (max-width: 640px) {
  .feat__tabs {
    /* flex-direction: column; */
    padding: 0 4%;
    margin-top: 4%;
  }
}
.feat__contents {
  padding: 64px 0;
  background-color: #F2F1EE;
}
.feat__contents .swiper {
  padding-bottom: 10px;
}

@media screen and (max-width: 1240px) {
  .feat__contents {
    padding: 6%;
  }
}
@media screen and (max-width: 640px) {
  .feat__contents {
    margin-top: 4%;
  }
}
@media (min-width: 1024px) {
  .feat__tabs {
    cursor: pointer;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .feat__tabs {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .feat__contents {
    padding-top: 12.2rem;
  }
}
.tab {
  border: 1px solid #1A1A1A;
  display: grid;
  background-color: #fff;
  /* opacity: 0.5; */
  transition: opacity 0.4s;
  width: 208px;
  height: 208px;
  justify-content: center;
  padding: 2% 0;
}
@media(max-width: 640px) {
  .tab {
    width: 100%;
    height: 20vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 4%;
    align-items: center;
  }
}
.tab span {
  font-size: 1.1rem;
}
.tab:last-child {
}
.tab.is-active {
  opacity: 1;
  background: #333;
}
.tab.is-active svg path {
  fill: #FFF;
  stroke: #FFF;
}
.tab.is-active p,
.tab.is-active span {
  color: #FFF;
}
.tab:focus-visible {
  /* opacity: 0.8; */
}
p.tab__num {
  text-align: center;
}
@media(max-width: 640px) {
  p.tab__num svg {
    width: 12vw;
  }
}

@media (any-hover: hover) {
  .tab:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .tab__txt {
    text-align: left;
  }
}
.tab__en {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #1F1F1F;
  text-align: center;
  /* en16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .tab__en {
    font-size: 1.8rem;
  }
}
@media(max-width: 640px) {
  .tab__en {
    text-align: left;
  }
}
.tab__ja {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 1.6px;
  text-transform: capitalize;
}
@media(max-width: 640px) {
  .tab__ja {
    font-size: 1.4rem;
  }
}
.tab__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.tab__arrow-bottom {
  display: block;
}

@media screen and (max-width: 640px) {
  .tab__arrow-bottom {
    /* display: none; */
  }
}
.tab__arrow-right {
  display: none;
}

@media screen and (max-width: 640px) {
  .tab__arrow-right {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .tab__arrow {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .tab__arrow {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .tab__en {
    padding-top: 0.3rem;
    text-align: center;
  }
  .tab__ja {
  }
  .tab__arrow {
    margin-inline: auto;
  }
}
.tab-hdr {
  display: flex;
  align-items: center;
  padding-bottom: 5.9rem;
  margin-inline: auto;
  width: min(100% - var(--gutter) * 2, var(--inner-base));
}

@media screen and (max-width: 768px) {
  .tab-hdr {
    padding-bottom: 6%;
  }
}
@media screen and (max-width: 640px) {
  .tab-hdr {
    gap: 8px;
    flex-direction: column;
  }
}
.tab-hdr__num {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #B19D77;
  padding-right: 32px;
}
.tab-hdr__num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  width: 100%;
  height: 0.4rem;
  background-color: var(--color-macha);
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .tab-hdr__num {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 640px) {
  .tab-hdr__num {
    font-size: 3.2rem;
    padding: 0;
  }
}
.tab-hdr__en {
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .tab-hdr__en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .tab-hdr__en {
    font-size: 1.8rem;
    padding: 0;
  }
}
.tab-hdr__ja {
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 3.2px;
  align-self: center;
  padding-right: 24px;
}
@media screen and (max-width: 1024px) {
  .tab-hdr__ja {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .tab-hdr__ja {
    font-size: 3.2rem;
    padding: 0;
    align-self: unset;
  }
}
@media (min-width: 1240px) {
  .tab-hdr {
    display: flex;
    padding-bottom: 2%;
    padding-left: 4%;
  }
  .tab-hdr__num, .tab-hdr__en {
    flex: 0 0 auto;
  }
  .tab-hdr__ja {
    /* padding: 0.1rem 0 0 1.5rem; */
  }
}
@media (max-width: 1023.98px) {
  .tab-hdr__en.--small {
    font-size: 5rem;
  }
  .tab-hdr__en.--xs {
    font-size: 4.3rem;
  }
}
@media (min-width: 640px) {
  .tab-footer {
    display: flex;
    gap: 0 2rem;
    position: relative;
    z-index: 8;
  }
  .tab-footer__prev {
    flex: 0 1 33rem;
  }
  .tab-footer__next {
    flex: 0 1 33rem;
    margin-left: auto;
  }
}
@media (max-width: 639.98px) {
  .tab-footer__next {
    margin-top: 2rem;
  }
}
.tab-footbtn {
  display: flex;
  align-items: center;
  height: 9rem;
  border: 1px solid;
  transition-duration: 0.3s;
  transition-property: color, background-color;
  cursor: pointer;
}
.tab-footbtn:focus-visible {
  background-color: var(--color-black);
  color: #fff;
}

@media screen and (max-width: 640px) {
  .tab-footbtn {
    height: 75px;
  }
}
@media (any-hover: hover) {
  .tab-footbtn:hover {
    background-color: #fff;
  }
}
.tab-footbtn__num {
  color: #B19D77;
  position: relative;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.tab-footbtn__num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 0.2rem;
  background-color: var(--color-macha);
  border-radius: 2px;
}

/* next */
.tab-footer__next .tab-footbtn__num {
  padding-right: 16px;
}
.tab-footer__prev .tab-footbtn__num {
  padding-left: 24px;
  padding-right: 16px;
}

.tab-footbtn__ttl {
  flex: 1 1 auto;
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 0 2%;
}

.tab-footbtn__en {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.tab-footbtn__ja {
  font-size: 2rem;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Serif JP";
}

.tab-footbtn__arrow {
  width: 31px;
  height: 31px;
}
.tab-footbtn__arrow img {
  display: block;
  width: 100%;
}

.tab-footbtn.tab-footer__prev {
  padding: 0 1.8rem 0 3rem;
}
.tab-footbtn.tab-footer__next {
  padding: 0 3rem 0 1.8rem;
}

.color {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--color-macha);
  overflow: hidden;
}
.color.ch01 {
  background-color: #A9C45E;
}
.color .inner {
  position: relative;
  z-index: 1;
}

.color__en {
  position: absolute;
  top: -0.14em;
  left: -0.12em;
  font-family: var(--font-family-latin);
  font-size: 6rem;
  font-weight: 100;
  color: #cbe28e;
  white-space: nowrap;
  line-height: 1;
}

@media (min-width: 640px) {
  .color__en {
    font-size: 7.5rem;
  }
}
@media (min-width: 1024px) {
  .color {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .color__en {
    font-size: 12rem;
  }
}
@media (min-width: 640px) {
  .form-radios label {
    gap: 0 1.2rem;
  }
}
.form {
  padding: 160px 0 0;
  width: 100%;
  background-color: #F2F1EE;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.form::after {
  content: "";
  position: absolute;
  top: 56px;
  z-index: 0;
  right: 0;
  background-image: url(./img/form_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 499px;
  height: 166px;
  right: 0;
  pointer-events: none;
}
@media(max-width: 1024px) {
  .form::after {
    width: 48vw;
    height: 100%;
  }
}
@media(max-width: 640px) {
  .form::after {
    top: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .form {
    padding: 8% 0 0;
  }
}
.form__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .form__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .form__container {
    padding: 0 4%;
  }
}
.form__txt {
  padding-bottom: 80px;
  padding-left: 65px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .form__txt {
    padding-bottom: 8%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 640px) {
  .form__txt {
    font-size: 1.4rem;
  }
}
.form__sub-ttl {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  margin: 0 auto;
  position: relative;
  padding-left: 48px;
}
.form__sub-ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #1A1A1A;
  bottom: 0;
  bottom: 11px;
}

@media screen and (max-width: 640px) {
  .form__sub-ttl {
    font-size: 1.4rem;
  }
}
.form__ttl {
  padding-top: 8px;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #332F2B;
}

@media screen and (max-width: 1024px) {
  .form__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .form__ttl {
    font-size: 2rem;
  }
}
.form__cnt01 {
  line-height: 2;
  font-size: 1.6rem;
  margin-top: 56px;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1024px) {
  .form__cnt01 {
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .form__cnt01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 425px) {
  .form__cnt01 {
    font-size: 3vw;
  }
}
.form__cnt02 {
  margin-top: 16px;
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .form__cnt02 {
    margin-top: 4%;
  }
}
.form__box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .form__box {
    margin-top: 10%;
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  .form__box {
    flex-direction: column;
    margin-top: 4%;
  }
}
.form__btn01 {
  /* height: 220px; */
  text-align: center;
  background: url(./img/form_img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  padding: 48px 40px;
}
@media(max-width: 1024px) {
  .form__btn01 {
    padding: 4%;
  }
}
.form__btn01.on {
  opacity: 1;
}
.form__btn01 .js-tab1 {
  width: 100%;
}
.form__btn01 p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
@media(max-width: 1024p) {
  .form__btn01 p {
    font-size: 1.4rem;
  }
}
@media(max-width: 640px) {
  .form__btn01 p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1240px) {
  .form__btn01 {
    /* width: 30vw;
    height: 20vw; */
  }
}
@media screen and (max-width: 640px) {
  .form__btn01 {
    width: 100%;
    /* background-position: center -10vw; */
  }
}
@media screen and (max-width: 435px) {
  .form__btn01 {
    /* height: 30vw; */
  }
}

.form__btn01--cover {
}
.form__btn01--cover svg {
}

@media screen and (max-width: 1024px) {
  .form__btn01--cover {
  }
}
@media screen and (max-width: 640px) {
  .form__btn01--cover {
  }
}
@media screen and (max-width: 640px) {
  .form__btn01--cover {
  }
}
.form__btn01--txt {
  margin-bottom: 24px;
}
@media(max-width: 1024px) {
  .form__btn01--txt {
    margin-bottom: 3%;
  }
}
.form__btn01--txt p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
@media(max-width: 1024px) {
  .form__btn01--txt p {
    font-size: 2rem;
  }
}
@media(max-width: 640px) {
  .form__btn01--txt p {
    font-size: 1.8rem;
  }
}
.form__btn01--txt p svg {
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .form__btn01--txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .form__btn01--txt {
    font-size: 1.4rem;
  }
}
.form__btn01--txt__info {
  font-size: 1.4rem;
  padding-top: 10px;
  line-height: 2;
}

@media screen and (max-width: 800px) {
  .form__btn01--txt__info {
    font-size: 1.2rem;
  }
}
.form__btn01--icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-top: 10px;
}
.form__btn01--icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.form__btn01--icon img:last-child {
  display: none;
}

@media screen and (max-width: 640px) {
  .form__btn01--icon {
    width: 5vw;
  }
}
.form__btn02 {
  /* height: 220px; */
  text-align: center;
  background: url(./img/form_img02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  padding: 48px 40px;
}
@media(max-width: 1024px) {
  .form__btn02 {
    padding: 4%;
  }
}
.form__btn02.on {
  opacity: 1;
}
.form__btn02 .js-tab2 {
  width: 100%;
}
.form__btn02 p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
@media(max-width: 1024px) {
  .form__btn02 p { 
    font-size: 1.4rem;
  }
}
@media(max-width: 640px) {
  .form__btn02 p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1240px) {
  .form__btn02 {
    /* width: 30vw;
    height: 20vw; */
  }
}
@media screen and (max-width: 640px) {
  .form__btn02 {
    width: 100%;
    background-position: top;
  }
}
@media screen and (max-width: 435px) {
  .form__btn02 {
    /* height: 30vw; */
  }
}
.form__btn02--cover {
}
.form__btn02--cover svg {
}

@media screen and (max-width: 1024px) {
  .form__btn02--cover {
  }
}
@media screen and (max-width: 640px) {
  .form__btn02--cover {
  }
}
.form__btn02--txt {
  margin-bottom: 24px;
}
@media(max-width: 1024px) {
  .form__btn02--txt {
    margin-bottom: 3%;
  }
}
.form__btn02--txt p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
@media(max-width: 1024px) {
  .form__btn02--txt p {
    font-size: 2rem;
  }
}
@media(max-width: 640px) {
  .form__btn02--txt p {
    font-size: 1.8rem;
  }
}
.form__btn02--txt p svg {
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .form__btn02--txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .form__btn02--txt {
    font-size: 1.4rem;
  }
}
.form__btn02--txt__info {
  font-size: 1.4rem;
  padding-top: 10px;
  line-height: 2;
}

@media screen and (max-width: 800px) {
  .form__btn02--txt__info {
    font-size: 1.2rem;
  }
}
.form__btn02--icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-top: 10px;
}
.form__btn02--icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.form__btn02--icon img:first-child {
  display: none;
}

@media screen and (max-width: 640px) {
  .form__btn02--icon {
    width: 5vw;
  }
}



.form .js-form1, .form .js-form2, .form .js-form3 {
  display: none;
}
.form .js-form1.active, .form .js-form2.active, .form .js-form3.active {
  display: block;
}

.profile {
  padding: 160px 0;
  position: relative;
}

.profile__underline {
  margin-top: 32px;
  padding-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .profile__underline {
    margin-top: 3%;
    padding-bottom: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .profile {
    padding: 10% 0;
  }
}
.profile__container {
  width: 100%;
  max-width: 960px;
  /* max-width: 1240px; */
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .profile__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .profile__container {
    padding: 0 4%;
  }
}
.profile__sub-ttl {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  /* padding-top: 160px; */
  margin: 0 auto;
  position: relative;
  padding-left: 48px;
}
.profile__sub-ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #1A1A1A;
  bottom: 0;
  bottom: 11px;
}

@media screen and (max-width: 1024px) {
  .profile__sub-ttl {
    padding-top: 16%;
  }
}
@media screen and (max-width: 640px) {
  .profile__sub-ttl {
    font-size: 1.4rem;
  }
}
.profile__img {
  width: 100%;
  margin-top: 80px;
}
.profile__img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .profile__img {
    margin-top: 6%;
  }
}
.profile__ttl {
  padding-top: 8px;
  font-size: 3.2rem;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .profile__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .profile__ttl {
    font-size: 2rem;
  }
}
.profile h3 {
  font-size: 3.2rem;
  text-align: center;
}
.profile h4 {
  margin-top: 40px;
  font-size: 2.4rem;
  text-align: center;
}
.profile h4 .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .profile h4 {
    text-align: left;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .profile h4 .sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .profile h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .profile h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .profile h4 {
    margin-top: 4%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640x) {
  .profile h4 {
    font-size: 1.8rem;
  }
}
.profile__txt {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 32px;
  font-family: "Zen Kaku Gothic New", serif;
}

@media screen and (max-width: 640px) {
  .profile__txt {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 4%;
  }
}
.profile__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 24px;
  font-family: "Zen Kaku Gothic New", serif;
}

@media screen and (max-width: 1024px) {
  .profile__text {
    margin-top: 3%;
  }
}
@media screen and (max-width: 640px) {
  .profile__text {
    font-size: 1.4rem;
  }
}
.profile__button {
  margin: 0 auto;
  margin-top: 80px;
  width: 569px;
}

@media screen and (max-width: 1024px) {
  .profile__button {
    margin-top: 6%;
    width: 100%;
  }
}
.profile__button__btn {
  width: 100%;
  cursor: pointer;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  font-size: 2.6rem;
  border: 1px solid #1A1A1A;
  padding: 28px 0;
  transition: 0.4s;
  position: relative;
}
.profile__button__btn:hover {
  /* transform: scale(1.05); */
}
.profile__button__btn .arrow {
  transition: 0.5s;
  display: none;
}
.profile__button__btn.active .arrow {
  display: block;
}
.profile__button__btn.active .arrow-sp {
  display: none;
}
.profile__button__btn:nth-child(2) {
  margin-right: 0;
}
.profile__button__btn::after {
  content: '';
  display: block;
  width: 12px;
  height: 6px;
  background-image: url(./img/toggle-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.profile__button__btn.active::after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
@media(max-width: 640px) {
  .profile__button__btn::after {
    right: 4%;
  }
}

@media screen and (max-width: 1024px) {
  .profile__button__btn {
    width: 46vw;
    margin: 0 auto;
    padding: 2% 0;
  }
}
@media screen and (max-width: 640px) {
  .profile__button__btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .profile__button__btn:nth-child(2) {
    width: 49.5%;
  }
}
@media screen and (max-width: 1024px) {
  .profile__button__btn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .profile__button__btn {
    font-size: 1.4rem;
  }
}
.profile__text__contents {
  font-size: 2rem;
  padding-bottom: 30px;
  color: #60af49;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .profile__text__contents {
    font-size: 1.6rem;
  }
}
.profile__text__item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #60af69;
}
.profile__text__item:last-child {
  border-bottom: 1px solid #60af69;
}

@media screen and (max-width: 640px) {
  .profile__text__item {
    flex-direction: column;
  }
}
.profile__text__item__title {
  width: 260px;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: bold;
  padding: 35px;
  background-color: #f8faf5;
}

@media screen and (max-width: 1024px) {
  .profile__text__item__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .profile__text__item__title {
    width: 100%;
    font-size: 1.4rem;
  }
}
.profile__text__item__contents {
  width: calc(100% - 260px);
  padding: 35px 100px;
  font-size: 18px;
  line-height: 2;
  color: #4a4a4a;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .profile__text__item__contents {
    font-size: 1.6rem;
    padding: 3% 5%;
  }
}
@media screen and (max-width: 640px) {
  .profile__text__item__contents {
    width: 100%;
    font-size: 1.4rem;
  }
}
.works {
  /* padding: 100px 0 80px;
  background: url(./img/merit_bg.svg);
  background-repeat: no-repeat;
  background-size: cover; */
}

@media screen and (max-width: 1024px) {
  .works {
    padding: 10% 0 8%;
  }
}
@media(max-width: 640px) {
  .works {
    padding-bottom: 0;
  }
}


.works__container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .works__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .works__container {
    padding: 0 4%;
  }
}
.works__txt {
  padding-bottom: 80px;
  padding-left: 65px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .works__txt {
    padding-bottom: 8%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 640px) {
  .works__txt {
    font-size: 1.4rem;
  }
}
.works__sub-ttl {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  position: absolute;
  padding-top: 40px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  color: #E01515;
  top: -15px;
  z-index: 2;
  left: 35px;
}
.works__sub-ttl::before {
  content: "";
  background-color: #E01515;
  width: 1px;
  height: 60px;
  position: absolute;
  top: -30px;
  right: 10px;
}

@media screen and (max-width: 640px) {
  .works__sub-ttl {
    right: auto;
    left: 2%;
    font-size: 1.4rem;
    top: -2%;
  }
}
@media screen and (max-width: 500px) {
  .works__sub-ttl {
    top: -1%;
  }
}
@media screen and (max-width: 375px) {
  .works__sub-ttl {
    top: 0;
  }
}
.works__inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.works__inner {
  padding-top: 56px;
}
@media(max-width: 1024px) {
  .works__inner {
    padding-top: 4%;
  }
}

@media screen and (max-width: 640px) {
  .works__inner {
    padding: 0;
  }
}
.works__inner--cnt {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .works__inner--cnt {
    padding-left: 0;
    padding-top: 4%;
  }
}
.works__inner--data {
  position: relative;
  padding-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .works__inner--data {
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 640px) {
  .works__inner--data {
    font-size: 1.2rem;
    position: relative;
    left: auto;
    top: auto;
    padding-bottom: 2%;
    writing-mode: horizontal-tb;
  }
}
.works__inner--data--01 {
  color: #B11819;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .works__inner--data--01 {
    font-size: 2.6rem;
    justify-content: left;
  }
}
@media screen and (max-width: 640px) {
  .works__inner--data--01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .works__inner--data--01::after {
    width: calc(100% - 120px);
  }
}
.single-works-slider-main {
  position: relative;
}

.single-works-slider-main--popup {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.single-works-slider-main--popup img {
  width: 100%;
  display: block;
}

.y-scroll {
  white-space: normal;
  overflow-x: hidden;
  overflow-y: auto;
}
.y-scroll::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}
.y-scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.y-scroll::-webkit-scrollbar-thumb {
  background: rgba(177, 157, 119, 0.5764705882);
  border-radius: 0;
}
.y-scroll::-webkit-scrollbar-thumb:hover, .y-scroll::-webkit-scrollbar-thumb:active {
  background: #606060;
}
.y-scroll::-webkit-scrollbar-track {
  background: #ddd;
  border: 0px none #ddd;
  border-radius: 0;
}
.y-scroll::-webkit-scrollbar-track:hover, .y-scroll::-webkit-scrollbar-track:active {
  background: #ddd;
}
.y-scroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.information__container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .information__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .information__container {
    padding: 0 4%;
  }
}
.information__info {
  padding-bottom: 150px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1024px) {
  .information__info {
    padding-bottom: 15%;
  }
}
.information__table {
  width: 100%;
}
.information__table tbody {
  width: 100%;
  color: #2D3630;
}
.information__table tbody tr {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  text-align: left;
  border-bottom: 1px solid #A5A5A5;
}
.information__table tbody tr:first-child {
  border-top: 1px solid #A5A5A5;
  padding-top: 24px;
}
.information__table tbody tr th {
  width: 195px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.information__table tbody tr td {
  width: 100%;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .information__table tbody tr:first-child {
    padding-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  .information__table tbody tr:first-child {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .information__table tbody tr {
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  .information__table tbody tr {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .information__table tbody tr th {
    border-bottom: none;
    padding-bottom: 2%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .information__table tbody tr td {
    width: 100%;
    padding-bottom: 2%;
    font-size: 1.4rem;
  }
}
.footer {
  padding-top: 80px;
  padding-bottom: 26px;
  background-color: #333;
}

@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 18%;
    padding-top: 6%;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding-bottom: 12%;
  }
}
@media screen and (max-width: 425px) {
  .footer {
    padding-bottom: 20%;
  }
}
.footer__container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .footer__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .footer__container {
    padding: 0 4%;
  }
}
.footer__container--logo {
  margin: 0 auto;
  /* width: 94px; */
  width: 146px;
}
.footer__container--logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .footer__container--logo {
    width: 185px;
  }
}
.footer__container--nav {
  margin-top: 32px;
}
@media(max-width: 1024px) {
  .footer__container--nav {
    margin-top: 8%;
  }
}

.footer__container--cnt {
  display: flex;
  justify-content: center;
  gap: 32px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 1.6px;
}
.footer__container--cnt li {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 640px) {
  .footer__container--cnt {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}
.footer__container p {
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 80px;
}
@media(max-width: 1024px) {
  .footer__container p {
    margin-top: 8%;
  }
}

.footer--top {
  position: absolute;
  right: 120px;
  bottom: 112px;
}

@media screen and (max-width: 1024px) {
  .footer--top {
    right: 12%;
    bottom: 12%;
  }
}
@media screen and (max-width: 640px) {
  .footer--top {
    right: 6%;
    bottom: -14%;
  }
}
@media screen and (max-width: 425px) {
  .footer--top {
    right: 4%;
    bottom: 4%;
  }
}
.mfp-content {
  max-width: 1024px;
}

.single-works-slider {
  margin: 0 0 50px;
}

.single-works-slider-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.single-works-slider-photo .single-works-slider-main {
  width: calc(100% - 300px);
  position: relative;
}
.single-works-slider-photo .single-works-slider-main *:focus {
  outline: none;
}
.single-works-slider-photo .single-works-slider-main i {
  content: "";
  width: 68px;
  height: 68px;
  border-radius: 100px;
  position: relative;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.single-works-slider-photo .single-works-slider-main i::before {
  content: "";
  background: url(./img/popup_works.svg) no-repeat center center/contain;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.single-works-slider-photo .single-works-slider-main .slick-slide {
  position: relative;
}
.single-works-slider-photo .single-works-slider-main .slick-slide figure {
  height: 596px;
  position: relative;
  margin: 0;
}
.single-works-slider-photo .single-works-slider-main .slick-slide img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-works-slider-photo button.slick-prev.slick-arrow, .single-works-slider-photo button.slick-next.slick-arrow, .single-works-slider-photo button.slick-prev.slick-arrow, .single-works-slider-photo button.slick-next.slick-arrow {
  position: absolute;
  display: block !important;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.single-works-slider-photo button.slick-prev.slick-arrow {
  left: 15px;
}
.single-works-slider-photo button.slick-next.slick-arrow {
  right: 15px;
}
.single-works-slider-photo button.slick-prev::before, .single-works-slider-photo button.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: no-repeat center center/contain;
  z-index: 100;
}
.single-works-slider-photo button.slick-prev::before {
  background-image: url(./img/works_left.svg);
}
.single-works-slider-photo button.slick-next::before {
  background-image: url(./img/works_right.svg);
}

@media screen and (max-width: 640px) {
  .single-works-slider-photo button.slick-prev.slick-arrow, .single-works-slider-photo button.slick-next.slick-arrow {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .single-works-slider-photo button.slick-prev.slick-arrow {
    left: 1.9296875vw;
  }
}
@media screen and (max-width: 640px) {
  .single-works-slider-photo button.slick-prev.slick-arrow {
    left: 2.6875vw;
  }
}
@media screen and (max-width: 1024px) {
  .single-works-slider-photo button.slick-next.slick-arrow {
    right: 1.9296875vw;
  }
}
@media screen and (max-width: 640px) {
  .single-works-slider-photo button.slick-next.slick-arrow {
    right: 2.6875vw;
  }
}
@media screen and (max-width: 640px) {
  .single-works-slider-photo button.slick-prev::before, .single-works-slider-photo button.slick-next::before {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.detailsPhoto__thumb {
  overflow-y: auto;
  width: 290px;
  height: 596px;
}

.detailsPhoto__thumb-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}

.single-works-popup {
  max-width: 1000px;
  color: #ffffff;
  margin: 0 auto;
}
.single-works-popup figure {
  text-align: center;
  margin: 0 auto 2em;
}
.single-works-popup img {
  width: 100%;
  display: block;
  max-height: 80vh;
  margin: 0 auto;
}
.single-works-popup span {
  font-family: "BIZ UDMincho", serif;
  color: #2b2b2b;
  padding: 1em;
}

.panel-item {
  cursor: pointer;
  width: calc((100% - 14px) / 2);
  height: 142px;
  position: relative;
  margin-bottom: 4%;
}
.panel-item:nth-of-type(2n) {
  margin-right: 0;
}
.panel-item figure {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}
.panel-item img {
  font-family: "object-fit: cover;";
  width: 100%;
  max-width: unset;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: visible;
}

.single-works-popup p {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
  width: 77px;
  height: 77px;
  color: #ffffff;
  font-size: 50px;
  top: 0;
  cursor: pointer;
}

.mfp-close:active {
  top: 0 !important;
}

.mfp-wrap.mfp-ready .mfp-content {
  pointer-events: none;
}

@media screen and (max-width: 1240px) {
  .single-works-slider {
    margin: 0 0 4.0322580645vw;
  }
  .single-works-slider-photo .single-works-slider-main {
    width: calc(100% - 25vw);
  }
  .single-works-slider-photo .single-works-slider-main i {
    width: 6.4516129032vw;
    height: 6.4516129032vw;
  }
  .single-works-slider-photo .single-works-slider-main i::before {
    width: 6.4516129032vw;
    height: 6.4516129032vw;
  }
  .single-works-slider-photo .single-works-slider-main .slick-slide figure {
    height: 48.064516129vw;
  }
  .detailsPhoto__thumb {
    width: 23.3870967742vw;
    height: 48.064516129vw;
  }
  .single-works-popup figure {
    margin: 0 auto 2.5806451613vw;
  }
  .panel-item {
    width: calc((100% - 1.1290322581vw) / 2);
    height: 11.4516129032vw;
  }
  .single-works-popup p {
    font-size: 1.2096774194vw;
  }
  .mfp-close-btn-in .mfp-close {
    width: 6.2096774194vw;
    height: 6.2096774194vw;
    color: #ffffff;
    font-size: 4.0322580645vw;
    top: 0;
  }
  .single-works-slider .slick-prev {
    width: 3.2258064516vw;
    height: 2.5806451613vw;
    left: 1.6129032258vw;
  }
  .single-works-slider [dir=rtl] .slick-prev {
    left: auto;
    right: 1.6129032258vw;
  }
  .single-works-slider .slick-prev:before {
    border-width: 1.2096774194vw 3.2258064516vw 1.2903225806vw 0;
  }
  .single-works-slider .slick-next {
    width: 3.2258064516vw;
    height: 2.5806451613vw;
    right: 1.6129032258vw;
  }
  .single-works-slider [dir=rtl] .slick-next {
    left: 1.6129032258vw;
    right: auto;
  }
  .single-works-slider .slick-next:before {
    border-width: 1.2903225806vw 0 1.2903225806vw 3.2258064516vw;
  }
}
@media screen and (max-width: 1024px) {
  .single-works-slider {
    margin: 0 0 4.8828125vw;
  }
  .single-works-slider-photo .single-works-slider-main {
    width: calc(100% - 30.2734375vw);
  }
  .single-works-slider-photo .single-works-slider-main i {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .single-works-slider-photo .single-works-slider-main i::before {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .single-works-slider-photo .single-works-slider-main .slick-slide figure {
    height: 58.203125vw;
  }
  .detailsPhoto__thumb {
    width: 28.3203125vw;
    height: 58.203125vw;
  }
  .single-works-popup figure {
    margin: 0 auto 3.125vw;
  }
  .panel-item {
    width: calc((100% - 1.3671875vw) / 2);
    height: 13.8671875vw;
  }
  .single-works-popup p {
    font-size: 1.46484375vw;
  }
  .mfp-close-btn-in .mfp-close {
    width: 7.51953125vw;
    height: 7.51953125vw;
    color: #ffffff;
    font-size: 4.8828125vw;
    top: 0;
  }
  .single-works-slider .slick-prev {
    width: 3.90625vw;
    height: 3.125vw;
    left: 1.953125vw;
  }
  .single-works-slider [dir=rtl] .slick-prev {
    left: auto;
    right: 1.953125vw;
  }
  .single-works-slider .slick-prev:before {
    border-width: 1.46484375vw 3.90625vw 1.5625vw 0;
  }
  .single-works-slider .slick-next {
    width: 3.90625vw;
    height: 3.125vw;
    right: 1.953125vw;
  }
  .single-works-slider [dir=rtl] .slick-next {
    left: 1.953125vw;
    right: auto;
  }
  .single-works-slider .slick-next:before {
    border-width: 1.5625vw 0 1.5625vw 3.90625vw;
  }
  .single-works-slider-photo .single-works-slider-main .slick-slide img {
    height: 58vw;
  }
}
@media screen and (max-width: 640px) {
  .single-works-slider {
    margin: 0 0 7.8125vw;
  }
  .single-works-slider-photo .single-works-slider-main {
    width: 100%;
  }
  .single-works-slider-photo .single-works-slider-main i {
    width: 10.625vw;
    height: 10.625vw;
    bottom: 0;
    right: 0;
  }
  .single-works-slider-photo .single-works-slider-main i::before {
    width: 10.625vw;
    height: 10.625vw;
  }
  .single-works-slider-photo .single-works-slider-main .slick-slide figure {
    height: 93.125vw;
  }
  .detailsPhoto__thumb {
    overflow-x: auto;
    width: 100%;
    height: 22.1875vw;
    margin: 4.6875vw 0 0;
  }
  .detailsPhoto__thumb-inner {
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    height: 22.1875vw;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .single-works-popup figure {
    margin: 0 auto;
  }
  .panel-item {
    display: inline-block;
    width: 22.1875vw;
    height: 22.1875vw;
    margin-right: 0.5rem;
  }
  .panel-item:nth-of-type(2n) {
    margin-right: 0.5rem;
  }
  .single-works-popup p {
    font-size: 2.34375vw;
  }
  .mfp-close-btn-in .mfp-close {
    width: 12.03125vw;
    height: 12.03125vw;
    color: #ffffff;
    font-size: 7.8125vw;
    top: 0;
  }
  .single-works-slider .slick-prev {
    width: 6.25vw;
    height: 5vw;
    left: 3.125vw;
  }
  .single-works-slider [dir=rtl] .slick-prev {
    left: auto;
    right: 3.125vw;
  }
  .single-works-slider .slick-prev:before {
    border-width: 2.34375vw 6.25vw 2.5vw 0;
  }
  .single-works-slider .slick-next {
    width: 6.25vw;
    height: 5vw;
    right: 3.125vw;
  }
  .single-works-slider [dir=rtl] .slick-next {
    left: 3.125vw;
    right: auto;
  }
  .single-works-slider .slick-next:before {
    border-width: 2.5vw 0 2.5vw 6.25vw;
  }
  .single-works-slider-photo .slick-prev::before, .single-works-slider-photo .slick-next::before {
    width: 30.5px;
    height: 4px;
  }
}
.mfp-bg {
  overflow: hidden;
  background: #0b0b0b;
  z-index: 1042;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.mfp-wrap {
  z-index: 1043;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 !important;
  padding: 0 8px;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  z-index: 1045;
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  z-index: 1044;
  width: auto;
  color: #cccccc;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  margin-top: -0.8em;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: #ffffff;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  background: transparent;
  cursor: pointer;
  z-index: 1046;
  display: block;
  border: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  font-family: Arial, Baskerville, monospace;
  opacity: 0.65;
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: -44px;
  right: 0;
  padding: 0 0 18px 10px;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: -43px;
}

.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: 100%;
  color: #ffffff;
  text-align: right;
  right: -6px;
  padding-right: 6px;
}

.mfp-counter {
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}

.mfp-arrow {
  opacity: 0.65;
  width: 65px;
  height: 110px;
  position: absolute;
  top: 50%;
  padding: 0;
  margin: 0;
  margin-top: -55px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: medium inset transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: medium inset transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  opacity: 0.7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 5%;
}
.mfp-arrow-left:after {
  content: "";
  background-image: url(./img/prev-arrow-02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 61px;
  height: 8px;
  border: none;
  top: 0;
  left: 20px;
  margin-left: 0;
  transform: none;
}

.mfp-arrow-right {
  right: 5%;
}
.mfp-arrow-right:after {
  content: "";
  background-image: url(./img/next-arrow-02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 61px;
  height: 8px;
  border: none;
  top: 0;
  left: auto;
  right: 20px;
  transform: none;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  background: #444444;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 40px;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
}

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: auto;
    bottom: 0;
    box-sizing: border-box;
    padding: 3px 5px;
    margin: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.5s;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.plan {
  padding-bottom: 80px;
  overflow: hidden;
}
.plan .slick-dots {
  position: relative;
  margin-top: 30px;
}
.plan .slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0 10px;
}
.plan .slick-dots li button {
  all: unset;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #1A1A1A;
  cursor: pointer;
}
.plan .slick-dots li.slick-active button {
  background-color: #1A1A1A;
  display: block;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 1024px) {
  .plan {
    padding-bottom: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .plan .slick-dots {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .plan .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .plan .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .plan {
    padding: 0;
  }
}
.plan__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .plan__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .plan__container {
    padding: 0 4%;
  }
}
.plan__sub-ttl {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding-top: 120px;
  margin: 0 auto;
  position: relative;
  padding-left: 48px;
}
.plan__sub-ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #1A1A1A;
  bottom: 0;
  bottom: 11px;
}

@media screen and (max-width: 1024px) {
  .plan__sub-ttl {
    padding-top: 16%;
  }
}
@media screen and (max-width: 640px) {
  .plan__sub-ttl {
    right: auto;
    font-size: 1.4rem;
  }
}
.plan__ttl {
  padding-top: 8px;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #332F2B;
}

@media screen and (max-width: 1024px) {
  .plan__ttl {
    font-size: 2.6rem;
    padding-top: 1%;
  }
}
@media screen and (max-width: 640px) {
  .plan__ttl {
    font-size: 2rem;
  }
}
.plan__box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.plan__box--text {
  margin: 16px 0;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", serif;
  line-height: 2;
  text-align: center;
}
.plan__box--text .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .plan__box--text .sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .plan__box--text {
    margin: 2% 0;
    font-size: 1.2rem;
    text-align: left;
  }
}
.plan__box__img__icon {
  display: block;
  width: 30px;
  cursor: pointer;
}
.plan__box__img__icon img {
  width: 100%;
}
.plan__box__img__icon.icon01 {
  position: absolute;
  top: 190px;
  left: 354px;
}
.plan__box__img__icon.icon02 {
  position: absolute;
  top: 146px;
  left: 318px;
}
.plan__box__img__icon.icon03 {
  position: absolute;
  bottom: 280px;
  left: 350px;
}
.plan__box__img__icon.icon04 {
  position: absolute;
  top: 90px;
  left: 241px;
}
.plan__box__img__icon.icon05 {
  position: absolute;
  top: 197px;
  right: 188px;
}
.plan__box__img__icon.icon06 {
  position: absolute;
  top: 171px;
  right: 405px;
}
.plan__box__img__icon.icon07 {
  position: absolute;
  top: 241px;
  right: 290px;
}

@media screen and (max-width: 780px) {
  .plan__box__img__icon {
    width: 7vw;
    height: 7vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .plan__box__img__icon {
    width: 6vw;
    height: 6vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 1240px) {
  .plan__box__img__icon.icon01 {
    top: 15vw;
    left: 29vw;
    width: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .plan__box__img__icon.icon01 {
    top: 30vw;
    left: 51vw;
    width: 5vw;
  }
}
@media screen and (max-width: 1240px) {
  .plan__box__img__icon.icon02 {
    top: 11vw;
    left: 25vw;
    width: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .plan__box__img__icon.icon02 {
    top: 23vw;
    left: 45vw;
    width: 5vw;
  }
}
@media screen and (max-width: 1240px) {
  .plan__box__img__icon.icon03 {
    top: 3vw;
    left: 27vw;
    width: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .plan__box__img__icon.icon03 {
    top: 7vw;
    left: 51vw;
    width: 5vw;
  }
}
@media screen and (max-width: 1240px) {
  .plan__box__img__icon.icon04 {
    top: 6vw;
    left: 19vw;
    width: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .plan__box__img__icon.icon04 {
    top: 13vw;
    left: 34vw;
    width: 5vw;
  }
}
@media screen and (max-width: 1240px) {
  .plan__box__img__icon.icon05 {
    top: 14vw;
    right: 15vw;
    width: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .plan__box__img__icon.icon05 {
    top: 92vw;
    right: 24vw;
    width: 5vw;
  }
}
@media screen and (max-width: 1240px) {
  .plan__box__img__icon.icon06 {
    width: 3vw;
    top: 13vw;
    right: 32vw;
  }
}
@media screen and (max-width: 640px) {
  .plan__box__img__icon.icon06 {
    top: 90vw;
    right: 59vw;
    width: 5vw;
  }
}
@media screen and (max-width: 1240px) {
  .plan__box__img__icon.icon07 {
    width: 3vw;
    top: 19vw;
    right: 23vw;
  }
}
@media screen and (max-width: 640px) {
  .plan__box__img__icon.icon07 {
    top: 102vw;
    right: 41vw;
    width: 5vw;
  }
}
.plan__box__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media(max-width: 640px) {
  .plan__box__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.5);
  }
}

.plan__box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #1A1A1A;
  background-color: transparent;
  opacity: 1;
  margin: 10px;
}
.plan__box .swiper-pagination-bullet-active {
  background: #1A1A1A;
}
.plan__box .swiper-pagination-bullets {
  bottom: -35px;
}
.plan__box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .plan__box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px;
}
.plan__box .swiper-horizontal > .swiper-pagination-bullets, .plan__box .swiper-pagination-bullets.swiper-pagination-horizontal, .plan__box .swiper-pagination-custom, .plan__box .swiper-pagination-fraction {
  width: auto;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.plan__box .point__box .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
}

@media screen and (max-width: 1024px) {
  .plan__box .swiper-horizontal > .swiper-pagination-bullets, .plan__box .swiper-pagination-bullets.swiper-pagination-horizontal, .plan__box .swiper-pagination-custom, .plan__box .swiper-pagination-fraction {
    left: 2%;
  }
}
@media screen and (max-width: 640px) {
  .plan__box .point__box .swiper-pagination {
    width: calc(100% - 100px);
  }
}
.plan__wrapper {
  display: flex;
  gap: 20px;
  padding: 0 64px;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .plan__wrapper {
    padding: 0 6%;
    margin-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .plan__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.plan__diagram {
  width: 516px;
}
.plan__diagram img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .plan__diagram {
    width: 100%;
  }
}
.plan__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.plan__slider__wrap {
  width: 100%;
  padding: 32px 60px 16px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .plan__slider__wrap {
    padding: 3% 6%;
  }
}
@media screen and (max-width: 435px) {
  .plan__slider__wrap {
    padding: 3% 0;
  }
}
.plan__slider__list {
  display: flex !important;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  background-color: #F1F4F3;
}

@media screen and (max-width: 840px) {
  .plan__slider__list {
    flex-direction: column;
  }
}
.plan__slider__list__item {
  width: 50%;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .plan__slider__list__item {
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .plan__slider__list__item {
    width: 100%;
    padding: 0 2%;
  }
}
.plan__slider__list__item--inner {
  display: flex;
}

@media screen and (max-width: 640px) {
  .plan__slider__list__item--inner {
    justify-content: center;
    margin-top: 4%;
  }
}
.plan__slider__list__item--icon {
  width: 30px;
  margin-top: 5px;
}
.plan__slider__list__item--icon img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .plan__slider__list__item--icon {
    margin-top: 0;
    margin-right: 2%;
  }
}
@media screen and (max-width: 435px) {
  .plan__slider__list__item--icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.plan__slider__list__item--ttl {
  font-size: 2.4rem;
  margin-left: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .plan__slider__list__item--ttl .sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .plan__slider__list__item--ttl {
    font-size: 2rem;
    margin-left: 1%;
  }
}
@media screen and (max-width: 640px) {
  .plan__slider__list__item--ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 435px) {
  .plan__slider__list__item--ttl {
    padding-top: 4%;
  }
}
.plan__slider__list__item__txt {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", serif;
  line-height: 2;
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .plan__slider__list__item__txt {
    font-size: 1.4rem;
    margin-top: 2%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .plan__slider__list__item__txt {
    padding: 0 4%;
  }
}
.plan__slider__list__photo {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.plan__slider__list__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .plan__slider__list__photo {
    padding: 0;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 840px) {
  .plan__slider__list__photo {
    padding-top: 6%;
  }
}
@media screen and (max-width: 375px) {
  .plan__slider__list__photo {
    max-width: 307px;
  }
}
.plan__slider__btn .slick-prev-point {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: 0.4;
}
.plan__slider__btn .slick-prev-point:hover {
  opacity: 0.5;
}
.plan__slider__btn .slick-next-point {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: 0.4;
}
.plan__slider__btn .slick-next-point:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .plan__slider__btn .slick-prev-point {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .plan__slider__btn .slick-prev-point {
    top: 50%;
  }
  .plan__slider__btn .slick-prev-point svg {
    width: 8vw;
    height: 8vw;
    padding-left: 2%;
  }
}
@media screen and (max-width: 435px) {
  .plan__slider__btn .slick-prev-point {
    top: 60%;
  }
}
@media screen and (max-width: 375px) {
  .plan__slider__btn .slick-prev-point {
    top: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .plan__slider__btn .slick-next-point {
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .plan__slider__btn .slick-next-point {
    top: 50%;
  }
  .plan__slider__btn .slick-next-point svg {
    width: 8vw;
    height: 8vw;
    padding-right: 2%;
  }
}
@media screen and (max-width: 435px) {
  .plan__slider__btn .slick-next-point {
    top: 60%;
  }
}
@media screen and (max-width: 375px) {
  .plan__slider__btn .slick-next-point {
    top: 50%;
  }
}
.plan strong {
  font-weight: 500;
}

.plan__underline {
  margin-top: 38px;
}

.cta02 {
  background: url(./img/cta_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.cta02::after {
  content: "";
  display: block;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  background: #2D3630;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.cta02__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  height: auto;
  padding: 80px 0 80px 0;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 1024px) {
  .cta02__inner {
    padding: 8% 0;
  }
}
@media screen and (max-width: 640px) {
  .cta02__inner {
    padding: 4% 0;
  }
}
.cta02__inner--cnt__pc {
  display: block;
  width: 630px;
}

@media screen and (max-width: 640px) {
  .cta02__inner--cnt__pc {
    display: none;
  }
}
.cta02__inner--cnt__sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .cta02__inner--cnt__sp {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  .cta02__inner--cnt__sp {
    width: 40vw;
  }
}
.cta02__inner--cnt__txt {
  background-color: #FFF;
  padding: 4px;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .cta02__inner--cnt__txt {
    margin-top: 3%;
  }
}
@media screen and (max-width: 640px) {
  .cta02__inner--cnt__txt {
    max-width: 432px;
    margin-top: 6%;
  }
}
@media screen and (max-width: 500px) {
  .cta02__inner--cnt__txt {
    max-width: 84vw;
  }
}
.cta02__inner--cnt__txt--box {
  width: 100%;
  height: 149px;
  overflow-y: scroll;
  padding: 10px;
  margin: 1% 0;
}
.cta02__inner--cnt__txt--box::-webkit-scrollbar {
  width: 6px;
  padding-right: 10px;
}
.cta02__inner--cnt__txt--box::-webkit-scrollbar-thumb {
  background-color: #A5A5A5;
  border-radius: 10px;
  padding-right: 10px;
}
.cta02__inner--cnt__txt--box::-webkit-scrollbar-track {
  border-radius: 10px;
}

.cta02__inner--cnt h3 {
  font-size: 3.2rem;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  max-width: 590px;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.07em;
}
.cta02__inner--cnt span {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.5em;
  text-align: center;
}
.cta02__inner--cnt p {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
}
.cta02__inner--cnt a {
  background-color: #196A68;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  height: 80px;
  border-radius: 20px;
  position: relative;
  margin: 32px auto;
  transition: 0.4s;
}
.cta02__inner--cnt a:hover {
  opacity: 0.7;
  transform: scale(1.02);
}
.cta02__inner--cnt a span {
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
}
.cta02__inner--cnt a::after {
  content: "";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 41px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background-color: #fff;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .cta02__inner--cnt h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cta02__inner--cnt h3 {
    font-size: 2.2rem;
    padding-bottom: 2%;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 640px) {
  .cta02__inner--cnt p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 435px) {
  .cta02__inner--cnt p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cta02__inner--cnt a {
    height: 50px;
    margin: 4% 0;
  }
}
@media screen and (max-width: 1024px) {
  .cta02__inner--cnt a span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cta02__inner--cnt a span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .cta02__inner--cnt a::after {
    width: 20px;
  }
}
.consultation {
  padding: 160px 0;
}

@media screen and (max-width: 1024px) {
  .consultation {
    padding: 8% 0;
  }
}
.consultation__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .consultation__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .consultation__container {
    padding: 0 4%;
  }
}
.consultation__sub-ttl {

}
.consultation__sub-ttl::before {
}

@media screen and (max-width: 1024px) {
  .consultation__sub-ttl {
    font-size: 1.4rem;
  }
}
#page-common-hiraya .accordion .accordionToggleSummary {
  cursor: pointer;
}
#page-common-hiraya .accordion .accordionToggleSummary::-webkit-details-marker {
  display: none;
}
#page-common-hiraya .accordion .accordionToggleSummary:before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #43320A;
  position: absolute;
  right: 32px;
}
#page-common-hiraya .accordion .accordionToggleSummary:after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #43320A;
  position: absolute;
  right: 32px;
  transform: rotate(90deg);
}
#page-common-hiraya .accordion .accordionToggleHidden {
  display: grid;
  transition: 250ms grid-template-rows ease;
  grid-template-rows: 0fr;
}
#page-common-hiraya .accordion .accordionToggleHidden > * {
  overflow: hidden;
}
#page-common-hiraya .accordion .accordionToggle.accordionToggleOpen .accordionToggleHidden {
  grid-template-rows: 1fr;
}
#page-common-hiraya .accordion01:last-child {
  border-bottom: solid 1px #A5A5A5;
}
#page-common-hiraya .accordion01 .accordionToggle {
  position: relative;
  border-top: solid 1px #A5A5A5;
}
#page-common-hiraya .accordion01 .accordionToggle:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-common-hiraya .accordion01 .accordionToggle.accordionToggleOpen .accordionToggleSummary:after {
  display: none;
}
#page-common-hiraya .accordion01 .accordionToggle.accordionToggleOpen .accordionToggleHiddenBorder {
  border-top: 1px solid #bba181;
}
#page-common-hiraya .accordion01 .accordionToggleSummary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 32px;
  transition: 0.4s all;
  gap: 50px;
}
#page-common-hiraya .accordion01 .accordionToggleSummary__padding {
  padding: 46px 0;
}
#page-common-hiraya .accordion01 .accordionToggleSummary > span {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 24px;
  background: url(../images/qa/qa_q-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#page-common-hiraya .accordion01 .accordionToggleSummary > h3 {
  width: 100%;
  font-size: 2rem;
  letter-spacing: 0;
}
#page-common-hiraya .accordion01 .accordionToggleHidden.accordionToggleHiddenBorder {
  border: none;
}
#page-common-hiraya .accordion01 .accordionToggleHidden > div > span {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 24px;
  background: url(../images/qa/qa_a-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#page-common-hiraya .accordion01 .accordionToggleHiddenText {
  width: 100%;
}
#page-common-hiraya .accordion__inner--title--h4 {
  font-size: 2.4rem;
  width: 420px;
}
#page-common-hiraya .accordion__inner--title--p {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.6rem;
}
#page-common-hiraya .accordion01 .accordionToggleHidden > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 32px;
  gap: 50px;
}
#page-common-hiraya .accordionToggleHidden-content_l {
  width: 464px;
}
#page-common-hiraya .accordionToggleHidden-content_l > img {
  width: 100%;
}
#page-common-hiraya .accordionToggleHidden-content_l a {
  background-color: #B19D77;
  border: 2px solid #B19D77;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  height: 80px;
  border-radius: 15px;
  position: relative;
  margin: 32px auto;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  transition: 0.4s;
}
#page-common-hiraya .accordionToggleHidden-content_l a svg {
  position: absolute;
  right: 36px;
  transition: 0.4s;
}
@media(min-width: 1024px) {
  #page-common-hiraya .accordionToggleHidden-content_l a:hover {
    background: #FFF;
    transition: 0.4s;
  }
  #page-common-hiraya .accordionToggleHidden-content_l a:hover span {
    color: #B19D77;
    transition: 0.4s;
  }
  #page-common-hiraya .accordionToggleHidden-content_l a:hover svg path {
    stroke: #B19D77;
    transition: 0.4s;
  }
}

#page-common-hiraya .accordionToggleHidden-content_r {
  width: calc(100% - 400px);
}
#page-common-hiraya .accordionToggleHidden-content_r--box {
  background-color: #F2F1EE;
  padding: 24px;
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic New", serif;
}
#page-common-hiraya .accordionToggleHidden-content_r iframe {
  height: 340px;
  width: 100%;
  margin-bottom: 30px;
}
#page-common-hiraya .accordionToggleHidden-content_r p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 16px;
}
#page-common-hiraya .accordionToggleHidden-content_r p a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  #page-common-hiraya .accordion .accordionToggleSummary:before {
    top: 36px;
  }
}
@media only screen and (max-width: 640px) {
  #page-common-hiraya .accordion .accordionToggleSummary:after {
    top: 36px;
  }
}
@media only screen and (max-width: 640px) {
  #page-common-hiraya .accordion01 .accordionToggle:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #page-common-hiraya .accordion01 .accordionToggleSummary {
    display: block;
    padding: 3%;
  }
}
@media only screen and (max-width: 640px) {
  #page-common-hiraya .accordion01 .accordionToggleSummary__padding {
    padding: 36px 0;
  }
}
@media only screen and (max-width: 640px) {
  #page-common-hiraya .accordion01 .accordionToggleSummary > span {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #page-common-hiraya .accordion01 .accordionToggleSummary > h3 {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #page-common-hiraya .accordion01 .accordionToggleSummary > h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  #page-common-hiraya .accordion01 .accordionToggleHidden > div > span {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #page-common-hiraya .accordion01 .accordionToggleHiddenText {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 1024px) {
  #page-common-hiraya .accordion__inner--title--h4 {
    font-size: 2rem;
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #page-common-hiraya .accordion__inner--title--h4 {
    font-size: 1.8rem;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #page-common-hiraya .accordion__inner--title--p {
    font-size: 1.4rem;
    padding-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  #page-common-hiraya .accordion01 .accordionToggleHidden > div {
    flex-direction: column;
    gap: 0;
    padding: 0 3%;
  }
}
@media screen and (max-width: 640px) {
  #page-common-hiraya .accordionToggleHidden-content_l {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-common-hiraya .accordionToggleHidden-content_l a {
    flex-direction: column;
    margin: 6% 0;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page-common-hiraya .accordionToggleHidden-content_r {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #page-common-hiraya .accordionToggleHidden-content_r iframe {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  #page-common-hiraya .accordionToggleHidden-content_r p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  #page-common-hiraya .accordionToggleHidden-content_r p {
    margin-bottom: 3%;
  }
}
@keyframes stickAnimation {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  100% {
    transform: translateY(1200%) translateX(-50%);
  }
}
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
#form {
  /* padding-top: 15%;
  margin-top: -15%; */
  /* background-color: #F1F4F3; */
}

@media screen and (max-width: 435px) {
  #form {
    padding-top: 8%;
  }
}
.contact__form {
  max-width: 900px;
  margin: auto;
  /* width:90%; */
}
.contact__form ul.form-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}
.contact__form ul.form-tab button {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: calc(50% - 24px);
  font-size: 24px;
  padding: 30px 0;
  cursor: pointer !important;
}

.form-content {
  width: 100%;
}
.form-content > div {
  width: 100%;
}
.form-content > div > form {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0 0 1em 0;
}

form {
  max-width: 900px;
  margin: 0 auto;
}
form ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 40px;
  gap: 56px;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}
.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.item-notice p {
  font-size: 14px;
}

form ul li:last-of-type {
  width: 100%;
}
form ul .item-name {
  display: flex;
  align-items: center;
  /*   justify-content: flex-end; */
  /*   flex-direction: row-reverse; */
  gap: 20px;
  margin-bottom: 0px;
  width: 252px;
  justify-content: space-between;
  color: #323232;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.8px;
}
form ul .item-name span.item-req {
  color: #fff;
  background: #333;
  /*   border-radius: 21px; */
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}
form ul .item-name span.item-noreq {
  color: #fff;
  background: #B4B4B4;
  /*   border-radius: 21px; */
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}
form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}
form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}
form ul li:last-of-type input {
  width: 100%;
  display: block;
}
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}
form ul li:last-of-type input, form ul li:last-of-type textarea {
  background-color: #FFF;
  border: none;
  padding: 14px 10px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
}

.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border: none;
  margin: auto;
  /* border: 1px solid #216724; */
  position: relative;
  width: 400px;
}
@media(max-width: 640px) {
  .submit_btn {
    width: 80vw;
  }
}
.submit_btn:hover {
  /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

.section-form__check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 48px;
}
.section-form__check span {
  background: none;
}

form [type=submit] {
  background: #333;
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
}
form [type=submit]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  background-size: cover !important;
  background-position: center center !important;
}

.wpcf7-spinner {
  display: none !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}
li.item-form.itemform_add_search button {
  width: 120px;
  background: #216724;
  border: none;
  color: #fff;
}

.form-caption {
  margin-bottom: 120px;
}
.form-caption p {
  font-size: 16px;
  text-align: center;
}

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  background-color: #FFF;
  margin-bottom: 32px;
}
.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}
.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}
.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

@media screen and (max-width: 640px) {
  form ul {
    /* margin-bottom:32px; */
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
    gap: 0px;
  }
  form ul li:first-of-type, form ul li:last-of-type {
    width: 100%;
  }
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  .contact__form ul.form-tab::after {
    display: none;
  }
  .contact__form ul.form-tab button {
    width: calc(50% - 8px);
    font-size: 18px;
    padding: 16px 0;
  }
  form ul li:last-of-type input, form ul li:last-of-type textarea {
    padding: 16px;
    font-size: 14px;
  }
  form [type=submit] {
    font-size: 18px;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  .item-notice, li.item-form.itemform_add_search span {
    width: 100%;
  }
  .section-form__check {
    margin-bottom: 5%;
  }
}
.wpcf7-form-control {
  background-color: #fff;
  border: none;
  /*   padding: 8px; */
  padding: 14px 10px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}
.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

/* .form-caption p, form * {
  font-family: "Zen Kaku Gothic New";
} */
.wpcf7-not-valid-tip {
  /*   display: none !important; */
}

.contact__form .privacy-policy-scroll {
  background: #FFF;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.contact__form .privacy-policy-scroll p {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #2C2928;
}
.contact__form .privacy-policy-scroll p a {
  color: #5839FF;
}

.form__notice {
  font-size: 1.4rem;
  margin-top: 16px;
}

.privacy-policy-scroll {
  background: #FFF;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}
.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}
.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}
.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #FFF;
}
.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  background-color: #fff;
  opacity: 1;
}
.privacy-policy-scroll p {
  font-size: 1.4rem;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 1.2rem;
    margin-top: 2%;
  }
}
.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}
.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}
.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 80px;
  background: #333;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
}

span.wpcf7-form-control.wpcf7-radio {
  background: unset;
}

.privacy-box {
  background: #FFF;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
  border: 1px solid #333;
}
.privacy-box h3 {
  color: #111111;
  font-size: 1.6rem;
  line-height: 1.71;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}
.privacy-box p {
  color: #111111;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

@media (max-width: 1024px) {
  .privacy-box {
    padding: 2% 2% 3%;
  }
}
@media (max-width: 640px) {
  .privacy-box {
    padding: 4% 4% 5%;
  }
}
.section-form__check1, .section-form__check2, .section-form__check3 {
  padding: 24px;
  text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 1.4rem;
  color: #3A3A3A;
  line-height: 1;
}
span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  /* 枠線の色 */
  border-radius: 50%;
  /* 丸くする */
  background-color: #FFFFFF;
  /* 背景色 */
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  /* Safari対応 */
  outline: none;
  /* フォーカス時の枠線を消す */
  cursor: pointer;
  /* ポインタを変更 */
}
.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  background-color: #000000 !important;
  /* チェック時の背景色 */
  box-shadow: inset 0 0 0 4px #FFFFFF;
  /* 中央に白い丸を作る */
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
}

/* チェック時のスタイル */
.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.section-form__check1 .wpcf7-list-item, .section-form__check2 .wpcf7-list-item, .section-form__check3 .wpcf7-list-item {
  justify-content: center;
}


.fv__float-sp.hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.fv__float-sp.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */

/* add 20241228 */
#popup-madori01,
#popup-madori02 {
  text-align: center;
}
#popup-madori01 img,
#popup-madori02 img {
  max-width: 100%;
  padding: 0 4%;
}

.plan__diagram a {
  display: block;
  position: relative;
}
.plan__diagram a i {
  content: "";
  width: 68px;
  height: 68px;
  border-radius: 100px;
  position: relative;
  bottom: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
}
.plan__diagram a i::before {
    content: "";
    background: url(./img/popup.svg) no-repeat center center / contain;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
@media(max-width: 1240px) {
  .plan__diagram a i {
    width: 6.4516129032vw;
    height: 6.4516129032vw;
  }
  .plan__diagram a i::before {
    width: 6.4516129032vw;
    height: 6.4516129032vw;
  }
}
@media(max-width: 1024px) {
  .plan__diagram a i {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .plan__diagram a i::before {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
@media(max-width: 640px) {
  .plan__diagram a i {
    width: 10.625vw;
    height: 10.625vw;
    bottom: 0;
    right: 0;
  }
  .plan__diagram a i::before {
    width: 10.625vw;
    height: 10.625vw;
  }
}

/* add 250108 header */
.header.is-scrolled .ham-menu--left {
  color: #727171;
}
.header.is-scrolled .ham-menu span:nth-child(1) {
  background: #727171;
}
.header.is-scrolled .ham-menu span:nth-child(2) {
  background: #727171;
}
.header.is-scrolled .ham-menu span:nth-child(3) {
  background: #727171;
}
.header.active .ham-menu--left {
  color: #727171;
}
.header.active .ham-menu.active span:nth-child(1) {
  background: #727171;
}
.header.active .ham-menu.active span:nth-child(2) {
  background: #727171;
}
.header.active .ham-menu.active span:nth-child(3) {
  background: #727171;
}

/* add 250117 */

/* common */
.common__ttl-container {
  text-align: center;
}
@media(max-width: 1024px) {
  .common__ttl-container {
    padding: 0 2%;
  }
}
.common__sub-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #B11819;
  margin-bottom: 16px;
  font-family: "Noto Serif JP";
}
@media(max-width: 1024px) {
  .common__sub-ttl {
    font-size: 2rem;
  }
}
@media(max-width: 640px) {
  .common__sub-ttl {
    font-size: 1.6rem;
  }
}
.common__ttl {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.6px;
  text-transform: capitalize;
}
@media(max-width: 1024px) {
  .common__ttl {
    font-size: 2.6rem;
  }
}
@media(max-width: 640px) {
  .common__ttl {
    font-size: 2rem;
  }
}
/* point */
.point {
  padding-top: 160px;
}
@media(max-width: 1024px) {
  .point {
    padding-top: 8%;
  }
}
.point__container {

}
.point .point__cnt {
  margin-bottom: 160px;
  position: relative;
}
@media(max-width: 1024px) {
  .point .point__cnt {
    margin-bottom: 8%;
  }
}
.point__cnt-image {
  display: flex;
  gap: 16px;
}
@media(max-width: 640px) {
  .point__cnt-image {
    flex-direction: column;
  }
}
.point__cnt-image img {
  width: 50%;
}
@media(max-width: 640px) {
  .point__cnt-image img {
    width: 100%;
  }
}
.point__cnt-text {
  max-width: 1200px;
  background: rgba(255,255,255,0.9);
  padding: 100px 96px 66px;
  margin: -100px auto 0;
  position: relative;
}
@media(max-width: 1024px) {
  .point__cnt-text {
    max-width: 90vw;
    width: 100%;
    padding: 4%;
  }
}
@media(max-width: 640px) {
  .point__cnt-text {
    margin: -110vw auto 0;
    /* position: absolute;
    top: 4vw;
    left: 50%;
    transform: translateX(-50%); */
  }
}
.point__cnt-text h3 {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: 1.6px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #333;
  margin-bottom: 56px;
}
@media(max-width: 1024px) {
  .point__cnt-text h3 {
    font-size: 2.6rem;
    margin-bottom: 6%;
  }
}
@media(max-width: 640px) {
  .point__cnt-text h3 {
    font-size: 2rem;
  }
}
.point__cnt-text h3 span {
  background: #333333;
  color: #FFF;
  display: flex;
  width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 5.6rem;
  font-family: "Noto Serif JP";
}
@media(max-width: 640px) {
  .point__cnt-text h3 span {
    font-size: 4rem;
    width: 20vw;
    height: 20vw;
  }
}
.point__cnt-text h3 div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.point__cnt-text h3 small {
  color: #B11819;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: left;
}
@media(max-width: 1024px) {
  .point__cnt-text h3 small {
    font-size: 1.4rem;
  }
}
.point__cnt-text h4 {
  margin-bottom: 40px;
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
@media(max-width: 1024px) {
  .point__cnt-text h4 {
    font-size: 2rem;
    margin-bottom: 4%;
  }
}
@media(max-width: 640px) {
  .point__cnt-text h4 {
    font-size: 1.8rem;
  }
}
.point__cnt-text p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
@media(max-width: 1024px) {
  .point__cnt-text p {
    font-size: 1.4rem;
  }
}

/* 250118 CTA */
.cta {
  background: url(./img/cta_img01.jpg);
  background-size: cover;
  background-position: center;
}
.cta .cta__inner {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(max-width: 1024px) {
  .cta .cta__inner {
    padding: 8% 2%;
  }
}
.cta .cta__inner h2 {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  text-align: center;
}
@media(max-width: 1024px) {
  .cta .cta__inner h2 {
    font-size: 2.6rem;
    padding: 0 2%;
  }
}
@media(max-width: 640px) {
  .cta .cta__inner h2 {
    font-size: 2rem;
  }
}
.cta .cta__inner h2::after {
  content: '';
  display: block;
  background: #FFF;
  width: 800px;
  height: 1px;
  margin-top: 16px;
}
@media(max-width: 1024px) {
  .cta .cta__inner h2::after {
    width: 80vw;
  }
}
.cta .cta__inner img {
  padding: 32px 0;
}
@media(max-width: 1024px) {
  .cta .cta__inner img {
    padding: 6% 0;
  }
}
@media(max-width: 640px) {
  .cta .cta__inner img {
    width: 50vw;
  }
}
.cta .cta__inner a {
  width: 569px;
  height: 80px;
  flex-shrink: 0;
  display: block;
  border-radius: 15px;
  background: #B11819;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 640px) {
  .cta .cta__inner a {
    width: 327px;
    height: 72px;
  }
}
.cta .cta__inner a span {
  display: block;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
}
@media(max-width: 1024px) {
  .cta .cta__inner a span {
    font-size: 2rem;
  }
}
@media(max-width: 640px) {
  .cta .cta__inner a span {
    font-size: 1.8rem;
  }
}
.cta .cta__inner a svg {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width: 640px) {
  .cta .cta__inner a svg {
    right: 2vw;
  }
}

/* 250118 merit */
.tab__txt {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 1.6px;
  text-transform: capitalize;
}

/* 250119 consultation */
.consultation-text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
  padding: 40px 0 56px;
}
@media(max-width: 1024px) {
  .consultation-text {
    padding: 2% 0 4%;
    font-size: 1.4rem;
  }
}
.consultation__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
@media(max-width: 640px) {
  .consultation__cnt {
    /* gap: 0; */

  }
}
.consultation__cnt-box {
  width: 588px;
  border: 1px solid #333333;
  position: relative;
}
@media(max-width: 1240px) {
  .consultation__cnt-box {
    width: 48%;
  }
}
@media(max-width: 640px) {
  .consultation__cnt-box {
    width: 100%;
  }
}
.consultation__cnt-box .consultation__cnt-top {
  display: flex;
  gap: 24px;
  padding: 24px;
}
@media(max-width: 1024px) {
  .consultation__cnt-box .consultation__cnt-top { 
    gap: 8px;
  }
}
@media(max-width: 1024px) {
  .consultation__cnt-box .consultation__cnt-top {
    flex-direction: column;
    padding: 4%;
  }
}
.consultation__cnt-box .consultation__cnt-top-image img {
  width: 220px;
  height: 220px;
}
@media(max-width: 1100px) {
  .consultation__cnt-box .consultation__cnt-top-image img {
    width: 18vw;
    height: 18vw;
  }
}
@media(max-width: 1024px) {
  .consultation__cnt-box .consultation__cnt-top-image img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }
}
.consultation__cnt-top-text h3 {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
@media(max-width: 1024px) {
  .consultation__cnt-top-text h3 {
    font-size: 2rem;
  }
}
@media(max-width: 640px) {
  .consultation__cnt-top-text h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.consultation__cnt-top-text ul li {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.4px;
  display: flex;
  gap: 8px;
}
@media(max-width: 640px) {
  .consultation__cnt-top-text ul li {
    font-size: 1.2rem;
  }
}
.consultation__cnt-top-text ul li::before {
  content: '・';
  display: block;
}
.consultation__cnt-bottom {
  background: #333;
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: flex-start;
}
@media(max-width: 1024px) {
  .consultation__cnt-bottom {
    padding: 4%;
  }
}
@media(max-width: 640px) {
  .consultation__cnt-bottom {
    height: auto;
  }
}
.consultation__cnt-bottom h4 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  border-bottom: 1px solid #FFF;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media(max-width: 1024px) {
  .consultation__cnt-bottom h4 {
    font-size: 2rem;
  }
}
@media(max-width: 640px) {
  .consultation__cnt-bottom h4 {
    font-size: 1.6rem;
    margin-bottom: 2%;
    padding-bottom: 2%;
    line-height: 1.5;
  }
}
.consultation__cnt-bottom p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
@media(max-width: 1024px) {
  .consultation__cnt-bottom p {
    font-size: 1.4rem;
  }
}
@media(max-width: 640px) {
  .consultation__cnt-bottom p {
    font-size: 1.2rem;
  }
}

/* 250119 access */
.access {

}
.access__inner {

}
.access__inner iframe {
  width: 100%;
  padding-top: 56px;
}
@media(max-width: 1024px) {
  .access__inner iframe {
    padding-top: 4%;
  }
}
@media(max-width: 640px) {
  .access__inner iframe {
    height: 60vw;
  }
}
.access__inner ul {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 32px 0 0;
}
@media(max-width: 1024px) {
  .access__inner ul {
    flex-direction: column;
    padding: 4% 4% 0;
    gap: 16px;
  }
}
.access__inner ul li {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media(max-width: 1024px) {
  .access__inner ul li {
    font-size: 1.4rem;
  }
}
.access__inner ul li span {
  width: 85px;
  background: #333;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
@media(max-width: 1024px) {
  .access__inner ul li span {
    font-size: 1.4rem;
  }
}

/* 250119 cta */
.gift-scroll {
  width: 500px;
  height: 104px;
  flex-shrink: 0;
  margin-top: 32px;
  border: 1px solid #FFF;
  overflow-y: scroll;
}
@media(max-width: 1024px) {
  .gift-scroll {
    margin-top : 3%;
    padding: 0 2%;
  }
}
@media(max-width: 640px) {
  .gift-scroll {
    width: 100%;
  }
}
.gift-scroll p {
  padding: 16px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.2px;
}

/* 250119 form */
.form {
  background: none;
}
.form-explain {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
  text-align: center;
  padding-bottom: 24px;
  margin-top: 40px;
}
@media(max-width: 1024px) {
  .form-explain {
    margin-top: 4%;
    padding-bottom: 3%;
  }
}
@media(max-width: 640px) {
  .form-explain {
    text-align: left;
    font-size: 1.4rem;
  }
}
.form-explain_notice {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.2px;
  border: 1px solid #333;
  padding: 24px;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media(max-width: 1024px) {
  .form-explain_notice {
    padding: 4%;
  }
}

/* 250120 */
.info {
  padding: 160px 0;
}
@media(max-width: 1024px) {
  .info {
    padding: 8% 0;
  }
}
.info .info__inner {

}
.info .info__inner ul {

}
.info .info__inner ul li {
  display: flex;
  gap: 67px;
  padding: 24px 120px;
  border-top: 1px solid #333;
}
@media(max-width: 1024px) {
  .info .info__inner ul li {
    padding: 2% 8%;
  }
}
@media(max-width: 640px) {
  .info .info__inner ul li {
    gap: 8px;
  }
}
.info .info__inner ul li:last-of-type {
  border-bottom: 1px solid #333;
}
.info .info__inner ul li h4 {
  width: 110px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
@media(max-width: 640px) {
  .info .info__inner ul li h4 {
    font-size: 1.4rem;
  }
}
.info .info__inner ul li p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
@media(max-width: 640px) {
  .info .info__inner ul li p {
    font-size: 1.4rem;
  }
}
.info-toggle-btn {
  width: 569px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid #333;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px auto 0;
}
@media(max-width: 1024px) {
  .info-toggle-btn {
    margin-top: 4%;
  }
}
@media(max-width: 640px) {
  .info-toggle-btn {
    width: 80vw;
    height: 12vw;
  }
}
.info-toggle-btn span {
  display: block;
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
}
@media(max-width: 1024px) {
  .info-toggle-btn span {
    font-size: 2rem;
  }
}
@media(max-width: 640px) {
  .info-toggle-btn span {
    font-size: 1.8rem;
  }
}
.info-list {
  display: none; /* 初期状態で非表示 */
  padding: 56px 0;
}
@media(max-width: 1024px) {
  .info-list {
    padding: 4% 0;
  }
}

.info-toggle-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.arrow-icon {
  transform: rotate(180deg); /* 180度回転 */
  transition: transform 0.3s ease; /* 回転をスムーズにする */
}

.arrow-icon.rotated {
  transform: rotate(0deg); /* 180度回転 */
}


/* common */
.common-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media(max-width: 1024px) {
  .common-inner {
    padding: 0 2%;
  }
}
@media(max-width: 640px) {
  .common-inner {
    padding: 0 4%;
  }
}

/* 250121 footer */
.footer-info {
  margin-top: 20px;
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.4px;
}
@media(max-width: 1024px) {
  .footer-info {
    margin-top: 2%;
  }
}
.footer-info li {
}

/* 250121 company */
.company {
  /* background: #FFF; */
  padding: 160px 0;
}
@media(max-width: 1024px) {
  .company {
    padding: 8% 0;
  }
}
/* コンテンツはデフォルトで非表示 */
.company-tab-cnt-box {
  display: none;
}

.company-tab-btn.top {
  padding-top: 56px;
}
@media(max-width: 1024px) {
  .company-tab-btn.top {
    padding-top: 4%;
  }
}

.company-tab-btn ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media(max-width: 640px) {
  .company-tab-btn ul {
    gap: 1vw;
  }
}
.company-tab-btn ul li {
  max-width: 270px;
  width: 100%;
  height: 184px;
  display: flex;
  flex-direction: column;
  border: 1px solid #333;
  background: #FFF;
  justify-content: center;
  position: relative;
}
@media(max-width: 640px) {
  .company-tab-btn ul li {
    width: 33%;
    height: 32vw;
    padding: 8px 0;
  }
}
/* アクティブなボタンのスタイル (デザイン調整用) */
.company-tab-btn li.is-active {
  background: #333;
  color: #FFF;
}
.tab-btn-num {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.tab-btn-en {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 1.6px;
  text-transform: capitalize;
}
@media(max-width: 640px) {
  .tab-btn-en {
    font-size: 1rem;
  }
}
.tab-btn-ja {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 1.6px;
  text-transform: capitalize;
}
.company-tab-btn li .tab-btn-line {
  display: block;
  width: 1px;
  height: 30px;
  margin-top: 8px;
}
@media(max-width: 640px) {
  .company-tab-btn li .tab-btn-line { 
    height: 3vw;
  }
}
.company-tab-btn li .tab-btn-line::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #333;
  position: absolute;
  left: 50%;
}
@media(max-width: 640px) {
  .company-tab-btn li .tab-btn-line::after {
    height: 3vw;
  }
}
.company-tab-btn li.is-active .tab-btn-line::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #FFF;
  position: absolute;
  left: 50%;
}
@media(max-width: 640px) {
  .company-tab-btn li.is-active .tab-btn-line::after {
    height: 3vw;
  }
}

@media(max-width: 640px) {
  .tab-btn-ja {
    font-size: 1.4rem;
  }
}

.company-tab-cnt {
  padding: 100px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: -1px 0 -1px;
}
@media(max-width: 1024px) {
  .company-tab-cnt {
    padding: 10% 0;
  }
}

.company-top_title {
  max-width: 410px;
  width: 100%;
}
@media(max-width: 1024px) {
  .company-top_title {
    max-width: 48vw;
  }
}
@media(max-width: 640px) {
  .company-top_title {
    max-width: 100%;
  }
}
.company-top_title img {
  width: 100%;
}
@media(max-width: 640px) {
  .company-top_title img {
    height: 50vw;
    object-fit: cover;
  }
}
.company-tab-cnt h3 {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media(max-width: 1024px) {
  .company-tab-cnt h3 {
    font-size: 2.4rem;
    margin-bottom: 4%;
  } 
}
@media(max-width: 640px) {
  .company-tab-cnt h3 {
    font-size: 2rem;
    margin-bottom: 4%;
  } 
}
.company-tab-cnt h3 span {
  background: #333333;
  color: #FFF;
  display: flex;
  width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 5.6rem;
  font-family: "Noto Serif JP";
}
@media(max-width: 640px) {
  .company-tab-cnt h3 span {
    font-size: 4rem;
    width: 20vw;
    height: 20vw;
  }
}
.company-tab-cnt h3 small {
  color: #B11819;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: left;
}
.company-tab-cnt h3 div {
  display: flex;
  flex-direction: column;
}

.company-top {
  display: flex;
  justify-content: space-between;
}
@media(max-width: 640px) {
  .company-top {
    flex-direction: column;
  }
}
.company-top_image {
  width: calc(100% - 450px);
  height: auto; /* 高さは親要素に依存 */
  display: flex; /* 必要に応じて画像をセンタリング */
  align-items: center;
  justify-content: center;
  overflow: hidden; /* はみ出し防止 */
}
@media(max-width: 1024px) {
  .company-top_image {
    width: calc(100% - 50vw);
  }
}
@media(max-width: 640px) {
  .company-top_image {
    width: 100%;
    margin-top: 2%;
  }
}

.company-top_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* アスペクト比を保ちながらトリミング */
  display: block; /* 必須：画像の隙間をなくす */
}
@media(max-width: 1024px) {
  .company-top_image img {
    object-fit: contain;
  }
}
@media(max-width: 640px) {
  .company-top_image img {
    height: 50vw;
    object-fit: cover;
  }
}

.company-bottom {
  margin-top: 56px;
}
@media(max-width: 1024px) {
  .company-bottom {
    margin-top: 4%;
  }
}
.company-bottom h3 {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  max-width: 600px;
  width: 100%;
}
@media(max-width: 1024px) {
  .company-bottom h3 {
    font-size: 1.8rem;
    max-width: 55vw;
  }
}
@media(max-width: 768px) {
  .company-bottom h3 {
    max-width: 100%;
  }
}
@media(max-width: 640px) {
  .company-bottom h3 {
    font-size: 1.8rem;
  }
}
.company-bottom_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media(max-width: 768px) {
  .company-bottom_inner {
    flex-direction: column;
  }
}
.company-bottom_inner.align-center {
  align-items: center;
}
.company-bottom_title {
  max-width: 600px;
  width: 100%;
}
@media(max-width: 1024px) {
  .company-bottom_title {
    max-width: 55vw;
  }
}
@media(max-width: 768px) {
  .company-bottom_title {
    max-width: 100%;
  }
}
.company-bottom_title p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 1.6px;
}
@media(max-width: 1024px) {
  .company-bottom_title p {
    font-size: 1.4rem;
  }
}
.company-bottom_title img {
  width: 100%;
  margin-top: 88px;
}
@media(max-width: 1024px) {
  .company-bottom_title img {
    margin-top: 8%;
  }
}
@media(max-width: 768px) {
  .company-bottom_title img {
    height: 50vw;
    object-fit: cover;
  }
}
.company-bottom_image {
  width: calc(100% - 640px);
}
@media(max-width: 1024px) {
  .company-bottom_image {
    width: calc(100% - 57vw);
  } 
}
@media(max-width: 768px) {
  .company-bottom_image {
    width: 100%;
    margin-top: 2%;
  }
}
.company-bottom_image img {
  width: 100%;
}
@media(max-width: 768px) {
  .company-bottom_image img {
    height: 50vw;
    object-fit: cover;
  }
}

/* 250121 form */
.form__box a {
  max-width: 588px;
  width: 100%;
}

/* 250121 about */
.about__bg01 {
  position: absolute;
  top: 0;
  left: 0;
}
@media(max-width: 640px) {
  .about__bg01 {
    top: 10vw;
  }
  .about__bg01 img {
    width: 70vw;
  }
}
.about__bg02 {
  position: absolute;
  right: 14vw;
  top: 2vw;
}
@media(max-width: 640px) {
  .about__bg02 {
    top: 20vw;
    right: 0;
}
  .about__bg02 img {
    width: 15vw;
  }
}
.about__bg03 {
  position: absolute;
  bottom: 0;
  left: 10vw;
}
@media(max-width: 640px) {
  .about__bg03 {
    bottom: 10vw;
    left: 0;
}
  .about__bg03 img {
    width: 60vw;
  }
}
.about__bg04 {
  position: absolute;
  bottom: 10vw;
  right: 0;
}
@media(max-width: 640px) {
  .about__bg04 {
    bottom: 20vw;
    right: 0;
}
  .about__bg04 img {
    width: 40vw;
  }
}

/* 250121 hover */
@media(min-width: 1024px) {
  a.hover-btn {
    transition: 0.3s;
  }
  a.hover-btn span {
    transition: 0.3s;
  }
  a.hover-btn svg {
    transition: 0.3s;
  }
  a.hover-btn:hover {
    background: #FFF;
    transition: 0.3s;
  }
  a.hover-btn:hover span {
    color: #B11819;
    transition: 0.3s;
  }
  a.hover-btn:hover svg path {
    fill: #B11819;
    transition: 0.3s;
  }
}

/* point */
h2.point__ttl {
  padding-bottom: 56px;
}
@media(max-width: 1024px) {
  h2.point__ttl {
    padding-bottom: 4%;
  }
}

/* 250121 br */
.d-640 {
  display: none;
}
@media(max-width: 640px) {
  .d-640 {
    display: block;
  }
}
.d-1024 {
  display: block;
}
@media(max-width: 1024px) {
  .d-1024 {
    display: none;
  }
}
.pc-only {
  display: block;
}
@media(max-width: 640px) {
  .pc-only {
    display: none;
  }
}


/* 250122 consultation */
.consultation__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 61px;
  display: block;
  background: #333;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.6px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 1024px) {
  .consultatin__num {
    font-size: 2.4rem;
  }
}
@media(max-width: 640px) {
  .consultation__num {
    font-size: 2rem;
  }
}

/* 250124 br */
.d-1024 {
  display: block;
}
@media(max-width: 1024px) {
  .d-1024 {
    display: none;
  }
}
.d-640 {
  display: none;
}
@media(max-width: 640px) {
  .d-640 {
    display: block;
  }
}

/*CTA　追加　250520*/
.add-contact {
	display: none;
}
@media (max-width: 640px) {
  .add-contact {
/* 	  display: block; */
    padding: calc(min(33px,(334/3.75*1vw))) calc(min(24px,(24/3.75*1vw)));
	  background: #B11819;
  }
	.add-contact__ttl {
		margin-bottom: calc(min(16px,(16/3.75*1vw)));
	}
	.add-contact__ttl img {
		width: 100%;
	}
}

@media(max-width: 640px) {
	.add-contact__btn {
  position: relative;
		margin: 0 auto calc(min(8px,(8/3.75*1vw))); 
	  width; 100%;
    max-width: 327px;
	}
  .add-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
	  width; 100%;
    height: 72px;
  background: #fff;
  border-radius: 15px;
  }
}
.add-contact a span {
  display: block;
  color: #B11819;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
}

 .add-contact a span {
    font-size: 1.8rem;
  }
  .add-contact a svg {
  position: absolute;
  top: 50%;
    right: 2vw;
  transform: translateY(-50%);
  }


.add-contact__time {
  display: block;
	text-align: center;
}
.add-contact__time-st {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 2.4px;
  font-family: "Noto Serif JP";
}
}