@charset "UTF-8";
/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #e37e11;
  position: relative;
  color: #FFF;
  min-width: 120px;
  font-size: 12px;
  border: 1px solid #FFF;
  box-shadow: 0 0 2px #333;
  -moz-box-shadow: 0 0 2px #333;
  -webkit-box-shadow: 0 0 2px #333;
  -o-box-shadow: 0 0 2px #333;
  padding: 4px 10px 4px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-shadow: 0 1px 1px #4d4d4d;
  -moz-box-shadow: 0 1px 1px #4d4d4d;
  -webkit-box-shadow: 0 1px 1px #4d4d4d;
  -o-box-shadow: 0 1px 1px #4d4d4d;
  font-size: 0px;
  height: 1px;
  background: #e37e11;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 0 solid #FFF;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #FFF;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #FFF;
}

/* p-header
---------------------------------------------------------------------------- */
.p-header {
  width: 100%;
  padding-left: 2.0833333333vw;
}
.p-header._position {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.p-header-logo {
  width: 16.0416666667vw;
  aspect-ratio: 308/56;
  margin-top: 1.5625vw;
}
.p-header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .p-header {
    padding-left: 5.3333333333vw;
  }
  .p-header-logo {
    width: 42.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-header-fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
  }
  .p-header-fixed.is-open {
    display: block;
  }
  .p-header-fixed-inner {
    padding: 4vw 4vw 4vw 5.3333333333vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .p-header-fixed-logo img {
    width: 42.4vw;
    height: auto;
  }
  .p-header-fixed-btn a {
    width: 37.3333333333vw;
    height: 13.3333333333vw;
    background-color: #FFCB05;
    border-radius: 1.3333333333vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    border: solid 1px #FFCB05;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-header-fixed-btn a:hover {
    background-color: #fff;
    color: #FFCB05;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  padding-block: min(7.5520833333vw, 145px) min(0.78125vw, 15px);
  position: relative;
}

.p-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #F8F7F2;
}

.p-mv-inner {
  width: 100%;
  max-width: 79.1666666667vw;
  margin-inline: auto;
}

.p-mv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", serif;
}

.p-mv-ttl01 {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: min(1.5625vw, 30px);
}
.p-mv-ttl01 em {
  color: #fff;
  background-color: #C4A01C;
  padding-inline: 0.15em;
}
.p-mv-ttl01 ._margin01 {
  margin-right: 0.15em;
}
.p-mv-ttl01 ._margin02 {
  margin-inline: 0.15em;
}

.p-mv-ttl02 {
  display: inline-block;
  padding: min(0.78125vw, 15px) min(1.5625vw, 30px) min(1.0416666667vw, 20px) 0;
  background-color: #F8F7F2;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: min(2.1875vw, 42px);
}
.p-mv-ttl02 em {
  position: relative;
}
.p-mv-ttl02 em::after {
  content: "";
  position: absolute;
  bottom: max(-7px, -0.3645833333vw);
  left: 0;
  width: 100%;
  height: min(0.625vw, 12px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/contact/icn_mv_ttl_underline.svg);
}

.p-mv-ttl03 {
  display: inline-block;
  margin-top: min(0.4166666667vw, 8px);
}
.p-mv-ttl03 em {
  font-size: 7rem;
  line-height: 1.4142857143;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: min(3.6458333333vw, 70px);
  color: #7E6509;
}
.p-mv-ttl03 small {
  font-size: 5.2rem;
  line-height: 1.2923076923;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: min(2.7083333333vw, 52px);
}

.p-mv-ttl03 ._ruby {
  position: relative;
}
.p-mv-ttl03 ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.6em;
  left: 0;
  right: 0;
  font-size: 0.8em;
  letter-spacing: 0.4em;
  margin-left: 0.1em;
}

.p-mv-wrap-txtSmall {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: min(1.0416666667vw, 20px);
  margin-top: min(1.5625vw, 30px);
}

.p-mv-wrap-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 min(1.0416666667vw, 20px);
  margin-top: min(1.3020833333vw, 25px);
  margin-left: min(0.4166666667vw, 8px);
}

.p-mv-wrap-img {
  width: min(13.28125vw, 255px);
  aspect-ratio: 255/134;
}
.p-mv-wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-mv-wrap-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: min(1.0416666667vw, 20px);
  text-align: center;
  padding-inline: min(1.8229166667vw, 35px);
  margin-top: min(2.5vw, 48px);
  margin-left: min(0.2083333333vw, 4px);
  position: relative;
}
.p-mv-wrap-txt em {
  font-weight: 700;
  color: #fff;
  background-color: #7E6509;
  padding-inline: 0.15em;
  margin-inline: 0.15em;
}

.p-mv-wrap-txt::before,
.p-mv-wrap-txt::after {
  content: "";
  position: absolute;
  bottom: min(0.78125vw, 15px);
  width: min(1.8229166667vw, 35px);
  height: min(0.078125vw, 1.5px);
  background-color: currentColor;
}

.p-mv-wrap-txt::before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.p-mv-wrap-txt::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.p-mv-wrap-button {
  width: min(28.8020833333vw, 553px);
  margin-top: min(0.78125vw, 15px);
}

.p-mv-wrap-button .m-btn {
  height: min(4.4270833333vw, 85px);
}

.p-mv-wrap-button .m-btn::before {
  left: min(2.7604166667vw, 53px);
  width: min(1.3541666667vw, 26px);
}

.p-mv-wrap-button .m-btn::after {
  right: min(1.0416666667vw, 20px);
  width: min(2.6302083333vw, 50.5px);
}

.p-mv-wrap-button .m-btn ._txt {
  font-size: min(1.3541666667vw, 26px);
}
.p-mv-wrap-button .m-btn ._txt small {
  font-size: min(1.1458333333vw, 22px);
}

.p-mv-swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: min(53.5416666667vw, 1028px);
  aspect-ratio: 1028/853;
}

.p-mv-slide-imgBox {
  position: relative;
}

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

