@charset "UTF-8";
/* sub --> common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding: 10.6666666667vw 0 16vw 0;
}
@media screen and (min-width: 751px) {
  .sub {
    padding: 5.5555555556vw 0 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 80px 0 120px 0;
  }
}

.sub--section section {
  margin-top: 16vw;
}

.sub--section section:first-child {
  margin-top: 0 !important;
}

.sub-lead {
  position: relative;
  margin-bottom: 18.6666666667vw;
  padding: 0 0.65em;
}
.sub-lead p {
  font-size: 6.9333333333vw;
  line-height: 1.5em;
}

.none {
  margin: 5em 0;
  text-align: center;
}

.complete p,
.notfound p {
  font-weight: 500;
  line-height: 1.8em;
}

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-size: 1.125em;
  font-weight: 900;
}

.complete p:nth-child(n+2),
.notfound p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .sub--section section {
    margin-top: 8.3333333333vw;
  }
  .sub-lead {
    margin-bottom: 3.4722222222vw;
    padding: 0 2.5vw;
  }
  .sub-lead p {
    font-size: 1.1111111111vw;
    line-height: 1.66em;
  }
}
@media screen and (min-width: 1441px) {
  .sub--section section {
    margin-top: 120px;
  }
  .sub-lead {
    margin-bottom: 50px;
    padding: 0 36px;
  }
  .sub-lead p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  #about
-------------------------------------------------------------------------------*/
.about-head {
  text-align: center;
}

.about-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.about-menu a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .about-menu {
    margin: 0 auto;
    width: 89.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .about-menu {
    gap: 2.0833333333vw;
  }
  .about-menu a {
    width: 29.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .about-menu {
    gap: 30px;
  }
  .about-menu a {
    width: 420px;
  }
}
/*  #after
-------------------------------------------------------------------------------*/
/* ------------------------------------------- guarantee - */
.after-guarantee-text {
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .after-guarantee-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .after-guarantee-heading {
    width: 31.9444444444vw;
  }
  .after-guarantee-text {
    margin: 0;
    width: 33.6805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .after-guarantee-heading {
    width: 460px;
  }
  .after-guarantee-text {
    width: 485px;
  }
}
/* ------------------------------------------- building - */
#building > .inner {
  background: #ffffff;
  padding: 0 5.3333333333vw 5.3333333333vw;
}
#building .heading-6 {
  text-align: left;
  margin-bottom: 1.5em;
}
#building h3 {
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}
#building h4 {
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}
#building h5 {
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}
#building p {
  font-weight: 500;
  line-height: 1.6;
}
#building p:nth-child(n+2) {
  margin-top: 1.5em;
}
#building p strong {
  font-size: 3.7333333333vw;
  font-weight: 900;
}
#building .highlight {
  color: #FF4500;
}

.after-building .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  margin: 2em 0;
}
.after-building .group:last-child .imgs {
  margin-bottom: 0;
}
.after-building .group:nth-child(2) .imgs img {
  width: 32vw;
}
.after-building .group:nth-child(3) .imgs img {
  width: 78.6666666667vw;
}

@media screen and (min-width: 751px) {
  #building > .inner {
    padding: 0 2.7777777778vw 2.7777777778vw;
  }
  #building h3 {
    font-size: 2.0833333333vw;
  }
  #building h4 {
    font-size: 1.9444444444vw;
  }
  #building h5 {
    font-size: 1.8055555556vw;
  }
  #building p strong {
    font-size: 1.5277777778vw;
  }
  #building .after-building .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3em;
  }
  #building .after-building .group .texts {
    width: 36.1111111111vw;
  }
  #building .after-building .group .imgs {
    width: 29.1666666667vw;
    gap: 3em;
  }
  #building .after-building .group:nth-child(2) .imgs img {
    width: 10.4166666667vw;
  }
  #building .after-building .group:nth-child(3) .imgs img {
    width: 29.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  #building > .inner {
    padding: 0 40px 40px;
  }
  #building h3 {
    font-size: 3rem;
  }
  #building h4 {
    font-size: 2.8rem;
  }
  #building h5 {
    font-size: 2.6rem;
  }
  #building p strong {
    font-size: 2.2rem;
  }
  #building .after-building .group .texts {
    width: 520px;
  }
  #building .after-building .group .imgs {
    width: 420px;
  }
  #building .after-building .group:nth-child(2) .imgs img {
    width: 150px;
  }
  #building .after-building .group:nth-child(3) .imgs img {
    width: 420px;
  }
}
/* ------------------------------------------- inspection - */
#inspection > .inner {
  background: #ffffff;
  padding: 0 5.3333333333vw 5.3333333333vw;
}
#inspection .heading-6 {
  text-align: left;
  margin-bottom: 1.5em;
}
#inspection h3 {
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}
#inspection h4 {
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}
#inspection h5 {
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}
#inspection p {
  font-weight: 500;
  line-height: 1.6;
}
#inspection p:nth-child(n+2) {
  margin-top: 1.5em;
}
#inspection p strong {
  font-size: 3.7333333333vw;
  font-weight: 900;
}
#inspection .highlight {
  color: #FF4500;
}

@media screen and (min-width: 751px) {
  #inspection > .inner {
    padding: 0 2.7777777778vw 2.7777777778vw;
  }
  #inspection h3 {
    font-size: 2.0833333333vw;
  }
  #inspection h4 {
    font-size: 1.9444444444vw;
  }
  #inspection h5 {
    font-size: 1.8055555556vw;
  }
  #inspection p strong {
    font-size: 1.5277777778vw;
  }
  #inspection .after-inspection .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3em;
  }
  #inspection .after-inspection .group .texts {
    width: 36.1111111111vw;
  }
  #inspection .after-inspection .group .imgs {
    width: 29.1666666667vw;
    gap: 3em;
  }
  #inspection .after-inspection .group:nth-child(2) .imgs img {
    width: 29.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  #inspection > .inner {
    padding: 0 40px 40px;
  }
  #inspection h3 {
    font-size: 3rem;
  }
  #inspection h4 {
    font-size: 2.8rem;
  }
  #inspection h5 {
    font-size: 2.6rem;
  }
  #inspection p strong {
    font-size: 2.2rem;
  }
  #inspection .after-inspection .group .texts {
    width: 520px;
  }
  #inspection .after-inspection .group .imgs {
    width: 420px;
  }
  #inspection .after-inspection .group:nth-child(2) .imgs img {
    width: 420px;
  }
}
/* ------------------------------------------- system - */
#system > .inner {
  background: #ffffff;
  padding: 0 5.3333333333vw 5.3333333333vw;
}
#system .heading-6 {
  text-align: left;
  margin-bottom: 1.5em;
}
#system h3 {
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}
#system h4 {
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}
#system h4 span {
  font-size: 3.0666666667vw;
}
#system h5 {
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
}
#system p {
  font-weight: 500;
  line-height: 1.6;
}
#system p:nth-child(n+2) {
  margin-top: 1.5em;
}
#system p strong {
  font-weight: 900;
}
#system .highlight {
  color: #FF4500;
}

.after-system p span {
  font-size: 4.2666666667vw;
  font-weight: 900;
}
.after-system .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  margin: 2em 0;
}
.after-system .group:last-child .imgs {
  margin-bottom: 0;
}
.after-system .group:nth-child(1) .imgs img {
  width: 32vw;
}
.after-system .group:nth-child(2) .imgs img {
  width: 78.6666666667vw;
}

@media screen and (min-width: 751px) {
  #system > .inner {
    padding: 0 2.7777777778vw 2.7777777778vw;
  }
  #system h3 {
    font-size: 2.0833333333vw;
  }
  #system h4 {
    font-size: 1.9444444444vw;
  }
  #system h4 span {
    font-size: 1.3888888889vw;
  }
  #system h5 {
    font-size: 1.8055555556vw;
  }
  #system p strong {
    font-size: 1.9444444444vw;
  }
  #system .after-system p span {
    font-size: 1.9444444444vw;
  }
  #system .after-system .group:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 3em;
  }
  #system .after-system .group:nth-child(2) .texts {
    width: 36.1111111111vw;
  }
  #system .after-system .group:nth-child(2) .imgs {
    width: 29.1666666667vw;
    gap: 3em;
    margin: 1em 0;
  }
  #system .after-system .group:nth-child(2) .imgs img {
    width: 29.1666666667vw;
  }
  #system .after-system .group:nth-child(3) .imgs {
    width: 48.6111111111vw;
    margin: 3em auto;
  }
  #system .after-system .group:nth-child(4) .imgs {
    width: 48.6111111111vw;
    margin: 3em auto;
  }
}
@media screen and (min-width: 1441px) {
  #system > .inner {
    padding: 0 40px 40px;
  }
  #system h3 {
    font-size: 3rem;
  }
  #system h4 {
    font-size: 2.8rem;
  }
  #system h4 span {
    font-size: 2rem;
  }
  #system h5 {
    font-size: 2.6rem;
  }
  #system p strong {
    font-size: 2.8rem;
  }
  #system .after-system p span {
    font-size: 2.8rem;
  }
  #system .after-system .group:nth-child(2) .texts {
    width: 520px;
  }
  #system .after-system .group:nth-child(2) .imgs {
    width: 420px;
  }
  #system .after-system .group:nth-child(2) .imgs img {
    width: 420px;
  }
  #system .after-system .group:nth-child(3) .imgs {
    width: 700px;
  }
  #system .after-system .group:nth-child(4) .imgs {
    width: 700px;
  }
}
/* ------------------------------------------- important - */
.after-important {
  padding: 8vw 5.3333333333vw;
  background-color: #ffffff;
}

.after-important-image {
  margin-top: 5.3333333333vw;
}

