@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@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=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&display=swap");
#page-main {
  overflow: hidden;
}

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

html {
  font-size: 10px;
  scroll-behavior: smooth;
  font-family: "Noto Serif JP";
  color: #332F2B;
}

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

.header {
  width: 100%;
  z-index: 999;
  position: fixed;
}
.header.is-scrolled {
  top: 0;
}
.header.is-scrolled .header__container {
  background: #fff;
  opacity: 0.9;
}

.header__container {
  padding: 26px 86px 26px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

@media screen and (max-width: 640px) {
  .header__container--logo {
    width: 96px;
  }
}
.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 {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

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

.header.active {
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.header.active .header__nav-sp {
  display: block;
  background-color: #000;
  opacity: 0.85;
  transform: translateX(0);
}
.header.active .header__nav-sp__list {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.header__list {
  display: flex;
}

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

@media screen and (max-width: 1024px) {
  .header__list__item {
    padding-left: 0;
  }
}
.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: #fff;
}
.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: #fff;
}
.header .ham-menu span {
  display: inline-block;
  position: absolute;
  height: 1px;
  background: #3B3B3B;
  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 {
    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 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 640px) {
  .fv {
    height: 80vh;
  }
}
.fv__img01 {
  width: 1000px;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 998;
}
.fv__img01 img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1300px) {
  .fv__img01 {
    width: 80vw;
  }
}
@media screen and (max-height: 800px) {
  .fv__img01 {
    top: 15%;
    width: 68vw;
  }
}
@media screen and (max-width: 1024px) {
  .fv__img01 {
    bottom: 12%;
    top: auto;
  }
}
@media screen and (max-width: 640px) {
  .fv__img01 {
    width: 85vw;
  }
}
.fv__img02 {
  width: 117%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fv__img02 img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .fv__img02 {
    display: none;
  }
}
.fv__img02-sp {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none;
}
.fv__img02-sp img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .fv__img02-sp {
    display: block;
    bottom: -6%;
  }
}
.fv__container {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 998;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .fv__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .fv__container {
    padding: 0 4%;
    top: 57%;
  }
}
.fv__title {
  color: #3B3B3B;
  font-size: 4rem;
  position: absolute;
  bottom: 17%;
  letter-spacing: 0.06em;
}
.fv__title span {
  font-size: 1.8rem;
  padding-right: 10px;
  display: inline-block;
  line-height: 1.5;
}
.fv__title span .sp {
  display: block;
}

@media screen and (max-width: 1300px) {
  .fv__title {
    font-size: 4vw;
  }
}
@media screen and (max-height: 800px) {
  .fv__title {
    bottom: 20%;
    font-size: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .fv__title {
    white-space: nowrap;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
  }
  .fv__title span {
    display: block !important;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .fv__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .fv__title span {
    padding-bottom: 2%;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .fv__title span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .fv__title span .sp {
    display: none;
  }
}
.fv__eg {
  font-family: "Bitter", serif;
  position: absolute;
  bottom: 2%;
  font-size: 10rem;
  color: #FFFFFF;
  opacity: 0.7;
  letter-spacing: 1.6px;
  z-index: 998;
}
.fv__eg .sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .fv__eg {
    font-size: 8vw;
  }
}
@media screen and (max-width: 1024px) {
  .fv__eg {
    left: 0;
    opacity: 1;
  }
  .fv__eg .sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .fv__eg {
    font-size: 11vw;
    z-index: 998;
    bottom: 14%;
  }
}
.fv__txt {
  color: #3B3B3B;
  font-size: 3.2rem;
  display: block;
  letter-spacing: 0.4em;
  line-height: 1.5em;
  position: relative;
  writing-mode: vertical-rl;
  top: 15%;
  padding-left: 20px;
}
.fv__txt .sp {
  display: none;
}

@media screen and (max-height: 800px) {
  .fv__txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .fv__txt {
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.6rem;
    padding-left: 0;
  }
  .fv__txt .sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .fv__txt {
    font-size: 4vw;
  }
}
.fv__float {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding-right: 32px;
  padding-bottom: 35px;
}

.fv__float--box {
  width: 466px;
  position: relative;
}

.fv__float--box__btn {
  display: block;
  width: 260px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  padding: 10px 0;
  text-align: center;
  border-radius: 120px;
  font-size: 1.6rem;
  color: #3B3B3B;
  margin-top: 15px;
  margin-left: -25px;
  transition: 0.4s;
  bottom: 13%;
  left: 50%;
  transform: translateX(-42%);
}
.fv__float--box__btn:hover {
  background-color: #3B3B3B;
  color: #fff;
}
.fv__float--box__btn:hover span::after {
  background: url(../img/model01/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.fv__float--box__btn span::after {
  content: "";
  background: url(../img/model01/arrow-right-black.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  top: 57%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1300px) {
  .fv__float--box__btn {
    width: 21vw;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .fv__float--box__btn {
    width: 21vw;
    font-size: 1.2vw;
    transform: translateX(-39%);
  }
}
@media screen and (max-width: 765px) {
  .fv__float--box__btn {
    padding: 2% 0;
    transform: translateX(-36%);
  }
}
@media screen and (max-width: 1024px) {
  .fv__float--box__btn span::after {
    width: 1.2vw;
    height: 1.2vw;
  }
}
@media screen and (max-width: 1300px) {
  .fv__float--box {
    width: 40vw;
  }
}
@media screen and (max-width: 640px) {
  .fv__float--box {
    display: none;
  }
}
.fv__float--box__cancel {
  cursor: pointer;
  position: absolute;
  width: 26px;
  height: 26px;
  right: 7px;
  top: -20px;
}
.fv__float--box__cancel img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .fv__float--box__cancel {
    width: 20px;
    height: 20px;
    top: -15px;
  }
}
@media screen and (max-width: 640px) {
  .fv__float--box__cancel {
    display: none;
  }
}
.fv__float--box img {
  width: 100%;
  display: block;
}

.fv__float-sp {
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .fv__float-sp {
    display: block;
  }
}
.fv__float-sp__box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.fv__float-sp__box__cta01 {
  width: 32%;
}
.fv__float-sp__box__cta01 img {
  width: 100%;
  display: block;
}

.fv__float-sp__box__cta02 {
  width: 66%;
  display: block;
}
.fv__float-sp__box__cta02 img {
  width: 100%;
  display: block;
}

.three_area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  top: 0;
}

canvas {
  display: block;
  width: 100%;
  height: 100vh;
}

.about__container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.about__container::before {
  content: "About";
  font-family: "Bitter", serif;
  position: absolute;
  top: 0;
  left: 2%;
  font-size: 35rem;
  font-weight: 600;
  color: #F6F6F6;
  z-index: -1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1024px) {
  .about__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .about__container {
    padding: 0 4%;
  }
}
@media screen and (max-width: 1024px) {
  .about__container::before {
    font-size: 30vw;
  }
}
@media screen and (max-width: 640px) {
  .about__container::before {
    display: none;
  }
}
.about__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;
  right: 15px;
  top: 100px;
}
.about__sub-ttl::before {
  content: "";
  background-color: #E01515;
  width: 1px;
  height: 60px;
  position: absolute;
  top: -30px;
  right: 10px;
}

@media screen and (max-width: 640px) {
  .about__sub-ttl {
    right: auto;
    left: 2%;
    font-size: 1.4rem;
    top: 84px;
  }
}
@media screen and (max-width: 435px) {
  .about__sub-ttl {
    top: 77px;
  }
}
.about__ttl {
  letter-spacing: 0.08em;
  padding-top: 124px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #332F2B;
}
.about__ttl .sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .about__ttl {
    font-size: 2rem;
    padding-top: 12%;
  }
}
@media screen and (max-width: 640px) {
  .about__ttl {
    font-size: 1.6rem;
    padding-left: 8%;
  }
}
@media screen and (max-width: 640px) {
  .about__ttl .sp {
    display: block;
  }
}
.about__txt {
  padding-top: 32px;
  font-size: 1.6rem;
  line-height: 2;
  color: #332F2B;
}
.about__txt .sp {
  display: block;
}

@media screen and (max-width: 900px) {
  .about__txt {
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .about__txt {
    padding-right: 0;
    padding-left: 8%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .about__txt .sp {
    font-size: 1.4rem;
    display: none;
  }
}
.about__cta {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  background: url(../img/model01/about_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .about__cta {
    display: none;
  }
}
.about__left {
  display: flex;
  width: calc(100% - 670px);
}

.about__left-logo {
  width: 136px;
  padding-left: 16px;
  padding-top: 25px;
}
.about__left-logo img {
  width: 100%;
  display: block;
}

.about__left-pic {
  width: 332px;
  padding-top: 22px;
  padding-left: 37px;
  display: flex;
  align-items: end;
}
.about__left-pic img {
  width: 100%;
  display: block;
}

.about__right {
  padding-right: 96px;
  width: 670px;
}

.about__right-ttl {
  padding-top: 50px;
}
.about__right-ttl span {
  display: block;
  font-size: 2.4rem;
  color: #332F2B;
  border-bottom: 1px solid #49AFFC;
  padding: 10px;
}

.about__right-cnt {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
}

.about__right-cnt__txt01 {
  font-size: 1.6rem;
  line-height: 1.7;
}

.about__right-cnt__txt02 {
  font-size: 1.6rem;
  line-height: 2;
}

.about__cta-sp {
  padding: 2% 2% 4%;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 120px;
  justify-content: space-between;
  background: url(../img/model01/about_bg-sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 1100px) {
  .about__cta-sp {
    display: block;
    margin-top: 6%;
    margin-bottom: 12%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 640px) {
  .about__cta-sp {
    padding: 14% 2% 14%;
  }
}
.about__cta-sp__txt01 {
  text-align: center;
}
.about__cta-sp__txt01 span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-bottom: 1px solid #49AFFC;
  padding-bottom: 12px;
  margin-bottom: 40px;
  /*spだけ*/
  font-size: 1.6rem;
  margin: 0 auto 12px;
}

@media screen and (max-width: 640px) {
  .about__cta-sp__txt01 span {
    font-size: 1.4rem;
  }
}
.about__cta-sp__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4%;
}

.about__cta-sp__wrapper__left {
  width: 50%;
}

.about__cta-sp__wrapper__left--logo {
  width: 30vw;
}
.about__cta-sp__wrapper__left--logo img {
  width: 100%;
  display: block;
}

.about__cta-sp__wrapper__left--cnt {
  font-size: 2rem;
}
.about__cta-sp__wrapper__left--cnt small {
  font-size: 1.8rem;
  display: block;
  padding-bottom: 2%;
}

@media screen and (max-width: 640px) {
  .about__cta-sp__wrapper__left--cnt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .about__cta-sp__wrapper__left--cnt small {
    font-size: 1.4rem;
  }
}
.about__cta-sp__wrapper__right {
  width: 50%;
}
.about__cta-sp__wrapper__right img {
  width: 100%;
  display: block;
}

.about__cta-sp__txt02 {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .about__cta-sp__txt02 {
    font-size: 1.4rem;
  }
}
.cta {
  width: 100%;
  background: url(../img/model01/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.cta__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .cta__container {
    display: none;
  }
}
.cta__box {
  position: relative;
  width: 402px;
  opacity: 1;
  padding: 0 80px;
  padding-top: 45px;
  padding-bottom: 46px;
  transform: skew(10deg);
  background: #F6F6F6;
}
.cta__box::after {
  content: "Reservation";
  position: absolute;
  bottom: -11px;
  left: 34px;
  font-size: 35rem;
  font-weight: 600;
  color: #fff;
  z-index: 0;
  transform: skew(-10deg);
  font-size: 5rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Bitter";
}

.cta__ttl {
  transform: skew(-10deg);
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 500;
}
.cta__ttl span {
  justify-content: flex-end;
  display: flex;
  font-size: 1.4rem;
  color: #332F2B;
}

.cta__btn {
  width: 260px;
  background-color: #3B3B3B;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  text-align: center;
  border-radius: 120px;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 15px;
  transform: skew(-10deg);
  margin-left: -25px;
  transition: 0.4s;
}
.cta__btn:hover {
  background-color: #fff;
  color: #3B3B3B;
}
.cta__btn:hover span::after {
  background: url(../img/model01/arrow-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.cta__btn span::after {
  content: "";
  background: url(../img/model01/arrow-right.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  top: 57%;
  transform: translateY(-50%);
}

.cta__wrapper {
  display: flex;
  padding: 40px 0;
}
.cta__wrapper h3 {
  text-align: center;
  font-size: 3.2rem;
  color: #F3D225;
}
.cta__wrapper h3 span {
  display: block;
  color: #fff;
  font-size: 2rem;
  padding: 24px 0 10px;
}

.cta__cnt01 {
  padding-right: 48px;
}

.cta__cnt01-logo {
  width: 143px;
  margin: 0 auto;
}
.cta__cnt01-logo img {
  width: 100%;
  display: block;
}

.cta__cnt02 {
  padding-left: 48px;
}

.cta__cnt02-logo {
  width: 154px;
  margin: 0 auto;
}
.cta__cnt02-logo img {
  width: 100%;
  display: block;
}

.cta__plus {
  width: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__plus img {
  width: 100%;
  display: block;
}

.cta__container-sp {
  background: url(../img/model01/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
  padding: 4% 0;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cta__container-sp {
    display: block;
  }
}
.cta__container-sp__box {
  position: relative;
  width: 100%;
  background-color: #F6F6F6;
  opacity: 1;
  padding: 4%;
}
.cta__container-sp__box::after {
  content: "Reservation";
  position: absolute;
  bottom: -11px;
  left: 50%;
  color: #fff;
  font-size: 35rem;
  font-weight: 600;
  z-index: 0;
  font-size: 7rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Bitter";
  text-align: center;
  transform: translateX(-50%);
}

@media screen and (max-width: 435px) {
  .cta__container-sp__box::after {
    font-size: 12vw;
    bottom: -8px;
  }
}
.cta__container-sp__ttl {
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta__container-sp__ttl span {
  display: flex;
  font-size: 1.4rem;
  color: #332F2B;
  justify-content: center;
  padding-top: 1%;
}

@media screen and (max-width: 1200px) {
  .cta__container-sp__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cta__container-sp__ttl {
    font-size: 1.8rem;
  }
}
.cta__container-sp__wrapper {
  display: flex;
  padding: 4%;
  justify-content: center;
}
.cta__container-sp__wrapper h3 {
  text-align: center;
  font-size: 3.2rem;
  color: #F3D225;
  padding-top: 4%;
}
.cta__container-sp__wrapper h3 span {
  display: block;
  color: #fff;
  font-size: 2rem;
  padding: 2% 0 1%;
}

@media screen and (max-width: 756px) {
  .cta__container-sp__wrapper h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 756px) {
  .cta__container-sp__wrapper h3 span {
    font-size: 3vw;
  }
}
.cta__container-sp__cnt01 {
  width: 300px;
}

.cta__container-sp__cnt01-logo {
  width: 143px;
  margin: 0 auto;
}
.cta__container-sp__cnt01-logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 756px) {
  .cta__container-sp__cnt01-logo {
    width: 17vw;
  }
}
.cta__container-sp__cnt02 {
  width: 300px;
}

.cta__container-sp__cnt02-logo {
  width: 154px;
  margin: 0 auto;
}
.cta__container-sp__cnt02-logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 756px) {
  .cta__container-sp__cnt02-logo {
    width: 17vw;
  }
}
.cta__container-sp__plus {
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__container-sp__plus img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 425px) {
  .cta__container-sp__plus {
    width: 18vw;
  }
}
.cta__container-sp__btn {
  width: 260px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  text-align: center;
  border-radius: 120px;
  font-size: 1.6rem;
  color: #3B3B3B;
  margin-top: 15px;
  margin: 0 auto;
}
.cta__container-sp__btn span::after {
  content: "";
  background: url(../img/model01/arrow-right-black.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  top: 57%;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .cta__container-sp__btn span::after {
    width: 10px;
    height: 10px;
    right: 7%;
  }
}
@media screen and (max-width: 640px) {
  .cta__container-sp__btn {
    font-size: 1.4rem;
    padding: 1% 0;
  }
}
.gallery {
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .gallery {
    padding: 10% 0;
  }
}
@media screen and (max-width: 640px) {
  .gallery {
    padding: 20% 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;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  position: absolute;
  padding-top: 40px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  color: #E01515;
  top: 30px;
  z-index: 2;
  left: -25px;
}
.gallery__sub-ttl::before {
  content: "";
  background-color: #E01515;
  width: 1px;
  height: 60px;
  position: absolute;
  top: -30px;
  right: 10px;
}

@media screen and (max-width: 1500px) {
  .gallery__sub-ttl::before {
    top: 50%;
    transform: translateY(-50%);
    left: -60%;
    width: 100px;
    height: 1px;
  }
}
@media screen and (max-width: 640px) {
  .gallery__sub-ttl::before {
    left: -65%;
  }
}
@media screen and (max-width: 435px) {
  .gallery__sub-ttl::before {
    left: -58%;
  }
}
@media screen and (max-width: 1500px) {
  .gallery__sub-ttl {
    writing-mode: unset;
    padding-top: 0;
    top: -9%;
  }
}
@media screen and (max-width: 1343px) {
  .gallery__sub-ttl {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .gallery__sub-ttl {
    right: auto;
    left: 6%;
    font-size: 1.4rem;
    top: -13%;
  }
}
@media screen and (max-width: 435px) {
  .gallery__sub-ttl {
    left: 6%;
    top: -18%;
  }
}
.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;
}

.gallery__ttl-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .gallery__ttl-sp {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .gallery__ttl {
    font-size: 10vw;
    right: 4%;
    bottom: -12%;
  }
}
@media screen and (max-width: 640px) {
  .gallery__ttl {
    font-size: 14vw;
    right: 4%;
    bottom: -47%;
  }
}
.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 {
  position: relative;
  margin-right: calc((100% - 100vw) / 2);
}

@media screen and (max-width: 1200px) {
  .point__box {
    margin-right: calc((50% - 135vw) / 2);
  }
}
.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 {
  position: absolute;
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #3B3B3B;
  opacity: 1;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -30px;
  left: 30px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 2%;
  }
}
.features {
  width: 100%;
  padding: 80px 0;
  background: url(../img/model01/features_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

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

@media screen and (max-width: 1024px) {
  .features__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .features__container {
    padding: 0 4%;
  }
}
.features__ttl {
  font-family: "Bitter", serif;
  text-align: center;
  font-size: 3.2rem;
  color: #E01515;
  letter-spacing: 1.6px;
}
.features__ttl span {
  display: block;
  color: #332F2B;
  font-size: 1.6rem;
  margin-top: 14px;
}

@media screen and (max-width: 1024px) {
  .features__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .features__ttl {
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .features__ttl span {
    margin-top: 1%;
  }
}
@media screen and (max-width: 640px) {
  .features__ttl span {
    font-size: 1.4rem;
  }
}
.features__box {
  background-color: #fff;
  width: 100%;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .features__box {
    padding-bottom: 0;
  }
}
.features__header {
  display: flex;
  margin-top: 80px;
  border-bottom: 1px solid #C9C9C9;
}

@media screen and (max-width: 1024px) {
  .features__header {
    margin-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .features__header {
    flex-direction: column;
    gap: 7px;
    border-bottom: none;
  }
}
.features__btn {
  width: 33.3333333333%;
  position: relative;
  opacity: 0.4;
  border-right: 1px solid #C9C9C9;
  margin-right: 5px;
  padding-right: 5px;
}
.features__btn:nth-child(4) {
  border: 1px;
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  .features__btn {
    border-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .features__btn:nth-child(4) {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
.features__btn--en {
  font-size: 2.4rem;
  color: #E01515;
  font-family: "Bitter", serif;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .features__btn--en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .features__btn--en {
    font-size: 1.8rem;
    width: 140px;
    text-align: left;
  }
}
.features__btn--jp {
  font-size: 1.6rem;
  color: #3B3B3B;
}

@media screen and (max-width: 640px) {
  .features__btn--jp {
    font-size: 1.4rem;
    text-align: left;
    width: 160px;
  }
}
.features__btn--arrow {
  width: 34px;
  width: 34px;
  margin: 0 auto;
}
.features__btn--arrow img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .features__btn--arrow {
    margin: 0;
    height: 20px;
    width: 20px;
  }
}
.features__btn--bg {
  padding: 30px 0;
  text-decoration: none;
  color: inherit;
  width: 100%;
  display: block;
  height: 100%;
  background-color: #F0F0F0;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .features__btn--bg {
    padding: 3%;
  }
}
.features__btn.active {
  opacity: 1;
}
.features__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) {
  .features__btn {
    width: 100%;
    padding: 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
@media screen and (max-width: 1024px) {
  .features__btn small {
    font-size: 14vw;
  }
}
@media screen and (max-width: 640px) {
  .features__btn small {
    transform: none;
    top: 0;
    left: 0;
    font-size: 10vw;
  }
}
@media screen and (max-width: 425px) {
  .features__btn small {
    font-size: 13vw;
  }
}
.features__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;
}
.features__btn--txt span {
  display: block;
  font-size: 1.6rem;
  color: #3B3B3B;
}

@media screen and (max-width: 1240px) {
  .features__btn--txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .features__btn--txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .features__btn--txt {
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .features__btn--txt span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .features__btn--txt::after {
    margin: 0;
    width: 15px;
    height: 15px;
  }
}
.features__cnt {
  margin-top: 58px;
  position: relative;
}
.features__cnt:nth-child(odd) .features__cnt--txt {
  flex-direction: row-reverse;
}
.features__cnt:nth-child(odd) .features__cnt--txt__info {
  padding: 0 50px 0 0;
}
.features__cnt:nth-child(3) .features__cnt--aside {
  left: -20%;
  top: 10%;
}
.features__cnt:nth-child(3) .features__cnt__sub-ttl::before {
  content: "02";
  letter-spacing: 1px;
}
.features__cnt:nth-child(5) .features__cnt--aside {
  left: -24%;
  top: -5%;
}
.features__cnt:nth-child(5) .features__cnt__sub-ttl::before {
  content: "04";
  letter-spacing: 1px;
}
.features__cnt:nth-child(4) .features__cnt--aside {
  left: -14%;
  top: 30%;
}
.features__cnt:nth-child(4) .features__cnt__sub-ttl::before {
  content: "03";
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .features__cnt {
    padding: 0 2% 8%;
  }
}
@media screen and (max-width: 640px) {
  .features__cnt {
    padding-top: 2%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .features__cnt:nth-child(odd) .features__cnt--txt {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .features__cnt:nth-child(odd) .features__cnt--txt__info {
    padding: 2% 0 0 0;
  }
}
.features__cnt__sub-ttl {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  position: absolute;
  padding-top: 40px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  top: 100px;
  z-index: 2;
  left: 45px;
}
.features__cnt__sub-ttl::before {
  content: "01";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  left: -10px;
  writing-mode: initial;
  font-family: "Bitter", serif;
  font-size: 5.6rem;
  font-weight: 200;
  color: #C9C9C9;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1240px) {
  .features__cnt__sub-ttl {
    top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .features__cnt__sub-ttl {
    padding: 0 2%;
    font-size: 2.4vw;
    left: 0;
    top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .features__cnt__sub-ttl {
    font-size: 3vw;
    writing-mode: initial;
    top: 20px;
    left: 0;
  }
}
@media screen and (max-width: 425px) {
  .features__cnt__sub-ttl {
    top: 1%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .features__cnt__sub-ttl::before {
    font-size: 3vw;
    left: 0;
    right: 10%;
    top: -50px;
  }
}
@media screen and (max-width: 858px) {
  .features__cnt__sub-ttl::before {
    font-size: 3vw;
    left: 0;
    right: 3%;
    top: -38px;
  }
}
@media screen and (max-width: 756px) {
  .features__cnt__sub-ttl::before {
    font-size: 3vw;
    left: 0;
    right: -6%;
    top: -38px;
  }
}
@media screen and (max-width: 640px) {
  .features__cnt__sub-ttl::before {
    font-size: 2.2rem;
    left: 10px;
    right: -10px;
    top: -25px;
  }
}
@media screen and (max-width: 375px) {
  .features__cnt__sub-ttl::before {
    left: 2%;
  }
}
.features__cnt--img {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  padding-left: 100px;
}

@media screen and (max-width: 1024px) {
  .features__cnt--img {
    padding-left: 10%;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 640px) {
  .features__cnt--img {
    padding-left: 0;
    padding-top: 9%;
  }
}
.features__cnt--img__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 13px;
}

@media screen and (max-width: 1024px) {
  .features__cnt--img__wrapper {
    flex-direction: row;
  }
}
.features__cnt--img__wrapper__img01, .features__cnt--img__wrapper__img02 {
  width: 320px;
}

.features__cnt--img__wrapper__img01 img, .features__cnt--img__wrapper__img02 img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .features__cnt--img__wrapper__img01 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .features__cnt--img__wrapper__img02 {
    width: 100%;
  }
}
.features__cnt--img__wrapper__img03 {
  width: 720px;
}
.features__cnt--img__wrapper__img03 img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .features__cnt--img__wrapper__img03 {
    width: 100%;
  }
}
.features__cnt h2 {
  padding-left: 130px;
  font-size: 2.4rem;
  margin-top: 60px;
  line-height: 1.7;
}
.features__cnt p {
  padding-left: 130px;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 80px 0 130px;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .features__cnt h2 {
    padding-left: 10%;
    margin-top: 6%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .features__cnt h2 {
    font-size: 1.8rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .features__cnt p {
    padding-left: 10%;
  }
}
@media screen and (max-width: 640px) {
  .features__cnt p {
    padding: 0;
  }
}
.features__cnt--txt {
  position: relative;
  display: flex;
  padding-left: 130px;
  margin-top: 56px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .features__cnt--txt {
    padding-left: 10%;
    margin-top: 5%;
    flex-direction: column;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 640px) {
  .features__cnt--txt {
    padding-left: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 435px) {
  .features__cnt--txt {
    padding-bottom: 0;
  }
}
.features__cnt--txt__img {
  width: 494px;
}
.features__cnt--txt__img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .features__cnt--txt__img {
    width: 100%;
  }
}
.features__cnt--txt__info {
  font-family: "Bitter", serif;
  padding: 0 80px 0 50px;
  line-height: 2;
  font-size: 1.4rem;
  width: calc(100% - 494px);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .features__cnt--txt__info {
    width: 100%;
    padding: 2% 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .features__cnt--txt__info {
    padding: 0;
    padding: 2% 0 8%;
    width: 100%;
  }
}
.features__cnt--aside {
  z-index: 1;
  position: absolute;
  left: -5%;
  font-family: "Bitter", serif;
  font-size: 10rem;
  font-weight: 500;
  color: #F7F7F7;
  transform: rotate(90deg);
  letter-spacing: 0.06em;
  top: 40%;
}

@media screen and (max-width: 1200px) {
  .features__cnt--aside {
    font-size: 8vw;
    left: -5%;
  }
}
@media screen and (max-width: 640px) {
  .features__cnt--aside {
    display: none;
  }
}
.features__item {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.features__item:nth-child(3) {
  justify-content: flex-end;
}
.features__item:nth-child(3) .features__item--txt {
  text-align: left;
  padding-left: 90px;
}
.features__item:nth-child(4) .features__item__inner:nth-child(1) .features__item--txt {
  padding-right: 77px;
  text-align: left;
}
.features__item:nth-child(4) .features__item__inner:nth-child(1) .features__item--txt::after {
  background: url(../img/model01/company-arrow-left.svg) center;
  left: 8%;
  background-size: contain;
  background-repeat: no-repeat;
}
.features__item:nth-child(4) .features__item__inner:nth-child(1) .features__item--num {
  right: 0;
}
.features__item:nth-child(6) .features__item--txt {
  padding-left: 95px;
  text-align: left;
}
.features__item:nth-child(6) .features__item--txt::after {
  background: url(../img/model01/company-arrow-left.svg) center;
  left: 8%;
  background-size: contain;
  background-repeat: no-repeat;
}
.features__item:nth-child(6) .features__item--num {
  right: 0;
}
.features__item:nth-child(5) .features__item__inner:nth-child(1) .features__item--txt {
  padding-right: 77px;
  text-align: left;
}
.features__item:nth-child(5) .features__item__inner:nth-child(1) .features__item--txt::after {
  background: url(../img/model01/company-arrow-left.svg) center;
  left: 8%;
  background-size: contain;
  background-repeat: no-repeat;
}
.features__item:nth-child(5) .features__item__inner:nth-child(1) .features__item--num {
  right: 0;
}
.features__item:nth-child(5) .features__item__inner:nth-child(2) .features__item--txt {
  padding-left: 73px;
}
.features__item:nth-child(5) .features__item__inner:nth-child(2) .features__item--txt::after {
  background: url(../img/model01/company-arrow-right.svg) center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .features__item:nth-child(4) .features__item__inner:nth-child(1) .features__item--txt {
    padding-right: 0;
    padding-left: 25%;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(4) .features__item__inner:nth-child(1) .features__item--num {
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(6) .features__item--num {
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(5) .features__item__inner:nth-child(1) .features__item--txt {
    padding-left: 24%;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(5) .features__item__inner:nth-child(1) .features__item--num {
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(3) .features__item--txt {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 3vw;
    padding: 5% 0;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(3) .features__item--txt span {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(4) .features__item__inner:nth-child(1) .features__item--txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 3vw;
    padding: 5% 0;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(4) .features__item__inner:nth-child(2) .features__item--txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 3vw;
    padding: 5% 0;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(6) .features__item--txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 3vw;
    padding: 5% 0;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(5) .features__item__inner:nth-child(1) .features__item--txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 3vw;
    padding: 5% 0;
  }
}
@media screen and (max-width: 640px) {
  .features__item:nth-child(5) .features__item__inner:nth-child(2) .features__item--txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 3vw;
    padding: 5% 0;
  }
}
@media screen and (max-width: 1024px) {
  .features__item {
    margin-top: 3%;
  }
}
@media screen and (max-width: 640px) {
  .features__item {
    flex-direction: column;
    gap: 10px;
  }
}
.features__item__inner {
  width: 330px;
  display: block;
  background-color: #fff;
  position: relative;
}
.features__item__inner:first-child {
  text-align: right;
}
.features__item__inner:first-child .company__item--num {
  right: 5%;
  left: auto;
}
.features__item__inner:first-child .company__item--txt {
  padding-left: 0;
  padding-right: 100px;
}
.features__item__inner:first-child .company__item--txt::after {
  content: "";
  background: url(../img/model01/company-arrow-left.svg);
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10%;
  top: 57%;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .features__item__inner {
    width: 100%;
  }
}
.features__item--num {
  position: absolute;
  font-weight: 500;
  font-size: 10rem;
  font-weight: 200;
  font-family: "Bitter";
  left: 50%;
  color: #E8E8E8;
  top: -5%;
  left: 0;
}

@media screen and (max-width: 640px) {
  .features__item--num .features__item--num {
    top: 10%;
    font-size: 10vw;
  }
}
@media screen and (max-width: 1024px) {
  .features__item--num {
    font-size: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .features__item--num {
    top: 7%;
    font-size: 10vw;
    left: 3%;
  }
}
.features__item--txt {
  font-family: "Bitter", serif;
  position: relative;
  color: #E01515;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 20px;
  padding-left: 100px;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  transition: 0.4s;
}
.features__item--txt:hover {
  opacity: 0.5;
}
.features__item--txt::after {
  content: "";
  background: url(../img/model01/company-arrow-right.svg);
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.features__item--txt span {
  display: block;
  color: #332F2B;
  font-size: 1.6rem;
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .features__item--txt {
    padding: 4%;
    padding-left: 24%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .features__item--txt {
    display: flex;
    padding: 3%;
  }
}
@media screen and (max-width: 640px) {
  .features__item--txt::after {
    width: 4vw;
    height: 4vw;
    right: 4%;
  }
}
@media screen and (max-width: 640px) {
  .features__item--txt span {
    padding-top: 0;
  }
}
.access {
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
  .access {
    padding: 12% 0;
  }
}
.access__container {
  position: relative;
  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;
  position: absolute;
  padding-top: 40px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  color: #E01515;
  right: 15px;
  top: 30px;
  width: 100px;
}
.access__sub-ttl::before {
  content: "";
  background-color: #E01515;
  width: 1px;
  height: 60px;
  position: absolute;
  top: -30px;
  right: 10px;
}

@media screen and (max-width: 1024px) {
  .access__sub-ttl {
    padding-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .access__sub-ttl {
    padding-top: 7%;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.access__cnt {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .access__cnt {
    flex-direction: column;
  }
}
.access__cnt--txt {
  width: 380px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .access__cnt--txt {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 375px) {
  .access__cnt--txt {
    width: 100%;
  }
}
.access__cnt--txt__ttl {
  font-weight: normal;
  margin: 40px 0;
  font-size: 2.4rem;
}
.access__cnt--txt__ttl .en {
  display: block;
  font-size: 2rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .access__cnt--txt__ttl {
    margin: 4% 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .access__cnt--txt__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .access__cnt--txt__ttl .en {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .access__cnt--txt__ttl .en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .access__cnt--txt__ttl {
    margin: 4% 0;
  }
}
.access__cnt--txt__info {
  margin-top: 40px;
  font-size: 1.8rem;
}
.access__cnt--txt__info ul li {
  font-size: 1.8rem;
}
.access__cnt--txt__info .num {
  display: block;
  font-size: 3.2rem;
  margin-top: 40px;
  font-family: "Bitter", serif;
  letter-spacing: 1.6px;
}
.access__cnt--txt__info .num::before {
  display: inline-block;
  content: "";
  position: relative;
  margin-bottom: 0px;
  width: 23px;
  height: 23px;
  background: url(../img/model01/tel.svg) no-repeat center;
  margin-right: 7px;
}

@media screen and (max-width: 1024px) {
  .access__cnt--txt__info {
    margin-top: 4%;
  }
}
@media screen and (max-width: 375px) {
  .access__cnt--txt__info {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .access__cnt--txt__info ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .access__cnt--txt__info .num {
    font-size: 2.8rem;
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .access__cnt--txt__info .num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .access__cnt--txt__info .num::before {
    margin-bottom: -2px;
  }
}
.access__cnt--img {
  width: calc(100% - 380px);
  padding-right: 40px;
}
.access__cnt--img iframe {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .access__cnt--img {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .access__cnt--img iframe {
    height: 300px;
  }
}
.cta02 {
  width: 100%;
  background: url(../img/model01/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta02__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .cta02__container {
    display: none;
  }
}
.cta02__box {
  position: relative;
  width: 402px;
  background: #F6F6F6;
  opacity: 1;
  padding: 0 80px;
  padding-top: 100px;
  padding-bottom: 46px;
  transform: skew(10deg);
}
.cta02__box::after {
  content: "Reservation";
  position: absolute;
  bottom: -11px;
  left: 34px;
  font-size: 35rem;
  font-weight: 600;
  color: #fff;
  z-index: 0;
  transform: skew(-10deg);
  font-size: 5rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Bitter";
}

.cta02__ttl {
  transform: skew(-10deg);
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 500;
  white-space: nowrap;
}
.cta02__ttl span {
  justify-content: flex-end;
  display: flex;
  font-size: 1.4rem;
  color: #332F2B;
}

.cta02__btn {
  cursor: pointer;
  width: 260px;
  background-color: #3B3B3B;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  text-align: center;
  border-radius: 120px;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 15px;
  transform: skew(-10deg);
  margin-left: -25px;
  transition: 0.4s;
}
.cta02__btn:hover {
  background-color: #fff;
  color: #3B3B3B;
}
.cta02__btn:hover span::after {
  background: url(../img/model01/arrow-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.cta02__btn span::after {
  content: "";
  background: url(../img/model01/arrow-right.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  top: 57%;
  transform: translateY(-50%);
}

.cta02__wrapper {
  display: flex;
  padding: 40px 0;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.cta02__wrapper h3 {
  text-align: center;
  font-size: 3.2rem;
  color: #F3D225;
}
.cta02__wrapper h3 span {
  display: block;
  color: #fff;
  font-size: 2rem;
  padding: 24px 0 10px;
}

.cta02__cnt01 {
  width: 40%;
}

.cta02__cnt01-logo {
  width: 143px;
  margin: 0 auto;
}
.cta02__cnt01-logo img {
  width: 100%;
  display: block;
}

.cta02__cnt02 {
  width: 40%;
}

.cta02__cnt02-logo {
  width: 154px;
  margin: 0 auto;
}
.cta02__cnt02-logo img {
  width: 100%;
  display: block;
}

.cta02__plus {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta02__plus img {
  width: 100%;
  display: block;
}

.cta02__header {
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.cta02__header::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  width: calc(100% - 98px);
}

.cta02__inner {
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 26px;
  overflow: hidden;
}

.cta02__inner__cnt {
  width: 100%;
  height: 100px;
  overflow-y: scroll;
  margin: 1% 0;
}
.cta02__inner__cnt::-webkit-scrollbar {
  width: 6px;
}
.cta02__inner__cnt::-webkit-scrollbar-thumb {
  background-color: #D1D1D1;
  border-radius: 10px;
}
.cta02__inner__cnt::-webkit-scrollbar-track {
  border-radius: 10px;
}
.cta02__inner__cnt p {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 1.6px;
  line-height: 1.5;
  padding-top: 10px;
}

.cta02__container-sp {
  background: url(../img/model01/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
  padding: 4% 0;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cta02__container-sp {
    display: block;
  }
}
.cta02__container-sp__box {
  position: relative;
  width: 100%;
  background-color: #F6F6F6;
  opacity: 1;
  padding: 4%;
}
.cta02__container-sp__box::after {
  content: "Reservation";
  position: absolute;
  bottom: -11px;
  left: 50%;
  font-size: 35rem;
  font-weight: 600;
  color: #FFF;
  z-index: 0;
  font-size: 7rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Bitter";
  text-align: center;
  transform: translateX(-50%);
}

@media screen and (max-width: 435px) {
  .cta02__container-sp__box::after {
    font-size: 12vw;
    bottom: -8px;
  }
}
.cta02__container-sp__ttl {
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta02__container-sp__ttl span {
  display: flex;
  font-size: 1.4rem;
  color: #332F2B;
  justify-content: center;
  padding-top: 1%;
}

@media screen and (max-width: 1200px) {
  .cta02__container-sp__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cta02__container-sp__ttl {
    font-size: 1.8rem;
  }
}
.cta02__container-sp__wrapper {
  display: flex;
  padding: 4%;
  justify-content: center;
}
.cta02__container-sp__wrapper h3 {
  text-align: center;
  font-size: 3.2rem;
  color: #F3D225;
  padding-top: 4%;
}
.cta02__container-sp__wrapper h3 span {
  display: block;
  color: #fff;
  font-size: 2rem;
  padding: 2% 0 1%;
}

@media screen and (max-width: 756px) {
  .cta02__container-sp__wrapper h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 756px) {
  .cta02__container-sp__wrapper h3 span {
    font-size: 3vw;
  }
}
.cta02__container-sp__cnt01 {
  width: 300px;
}

.cta02__container-sp__cnt01-logo {
  width: 143px;
  margin: 0 auto;
}
.cta02__container-sp__cnt01-logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 756px) {
  .cta02__container-sp__cnt01-logo {
    width: 15vw;
  }
}
.cta02__container-sp__cnt02 {
  width: 300px;
}

.cta02__container-sp__cnt02-logo {
  width: 154px;
  margin: 0 auto;
}
.cta02__container-sp__cnt02-logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 756px) {
  .cta02__container-sp__cnt02-logo {
    width: 15vw;
  }
}
.cta02__container-sp__plus {
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta02__container-sp__plus img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 425px) {
  .cta02__container-sp__plus {
    width: 18vw;
  }
}
.cta02__container-sp__btn {
  width: 260px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  text-align: center;
  border-radius: 120px;
  font-size: 1.6rem;
  color: #3B3B3B;
  margin-top: 15px;
  margin: 0 auto;
}
.cta02__container-sp__btn span::after {
  content: "";
  background: url(../img/model01/arrow-right-black.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  top: 57%;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .cta02__container-sp__btn span::after {
    width: 10px;
    height: 10px;
    right: 7%;
  }
}
@media screen and (max-width: 640px) {
  .cta02__container-sp__btn {
    font-size: 1.4rem;
    padding: 1% 0;
  }
}
.cta02__container-sp__box02 {
  padding: 0 4%;
}

.cta02__container-sp__header {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 1.6rem;
  color: #fff;
}
.cta02__container-sp__header::before {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #fff;
  width: calc(100% - 98px);
}

@media screen and (max-width: 640px) {
  .cta02__container-sp__header {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}
.cta02__container-sp__inner {
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 100px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 4%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .cta02__container-sp__inner {
    padding: 0;
  }
}
.cta02__container-sp__inner__cnt {
  width: 100%;
  height: 100px;
  overflow-y: scroll;
  margin: 1% 0;
}
.cta02__container-sp__inner__cnt::-webkit-scrollbar {
  width: 6px;
}
.cta02__container-sp__inner__cnt::-webkit-scrollbar-thumb {
  background-color: #D1D1D1;
  border-radius: 10px;
}
.cta02__container-sp__inner__cnt::-webkit-scrollbar-track {
  border-radius: 10px;
}

.cta02__container-sp__inner__cnt__txt {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 1.6px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .cta02__container-sp__inner__cnt__txt {
    font-size: 1rem;
  }
}
.form {
  padding: 120px 0;
  width: 100%;
  background: url(../img/model01/features_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .form {
    padding: 12% 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__ttl {
  font-family: "Bitter", serif;
  text-align: center;
  font-size: 3.2rem;
  color: #E01515;
  letter-spacing: 1.6px;
}
.form__ttl span {
  display: block;
  color: #332F2B;
  font-size: 1.6rem;
  margin-top: 14px;
}

@media screen and (max-width: 1024px) {
  .form__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .form__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .form__ttl span {
    margin-top: 2%;
  }
}
.form__cnt01 {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  margin-top: 43px;
}

@media screen and (max-width: 640px) {
  .form__cnt01 {
    text-align: left;
  }
}
@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 {
  max-width: 758px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 42px;
  border: 1px solid;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .form__cnt02 {
    margin-top: 4%;
    padding: 1%;
  }
}
@media screen and (max-width: 640px) {
  .form__cnt02 {
    font-size: 1.4rem;
  }
}
.form__box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  gap: 30px;
}

@media screen and (max-width: 640px) {
  .form__box {
    margin-top: 10%;
    flex-direction: column;
    gap: 10px;
  }
}
.form__btn01 {
  width: 432px;
  text-align: center;
  background: url(../img/model01/form_pic01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .form__btn01 {
    width: 100%;
  }
}
.form__btn01--cover {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background-color: #D6D6D6;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 40px 0;
  opacity: 0.7;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.form__btn01--cover.on {
  background-color: #3B3B3B;
}
.form__btn01--cover.on .form__btn01--txt, .form__btn01--cover.on .form__btn02--txt {
  color: #D6D6D6;
}
.form__btn01--cover.on .form__btn01--icon .white {
  display: block;
  width: 100%;
}
.form__btn01--cover.on .form__btn01--icon .dark {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .form__btn01--cover {
    padding: 4%;
  }
}
.form__btn01--txt {
  font-size: 2.4rem;
  color: #3B3B3B;
}

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

.form__btn01--icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-top: 10px;
}
.form__btn01--icon .white {
  display: none;
  width: 100%;
}
.form__btn01--icon .dark {
  display: block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .form__btn01--icon {
    width: 5vw;
  }
}
.form__btn02 {
  width: 432px;
  text-align: center;
  background: url(../img/model01/form_pic02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .form__btn02 {
    width: 100%;
  }
}
.form__btn02--cover {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background-color: #D6D6D6;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 40px 0;
  opacity: 0.7;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.form__btn02--cover.on {
  background-color: #3B3B3B;
}
.form__btn02--cover.on .form__btn01--txt {
  color: #3B3B3B;
}
.form__btn02--cover.on .form__btn02--txt {
  color: #D6D6D6;
}
.form__btn02--cover.on .form__btn02--icon .white {
  display: block;
  width: 100%;
}
.form__btn02--cover.on .form__btn02--icon .dark {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .form__btn02--cover {
    padding: 4%;
  }
}
.form__btn02--txt {
  font-size: 2.4rem;
  color: #3B3B3B;
}

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

.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;
  }
}
.js-form1, .js-form2 {
  display: none;
}

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

.company {
  padding: 120px 0 60px 0;
  width: 100%;
  padding-top: 80px;
  background: url(../img/model01/features_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .company {
    padding: 12% 0 6% 0;
    padding-top: 8%;
  }
}
.company__container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .company__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .company__container {
    padding: 0 4%;
  }
}
.company__ttl {
  font-family: "Bitter", serif;
  text-align: center;
  font-size: 3.2rem;
  color: #E01515;
  letter-spacing: 1.6px;
}
.company__ttl span {
  display: block;
  color: #332F2B;
  font-size: 1.6rem;
  margin-top: 14px;
}

@media screen and (max-width: 1024px) {
  .company__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .company__ttl {
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .company__ttl span {
    margin-top: 1%;
  }
}
@media screen and (max-width: 640px) {
  .company__ttl span {
    font-size: 1.4rem;
  }
}
.company__box {
  background-color: #fff;
  width: 100%;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .company__box {
    padding-bottom: 0;
  }
}
.company__header {
  display: flex;
  margin-top: 80px;
  border-bottom: 1px solid #C9C9C9;
}

@media screen and (max-width: 1024px) {
  .company__header {
    margin-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .company__header {
    flex-direction: column;
    gap: 7px;
    border-bottom: none;
  }
}
.company__btn {
  width: 33.3333333333%;
  position: relative;
  opacity: 0.4;
  border-right: 1px solid #C9C9C9;
  margin-right: 5px;
  padding-right: 5px;
}
.company__btn:nth-child(3) {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.company__btn--en {
  font-size: 2.4rem;
  color: #E01515;
  font-family: "Bitter", serif;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .company__btn--en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .company__btn--en {
    font-size: 1.8rem;
    width: 140px;
    text-align: left;
  }
}
.company__btn--jp {
  font-size: 1.6rem;
  color: #3B3B3B;
}

@media screen and (max-width: 640px) {
  .company__btn--jp {
    font-size: 1.4rem;
    text-align: left;
    width: 140px;
  }
}
.company__btn--arrow {
  width: 34px;
  width: 34px;
  margin: 0 auto;
}
.company__btn--arrow img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .company__btn--arrow {
    margin: 0;
    height: 20px;
    width: 20px;
  }
}
.company__btn--bg {
  padding: 30px 0;
  text-decoration: none;
  color: inherit;
  width: 100%;
  display: block;
  height: 100%;
  background-color: #F0F0F0;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .company__btn--bg {
    padding: 3%;
  }
}
.company__btn.active {
  opacity: 1;
}
.company__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) {
  .company__btn {
    width: 100%;
    padding: 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .company__btn small {
    font-size: 14vw;
  }
}
@media screen and (max-width: 640px) {
  .company__btn small {
    transform: none;
    top: 0;
    left: 0;
    font-size: 10vw;
  }
}
@media screen and (max-width: 425px) {
  .company__btn small {
    font-size: 13vw;
  }
}
.company__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;
}
.company__btn--txt span {
  display: block;
  font-size: 1.6rem;
  color: #3B3B3B;
}

@media screen and (max-width: 1240px) {
  .company__btn--txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .company__btn--txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .company__btn--txt {
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .company__btn--txt span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .company__btn--txt::after {
    margin: 0;
    width: 15px;
    height: 15px;
  }
}
.company__btn--aside {
  position: absolute;
  left: 83px;
  writing-mode: initial;
  font-family: "Bitter", serif;
  font-size: 10rem;
  font-weight: 500;
  color: #F7F7F7;
  margin-bottom: 30px;
  transform: rotate(90deg);
  bottom: 620px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1024px) {
  .company__btn--aside {
    font-size: 8vw;
    left: 60px;
  }
}
@media screen and (max-width: 640px) {
  .company__btn--aside {
    display: none;
  }
}
.company__cnt {
  margin-top: 58px;
  position: relative;
}
.company__cnt:nth-child(3) .company__cnt--aside {
  z-index: 1;
  position: absolute;
  left: -27%;
  font-family: "Bitter", serif;
  font-size: 10rem;
  font-weight: 500;
  color: #F7F7F7;
  transform: rotate(90deg);
  letter-spacing: 0.06em;
  top: -20%;
}
.company__cnt:nth-child(odd) .company__cnt--txt {
  flex-direction: row-reverse;
}
.company__cnt:nth-child(odd) .company__cnt--txt__info {
  padding: 0 50px 0 0;
}
.company__cnt:nth-child(odd) .company__cnt__sub-ttl::before {
  content: "02";
  letter-spacing: 1px;
}
.company__cnt:last-child .company__cnt__sub-ttl::before {
  content: "03";
  letter-spacing: 1px;
  left: -14px;
}

@media screen and (max-width: 640px) {
  .company__cnt {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1200px) {
  .company__cnt:nth-child(3) .company__cnt--aside {
    font-size: 8vw;
    top: -30%;
  }
}
@media screen and (max-width: 1024px) {
  .company__cnt:nth-child(odd) .company__cnt--txt {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .company__cnt:nth-child(odd) .company__cnt--txt__info {
    padding: 2% 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .company__cnt:nth-child(odd) .company__cnt__sub-ttl::before {
    right: 11%;
  }
}
@media screen and (max-width: 1024px) {
  .company__cnt:last-child .company__cnt__sub-ttl::before {
    font-size: 1.6rem;
    left: 10px;
    top: -25px;
  }
}
@media screen and (max-width: 1024px) {
  .company__cnt:last-child .company__cnt__sub-ttl::before {
    font-size: 2.2rem;
  }
}
.company__cnt__sub-ttl {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  position: absolute;
  padding-top: 40px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  top: 100px;
  z-index: 2;
  left: 45px;
}
.company__cnt__sub-ttl::before {
  content: "01";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  left: -10px;
  writing-mode: initial;
  font-family: "Bitter", serif;
  font-size: 5.6rem;
  font-weight: 200;
  color: #C9C9C9;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1240px) {
  .company__cnt__sub-ttl {
    top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .company__cnt__sub-ttl {
    padding: 0 2%;
    font-size: 2.4vw;
    left: 0;
    top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .company__cnt__sub-ttl {
    font-size: 3vw;
    writing-mode: initial;
    top: 20px;
    left: 0;
  }
}
@media screen and (max-width: 483px) {
  .company__cnt__sub-ttl {
    top: 7px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .company__cnt__sub-ttl::before {
    font-size: 3vw;
    left: 0;
    right: 8%;
    top: -50px;
  }
}
@media screen and (max-width: 900px) {
  .company__cnt__sub-ttl::before {
    right: 3%;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .company__cnt__sub-ttl::before {
    right: -5%;
  }
}
@media screen and (max-width: 640px) {
  .company__cnt__sub-ttl::before {
    font-size: 2.2rem;
    left: 10px;
    top: -25px;
  }
}
@media screen and (max-width: 425px) {
  .company__cnt__sub-ttl::before {
    left: 5px;
  }
}
.company__cnt--img {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  padding-left: 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .company__cnt--img {
    padding-left: 10%;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 640px) {
  .company__cnt--img {
    padding-left: 0;
    padding-top: 10%;
  }
}
.company__cnt--img__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 13px;
}

@media screen and (max-width: 1024px) {
  .company__cnt--img__wrapper {
    flex-direction: row;
  }
}
.company__cnt--img__wrapper__img01, .company__cnt--img__wrapper__img02 {
  width: 320px;
}

.company__cnt--img__wrapper__img01 img, .company__cnt--img__wrapper__img02 img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .company__cnt--img__wrapper__img01 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .company__cnt--img__wrapper__img02 {
    width: 100%;
  }
}
.company__cnt--img__wrapper__img03 {
  width: 720px;
}
.company__cnt--img__wrapper__img03 img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .company__cnt--img__wrapper__img03 {
    width: 100%;
  }
}
.company__cnt h2 {
  padding-left: 130px;
  font-size: 2.4rem;
  margin-top: 60px;
  line-height: 1.7;
  z-index: 1;
  position: relative;
}
.company__cnt p {
  padding-left: 130px;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 80px 0 130px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .company__cnt h2 {
    padding-left: 10%;
    font-size: 2rem;
    margin-top: 6%;
  }
}
@media screen and (max-width: 640px) {
  .company__cnt h2 {
    font-size: 1.8rem;
    padding-left: 0;
    padding: 0 1%;
  }
}
@media screen and (max-width: 1024px) {
  .company__cnt p {
    padding-left: 10%;
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  .company__cnt p {
    padding-left: 0;
    padding: 0 1%;
  }
}
.company__cnt--txt {
  position: relative;
  z-index: 0;
  position: relative;
  display: flex;
  padding-left: 130px;
  margin-top: 56px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .company__cnt--txt {
    padding-left: 10%;
    margin-top: 5%;
    flex-direction: column;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 640px) {
  .company__cnt--txt {
    padding-left: 0;
    flex-direction: column;
  }
}
.company__cnt--txt__img {
  z-index: 2;
  width: 494px;
}
.company__cnt--txt__img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .company__cnt--txt__img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .company__cnt--txt__img {
    width: 100%;
  }
}
.company__cnt--txt__info {
  z-index: 2;
  font-family: "Bitter", serif;
  padding: 0 80px 0 50px;
  line-height: 2;
  font-size: 1.4rem;
  width: calc(100% - 494px);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .company__cnt--txt__info {
    width: 100%;
    padding: 2% 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .company__cnt--txt__info {
    padding: 0;
    padding: 2% 0 8%;
    width: 100%;
  }
}
.company__cnt--aside {
  z-index: 1;
  position: absolute;
  left: -18%;
  font-family: "Bitter", serif;
  font-size: 10rem;
  font-weight: 500;
  color: #F7F7F7;
  transform: rotate(90deg);
  letter-spacing: 0.06em;
  top: 7%;
}

@media screen and (max-width: 1200px) {
  .company__cnt--aside {
    font-size: 8vw;
    left: -18%;
  }
}
@media screen and (max-width: 640px) {
  .company__cnt--aside {
    display: none;
  }
}
.company__item {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.company__item:nth-child(3) {
  justify-content: flex-end;
}
.company__item:nth-child(3) .company__item--txt::after {
  background: url(../img/model01/company-arrow-right.svg) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.company__item:nth-child(4) .company__item__inner:nth-child(1) .company__item--txt, .company__item:nth-child(5) .company__item--txt {
  text-align: left;
  padding-right: 77px;
}
.company__item:nth-child(4) .company__item__inner:nth-child(1) .company__item--txt::after, .company__item:nth-child(5) .company__item--txt::after {
  background: url(../img/model01/company-arrow-left.svg) center;
  left: 8%;
  background-size: contain;
  background-repeat: no-repeat;
}
.company__item:nth-child(4) .company__item__inner:nth-child(1) .company__item--num, .company__item:nth-child(5) .company__item--num {
  right: 0;
  left: auto;
}

@media screen and (max-width: 640px) {
  .company__item:nth-child(4) .company__item__inner:nth-child(1) .company__item--num, .company__item:nth-child(5) .company__item--num {
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .company__item:nth-child(4) .company__item__inner:nth-child(1) .company__item--txt {
    padding-right: 0;
    padding: 5% 0;
  }
}
@media screen and (max-width: 640px) {
  .company__item:nth-child(5) .company__item--txt {
    padding-right: 0;
    padding: 5% 0;
  }
}
@media screen and (max-width: 1024px) {
  .company__item {
    margin-top: 3%;
  }
}
@media screen and (max-width: 640px) {
  .company__item {
    flex-direction: column;
    gap: 10px;
  }
}
.company__item__inner {
  width: 330px;
  display: block;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 640px) {
  .company__item__inner {
    width: 100%;
  }
}
.company__item--num {
  position: absolute;
  font-weight: 500;
  font-size: 10rem;
  font-weight: 200;
  font-family: "Bitter";
  left: 50%;
  color: #E8E8E8;
  top: -5%;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .company__item--num {
    font-size: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .company__item--num {
    font-size: 10vw;
    top: 5%;
    left: 3%;
  }
}
.company__item--txt {
  font-family: "Bitter", serif;
  position: relative;
  color: #E01515;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 20px;
  padding-left: 80px;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  transition: 0.4s;
}
.company__item--txt:hover {
  opacity: 0.5;
}
.company__item--txt::after {
  content: "";
  background: url(../img/model01/company-arrow-right.svg);
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.company__item--txt span {
  display: block;
  color: #332F2B;
  font-size: 1.6rem;
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .company__item--txt {
    padding: 4%;
    padding-left: 22%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .company__item--txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 3vw;
    padding: 5% 0;
  }
}
@media screen and (max-width: 640px) {
  .company__item--txt::after {
    width: 4vw;
    height: 4vw;
    right: 4%;
  }
}
@media screen and (max-width: 640px) {
  .company__item--txt span {
    padding-top: 0;
  }
}
.works {
  padding: 100px 0 80px;
  background: url(../img/model01/features_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .works {
    padding: 10% 0 8%;
  }
}
.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: 435px) {
  .works__sub-ttl::before {
    height: 40px;
    top: -7px;
  }
}
@media screen and (max-width: 640px) {
  .works__sub-ttl {
    right: auto;
    left: 2%;
    font-size: 1.4rem;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .works__sub-ttl {
    top: -1%;
  }
}
@media screen and (max-width: 375px) {
  .works__sub-ttl {
    top: 3%;
  }
}
.works__inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

@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;
  }
}
.works__inner--data {
  position: absolute;
  font-weight: 400;
  font-size: 2.4rem;
  left: 0;
  top: -5%;
}

@media screen and (max-width: 1024px) {
  .works__inner--data {
    font-size: 2rem;
    position: relative;
    left: auto;
    top: -7%;
    margin-bottom: 1%;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 640px) {
  .works__inner--data {
    font-size: 1.2rem;
    position: relative;
    left: auto;
    margin-bottom: 1%;
    writing-mode: horizontal-tb;
  }
}
.works__inner--data--01 {
  color: #E01515;
  font-family: "Bitter", serif;
}

.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(46, 24, 3, 0.2509803922);
  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;
}
.information__container::before {
  content: "Information";
  font-family: "Bitter", serif;
  position: absolute;
  top: 8%;
  left: -8%;
  font-size: 15.5rem;
  font-weight: 600;
  color: #F6F6F6;
  z-index: -1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1024px) {
  .information__container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .information__container {
    padding: 0 4%;
  }
}
@media screen and (max-width: 1450px) {
  .information__container::before {
    font-size: 15vw;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .information__container::before {
    display: none;
  }
}
.information__info {
  padding: 180px 0 150px 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .information__info {
    padding: 4% 0 8% 0;
  }
}
.information__table {
  width: 100%;
}
.information__table tbody {
  width: 100%;
}
.information__table tbody tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  text-align: left;
  border-bottom: 1px dashed #E01515;
}
.information__table tbody tr th {
  width: 195px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.information__table tbody tr td {
  width: 100%;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
}

@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: 56px;
  padding-bottom: 26px;
  background-color: #EBEBEB;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 6%;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding-bottom: 25%;
  }
}
.footer__container {
  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: 216px;
}
.footer__container--logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .footer__container--logo {
    width: 173px;
  }
}
.footer__container--nav {
  margin-top: 56px;
}

.footer__container--cnt {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.footer__container--cnt li {
  transition: 0.4s;
  font-size: 1.6rem;
}
.footer__container--cnt li:hover {
  color: #E01515;
}

@media screen and (max-width: 640px) {
  .footer__container--cnt {
    flex-direction: column;
    text-align: center;
  }
}
.footer__container p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 32px;
}

@media screen and (max-width: 425px) {
  .footer__container p {
    font-size: 3vw;
  }
}
.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/model01/popup.svg) no-repeat center center/contain;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.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/model01/merit_left.svg);
}
.single-works-slider-photo button.slick-next::before {
  background-image: url(../img/model01/merit_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::-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 {
  position: absolute;
  left: 10%;
}
.mfp-arrow-left:after {
  content: "";
  background-image: url(../img/model01/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 {
  position: absolute;
  right: 10%;
}
.mfp-arrow-right:after {
  content: "";
  background-image: url(../img/model01/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;
}

/* form部分のCSS ***********************************************/
.form-wrap {
  max-width: 948px;
  padding: 0 24px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .form-wrap {
    padding: 0 2%;
  }
}
.form-content {
  width: 100%;
}
.form-content > div {
  width: 100%;
}
.form-content > div > form {
  width: 100%;
}

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

form ul {
  margin-bottom: 32px;
  margin-top: 40px;
  display: flex;
  gap: 56px;
}

.form-list ul {
  display: flex;
  gap: 56px;
}

@media screen and (max-width: 640px) {
  .form-list ul {
    gap: 0;
  }
}
.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%;
  flex: 1;
}
form ul .item-name {
  color: #2C2928;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  width: 252px;
  justify-content: space-between;
}
form ul .item-name span.item-req {
  color: #fff;
  background: #1A1A1A;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}
form ul .item-name span.item-any {
  color: #fff;
  background: #9D9D9D;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}
form ul .item-name span.item-noreq {
  color: #fff;
  background: #9F9F9F;
  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: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  opacity: 0.6;
}

.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-radius: 100px;
  border: none;
  margin: auto;
  /* border: 1px solid #216724; */
  position: relative;
}
.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: #F1A0AB;
  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;
  }
  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 {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  opacity: 0.6;
  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);
}

.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;
  line-height: 1.6;
}

.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: #F1A0AB;
  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;
}
.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%;
}


.form-common__inner--privacy--cnt {
  background: #FFF;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}
.form-common__inner--privacy--cnt h3 {
  color: #111111;
  font-size: 1.6rem;
  line-height: 1.71;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}
.form-common__inner--privacy--cnt h4 {
  color: #111111;
  font-size: 1.6rem;
  line-height: 1.71;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}
.form-common__inner--privacy--cnt p {
  color: #111111;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.05em;
}

.form-common__inner--privacy--cnt p:not(:last-of-type) {
  margin-bottom: 4%;
}

.form-common__inner--privacy--check {
  text-align: center;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 171.429%;
  letter-spacing: 0.05em;
  color: #3b3b3b;
}
@media (max-width: 1024px) {
  .privacy-box {
    padding: 2% 2% 3%;
  }
}
@media (max-width: 640px) {
  .privacy-box {
    padding: 4% 4% 5%;
    margin: 0 2%;
  }
}
.section-form__check1, .section-form__check2 {
  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: #111111;
  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;
  padding: 20px;
}
.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 {
  justify-content: center;
}

.section-form__check1, .section-form__check2 {
  padding: 24px;
  text-align: center;
}

.form-common__inner--cnt--left {
  color: #2C2928;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  width: 252px;
  justify-content: space-between;
}
.form-common__inner--label{
  color: #fff;
  background: #9F9F9F;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}

.form-common__inner--label.label-required {
  color: #fff;
  background: #1A1A1A;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}
.form-common__inner--cnt--mail  {
  font-size: 1.4rem;
    margin-top: 16px;
    line-height: 1.6;
}
.form-common__inner--cnt--right {
  margin-bottom: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.form-common button.your-zip {
  width: 100px;
  text-align: center;
  color: #fff;
  background: #3B3B3B;
  font-size: 1.4rem;
  height: 40px;
}
.form-common {
  max-width: 948px;
  padding: 0 24px;
  margin: 0 auto;
}
/* .formError .formErrorContent{
} 
*/

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