.p-mv-slide-imgBox-txt {
  position: absolute;
  bottom: min(2.34375vw, 45px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(7.5vw, 144px);
  height: min(2.2395833333vw, 43px);
  background-color: rgba(39, 37, 35, 0.7);
  border-radius: 10vmax;
  font-family: "Cormorant SC", serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: min(1.5625vw, 30px);
  color: #fff;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 767px) {
  .p-mv {
    padding-block: 18.6666666667vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
  }
  .p-mv-inner {
    max-width: initial;
    padding-inline: 5.3333333333vw;
  }
  .p-mv-ttl01 {
    font-size: 4vw;
    line-height: 1.4666666667;
  }
  .p-mv-ttl02 {
    padding: 3.4666666667vw 0 3.4666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
  .p-mv-ttl02 em::after {
    bottom: -0.8vw;
    height: 1.6vw;
  }
  @supports (-webkit-hyphens: none) {
    .p-mv-ttl02 {
      letter-spacing: 0.015em;
    }
  }
  @supports (-moz-appearance: none) {
    .p-mv-ttl02 {
      letter-spacing: normal;
    }
  }
  .p-mv-ttl03 {
    margin-top: 1.3333333333vw;
  }
  .p-mv-ttl03 em {
    font-size: 9.6vw;
    line-height: 1.1666666667;
  }
  .p-mv-ttl03 small {
    font-size: 6.4vw;
    line-height: 1.1666666667;
  }
  .p-mv-ttl03 .p-mv-ttl03 ._ruby {
    top: -0.5em;
    font-size: 0.65em;
    letter-spacing: 0.65em;
    margin-left: 0.28em;
  }
  .p-mv-wrap-txtSmall {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 4vw;
  }
  .p-mv-wrap-images {
    gap: 0 4vw;
    margin-top: 2.6666666667vw;
    margin-left: initial;
  }
  .p-mv-wrap-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .p-mv-wrap-txt {
    font-size: 3.2vw;
    line-height: 1.5;
    padding-inline: 5.8666666667vw;
    margin-top: 4vw;
    margin-inline: auto;
  }
  @supports (-webkit-hyphens: none) {
    .p-mv-wrap-txt {
      padding-inline: 5.3333333333vw;
    }
  }
  @supports (-moz-appearance: none) {
    .p-mv-wrap-txt {
      padding-inline: 4.5333333333vw;
    }
  }
  .p-mv-wrap-txt::before,
  .p-mv-wrap-txt::after {
    bottom: 2.6666666667vw;
    width: 5.8666666667vw;
    height: 0.4vw;
  }
  .p-mv-wrap-button {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
  .p-mv-wrap-button .m-btn {
    height: 16vw;
  }
  .p-mv-wrap-button .m-btn::before {
    left: 8vw;
    width: 4.2666666667vw;
  }
  .p-mv-wrap-button .m-btn::after {
    right: 4vw;
    width: 8.8vw;
  }
  .p-mv-wrap-button .m-btn ._txt {
    font-size: 4.2666666667vw;
  }
  .p-mv-wrap-button .m-btn ._txt small {
    font-size: 3.7333333333vw;
  }
  .p-mv-swiper-container {
    position: initial;
    width: 100%;
    aspect-ratio: 375/311;
  }
  .p-mv-slide-img {
    aspect-ratio: 375/311;
  }
  .p-mv-slide-imgBox-txt {
    bottom: 4vw;
    width: 14.1333333333vw;
    height: 4.2666666667vw;
    font-size: 2.9333333333vw;
  }
}
/* p-solution
---------------------------------------------------------------------------- */
.p-solution {
  padding-block: 9rem 0;
  position: relative;
}

.p-solution::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 24rem);
  background-color: #F8F7F2;
}

.p-solution-worry {
  padding-inline: 2rem;
}

.p-solution-worry-container {
  padding-block: 9.5rem 8rem;
  background-color: #fff;
  max-width: 172rem;
  margin-inline: auto;
  position: relative;
}

.p-solution-worry-container::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17.3rem;
  aspect-ratio: 173/196.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/contact/img_solution_worry.png);
}

.p-solution-worry-inner {
  max-width: 120rem;
  margin-inline: auto;
}

.p-solution-worry-read {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.p-solution-worry-read span {
  color: #fff;
  background-color: #C4A01C;
  padding-inline: 0.15em;
}

.p-solution-worry-wrapper {
  padding-block: 5rem 14rem;
  position: relative;
}

.p-solution-worry-ttl {
  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;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-solution-worry-ttl ._fz {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.p-solution-worry-ttl small {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-left: 1.5rem;
}

.p-solution-worry-ttl em {
  position: relative;
  color: #7E6509;
}

.p-solution-worry-ttl ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.75em;
  left: 0;
  right: 0;
  font-size: 0.83em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-solution-worry-ttl ._underline::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/contact/icn_solution_worry_underline.svg);
}

.p-solution-worry-problems {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-solution-worry-problem {
  min-width: 31rem;
  padding-block: 1.4rem 1.5rem;
  padding-inline: 2.5rem;
  background-color: #F1EEEB;
  border-radius: 0.8rem;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  position: absolute;
}
.p-solution-worry-problem em {
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F2E3A9));
  background-image: linear-gradient(to bottom, transparent 60%, #F2E3A9 60%);
  background-repeat: no-repeat;
}

.p-solution-worry-problem::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  width: 3rem;
  aspect-ratio: 30/24;
  background-color: #F1EEEB;
}

.p-solution-worry-problem:nth-child(odd)::after {
  left: 50%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.p-solution-worry-problem:nth-child(even)::after {
  right: 50%;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.p-solution-worry-problem:nth-child(1) {
  top: 2.5rem;
  left: 0;
}

.p-solution-worry-problem:nth-child(2) {
  top: -0.3rem;
  right: 0;
}

.p-solution-worry-problem:nth-child(3) {
  bottom: 3rem;
  left: 4.5rem;
}

.p-solution-worry-problem:nth-child(4) {
  bottom: 7rem;
  right: 3rem;
}

.p-solution-block {
  margin-top: 18rem;
  position: relative;
}

.p-solution-block::before {
  content: "";
  position: absolute;
  top: -10.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.6rem;
  aspect-ratio: 56/63;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/contact/img_arrow_triple_bottom.png);
}

.p-solution-block-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-solution-block-read-01 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}
.p-solution-block-read-01 em {
  color: #7E6509;
}

.p-solution-block-read-02 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.p-solution-block-read-02 em {
  font-size: 4.2rem;
  line-height: 1.3095238095;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #7E6509;
  position: relative;
}

.p-solution-block-read-02 em::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/contact/icn_solution_block_read_underline.svg);
}

.p-solution-block-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.4rem;
  width: 100%;
  max-width: 91.5rem;
  margin-inline: auto;
  padding-block: 2rem;
  padding-inline: 5rem;
  background-color: #C4A01C;
  border-radius: 0.8rem;
  margin-top: 5.3rem;
  position: relative;
}

.p-solution-block-box::after {
  content: "";
  position: absolute;
  top: calc(100% - 1.5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 2.5rem;
  background-color: #C4A01C;
  clip-path: polygon(50% 2.5rem, 0% 0%, 6rem 0%);
}

.p-solution-block-box-img {
  width: 10.75rem;
  aspect-ratio: 107.5/58;
}
.p-solution-block-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-solution-block-box-txt {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
}
.p-solution-block-box-txt em {
  font-weight: 700;
}

.p-solution-block-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5.5rem;
  position: relative;
}

.p-solution-block-items::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50.5%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.95rem;
  aspect-ratio: 49.5/69;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/contact/icn_arrow_triangle.svg);
}

.p-solution-block-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  row-gap: 2.5rem;
}

.p-solution-block-item-imgBox {
  position: relative;
}

.p-solution-block-item-img {
  width: 100%;
  aspect-ratio: 600/383;
}
.p-solution-block-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-solution-block-item-imgBox-txt {
  position: absolute;
  top: 2rem;
  left: 3rem;
  width: 12.3rem;
  height: 3.7rem;
  border-radius: 10vmax;
  background-color: rgba(39, 37, 35, 0.6);
  font-family: "Cormorant SC", serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.p-solution-block-item-txtBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 9rem;
  margin-left: -3rem;
  position: relative;
}