.after-important-ttl {
  position: relative;
  margin-bottom: 5.3333333333vw;
  width: 68vw;
}
.after-important-ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF4500;
  height: 12vw;
  color: #F6F3EA;
  font-size: 7.4666666667vw;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.after-important-ttl span:nth-child(n+2) {
  margin-top: 1.6vw;
}
.after-important-ttl:after {
  content: "";
  position: absolute;
  top: -14.6666666667vw;
  right: -13.3333333333vw;
  display: inline-block;
  width: 23.2vw;
  height: 21.3333333333vw;
  background-image: url(../img/common/candy.svg);
  background-size: contain;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .after-important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.7777777778vw 6.25vw 2.7777777778vw 2.7777777778vw;
    margin: 0 auto;
    width: 75vw;
  }
  .after-important-image {
    margin: 0;
    width: 32.2916666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .after-important-content {
    padding-top: 3.125vw;
    width: 29.1666666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .after-important-ttl {
    margin-bottom: 2.0833333333vw;
    width: 100%;
  }
  .after-important-ttl span {
    height: 4.8611111111vw;
    font-size: 3.1944444444vw;
  }
  .after-important-ttl span:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .after-important-ttl:after {
    top: -3.8888888889vw;
    right: -3.8194444444vw;
    width: 7.8472222222vw;
    height: 6.3194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .after-important {
    padding: 40px 90px 40px 40px;
    width: 1080px;
  }
  .after-important-image {
    width: 465px;
  }
  .after-important-content {
    padding-top: 45px;
    width: 420px;
  }
  .after-important-ttl {
    margin-bottom: 30px;
  }
  .after-important-ttl span {
    height: 70px;
    font-size: 4.6rem;
  }
  .after-important-ttl span:nth-child(n+2) {
    margin-top: 10px;
  }
  .after-important-ttl:after {
    top: -65px;
    right: -55px;
    width: 113px;
    height: 91px;
  }
}
/*  #event
-------------------------------------------------------------------------------*/
.event {
  padding: 16vw 0;
}

.event-btn {
  margin: 8vw auto 0 auto;
  width: 74.1333333333vw;
}

@media screen and (min-width: 751px) {
  .event {
    padding: 8.3333333333vw 0;
  }
  .event-btn {
    margin-top: 3.4722222222vw;
    width: 27.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .event {
    padding: 120px 0;
  }
  .event-btn {
    margin-top: 50px;
    width: 390px;
  }
}
/* ------------------------------------------- slide - */
.event-slide {
  position: relative;
}

.event-slide .swiper-slide {
  left: 2.6666666667vw;
  margin-right: 5.3333333333vw;
  width: 66.6666666667vw !important;
}

.event-slide .swiper-slide:last-child {
  margin-right: 0 !important;
}

.event-slide .swiper-wrapper-disable {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  .event-slide {
    margin: 0 auto;
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .event-slide .swiper-slide {
    left: 1.0416666667vw;
    margin-right: 2.0833333333vw;
    width: 28.6805555556vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .event-slide .swiper-slide {
    left: 15px;
    margin-right: 30px;
    width: 413px !important;
  }
}
/*  #first
-------------------------------------------------------------------------------*/
.sub--first {
  padding-bottom: 0 !important;
}

/* ------------------------------------------- mv - */
.mv--about {
  background-image: none;
}
.mv--about .mv-text {
  margin-top: 4vw;
}
@media screen and (min-width: 751px) {
  .mv--about .mv-text {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv--about .mv-text {
    margin-top: 30px;
  }
}
.mv--about .mv-text p {
  font-size: 4.8vw;
  font-weight: 900;
}
@media screen and (min-width: 751px) {
  .mv--about .mv-text p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv--about .mv-text p {
    font-size: 2.4rem;
  }
}

/* ------------------------------------------- weak-point - */
.first-weak-heading {
  white-space: nowrap;
}

.first-weak-text {
  margin-top: 2.6666666667vw;
}

.first-weak-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw 0;
  margin-top: 13.3333333333vw;
}

.first-weak-point > li {
  position: relative;
  padding: 10.6666666667vw 6.4vw 6.4vw 6.4vw;
  background-color: #ffffff;
}
.first-weak-point > li:before {
  content: "“";
  position: absolute;
  top: -8vw;
  left: 6.4vw;
  display: inline-block;
  color: #FF4500;
  font-size: 25.6vw;
  font-weight: 900;
  line-height: 1em;
  z-index: 1;
}

.first-weak-point-ttl {
  margin-bottom: 0.7em;
  font-size: 4.5333333333vw;
  font-weight: 900;
  line-height: 1.6em;
}

.first-weak-point-text p {
  font-weight: 500;
  line-height: 1.8em;
}

@media screen and (max-width: 750px) {
  .first-weak-point > li {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .first-weak-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .first-weak-heading {
    width: 41.6666666667vw;
  }
  .first-weak-text {
    margin: 0;
    width: 33.6805555556vw;
  }
  .first-weak-point {
    gap: 2.0833333333vw 1.0416666667vw;
    margin-top: 3.8194444444vw;
  }
  .first-weak-point > li {
    padding: 2.7777777778vw 2.3611111111vw 2.3611111111vw 2.3611111111vw;
  }
  .first-weak-point > li:before {
    top: -1.9444444444vw;
    left: 1.9444444444vw;
    font-size: 6.6666666667vw;
  }
  .first-weak-point--3 {
    width: 24.3055555556vw;
  }
  .first-weak-point--2 {
    width: 36.9791666667vw;
  }
  .first-weak-point-ttl {
    font-size: 1.5277777778vw;
    line-height: 1.8em;
  }
  .first-weak-point-text p {
    line-height: 1.9em;
  }
}
@media screen and (min-width: 1441px) {
  .first-weak-heading {
    width: 460px;
  }
  .first-weak-text {
    width: 485px;
  }
  .first-weak-point {
    gap: 30px 15px;
    margin-top: 55px;
  }
  .first-weak-point > li {
    padding: 40px 34px 34px 34px;
  }
  .first-weak-point > li:before {
    top: -28px;
    left: 28px;
    font-size: 9.6rem;
  }
  .first-weak-point--3 {
    width: 350px;
  }
  .first-weak-point--2 {
    width: 532.5px;
  }
  .first-weak-point-ttl {
    font-size: 2.2rem;
  }
}
/* ------------------------------------------- step - */
.first-step {
  position: relative;
}
.first-step:after {
  content: "";
  position: absolute;
  top: -6.1333333333vw;
  right: 0;
  display: inline-block;
  width: 25.6vw;
  height: 15.4666666667vw;
  background-image: url(../img/about/candy.svg);
  background-size: contain;
}

.first-step-text {
  margin-top: 2.6666666667vw;
}

.first-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12vw 0;
  margin-top: 12vw;
}

.first-step-list > li {
  position: relative;
  padding: 10.6666666667vw 3.2vw;
  width: 100%;
  background-color: #FF4500;
}

.first-step-list-num {
  position: absolute;
  top: -5.0666666667vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.2em;
  width: 32vw;
  height: 9.6vw;
  background-color: #ffffff;
  border-color: #FF4500;
  border-style: solid;
  border-width: 1.0666666667vw;
  border-radius: 13.3333333333vw;
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.first-step-list-ttl {
  margin-bottom: 0.5em;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.2em;
}

.first-step-list-text p {
  color: #ffffff;
  line-height: 1.65em;
}

@media screen and (max-width: 750px) {
  .first-step-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .first-step-list-image {
    width: 29.8666666667vw;
  }
  .first-step-list-content {
    width: 48.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .first-step:after {
    top: 5.5555555556vw;
    width: 12.8472222222vw;
    height: 7.7083333333vw;
  }
  .first-step-text {
    margin-top: 2.0833333333vw;
  }
  .first-step-list {
    gap: 4.5138888889vw 1.3888888889vw;
    margin-top: 5.2083333333vw;
  }
  .first-step-list > li {
    padding: 2.0833333333vw 1.25vw;
    width: 17.7083333333vw;
  }
  .first-step-list-num {
    top: -1.0416666667vw;
    width: 9.4444444444vw;
    height: 2.6388888889vw;
    border-width: 0.2777777778vw;
    border-radius: 3.4722222222vw;
    font-size: 1.4583333333vw;
  }
  .first-step-list-image {
    margin-bottom: 1.3888888889vw;
  }
  .first-step-list-ttl {
    font-size: 1.5277777778vw;
    text-align: center;
  }
  .first-step-list-text p {
    line-height: 1.85em;
  }
}
@media screen and (min-width: 1441px) {
  .first-step:after {
    top: 80px;
    width: 185px;
    height: 111px;
  }
  .first-step-text {
    margin-top: 30px;
  }
  .first-step-list {
    gap: 65px 20px;
    margin-top: 75px;
  }
  .first-step-list > li {
    padding: 30px 18px;
    width: 255px;
  }
  .first-step-list-num {
    top: -15px;
    width: 136px;
    height: 38px;
    border-width: 4px;
    border-radius: 50px;
    font-size: 2.1rem;
  }
  .first-step-list-image {
    margin-bottom: 20px;
  }
  .first-step-list-ttl {
    font-size: 2.2rem;
  }
}
/* ------------------------------------------- recommend - */
.first-recommend-box {
  position: relative;
  margin-bottom: 16vw;
  padding: 8vw 5.3333333333vw;
  background-color: #FF4500;
}
.first-recommend-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12.2666666667vw;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.3333333333vw 12.5333333333vw 0px 12.5333333333vw;
  border-color: #FF4500 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.first-recommend-head {
  margin-bottom: 6.6666666667vw;
}
.first-recommend-head .heading-7-en,
.first-recommend-head .heading-7-ja {
  color: #ffffff;
  text-align: center;
}
.first-recommend-head .heading-7-en {
  font-size: 11.7333333333vw;
}
.first-recommend-head .heading-7-ja {
  font-size: 3.7333333333vw;
}

.first-recommend-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.2vw 4.5333333333vw;
  background-color: #ffffff;
}

.first-recommend-target li {
  padding-left: 1.2em;
  font-size: 4vw;
  font-weight: 700;
  text-indent: -1.2em;
  line-height: 1.6em;
}
.first-recommend-target li:before {
  content: "・";
  margin-right: 0.2em;
}

.first-recommend-target li:nth-child(n+2) {
  margin-top: 0.5em;
}

.first-recommend-consul {
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (min-width: 751px) {
  .first-recommend-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7.2916666667vw;
    padding: 3.125vw 4.1666666667vw;
  }
  .first-recommend-box:after {
    bottom: -4.375vw;
    border-width: 2.5vw 6.25vw 0 6.25vw;
  }
  .first-recommend-head {
    margin: 0;
  }
  .first-recommend-head .heading-7-en,
  .first-recommend-head .heading-7-ja {
    text-align: left;
  }
  .first-recommend-head .heading-7-en {
    font-size: 3.8194444444vw;
  }
  .first-recommend-head .heading-7-ja {
    font-size: 1.25vw;
  }
  .first-recommend-content {
    padding: 2.7777777778vw 0;
    width: 39.9305555556vw;
  }
  .first-recommend-target li {
    font-size: 1.25vw;
  }
  .first-recommend-consul {
    font-size: 2.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .first-recommend-box {
    margin-bottom: 105px;
    padding: 45px 60px;
  }
  .first-recommend-box:after {
    bottom: -63px;
    border-width: 36px 90px 0px 90px;
  }
  .first-recommend-head {
    margin: 0;
  }
  .first-recommend-head .heading-7-en {
    font-size: 5.5rem;
  }
  .first-recommend-head .heading-7-ja {
    font-size: 1.8rem;
  }
  .first-recommend-content {
    padding: 40px 0;
    width: 575px;
  }
  .first-recommend-target li {
    font-size: 1.8rem;
  }
  .first-recommend-consul {
    font-size: 3.8rem;
  }
}
/* ------------------------------------------- feature - */
.first-feature {
  position: relative;
  margin: 0 !important;
  min-height: 100vh;
}

.first-feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/about/bg_sp.jpg);
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.first-feature.is-active .first-feature-bg {
  opacity: 1;
}

.first-feature.is-fixed .first-feature-bg {
  position: fixed;
}

.first-feature .inner {
  position: relative;
  padding: 16vw 0;
  z-index: 1;
}

.first-feature-text {
  margin-top: 2.6666666667vw;
}

.first-feature.is-active .first-feature-head .heading-7-en,
.first-feature.is-active .first-feature-head .heading-7-ja {
  color: #ffffff;
}
.first-feature.is-active .first-feature-text p {
  color: #ffffff;
}

.first-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw 0;
  margin-top: 10.6666666667vw;
  padding: 6.4vw 6.1333333333vw;
  background-color: #F6F3EA;
}

.first-feature-list > li {
  width: 100%;
}

.first-feature-list-image {
  margin-bottom: 5.3333333333vw;
}

.first-feature-list-ttl {
  margin-bottom: 0.5em;
  font-size: 4.5333333333vw;
  font-weight: 900;
  line-height: 1.6em;
}

.first-feature-list-text p {
  font-weight: 500;
  line-height: 1.8em;
}

.first-feature-list-btn {
  margin: 4vw auto 0 auto;
  width: 100%;
}
.first-feature-list-btn .btn-main span {
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 751px) {
  .first-feature-bg {
    background-image: url(../img/about/bg.jpg);
    background-image: image-set(url(../img/about/bg.jpg) 1x, url(../img/about/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/about/bg.jpg) 1x, url(../img/about/bg-2x.jpg) 2x);
  }
  .first-feature .inner {
    padding: 8.3333333333vw 0;
  }
  .first-feature-text {
    margin-top: 2.7777777778vw;
  }
  .first-feature-list {
    gap: 2.7777777778vw;
    margin-top: 4.8611111111vw;
    padding: 3.4722222222vw 2.7777777778vw;
  }
  .first-feature-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .first-feature-list-image {
    margin: 0;
    width: 21.6666666667vw;
  }
  .first-feature-list-content {
    width: 45.1388888889vw;
  }
  .first-feature-list-ttl {
    font-size: 1.8055555556vw;
  }
  .first-feature-list-btn {
    margin: 2.0833333333vw 0 0 0;
    width: 27.7777777778vw;
  }
  .first-feature-list-btn .btn-main span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .first-feature .inner {
    padding: 120px 0;
  }
  .first-feature-text {
    margin-top: 40px;
  }
  .first-feature-list {
    gap: 40px;
    margin-top: 70px;
    padding: 50px 40px;
  }
  .first-feature-list-image {
    width: 312px;
  }
  .first-feature-list-content {
    width: 650px;
  }
  .first-feature-list-ttl {
    font-size: 2.6rem;
  }
  .first-feature-list-btn {
    margin: 30px 0 0 0;
    width: 400px;
  }
  .first-feature-list-btn .btn-main span {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- faq - */
.first-faq-text {
  margin-top: 2.6666666667vw;
}

.first-faq-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 8vw;
}

.c-faq {
  position: relative;
  padding: 0 4.5333333333vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
}

.c-faq dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 9.3333333333vw 4vw 9.3333333333vw;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  overflow: hidden;
  cursor: pointer;
}
.c-faq dt:before {
  content: "Q";
  position: absolute;
  top: 0.7em;
  left: 0;
  color: #FF4500;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1em;
}
.c-faq dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/about/plus.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-faq dt.is-open:after {
  background-image: url(../img/about/minus.svg);
}

.c-faq dd {
  display: none;
  position: relative;
  padding: 2.6666666667vw 0 4vw 0;
  border-top-color: #ebebeb;
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .first-faq-text {
    margin-top: 2.0833333333vw;
  }
  .first-faq-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.0416666667vw;
    margin-top: 3.4722222222vw;
  }
  .c-faq {
    padding: 0 2.7777777778vw;
    border-radius: 0.6944444444vw;
  }
  .c-faq dt {
    padding: 2.0833333333vw 4.8611111111vw 2.0833333333vw 3.4722222222vw;
    font-size: 1.3888888889vw;
  }
  .c-faq dt:before {
    font-size: 2.2222222222vw;
  }
  .c-faq dt:after {
    width: 2.5vw;
    height: 2.5vw;
  }
  .c-faq dd {
    padding: 1.7361111111vw 0 2.0833333333vw 0;
    border-top-width: 0.0694444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1441px) {
  .first-faq-text {
    margin-top: 30px;
  }
  .first-faq-post {
    gap: 15px;
    margin-top: 50px;
  }
  .c-faq {
    padding: 0 40px;
    border-radius: 10px;
  }
  .c-faq dt {
    padding: 30px 70px 30px 50px;
    font-size: 2rem;
  }
  .c-faq dt:before {
    font-size: 3.2rem;
  }
  .c-faq dt:after {
    width: 36px;
    height: 36px;
  }
  .c-faq dd {
    padding: 25px 0 30px 0;
    border-top-width: 1px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- partner - */
.first-partner {
  position: relative;
  padding-bottom: 9.3333333333vw;
}

.first-partner-box {
  position: relative;
  padding: 10.6666666667vw 2.6666666667vw;
  background-color: #ffffff;
  z-index: 1;
}
.first-partner-box:before, .first-partner-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.first-partner-box:before {
  left: 8vw;
  bottom: -2.1333333333vw;
  width: 12.8vw;
  height: 10.1333333333vw;
  background-image: url(../img/common/candy.svg);
}
.first-partner-box:after {
  top: -2.1333333333vw;
  right: 4.5333333333vw;
  width: 13.3333333333vw;
  height: 10.6666666667vw;
  background-image: url(../img/common/candy-g.svg);
}

.first-partner-en {
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.15em;
}

.first-partner-ja {
  margin-top: 4vw;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
}

.first-partner-text {
  margin-top: 8vw;
}
.first-partner-text p {
  text-align: center;
  line-height: 1.8em;
}

.first-partner-marquee {
  position: absolute;
  bottom: -0.7em;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.first-partner-marquee-wrap {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 100s linear infinite;
          animation: marquee 100s linear infinite;
}

.first-partner-marquee-wrap span {
  display: inline-block;
  padding-right: 1em;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 16vw;
  font-weight: 900;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  .first-partner {
    padding-bottom: 5.5555555556vw;
  }
  .first-partner-box {
    padding: 5.5555555556vw 7.2916666667vw;
  }
  .first-partner-box:before {
    top: 12.3611111111vw;
    bottom: auto;
    left: 7.9861111111vw;
    width: 7.9166666667vw;
    height: 6.4583333333vw;
  }
  .first-partner-box:after {
    top: 7.3611111111vw;
    right: 8.6805555556vw;
    width: 8.4722222222vw;
    height: 6.875vw;
  }
  .first-partner-en {
    font-size: 2.7777777778vw;
  }
  .first-partner-ja {
    margin-top: 1.7361111111vw;
    font-size: 2.9166666667vw;
  }
  .first-partner-text {
    margin-top: 1.3888888889vw;
  }
  .first-partner-marquee-wrap span {
    font-size: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .first-partner {
    padding-bottom: 80px;
  }
  .first-partner-box {
    padding: 80px 105px;
  }
  .first-partner-box:before {
    top: 178px;
    left: 115px;
    width: 114px;
    height: 93px;
  }
  .first-partner-box:after {
    top: 106px;
    right: 125px;
    width: 122px;
    height: 99px;
  }
  .first-partner-en {
    font-size: 4rem;
  }
  .first-partner-ja {
    margin-top: 25px;
    font-size: 4.2rem;
  }
  .first-partner-text {
    margin-top: 20px;
  }
  .first-partner-marquee-wrap span {
    font-size: 15rem;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}
/* ------------------------------------------- story - */
.first-story {
  position: relative;
  padding-top: 18.6666666667vw;
}

.first-story-head {
  text-align: center;
}
.first-story-head .heading-7-en {
  font-size: 11.7333333333vw;
}
.first-story-head .heading-7-ja {
  font-size: 4.8vw;
}

.first-story-text {
  margin-top: 8vw;
}
.first-story-text p {
  text-align: center;
  line-height: 1.8em;
}

.first-story-movie {
  margin: 46.6666666667vw auto 0 auto;
  width: 100%;
}

.first-story-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw;
  margin-top: 16vw;
}

.first-story-list > li {
  position: relative;
  width: 100%;
}

.first-story-list-num {
  margin-bottom: 0.5em;
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1em;
}

.first-story-list-ttl {
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.6em;
}

.first-story-list-text {
  margin-top: 5.3333333333vw;
}
.first-story-list-text p {
  line-height: 1.8em;
}

.first-story-list-image {
  margin-top: 5.3333333333vw;
}

.first-story-image {
  position: absolute;
}

.first-story-image--1 {
  top: 2.6666666667vw;
  left: 4vw;
  width: 20vw;
  z-index: 1;
}

.first-story-image--2 {
  top: 16vw;
  left: -5.3333333333vw;
  width: 24.8vw;
}

.first-story-image--3 {
  top: 200vw;
  left: 12vw;
  width: 24.2666666667vw;
}

.first-story-image--4 {
  top: -8vw;
  right: 8vw;
  width: 19.7333333333vw;
  z-index: 1;
}

.first-story-image--5 {
  top: 0;
  right: -5.3333333333vw;
  width: 25.8666666667vw;
}

.first-story-image--6 {
  top: 208vw;
  right: 12vw;
  width: 32.2666666667vw;
}

@media screen and (min-width: 751px) {
  .first-story {
    padding: 0;
  }
  .first-story-head .heading-7-en {
    font-size: 8.0555555556vw;
  }
  .first-story-head .heading-7-ja {
    font-size: 2.9166666667vw;
  }
  .first-story-text {
    margin-top: 3.4722222222vw;
  }
  .first-story-movie {
    margin: 5.5555555556vw auto 0 auto;
    width: 50vw;
  }
  .first-story-list {
    gap: 2.7777777778vw;
    margin-top: 6.9444444444vw;
  }
  .first-story-list > li {
    padding-bottom: 22.9166666667vw;
    width: 23.125vw;
  }
  .first-story-list-num {
    font-size: 1.1805555556vw;
  }
  .first-story-list-ttl {
    font-size: 1.3888888889vw;
  }
  .first-story-list-text {
    margin-top: 1.0416666667vw;
  }
  .first-story-list-text p {
    line-height: 1.8em;
  }
  .first-story-list-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
  .first-story-image--1 {
    top: 0;
    left: -4.8611111111vw;
    width: 17.3611111111vw;
  }
  .first-story-image--2 {
    top: 11.8055555556vw;
    left: -11.1111111111vw;
    width: 21.3888888889vw;
  }
  .first-story-image--3 {
    top: 29.1666666667vw;
    left: 2.0833333333vw;
    width: 11.875vw;
  }
  .first-story-image--4 {
    top: -5.2083333333vw;
    right: 2.0833333333vw;
    width: 11.875vw;
  }
  .first-story-image--5 {
    top: 0;
    right: -10.7638888889vw;
    width: 21.3888888889vw;
  }
  .first-story-image--6 {
    top: 27.0833333333vw;
    right: -10.0694444444vw;
    width: 17.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .first-story-head .heading-7-en {
    font-size: 11.6rem;
  }
  .first-story-head .heading-7-ja {
    font-size: 4.2rem;
  }
  .first-story-text {
    margin-top: 50px;
  }
  .first-story-movie {
    margin: 80px auto 0 auto;
    width: 720px;
  }
  .first-story-list {
    gap: 40px;
    margin-top: 100px;
  }
  .first-story-list > li {
    padding-bottom: 330px;
    width: 333px;
  }
  .first-story-list-num {
    font-size: 1.7rem;
  }
  .first-story-list-ttl {
    font-size: 2rem;
  }
  .first-story-list-text {
    margin-top: 15px;
  }
  .first-story-list-text p {
    line-height: 1.8em;
  }
  .first-story-image--1 {
    left: -70px;
    width: 250px;
  }
  .first-story-image--2 {
    top: 170px;
    left: -160px;
    width: 308px;
  }
  .first-story-image--3 {
    top: 420px;
    left: 30px;
    width: 171px;
  }
  .first-story-image--4 {
    top: -75px;
    right: 30px;
    width: 171px;
  }
  .first-story-image--5 {
    right: -155px;
    width: 308px;
  }
  .first-story-image--6 {
    top: 390px;
    right: -145px;
    width: 250px;
  }
}
/*  #land
-------------------------------------------------------------------------------*/
.sub--land .area {
  padding: 0 !important;
}

.sub--land .mv-btn {
  width: 74.6666666667vw;
  line-height: 1.3;
}
@media screen and (min-width: 751px) {
  .sub--land .mv-btn {
    width: 32.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--land .mv-btn {
    width: 470px;
  }
}

/* ------------------------------------------- team - */
.land-team-heading {
  text-align: center;
}
.land-team-heading span {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.2em;
  color: #F6F3EA;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  z-index: 1;
}
.land-team-heading span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF4500;
  z-index: -1;
}
.land-team-heading span:nth-of-type(1):before {
  width: calc(100% - 0.5em);
}
.land-team-heading span:nth-of-type(3):before {
  left: auto;
  right: 0;
  width: calc(100% - 0.5em);
}
.land-team-heading span:nth-of-type(n + 2) {
  margin-top: 1.0666666667vw;
}

.land-team-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.3333333333vw;
}

.land-team-image > li {
  width: 27.7333333333vw;
}

.land-team-text {
  margin-top: 5.3333333333vw;
}
.land-team-text p {
  font-weight: 500;
  text-align: center;
  line-height: 1.8em;
}

@media screen and (min-width: 751px) {
  .land-team-heading span {
    font-size: 2.6388888889vw;
  }
  .land-team-heading span:nth-of-type(n + 2) {
    margin-top: 0.4861111111vw;
  }
  .land-team-image {
    margin-top: 3.4722222222vw;
  }
  .land-team-image > li {
    width: 23.125vw;
  }
  .land-team-text {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .land-team-heading span {
    font-size: 3.8rem;
  }
  .land-team-heading span:nth-of-type(n + 2) {
    margin-top: 7px;
  }
  .land-team-image {
    margin-top: 50px;
  }
  .land-team-image > li {
    width: 333px;
  }
  .land-team-text {
    margin-top: 40px;
  }
}
/* ------------------------------------------- promise - */
.land-promise {
  position: relative;
  margin-top: 4.2666666667vw;
  padding: 8vw 7.4666666667vw 10.6666666667vw 7.4666666667vw;
  background-color: #ffffff;
}
.land-promise:after {
  content: "";
  position: absolute;
  top: -4.2666666667vw;
  left: 50%;
  display: inline-block;
  width: 21.8666666667vw;
  height: 10.4vw;
  background-image: url(../img/common/candy-face.svg);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
}

.land-promise-heading {
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
}

.land-promise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16vw 0;
  margin-top: 17.3333333333vw;
}

.land-promise-list > li {
  position: relative;
  padding: 14.6666666667vw 5.0666666667vw 6.6666666667vw 5.3333333333vw;
  width: 100%;
  border-radius: 5.3333333333vw;
}

.land-promise-num {
  position: absolute;
  top: -11.7333333333vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23.4666666667vw;
  height: 23.4666666667vw;
  background-color: #ffffff;
  border-style: solid;
  border-width: 2.6666666667vw;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.land-promise-num p {
  font-size: 3.2vw;
  font-weight: 900;
  text-align: center;
}
.land-promise-num p span {
  display: inline-block;
  margin-top: 0.15em;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.7333333333vw;
}

.land-promise-text p {
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.6em;
}

.land-promise-list > li:nth-child(1) {
  background-color: #F5D03A;
}
.land-promise-list > li:nth-child(1) .land-promise-num {
  border-color: #F5D03A;
}

.land-promise-list > li:nth-child(2) {
  background-color: #F7BEB5;
}
.land-promise-list > li:nth-child(2) .land-promise-num {
  border-color: #F7BEB5;
}

.land-promise-list > li:nth-child(3) {
  background-color: #97CFA5;
}
.land-promise-list > li:nth-child(3) .land-promise-num {
  border-color: #97CFA5;
}

@media screen and (min-width: 751px) {
  .land-promise {
    margin-top: 2.6388888889vw;
    padding: 3.8194444444vw 6.25vw 4.5138888889vw 6.25vw;
  }
  .land-promise:after {
    top: -2.6388888889vw;
    width: 11.25vw;
    height: 5.2777777778vw;
  }
  .land-promise-heading {
    font-size: 2.9166666667vw;
  }
  .land-promise-list {
    gap: 2.0833333333vw;
    margin-top: 5.9027777778vw;
  }
  .land-promise-list > li {
    padding: 3.8194444444vw 2.0138888889vw 2.4305555556vw 2.0138888889vw;
    width: 19.4444444444vw;
    border-radius: 1.3888888889vw;
  }
  .land-promise-num {
    top: -3.0555555556vw;
    width: 6.1111111111vw;
    height: 6.1111111111vw;
    border-width: 0.6944444444vw;
  }
  .land-promise-num p {
    font-size: 0.8333333333vw;
  }
  .land-promise-num p span {
    font-size: 3.0555555556vw;
  }
  .land-promise-text p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .land-promise {
    margin-top: 38px;
    padding: 55px 90px 65px 90px;
  }
  .land-promise:after {
    top: -38px;
    width: 162px;
    height: 76px;
  }
  .land-promise-heading {
    font-size: 4.2rem;
  }
  .land-promise-list {
    gap: 30px;
    margin-top: 85px;
  }
  .land-promise-list > li {
    padding: 55px 29px 35px 29px;
    width: 280px;
    border-radius: 20px;
  }
  .land-promise-num {
    top: -44px;
    width: 88px;
    height: 88px;
    border-width: 10px;
  }
  .land-promise-num p {
    font-size: 1.2rem;
  }
  .land-promise-num p span {
    font-size: 4.4rem;
  }
  .land-promise-text p {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- event - */
.land-event-btn {
  margin: 8vw auto 0 auto;
  width: 85.3333333333vw;
  max-width: 100%;
}
@media screen and (min-width: 751px) {
  .land-event-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 29.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .land-event-btn {
    margin: 50px auto 0 auto;
    width: 420px;
  }
}

/* ------------------------------------------- voice - */
.land-voice {
  margin-top: 10.6666666667vw;
}

.land-voice dl {
  padding: 8vw 4.6666666667vw;
  background-color: #ffffff;
  border-radius: 8vw;
}

.land-voice dl:nth-child(n+2) {
  margin-top: 8vw;
}

.land-voice dt,
.land-voice dd {
  position: relative;
}
.land-voice dt:before,
.land-voice dd:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 15.2vw;
  height: 15.2vw;
  background-size: contain;
}

.land-voice dt {
  position: relative;
  padding-left: 20.5333333333vw;
  color: #FF4500;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.6em;
}
.land-voice dt:before {
  top: 0;
}

.land-voice dd {
  margin-top: 5.3333333333vw;
  padding: 5.3333333333vw 0 0 20.5333333333vw;
  border-top-color: #EBEBEB;
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.8em;
}
.land-voice dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em;
}
.land-voice dd ul li:before {
  content: "・";
}
.land-voice dd:before {
  top: 5.3333333333vw;
}

.land-voice dl:nth-child(odd) dt:before {
  background-image: url(../img/land/icon-g.svg);
}

.land-voice dl:nth-child(even) dt:before {
  background-image: url(../img/land/icon-p.svg);
}

.land-voice dd:before {
  background-image: url(../img/land/advice.svg);
}

@media screen and (min-width: 751px) {
  .land-voice {
    margin-top: 3.8194444444vw;
  }
  .land-voice dl {
    padding: 2.4305555556vw;
    border-radius: 2.0833333333vw;
  }
  .land-voice dl:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .land-voice dt:before,
  .land-voice dd:before {
    width: 6.0416666667vw;
    height: 6.0416666667vw;
  }
  .land-voice dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7.4305555556vw;
    min-height: 6.0416666667vw;
    font-size: 1.5277777778vw;
  }
  .land-voice dt:before {
    top: 0;
  }
  .land-voice dd {
    margin-top: 1.7361111111vw;
    padding: 1.7361111111vw 0 0 7.4305555556vw;
    border-top-width: 0.0694444444vw;
    font-size: 1.1111111111vw;
  }
  .land-voice dd:before {
    top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .land-voice {
    margin-top: 55px;
  }
  .land-voice dl {
    padding: 35px;
    border-radius: 30px;
  }
  .land-voice dl:nth-child(n+2) {
    margin-top: 40px;
  }
  .land-voice dt:before,
  .land-voice dd:before {
    width: 87px;
    height: 87px;
  }
  .land-voice dt {
    padding-left: 107px;
    min-height: 87px;
    font-size: 2.2rem;
  }
  .land-voice dd {
    margin-top: 25px;
    padding: 25px 0 0 107px;
    border-top-width: 1px;
    font-size: 1.6rem;
  }
  .land-voice dd:before {
    top: 25px;
  }
}
/* ------------------------------------------- consul - */
.land-consul-heading {
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
}
.land-consul-heading span {
  position: relative;
  z-index: 1;
}
.land-consul-heading span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.1333333333vw;
  background-color: #F5D03A;
  z-index: -1;
}

.land-consul-tabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 8vw;
}
.land-consul-tabel ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11.4666666667vw;
  border-top-style: solid;
  border-top-width: 1px;
}
.land-consul-tabel ul li:first-child {
  border-top: none;
}

.land-consul-tabel-mark {
  width: 5.3333333333vw;
}

.land-consul-tabel-th {
  width: 14.1333333333vw;
  border-radius: 1.6vw 0 0 1.6vw;
  overflow: hidden;
}
.land-consul-tabel-th > li {
  background-color: #FF4500;
  border-top-color: #ffffff;
  color: #ffffff;
  font-size: 2.1333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}

.land-consul-tabel-realestate {
  border-right-color: #B1B1B1;
  border-right-style: solid;
  border-right-width: 1px;
}
.land-consul-tabel-realestate > li {
  background-color: #F3F3F3;
  border-top-color: #B1B1B1;
}
.land-consul-tabel-realestate > li:nth-child(1) {
  border-radius: 1.6vw 0 0 0;
}

.land-consul-tabel-housing > li {
  background-color: #F3F3F3;
  border-top-color: #B1B1B1;
}

.land-consul-tabel-realestate,
.land-consul-tabel-housing {
  width: 17.8666666667vw;
}
.land-consul-tabel-realestate > li .land-consul-tabel-mark,
.land-consul-tabel-housing > li .land-consul-tabel-mark {
  margin: 0 auto;
}
.land-consul-tabel-realestate > li p,
.land-consul-tabel-housing > li p {
  margin-bottom: 1.3333333333vw;
  font-size: 1.7333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
}
.land-consul-tabel-realestate > li:nth-child(1),
.land-consul-tabel-housing > li:nth-child(1) {
  background-color: #D6D6D6;
  height: 8.8vw;
  font-size: 1.8666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
}

.land-consul-tabel-candyhouse {
  width: 39.4666666667vw;
}
.land-consul-tabel-candyhouse > li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6vw;
  background-color: #ffffff;
  border-top-color: #B1B1B1;
}
.land-consul-tabel-candyhouse > li p {
  width: 29.3333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
}
.land-consul-tabel-candyhouse > li:nth-child(1) {
  height: 11.4666666667vw;
  background-color: #FF4500;
  border-radius: 1.6vw 1.6vw 0 0;
}
.land-consul-tabel-candyhouse > li:nth-child(1):after {
  content: "";
  position: absolute;
  top: -10.1333333333vw;
  right: 0;
  display: inline-block;
  width: 16.5333333333vw;
  height: 13.3333333333vw;
  background-image: url(../img/common/candy-g.svg);
  background-size: contain;
  z-index: 1;
}
.land-consul-tabel-candyhouse > li:nth-child(1) img {
  width: 29.3333333333vw;
}
.land-consul-tabel-candyhouse > li:last-child {
  border-radius: 0 0 1.6vw 0;
}

@media screen and (max-width: 750px) {
  .land-consul-tabel-th li:nth-child(n+2) {
    height: 18.6666666667vw;
  }
  .land-consul-tabel-realestate li:nth-child(n+3),
  .land-consul-tabel-housing li:nth-child(n+3),
  .land-consul-tabel-candyhouse li:nth-child(n+3) {
    height: 18.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .land-consul-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.9166666667vw;
  }
  .land-consul-heading span:before {
    height: 1.3888888889vw;
  }
  .land-consul-tabel {
    margin-top: 4.5138888889vw;
  }
  .land-consul-tabel ul li {
    height: 9.4444444444vw;
    border-top-width: 0.0694444444vw;
  }
  .land-consul-tabel-mark {
    width: 3.6111111111vw;
  }
  .land-consul-tabel-th {
    width: 12.5vw;
    border-radius: 1.3888888889vw 0 0 1.3888888889vw;
  }
  .land-consul-tabel-th > li {
    font-size: 1.3888888889vw;
  }
  .land-consul-tabel-realestate {
    border-right-width: 0.0694444444vw;
  }
  .land-consul-tabel-realestate > li:nth-child(1) {
    border-radius: 1.3888888889vw 0 0 0;
  }
  .land-consul-tabel-realestate,
  .land-consul-tabel-housing {
    width: 13.8888888889vw;
  }
  .land-consul-tabel-realestate > li p,
  .land-consul-tabel-housing > li p {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
  .land-consul-tabel-realestate > li:nth-child(1),
  .land-consul-tabel-housing > li:nth-child(1) {
    height: 6.9444444444vw;
    font-size: 1.3888888889vw;
  }
  .land-consul-tabel-candyhouse {
    width: 33.4722222222vw;
  }
  .land-consul-tabel-candyhouse > li {
    gap: 1.3888888889vw;
  }
  .land-consul-tabel-candyhouse > li p {
    width: 15.2777777778vw;
    font-size: 1.3888888889vw;
  }
  .land-consul-tabel-candyhouse > li:nth-child(1) {
    height: 9.5138888889vw;
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  }
  .land-consul-tabel-candyhouse > li:nth-child(1):after {
    top: -1.1111111111vw;
    width: 5.4166666667vw;
    height: 4.375vw;
  }
  .land-consul-tabel-candyhouse > li:nth-child(1) img {
    width: 24.5138888889vw;
  }
  .land-consul-tabel-candyhouse > li:last-child {
    border-radius: 0 0 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .land-consul-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.2rem;
  }
  .land-consul-heading span:before {
    height: 20px;
  }
  .land-consul-tabel {
    margin-top: 65px;
  }
  .land-consul-tabel ul li {
    height: 136px;
    border-top-width: 1px;
  }
  .land-consul-tabel-mark {
    width: 52px;
  }
  .land-consul-tabel-th {
    width: 180px;
    border-radius: 20px 0 0 20px;
  }
  .land-consul-tabel-th > li {
    font-size: 2rem;
  }
  .land-consul-tabel-realestate {
    border-right-width: 1px;
  }
  .land-consul-tabel-realestate > li:nth-child(1) {
    border-radius: 20px 0 0 0;
  }
  .land-consul-tabel-realestate,
  .land-consul-tabel-housing {
    width: 200px;
  }
  .land-consul-tabel-realestate > li p,
  .land-consul-tabel-housing > li p {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .land-consul-tabel-realestate > li:nth-child(1),
  .land-consul-tabel-housing > li:nth-child(1) {
    height: 100px;
    font-size: 2rem;
  }
  .land-consul-tabel-candyhouse {
    width: 482px;
  }
  .land-consul-tabel-candyhouse > li {
    gap: 20px;
  }
  .land-consul-tabel-candyhouse > li p {
    width: 220px;
    font-size: 2rem;
  }
  .land-consul-tabel-candyhouse > li:nth-child(1) {
    height: 137px;
    border-radius: 20px 20px 0 0;
  }
  .land-consul-tabel-candyhouse > li:nth-child(1):after {
    top: -16px;
    right: 13px;
    width: 78px;
    height: 63px;
  }
  .land-consul-tabel-candyhouse > li:nth-child(1) img {
    width: 353px;
  }
  .land-consul-tabel-candyhouse > li:last-child {
    border-radius: 0 0 20px 0;
  }
}
/* sub --> company
-------------------------------------------------------------------------------*/
.sub--company section:nth-of-type(n + 2) {
  margin-top: 16vw;
}
@media screen and (min-width: 751px) {
  .sub--company section:nth-of-type(n + 2) {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--company section:nth-of-type(n + 2) {
    margin-top: 120px;
  }
}

/* ------------------------------------------- message - */
.message {
  position: relative;
}

.message > div {
  position: relative;
}

.message > div:nth-child(n+2) {
  margin-top: 8vw;
}

.message-ttl {
  position: relative;
  margin-bottom: 5.3333333333vw;
  z-index: 1;
}
.message-ttl span {
  position: relative;
  display: inline-block;
  padding: 0 0.1em 0.1em 0.1em;
  color: #F6F3EA;
  font-size: 8.7466666667vw;
  font-weight: 900;
  line-height: 1em;
}
.message-ttl span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF4500;
  z-index: -1;
}
.message-ttl span:nth-child(n+2) {
  margin-top: 2.1333333333vw;
  font-size: 6.9333333333vw;
}

.message-catch {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-indent: -0.5em;
  line-height: 160%;
}

.message-text p {
  font-weight: 500;
}
.message-text p.indent {
  text-indent: -0.5em;
}

.message-image {
  position: relative;
  margin-bottom: 5.3333333333vw;
}

.message-ceo {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  height: 8vw;
  background-color: #FF4500;
  color: #F6F3EA;
  font-size: 2.6666666667vw;
  font-weight: 900;
  z-index: 1;
}
.message-ceo span {
  margin-left: 0.5em;
  font-size: 5.3333333333vw;
}

.message > div:nth-child(1) .message-image:before {
  content: "";
  position: absolute;
  left: 70.6666666667vw;
  bottom: -4vw;
  display: inline-block;
  width: 21.3333333333vw;
  height: 17.0666666667vw;
  background-image: url(../img/company/candy_sp.png);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .message > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .message > div:nth-child(1) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .message > div:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.5555555556vw;
  }
  .message-image {
    margin: 0;
    width: 43.0555555556vw;
  }
  .message-content {
    width: 44.4444444444vw;
  }
  .message-ttl {
    margin-bottom: 2.0833333333vw;
  }
  .message-ttl span {
    font-size: 4.3055555556vw;
  }
  .message-ttl span:nth-child(n+2) {
    margin-top: 1.1111111111vw;
    font-size: 3.6111111111vw;
  }
  .message-catch {
    margin-bottom: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .message-text p {
    font-size: 1.1111111111vw;
  }
  .message-ceo {
    right: -1.0416666667vw;
    bottom: -1.0416666667vw;
    height: 4.1666666667vw;
    font-size: 1.1111111111vw;
  }
  .message-ceo span {
    font-size: 1.6666666667vw;
  }
  .message > div:nth-child(odd) .message-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message > div:nth-child(odd) .message-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message > div:nth-child(1) .message-image:before {
    left: -3.4722222222vw;
    bottom: -2.0833333333vw;
    width: 9.3055555556vw;
    height: 7.4305555556vw;
    background-image: url(../img/company/candy.png);
    background-image: image-set(url(../img/company/candy.png) 1x, url(../img/company/candy-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/company/candy.png) 1x, url(../img/company/candy-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .message {
    padding-bottom: 50px;
  }
  .message > div:nth-child(n+2) {
    margin-top: 80px;
  }
  .message-image {
    width: 620px;
  }
  .message-content {
    width: 640px;
  }
  .message-ttl {
    margin-bottom: 30px;
  }
  .message-ttl span {
    font-size: 6.2rem;
  }
  .message-ttl span:nth-child(n+2) {
    margin-top: 16px;
    font-size: 5.2rem;
  }
  .message-catch {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .message-text p {
    font-size: 1.6rem;
  }
  .message-ceo {
    right: -15px;
    bottom: -15px;
    height: 60px;
    font-size: 1.6rem;
  }
  .message-ceo span {
    font-size: 2.4rem;
  }
  .message > div:nth-child(1) .message-image:before {
    left: -50px;
    bottom: -30px;
    width: 134px;
    height: 107px;
  }
}
/* ------------------------------------------- overview - */
.overview {
  margin-left: -5.3333333333vw;
  padding: 8vw 5.3333333333vw;
  width: 100vw;
  background-color: #ffffff;
  border-color: #FF4500;
  border-style: solid;
  border-width: 2.6666666667vw;
}

.overview > dl {
  padding: 4vw 0;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.overview > dl > dt {
  margin-bottom: 0.5em;
  width: 100%;
  font-weight: 900;
  line-height: 1.8em;
}

.overview > dl > dd {
  width: 100%;
  font-weight: 500;
  line-height: 1.8em;
}

.overview > dl > dd > dl:nth-child(n+2) {
  margin-top: 1em;
}

.overview > dl > dd > dl > dt {
  position: relative;
  padding-left: 1.3em;
  font-weight: 900;
  line-height: 1.8em;
}
.overview > dl > dd > dl > dt:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #FF4500;
}

.overview > dl > dd > dl > dd {
  font-weight: 500;
  line-height: 1.8em;
}

@media screen and (min-width: 751px) {
  .overview {
    margin: 0 auto;
    padding: 4.5138888889vw 5.5555555556vw;
    width: 76.3888888889vw;
    border-width: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .overview > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1.0416666667vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .overview > dl > dt {
    width: 13.1944444444vw;
  }
  .overview > dl > dd {
    width: calc(100% - 13.1944444444vw);
  }
}
@media screen and (min-width: 1441px) {
  .overview {
    padding: 65px 80px;
    border-width: 20px;
    width: 1100px;
    font-size: 1.6rem;
  }
  .overview > dl {
    padding: 15px 0;
    border-bottom-width: 1px;
  }
  .overview > dl > dt {
    width: 190px;
  }
  .overview > dl > dd {
    width: calc(100% - 190px);
  }
}
/* ------------------------------------------- department - */
.department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.7333333333vw;
}

.department > li {
  width: 43.2vw;
}

.department > li a {
  display: block;
}

@media screen and (min-width: 751px) {
  .department {
    gap: 3.4722222222vw;
  }
  .department > li {
    width: 22.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .department {
    gap: 50px;
  }
  .department > li {
    width: 324px;
  }
}
/* sub --> policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.policy-head {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.7em 1.25em;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.4em;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #FF4500;
}

.policy-head span {
  position: absolute;
  top: 0;
  left: 0;
}

.policy-head span:after {
  content: ".";
}

.policy-date {
  text-align: right;
}

.policy p {
  margin-top: 1.5em;
  font-weight: 500;
  line-height: 1.8em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  font-weight: 500;
  line-height: 1.8em;
}
.policy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}
.policy ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy .policy-head {
    font-size: 1.9444444444vw;
  }
  .policy .policy-head:after {
    height: 0.1388888889vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 2.8rem;
  }
  .policy .policy-head:after {
    height: 2px;
  }
}
/* sub --> reserve
-------------------------------------------------------------------------------*/
/* ------------------------------------------- common - */
.reserve {
  position: relative;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .reserve {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .reserve {
    padding: 100px 0;
  }
}

.reserve-btn {
  margin: 8vw auto 0 auto;
  width: 69.3333333333vw;
}
@media screen and (min-width: 751px) {
  .reserve-btn {
    margin: 4.1666666667vw auto 0 auto;
    width: 28.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-btn {
    margin-top: 60px;
    width: 412px;
  }
}

/* ------------------------------------------- shop - */
.shop-movie {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .shop-movie {
    margin: 0 auto 6.9444444444vw auto;
    width: 90.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .shop-movie {
    margin-bottom: 100px;
    width: 1300px;
  }
}

@media screen and (min-width: 751px) {
  .reserve-shop .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.1666666667vw 2.0833333333vw;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-shop .swiper-wrapper {
    gap: 60px 30px;
  }
}

.reserve-shop .swiper-wrapper .swiper-slide {
  width: 66.6666666667vw;
}
@media screen and (max-width: 750px) {
  .reserve-shop .swiper-wrapper .swiper-slide {
    left: 2vw;
    margin-right: 4vw;
    height: auto;
  }
}
@media screen and (min-width: 751px) {
  .reserve-shop .swiper-wrapper .swiper-slide {
    width: 28.6805555556vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-shop .swiper-wrapper .swiper-slide {
    width: 413px !important;
  }
}

@media screen and (max-width: 750px) {
  .reserve-shop .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
  }
}

.reserve-shop-image {
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px) {
  .reserve-shop-image {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-shop-image {
    margin-bottom: 20px;
  }
}

.reserve-shop-ttl {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.4em;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.6em;
}
@media screen and (min-width: 751px) {
  .reserve-shop-ttl {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-shop-ttl {
    font-size: 1.8rem;
  }
}
.reserve-shop-ttl:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.8em;
  height: 1.3333333333vw;
  background-color: #FF4500;
}
@media screen and (min-width: 751px) {
  .reserve-shop-ttl:before {
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-shop-ttl:before {
    height: 5px;
  }
}

.reserve-shop-text p {
  font-size: 3.4666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .reserve-shop-text p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-shop-text p {
    font-size: 1.5rem;
  }
}

/* ------------------------------------------- works  - */
.reserve--works {
  background-color: #FF4500;
}
.reserve--works .heading-ja,
.reserve--works .heading-en {
  color: #ffffff;
}

/* ------------------------------------------- form - */
.reserve--form {
  padding-top: 8vw;
  padding-bottom: 0;
}
@media screen and (min-width: 751px) {
  .reserve--form {
    padding-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve--form {
    padding-top: 50px;
  }
}

.form-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.form-slide .swiper-wrapper .swiper-slide {
  width: 56.8vw;
}
@media screen and (min-width: 751px) {
  .form-slide .swiper-wrapper .swiper-slide {
    width: 29.5833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-slide .swiper-wrapper .swiper-slide {
    width: 426px;
  }
}

.reserve--form .form {
  position: relative;
  top: -53.3333333333vw;
  margin-bottom: -53.3333333333vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .reserve--form .form {
    top: -31.25vw;
    margin-bottom: -31.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve--form .form {
    top: -450px;
    margin-bottom: -450px;
  }
}

.reserve--form.reserve-common {
  padding-top: 0;
}

.reserve--form.reserve-common .form {
  position: static;
  margin-bottom: 0;
}
/* sub --> shop
-------------------------------------------------------------------------------*/
.shops .shop:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.shop {
  position: relative;
  margin: 0 auto;
  padding: 6.4vw;
  width: 100vw;
  background-color: #FF4500;
}

.shop-head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.shop-en {
  display: inline-block;
  padding: 0 2.6666666667vw 0.2em 2.6666666667vw;
  background-color: #FF4500;
  color: #ffffff;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 13.8666666667vw;
  font-weight: 900;
  line-height: 1em;
}

.shop-image {
  margin-bottom: 5.3333333333vw;
}

.shop-name {
  margin-bottom: 0.5em;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.4em;
}

.shop-data {
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
}

.shop-data dl {
  padding: 5.3333333333vw 0;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.shop-data dt {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 7.4666666667vw;
  width: 100%;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.6em;
}
.shop-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shop-data--time dt:before {
  background-image: url(../img/shop/calendar.svg);
}

.shop-data--add dt:before {
  background-image: url(../img/shop/pin.svg);
}

.shop-data dd {
  width: 100%;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.6em;
}
.shop-data dd p:nth-child(n+2) {
  margin-top: 0.5em;
}

.shop-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 66.1333333333vw;
}

.shop-map {
  margin-top: 5.3333333333vw;
}
.shop-map .ggmap {
  padding-bottom: 80%;
}

@media screen and (max-width: 750px) {
  .sub--company .shop {
    margin-left: -5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .shops .shop:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .shop {
    margin: 0 auto;
    padding: 1.6666666667vw;
    width: 76.3888888889vw;
  }
  .shop-en {
    padding: 0 1.0416666667vw 0.2em 1.0416666667vw;
    font-size: 4.4444444444vw;
  }
  .shop-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop-image {
    margin: 0;
    width: 32.6388888889vw;
  }
  .shop-content {
    width: 36.8055555556vw;
  }
  .shop-name {
    font-size: 1.9444444444vw;
  }
  .shop-data {
    border-top-width: 0.0694444444vw;
  }
  .shop-data dl {
    padding: 1.7361111111vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .shop-data dt {
    padding-left: 1.9444444444vw;
    font-size: 1.1111111111vw;
  }
  .shop-data dt:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .shop-data dd {
    font-size: 1.1111111111vw;
  }
  .shop-btn {
    margin-top: 1.7361111111vw;
    width: 28.6111111111vw;
  }
  .shop-map {
    margin-top: 2.7777777778vw;
  }
  .shop-map .ggmap {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1441px) {
  .shops .shop:nth-child(n+2) {
    margin-top: 40px;
  }
  .shop {
    padding: 24px;
    width: 1100px;
  }
  .shop-en {
    padding: 0 15px 0.2em 15px;
    font-size: 6.4rem;
  }
  .shop-image {
    width: 470px;
  }
  .shop-content {
    width: 530px;
  }
  .shop-name {
    font-size: 2.8rem;
  }
  .shop-data {
    border-top-width: 1px;
  }
  .shop-data dl {
    padding: 25px 0;
    border-bottom-width: 1px;
  }
  .shop-data dt {
    padding-left: 28px;
    font-size: 1.6rem;
  }
  .shop-data dt:before {
    width: 20px;
    height: 20px;
  }
  .shop-data dd {
    font-size: 1.6rem;
  }
  .shop-btn {
    margin-top: 25px;
    width: 412px;
  }
  .shop-map {
    margin-top: 40px;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 26.6666666667vw;
}

.sitemap-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10.6666666667vw 0 4.8vw;
  height: 14.4vw;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-color: #000000;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.sitemap-menu a span {
  position: relative;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.6em;
  z-index: 1;
}
.sitemap-menu a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
}
.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2vw;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0 4.8611111111vw 0 1.3888888889vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 4.8611111111vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
  .sitemap-menu a span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sitemap-menu a:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .sitemap-menu a:after {
    right: 1.3888888889vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sitemap-menu a:hover span {
    color: #ffffff;
  }
  .sitemap-menu a:hover:before {
    width: 100%;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wb.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    margin-left: -30px;
  }
  .sitemap-menu a {
    margin-left: 30px;
    padding: 0 70px 0 20px;
    width: calc(33.33333% - 30px);
    height: 70px;
    border-width: 3px;
    border-radius: 10px;
  }
  .sitemap-menu a span {
    font-size: 1.8rem;
  }
  .sitemap-menu a:after {
    right: 20px;
    width: 32px;
    height: 32px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/*  #performance-quality
-------------------------------------------------------------------------------*/
/* ------------------------------------------- performance - */
.price-performance-text {
  margin-top: 2.6666666667vw;
}

.price-performance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw 0;
  margin-top: 8vw;
}

.price-performance-list > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-performance-list-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 5.3333333333vw;
}

.price-performance-list-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 5.3333333333vw;
}

.price-performance-list-ttl {
  margin-bottom: 1em;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.4;
}

.price-performance-list-ttl > span {
  background-color: #FF4500;
  color: #ffffff;
  padding: 0 0.2em;
}

.price-performance-list-text p {
  font-weight: 500;
  line-height: 2em;
}

.price-performance-list-text-indent {
  display: block;
  padding-left: 1em;
}

.price-performance-list-note {
  font-size: 2.9333333333vw !important;
  margin-top: 2em;
}

.price-performance-end-text {
  position: relative;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.6;
  border: 10px solid #FF4500;
  background-color: #ffffff;
  padding: 2em 2em 4em;
  margin-top: 4em;
}
.price-performance-end-text:before {
  content: "";
  display: block;
  background: url("../img/performance-quality/char01.png") no-repeat;
  background-size: cover;
  width: 22.6666666667vw;
  height: 18vw;
  position: absolute;
  left: -10.6666666667vw;
  top: -10.6666666667vw;
}
.price-performance-end-text:after {
  content: "";
  display: block;
  background: url("../img/performance-quality/char02.png") no-repeat;
  background-size: cover;
  width: 33.3333333333vw;
  height: 20.1333333333vw;
  position: absolute;
  right: -10.6666666667vw;
  bottom: -2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .price-performance-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .price-performance-heading {
    width: 31.9444444444vw;
    white-space: nowrap;
  }
  .price-performance-text {
    margin: 0;
    width: 33.6805555556vw;
  }
  .price-performance-list {
    gap: 2.7777777778vw 0;
    margin-top: 3.4722222222vw;
  }
  .price-performance-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 2em 0;
  }
  .price-performance-list-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    width: 43.0555555556vw;
    white-space: nowrap;
    position: relative;
    margin-left: -12.5vw;
  }
  .price-performance-list-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40.625vw;
    margin-bottom: 0;
  }
  .price-performance-list-ttl {
    font-size: 2.0833333333vw;
  }
  .price-performance-list-text p {
    font-size: 1.1111111111vw;
  }
  .price-performance-list > li:nth-child(even) .price-performance-list-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: -12.5vw;
  }
  .price-performance-list > li:nth-child(even) .price-performance-list-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .price-performance-list-note {
    font-size: 0.9722222222vw !important;
  }
  .price-performance-end-text {
    font-size: 1.3888888889vw;
    border: 0.6944444444vw solid #FF4500;
    padding: 2em 3.5em;
  }
  .price-performance-end-text:before {
    width: 11.8055555556vw;
    height: 9.375vw;
    left: -4.8611111111vw;
    top: -5.5555555556vw;
  }
  .price-performance-end-text:after {
    width: 17.3611111111vw;
    height: 10.4861111111vw;
    right: -5.2083333333vw;
    bottom: -0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .price-performance-heading {
    width: 460px;
  }
  .price-performance-text {
    width: 485px;
  }
  .price-performance-list {
    gap: 40px 0;
    margin-top: 50px;
  }
  .price-performance-list-image {
    width: 620px;
    margin-left: -180px;
  }
  .price-performance-list-content {
    width: 585px;
  }
  .price-performance-list-ttl {
    font-size: 3rem;
  }
  .price-performance-list-text p {
    font-size: 1.6rem;
  }
  .price-performance-list > li:nth-child(even) .price-performance-list-image {
    margin-right: -180px;
  }
  .price-performance-list-note {
    font-size: 14px !important;
  }
  .price-performance-end-text {
    font-size: 20px;
    border: 10px solid #FF4500;
  }
  .price-performance-end-text:before {
    width: 170px;
    height: 135px;
    left: -70px;
    top: -80px;
  }
  .price-performance-end-text:after {
    width: 250px;
    height: 151px;
    right: -75px;
    bottom: -10px;
  }
}
/* ------------------------------------------- comparison - */
.price-comparison h3 {
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin: 2em 0 1em;
}

.price-comparison-text {
  margin-top: 2.6666666667vw;
}

.price-comparison-image {
  margin: 8vw auto 0 auto;
  width: 100%;
}

.price-info {
  margin-top: 8vw;
}

.price-info-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17.8666666667vw;
  background-color: #FF4500;
  color: #ffffff;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 900;
}

.price-info-content {
  padding: 5.3333333333vw 10.6666666667vw;
  background-color: #ffffff;
}

.price-info-text p {
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 2em;
}

.price-info-equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 4vw;
}

.price-info-equipment ul {
  width: 100%;
}

.price-info-equipment ul > li {
  position: relative;
  padding-left: 7.4666666667vw;
  width: 100%;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.4em;
}
.price-info-equipment ul > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/performance-quality/check.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price-info-equipment ul > li:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .price-comparison h3 {
    font-size: 2.7777777778vw;
    margin: 2em 0;
  }
  .price-comparison-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .price-comparison-text {
    margin: 0;
    width: 33.6805555556vw;
  }
  .price-comparison-image {
    margin: 3.4722222222vw auto 0 auto;
  }
  .price-info {
    margin-top: 3.4722222222vw;
  }
  .price-info-heading {
    height: 6.25vw;
    font-size: 3.8194444444vw;
  }
  .price-info-content {
    padding: 2.4305555556vw 5.1388888889vw;
  }
  .price-info-text p {
    font-size: 1.1111111111vw;
  }
  .price-info-equipment {
    gap: 1.3888888889vw;
    margin-top: 2.0833333333vw;
  }
  .price-info-equipment ul {
    width: 15.1388888889vw;
  }
  .price-info-equipment ul > li {
    padding-left: 1.9444444444vw;
    font-size: 1.1111111111vw;
  }
  .price-info-equipment ul > li:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .price-info-equipment ul > li:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .price-comparison h3 {
    font-size: 40px;
  }
  .price-comparison-text {
    width: 485px;
  }
  .price-comparison-image {
    margin: 50px auto 0 auto;
  }
  .price-info {
    margin-top: 50px;
  }
  .price-info-heading {
    height: 90px;
    font-size: 5.5rem;
  }
  .price-info-content {
    padding: 35px 74px;
  }
  .price-info-text p {
    font-size: 1.6rem;
  }
  .price-info-equipment {
    gap: 20px;
    margin-top: 30px;
  }
  .price-info-equipment ul {
    width: 218px;
  }
  .price-info-equipment ul > li {
    padding-left: 28px;
    font-size: 1.6rem;
  }
  .price-info-equipment ul > li:before {
    width: 20px;
    height: 20px;
  }
  .price-info-equipment ul > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
/* .plan-nav
-------------------------------------------------------------------------------*/
.plan-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -5.3333333333vw 5.3333333333vw;
}
.plan-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0.5em;
  gap: 1.3333333333vw;
}
.plan-nav > div:nth-child(1) a {
  background: #9F693D;
}
.plan-nav > div:nth-child(2) a {
  background: #6BBCBC;
}
.plan-nav > div:nth-child(3) a {
  background: #595959;
}
.plan-nav a:after {
  content: "";
  width: 4vw;
  height: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  background: url(../img/common/arrow-wb.svg) no-repeat center top/cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 751px) {
  .plan-nav {
    width: 75vw;
    margin: 1.3888888889vw auto;
    gap: 1em;
  }
  .plan-nav a {
    font-size: 3.2638888889vw;
    padding: 0.7em 0.9em;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .plan-nav a:hover {
    opacity: 0.7;
  }
  .plan-nav a:after {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .plan-nav {
    width: 1080px;
    margin: 20px auto;
  }
  .plan-nav a {
    font-size: 4.7rem;
  }
  .plan-nav a:after {
    width: 35px;
    height: 35px;
  }
}
/* .plan-heading
-------------------------------------------------------------------------------*/
.plan-heading .heading-en {
  font-size: 13.3333333333vw;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.plan-heading .heading-jp {
  font-size: 5.8666666667vw;
  font-weight: 900;
  margin-bottom: 0.6em;
}
.plan-heading .heading-jp-sub {
  font-size: 4.8vw;
  font-weight: 900;
  margin-bottom: 1.2em;
}

#plan01 .plan-heading .heading-en {
  color: #9F693D;
}

#plan02 .plan-heading .heading-en {
  color: #6BBCBC;
}

#plan03 .plan-heading .heading-en {
  color: #595959;
}

@media screen and (min-width: 751px) {
  .plan-heading .heading-en {
    font-size: 8.3333333333vw;
    margin-bottom: 0.5em;
  }
  .plan-heading .heading-jp {
    font-size: 2.7777777778vw;
    margin-bottom: 1em;
  }
  .plan-heading .heading-jp-sub {
    font-size: 1.9444444444vw;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .plan-heading .heading-en {
    font-size: 12rem;
  }
  .plan-heading .heading-jp {
    font-size: 4rem;
  }
  .plan-heading .heading-jp-sub {
    font-size: 2.8rem;
  }
}
/* .plan-mv-slide
-------------------------------------------------------------------------------*/
.plan-mv-slide {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

.plan-mv-slide .swiper-slide {
  width: 100vw !important;
  aspect-ratio: 600/500;
  height: auto !important;
  overflow: hidden;
}

.plan-mv-slide .plan-mv-slide-image,
.plan-mv-slide .img--scale,
.plan-mv-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.plan-mv-slide .img--fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.plan-mv-slide .swiper-button-prev,
.plan-mv-slide .swiper-button-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  margin-top: -20px;
}

.plan-mv-slide .swiper-button-prev::after,
.plan-mv-slide .swiper-button-next::after {
  display: none;
}

.plan-mv-slide .swiper-button-prev {
  background: url(../img/common/arrow-bk.svg) no-repeat center top/40px auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.plan-mv-slide .swiper-button-next {
  background: url(../img/common/arrow-bk.svg) no-repeat center top/40px auto;
}

.plan-mv-slide .swiper-button-prev::before {
  display: none;
  content: "BACK";
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin-top: 3em;
  text-align: center;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.plan-mv-slide .swiper-button-next::before {
  display: none;
  content: "NEXT";
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin-top: 3em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .plan-mv-slide .swiper-slide {
    aspect-ratio: 1440/600;
  }
  .plan-mv-slide .swiper-button-prev,
  .plan-mv-slide .swiper-button-next {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    margin-top: -2.7777777778vw;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-size: 5.5555555556vw auto;
  }
  .plan-mv-slide .swiper-button-prev {
    left: 3.4722222222vw;
  }
  .plan-mv-slide .swiper-button-next {
    right: 3.4722222222vw;
  }
  .plan-mv-slide .swiper-button-prev:hover {
    background-image: url(../img/common/arrow-wb.svg);
  }
  .plan-mv-slide .swiper-button-next:hover {
    background-image: url(../img/common/arrow-wb.svg);
  }
  .plan-mv-slide .swiper-button-prev::before {
    display: block;
    font-size: 1.5277777778vw;
    margin-top: 4em;
  }
  .plan-mv-slide .swiper-button-next::before {
    display: block;
    font-size: 1.5277777778vw;
    margin-top: 4em;
  }
}
@media screen and (min-width: 1441px) {
  .plan-mv-slide .swiper-button-prev,
  .plan-mv-slide .swiper-button-next {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background-size: 80px auto;
  }
  .plan-mv-slide .swiper-button-prev {
    left: 50px;
  }
  .plan-mv-slide .swiper-button-next {
    right: 50px;
  }
  .plan-mv-slide .swiper-button-prev::before {
    font-size: 2.2rem;
  }
  .plan-mv-slide .swiper-button-next::before {
    font-size: 2.2rem;
  }
}
/* .plan-intro
-------------------------------------------------------------------------------*/
.plan-intro {
  position: relative;
  padding-top: 5.3333333333vw;
}
.plan-intro:before {
  content: "";
  display: block;
  width: 100vw;
  height: 90.6666666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
.plan-intro .plan-intro-ttl {
  font-size: 5.3333333333vw;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 -5.3333333333vw;
  padding: 5.3333333333vw;
  background-color: #9F693D;
}
.plan-intro .plan-intro-desc {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 -5.3333333333vw 2em;
  padding: 5.3333333333vw;
  background: #fff;
}

#plan01 .plan-intro:before {
  background-color: #9F693D;
}

#plan01 .plan-intro-ttl {
  background-color: #9F693D;
}

#plan02 .plan-intro:before {
  background-color: #6BBCBC;
}

#plan02 .plan-intro-ttl {
  background-color: #6BBCBC;
}

#plan03 .plan-intro:before {
  background-color: #595959;
}

#plan03 .plan-intro-ttl {
  background-color: #595959;
}

@media screen and (min-width: 751px) {
  .plan-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.4722222222vw;
    gap: 3em;
  }
  .plan-intro:before {
    height: 23.6111111111vw;
  }
  .plan-intro .plan-intro-img {
    margin-left: -5.5555555556vw;
  }
  .plan-intro .plan-intro-texts {
    width: 55.5555555556vw;
  }
  .plan-intro .plan-intro-ttl {
    font-size: 2.6388888889vw;
    line-height: 1.4;
    margin: 6.25vw 0 9.0277777778vw;
    padding: 0;
  }
  .plan-intro .plan-intro-desc {
    font-size: 1.5972222222vw;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: transparent;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1441px) {
  .plan-intro {
    padding-top: 50px;
  }
  .plan-intro:before {
    height: 340px;
  }
  .plan-intro .plan-intro-img {
    margin-left: -80px;
  }
  .plan-intro .plan-intro-texts {
    width: 800px;
  }
  .plan-intro .plan-intro-ttl {
    font-size: 3.8rem;
    margin: 90px 0 130px;
  }
  .plan-intro .plan-intro-desc {
    font-size: 2.3rem;
  }
}
/* .plan-list
-------------------------------------------------------------------------------*/
.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw 0;
  margin-top: 8vw;
}

.plan-list > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plan-list-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 5.3333333333vw;
}

.plan-list-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 5.3333333333vw;
}

.plan-list-ttl {
  margin-bottom: 1em;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.4;
}

.plan-list-ttl > span {
  background-color: #FF4500;
  color: #ffffff;
  padding: 0 0.2em;
}

.plan-list-text p {
  font-weight: 500;
  line-height: 2em;
}

.plan-list-text-indent {
  display: block;
  padding-left: 1em;
}

.plan-list-note {
  font-size: 2.9333333333vw !important;
  margin-top: 2em;
}

@media screen and (min-width: 751px) {
  .plan-list {
    gap: 2.7777777778vw 0;
    margin-top: 3.4722222222vw;
  }
  .plan-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 2em 0;
  }
  .plan-list-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    width: 56.9444444444vw;
    white-space: nowrap;
    position: relative;
    margin-right: -12.5vw;
  }
  .plan-list-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 26.7361111111vw;
    margin-bottom: 0;
  }
  .plan-list-ttl {
    font-size: 2.0833333333vw;
    white-space: nowrap;
  }
  .plan-list-text p {
    font-size: 1.1111111111vw;
  }
  .plan-list > li:nth-child(even) .plan-list-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -12.5vw;
  }
  .plan-list > li:nth-child(even) .plan-list-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .plan-list-note {
    font-size: 0.9722222222vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .plan-list {
    gap: 40px 0;
    margin-top: 50px;
  }
  .plan-list-image {
    width: 820px;
    margin-right: -180px;
  }
  .plan-list-content {
    width: 385px;
  }
  .plan-list-ttl {
    font-size: 3rem;
  }
  .plan-list-text p {
    font-size: 1.6rem;
  }
  .plan-list > li:nth-child(even) .plan-list-image {
    margin-left: -180px;
  }
  .plan-list-note {
    font-size: 14px !important;
  }
}
/* .plan-spec
-------------------------------------------------------------------------------*/
.plan-spec {
  background-color: #ffffff;
  padding: 5.3333333333vw;
  margin-top: 13.3333333333vw;
}
.plan-spec .plan-spec-ttl {
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
.plan-spec .plan-spec-lead {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2em;
  text-align: center;
}
.plan-spec .plan-spec-reference {
  text-align: center;
}
.plan-spec .plan-spec-reference-ttl {
  background: #000;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.4;
  padding: 0.3em;
}
.plan-spec .plan-spec-reference-items {
  border: 0.8vw solid #000;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.plan-spec .plan-spec-reference-items > dl {
  background: #F4F4F4;
  padding: 0.5em;
  line-height: 1.6;
  font-size: 3.2vw;
  text-align: left;
}
.plan-spec .plan-spec-reference-items > dl > dt {
  font-weight: 900;
}
.plan-spec .plan-spec-reference-items > dl > dd {
  font-weight: 500;
  padding-left: 1em;
}

@media screen and (min-width: 751px) {
  .plan-spec {
    padding: 2.7777777778vw;
    margin-top: 5.5555555556vw;
  }
  .plan-spec .plan-spec-ttl {
    font-size: 2.6388888889vw;
  }
  .plan-spec .plan-spec-lead {
    font-size: 1.3888888889vw;
  }
  .plan-spec .plan-spec-reference-ttl {
    font-size: 2.2222222222vw;
    padding: 0.3em;
  }
  .plan-spec .plan-spec-reference-items {
    border: 0.3472222222vw solid #000;
    padding: 2.7777777778vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.7777777778vw;
  }
  .plan-spec .plan-spec-reference-items > dl {
    padding: 0.5em;
    width: 30.2083333333vw;
  }
  .plan-spec .plan-spec-reference-items > dl > dt {
    font-size: 1.5277777778vw;
  }
  .plan-spec .plan-spec-reference-items > dl > dd {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .plan-spec {
    padding: 40px;
    margin-top: 80px;
  }
  .plan-spec .plan-spec-ttl {
    font-size: 3.8rem;
  }
  .plan-spec .plan-spec-lead {
    font-size: 20px;
  }
  .plan-spec .plan-spec-reference-ttl {
    font-size: 3.2rem;
  }
  .plan-spec .plan-spec-reference-items {
    border: 5px solid #000;
    padding: 40px;
    gap: 40px;
  }
  .plan-spec .plan-spec-reference-items > dl {
    width: 435px;
  }
  .plan-spec .plan-spec-reference-items > dl > dt {
    font-size: 2.2rem;
  }
  .plan-spec .plan-spec-reference-items > dl > dd {
    font-size: 2rem;
  }
}
/* #works
-------------------------------------------------------------------------------*/
.sub--plan #works {
  margin-top: 0;
}

/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
  z-index: 2;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.6666666667vw 0;
}

.breadcrumb-list li {
  position: relative;
  font-size: 2.6666666667vw;
  font-weight: 900;
  line-height: 1.6em;
  letter-spacing: 0;
  white-space: nowrap;
}

.breadcrumb-list li:nth-child(n+2) {
  margin-left: 6.1333333333vw;
}

.breadcrumb-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4vw;
  display: inline-block;
  width: 1.8666666667vw;
  height: 2.4vw;
  background-image: url(../img/sub/breadcrumb.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb-list li:first-child:after {
  content: none;
}

.breadcrumb-list li a {
  position: relative;
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    margin-top: 2.0833333333vw;
    width: 91.6666666667vw;
  }
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .breadcrumb-list li {
    font-size: 0.8333333333vw;
    white-space: normal;
  }
  .breadcrumb-list li:nth-child(n+2) {
    margin-left: 1.5972222222vw;
  }
  .breadcrumb-list li:after {
    left: -1.0416666667vw;
    width: 0.4861111111vw;
    height: 0.625vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #FF4500;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb {
    margin-top: 30px;
    width: 1320px;
  }
  .breadcrumb-list li {
    font-size: 1.2rem;
  }
  .breadcrumb-list li:nth-child(n+2) {
    margin-left: 23px;
  }
  .breadcrumb-list li:after {
    left: -15px;
    width: 7px;
    height: 9px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* carousel
-------------------------------------------------------------------------------*/
.carousel {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  width: 89.3333333333vw;
}

.carousel-main {
  position: relative;
  margin: 0 0 4vw -2.6666666667vw;
  padding: 0 2.6666666667vw;
  width: 94.6666666667vw;
  overflow: hidden;
}

#carousel-prev,
#carousel-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

#carousel-prev {
  left: 0;
}

#carousel-next {
  right: 0;
}

.carousel-main-disable #carousel-prev,
.carousel-main-disable #carousel-next {
  display: none;
}

.carousel-thumb {
  position: relative;
  overflow: hidden;
}

.carousel-thumb .swiper-slide {
  margin-right: 3.4666666667vw;
  width: 19.7333333333vw;
  opacity: 0.3;
  overflow: hidden;
  cursor: pointer;
}

.carousel-thumb .swiper-slide:last-child {
  margin-right: 0 !important;
}

.carousel-thumb .swiper-slide-active {
  opacity: 1 !important;
}

.carousel-thumb-disable {
  display: none !important;
}

@media screen and (min-width: 751px) {
  .carousel {
    margin: 0 auto 6.9444444444vw auto;
    width: 69.4444444444vw;
  }
  .carousel-main {
    margin: 0 0 2.0833333333vw -2.7777777778vw;
    padding: 0 2.7777777778vw;
    width: 75vw;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 1.5277777778vw;
    width: 8.6111111111vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .carousel-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .carousel {
    margin-bottom: 100px;
    width: 1000px;
  }
  .carousel-main {
    margin: 0 0 30px -40px;
    padding: 0 40px;
    width: 1080px;
  }
  .carousel-main .swiper-slide {
    width: 1000px;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 22px;
    width: 124px;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
}
.editor h2,
.editor h3,
.editor h4 {
  margin: 2em 0 1em 0;
}
.editor p {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}
.editor strong {
  color: #FF4500;
  font-weight: 900;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor img.alignleft {
  display: block;
}
.editor img.alignright {
  display: block;
}
.editor img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor a {
  position: relative;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.8vw;
  background-color: #FF4500;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: square;
  line-height: 1.8em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: decimal-leading-zero;
  line-height: 1.8em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}
.editor table {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #eee;
}
.editor table th,
.editor table td {
  padding: 0.35em 1em;
  border: 2px solid #eee;
  line-height: 1.25em;
}
.editor table thead {
  background-color: #F6F3EA;
}
.editor table thead th,
.editor table thead td {
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .editor img.alignleft {
    margin: 1.5em auto;
  }
  .editor img.alignright {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor p {
    font-size: 1.0416666667vw;
  }
  .editor img.alignleft {
    display: inline;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
  }
  .editor img.alignright {
    display: inline;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
  .editor ul li {
    font-size: 1.0416666667vw;
  }
  .editor ol li {
    font-size: 1.0416666667vw;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .editor a:hover {
    opacity: 0.8;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor p {
    font-size: 1.5rem;
  }
  .editor ul li {
    font-size: 1.5rem;
  }
  .editor ol li {
    font-size: 1.5rem;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form {
  position: relative;
  margin: 0 auto;
  padding: 12vw 6.1333333333vw 13.3333333333vw 6.1333333333vw;
  width: 89.3333333333vw;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .form {
    padding: 5.2083333333vw 2.7777777778vw 4.1666666667vw 2.7777777778vw;
    width: 54.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form {
    padding: 75px 40px 60px 40px;
    width: 780px;
  }
}

.sub--event .form {
  margin-top: 16vw;
}
@media screen and (min-width: 751px) {
  .sub--event .form {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--event .form {
    margin-top: 80px;
  }
}

.form-head {
  position: relative;
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .form-head {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-head {
    margin-bottom: 50px;
  }
}

.form-en {
  position: relative;
  margin: 0 auto 4vw auto;
  width: 75.2vw;
}
@media screen and (min-width: 751px) {
  .form-en {
    margin-bottom: 2.4305555556vw;
    width: 45.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-en {
    margin-bottom: 35px;
    width: 660px;
  }
}
.form-en:after {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: 42.1333333333vw;
  width: 12.5333333333vw;
  height: 10.1333333333vw;
  background-image: url(../img/common/candy.svg);
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-en:after {
    top: 0.8333333333vw;
    left: 25.6944444444vw;
    width: 7.6388888889vw;
    height: 6.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-en:after {
    top: 12px;
    left: 370px;
    width: 110px;
    height: 89px;
  }
}

.form-ja span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.3333333333vw 0.1em 1.3333333333vw;
  height: 5.3333333333vw;
  background-color: #FF4500;
  color: #F6F3EA;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 751px) {
  .form-ja span {
    padding: 0 0.6944444444vw 0.1em 0.6944444444vw;
    height: 3.3333333333vw;
    font-size: 2.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-ja span {
    padding: 0 10px 0.1em 10px;
    height: 48px;
    font-size: 3.8rem;
  }
}
.form-ja span:nth-child(n+2) {
  margin-top: 0.8vw;
}
@media screen and (min-width: 751px) {
  .form-ja span:nth-child(n+2) {
    margin-top: 0.4861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-ja span:nth-child(n+2) {
    margin-top: 7px;
  }
}

.form-step .form-step-item:nth-child(n+2) {
  margin-top: 8vw;
}
@media screen and (min-width: 751px) {
  .form-step .form-step-item:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-step .form-step-item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.form-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.3333333333vw;
  padding: 0 4.2666666667vw 0.1em 4.2666666667vw;
  height: 12.2666666667vw;
  background-color: #000000;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
}
@media screen and (min-width: 751px) {
  .form-caption {
    margin-bottom: 1.3888888889vw;
    padding: 0 1.1805555556vw 0.1em 1.1805555556vw;
    height: 3.4722222222vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-caption {
    margin-bottom: 20px;
    padding: 0 17px 0.1em 17px;
    height: 50px;
    font-size: 1.8rem;
  }
}

.form-input dl:nth-child(n+2) {
  margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 20px;
  }
}

.form-input dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.1333333333vw;
  color: #000000;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-input dt {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  width: 100%;
  height: 12.5333333333vw;
  background-color: #F6F6F6;
  border-color: #EBEBEB;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.0666666667vw;
  color: #000000;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 750px) {
  .form-input input[type=text] .form-input input[type=text],
  .form-input input[type=text] .form-input input[type=email],
  .form-input input[type=text] .form-input input[type=tel],
  .form-input input[type=text] .form-input input[type=date],
  .form-input input[type=text] .form-input select,
  .form-input input[type=text] .form-input textarea,
  .form-input input[type=email] .form-input input[type=text],
  .form-input input[type=email] .form-input input[type=email],
  .form-input input[type=email] .form-input input[type=tel],
  .form-input input[type=email] .form-input input[type=date],
  .form-input input[type=email] .form-input select,
  .form-input input[type=email] .form-input textarea,
  .form-input input[type=tel] .form-input input[type=text],
  .form-input input[type=tel] .form-input input[type=email],
  .form-input input[type=tel] .form-input input[type=tel],
  .form-input input[type=tel] .form-input input[type=date],
  .form-input input[type=tel] .form-input select,
  .form-input input[type=tel] .form-input textarea,
  .form-input input[type=date] .form-input input[type=text],
  .form-input input[type=date] .form-input input[type=email],
  .form-input input[type=date] .form-input input[type=tel],
  .form-input input[type=date] .form-input input[type=date],
  .form-input input[type=date] .form-input select,
  .form-input input[type=date] .form-input textarea,
  .form-input select .form-input input[type=text],
  .form-input select .form-input input[type=email],
  .form-input select .form-input input[type=tel],
  .form-input select .form-input input[type=date],
  .form-input select .form-input select,
  .form-input select .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    width: 34.7222222222vw;
    height: 3.4722222222vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    width: 500px;
    height: 50px;
    border-width: 1px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
}

.form-input-middle input[type=text],
.form-input-middle .form-select {
  width: 61.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-input-middle input[type=text],
  .form-input-middle .form-select {
    width: 18.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input-middle input[type=text],
  .form-input-middle .form-select {
    width: 270px;
  }
}

.form-input input:focus {
  border-color: #FF4500;
}

.form-input .wpcf7-validates-as-required:not(.wpcf7-checkbox),
#form-kibouday1,
#form-kiboutime1 {
  background-color: #FFF2F2 !important;
}

.form-input textarea {
  padding: 1em;
  width: 100%;
  height: 40vw;
  background-color: #F6F6F6;
  border-color: #EBEBEB;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.0666666667vw;
  color: #000000;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-input textarea {
    height: 11.8055555556vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input textarea {
    height: 170px;
    border-width: 1px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
}

.form-label {
  position: relative;
  top: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
  padding: 0 0.5em 0.1em 0.5em;
  height: 3.7333333333vw;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .form-label {
    height: 1.0416666667vw;
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-label {
    height: 15px;
    font-size: 1rem;
  }
}

.form-label--req {
  background-color: #FF4500;
}

.form-label--unreq {
  background-color: #8C8C8C;
}

.form-hosoku {
  margin-top: 0.5em;
  padding-left: 1em;
  color: #8C8C8C;
  font-size: 3.2vw;
  font-weight: 500;
  text-indent: -1em;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-hosoku {
    font-size: 1.4rem;
  }
}
.form-hosoku:before {
  content: "※";
}

.form-other {
  margin-top: 4vw;
}
@media screen and (min-width: 751px) {
  .form-other {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-other {
    margin-top: 15px;
  }
}

/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #878787;
}

.form-input input:-ms-input-placeholder,
.form-input select:-ms-input-placeholder,
.form-input textarea:-ms-input-placeholder,
.form-input input::-ms-input-placeholder,
.form-input textarea::-ms-input-placeholder {
  color: #878787;
}

.form-input input::-moz-placeholder,
.form-input select::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #878787;
}

/* ---------------------------------- checkbox */
.form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw 0;
  margin: 0;
}
@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox {
    gap: 0.6944444444vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox {
    gap: 10px 20px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}

.form-checkbox-vertical .wpcf7-list-item {
  width: 100%;
}

.form-checkbox-horizontal3 .wpcf7-list-item {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .form-checkbox-horizontal3 .wpcf7-list-item {
    width: 15.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-checkbox-horizontal3 .wpcf7-list-item {
    width: 220px;
  }
}

.form-checkbox-horizontal2 .wpcf7-list-item {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .form-checkbox-horizontal2 .wpcf7-list-item {
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-checkbox-horizontal2 .wpcf7-list-item {
    width: 340px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.8vw;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 20px;
  }
}

.form .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8vw;
  height: 5.8666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox] + span {
    padding-left: 2.0833333333vw;
    height: 1.5277777778vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox] + span {
    padding-left: 30px;
    height: 22px;
    font-size: 1.6rem;
  }
}

.form input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #F6F6F6;
  border-color: #EBEBEB;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.0666666667vw;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox] + span::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox] + span::before {
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-radius: 4px;
  }
}

.form input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: 0.9333333333vw;
  display: inline-block;
  width: 4.2666666667vw;
  height: 3.2vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox]:checked + span::after {
    top: 0.3472222222vw;
    left: 0.2430555556vw;
    width: 1.1111111111vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox]:checked + span::after {
    top: 5px;
    left: 3.5px;
    width: 16px;
    height: 12px;
  }
}

/* ------------------------------------------- select - */
.form-select {
  position: relative;
}
.form-select:after {
  content: "";
  position: absolute;
  top: 5.2vw;
  right: 5.3333333333vw;
  display: inline-block;
  width: 2.6666666667vw;
  height: 1.8666666667vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-select:after {
    top: 1.4930555556vw;
    right: 1.3888888889vw;
    width: 0.6944444444vw;
    height: 0.4861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:after {
    top: 21.5px;
    right: 20px;
    width: 10px;
    height: 7px;
  }
}

.form-input select {
  width: 100%;
}

/* ------------------------------------------- date - */
@media screen and (min-width: 751px) {
  .form-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-date-label {
  position: relative;
  top: 3.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 750px) {
  .form-date-label {
    min-width: 3em;
  }
}
@media screen and (min-width: 751px) {
  .form-date-label {
    top: 0.9722222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-label {
    top: 14px;
    font-size: 1.6rem;
  }
}

.form-date-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 751px) {
  .form-date-calendar {
    width: 21.875vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-calendar {
    width: 315px;
  }
}
.form-date-calendar input[type=text] {
  width: 61.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-date-calendar input[type=text] {
    width: 18.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-calendar input[type=text] {
    width: 270px;
  }
}

.form-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .form-date-time {
    margin: 0 0 0 1.7361111111vw;
    width: 22.9166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-time {
    margin-left: 25px;
    width: 330px;
  }
}
.form-date-time .form-select {
  width: 61.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-date-time .form-select {
    width: 18.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-date-time .form-select {
    width: 270px;
  }
}

/* ------------------------------------------- agree - */
.form-agree {
  position: relative;
  margin-top: 8vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .form-agree {
    margin-top: 2.7777777778vw;
  }
}
.form-agree .form-agree {
  margin-top: 40px;
}

.form-agree-input {
  display: inline-block;
}

.form-agree-text {
  margin-top: 1em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-agree-text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree-text {
    font-size: 1.6rem;
  }
}
.form-agree-text a {
  position: relative;
  color: #FF4500;
}
@media screen and (min-width: 751px) {
  .form-agree-text a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.form-agree-text a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background-color: #FF4500;
}
@media screen and (min-width: 751px) {
  .form-agree-text a:after {
    height: 0.0694444444vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree-text a:after {
    height: 1px;
  }
}
@media screen and (min-width: 751px) {
  .form-agree-text a a:hover {
    color: #8C8C8C;
  }
  .form-agree-text a a:hover:after {
    background-color: #8C8C8C;
  }
}

.form-agree .formErrorContent {
  text-align: center;
}

/* ------------------------------------------- submit - */
.form-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.3333333333vw auto 0 auto;
  width: 74.6666666667vw;
  max-width: 100%;
  height: 13.3333333333vw;
  background-color: #000000;
  border-color: #000000;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.0833333333vw;
    width: 27.0833333333vw;
    height: 4.8611111111vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 390px;
    height: 70px;
    border-width: 3px;
    border-radius: 10px;
  }
}
.form-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .form-btn:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
.form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  right: 3.2vw;
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(../img/common/arrow-wb.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-btn:after {
    right: 1.3888888889vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn:after {
    right: 20px;
    width: 32px;
    height: 32px;
  }
}

.form-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.4666666667vw 10.6666666667vw 3.4666666667vw 4.8vw;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4vw;
  font-weight: 900;
  text-align: left;
  line-height: 1.6em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-submit {
    padding: 0 4.8611111111vw 0 1.3888888889vw;
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .form-submit {
    padding: 0 70px 0 20px;
    font-size: 2rem;
  }
}

.form-btn:hover:before {
  width: 100%;
}
.form-btn:hover:after {
  background-image: url(../img/common/arrow-bk.svg);
  -webkit-transform: translateX(0.2em) translateY(-50%);
          transform: translateX(0.2em) translateY(-50%);
}
.form-btn:hover .form-submit {
  color: #000000;
}

/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
    font-size: 3.2vw;
  }
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none !important;
}

.form-checkbox-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.form-agree .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block !important;
}

span.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #FF4500 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75em;
}

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 3.2vw !important;
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 1.3rem !important;
  }
}

/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- heading - */
.heading {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .heading {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    margin-bottom: 50px;
  }
}

.heading-ja {
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.6em;
}
@media screen and (min-width: 751px) {
  .heading-ja {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja {
    font-size: 2rem;
  }
}

.heading-en {
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 13.3333333333vw;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 6.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 9.5rem;
  }
}

/* ------------------------------------------- heading-1 - */
.heading-1 {
  margin-bottom: 0.7em;
  font-size: 5.8666666667vw;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 751px) {
  .heading-1 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1 {
    font-size: 3.2rem;
  }
}

/* ------------------------------------------- heading-2 - */
.heading-2,
.editor h2 {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 0.5333333333vw;
  font-size: 5.6vw;
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .heading-2,
  .editor h2 {
    border-bottom-width: 0.1388888889vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-2,
  .editor h2 {
    border-bottom-width: 2px;
    font-size: 2.8rem;
  }
}

/* ------------------------------------------- heading-3 - */
.heading-3,
.editor h3 {
  position: relative;
  padding: 0.1em 0 0.2em 4vw;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .heading-3,
  .editor h3 {
    padding-left: 1.25vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-3,
  .editor h3 {
    padding-left: 18px;
    font-size: 2.4rem;
  }
}
.heading-3:before,
.editor h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.0666666667vw;
  height: 100%;
  background-color: #FF4500;
}
@media screen and (min-width: 751px) {
  .heading-3:before,
  .editor h3:before {
    width: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-3:before,
  .editor h3:before {
    width: 4px;
  }
}

/* ------------------------------------------- heading-4 - */
.heading-4,
.editor h4 {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom-color: #000000;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .heading-4,
  .editor h4 {
    border-bottom-width: 0.0694444444vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-4,
  .editor h4 {
    border-bottom-width: 1px;
    font-size: 2rem;
  }
}

/* ------------------------------------------- heading-5 - */
.heading-5 {
  position: relative;
  margin-bottom: 0.8em;
  font-size: 7.4666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .heading-5 {
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-5 {
    font-size: 5rem;
  }
}

/* ------------------------------------------- heading-6 - */
.heading-6 {
  position: relative;
  text-align: center;
}

.heading-6-en span {
  display: inline-block;
  padding: 0 0.2em 0.15em 0.2em;
  background-color: #FF4500;
  color: #ffffff;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 9.3333333333vw;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (min-width: 751px) {
  .heading-6-en span {
    font-size: 3.8194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-6-en span {
    font-size: 5.5rem;
  }
}

.heading-6-ja span {
  display: inline-block;
  padding: 0 0.5em 0.3em 0.5em;
  background-color: #FF4500;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 900;
}
@media screen and (min-width: 751px) {
  .heading-6-ja span {
    padding: 0 0.5em 0.4em 0.5em;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-6-ja span {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------- guarantee - */
.heading-7-en {
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 900;
  line-height: 1em;
}

.heading-7-ja {
  margin-top: 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .heading-7-en {
    font-size: 6.6666666667vw;
  }
  .heading-7-ja {
    margin-top: 0.6944444444vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-7-en {
    font-size: 9.6rem;
  }
  .heading-7-ja {
    margin-top: 10px;
    font-size: 3rem;
  }
}
/*  mv
-------------------------------------------------------------------------------*/
.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96vw;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .mv {
    height: 37.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv {
    height: 540px;
  }
}
.mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.mv--land {
  background-image: url(../img/land/mv_sp.jpg);
}
@media screen and (min-width: 751px) {
  .mv--land {
    background-image: url(../img/land/mv.jpg);
    background-image: image-set(url(../img/land/mv.jpg) 1x, url(../img/land/mv-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/land/mv.jpg) 1x, url(../img/land/mv-2x.jpg) 2x);
  }
}

.mv--performance-quality {
  background-image: url(../img/performance-quality/mv_sp.jpg);
}
@media screen and (min-width: 751px) {
  .mv--performance-quality {
    background-image: url(../img/performance-quality/mv.jpg);
    background-image: image-set(url(../img/performance-quality/mv.jpg) 1x, url(../img/performance-quality/mv-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/performance-quality/mv.jpg) 1x, url(../img/performance-quality/mv-2x.jpg) 2x);
  }
}

.mv--after {
  background-image: url(../img/after/mv_sp.jpg);
}
@media screen and (min-width: 751px) {
  .mv--after {
    background-image: url(../img/after/mv.jpg);
    background-image: image-set(url(../img/after/mv.jpg) 1x, url(../img/after/mv-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/after/mv.jpg) 1x, url(../img/after/mv-2x.jpg) 2x);
  }
}

.mv > div:not(.mv-bg) {
  position: relative;
  z-index: 2;
}

.mv-catch {
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .mv-catch {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv-catch {
    margin-bottom: 20px;
  }
}
.mv-catch span {
  display: inline-block;
  padding: 0.4em 0.5em 0.5em 0.5em;
  background-color: #FF4500;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.2em;
}
@media screen and (min-width: 751px) {
  .mv-catch span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv-catch span {
    font-size: 1.8rem;
  }
}

.mv-ttl {
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (min-width: 751px) {
  .mv-ttl {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv-ttl {
    font-size: 4rem;
  }
}

.mv-text {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .mv-text {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv-text {
    margin-top: 20px;
  }
}
.mv-text p {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (min-width: 751px) {
  .mv-text p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv-text p {
    font-size: 1.8rem;
  }
}

.mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.mv-bg > div {
  width: 50%;
  height: 48vw;
}
@media screen and (min-width: 751px) {
  .mv-bg > div {
    width: 25%;
    height: 18.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv-bg > div {
    height: 270px;
  }
}
.mv-bg > div img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 48vw;
}
@media screen and (min-width: 751px) {
  .mv-bg > div img {
    height: 18.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv-bg > div img {
    height: 270px;
  }
}

.mv-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 64vw;
}

.mv-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
}
.mv-btn a span {
  font-size: 4vw;
  font-weight: 900;
}
.mv-btn a:before, .mv-btn a:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.mv-btn a:before {
  top: 1.8666666667vw;
  left: -5.8666666667vw;
  width: 12.8vw;
  height: 10.1333333333vw;
  background-image: url(../img/common/candy.svg);
}
.mv-btn a:after {
  top: 1.6vw;
  right: -5.3333333333vw;
  width: 12.8vw;
  height: 10.4vw;
  background-image: url(../img/common/candy-g.svg);
}

@media screen and (max-width: 750px) {
  .mv-bg > div:nth-child(n+5) {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .mv-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 27.7777777778vw;
  }
  .mv-btn a {
    height: 5.5555555556vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .mv-btn a span {
    font-size: 1.6666666667vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .mv-btn a:before {
    top: -0.4166666667vw;
    left: -4.1666666667vw;
    width: 7.8472222222vw;
    height: 6.3194444444vw;
  }
  .mv-btn a:after {
    top: -0.4166666667vw;
    right: -3.6805555556vw;
    width: 8.0555555556vw;
    height: 6.4583333333vw;
  }
  .mv-btn a:hover {
    background-color: #FF4500;
  }
  .mv-btn a:hover span {
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .mv-btn {
    margin: 50px auto 0 auto;
    width: 400px;
  }
  .mv-btn a {
    height: 80px;
    border-radius: 10px;
  }
  .mv-btn a span {
    font-size: 2.4rem;
  }
  .mv-btn a:before {
    top: -6px;
    left: -60px;
    width: 113px;
    height: 91px;
  }
  .mv-btn a:after {
    top: -6px;
    right: -53px;
    width: 116px;
    height: 93px;
  }
}
/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin: 13.3333333333vw auto 0 auto;
  width: 89.3333333333vw;
}

.page-archive-navi .pagecount {
  margin-bottom: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
}
.page-archive-navi .pagecount span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.15em;
  font-size: 1.5em;
}

@media screen and (min-width: 751px) {
  .page-archive-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5.5555555556vw auto 0 auto;
    width: 91.6666666667vw;
    max-width: 100%;
  }
  .page-archive-navi .pagecount {
    margin: 0;
    font-size: 1.25vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi {
    margin-top: 80px;
    width: 1320px;
  }
  .page-archive-navi .pagecount {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3333333333vw;
}

.pagenation-list li div,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.6vw;
  height: 12.2666666667vw;
  background-color: #ffffff;
  border-radius: 1.6vw;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0;
}
.pagenation-list li div span,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a span {
  position: relative;
  z-index: 1;
}

.pagenation-list li.is-current > div {
  background-color: #000000;
  color: #ffffff;
}

.pagenation-prev,
.pagenation-next {
  width: 18.6666666667vw;
  height: 12.2666666667vw;
}

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12.2666666667vw;
  background-color: #ffffff;
  border-radius: 1.6vw;
}
.pagenation-prev a span,
.pagenation-next a span {
  font-size: 3.4666666667vw;
  font-weight: 900;
  line-height: 160%;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
}

.pagenation-prev a {
  padding-left: 6.6666666667vw;
}
.pagenation-prev a:after {
  left: 2.1333333333vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.pagenation-next a {
  padding-right: 6.6666666667vw;
}
.pagenation-next a:after {
  right: 2.1333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .pagenation-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5555555556vw;
    margin-left: 1.7361111111vw;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 3.8194444444vw;
    height: 4.8611111111vw;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 9.7222222222vw;
    height: 4.8611111111vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 4.8611111111vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenation-prev a span,
  .pagenation-next a span {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenation-prev a:hover,
  .pagenation-next a:hover {
    background-color: #000000;
  }
  .pagenation-prev a:hover span,
  .pagenation-next a:hover span {
    color: #ffffff;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-wb.svg);
  }
  .pagenation-prev a {
    padding-left: 4.1666666667vw;
  }
  .pagenation-prev a:after {
    left: 1.1111111111vw;
  }
  .pagenation-next a {
    padding-right: 4.1666666667vw;
  }
  .pagenation-next a:after {
    right: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    gap: 8px;
    margin-left: 25px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 55px;
    height: 70px;
    border-radius: 10px;
    font-size: 2rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 140px;
    height: 70px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 70px;
    border-radius: 10px;
  }
  .pagenation-prev a span,
  .pagenation-next a span {
    font-size: 2rem;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 32px;
    height: 32px;
  }
  .pagenation-prev a {
    padding-left: 60px;
  }
  .pagenation-prev a:after {
    left: 16px;
  }
  .pagenation-next a {
    padding-right: 60px;
  }
  .pagenation-next a:after {
    right: 16px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 13.3333333333vw auto 0 auto;
  width: 89.3333333333vw;
  height: 12.2666666667vw;
}

.pagenavi-prev,
.pagenavi-next {
  position: absolute;
  top: 50%;
  width: 24.8vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12.2666666667vw;
  background-color: #ffffff;
  border-radius: 1.6vw;
  font-size: 3.4666666667vw;
  font-weight: 900;
  line-height: 1.6rem;
}

.pagenavi-prev a:after,
.pagenavi-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
}

.pagenavi-prev a {
  padding-left: 10.6666666667vw;
}
.pagenavi-prev a:after {
  left: 3.4666666667vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.pagenavi-next a {
  padding-right: 10.6666666667vw;
}
.pagenavi-next a:after {
  right: 3.4666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-back {
  position: relative;
  margin: 0 auto;
  width: 28.5333333333vw;
}

.pagenavi-back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12.2666666667vw;
  background-color: #ffffff;
  border-radius: 1.6vw;
}
.pagenavi-back a span {
  font-size: 3.4666666667vw;
  font-weight: 900;
  line-height: 1.6rem;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 5.5555555556vw;
    width: 34.7222222222vw;
    height: 4.8611111111vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 9.7222222222vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 4.8611111111vw;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenavi-prev a {
    padding-left: 4.1666666667vw;
  }
  .pagenavi-prev a:after {
    left: 1.1111111111vw;
  }
  .pagenavi-next a {
    padding-right: 4.1666666667vw;
  }
  .pagenavi-next a:after {
    right: 1.1111111111vw;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-wb.svg);
  }
  .pagenavi-back {
    width: 11.1111111111vw;
  }
  .pagenavi-back a {
    height: 4.8611111111vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-back a span {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagenavi-back a:hover {
    background-color: #000000;
  }
  .pagenavi-back a:hover span {
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 80px;
    width: 500px;
    height: 70px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 140px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 70px;
    border-radius: 10px;
    font-size: 2rem;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 32px;
    height: 32px;
  }
  .pagenavi-prev a {
    padding-left: 60px;
  }
  .pagenavi-prev a:after {
    left: 16px;
  }
  .pagenavi-next a {
    padding-right: 60px;
  }
  .pagenavi-next a:after {
    right: 16px;
  }
  .pagenavi-back {
    width: 160px;
  }
  .pagenavi-back a {
    height: 70px;
    border-radius: 10px;
  }
  .pagenavi-back a span {
    font-size: 2rem;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.post-data {
  position: relative;
  margin-bottom: 8vw;
}

.post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-date p {
  position: relative;
  padding: 0 0 0.1em 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 900;
}

.post-date p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-date-publish:before {
  background-image: url(../img/post/publish.svg);
}

.post-date-modified:before {
  background-image: url(../img/post/modified.svg);
}

.post-date p:nth-child(n+2) {
  margin-left: 5.3333333333vw;
}

.post-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-bottom: 2.6666666667vw;
}

.post-cat > li {
  padding: 0.5em 1em;
  background-color: #FF4500;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 1.6em;
}

.post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.0666666667vw;
  margin-top: 5.3333333333vw;
}

.post-tag > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em 0.1em 1em;
  height: 6.9333333333vw;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 3.4666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
}
.post-tag > li a:before {
  content: "#";
}

.post-image {
  margin-bottom: 5.3333333333vw;
}

.post-intro p {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}

.post .editor {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .post {
    width: 71.5277777778vw;
  }
  .post-inner {
    margin: 0 auto;
    width: 54.1666666667vw;
  }
  .post-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.3888888889vw;
  }
  .post-date p {
    padding-left: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .post-date p:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-cat {
    gap: 0.3472222222vw;
    margin-bottom: 1.3888888889vw;
  }
  .post-cat > li {
    font-size: 0.8333333333vw;
  }
  .post-data .post-cat {
    margin: 0 1.25em 0 0;
  }
  .post-tag {
    gap: 0.6944444444vw;
    margin-top: 1.7361111111vw;
  }
  .post-tag > li a {
    height: 2.0833333333vw;
    border-width: 0.0694444444vw;
    border-radius: 1.0416666667vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .post-tag > li a:before {
    content: "#";
  }
  .post-tag > li a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .post-image {
    margin-bottom: 2.0833333333vw;
  }
  .post-intro p {
    font-size: 1.1111111111vw;
  }
  .post .editor {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .post {
    width: 1030px;
  }
  .post-inner {
    width: 780px;
  }
  .post-data {
    margin-bottom: 20px;
  }
  .post-date p {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .post-date p:before {
    width: 14px;
    height: 14px;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-cat {
    gap: 5px;
    margin-bottom: 20px;
  }
  .post-cat > li {
    font-size: 1.2rem;
  }
  .post-tag {
    gap: 10px;
    margin-top: 25px;
  }
  .post-tag > li a {
    height: 30px;
    border-width: 1px;
    border-radius: 15px;
    font-size: 1.6rem;
  }
  .post-image {
    margin-bottom: 30px;
  }
  .post-intro p {
    font-size: 1.5rem;
  }
  .post .editor {
    margin-top: 60px;
  }
}
/*  related
-------------------------------------------------------------------------------*/
.related {
  position: relative;
  margin-top: 16vw;
  padding: 16vw 0;
  background-color: #FF4500;
}
@media screen and (min-width: 751px) {
  .related {
    margin-top: 8.3333333333vw;
    padding: 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .related {
    margin-top: 120px;
    padding: 120px 0;
  }
}

.related .heading-ja,
.related .heading-en {
  color: #ffffff;
}

.related-slide {
  position: relative;
}

.related-slide .swiper-wrapper .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 66.6666666667vw;
  height: auto;
}
@media screen and (min-width: 751px) {
  .related-slide .swiper-wrapper .swiper-slide {
    left: 1.0416666667vw;
    margin-right: 2.0833333333vw;
    width: 28.6805555556vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .related-slide .swiper-wrapper .swiper-slide {
    left: 15px;
    margin-right: 30px;
    width: 413px !important;
  }
}

.related-slide .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}

/*  term
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  margin-bottom: 8vw;
}

.term-lead {
  padding: 4.8vw 6.6666666667vw;
  background-color: #000000;
}
.term-lead p {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 900;
}

.term dt {
  position: relative;
  margin-bottom: 0.5em;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 9.6vw;
  font-weight: 900;
  line-height: 1em;
}

.term-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8666666667vw;
}

.term-menu > li {
  width: 43.7333333333vw;
}

.term-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8vw 0 2.6666666667vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-radius: 1.6vw;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.2em;
}
.term-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1333333333vw;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .term {
    margin-bottom: 3.4722222222vw;
  }
  .term-lead {
    padding: 2.0833333333vw 2.4305555556vw;
  }
  .term-lead p {
    font-size: 1.25vw;
  }
  .term dt {
    font-size: 3.3333333333vw;
  }
  .term-menu {
    gap: 1.0416666667vw;
  }
  .term-menu > li {
    width: 17.5vw;
  }
  .term-menu a {
    padding: 0 4.1666666667vw 0 1.3888888889vw;
    height: 4.8611111111vw;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .term-menu a:after {
    right: 1.1111111111vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .term-menu a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .term-menu a:hover:after {
    background-image: url(../img/common/arrow-wb.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin-bottom: 50px;
  }
  .term-lead {
    padding: 30px 35px;
  }
  .term-lead p {
    font-size: 1.8rem;
  }
  .term dt {
    font-size: 4.8rem;
  }
  .term-menu {
    gap: 15px;
  }
  .term-menu > li {
    width: 252px;
  }
  .term-menu a {
    padding: 0 60px 0 20px;
    height: 70px;
    border-radius: 10px;
    font-size: 2rem;
  }
  .term-menu a:after {
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  margin: 0 auto;
  padding: 4vw 0 8vw 0;
  width: 89.3333333333vw;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.ttl-ja {
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.6em;
}

.ttl-en {
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 14.4vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  .ttl {
    padding: 2.7777777778vw 0 3.4722222222vw 0;
    width: 91.6666666667vw;
    border-bottom-width: 0.0694444444vw;
  }
  .ttl-ja {
    font-size: 1.3888888889vw;
  }
  .ttl-en {
    font-size: 8.0555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 40px 0 50px 0;
    width: 1320px;
    border-bottom-width: 1px;
  }
  .ttl-ja {
    font-size: 2rem;
  }
  .ttl-en {
    font-size: 11.6rem;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
.works-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.works-post .c-works {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .works-post {
    gap: 2.7777777778vw 3.125vw;
  }
  .works-post .c-works {
    width: 28.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post {
    gap: 40px 45px;
  }
  .works-post .c-works {
    width: 410px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.works-main-image {
  margin-bottom: 8vw;
}
.works-main-image img {
  aspect-ratio: 335/365;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.works-main-desc p {
  font-weight: 500;
  line-height: 1.8em;
}

@media screen and (min-width: 751px) {
  .works-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .works-main-image {
    margin: 0;
    width: 33.3333333333vw;
  }
  .works-main-image img {
    aspect-ratio: 450/485;
  }
  .works-main-content {
    width: 36.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-main-image {
    width: 450px;
  }
  .works-main-content {
    width: 520px;
  }
}
/* ------------------------------------------- info - */
.works-info {
  position: relative;
  margin-top: 16vw;
  padding: 6.4vw;
  background-color: #FF4500;
}

.works-info-head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.works-info-en {
  display: inline-block;
  padding: 0 2.6666666667vw 0.2em 2.6666666667vw;
  background-color: #FF4500;
  color: #ffffff;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 12.5333333333vw;
  font-weight: 900;
  line-height: 1em;
}

.works-info-ja span {
  display: inline-block;
  padding: 0 2.6666666667vw;
  background-color: #FF4500;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.6em;
}

.works-info-image {
  margin-bottom: 5.3333333333vw;
}
.works-info-image img {
  aspect-ratio: 290/202;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.works-data {
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
}

.works-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5.3333333333vw 0;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.works-data dt {
  position: relative;
  width: 22.6666666667vw;
  background-color: #FF4500;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.3em;
}

.works-data dd {
  width: 50.6666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.3em;
}

@media screen and (min-width: 751px) {
  .works-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.8611111111vw;
    padding: 1.6666666667vw;
  }
  .works-info-en {
    padding: 0 1.0416666667vw 0.2em 1.0416666667vw;
    font-size: 3.8194444444vw;
  }
  .works-info-ja span {
    padding: 0 0.4861111111vw;
    font-size: 1.1805555556vw;
  }
  .works-info-image {
    margin: 0;
    width: 25vw;
  }
  .works-info-image img {
    aspect-ratio: 360/250;
  }
  .works-info-content {
    width: 22.9166666667vw;
  }
  .works-data {
    border-top-width: 0.0694444444vw;
  }
  .works-data dl {
    padding: 1.7361111111vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dt {
    width: 5.5555555556vw;
    font-size: 1.1111111111vw;
  }
  .works-data dd {
    width: 15.625vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-info {
    margin-top: 70px;
    padding: 24px;
  }
  .works-info-en {
    padding: 0 15px 0.2em 15px;
    font-size: 5.5rem;
  }
  .works-info-ja span {
    padding: 0 8px;
    font-size: 1.7rem;
  }
  .works-info-image {
    width: 360px;
  }
  .works-info-content {
    width: 330px;
  }
  .works-data {
    border-top-width: 1px;
  }
  .works-data dl {
    padding: 25px 0;
    border-bottom-width: 1px;
  }
  .works-data dt {
    width: 80px;
    font-size: 1.6rem;
  }
  .works-data dd {
    width: 225px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- gallery - */
.works-gallery {
  position: relative;
  margin-top: 16vw;
}

.works-gallery .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 66.6666666667vw !important;
}
.works-gallery .swiper-slide img {
  aspect-ratio: 250/350;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.works-gallery .swiper-slide:last-child {
  margin-right: 0;
}

@media screen and (min-width: 751px) {
  .works-gallery {
    margin-top: 8.3333333333vw;
  }
  .works-gallery .swiper-slide {
    left: 1.0416666667vw;
    margin-right: 2.0833333333vw;
    width: 28.6805555556vw !important;
  }
  .works-gallery .swiper-slide img {
    aspect-ratio: 413/580;
  }
}
@media screen and (min-width: 1441px) {
  .works-gallery {
    margin-top: 120px;
  }
  .works-gallery .swiper-slide {
    left: 15px;
    margin-right: 30px;
    width: 413px !important;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
.staff-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.c-staff {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.c-staff-image {
  position: relative;
  padding: 6.6666666667vw;
  background-color: #000000;
}
.c-staff-image img {
  aspect-ratio: 285/205;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-staff-label {
  position: absolute;
  left: 6.6666666667vw;
  bottom: 6.6666666667vw;
  z-index: 1;
}

.c-staff-position span {
  display: inline-block;
  padding: 0 2.6666666667vw;
  background-color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.6em;
}

.c-staff-name {
  display: inline-block;
  padding: 0 2.6666666667vw;
  background-color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 160%;
}

.c-staff-content {
  padding: 6.6666666667vw;
}

.c-staff-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-staff-data dl:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-staff-data dt {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.8em;
}
.c-staff-data dt:after {
  content: "：";
}

.c-staff-data dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.8em;
}

.c-staff-message {
  margin-top: 5.3333333333vw;
}

.c-staff-message dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4vw;
  width: 34.6666666667vw;
  height: 8vw;
  background-color: #000000;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 900;
}

.c-staff-message dd {
  font-weight: 500;
  line-height: 1.8em;
}

@media screen and (min-width: 751px) {
  .staff-post {
    gap: 2.7777777778vw 0;
    margin: 0 auto;
    width: 71.5277777778vw;
  }
  .c-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-staff-image {
    padding: 2.4305555556vw;
  }
  .c-staff-image img {
    aspect-ratio: 445/330;
  }
  .c-staff-label {
    left: 1.7361111111vw;
    bottom: 1.7361111111vw;
  }
  .c-staff-content {
    padding: 3.4722222222vw 2.4305555556vw;
  }
  .c-staff-image {
    width: 35.7638888889vw;
  }
  .c-staff-position span {
    padding: 0 0.6944444444vw;
    font-size: 1.1805555556vw;
  }
  .c-staff-name {
    padding: 0 0.6944444444vw;
    font-size: 1.9444444444vw;
  }
  .c-staff-content {
    width: 35.7638888889vw;
  }
  .c-staff-data dt {
    font-size: 1.0416666667vw;
  }
  .c-staff-data dd {
    font-size: 1.0416666667vw;
  }
  .c-staff-message {
    margin-top: 2.4305555556vw;
  }
  .c-staff-message dt {
    margin-bottom: 1.0416666667vw;
    width: 9.0277777778vw;
    height: 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
  .c-staff-message dd {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .staff-post {
    gap: 40px 0;
    width: 1030px;
  }
  .c-staff-image {
    padding: 35px;
    width: 515px;
  }
  .c-staff-label {
    left: 25px;
    bottom: 25px;
  }
  .c-staff-position span {
    padding: 0 10px;
    font-size: 1.7rem;
  }
  .c-staff-name {
    padding: 0 10px;
    font-size: 2.8rem;
  }
  .c-staff-content {
    padding: 50px 35px;
    width: 515px;
  }
  .c-staff-data dt {
    font-size: 1.5rem;
  }
  .c-staff-data dd {
    font-size: 1.5rem;
  }
  .c-staff-message {
    margin-top: 35px;
  }
  .c-staff-message dt {
    margin-bottom: 15px;
    width: 130px;
    height: 30px;
    font-size: 1.2rem;
  }
  .c-staff-message dd {
    font-size: 1.5rem;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw 0;
}

.blog-post .c-blog {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .blog-post {
    gap: 1.3888888889vw 2.0833333333vw;
  }
  .blog-post .c-blog {
    width: 44.7916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-post {
    gap: 20px 30px;
  }
  .blog-post .c-blog {
    width: 645px;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin-top: 8vw;
  padding: 5.3333333333vw;
  background-color: #FF4500;
  color: #ffffff;
}

.blog-mokuji dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding-left: 12vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
.blog-mokuji dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/blog/menu.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-mokuji ul li:nth-child(n+2) {
  margin-top: 1em;
}

.blog-mokuji a {
  position: relative;
  display: block;
}

.blog-mokuji > dd > div {
  counter-reset: cnt;
}

.blog-mokuji > dd > div > a {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0;
}
.blog-mokuji > dd > div > a:before {
  counter-increment: cnt;
  content: counter(cnt, decimal) ".";
}

.blog-mokuji > dd > div > a:nth-of-type(n + 2) {
  margin-top: 1em;
}

.blog-mokuji > dd > div > div {
  margin-top: 0.5em;
  padding-left: 5.3333333333vw;
}

.blog-mokuji > dd > div > div > a {
  padding-left: 1em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.blog-mokuji > dd > div > div > a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.blog-mokuji > dd > div > div > div {
  margin-top: 0.5em;
  padding-left: 5.3333333333vw;
}

.blog-mokuji > dd > div > div > div > a {
  padding-left: 1em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.blog-mokuji > dd > div > div > div > a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 3.4722222222vw;
    padding: 1.3888888889vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
  }
  .blog-mokuji dt {
    padding-left: 3.4722222222vw;
    height: 2.7777777778vw;
    font-size: 1.3888888889vw;
  }
  .blog-mokuji dt:before {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .blog-mokuji > dd > div {
    padding-left: 3.4722222222vw;
  }
  .blog-mokuji > dd > div a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-mokuji > dd > div a:hover {
    color: #000000;
  }
  .blog-mokuji > dd > div > a {
    font-size: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.25vw;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 50px;
    padding: 20px 20px 30px 20px;
  }
  .blog-mokuji dt {
    padding-left: 50px;
    height: 40px;
    font-size: 2rem;
  }
  .blog-mokuji dt:before {
    width: 40px;
    height: 40px;
  }
  .blog-mokuji > dd > div {
    padding-left: 50px;
  }
  .blog-mokuji > dd > div > a {
    font-size: 2rem;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 20px;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.8rem;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 20px;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.6rem;
  }
}
/*  event --> archive
-------------------------------------------------------------------------------*/
.event-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.event-post .c-event {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .event-post {
    gap: 2.7777777778vw 3.125vw;
  }
  .event-post .c-event {
    width: 28.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-post {
    gap: 40px 45px;
  }
  .event-post .c-event {
    width: 410px;
  }
}
/*  event --> single
-------------------------------------------------------------------------------*/
.event-main-btn {
  margin: 8vw auto 0 auto;
  width: 74.1333333333vw;
}

.event-main-image {
  position: relative;
}

.event-carousel-main {
  overflow: hidden !important;
  position: relative;
  width: 100%;
  margin: 16vw 0;
}

.event-carousel-main-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#event-carousel-prev,
#event-carousel-next {
  position: absolute;
  top: calc(50% - 4vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 8vw;
  height: 8vw;
}

#event-carousel-prev {
  left: 5.3333333333vw;
}

#event-carousel-next {
  right: 5.3333333333vw;
}

#event-carousel-pagination {
  position: relative;
  margin-top: 5.3333333333vw;
  bottom: 0;
  text-align: center;
}

#event-carousel-pagination .swiper-pagination-bullet {
  width: 3.2vw;
  height: 1.3333333333vw;
  background: #fff;
  opacity: 1;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 1.0666666667vw;
}

#event-carousel-pagination .swiper-pagination-bullet-active {
  background: #000;
}

#event-carousel-next.swiper-button-lock,
#event-carousel-prev.swiper-button-lock,
#event-carousel-pagination.swiper-pagination-lock {
  display: none !important;
}

.event-data {
  position: relative;
  margin-top: 13.3333333333vw;
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 1px;
}

.event-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4.5333333333vw 0;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.event-data dt {
  position: relative;
  padding-left: 5.3333333333vw;
  width: 25.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.3em;
}
.event-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.event-data--date dt:before {
  background-image: url(../img/event/calendar-og.svg);
}

.event-data--time dt:before {
  background-image: url(../img/event/clock-og.svg);
}

.event-data--venue dt:before {
  background-image: url(../img/event/pin-og.svg);
}

.event-data dd {
  width: 58.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.3em;
}

.event-map {
  margin-top: 16vw;
}
.event-map .ggmap {
  padding-bottom: 75%;
}

.event-editor {
  margin-top: 13.3333333333vw;
}

@media all and (min-width: 751px) {
  .event-main-btn {
    margin-top: 2.7777777778vw;
    width: 27.4305555556vw;
  }
  .event-carousel-main {
    margin: 4.1666666667vw 0;
  }
  #event-carousel-prev,
  #event-carousel-next {
    top: calc(50% - 1.0416666667vw);
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  #event-carousel-prev {
    left: 3.4722222222vw;
  }
  #event-carousel-next {
    right: 3.4722222222vw;
  }
  #event-carousel-pagination {
    margin-top: 1.3888888889vw;
  }
  #event-carousel-pagination .swiper-pagination-bullet {
    width: 1.25vw;
    height: 0.5555555556vw;
    border-radius: 10px;
    margin: 0 0.2777777778vw;
  }
  .event-data {
    margin-top: 4.1666666667vw;
    border-top-width: 0.0694444444vw;
  }
  .event-data dl {
    padding: 1.7361111111vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .event-data dt {
    padding-left: 1.875vw;
    width: 10.4166666667vw;
    font-size: 1.1111111111vw;
  }
  .event-data dt:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .event-data dd {
    width: 41.6666666667vw;
    font-size: 1.1111111111vw;
  }
  .event-map {
    margin-top: 3.4722222222vw;
  }
  .event-map .ggmap {
    padding-bottom: 50%;
  }
  .event-editor {
    margin-top: 4.1666666667vw;
  }
}
@media all and (min-width: 1441px) {
  .event-main-btn {
    margin-top: 40px;
    width: 395px;
  }
  .event-carousel-main {
    margin: 60px 0;
  }
  #event-carousel-prev,
  #event-carousel-next {
    top: calc(50% - 15px);
    width: 60px;
    height: 60px;
  }
  #event-carousel-prev {
    left: 50px;
  }
  #event-carousel-next {
    right: 50px;
  }
  #event-carousel-pagination {
    margin-top: 20px;
  }
  #event-carousel-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 8px;
    border-radius: 10px;
    margin: 0 4px;
  }
  .event-data {
    margin-top: 60px;
    border-top-width: 1px;
  }
  .event-data dl {
    padding: 25px 0;
    border-bottom-width: 1px;
  }
  .event-data dt {
    padding-left: 27px;
    width: 150px;
    font-size: 1.6rem;
  }
  .event-data dt:before {
    width: 20px;
    height: 20px;
  }
  .event-data dd {
    width: 600px;
    font-size: 1.6rem;
  }
  .event-map {
    margin-top: 50px;
  }
  .event-editor {
    margin-top: 60px;
  }
}