@charset "UTF-8";
/* sub -- > common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
}

.sub-in {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.sub-desc {
  margin: 0 auto;
  width: 81.3333333333vw;
}
.sub-desc p {
  line-height: 2.22em;
}

.none {
  margin: 5em 0;
  text-align: center;
}

.complete p,
.notfound p {
  line-height: 1.5em;
}

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-size: 1.125em;
  font-weight: 700;
}

.complete p:nth-child(n+2),
.notfound p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .sub-in {
    width: 48.1904761905vw;
  }
  .sub-desc {
    width: 42.8571428571vw;
  }
  .complete p,
  .notfound p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1051px) {
  .sub-in {
    width: 35.1388888889vw;
  }
  .sub-desc {
    width: 31.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub-in {
    width: 506px;
  }
  .sub-desc {
    width: 450px;
  }
}
/* ------------------------------------------- intro - */
.intro-image {
  margin-left: -4vw;
  width: 100vw;
}

.intro-content {
  position: relative;
  top: -13.3333333333vw;
  margin: 0 auto -8.6666666667vw auto;
  padding: 6.6666666667vw;
  width: 86.6666666667vw;
  background-color: #ffffff;
}

.intro-ttl {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 500;
  line-height: 1.75em;
}

.intro-en {
  margin-top: 1em;
  color: #c2b082;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4vw;
}

.intro-desc {
  margin-top: 1em;
}
.intro-desc p {
  line-height: 2.22em;
}

.intro-btn {
  margin: 9.3333333333vw 0 0 -2vw;
  width: 77.3333333333vw;
  max-width: 100%;
}