.p-solution-block-item-txtBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 9.775rem;
  aspect-ratio: 97.75/100.3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-solution-block-item-txtBox._01::before {
  background-image: url(./../../images/contact/icn_solution_block_item_before.svg);
}

.p-solution-block-item-txtBox._02::before {
  background-image: url(./../../images/contact/icn_solution_block_item_after.svg);
}

.p-solution-block-item-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.p-solution-block-item-txt._01 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.p-solution-block-item-txt._01 ._underline::after {
  background-image: url(./../../images/contact/icn_solution_block_item_before_underline.svg);
}

.p-solution-block-item-txt._02 {
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.p-solution-block-item-txt._02 ._underline::after {
  background-image: url(./../../images/contact/icn_solution_block_item_after_underline.svg);
}
.p-solution-block-item-txt._02 ._color {
  color: #7E6509;
}
.p-solution-block-item-txt._02 ._ruby {
  position: relative;
}

.p-solution-block-item-txt._02 ._ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.8em;
  left: 0;
  right: 0;
  font-size: 0.83em;
  letter-spacing: 0.3em;
  margin-left: 0.1em;
}

.p-solution-block-item-txt ._underline {
  position: relative;
}

.p-solution-block-item-txt ._underline::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-solution {
    padding-block: 13.3333333333vw 15.2vw;
  }
  .p-solution::after {
    height: 100%;
  }
  .p-solution-worry {
    padding-inline: 5.3333333333vw;
  }
  .p-solution-worry-container {
    padding-block: 6.6666666667vw 35.4666666667vw;
    max-width: initial;
  }
  .p-solution-worry-container::after {
    bottom: -6.6666666667vw;
    width: 32vw;
  }
  .p-solution-worry-inner {
    margin-inline: initial;
    padding-inline: 5.3333333333vw;
  }
  .p-solution-worry-read {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .p-solution-worry-wrapper {
    padding-block: initial;
    margin-top: 5.3333333333vw;
  }
  .p-solution-worry-ttl {
    gap: 0.8vw;
  }
  .p-solution-worry-ttl ._fz {
    font-size: 6.9333333333vw;
    line-height: 1.5769230769;
  }
  .p-solution-worry-ttl small {
    font-size: 6.4vw;
    line-height: 1.625;
    margin-left: 2.6666666667vw;
  }
  .p-solution-worry-ttl ._underline::after {
    bottom: -1.3333333333vw;
    height: 1.8666666667vw;
  }
  .p-solution-worry-problems {
    position: initial;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5.3333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    margin-top: 4.8vw;
  }
  .p-solution-worry-problem {
    position: relative;
    min-width: initial;
    padding-block: 2.6666666667vw 2.9333333333vw;
    padding-inline: 1.3333333333vw;
    border-radius: 2.1333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
  }
  .p-solution-worry-problem::after {
    width: 4vw;
  }
  .p-solution-worry-problem:nth-child(1),
  .p-solution-worry-problem:nth-child(2),
  .p-solution-worry-problem:nth-child(3),
  .p-solution-worry-problem:nth-child(4) {
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .p-solution-block {
    margin-top: 30.6666666667vw;
  }
  .p-solution-block::before {
    top: -17.3333333333vw;
    width: 11.7333333333vw;
  }
  .p-solution-block-read {
    gap: 4vw;
  }
  .p-solution-block-read-01 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  @supports (-moz-appearance: none) {
    .p-solution-block-read-01 {
      letter-spacing: 0.05em;
    }
  }
  .p-solution-block-read-02 {
    font-size: 5.3333333333vw;
  }
  @supports (-moz-appearance: none) {
    .p-solution-block-read-02 {
      letter-spacing: 0.05em;
    }
  }
  .p-solution-block-read-02 em {
    font-size: 6.9333333333vw;
  }
  .p-solution-block-read-02 em::after {
    bottom: -1.3333333333vw;
    height: 1.6vw;
    background-image: url(./../../images/contact/icn_solution_block_read_underline_sp.svg);
  }
  .p-solution-block-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    max-width: initial;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.1333333333vw;
    margin-top: 6.1333333333vw;
  }
  .p-solution-block-box::after {
    width: 13.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(50% 5.3333333333vw, 0% 0%, 13.3333333333vw 0%);
  }
  .p-solution-block-box-img {
    width: 20.2666666667vw;
  }
  .p-solution-block-box-txt {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  @supports (-webkit-hyphens: none) {
    .p-solution-block-box-txt {
      letter-spacing: 0.05em;
    }
  }
  @supports (-moz-appearance: none) {
    .p-solution-block-box-txt {
      letter-spacing: 0.03em;
    }
  }
  .p-solution-block-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16vw;
    margin-top: 10.6666666667vw;
  }
  .p-solution-block-items::before {
    top: 47.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    width: 5.8666666667vw;
  }
  .p-solution-block-item {
    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.8vw;
  }
  .p-solution-block-item-imgBox-txt {
    top: 3.2vw;
    left: 3.2vw;
    width: 22.4vw;
    height: 6.9333333333vw;
    font-size: 4.8vw;
  }
  .p-solution-block-item-txtBox {
    padding-left: 17.3333333333vw;
    margin-left: -6.6666666667vw;
  }
  .p-solution-block-item-txtBox::before {
    width: 18.0933333333vw;
    bottom: initial;
    top: -8vw;
  }
  .p-solution-block-item-txt._01 {
    font-size: 4.8vw;
    line-height: 1.7777777778;
  }
  .p-solution-block-item-txt._01 ._underline::after {
    background-image: url(./../../images/contact/icn_solution_block_item_before_underline_sp.svg);
  }
  .p-solution-block-item-txt._02 {
    font-size: 5.3333333333vw;
    line-height: 1.65;
  }
  .p-solution-block-item-txt._02 ._underline::after {
    background-image: url(./../../images/contact/icn_solution_block_item_after_underline_sp.svg);
  }
  .p-solution-block-item-txt ._underline::after {
    bottom: -1.8666666667vw;
    height: 1.6vw;
  }
}
/* p-merit
---------------------------------------------------------------------------- */
.p-merit {
  padding-block: 12rem 12rem;
}

.p-merit-read {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  margin-top: 4.7rem;
}

.p-merit-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  max-width: 100rem;
  margin-inline: auto;
  margin-top: 4rem;
}

.p-merit-item {
  width: 100%;
  aspect-ratio: 333/311;
  padding-block: 5rem 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7rem;
  background-color: #fff;
  position: relative;
}

.p-merit-item:nth-child(odd) {
  background-color: #F8F7F2;
}

.p-merit-item-img {
  width: 14.3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
}
.p-merit-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-merit-item-num {
  position: absolute;
  top: 1rem;
  left: 2rem;
}
.p-merit-item-num span {
  font-family: "Cormorant SC", sans-serif;
  font-size: 2.8rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #C4A01C;
}

.p-merit-item-txt {
  text-align: center;
}
.p-merit-item-txt span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F2E3A9));
  background-image: linear-gradient(to bottom, transparent 70%, #F2E3A9 70%);
  background-repeat: no-repeat;
}

