.p-mv {
  position: relative;
  height: 70.6rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
  }
}
.p-mv__image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__image {
    width: 100%;
    height: auto;
  }
}
.p-mv__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-mv__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-mv__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    padding-top: 4vw;
  }
}
.p-mv__content .l-content-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-mv__content .l-content-inner {
    display: block;
    height: auto;
  }
}
.p-mv__content .inner {
  width: 100%;
}
.p-mv__content .img01 {
  width: 86.8rem;
  margin: auto auto auto;
}
@media screen and (max-width: 767px) {
  .p-mv__content .img01 {
    margin: auto -2vw auto;
    max-width: none;
    width: 96.1333333333vw;
  }
}
.p-mv__content .btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 11rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv__content .btm {
    display: block;
    padding: 0;
    margin-top: 0;
  }
}
.p-mv__content .img02 {
  width: 63.7rem;
  max-width: none;
  margin: 0 -1.6rem 0;
}
.p-mv__content .c-btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__content .c-btn {
    width: 100%;
  }
}
.p-mv__content .img03 {
  width: 33.8rem;
  margin-top: -2.5rem;
}

.p-area {
  position: relative;
  background-color: #E3EECA;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-area__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-area__title {
    gap: 2.9333333333vw;
  }
}
.p-area__title-title {
  background-color: #52944E;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 17.6rem;
  height: 4.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-area__title-title {
    font-size: 3.7333333333vw;
    width: 27.3333333333vw;
    height: 12.4vw;
    padding: 0;
  }
}
.p-area__title-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.8rem 4.3rem 0;
  border-color: transparent #E3EECA transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-area__title-title::after {
    content: none;
  }
}
.p-area__title-text {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-area__title-text {
    font-size: 4vw;
    line-height: 1.3225806452;
    min-width: calc(100% - 27.3333333333vw - 2.9333333333vw);
  }
}
.p-area__title-text span {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-area__title-text span {
    padding-bottom: 1.8666666667vw;
  }
}
.p-area__title-text span::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  background-color: #52944E;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-area__title-text span::after {
    height: 0.2666666667vw;
  }
}
.p-area__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-area__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 4.6666666667vw;
    gap: 4vw 0;
  }
}
.p-area__content .item {
  background-color: #ffffff;
  width: 25.3rem;
  height: 20rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-area__content .item {
    width: 43.3333333333vw;
    height: 34.1333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.p-area__content .item.-item01 img {
  width: 14.9rem;
}
@media screen and (max-width: 767px) {
  .p-area__content .item.-item01 img {
    width: 25.6vw;
  }
}
.p-area__content .item.-item02 img {
  width: 10.7rem;
}
@media screen and (max-width: 767px) {
  .p-area__content .item.-item02 img {
    width: 18.2666666667vw;
  }
}
.p-area__content .item.-item03 img {
  width: 13.1rem;
}
@media screen and (max-width: 767px) {
  .p-area__content .item.-item03 img {
    width: 22.5333333333vw;
  }
}
.p-area__content .item.-item04 img {
  width: 18.9rem;
}
@media screen and (max-width: 767px) {
  .p-area__content .item.-item04 img {
    width: 32.4vw;
  }
}

.p-cam {
  background-color: #FCFFF3;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-cam {
    padding-top: 20vw;
    padding-bottom: 8vw;
  }
}
.p-cam .deco-top::before, .p-cam .deco-top::after, .p-cam .deco-btm::before, .p-cam .deco-btm::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-cam .deco-top::before, .p-cam .deco-btm::before {
  left: 0;
}
.p-cam .deco-top::after, .p-cam .deco-btm::after {
  right: 0;
}
.p-cam .deco-top::before, .p-cam .deco-top::after {
  top: 0;
}
.p-cam .deco-top::before {
  background-image: url(../images/bg_deco-top01@2x.png);
  width: 35rem;
  height: 20.8rem;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  .p-cam .deco-top::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-cam .deco-top::after {
  background-image: url(../images/bg_deco-top02@2x.png);
  width: 38.3rem;
  height: 21.9rem;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .p-cam .deco-top::after {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-cam .deco-btm::before, .p-cam .deco-btm::after {
  bottom: 0;
}
.p-cam .deco-btm::before {
  background-image: url(../images/bg_deco-btm01@2x.png);
  width: 38.3rem;
  height: 21.9rem;
  background-position: bottom left;
}
@media screen and (max-width: 767px) {
  .p-cam .deco-btm::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-cam .deco-btm::after {
  background-image: url(../images/bg_deco-btm02@2x.png);
  width: 35rem;
  height: 20.9rem;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .p-cam .deco-btm::after {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-cam__content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 7.6rem 5rem 4.5rem;
  position: relative;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cam__content {
    padding: 6.6666666667vw 4vw 6.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.p-cam__title {
  position: absolute;
  width: 90.6rem;
  top: -10.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-cam__title {
    width: 100%;
    top: -13.3333333333vw;
  }
}
.p-cam__title img {
  display: block;
  margin: auto auto auto;
}
.p-cam__title img:nth-of-type(1) {
  width: 52.2rem;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-cam__title img:nth-of-type(1) {
    width: 90%;
    margin-bottom: 2vw;
  }
}
.p-cam__title img:nth-of-type(2) {
  width: 100%;
}
.p-cam__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-cam__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.3333333333vw;
  }
}
.p-cam__list li {
  width: 48.8rem;
}
@media screen and (max-width: 767px) {
  .p-cam__list li {
    width: 100%;
  }
}
.p-cam__text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-cam__text {
    font-size: 4.2666666667vw;
  }
}
.p-cam__text:first-of-type {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cam__text:first-of-type {
    margin-top: 1em;
  }
}
.p-cam__text span {
  color: #E55D5C;
}
.p-cam__text02 {
  margin-top: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.9rem;
  letter-spacing: 0.04em;
  color: #E55D5C;
}
@media screen and (max-width: 767px) {
  .p-cam__text02 {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.7;
  }
}
.p-cam__text02 span {
  display: inline-block;
  position: relative;
}
.p-cam__text02 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #E55D5C;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cam__text02 span::after {
    height: 0.5333333333vw;
    bottom: 0;
  }
}
.p-cam__box {
  margin-top: 4rem;
  border-radius: 1rem;
  border: 0.5rem solid #FFF0D7;
  background-color: #FFFCEB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.8rem 3.5rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-cam__box {
    margin-top: 6.6666666667vw;
    border-radius: 1.3333333333vw;
    border-width: 0.6666666667vw;
    padding: 4vw 4vw 4vw;
    display: block;
  }
}
.p-cam__box .cnt {
  width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .p-cam__box .cnt {
    width: 100%;
  }
}
.p-cam__box .img {
  width: 40.4rem;
}
@media screen and (max-width: 767px) {
  .p-cam__box .img {
    width: 80%;
    margin: 2.6666666667vw auto auto;
  }
}
.p-cam__box-title {
  font-size: 3rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-cam__box-title {
    font-size: 4.5333333333vw;
    text-align: center;
  }
}
.p-cam__box-title span {
  padding: 0 0.5em 0.1em;
  display: inline-block;
  background-color: #E55D5C;
}
.p-cam__box-title span + span {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cam__box-title span + span {
    margin-top: 2.6666666667vw;
  }
}
.p-cam__box .p-cam__text {
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cam__box .p-cam__text {
    margin-top: 1.3333333333vw;
    text-align: center;
  }
}
.p-cam__title02 {
  width: 75.3rem;
  margin: 3.5rem auto auto;
}
@media screen and (max-width: 767px) {
  .p-cam__title02 {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.p-cam__text03 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cam__text03 {
    font-size: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-cam__notice {
  width: 67rem;
  margin: 6rem auto auto;
  background-color: #F6F6F6;
  border-radius: 1rem;
  padding: 1.6rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-cam__notice {
    width: 100%;
    margin-top: 6.6666666667vw;
    padding: 4vw 4vw;
    border-radius: 1.3333333333vw;
  }
}
.p-cam__notice-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-cam__notice-title {
    font-size: 4.5333333333vw;
  }
}
.p-cam__notice-list__outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cam__notice-list__outer {
    margin-top: 1.3333333333vw;
  }
}
.p-cam__notice-list li {
  position: relative;
  padding-left: 2.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-cam__notice-list li {
    padding-left: 1em;
    line-height: 1.7;
    margin-top: 0.6666666667vw;
  }
  .p-cam__notice-list li:first-of-type {
    margin-top: 0;
  }
}
.p-cam__notice-list li::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #515151;
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-cam__notice-list li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 0.8em;
  }
}

.p-taiko {
  background-image: url(../images/bg_taiko.jpg);
  background-size: cover;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-taiko {
    padding: 8vw 0;
  }
}
.p-taiko__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-taiko__content {
    display: block;
  }
}
.p-taiko__content .img {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-taiko__content .img {
    width: 100%;
  }
}
.p-taiko__content .cnt {
  width: calc(100% - 42rem);
  padding-left: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-taiko__content .cnt {
    width: 100%;
    padding: 0;
    margin-top: 4vw;
  }
}
.p-taiko .m-text {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-taiko .m-text {
    text-align: center;
  }
}
.p-taiko .m-text span {
  color: #E55D5C;
}
.p-taiko__title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-taiko__title {
    font-size: 4.8vw;
    text-align: center;
  }
}
.p-taiko__title .red {
  font-size: 5.5rem;
  color: #E55D5C;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-taiko__title .red {
    font-size: 7.3333333333vw;
  }
}
.p-taiko__title .bdr {
  display: inline-block;
  position: relative;
}
.p-taiko__title .bdr::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.7rem;
  background-color: #FFEB5C;
  position: absolute;
  left: 0;
  bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-taiko__title .bdr::after {
    bottom: 0.9333333333vw;
    height: 0.9333333333vw;
  }
}