.intro-btn a {
  padding-right: 1.6vw;
}
.intro-btn a span {
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 751px) {
  .intro-image {
    margin-left: -2.0952380952vw;
    width: 52.380952381vw;
  }
  .intro-content {
    top: -7.1428571429vw;
    margin-bottom: -2.380952381vw;
    padding: 3.3333333333vw 2.8571428571vw;
    width: 44.7619047619vw;
  }
  .intro-ttl {
    font-size: 3.1428571429vw;
  }
  .intro-en {
    font-size: 2vw;
  }
  .intro-btn {
    margin: 4.7619047619vw 0 0 -0.7619047619vw;
    width: 40.5714285714vw;
  }
  .intro-btn a {
    padding-right: 0.9523809524vw;
  }
  .intro-btn a span {
    font-size: 1.9047619048vw;
  }
}
@media screen and (min-width: 1051px) {
  .intro-image {
    margin-left: -1.5277777778vw;
    width: 38.1944444444vw;
  }
  .intro-content {
    top: -5.2083333333vw;
    margin-bottom: -1.7361111111vw;
    padding: 2.4305555556vw 2.0833333333vw;
    width: 32.6388888889vw;
  }
  .intro-ttl {
    font-size: 2.2916666667vw;
  }
  .intro-en {
    font-size: 1.4583333333vw;
  }
  .intro-btn {
    margin: 3.4722222222vw 0 0 -0.5555555556vw;
    width: 29.5833333333vw;
  }
  .intro-btn a {
    padding-right: 0.6944444444vw;
  }
  .intro-btn a span {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .intro-image {
    margin-left: -22px;
    width: 550px;
  }
  .intro-content {
    top: -75px;
    margin-bottom: -25px;
    padding: 35px 30px;
    width: 470px;
  }
  .intro-ttl {
    font-size: 33px;
    font-size: 3.3rem;
  }
  .intro-en {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .intro-btn {
    margin: 50px 0 0 -8px;
    width: 426px;
  }
  .intro-btn a {
    padding-right: 10px;
  }
  .intro-btn a span {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* sub -- > policy
-------------------------------------------------------------------------------*/
.policy-list > li:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.policy-head {
  position: relative;
  margin-bottom: 1.8em;
  padding-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.policy-head:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6666666667vw;
  background-color: #c2b082;
}

.policy-list {
  counter-reset: num;
}

.policy-list > li {
  position: relative;
  padding-left: 8.6666666667vw;
}

.policy-list > li:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: -0.15em;
  left: 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;
  background-color: #2d2d32;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  border-radius: 50%;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
}

.policy-subhead {
  position: relative;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.policy-subhead:before {
  content: "";
}

.policy-decimal-list {
  margin-top: 1.5em;
  counter-reset: cnt;
}

.policy-decimal-list li {
  padding-left: 1.75em;
  text-indent: -1.75em;
  line-height: 1.66em;
}
.policy-decimal-list li:before {
  counter-increment: cnt;
  content: counter(cnt, decimal) " ）";
}

.policy-decimal-list li:nth-child(n+2) {
  margin-top: 0.5em;
}

.policy-desc {
  margin-top: 1.5em;
}

.policy-desc p {
  line-height: 1.66em;
}

.policy-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .policy-list > li:nth-child(n+2) {
    margin-top: 4.7619047619vw;
  }
  .policy-head {
    font-size: 2.2857142857vw;
  }
  .policy-head:before {
    height: 0.2857142857vw;
  }
  .policy-list > li {
    padding-left: 3.8095238095vw;
  }
  .policy-list > li:before {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
  }
  .policy-subhead {
    font-size: 1.7142857143vw;
  }
  .policy-decimal-list li {
    line-height: 1.875em;
  }
  .policy-desc p {
    line-height: 1.875em;
  }
}
@media screen and (min-width: 1051px) {
  .policy-list > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .policy-head {
    font-size: 1.6666666667vw;
  }
  .policy-head:before {
    height: 0.2083333333vw;
  }
  .policy-list > li {
    padding-left: 2.7777777778vw;
  }
  .policy-list > li:before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .policy-subhead {
    font-size: 1.25vw;
  }
  .policy-decimal-list li {
    line-height: 1.875em;
  }
  .policy-desc p {
    line-height: 1.875em;
  }
}
@media screen and (min-width: 1441px) {
  .policy-list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy-head:before {
    height: 3px;
  }
  .policy-list > li {
    padding-left: 40px;
  }
  .policy-list > li:before {
    width: 30px;
    height: 30px;
  }
  .policy-subhead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10.6666666667vw;
  padding: 2vw 2.6666666667vw 2.6666666667vw;
  background-color: #f8f8f8;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb li {
  position: relative;
  color: #4B4B52;
  font-size: 2.9333333333vw;
  font-weight: 300;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.breadcrumb li:after {
  content: "＞";
  position: relative;
  top: 0;
  margin: 0 1.6vw 0 1.3333333333vw;
  display: inline-block;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb li a {
  position: relative;
}

.breadcrumb li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 1px;
  background-color: #b1a696;
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    margin-bottom: 5.7142857143vw;
    padding: 1.4285714286vw 1.9047619048vw 1.9047619048vw;
  }
  .breadcrumb::-webkit-scrollbar {
    height: 0.4761904762vw;
    background-color: #f8f8f8;
  }
  .breadcrumb::-webkit-scrollbar-thumb {
    background-color: #b1a696;
    border-radius: 0.9523809524vw;
  }
  .breadcrumb li {
    font-size: 1.5238095238vw;
  }
  .breadcrumb li:after {
    margin: 0 0.5714285714vw 0 0.7619047619vw;
  }
  .breadcrumb li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb li a:after {
    height: 0.1904761905vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb li a:hover {
    color: #c2b082;
  }
  .breadcrumb li a:hover:after {
    background-color: #c2b082;
  }
}
@media screen and (min-width: 1051px) {
  .breadcrumb {
    margin-bottom: 4.1666666667vw;
    padding: 1.0416666667vw 1.3888888889vw 1.3888888889vw;
  }
  .breadcrumb::-webkit-scrollbar {
    height: 0.3472222222vw;
  }
  .breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 0.6944444444vw;
  }
  .breadcrumb li {
    font-size: 1.1111111111vw;
  }
  .breadcrumb li:after {
    margin: 0 0.4166666667vw 0 0.5555555556vw;
  }
  .breadcrumb li a:after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb {
    margin-bottom: 60px;
    padding: 15px 20px 20px;
  }
  .breadcrumb::-webkit-scrollbar {
    height: 5px;
  }
  .breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
  .breadcrumb li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .breadcrumb li:after {
    margin: 0 6px 0 8px;
  }
  .breadcrumb li a:after {
    height: 2px;
  }
}
/*  head
-------------------------------------------------------------------------------*/
.head {
  position: relative;
  margin: 0 auto 10.6666666667vw auto;
  padding-top: 4.6666666667vw;
  width: 92vw;
}
.head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 13.3333333333vw;
  height: 0.5333333333vw;
  background-color: #c2b082;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.head-en {
  position: relative;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10.6666666667vw;
  text-align: center;
  letter-spacing: 0.04em;
}
.head-en:first-letter {
  text-transform: uppercase;
}

.head-jp {
  position: relative;
  margin-top: 0.5em;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
}

.head-desc {
  margin: 10vw auto 0 auto;
  width: 77.3333333333vw;
}
.head-desc p {
  font-size: 3.6vw;
  line-height: 1.75em;
}

.sub--comp .head-desc p {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .head {
    margin-bottom: 5.7142857143vw;
    padding-top: 3.3333333333vw;
    width: 47.619047619vw;
  }
  .head:before {
    width: 6.9523809524vw;
    height: 0.2857142857vw;
  }
  .head-en {
    font-size: 5.5238095238vw;
  }
  .head-jp {
    font-size: 1.9047619048vw;
  }
  .head-desc {
    margin-top: 4.7619047619vw;
    width: 40.4761904762vw;
  }
  .head-desc p {
    font-size: 1.8095238095vw;
  }
}
@media screen and (min-width: 1051px) {
  .head {
    margin-bottom: 4.1666666667vw;
    padding-top: 2.0833333333vw;
    width: 34.7222222222vw;
  }
  .head:before {
    width: 5.0694444444vw;
    height: 0.2083333333vw;
  }
  .head-en {
    font-size: 4.0277777778vw;
  }
  .head-jp {
    font-size: 1.3888888889vw;
  }
  .head-desc {
    margin-top: 3.4722222222vw;
    width: 29.5138888889vw;
  }
  .head-desc p {
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .head {
    margin-bottom: 60px;
    padding-top: 30px;
    width: 500px;
  }
  .head:before {
    width: 73px;
    height: 3px;
  }
  .head-en {
    font-size: 58px;
    font-size: 5.8rem;
  }
  .head-jp {
    font-size: 20px;
    font-size: 2rem;
  }
  .head-desc {
    margin-top: 50px;
    width: 425px;
  }
  .head-desc p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- head-a - */
.head-a {
  position: relative;
  margin-bottom: 8.6666666667vw;
  padding: 6.6666666667vw 0;
  text-align: center;
}
.head-a span {
  display: inline-block;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
.head-a:before, .head-a:after {
  content: "";
  position: absolute;
  width: 40vw;
  height: 0.2666666667vw;
}
.head-a:before {
  top: 0;
  left: -4vw;
}
.head-a:after {
  right: -4vw;
  bottom: 0;
}

.head-a--jp span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.head-a--en span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 6.6666666667vw;
  font-weight: 400;
}

.head-a--bi span {
  font-family: "IBM Plex Sans", sans-serif, "IBM Plex Sans", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 400;
}

.head-a--bg:before, .head-a--bg:after {
  background-color: #c2b082;
}

.head-a--wh {
  color: #ffffff;
}
.head-a--wh:before, .head-a--wh:after {
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .head-a {
    margin-bottom: 4.7619047619vw;
    padding: 3.3333333333vw 0;
  }
  .head-a:before, .head-a:after {
    width: 20.9523809524vw;
    height: 0.1428571429vw;
  }
  .head-a:before {
    left: -2.0952380952vw;
  }
  .head-a:after {
    right: -2.0952380952vw;
  }
  .head-a--jp span {
    font-size: 3.0476190476vw;
  }
  .head-a--en span {
    font-size: 3.4285714286vw;
  }
  .head-a--bi span {
    font-size: 3.0476190476vw;
  }
}
@media screen and (min-width: 1051px) {
  .head-a {
    margin-bottom: 3.4722222222vw;
    padding: 2.4305555556vw 0;
  }
  .head-a:before, .head-a:after {
    width: 15.2777777778vw;
    height: 0.1041666667vw;
  }
  .head-a:before {
    left: -1.5277777778vw;
  }
  .head-a:after {
    right: -1.5277777778vw;
  }
  .head-a--jp span {
    font-size: 2.2222222222vw;
  }
  .head-a--en span {
    font-size: 2.5vw;
  }
  .head-a--bi span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-a {
    margin-bottom: 50px;
    padding: 35px 0;
  }
  .head-a:before, .head-a:after {
    width: 220px;
    height: 1.5px;
  }
  .head-a:before {
    left: -22px;
  }
  .head-a:after {
    right: -22px;
  }
  .head-a--jp span {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .head-a--en span {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .head-a--bi span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/* ------------------------------------------- head-d （関連記事）- */
.head-d {
  position: relative;
  margin-bottom: 10vw;
  padding-top: 5.3333333333vw;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.88em;
  letter-spacing: 0.02em;
}
.head-d:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 13.3333333333vw;
  height: 0.5333333333vw;
  background-color: #c2b082;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .head-d {
    margin-bottom: 5.7142857143vw;
    padding-top: 2.8571428571vw;
    font-size: 2.380952381vw;
  }
  .head-d:before {
    width: 6.9523809524vw;
    height: 0.2857142857vw;
  }
}
@media screen and (min-width: 1051px) {
  .head-d {
    margin-bottom: 4.1666666667vw;
    padding-top: 2.0833333333vw;
    font-size: 1.7361111111vw;
  }
  .head-d:before {
    width: 5.0694444444vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-d {
    margin-bottom: 60px;
    padding-top: 30px;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .head-d:before {
    width: 73px;
    height: 3px;
  }
}
/* ------------------------------------------- head-d （関連記事）- */
.head-l {
  position: relative;
  margin: 0 auto 1em auto;
  padding-bottom: 0.5em;
  width: 86.6666666667vw;
  border-bottom-color: #a68e52;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  color: #a68e52;
  font-size: 4.1333333333vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 751px) {
  .head-l {
    max-width: 45.7142857143vw;
    border-bottom-width: 0.0952380952vw;
    font-size: 2.1904761905vw;
  }
}
@media screen and (min-width: 1051px) {
  .head-l {
    max-width: 33.3333333333vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-l {
    max-width: 480px;
    border-bottom-width: 1px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
}

.editor h2,
.head-edi2 {
  position: relative;
  margin: 1.3em 0 0.7em 0;
  padding: 4.6666666667vw 5.3333333333vw;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}
.editor h2:before, .editor h2:after,
.head-edi2:before,
.head-edi2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 2.6666666667vw);
}
.editor h2:before,
.head-edi2:before {
  top: 0;
  left: -1.3333333333vw;
  border-color: #2d2d32;
  border-style: solid;
  border-width: 1px;
  z-index: -1;
}
.editor h2:after,
.head-edi2:after {
  right: -1.3333333333vw;
  bottom: 0;
  background-color: #f0ede6;
  z-index: -2;
}

.editor h3,
.head-edi3 {
  position: relative;
  margin: 1.5em 0 0.7em 0;
  padding: 5.3333333333vw;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}
.editor h3:before, .editor h3:after,
.head-edi3:before,
.head-edi3:after {
  content: "";
  position: absolute;
  width: 33.3333333333vw;
  height: 1px;
  background-color: #c2b082;
}
.editor h3:before,
.head-edi3:before {
  top: 0;
  left: -4vw;
}
.editor h3:after,
.head-edi3:after {
  right: -4vw;
  bottom: 0;
}

.editor h4,
.head-edi4 {
  position: relative;
  margin: 2em 0 0.7em 0;
  padding-left: 8vw;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 3.8666666667vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}
.editor h4:before,
.head-edi4:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 2.6666666667vw;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6vw 0 1.6vw 2.6666666667vw;
  border-color: transparent transparent transparent #a68e52;
}

.editor p {
  padding: 0 3.3333333333vw;
  line-height: 2.22em;
}

.editor a {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background-color: #c2b082;
}

.editor a:hover {
  opacity: 0.8;
}

.editor strong {
  color: #c2b082;
  font-weight: 500;
}

.editor img {
  max-width: 100%;
  height: auto;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
  display: block;
  margin: 1.5em auto;
}

.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 ul {
  margin: 1em 0 1.5em 0;
  padding: 0 3.3333333333vw;
}

.editor ul li {
  margin-left: 1em;
  list-style-type: square;
  line-height: 2.22em;
}

.editor ol {
  margin: 1em 0 1.5em 0;
  padding: 0 3.3333333333vw;
}

.editor ol li {
  margin-left: 2em;
  list-style-type: decimal-leading-zero;
  line-height: 2.22em;
}

.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}

@media screen and (min-width: 751px) {
  .editor h2,
  .head-edi2 {
    padding: 2.380952381vw 2.8571428571vw;
    font-size: 2.4761904762vw;
  }
  .editor h2:before, .editor h2:after,
  .head-edi2:before,
  .head-edi2:after {
    height: calc(100% - 1.4285714286vw);
  }
  .editor h2:before,
  .head-edi2:before {
    left: -0.7619047619vw;
    border-width: 0.0952380952vw;
  }
  .editor h2:after,
  .head-edi2:after {
    right: -0.7619047619vw;
  }
  .editor h3,
  .head-edi3 {
    padding: 2.380952381vw;
    font-size: 2.1904761905vw;
  }
  .editor h3:before, .editor h3:after,
  .head-edi3:before,
  .head-edi3:after {
    width: 17.1428571429vw;
    height: 0.0952380952vw;
  }
  .editor h3:before,
  .head-edi3:before {
    left: -2.0952380952vw;
  }
  .editor h3:after,
  .head-edi3:after {
    right: -2.0952380952vw;
  }
  .editor h4,
  .head-edi4 {
    padding: 0 1.9047619048vw 0 4.0952380952vw;
    font-size: 1.9047619048vw;
  }
  .editor h4:before,
  .head-edi4:before {
    left: 1.3333333333vw;
    border-width: 0.7619047619vw 0 0.7619047619vw 1.3333333333vw;
  }
  .editor p {
    padding: 0 1.9047619048vw;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
  .editor ul,
  .editor ol {
    padding: 0 1.9047619048vw;
  }
}
@media screen and (min-width: 1051px) {
  .editor h2,
  .head-edi2 {
    padding: 1.7361111111vw 2.0833333333vw;
    font-size: 1.8055555556vw;
  }
  .editor h2:before, .editor h2:after,
  .head-edi2:before,
  .head-edi2:after {
    height: calc(100% - 1.0416666667vw);
  }
  .editor h2:before,
  .head-edi2:before {
    left: -0.5555555556vw;
    border-width: 0.0694444444vw;
  }
  .editor h2:after,
  .head-edi2:after {
    right: -0.5555555556vw;
  }
  .editor h3,
  .head-edi3 {
    padding: 1.7361111111vw;
    font-size: 1.5972222222vw;
  }
  .editor h3:before, .editor h3:after,
  .head-edi3:before,
  .head-edi3:after {
    width: 12.5vw;
    height: 0.0694444444vw;
  }
  .editor h3:before,
  .head-edi3:before {
    left: -1.5277777778vw;
  }
  .editor h3:after,
  .head-edi3:after {
    right: -1.5277777778vw;
  }
  .editor h4,
  .head-edi4 {
    padding: 0 1.3888888889vw 0 2.9861111111vw;
    font-size: 1.3888888889vw;
  }
  .editor h4:before,
  .head-edi4:before {
    left: 0.9722222222vw;
    border-width: 0.5555555556vw 0 0.5555555556vw 0.9722222222vw;
  }
  .editor p {
    padding: 0 1.3888888889vw;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
  .editor ul,
  .editor ol {
    padding: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2,
  .head-edi2 {
    padding: 25px 30px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .editor h2:before, .editor h2:after,
  .head-edi2:before,
  .head-edi2:after {
    height: calc(100% - 15px);
  }
  .editor h2:before,
  .head-edi2:before {
    left: -8px;
    border-width: 1px;
  }
  .editor h2:after,
  .head-edi2:after {
    right: -8px;
  }
  .editor h3,
  .head-edi3 {
    padding: 25px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .editor h3:before, .editor h3:after,
  .head-edi3:before,
  .head-edi3:after {
    width: 180px;
    height: 1px;
  }
  .editor h3:before,
  .head-edi3:before {
    left: -22px;
  }
  .editor h3:after,
  .head-edi3:after {
    right: -22px;
  }
  .editor h4,
  .head-edi4 {
    padding: 0 20px 0 43px;
    font-size: 20px;
    font-size: 2rem;
  }
  .editor h4:before,
  .head-edi4:before {
    left: 14px;
    border-width: 8px 0 8px 14px;
  }
  .editor p {
    padding: 0 20px;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
  .editor ul,
  .editor ol {
    padding: 0 20px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form {
  position: relative;
  margin-top: 10.6666666667vw;
  width: 100%;
}

.form .head-a:before {
  left: -6.6666666667vw;
}
.form .head-a:after {
  right: -6.6666666667vw;
}

.form-input dl:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.form-input dt {
  position: relative;
  margin-bottom: 0.7em;
  color: #2d2d32;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}

.form-paren {
  font-size: 0.75em;
}

.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: 13.3333333333vw;
  background-color: #f3f0e7;
  color: #2d2d32;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.03em;
}

.form-input textarea {
  padding: 0.75em 1em;
  width: 100%;
  height: 66.6666666667vw;
  background-color: #f3f0e7;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.03em;
}

.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: 4vw;
  padding-bottom: 0.1em;
  width: 13.3333333333vw;
  height: 5.8666666667vw;
  border-color: #a81515;
  border-style: solid;
  border-width: 1px;
  border-radius: 2.9333333333vw;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.2em;
}

.form-label--req {
  background-color: #a81515;
  color: #ffffff;
}

.form-label--unreq {
  background-color: #ffffff;
  border-color: #2d2d32;
  color: #2d2d32;
}

.form-hosoku {
  margin-top: 0.5em;
  color: #a0a0a0;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 750px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select,
  .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form {
    margin-top: 5.7142857143vw;
  }
  .form .head-a:before {
    left: -3.619047619vw;
  }
  .form .head-a:after {
    right: -3.619047619vw;
  }
  .form-input dl:nth-child(n+2) {
    margin-top: 4.7619047619vw;
  }
  .form-input dt {
    font-size: 1.619047619vw;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 7.0476190476vw;
    font-size: 1.619047619vw;
  }
  .form-name input[type=text] {
    width: 18.4761904762vw;
  }
  .form-input textarea {
    height: 34.8571428571vw;
    font-size: 1.619047619vw;
  }
  .form-label {
    margin-left: 1.9047619048vw;
    width: 5.7142857143vw;
    height: 2.8571428571vw;
    border-radius: 1.5238095238vw;
    font-size: 1.2380952381vw;
  }
  .form-hosoku {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1051px) {
  .form {
    margin-top: 4.1666666667vw;
  }
  .form .head-a:before {
    left: -2.6388888889vw;
  }
  .form .head-a:after {
    right: -2.6388888889vw;
  }
  .form-input dl:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .form-input dt {
    font-size: 1.1805555556vw;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 5.1388888889vw;
    font-size: 1.1805555556vw;
  }
  .form-name input[type=text] {
    width: 13.4722222222vw;
  }
  .form-input textarea {
    height: 25.4166666667vw;
    font-size: 1.1805555556vw;
  }
  .form-label {
    margin-left: 1.3888888889vw;
    width: 4.1666666667vw;
    height: 2.0833333333vw;
    border-radius: 1.1111111111vw;
    font-size: 0.9027777778vw;
  }
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form {
    margin-top: 60px;
  }
  .form .head-a:before {
    left: -38px;
  }
  .form .head-a:after {
    right: -38px;
  }
  .form-input dl:nth-child(n+2) {
    margin-top: 50px;
  }
  .form-input dt {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 74px;
    font-size: 17px;
  }
  .form-name input[type=text] {
    width: 194px;
  }
  .form-input textarea {
    height: 366px;
    font-size: 17px;
  }
  .form-label {
    margin-left: 20px;
    width: 60px;
    height: 30px;
    border-radius: 16px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-hosoku {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #949494;
}

.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: #949494;
}

.form-input input::-moz-placeholder,
.form-input select::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #949494;
}

/* ------------------------------------------- name - */
.form-name dd {
  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;
}

.form-name dd > div {
  width: 40vw;
}

@media screen and (min-width: 751px) {
  .form-name dd > div {
    width: 22.2857142857vw;
  }
}
@media screen and (min-width: 1051px) {
  .form-name dd > div {
    width: 16.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-name dd > div {
    width: 234px;
  }
}
/* ------------------------------------------- date - */
.form-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;
}

.form-time > div {
  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;
  width: 38.6666666667vw;
}

.form-time > div .form-select {
  width: 33.3333333333vw;
}

@media screen and (min-width: 751px) {
  .form-time > div {
    width: 19.4285714286vw;
  }
  .form-time > div .form-select {
    width: 16.6666666667vw;
  }
}
@media screen and (min-width: 1051px) {
  .form-time > div {
    width: 14.1666666667vw;
  }
  .form-time > div .form-select {
    width: 12.1527777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-time > div {
    width: 204px;
  }
  .form-time > div .form-select {
    width: 175px;
  }
}
/* ------------------------------------------- online date - */
.form-online-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-online-date > div:nth-child(1) {
  width: 56vw;
}

.form-online-date > div:nth-child(2) {
  width: 27.3333333333vw;
}

@media screen and (min-width: 751px) {
  .form-online-date > div:nth-child(1) {
    width: 29.5238095238vw;
  }
  .form-online-date > div:nth-child(2) {
    width: 13.8095238095vw;
  }
}
@media screen and (min-width: 1051px) {
  .form-online-date > div:nth-child(1) {
    width: 21.5277777778vw;
  }
  .form-online-date > div:nth-child(2) {
    width: 10.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-online-date > div:nth-child(1) {
    width: 310px;
  }
  .form-online-date > div:nth-child(2) {
    width: 145px;
  }
}
/* ------------------------------------------- other - */
.form-other {
  margin-top: 1em;
}

.form-other textarea {
  height: 33.3333333333vw;
}

@media screen and (min-width: 751px) {
  .form-other textarea {
    height: 17.1428571429vw;
  }
}
@media screen and (min-width: 1051px) {
  .form-other textarea {
    height: 12.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-other textarea {
    height: 180px;
  }
}
/* ------------------------------------------- radio & checkbox - */
.form-input .wpcf7-radio,
.form-input .wpcf7-checkbox {
  display: block;
  margin: -4vw 0 0 -8vw;
  width: calc(100% + 8vw);
}

.form-input .wpcf7-radio .wpcf7-list-item,
.form-input .wpcf7-checkbox .wpcf7-list-item {
  margin: 4vw 0 0 8vw;
}

.form-input .wpcf7-radio input[type=radio],
.form-input .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-input input[type=radio] + span,
.form-input 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: 8.6666666667vw;
  height: 6.6666666667vw;
  font-size: 3.7333333333vw;
  cursor: pointer;
}

.form-input input[type=radio] + span::before,
.form-input input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=checkbox] + span::before {
  border-color: #2d2d32;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.4vw;
}

.form-input input[type=radio] + span::before {
  border-radius: 50% !important;
}

.form-input input[type=radio]:checked + span::after,
.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.form-input input[type=radio]:checked + span::after {
  left: 1.6vw;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  background-color: #c2b082;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.2666666667vw;
  left: 0.4vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -1.4285714286vw 0 0 -3.8095238095vw;
    width: calc(100% + 3.8095238095vw);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.4285714286vw 0 0 3.8095238095vw;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 4.7619047619vw;
    height: 3.4285714286vw;
    font-size: 1.9047619048vw;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    width: 3.4285714286vw;
    height: 3.4285714286vw;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 0.9523809524vw;
    width: 1.5238095238vw;
    height: 1.5238095238vw;
  }
  .form-input input[type=checkbox] + span::before {
    border-width: 0.0952380952vw;
    border-radius: 0.2857142857vw;
  }
  .form-input input[type=checkbox]:checked + span::after {
    top: 0.1904761905vw;
    left: 0.2857142857vw;
    width: 3.0476190476vw;
    height: 3.0476190476vw;
  }
}
@media screen and (min-width: 1051px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -1.0416666667vw 0 0 -2.7777777778vw;
    width: calc(100% + 2.7777777778vw);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.0416666667vw 0 0 2.7777777778vw;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 3.4722222222vw;
    height: 2.5vw;
    font-size: 1.3888888889vw;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    width: 2.5vw;
    height: 2.5vw;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 0.6944444444vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .form-input input[type=checkbox] + span::before {
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
  }
  .form-input input[type=checkbox]:checked + span::after {
    top: 0.1388888889vw;
    left: 0.2083333333vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -15px 0 0 -40px;
    width: calc(100% + 40px);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 15px 0 0 40px;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 50px;
    height: 36px;
    font-size: 20px;
    font-size: 2rem;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    width: 36px;
    height: 36px;
    border-width: 1px;
    border-radius: 3px;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 10px;
    width: 16px;
    height: 16px;
  }
  .form-input input[type=checkbox] + span::before {
    border-width: 1px;
    border-radius: 3px;
  }
  .form-input input[type=checkbox]:checked + span::after {
    top: 2px;
    left: 3px;
    width: 32px;
    height: 32px;
  }
}
/* ------------------------------------------- file - */
.form-input input[type=file] {
  font-size: 3.4666666667vw;
}

.form-input input[type=file]::-webkit-file-upload-button {
  margin-right: 0.75em;
  padding: 0.5em 1.5em;
  background-color: #ffffff;
  border: 0;
  border-radius: 10em;
  color: #c2b082;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}

.form-input input[type=file]::file-selector-button {
  margin-right: 0.75em;
  padding: 0.5em 1.5em;
  background-color: #ffffff;
  border: 0;
  border-radius: 10em;
  color: #c2b082;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .form-input input[type=file] {
    font-size: 2.4vw;
  }
  .form-input input[type=file]::-webkit-file-upload-button {
    font-size: 2.1333333333vw;
  }
  .form-input input[type=file]::file-selector-button {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1051px) {
  .form-input input[type=file] {
    font-size: 1.25vw;
  }
  .form-input input[type=file]::-webkit-file-upload-button {
    font-size: 1.1111111111vw;
  }
  .form-input input[type=file]::file-selector-button {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input input[type=file] {
    font-size: 18px;
  }
  .form-input input[type=file]::-webkit-file-upload-button {
    font-size: 16px;
  }
  .form-input input[type=file]::file-selector-button {
    font-size: 16px;
  }
}
/* ------------------------------------------- select - */
.form-select {
  position: relative;
  z-index: 1;
}

.form-select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5.3333333333vw;
  height: 13.3333333333vw;
  background-color: #2d2d32;
  pointer-events: none;
  z-index: 1;
}

.form-select:after {
  content: "";
  position: absolute;
  top: 5.7333333333vw;
  right: 1.1333333333vw;
  display: inline-block;
  width: 3.2vw;
  height: 1.8666666667vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.form-input select {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .form-select:before {
    width: 3.0476190476vw;
    height: 7.0476190476vw;
  }
  .form-select:after {
    top: 2.9523809524vw;
    right: 0.5714285714vw;
    width: 1.9047619048vw;
    height: 1.1428571429vw;
  }
}
@media screen and (min-width: 1051px) {
  .form-select:before {
    width: 2.2222222222vw;
    height: 5.1388888889vw;
  }
  .form-select:after {
    top: 2.1527777778vw;
    right: 0.4166666667vw;
    width: 1.3888888889vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:before {
    width: 32px;
    height: 74px;
  }
  .form-select:after {
    top: 31px;
    right: 6px;
    width: 20px;
    height: 12px;
  }
}
/* ------------------------------------------- bookset & consent - */
.form-consent {
  position: relative;
  margin-top: 5.3333333333vw;
  text-align: center;
}

.form-bookset {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 35px 0;
}
.form-bookset:before, .form-bookset:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
}
.form-bookset:before {
  top: 0;
}
.form-bookset:after {
  bottom: 0;
}

.form-bookset-ttl {
  margin-bottom: 1em;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.75em;
}

.form-bookset > div {
  text-align: center;
}

.form-consent p {
  display: inline-block;
  margin-top: 4.6666666667vw;
  font-size: 3.4666666667vw;
  line-height: 1.75em;
}
.form-consent p a {
  position: relative;
  color: #c2b082;
}
.form-consent p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background-color: #c2b082;
}

.form-bookset .formErrorContent,
.form-consent .formErrorContent {
  text-align: center;
}

.form-bookset .wpcf7-checkbox,
.form-consent .wpcf7-checkbox {
  display: block;
}

.form-bookset .wpcf7-checkbox .wpcf7-list-item,
.form-consent .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.form-bookset .wpcf7-checkbox input[type=checkbox],
.form-consent .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-bookset input[type=checkbox] + span,
.form-consent 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: 9.3333333333vw;
  height: 6.6666666667vw;
  font-size: 3.7333333333vw;
  cursor: pointer;
}

.form-bookset input[type=checkbox] + span::before,
.form-consent input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #ffffff;
  border-color: #2d2d32;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-bookset input[type=checkbox]:checked + span::after,
.form-consent input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.2666666667vw;
  left: 0.4vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .form-consent {
    margin-top: 0.9523809524vw;
  }
  .form-bookset {
    margin-top: 4.7619047619vw;
    padding: 3.3333333333vw 0;
  }
  .form-bookset:before, .form-bookset:after {
    height: 0.0952380952vw;
  }
  .form-bookset-ttl {
    font-size: 2.1904761905vw;
  }
  .form-consent p {
    margin-top: 2.8571428571vw;
    font-size: 1.619047619vw;
  }
  .form-bookset input[type=checkbox] + span,
  .form-consent input[type=checkbox] + span {
    padding-left: 3.8095238095vw;
    height: 3.4285714286vw;
    font-size: 1.619047619vw;
  }
  .form-bookset input[type=checkbox] + span::before,
  .form-consent input[type=checkbox] + span::before {
    width: 2.4761904762vw;
    height: 2.4761904762vw;
    border-width: 0.0952380952vw;
    border-radius: 0.2857142857vw;
  }
  .form-bookset input[type=checkbox]:checked + span::after,
  .form-consent input[type=checkbox]:checked + span::after {
    top: 0.1904761905vw;
    left: 0.2857142857vw;
    width: 2.0952380952vw;
    height: 2.0952380952vw;
  }
}
@media screen and (min-width: 1051px) {
  .form-bookset,
  .form-consent {
    margin-top: 0.6944444444vw;
  }
  .form-bookset {
    margin-top: 3.4722222222vw;
    padding: 2.4305555556vw 0;
  }
  .form-bookset:before, .form-bookset:after {
    height: 0.0694444444vw;
  }
  .form-bookset-ttl {
    font-size: 1.5972222222vw;
  }
  .form-consent p {
    margin-top: 2.0833333333vw;
    font-size: 1.1805555556vw;
  }
  .form-bookset input[type=checkbox] + span,
  .form-consent input[type=checkbox] + span {
    padding-left: 2.7777777778vw;
    height: 2.5vw;
    font-size: 1.1805555556vw;
  }
  .form-bookset input[type=checkbox] + span::before,
  .form-consent input[type=checkbox] + span::before {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
  }
  .form-bookset input[type=checkbox]:checked + span::after,
  .form-consent input[type=checkbox]:checked + span::after {
    top: 0.1388888889vw;
    left: 0.2083333333vw;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-consent {
    margin-top: 10px;
  }
  .form-bookset {
    margin-top: 50px;
    padding: 35px 0;
  }
  .form-bookset:before, .form-bookset:after {
    height: 1px;
  }
  .form-bookset-ttl {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .form-consent p {
    margin-top: 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .form-bookset input[type=checkbox] + span,
  .form-consent input[type=checkbox] + span {
    padding-left: 40px;
    height: 26px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .form-bookset input[type=checkbox] + span::before,
  .form-consent input[type=checkbox] + span::before {
    width: 26px;
    height: 26px;
    border-width: 1px;
    border-radius: 3px;
  }
  .form-bookset input[type=checkbox]:checked + span::after,
  .form-consent input[type=checkbox]:checked + span::after {
    top: 2px;
    left: 3px;
    width: 22px;
    height: 22px;
  }
}
/* ------------------------------------------- submit - */
.form-btn {
  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;
  margin: 8vw auto 0 auto;
  width: 66.6666666667vw;
  height: 14.6666666667vw;
  background-color: #2d2d32;
  border-color: #2d2d32;
  border-style: solid;
  border-width: 1px;
  z-index: 1;
  cursor: pointer;
}
.form-btn p {
  display: block;
  width: 100%;
  height: 100%;
}

.form-submit {
  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: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.08em;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 4.7619047619vw;
    width: 34.8571428571vw;
    height: 7.0476190476vw;
    border-width: 0.0952380952vw;
  }
  .form-submit {
    font-size: 2.1904761905vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-btn:hover {
    background-color: #ffffff;
  }
  .form-btn:hover .form-submit {
    color: #2d2d32;
  }
}
@media screen and (min-width: 1051px) {
  .form-btn {
    margin-top: 3.4722222222vw;
    width: 25.4166666667vw;
    height: 5.1388888889vw;
    border-width: 0.0694444444vw;
  }
  .form-submit {
    font-size: 1.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 50px;
    width: 366px;
    height: 74px;
    border-width: 1px;
  }
  .form-submit {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
/* ------------------------------------------- レイアウト崩れ防止 - */
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;
}

.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-consent .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 #c2b082 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75em;
}

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 2.6666666667vw !important;
}

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
  }
  .wpcf7-response-output {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 1.3333333333vw !important;
  }
}
@media screen and (min-width: 1051px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9722222222vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 14px;
    font-size: 1.4rem !important;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  padding: 18.6666666667vw 0 8vw;
  overflow: hidden;
}

.ttl > div:not(.wave) {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}

.ttl-en {
  color: #2d2d32;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 7.2vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.ttl-jp {
  margin-top: 0.8em;
  color: #c2b082;
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.15em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .ttl {
    padding: 2.8571428571vw 0;
  }
  .ttl-en {
    font-size: 5.1428571429vw;
  }
  .ttl-jp {
    font-size: 1.7142857143vw;
  }
}
@media screen and (min-width: 1051px) {
  .ttl {
    padding: 2.0833333333vw 0;
  }
  .ttl-en {
    font-size: 3.75vw;
  }
  .ttl-jp {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 30px 0;
  }
  .ttl-en {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .ttl-jp {
    font-size: 18px;
    font-size: 1.8rem;
  }
}