.p-merit-block {
  gap: 0 6rem;
  padding-block: 4.5rem 5rem;
  padding-inline: 6rem;
  background-color: #F8F7F2;
  margin-top: 8rem;
}

.p-merit-block-wrap-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #7E6509;
  padding-left: 1.5rem;
  position: relative;
}

.p-merit-block-wrap-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}

.p-merit-block-wrap-box {
  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.5rem;
  margin-top: 2.7rem;
}

.p-merit-block-wrap-box-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.p-merit-block-wrap-box-txt em {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #7E6509;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F2E3A9));
  background-image: linear-gradient(to bottom, transparent 70%, #F2E3A9 70%);
  background-repeat: no-repeat;
}

.p-merit-block-wrap-txtSmall {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-left: 3em;
  text-indent: -3em;
  margin-top: 2rem;
}

.p-merit-block-hedge {
  margin-top: 4rem;
}

.p-merit-block-hedge-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 2.7rem;
  position: relative;
}

.p-merit-block-hedge-box::before,
.p-merit-block-hedge-box::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  width: 0.15rem;
  height: 4.5rem;
  background-color: currentColor;
}

.p-merit-block-hedge-box::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.p-merit-block-hedge-box::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.p-merit-block-hedge-box-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-merit-block-hedge-box-date {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #7E6509;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F2E3A9));
  background-image: linear-gradient(to bottom, transparent 70%, #F2E3A9 70%);
  background-repeat: no-repeat;
}
.p-merit-block-hedge-box-date span {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-inline: 0.1em;
}

.p-merit-block-hedge-img {
  width: 100%;
  aspect-ratio: 980/447;
  margin-top: 2rem;
}
.p-merit-block-hedge-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .p-merit {
    padding-block: 9.3333333333vw 13.3333333333vw;
  }
  .p-merit-read {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    text-align: left;
    margin-top: 8vw;
  }
  .p-merit-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: initial;
    margin-top: 7.2vw;
  }
  .p-merit-item {
    aspect-ratio: 335/139;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "img num" "img txt";
    -ms-grid-columns: auto 5.3333333333vw 1fr;
    grid-template-columns: auto 1fr;
    gap: 0 5.3333333333vw;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-merit-item-img {
    grid-area: img;
    width: 26.4vw;
  }
  .p-merit-item-num {
    grid-area: num;
    position: initial;
  }
  .p-merit-item-num span {
    font-size: 6.4vw;
  }
  .p-merit-item-txt {
    grid-area: txt;
    text-align: left;
  }
  .p-merit-item-txt._spmt01 {
    margin-top: -8vw;
  }
  .p-merit-item-txt._spmt02 {
    margin-top: -1.3333333333vw;
  }
  .p-merit-item-txt span {
    font-size: 5.3333333333vw;
  }
  @supports (-moz-appearance: none) {
    .p-merit-item-txt span {
      letter-spacing: 0.05em;
    }
  }
  .p-merit-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: initial;
    padding-block: 7.4666666667vw 11.2vw;
    padding-inline: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .p-merit-block-wrap {
    display: contents;
  }
  .p-merit-block-wrap-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 6.4vw;
    padding-left: 2.6666666667vw;
  }
  .p-merit-block-wrap-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 2.9333333333vw;
    margin-top: 4.8vw;
  }
  .p-merit-block-wrap-box-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    word-break: normal;
  }
  .p-merit-block-wrap-box-txt em {
    font-size: 5.3333333333vw;
  }
  .p-merit-block-wrap-txtSmall {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 3.7333333333vw;
    line-height: 1.6;
    margin-top: 4.8vw;
  }
  .p-merit-block-hedge {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 8.8vw;
  }
  .p-merit-block-hedge-box {
    gap: 0 2.6666666667vw;
    padding-inline: 4.5333333333vw;
  }
  .p-merit-block-hedge-box::before,
  .p-merit-block-hedge-box::after {
    bottom: -0.8vw;
    width: 0.4vw;
    height: 12vw;
  }
  .p-merit-block-hedge-box-txt {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  .p-merit-block-hedge-box-date {
    font-size: 4.8vw;
  }
  .p-merit-block-hedge-box-date span {
    font-size: 8.5333333333vw;
  }
  .p-merit-block-hedge-img {
    margin-top: 4vw;
  }
}
/* p-plan
---------------------------------------------------------------------------- */
.p-plan {
  padding-block: 9rem 12rem;
  background-color: #F8F7F2;
}

.p-plan-read {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  margin-top: 4.7rem;
}

.p-plan-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
  margin-top: 4rem;
}

.p-plan-group {
  padding-block: 3.3rem 3.5rem;
  padding-inline: 4.5rem;
  background-color: #fff;
  border-top: 0.5rem solid #FFCB05;
}

.p-plan-group-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #7E6509;
  padding-left: 1.5rem;
  position: relative;
}
.p-plan-group-ttl span {
  font-size: 3.8rem;
  line-height: 1;
}

.p-plan-group-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}

.p-plan-group-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 8rem;
  margin-top: 2.5rem;
}

.p-plan-group-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  row-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-plan-group-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #F1EEEB;
}

.p-plan-group-item:nth-child(1)::after,
.p-plan-group-item:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  width: 100%;
  height: 1px;
  background-color: #F1EEEB;
}

.p-plan-group-item-img {
  width: 100%;
  aspect-ratio: 180/111;
}
.p-plan-group-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-plan-group-item-txt {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
}

.p-plan-lists {
  margin-top: 2.2rem;
}

.p-plan-list {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-left: 2.1em;
  text-indent: -2.1em;
}

.p-plan-block {
  margin-top: 5.8rem;
}

.p-plan-block-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.4rem;
}
.p-plan-block-ttl ._txt {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #7E6509;
}
.p-plan-block-ttl ._line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 1px;
  background-color: #7E6509;
}

.p-plan-block-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}

.p-plan-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3.2rem;
  padding-left: 1.6rem;
  position: relative;
}
.p-plan-block-list em {
  display: inline-block;
  width: 29rem;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.p-plan-block-list span {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.p-plan-block-list::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 0.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #C4A01C;
}

.p-plan-block-box {
  padding-block: 5.5rem 3rem;
  padding-inline: 4rem;
  background-color: #F1EEEB;
  margin-top: 5rem;
  position: relative;
}

.p-plan-block-box-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 14.7rem;
  height: 4rem;
  background-color: #818181;
  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;
}

.p-plan-block-box-txt span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.8rem auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

.p-plan-block-box-txt span::before {
  content: "";
  width: 2.05rem;
  aspect-ratio: 20.5/18;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/contact/icn_caution.svg);
}

