@charset "UTF-8";
/*----------------------------------
    reset
-----------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

.l-inner {
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 120px;
    max-width: 1070px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-inner {
    padding-inline: 40px;
  }
}

.l-inner_l {
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner_l {
    padding-inline: 120px;
    max-width: 1190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-inner_l {
    padding-inline: 40px;
  }
}

.u-hidden_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden_sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden_pc {
    display: none;
  }
}

.p-fv_img img {
  width: 100vw;
}

body {
  letter-spacing: -0.05em;
}

.p-benefit {
  background: #f9f0dc;
  padding-block: 50px 55px;
}
.p-benefit.benefit2 {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-benefit.benefit2 {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefit {
    padding-block: 90px 110px;
  }
}

.p-benefit__head {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  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;
}
@media screen and (min-width: 768px) {
  .p-benefit__head {
    font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
  }
}

.p-benefit__head--text2 {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .p-benefit__head--text2 {
    margin-top: clamp(-4.0625rem, -0.203rem - 6.024vw, -5.625rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-benefit__head--text2 {
    margin-top: -40px;
  }
}
.p-benefit__head--text2 .large {
  font-size: 56px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .p-benefit__head--text2 .large {
    font-size: clamp(3.5rem, -1.071rem + 9.524vw, 7.5rem);
  }
}
.p-benefit__head--text2 .middle {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .p-benefit__head--text2 .middle {
    font-size: clamp(2rem, 0.286rem + 3.571vw, 3.5rem);
  }
}

.p-benefit__contents {
  margin-top: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 45px;
}
@media screen and (min-width: 768px) {
  .p-benefit__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 100px;
    gap: 66px 35px;
    margin-top: clamp(4.625rem, 2.768rem + 3.869vw, 6.25rem);
  }
}

.p-benefit__content {
  width: 100%;
  border: 2px solid #d4c181;
  background: #ffffff;
  padding: 30px clamp(0.25rem, -1.902rem + 9.184vw, 2.5rem) 5px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  counter-increment: benefit;
  z-index: 1;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-benefit__content {
    padding: 40px clamp(0.625rem, -0.089rem + 1.488vw, 1.25rem) 25px 10px;
  }
}
.p-benefit__content::before {
  content: "特典";
  position: absolute;
  color: #ffffff;
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(300deg, #d9c98f 0%, #c3a543 100%);
  border-radius: 50%;
  width: 58px;
  height: 58px;
  text-align: center;
  padding: 5px;
  z-index: 10;
}
.p-benefit__content::after {
  content: counter(benefit);
  position: absolute;
  color: #ffffff;
  font-size: 22.6px;
  font-family: "Shippori Mincho", serif;
  font-style: italic;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-benefit__content {
    width: calc(50% - 17.5px);
  }
}

.p-benefit__content--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 15px;
    font-size: clamp(1rem, 0.857rem + 0.298vw, 1.125rem);
  }
}

.point_text {
  margin-top: -5px;
  letter-spacing: -0.075em;
}
@media screen and (min-width: 768px) {
  .point_text {
    margin-top: -10px;
  }
}
.point_text.text1 {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .point_text.text1 {
    font-size: 38px;
    font-size: clamp(1.6875rem, 1.33rem + 0.744vw, 2rem);
  }
}
.point_text.text2 {
  font-size: 26px;
  letter-spacing: -0.15em;
}
@media screen and (min-width: 768px) {
  .point_text.text2 {
    font-size: 24px;
  }
}
.point_text.text3 {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .point_text.text3 {
    font-size: clamp(1.625rem, 1.482rem + 0.298vw, 1.75rem);
  }
}
.point_text.text4 {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .point_text.text4 {
    font-size: 24px;
  }
}
.point_text .red {
  color: #d3616f;
  font-size: 46px;
}
@media screen and (min-width: 768px) {
  .point_text .red {
    font-size: 56px;
    font-size: clamp(2.5rem, 1.357rem + 2.381vw, 3.5rem);
  }
}

.p-benefit__content--right {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-benefit__content--right {
    width: 40%;
  }
}
.p-benefit__content--right img {
  width: 100%;
}

.p-benefit_link {
  margin-top: 48px;
  display: block;
  text-align: center;
  -webkit-animation: fuwafuwa 1s ease 0s infinite alternate;
          animation: fuwafuwa 1s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 768px) {
  .p-benefit_link {
    margin-top: 70px;
  }
}

@-webkit-keyframes fuwafuwa {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes fuwafuwa {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-benefit__button {
  color: #ffffff;
  font-size: 24px;
  background: #46992f;
  padding: 28px 20px 18px;
  border-radius: 10px;
  width: 100%;
  max-width: 315px;
  margin-inline: auto;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-benefit__button:hover {
  opacity: 0.85;
}
.p-benefit__button:hover::after {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
  .p-benefit__button {
    font-size: 24px;
    max-width: 450px;
  }
}
.p-benefit__button::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
  border-radius: 10px;
}
.p-benefit__button::after {
  content: "";
  position: absolute;
  width: 26px;
  height: auto;
  bottom: 7px;
  right: 10%;
  background: url(../img/official-lp/icon-hand@3x.png) no-repeat center center/contain;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  aspect-ratio: 19/33;
}
@media screen and (min-width: 768px) {
  .p-benefit__button::after {
    width: 31px;
    height: 55px;
  }
}
.p-benefit__button span {
  position: absolute;
  color: #46992f;
  background: #ffffff;
  border-radius: 12px;
  border: 1.5px solid #46992f;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 15px;
  padding: 3px 25px;
  width: 215px;
}
@media screen and (min-width: 768px) {
  .p-benefit__button span {
    font-size: 16px;
    width: 220px;
  }
}

.p-history {
  padding-block: 50px 88px;
  position: relative;
}
.p-history::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #e7f1e8;
  width: 100%;
  height: 102.1333333333vw;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-history::before {
    height: 23.8194444444vw;
    top: 53%;
  }
}
@media screen and (min-width: 768px) {
  .p-history {
    padding-block: 90px clamp(6.25rem, -2.321rem + 17.857vw, 13.75rem);
  }
}

.p-history__head {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-history__head {
    font-size: clamp(2rem, 0.286rem + 3.571vw, 3.5rem);
  }
}

.p-history__contents {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-history__contents {
    display: block;
    position: relative;
    padding-top: clamp(0rem, -16.98rem + 26.506vw, 6.875rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-history__contents {
    padding-top: 0;
  }
}

.p-history__right {
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-history__right {
    max-width: 550px;
    width: 34.7222222222vw;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-history__right {
    margin-top: 100px;
  }
}

.p-history__image {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-history__image {
    margin-inline: auto;
    max-width: 500px;
  }
}
.p-history__image img {
  width: 100%;
}

.p-history__image--name {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-history__image--name {
    font-size: clamp(1.125rem, 0.696rem + 0.893vw, 1.5rem);
  }
}
.p-history__image--name .large {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-history__image--name .large {
    padding-left: 35px;
    font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
  }
}

.p-history__left {
  padding: 28px 8px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
}
.p-history__left p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-history__left {
    padding: 48px 20px;
    width: 44.0972222222vw;
    max-width: 635px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.p-problem {
  padding-block: 50px 54px;
  background: #ececec;
}
@media screen and (min-width: 768px) {
  .p-problem {
    padding-block: 90px 57px;
  }
}

.p-problem__head {
  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: "Shippori Mincho", serif;
  text-align: center;
}
.p-problem__head .head1 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .p-problem__head .head1 {
    font-size: clamp(1.625rem, 1.196rem + 0.893vw, 2rem);
  }
}
.p-problem__head .head2 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .p-problem__head .head2 {
    font-size: clamp(1.875rem, 0.589rem + 2.679vw, 3rem);
  }
}
.p-problem__head .large {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .p-problem__head .large {
    font-size: clamp(2.25rem, 1.036rem + 2.53vw, 3.3125rem);
  }
}

.p-problem__contents {
  margin-top: 47px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-problem__contents {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-problem__contents::before {
    content: "";
    position: absolute;
    background: url(../img/official-lp/img-problem@2x.png) no-repeat center center/contain;
    width: 153px;
    height: 198px;
    left: 0;
    top: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-problem__contents::before {
    content: none;
  }
}

.p-problem__content {
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-problem__content {
    margin-left: 200px;
    font-size: 16px;
    padding-left: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-problem__content {
    margin-left: 0;
  }
}
.p-problem__content .red {
  color: #ce4040;
  font-weight: 500;
}
.p-problem__content::before {
  content: "";
  position: absolute;
  background: url(../img/official-lp/icon-check@3x.png) no-repeat center center/contain;
  top: 6px;
  left: 0;
  width: 16px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .p-problem__content::before {
    width: 29px;
    height: 30px;
    top: -2px;
  }
}

.p-answer {
  padding-block: 95px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-answer {
    padding-block: 85px 95px;
  }
}
.p-answer::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 92px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
  background: url(../img/official-lp/icon-arrow@2x.png) no-repeat center center/contain;
}

.p-answer__head {
  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;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

.p-answer__head1 {
  line-height: 1.3;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-answer__head1 {
    line-height: normal;
    font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
  }
}
.p-answer__head1 .olive {
  color: #b1931e;
  font-size: 32px;
  letter-spacing: -0.075em;
}
@media screen and (min-width: 768px) {
  .p-answer__head1 .olive {
    font-size: clamp(2rem, 1.071rem + 1.935vw, 2.8125rem);
  }
}
.p-answer__head1 .large {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .p-answer__head1 .large {
    font-size: clamp(2rem, 1.071rem + 1.935vw, 2.8125rem);
  }
}

.p-answer__head2 {
  color: #8da57e;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-answer__head2 {
    font-size: clamp(1.25rem, 0.393rem + 1.786vw, 2rem);
  }
}

.p-about {
  padding-block: 85px 90px;
  padding-block: 85px clamp(0rem, 11.006rem - 22.959vw, 5.625rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-block: 85px 90px;
  }
}
.p-about::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  width: 100%;
  height: clamp(28.125rem, 46.468rem - 38.265vw, 37.5rem);
  background: url(../img/official-lp/img-about-sp@2x.png) no-repeat top center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about::before {
    background-image: url(../img/official-lp/img-about@2x.png);
    height: clamp(33.75rem, 29.464rem + 8.929vw, 37.5rem);
  }
}

.p-about__head {
  text-align: center;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-about__head {
    font-size: clamp(1.5rem, 0.714rem + 1.637vw, 2.1875rem);
  }
}
.p-about__head .large {
  font-size: 32px;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .p-about__head .large {
    font-size: clamp(2rem, 0.286rem + 3.571vw, 3.5rem);
  }
}
.p-about__head .middle {
  font-size: 24px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-about__head .middle {
    font-size: clamp(1.5rem, 0.429rem + 2.232vw, 2.4375rem);
  }
}

.p-about__content {
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  min-height: 200px;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    max-width: 700px;
    width: 100%;
    margin-inline: auto;
    font-size: clamp(1.25rem, 0.964rem + 0.595vw, 1.5rem);
  }
}
.p-about__content .yellow {
  background-color: #eceba7;
}

.p-feature {
  overflow: hidden;
  padding-block: 57px 120px;
}

.p-feature__head {
  text-align: center;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-feature__head {
    letter-spacing: -0.025em;
    font-size: clamp(1.5rem, 0.071rem + 2.976vw, 2.75rem);
  }
}
.p-feature__head .green {
  font-size: 32px;
  color: #819378;
}
@media screen and (min-width: 768px) {
  .p-feature__head .green {
    letter-spacing: 0.005em;
    font-size: clamp(2rem, 0.857rem + 2.381vw, 3rem);
  }
}
.p-feature__head .middle {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .p-feature__head .middle {
    font-size: clamp(1.875rem, 0.589rem + 2.679vw, 3rem);
    letter-spacing: 0.005em;
  }
}
.p-feature__head .large {
  font-size: 60px;
  font-style: italic;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-feature__head .large {
    font-size: clamp(3.75rem, 2.321rem + 2.976vw, 5rem);
    letter-spacing: 0.005em;
  }
}

.p-feature__contents {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 130px;
}
@media screen and (min-width: 768px) {
  .p-feature__contents {
    margin-top: 112px;
    gap: clamp(6.25rem, 4.107rem + 4.464vw, 8.125rem);
  }
}

.p-feature__content {
  counter-increment: feature;
}

.p-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: 35px;
}
@media screen and (min-width: 768px) {
  .p-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-box:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-box:nth-of-type(2n) .p-box__left::before {
    left: 0;
  }
  .p-box:nth-of-type(2n) .p-box__left::after {
    left: 15px;
  }
}

.p-box__left {
  position: relative;
  max-width: 500px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-box__left {
    width: 56%;
  }
}
.p-box__left::before {
  content: "特徴";
  position: absolute;
  width: 59px;
  height: 55px;
  top: -59px;
  left: 0;
  background: url(../img/official-lp/icon-bubble.png) no-repeat center center/contain;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  padding-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-box__left::before {
    top: -30px;
    left: -25px;
    padding-right: 0;
  }
}
.p-box__left::after {
  content: counter(feature);
  position: absolute;
  font-size: 12px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-style: italic;
  top: -57px;
  left: 15px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-box__left::after {
    top: -28px;
    left: -9px;
  }
}

.p-box__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

.p-box__title--sub {
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-box__title--sub {
    font-weight: 400;
    font-size: clamp(0.9375rem, 0.295rem + 1.339vw, 1.5rem);
  }
}

.p-box__title--main {
  color: #8da57e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-box__title--main {
    letter-spacing: 0.15em;
    font-size: clamp(1.5rem, 1.357rem + 0.298vw, 1.625rem);
  }
}
.p-box__title--main.small {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .p-box__title--main.small {
    font-size: clamp(1.375rem, 1.089rem + 0.595vw, 1.625rem);
  }
}

.p-box__text {
  margin-top: 45px;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-box__text {
    text-align: center;
    margin-top: clamp(1.25rem, -0.536rem + 3.72vw, 2.8125rem);
  }
}

.p-box__right {
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-box__right {
    width: 45%;
  }
}
.p-box__right::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #b1931e;
}

.p-box__image img {
  width: 100%;
}

.p-voice {
  padding-block: 50px;
  background: #e7f1e8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-block: 90px;
  }
}
.p-voice::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(../img/official-lp/img-bg-sp@3x.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-voice::before {
    height: 150px;
    bottom: -150px;
    background-image: url(../img/official-lp/img-bg.jpg);
  }
}

.p-voice__head {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-voice__head {
    font-size: clamp(2rem, 0.286rem + 3.571vw, 3.5rem);
  }
}

.p-voice__contents {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .p-voice__contents {
    margin-top: 63px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 54px 39px;
  }
}

.p-voice__content {
  background: #ffffff;
  counter-increment: voice;
  max-width: 500px;
  margin-inline: auto;
  padding: 30px 10px 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-voice__content {
    width: calc(50% - 19.5px);
    display: grid;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 30px 20px;
  }
}
.p-voice__content:nth-of-type(3) .p-voice__top::after {
  top: -115px;
  left: 71px;
}

.p-voice__top {
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}
.p-voice__top::before {
  content: "voice";
  position: absolute;
  top: -75px;
  left: 0;
  font-family: "Tangerine", cursive;
  font-size: 61px;
  color: #b1931e;
}
.p-voice__top::after {
  content: counter(voice);
  position: absolute;
  font-size: 89px;
  top: -102px;
  left: 65px;
  font-family: "Tangerine", cursive;
  color: #b1931e;
}

.p-voice__top--name {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-voice__top1 {
  font-weight: 500;
}

.p-voice__top2 {
  font-weight: 500;
}

.p-voice__top--image {
  width: 43%;
}
@media screen and (min-width: 768px) {
  .p-voice__top--image {
    width: 30%;
  }
}
.p-voice__top--image img {
  width: 100%;
}

.p-voice__middle {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -1px;
  font-weight: 400;
  max-width: 400px;
  margin-inline: auto;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-voice__middle {
    margin-top: 10px;
    padding-right: 0;
  }
}
.p-voice__middle .green {
  color: #5f7752;
  font-size: 21px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: -2px;
}

.p-voice__bottom {
  margin-top: 12px;
  max-width: 400px;
  margin-inline: auto;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-voice__bottom {
    margin-top: 20px;
    padding-right: 0;
  }
}
.p-voice__bottom img {
  width: 100%;
}