.p-result {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-result {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.p-result__title02 {
  text-align: center;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-result__title02 {
    font-size: 4.6666666667vw;
  }
}
.p-result__item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.7rem 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-result__item-list {
    gap: 4vw 0;
    margin-top: 6.6666666667vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-result__item-list .item {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .p-result__item-list .item {
    width: 48%;
  }
}
.p-result__item-list .item .img {
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-result__item-list .item .img {
    margin-bottom: 2vw;
  }
}
.p-result__item-list .item .text {
  max-width: none;
  margin: 0 -1em 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-result__item-list .item .text {
    font-size: 2.9333333333vw;
  }
}
.p-result__item-list .item .text .adj {
  letter-spacing: -0.1em;
}
.p-result__item-list .item .text2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #E55D5C;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-result__item-list .item .text2 {
    font-size: 4.2666666667vw;
  }
}
.p-result__huyo {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__huyo {
    margin-top: 6.6666666667vw;
  }
}
.p-result__huyo-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-result__huyo-title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.p-result__huyo-title .red {
  color: #E55D5C;
}
.p-result__huyo-title::before, .p-result__huyo-title::after {
  content: "";
  width: 0.4rem;
  height: 1em;
  background-color: #1A1A18;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-result__huyo-title::before, .p-result__huyo-title::after {
    width: 0.5333333333vw;
    height: 2.5em;
  }
}
.p-result__huyo-title::before {
  margin-right: 0.5em;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
.p-result__huyo-title::after {
  margin-left: 0.5em;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
.p-result__huyo__content {
  background-color: #F6F6F6;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-result__huyo__content {
    margin-top: 4vw;
  }
}
.p-result__huyo-title02 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  background-color: #52944E;
  position: relative;
  padding: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-result__huyo-title02 {
    font-size: 4.8vw;
    padding: 0.5em 0;
    line-height: 1.5;
  }
}
.p-result__huyo-title02::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4rem 2.8rem 0 2.8rem;
  border-color: #52944E transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width: 767px) {
  .p-result__huyo-title02::after {
    border-width: 3.2vw 3.7333333333vw 0 3.7333333333vw;
  }
}
.p-result__huyo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5rem 4rem;
  gap: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-result__huyo-list {
    padding: 0 4vw 6.6666666667vw;
    margin-top: 6.6666666667vw;
    gap: 4vw;
  }
}
.p-result__huyo-list .item {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-result__huyo-list .item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-result__huyo-list .item-icon {
  width: 19.1rem;
  margin: auto auto auto;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-result__huyo-list .item-icon {
    margin: 0;
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-result__huyo-list .item-cnt {
    width: calc(100% - 26.6666666667vw);
    padding-left: 4vw;
  }
}
.p-result__huyo-list .item-title {
  background-color: #1A1A18;
  color: #ffffff;
  border-radius: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  height: 3.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-result__huyo-list .item-title {
    font-size: 4.2666666667vw;
    height: auto;
    margin-bottom: 1.3333333333vw;
  }
}
.p-result__huyo-list .item-title .adj {
  font-size: 95%;
}
.p-result__huyo-list .item-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-result__huyo-list .item-text {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.p-result__huyo-list .item-text .adj {
  letter-spacing: -0.5em;
}
.p-result__text {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-result__text {
    font-size: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.p-result__text span {
  color: #E55D5C;
}

.p-staff {
  background-color: #F6F6F6;
  padding-bottom: 8rem;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.p-staff__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 5.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-staff__title {
    font-size: 6vw;
  }
}
.p-staff__title .small {
  font-size: 80%;
}
.p-staff__title .color {
  color: #52944E;
}
.p-staff__title::before, .p-staff__title::after {
  content: "";
  width: 5.1rem;
  height: 7.2rem;
  background-image: url(../images/deco_staff01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-staff__title::before, .p-staff__title::after {
    width: 6.8vw;
    height: 9.6vw;
  }
}
.p-staff__title::before {
  margin-right: 0.3em;
}
.p-staff__title::after {
  margin-left: 0.3em;
  background-image: url(../images/deco_staff02.svg);
}
.p-staff__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-staff__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 6.6666666667vw;
  }
}
.p-staff__heading .img {
  width: 46.5rem;
}
@media screen and (max-width: 767px) {
  .p-staff__heading .img {
    width: 70%;
    margin: auto auto;
  }
}
.p-staff__heading .cnt {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-staff__heading .cnt {
    width: 100%;
    margin-top: 4vw;
  }
}
.p-staff__heading .title {
  font-size: 3.4rem;
  line-height: 1.3823529412;
  font-weight: bold;
  color: #52944E;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-staff__heading .title {
    font-size: 5.0666666667vw;
  }
}
.p-staff__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-staff__list {
    margin-top: 4vw;
    gap: 4vw 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-staff__list .staff {
  width: 32.6rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-staff__list .staff {
    width: 48%;
  }
}
.p-staff__list .staff .cnt {
  padding: 2.1rem 2.8rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-staff__list .staff .cnt {
    padding: 2vw;
  }
}
.p-staff__list .staff .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.2rem solid #52944E;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-staff__list .staff .title {
    border-bottom-width: 0.2666666667vw;
    gap: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-staff__list .staff .title .icon {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7.6rem;
  height: 2.9rem;
  color: #ffffff;
  background-color: #52944E;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-staff__list .staff .title .icon {
    font-size: 4vw;
    width: 17.3333333333vw;
    height: 6vw;
    padding-bottom: 0;
  }
}
.p-staff__list .staff .title .name {
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-staff__list .staff .title .name {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list .staff .m-text {
    font-size: 3.2vw;
  }
}
.p-staff__text {
  text-align: center;
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-staff__text {
    font-size: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.p-staff__text span {
  color: #E55D5C;
}

.p-reason {
  padding-top: 5.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 8vw 0;
  }
}
.p-reason__list {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    margin-top: 5.3333333333vw;
    gap: 4vw;
  }
}
.p-reason__list .item {
  width: 52.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__list .item {
    width: 100%;
  }
}
.p-reason__list .item .title {
  text-align: center;
  border-bottom: 0.2rem solid #52944E;
  font-weight: bold;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason__list .item .title {
    font-size: 5.0666666667vw;
    padding-bottom: 0.6666666667vw;
    margin-bottom: 0.6666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.p-reason__list .item .title span {
  color: #E55D5C;
}
.p-reason__promise {
  background-color: #F6F6F6;
  padding: 4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__promise {
    margin-top: 5.3333333333vw;
    padding: 4vw;
  }
}
.p-reason__promise .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-reason__promise .top {
    display: block;
  }
}
.p-reason__promise .top .img {
  width: 47.1rem;
}
@media screen and (max-width: 767px) {
  .p-reason__promise .top .img {
    width: 100%;
    margin-top: 4vw;
  }
}
.p-reason__promise .top .cnt {
  width: calc(100% - 47.1rem);
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-reason__promise .top .cnt {
    width: 100%;
    padding: 0;
  }
}
.p-reason__promise .top .cnt .title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background-color: #52944E;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason__promise .top .cnt .title {
    font-size: 4.8vw;
    padding: 0.5em 0;
    line-height: 1.5;
  }
}
.p-reason__promise .top .cnt .title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0.6rem 0 0.6rem;
  border-color: #52944E transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width: 767px) {
  .p-reason__promise .top .cnt .title::after {
    border-width: 3.2vw 3.7333333333vw 0 3.7333333333vw;
  }
}
.p-reason__promise .btm {
  margin-top: 6.7rem;
  background-color: #ffffff;
  padding: 2.5rem 3.8rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__promise .btm {
    margin-top: 5.3333333333vw;
    padding: 4vw;
  }
}
.p-reason__promise .btm .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason__promise .btm .title {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-reason__promise .btm .title .icon {
  margin-right: 0.3em;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-reason__promise .btm .title .icon {
    display: inline-block;
    width: 1.5em;
  }
}

.p-why {
  background-image: url(../images/bg_why.jpg);
  background-size: cover;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-why {
    padding: 8vw 0;
  }
}
.p-why__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-why__content {
    display: block;
  }
}
.p-why__content .img {
  width: 49.8rem;
}
@media screen and (max-width: 767px) {
  .p-why__content .img {
    width: 100%;
    height: 60vw;
  }
  .p-why__content .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-why__content .cnt {
  width: calc(100% - 49.8rem);
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-why__content .cnt {
    width: 100%;
    padding: 0;
    margin-top: 4vw;
  }
}
.p-why__content .m-text {
  color: #ffffff;
}
.p-why__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5666666667;
  color: #ffffff;
  margin-bottom: 2rem;
  margin-top: -0.6rem;
}
@media screen and (max-width: 767px) {
  .p-why__title {
    font-size: 4.8vw;
    margin-bottom: 2vw;
    margin-top: 0;
  }
}
.p-why__title span {
  color: #FFEB5C;
}
.p-why__text {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 3.5rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-why__text {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-why__text span {
  color: #FFEB5C;
}

.p-flow {
  background-color: #FCFFF3;
  padding-top: 5.5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 8vw 0;
  }
}
.p-flow__subttl {
  width: 30rem;
  height: 4rem;
  margin: auto auto auto;
  background-color: #52944E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow__subttl {
    font-size: 4.5333333333vw;
    width: 53.3333333333vw;
    height: 8vw;
  }
}
.p-flow__list {
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 6.6666666667vw;
    gap: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-flow__list .item {
  width: 32.7rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list .item {
    width: 100%;
  }
}
.p-flow__list .arrow {
  width: 2.4rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list .arrow {
    width: 100%;
    padding: 0;
  }
  .p-flow__list .arrow img {
    display: block;
    width: 6.6666666667vw;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-flow__list .title {
  margin-top: 1.2rem;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  border-bottom: 0.2rem solid #52944E;
  padding-bottom: 0.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list .title {
    margin-top: 2vw;
    font-size: 4.6666666667vw;
    gap: 2vw;
    border-bottom-width: 0.2666666667vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  .p-flow__list .title .num {
    width: 9.3333333333vw;
  }
}

.p-voice {
  padding-top: 5.5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 8vw 0;
  }
}
.p-voice__content {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content {
    margin-top: 4vw;
  }
}
.p-voice__content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 4rem 2.5rem 6rem;
  border-radius: 1rem;
  border: 0.5rem solid #F6F6F6;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .item {
    display: block;
    padding: 4vw;
    border-radius: 1.3333333333vw;
    border-width: 0.6666666667vw;
    margin-top: 4vw;
  }
}
.p-voice__content .item:first-of-type {
  margin-top: 0;
}
.p-voice__content .item .img {
  width: 20.7rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .item .img {
    width: 60%;
    margin: auto auto auto;
  }
}
.p-voice__content .item .cnt {
  width: calc(100% - 20.7rem);
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .item .cnt {
    width: 100%;
    padding: 0;
  }
}
.p-voice__content .item .title {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 0.2rem solid #52944E;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .item .title {
    font-size: 4.6666666667vw;
    padding-bottom: 0.6666666667vw;
    margin-bottom: 0.6666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.p-voice__content .item .name {
  text-align: right;
  color: #52944E;
  margin-top: -0.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content .item .name {
    margin-top: 0;
  }
}
.p-voice__text {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}

.faq-support {
  background-image: url(../images/bg-faq-support.jpg);
  background-size: cover;
  background-position: bottom center;
}

.p-faq {
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.p-faq__content {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__content {
    margin-top: 4vw;
  }
}
.p-faq__item {
  background-color: #ffffff;
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 2.6rem 4rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    border-radius: 1.3333333333vw;
    padding: 4vw;
  }
}
.p-faq__item:first-of-type {
  margin-top: 0;
}
.p-faq__item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-faq__item > div dt {
  width: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item > div dt {
    width: 6vw;
  }
}
.p-faq__item > div dd {
  width: calc(100% - 3.1rem);
  padding-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item > div dd {
    width: calc(100% - 6vw);
    padding-left: 2vw;
  }
}
.p-faq__item .que {
  border-bottom: 0.2rem solid #52944E;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item .que {
    border-bottom-width: 0.2666666667vw;
    padding-bottom: 1.6vw;
  }
}
.p-faq__item .que dt img {
  position: relative;
  top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item .que dt img {
    top: 0.6666666667vw;
  }
}
.p-faq__item .que dd {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq__item .que dd {
    font-size: 4.6666666667vw;
    line-height: 1.5;
  }
}
.p-faq__item .ans {
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item .ans {
    padding-top: 2vw;
  }
}
.p-faq__item .ans dt img {
  position: relative;
  top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item .ans dt img {
    top: 0.8vw;
  }
}

.p-support {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding-top: 8vw;
  }
}
.p-support .l-content-inner {
  position: relative;
}
.p-support .img {
  position: absolute;
  bottom: 0;
}
.p-support .img.-img1 {
  width: 17.1rem;
  left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-support .img.-img1 {
    width: 25%;
    left: 0.6666666667vw;
  }
}
.p-support .img.-img2 {
  width: 22.9rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-support .img.-img2 {
    width: 30%;
    right: -1.3333333333vw;
  }
}
.p-support__title {
  width: 91.4rem;
  margin: auto auto 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-support__title {
    width: 100%;
    margin-bottom: 2vw;
  }
}
.p-support__text {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-support__text {
    font-size: 4.2666666667vw;
    padding-bottom: 6.6666666667vw;
    line-height: 1.5;
    position: relative;
  }
}
.p-support__text .num {
  font-size: 140%;
}
.p-support__text .bdr {
  position: relative;
  display: inline-block;
}
.p-support__text .bdr::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.7rem;
  background-color: #FFEB5C;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-support__text .bdr::after {
    height: 0.8vw;
    bottom: 0.6666666667vw;
  }
}