.p-plan-block-box-list {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .p-plan {
    padding-block: 9.6vw 13.3333333333vw;
  }
  .p-plan-read {
    font-size: 4.2666666667vw;
    line-height: 2;
    text-align: left;
    margin-top: 7.2vw;
  }
  .p-plan-groups {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
  .p-plan-group {
    padding-block: 7.4666666667vw 6.6666666667vw;
    padding-inline: 5.3333333333vw;
    border-top-width: 1.3333333333vw;
  }
  .p-plan-group-ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.08em;
    padding-left: 2.6666666667vw;
  }
  .p-plan-group-ttl span {
    font-size: 7.4666666667vw;
  }
  @supports (-webkit-hyphens: none) {
    .p-plan-group-ttl {
      letter-spacing: 0.05em;
    }
  }
  @supports (-moz-appearance: none) {
    .p-plan-group-ttl {
      letter-spacing: 0.03em;
    }
  }
  .p-plan-group-items {
    gap: 7.4666666667vw 5.3333333333vw;
    margin-top: 4.5333333333vw;
  }
  .p-plan-group-item {
    gap: 2.6666666667vw;
  }
  .p-plan-group-item:nth-child(odd)::before {
    right: -2.6666666667vw;
  }
  .p-plan-group-item:nth-child(1)::after,
  .p-plan-group-item:nth-child(2)::after {
    bottom: -3.4666666667vw;
  }
  .p-plan-group-item-txt {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
  .p-plan-lists {
    margin-top: 5.3333333333vw;
  }
  .p-plan-list {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
  .p-plan-block {
    margin-top: 9.8666666667vw;
  }
  .p-plan-block-ttl {
    gap: 0 1.3333333333vw;
  }
  .p-plan-block-ttl ._txt {
    font-size: 6.4vw;
  }
  .p-plan-block-lists {
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
  .p-plan-block-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 1.3333333333vw;
    padding-left: 2.9333333333vw;
  }
  .p-plan-block-list em {
    width: auto;
    font-size: 4.8vw;
    line-height: 1.4444444444;
  }
  .p-plan-block-list span {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-plan-block-list::before {
    top: 2.4vw;
    width: 1.6vw;
  }
  .p-plan-block-box {
    padding-block: 14.6666666667vw 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-plan-block-box-txt {
    width: 36.2666666667vw;
    height: 10.6666666667vw;
  }
  .p-plan-block-box-txt span {
    font-size: 4.2666666667vw;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
  }
  .p-plan-block-box-txt span::before {
    width: 5.3333333333vw;
    aspect-ratio: 20/18;
  }
  .p-plan-block-box-list {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
/* p-case
---------------------------------------------------------------------------- */
.p-case {
  padding-block: 7.8rem 12rem;
}

.p-case-container {
  margin-top: 5rem;
}

.p-case-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1000/617;
}
.p-case-slider + .p-case-slider {
  margin-top: 5rem;
}

.p-case-label-before,
.p-case-label-after {
  position: absolute;
  top: 2rem;
  z-index: 10;
  background: rgba(39, 37, 35, 0.6);
  border-radius: 10vmax;
  padding-block: 0.65rem 0.55rem;
  padding-inline: 2rem;
  min-width: 12.3rem;
  font-family: "Cormorant SC", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.p-case-label-before {
  left: 3rem;
}

.p-case-label-after {
  right: 3rem;
}

.p-case-before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 0.5rem solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 1rem 0 1.5rem -1.3rem #000;
          box-shadow: 1rem 0 1.5rem -1.3rem #000;
}

.p-case-before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.p-case-before::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -3.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/contact/icn_slider.svg) no-repeat center;
  background-size: contain;
  width: 7rem;
  height: 7rem;
  margin: auto;
}

.p-case-after {
  width: 100%;
  height: 100%;
}
.p-case-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-case-range {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}

@media screen and (max-width: 767px) {
  .p-case {
    padding-block: 13.3333333333vw 13.3333333333vw;
  }
  .p-case-container {
    margin-top: 8vw;
  }
  .p-case-slider {
    width: 100%;
    aspect-ratio: 335/207;
  }
  .p-case-slider + .p-case-slider {
    margin-top: 5.3333333333vw;
  }
  .p-case-label-before,
  .p-case-label-after {
    top: 4vw;
    padding-block: 0.6666666667vw 0.4vw;
    padding-inline: 2.1333333333vw;
    min-width: 16.5333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-case-label-before {
    left: 4vw;
  }
  .p-case-label-after {
    right: 4vw;
  }
  .p-case-before {
    border-right-width: 0.5333333333vw;
    -webkit-box-shadow: 2.6666666667vw 0 4vw -3.4666666667vw #000;
            box-shadow: 2.6666666667vw 0 4vw -3.4666666667vw #000;
  }
  .p-case-before::before {
    right: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
/* p-voice
---------------------------------------------------------------------------- */
.p-voice {
  padding-block: 8.8rem 12rem;
  background-color: #F8F7F2;
}

.p-voice-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 5rem;
}

.p-voice-item {
  padding-block: 4rem 3.7rem;
  padding-inline: 5rem;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11rem 3rem 1fr;
  grid-template-columns: 11rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3rem;
}

.p-voice-item-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-voice-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-voice-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.p-voice-item-wrap-box {
  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.7rem;
}

.p-voice-item-wrap-box-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #7E6509;
}

.p-voice-item-wrap-box-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #818181;
}

.p-voice-item-wrap-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: 400;
  position: relative;
}

.p-voice-item-wrap-txt::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #F1EEEB;
}

@media screen and (max-width: 767px) {
  .p-voice {
    padding-block: 8.5333333333vw 13.3333333333vw;
  }
  .p-voice-items {
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
  .p-voice-item {
    padding-block: 6.1333333333vw 7.7333333333vw;
    padding-inline: 5.3333333333vw;
    -ms-grid-rows: auto 10.6666666667vw auto;
        grid-template-areas: "img box" "txt txt";
    -ms-grid-columns: 18.6666666667vw 4vw 1fr;
    grid-template-columns: 18.6666666667vw 1fr;
    gap: 10.6666666667vw 4vw;
  }
  .p-voice-item-img {
    grid-area: img;
  }
  .p-voice-item-wrap {
    display: contents;
  }
  .p-voice-item-wrap-box {
    grid-area: box;
    gap: 4vw;
  }
  .p-voice-item-wrap-box-ttl {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
  .p-voice-item-wrap-box-txt {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
  .p-voice-item-wrap-txt {
    grid-area: txt;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
  .p-voice-item-wrap-txt::before {
    top: -5.3333333333vw;
    height: 0.5333333333vw;
  }
  .p-voice-item > .p-merit-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-voice-item > .p-merit-item-txt {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 767px){
  .p-merit-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-merit-item-num {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-merit-item-txt {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-voice-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-voice-item > .p-voice-item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-voice-item-wrap-box {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-voice-item-wrap-txt {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-voice-item > .p-voice-item-wrap-txt {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
/* p-flow
---------------------------------------------------------------------------- */
.p-flow {
  padding-block: 8rem 11.5rem;
}

.p-flow-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.2rem;
  margin-top: 5.7rem;
}

.p-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
}

.p-flow-item:not(:last-child) .p-flow-item-imgBox {
  position: relative;
}

.p-flow-item:not(:last-child) .p-flow-item-imgBox::after {
  content: "";
  position: absolute;
  top: 9.5rem;
  left: 49%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.2rem;
  height: 66%;
  background-color: #C4A01C;
}

.p-flow-item:nth-child(1) .p-flow-item-imgBox::after,
.p-flow-item:nth-child(3) .p-flow-item-imgBox::after {
  height: 57%;
}

.p-flow-item-img {
  position: relative;
  z-index: 1;
  width: 9rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-flow-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-flow-item-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-flow-item-wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}

.p-flow-item-wrap-box-step {
  font-family: "Cormorant SC", sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #C4A01C;
}

.p-flow-item-wrap-box-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #7E6509;
}

.p-flow-item-wrap-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 12.5333333333vw 13.3333333333vw;
  }
  .p-flow-items {
    gap: 8.5333333333vw;
    margin-top: 8vw;
  }
  .p-flow-item {
    gap: 0 4vw;
  }
  .p-flow-item:not(:last-child) .p-flow-item-imgBox::after {
    top: calc(16vw + 1.3333333333vw);
    height: 85%;
  }
  .p-flow-item:nth-child(1) .p-flow-item-imgBox::after {
    height: 74%;
  }
  .p-flow-item:nth-child(3) .p-flow-item-imgBox::after {
    height: 78%;
  }
  .p-flow-item:nth-child(4) .p-flow-item-imgBox::after {
    height: 80%;
  }
  .p-flow-item-img {
    width: 16vw;
  }
  .p-flow-item-wrap {
    gap: 1.8666666667vw;
  }
  .p-flow-item-wrap-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8vw;
  }
  .p-flow-item-wrap-box-step {
    font-size: 6.6666666667vw;
  }
  .p-flow-item-wrap-box-ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.08em;
  }
  .p-flow-item-wrap-txt {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
}
/* p-faq
---------------------------------------------------------------------------- */
.p-faq {
  padding-block: 8.8rem 12rem;
  background-color: #F8F7F2;
}

.p-faq-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
  margin-top: 5.5rem;
}

.p-faq-accordion-item {
  padding-bottom: 4rem;
  border-bottom: 1px solid #E2E2E2;
}

.p-faq-accordion-title {
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-inline: 6.8rem 6.8rem;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  position: relative;
}

.p-faq-accordion-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Cormorant SC", serif;
  color: #7E6509;
}

.p-faq-accordion-title.open .p-faq-accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq-accordion-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.9rem;
  height: 2.9rem;
}

.p-faq-accordion-icon::before,
.p-faq-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #272523;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.p-faq-accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq-accordion-content {
  display: none;
  padding-block: 3.5rem 0;
  padding-inline: 6.8rem 6.8rem;
  position: relative;
}

.p-faq-accordion-content-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: 400;
  word-break: normal;
}
.p-faq-accordion-content-txt::before {
  content: "A";
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Cormorant SC", serif;
  color: #C4A01C;
  position: absolute;
  top: 0.5rem;
  left: 0;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.open .p-faq-accordion-content-txt::before {
  top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 8.5333333333vw 13.3333333333vw;
  }
  .p-faq-accordion {
    gap: 6.6666666667vw;
    margin-top: 8vw;
  }
  .p-faq-accordion-item {
    padding-bottom: 6.4vw;
  }
  .p-faq-accordion-title {
    font-size: 4.8vw;
    line-height: 1.6111111111;
    padding-inline: 11.4666666667vw 9.3333333333vw;
  }
  .p-faq-accordion-title::before {
    font-size: 9.6vw;
  }
  .p-faq-accordion-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-faq-accordion-content {
    padding-block: 4.5333333333vw 0;
    padding-inline: 11.4666666667vw 4vw;
  }
  .p-faq-accordion-content-txt {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
  .p-faq-accordion-content-txt::before {
    font-size: 9.6vw;
    top: 1.3333333333vw;
  }
  .open .p-faq-accordion-content-txt::before {
    top: 6.6666666667vw;
  }
}
/* p-download-wrap
---------------------------------------------------------------------------- */
.p-download-wrap {
  margin: 10rem auto 12rem;
}

@media screen and (max-width: 767px) {
  .p-download-wrap {
    margin: 8.8vw auto 13.3333333333vw;
  }
}
/* p-company
---------------------------------------------------------------------------- */
.p-company {
  padding-block: 8.8rem 12rem;
  background-color: #F8F7F2;
}

.p-company-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.25rem;
  margin-top: 4.5rem;
}

.p-company-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem 1fr;
  grid-template-columns: 20rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 3rem;
  border-bottom: 0.2rem solid #E2E2E2;
}

.p-company-item-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.8909090909;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #7E6509;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.5rem auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.p-company-item-ttl::before {
  content: "";
  width: 0.7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}

.p-company-item-txt {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 8.8vw 13.3333333333vw;
  }
  .p-company-items {
    gap: 6.2666666667vw;
    margin-top: 7.2vw;
  }
  .p-company-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.8vw;
    padding-bottom: 6.1333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
  .p-company-item-ttl {
    font-size: 5.3333333333vw;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
  }
  .p-company-item-ttl::before {
    width: 1.6vw;
  }
  .p-company-item-txt {
    font-size: 4.8vw;
    line-height: 1.6111111111;
    padding-left: 4vw;
  }
}
/* p-cv
---------------------------------------------------------------------------- */
.p-cv {
  padding-block: 6rem 6.3rem;
  position: relative;
}

.p-cv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/contact/bg_cv_pc.png);
}

.p-cv-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 13rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 13rem;
}

.p-cv-ttl {
  font-family: "Cormorant SC", serif;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
  margin-top: -1.5rem;
}

.p-cv-wrap-txt {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
  padding-block: 0.5rem 1.3rem;
  padding-inline: 1.1rem;
  position: relative;
}

.p-cv-wrap-txt::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/contact/bg_cv_wrap_txt.png);
}

.p-cv-wrap-read01 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  margin-top: 1rem;
}

.p-cv-wrap-read02 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 1.2235294118;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  margin-top: 1rem;
}
.p-cv-wrap-read02 span {
  font-weight: 700;
}

.p-cv-wrap-read03 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
  margin-top: 3.2rem;
}
.p-cv-wrap-read03 span {
  font-weight: 700;
  display: inline-block;
  padding-inline: 0.2em;
  margin-inline: 0.1em;
  background-color: #fff;
  color: #7E6509;
}