.p-benri {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-benri {
    padding: 8vw 0;
  }
}
.p-benri .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-benri .box {
    display: block;
  }
}
.p-benri .list li {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.1666666667;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 1.9em;
}
@media screen and (max-width: 767px) {
  .p-benri .list li {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 2vw;
  }
  .p-benri .list li:first-of-type {
    margin-top: 0;
  }
}
.p-benri .list li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/icn_check-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.55em;
}
@media screen and (max-width: 767px) {
  .p-benri .list li::before {
    top: 0.3em;
  }
}
.p-benri__content1 {
  background-color: #F6F6F6;
}
.p-benri__content1 .box {
  padding: 4rem 0 5rem 6.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-benri__content1 .box {
    padding: 4vw 4vw 6.6666666667vw;
  }
}
.p-benri__content1 .box .img {
  width: 33.7rem;
}
@media screen and (max-width: 767px) {
  .p-benri__content1 .box .img {
    width: 50%;
    margin: auto auto auto;
    margin-bottom: 4vw;
  }
}
.p-benri__content1 .box .cnt {
  width: calc(100% - 33.7rem);
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-benri__content1 .box .cnt {
    width: 100%;
    padding: 0;
  }
}
.p-benri__content1 .box .arrow {
  width: 17.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}
@media screen and (max-width: 767px) {
  .p-benri__content1 .box .arrow {
    width: 20vw;
  }
}
.p-benri__content2 {
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-benri__content2 {
    padding: 0;
  }
}
.p-benri__content2 .box {
  border: 0.5rem solid #F6F6F6;
  border-radius: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 5rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-benri__content2 .box {
    border-width: 0.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 4vw;
  }
}
.p-benri__content2 .box .img {
  width: 29.3rem;
}
@media screen and (max-width: 767px) {
  .p-benri__content2 .box .img {
    width: 50%;
    margin: auto auto auto;
    margin-bottom: 4vw;
  }
}
.p-benri__content2 .box .cnt {
  width: calc(100% - 29.3rem);
}
@media screen and (max-width: 767px) {
  .p-benri__content2 .box .cnt {
    width: 100%;
  }
}
.p-benri__content2 .list li::before {
  background-image: url(../images/icn_check-r.svg);
}
.p-benri__title1 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  background-color: #52944E;
  position: relative;
  padding: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-benri__title1 {
    font-size: 4.8vw;
    padding: 0.5em 0;
    line-height: 1.5;
  }
}
.p-benri__title1::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4rem 2.8rem 0 2.8rem;
  border-color: #52944E transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width: 767px) {
  .p-benri__title1::after {
    border-width: 3.2vw 3.7333333333vw 0 3.7333333333vw;
  }
}
.p-benri__title2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 4.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-benri__title2 {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
    line-height: 1.5;
  }
}
.p-benri__title2 .red {
  color: #E55D5C;
}
.p-benri__title2::before, .p-benri__title2::after {
  content: "";
  width: 0.4rem;
  height: 1em;
  background-color: #1A1A18;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-benri__title2::before, .p-benri__title2::after {
    width: 0.5333333333vw;
    height: 2em;
  }
}
.p-benri__title2::before {
  margin-right: 0.5em;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
@media screen and (max-width: 767px) {
  .p-benri__title2::before {
    margin-right: 1em;
  }
}
.p-benri__title2::after {
  margin-left: 0.5em;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
@media screen and (max-width: 767px) {
  .p-benri__title2::after {
    margin-left: 1em;
  }
}

.p-thanks {
  background-color: #FCFFF3;
  padding-top: 7.5rem;
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 8vw 0;
  }
}
.p-thanks .deco-top::before, .p-thanks .deco-top::after, .p-thanks .deco-btm::before, .p-thanks .deco-btm::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-thanks .deco-top::before, .p-thanks .deco-btm::before {
  left: 0;
}
.p-thanks .deco-top::after, .p-thanks .deco-btm::after {
  right: 0;
}
.p-thanks .deco-top::before, .p-thanks .deco-top::after {
  top: 0;
}
.p-thanks .deco-top::before {
  background-image: url(../images/bg_deco-top01@2x.png);
  width: 35rem;
  height: 20.8rem;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  .p-thanks .deco-top::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-thanks .deco-top::after {
  background-image: url(../images/bg_deco-top02@2x.png);
  width: 38.3rem;
  height: 21.9rem;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .p-thanks .deco-top::after {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-thanks .deco-btm::before, .p-thanks .deco-btm::after {
  bottom: 0;
}
.p-thanks .deco-btm::before {
  background-image: url(../images/bg_deco-btm01@2x.png);
  width: 38.3rem;
  height: 21.9rem;
  background-position: bottom left;
}
@media screen and (max-width: 767px) {
  .p-thanks .deco-btm::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-thanks .deco-btm::after {
  background-image: url(../images/bg_deco-btm02@2x.png);
  width: 35rem;
  height: 20.9rem;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .p-thanks .deco-btm::after {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-thanks__title {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 5.3333333333vw;
  }
}
.p-thanks__title span {
  color: #E55D5C;
}
.p-thanks__content {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    margin-top: 5.3333333333vw;
    display: block;
  }
}
.p-thanks__content .img {
  width: 45.1rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__content .img {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.p-thanks__content .cnt {
  width: calc(100% - 45.1rem);
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__content .cnt {
    width: 100%;
    padding: 0;
  }
}

.p-company {
  background-color: #F6F6F6;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 4vw 0;
  }
}
.p-company__title {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 0.2rem solid #52944E;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 4.8vw;
    border-bottom-width: 0.2666666667vw;
    margin-bottom: 2vw;
  }
}
.p-company__tbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-company__tbl dt {
  width: 18.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-company__tbl dt {
    width: 28vw;
  }
}
.p-company__tbl dd {
  width: calc(100% - 18.5rem);
}
@media screen and (max-width: 767px) {
  .p-company__tbl dd {
    width: calc(100% - 28vw);
  }
}

.p-pop {
  position: relative;
  background: #fcfff3;
  width: 47.7rem;
  height: 62.2rem;
  margin: 0 auto;
  padding: 4rem 3.6rem 3rem;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-pop {
    width: 60%;
    height: auto;
    padding: 6rem 4.8rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pop {
    width: 96%;
    height: auto;
    padding: 8vw 6.9333333333vw 6.4vw;
  }
}
.p-pop__lead {
  width: 100%;
  border-top: 1px solid #1A1A18;
  border-bottom: 1px solid #1A1A18;
  padding: 1.2rem 0;
}
.p-pop__lead p {
  font-size: 1.9rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.6363636364;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-pop__lead p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pop__lead p {
    font-size: 3.7333333333vw;
  }
}
.p-pop__tel {
  width: 100%;
  margin: 3rem auto 2.4rem;
}
.p-pop__tel .tellink a {
  display: block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-pop__tel {
    margin: 3.6rem auto 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pop__tel {
    margin: 5.3333333333vw auto 4.8vw;
  }
}
.p-pop__foot {
  width: 84%;
  margin: 2rem auto 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-pop__foot {
    margin: 3.6rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-pop__foot {
    margin: 4.8vw auto 0;
  }
}
.p-pop__btn + .p-pop__btn {
  margin-top: 1.5rem;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-pop__btn + .p-pop__btn {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pop__btn + .p-pop__btn {
    margin-top: 2.6666666667vw;
  }
}

/* popup
-------------*/
.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: rgb(26, 26, 24) !important;
}
.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  background-color: #c96a23 !important;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4.5rem;
  top: -1rem !important;
  right: -1rem !important;
  font-size: 0 !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.mfp-close-btn-in .mfp-close::before, .mfp-close-btn-in .mfp-close::after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 0.2rem;
  height: 3rem;
  top: 50%;
  left: 50%;
}
.mfp-close-btn-in .mfp-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-close-btn-in .mfp-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mfp-close-btn-in .mfp-close {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 6.4rem;
  }
  .mfp-close-btn-in .mfp-close::before, .mfp-close-btn-in .mfp-close::after {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mfp-close-btn-in .mfp-close {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 8.5333333333vw;
  }
  .mfp-close-btn-in .mfp-close::before, .mfp-close-btn-in .mfp-close::after {
    height: 5.6vw;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .mfp-close-btn-in .mfp-close:hover {
    background-color: #ffffff !important;
  }
  .mfp-close-btn-in .mfp-close:hover::before, .mfp-close-btn-in .mfp-close:hover::after {
    background: #c96a23 !important;
  }
}
/*# sourceMappingURL=top.css.map */