.p-cv-wrap-button {
  width: 55rem;
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .p-cv {
    padding-block: 11.4666666667vw 14.4vw;
  }
  .p-cv::after {
    background-image: url(./../../images/contact/bg_cv_sp.png);
  }
  .p-cv-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.1333333333vw;
  }
  .p-cv-ttl {
    font-size: 13.8666666667vw;
    margin-top: initial;
  }
  .p-cv-wrap-txt {
    font-size: 4.8vw;
    line-height: 1.6111111111;
    padding-block: 1.3333333333vw 3.4666666667vw;
    padding-inline: 2.6666666667vw;
  }
  .p-cv-wrap-read01 {
    font-size: 4.5333333333vw;
    line-height: 1.5882352941;
    letter-spacing: 0.08em;
    margin-top: 4vw;
  }
  @supports (-moz-appearance: none) {
    .p-cv-wrap-read01 {
      letter-spacing: 0.05em;
    }
  }
  @supports (-webkit-hyphens: none) {
    .p-cv-wrap-read01 {
      letter-spacing: 0.05em;
    }
  }
  .p-cv-wrap-read02 {
    font-size: 7.4666666667vw;
    line-height: 1.3928571429;
    letter-spacing: 0.08em;
    margin-top: 3.2vw;
  }
  .p-cv-wrap-read03 {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    margin-top: 4.8vw;
  }
  .p-cv-wrap-button {
    width: 100%;
    margin-top: 5.8666666667vw;
  }
}
/* formError
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .formError .formErrorContent {
    width: 100%;
    background: #e37e11;
    position: relative;
    color: #fff;
    min-width: 64vw;
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 4vw;
  }
  .is-must-box {
    position: relative;
  }
  .mailformError {
    position: absolute;
    top: -8vw !important;
    left: 0 !important;
    margin-top: 0 !important;
  }
  .formError {
    position: absolute;
    top: -12vw !important;
    left: 0 !important;
    margin-top: 0 !important;
  }
}
/* input reset
---------------------------------------------------------------------------- */
.contactform input[type=text],
.contactform input[type=email],
.contactform input[type=number],
.contactform input[type=tel],
.contactform textarea {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  width: 100%;
}
.contactform input[type=text].p-input-1em,
.contactform input[type=email].p-input-1em,
.contactform input[type=number].p-input-1em,
.contactform input[type=tel].p-input-1em,
.contactform textarea.p-input-1em {
  width: calc(100% - 2.4em);
  margin-left: 0.5em;
}
.contactform input[type=text].p-postnum-2type,
.contactform input[type=email].p-postnum-2type,
.contactform input[type=number].p-postnum-2type,
.contactform input[type=tel].p-postnum-2type,
.contactform textarea.p-postnum-2type {
  width: 42%;
}
.contactform input[type=text].p-check-input,
.contactform input[type=email].p-check-input,
.contactform input[type=number].p-check-input,
.contactform input[type=tel].p-check-input,
.contactform textarea.p-check-input {
  width: calc(100% - 100px);
}
.contactform input[type=text]:disabled,
.contactform input[type=email]:disabled,
.contactform input[type=number]:disabled,
.contactform input[type=tel]:disabled,
.contactform textarea:disabled {
  background-color: #efefef !important;
}
.contactform input::-webkit-input-placeholder {
  color: #b7b7b7;
}
.contactform input::-moz-placeholder {
  color: #b7b7b7;
}
.contactform input:-ms-input-placeholder {
  color: #b7b7b7;
}
.contactform input::-ms-input-placeholder {
  color: #b7b7b7;
}
.contactform input::placeholder {
  color: #b7b7b7;
}
.contactform input::-ms-input-placeholder {
  color: #b7b7b7;
}
.contactform input::-ms-input-placeholder {
  color: #b7b7b7;
}
.contactform textarea {
  height: 200px;
  resize: none;
}
.contactform select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 35px 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%229%22%20width%3D%2210%22%20viewBox%3D%220%200%2010%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%208.81L0%200h10L5%208.809z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  font-size: 1.4rem;
}
.contactform select::-ms-expand {
  display: none;
}
.contactform input[type=submit],
.contactform input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactform input[type=submit]::-webkit-search-decoration,
.contactform input[type=button]::-webkit-search-decoration {
  display: none;
}
.contactform input[type=submit]::focus,
.contactform input[type=button]::focus {
  outline-offset: -2px;
}
.contactform input[type=checkbox] {
  vertical-align: middle;
  margin: 0;
}
.contactform label {
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contactform input[type=text],
  .contactform input[type=email],
  .contactform input[type=number],
  .contactform input[type=tel],
  .contactform textarea {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .contactform input[type=text].p-input-1em,
  .contactform input[type=email].p-input-1em,
  .contactform input[type=number].p-input-1em,
  .contactform input[type=tel].p-input-1em,
  .contactform textarea.p-input-1em {
    width: calc(100% - 2.4em);
    margin-left: 0.5em;
  }
  .contactform input[type=text].p-postnum-2type,
  .contactform input[type=email].p-postnum-2type,
  .contactform input[type=number].p-postnum-2type,
  .contactform input[type=tel].p-postnum-2type,
  .contactform textarea.p-postnum-2type {
    width: 42%;
  }
  .contactform input[type=text].p-check-input,
  .contactform input[type=email].p-check-input,
  .contactform input[type=number].p-check-input,
  .contactform input[type=tel].p-check-input,
  .contactform textarea.p-check-input {
    width: calc(100% - 25vw);
  }
  .contactform select {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    font-size: 8.5333333333vw;
  }
  .contactform label + label {
    margin: 4vw 0 0 0;
  }
}
/* ステップ
---------------------------------------------------------------------------- */
.p-step-type01 {
  display: table;
  width: 100%;
  margin: 35px auto;
}
.p-step-type01 li {
  width: 35%;
  display: table-cell;
  background-color: #eee;
  padding: 15px 40px 15px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  vertical-align: middle;
  color: #ba874d;
}
.p-step-type01 li:nth-of-type(3) {
  width: 30%;
}
.p-step-type01 li span {
  font-size: 2.3rem;
  display: inline-block;
  margin-right: 0.4em;
}
.p-step-type01 li.p-step01 {
  background-color: #ba874d;
  color: #fff;
  background-image: url(../../images/contact/bg_step01_pc.png);
}
.p-step-type01 li.p-step02 {
  background-image: url(../../images/contact/bg_step02_pc.png);
}
.p-step-type01 li.p-step03 {
  background-image: url(../../images/contact/bg_step03_pc.png);
}
.p-step-type01 li.p-step04 {
  background-color: #ba874d;
  color: #fff;
}

.p-step-type02 {
  margin: 35px auto;
}
.p-step-type02 li {
  float: left;
  width: 30%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #b8b8b8;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  padding: 24px 0;
}
.p-step-type02 li.is-active {
  color: #0cc054;
  border-color: #0cc054;
}
.p-step-type02 li + li {
  margin-left: 5%;
  position: relative;
}
.p-step-type02 li + li:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #0cc054;
  border-right: 2px solid #0cc054;
  position: absolute;
  left: -12%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-step-type02 li span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
  margin-right: 1em;
}

.p-step-type03 {
  margin: 35px auto;
}
.p-step-type03 li {
  float: left;
  width: 30%;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  letter-spacing: 0.15em;
}
.p-step-type03 li.is-active {
  color: #fff;
  background-color: #000;
}
.p-step-type03 li + li {
  margin-left: 5%;
  position: relative;
}
.p-step-type03 li + li:before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  position: absolute;
  left: -11.7%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-step-type03-num {
  display: inline-block;
  font-size: 2.3rem;
  margin-right: 0.7em;
}

@media screen and (max-width: 767px) {
  .p-step-type01 {
    margin: 8vw auto;
  }
  .p-step-type01 li {
    padding: 2vw 2.6666666667vw 2vw 1.3333333333vw;
    font-size: 8vw;
  }
  .p-step-type01 li span {
    font-size: 7.4666666667vw;
    display: block;
    margin: 0 auto 1vw;
    line-height: 1.1;
  }
  .p-step-type01 li.p-step01 {
    background-image: url(../../images/contact/bg_step01_sp.png);
  }
  .p-step-type01 li.p-step02 {
    background-image: url(../../images/contact/bg_step02_sp.png);
  }
  .p-step-type01 li.p-step03 {
    background-image: url(../../images/contact/bg_step03_sp.png);
  }
  .p-step-type02 {
    margin: 8vw auto;
  }
  .p-step-type02 li {
    width: 27.94%;
    height: 23.3vw;
    font-size: 8vw;
    padding: 3.33vw 0;
    line-height: 1.2;
  }
  .p-step-type02 li + li {
    margin-left: 7.35%;
  }
  .p-step-type02 li + li:before {
    width: 3vw;
    height: 3vw;
    left: -22%;
  }
  .p-step-type02 li span {
    display: block;
    font-size: 4.8vw;
    margin-right: 0;
    margin-bottom: 1vw;
  }
  .p-step-type03 {
    margin: 35px auto;
  }
  .p-step-type03 li {
    width: 27.94%;
    font-size: 6.9333333333vw;
    padding: 3.3333333333vw 0 3.3333333333vw 0.5em;
    letter-spacing: 0.5em;
  }
  .p-step-type03 li + li {
    margin-left: 7.35%;
  }
  .p-step-type03 li + li:before {
    width: 2.5vw;
    height: 2.5vw;
    border-width: 1px;
    left: -22%;
  }
  .p-step-type03-num {
    display: inline-block;
    font-size: 2.3rem;
    margin-right: 0.7em;
  }
}
/* フォーム関連
---------------------------------------------------------------------------- */
.p-form-wrap {
  background-color: #F8F7F2;
  padding: 6rem 0 2.5rem;
  width: 100rem;
  margin: 0 auto;
  margin-top: 5rem;
}

.p-form-inner {
  width: 62rem;
  margin: 0 auto;
}

.p-form-table {
  width: 100%;
}
.p-form-table th {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-form-table td {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 4rem;
}

.p-icn-required {
  display: inline-block;
  background-color: #d21708;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  margin-left: 1.5rem;
}

.p-icn-option {
  display: inline-block;
  background-color: #9e9e9e;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  margin-left: 1.5rem;
}

.p-error-txt {
  color: #d21708;
  margin-top: 0.5rem;
}

.p-privacy-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: -1.5rem;
}
.p-privacy-txt a {
  text-decoration: underline;
  color: #C4A01C;
}
.p-privacy-txt a:hover {
  text-decoration: none;
}

.p-submit input[type=submit] {
  background-color: #FFCB05;
  background-image: url(../../images/contact/icn_btn_right.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 5.05rem;
  width: 39rem;
  margin: 4rem auto;
  display: block;
  padding: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 10vmax;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0.5rem 0px #C4A01C;
          box-shadow: 0px 0.5rem 0px #C4A01C;
}
.p-submit input[type=submit]:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.p-back input[type=submit] {
  color: #303030;
  background: #F6F6F6 url(../../images/contact/icn_arrow_left.svg) no-repeat 0rem center;
  background-size: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  display: block;
  width: 19rem;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: solid 0.2rem #FFCB05;
}

.p-thanks-box {
  background-color: #f8f8f8;
  padding: 5rem;
}

.p-thanks-txt {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.p-thanks-btn a {
  text-align: center;
  background-color: #d21708;
  color: #fff;
  background-image: url(../../images/contact/icn_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right 4.5rem center;
  background-size: 0.9rem;
  width: 32rem;
  margin: 4rem auto 0;
  display: block;
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-radius: 0.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.p-thanks-btn a:hover {
  background-color: #df5c52;
}

@media screen and (max-width: 767px) {
  .p-form-wrap {
    padding: 10.1333333333vw 5.3333333333vw 11.4666666667vw;
    width: 100%;
    margin-top: 8vw;
  }
  .p-form-inner {
    width: 100%;
  }
  .p-form-table {
    width: 100%;
  }
  .p-form-table th {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 4.8vw;
    line-height: 1.5555555556;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .p-form-table td {
    display: block;
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 7.7333333333vw;
  }
  .p-icn-required {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 0.5333333333vw 1.3333333333vw;
    margin-left: 4vw;
  }
  .p-icn-option {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 0.5333333333vw 1.3333333333vw;
    margin-left: 4vw;
  }
  .p-error-txt {
    margin-top: 1.3333333333vw;
  }
  .p-privacy-txt {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-submit input[type=submit] {
    background-image: url(../../images/contact/icn_btn_right.svg);
    background-repeat: no-repeat;
    background-position: right 5.3333333333vw center;
    background-size: 11.2vw;
    width: 78.6666666667vw;
    margin: 14.1333333333vw auto 0;
    padding: 3.7333333333vw;
    font-size: 5.3333333333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 1.0666666667vw 0px #C4A01C;
            box-shadow: 0px 1.0666666667vw 0px #C4A01C;
  }
  .p-submit input[type=submit]:hover {
    -webkit-transform: translateY(1.0666666667vw);
            transform: translateY(1.0666666667vw);
  }
  .p-back input[type=submit] {
    background: #F6F6F6 url(../../images/contact/icn_arrow_left.svg) no-repeat 0rem center;
    background-size: 8vw;
    width: 50.6666666667vw;
    padding: 4vw 4vw 4vw 10.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-bottom: solid 0.5333333333vw #FFCB05;
  }
  .p-thanks-box {
    padding: 13.3333333333vw;
  }
  .p-thanks-txt {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .p-thanks-btn a {
    background-image: url(../../images/contact/icn_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right 12vw center;
    background-size: 2.4vw;
    width: 85.3333333333vw;
    margin: 10.6666666667vw auto 0;
    padding: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.5555555556;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-radius: 1.0666666667vw;
  }
}
.p-form-txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-form-txt {
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.p-footer {
  margin-top: 10rem;
}

.p-col {
  color: #F89617;
}

.m-header {
  margin: 2.0833333333vw 0 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  .m-header {
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
}
.m-confirm-txt, .m-thanks-txt {
  font-size: 2.8rem;
  line-height: 1.4642857143;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
}

.m-thanks-txt {
  color: #F89617;
}

.m-thanks-txt-sub {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-confirm-txt, .m-thanks-txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  .m-thanks-txt-sub {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: left;
  }
}
.m-thanks-button {
  margin: 6rem 0 13rem;
}
.m-thanks-button a {
  position: relative;
  text-align: center;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-color: #F89617;
  color: #fff;
  padding: 2rem 3rem 2rem 3rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0.6rem 0px #D68010;
          box-shadow: 0px 0.6rem 0px #D68010;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 29rem;
  background-image: url(../../images/contact/icn_arrow_left_orn.svg);
  background-repeat: no-repeat;
  background-position: left 6.5rem bottom 2rem;
  background-size: 2.3rem;
}
.m-thanks-button a:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(0.6rem) translateX(-50%);
          transform: translateY(0.6rem) translateX(-50%);
}

.m-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.m-area > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.m-area > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.m-area > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}