@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: HiraMinProN;
  src: url("../public/fonts/HiraMinProN-W6.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Condensed Bold";
  src: url("../public/fonts/din-condensed-bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014 Bold";
  src: url("../public/fonts/din2014-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HiraKakuPro W6";
  src: url("../public/fonts/HiraKakuPro-W6.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "HiraKakuStdN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #4d4449;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

.container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1000px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.subtitle {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin-block: -10px 30px;
}
@media screen and (min-width: 767px) {
  .subtitle {
    font-size: 2.2rem;
    margin-block: -20px 60px;
  }
}
.subtitle--brown {
  color: #4d4449;
}
.subtitle .highlight {
  font-size: 13.84px;
  font-weight: 600;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .subtitle .highlight {
    font-size: 2.3rem;
  }
}

.title-en {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  font-family: "DIN Condensed Bold", sans-serif;
  color: #b7d100;
  letter-spacing: 0.06em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .title-en {
    gap: 20px;
    font-size: 2.6rem;
    margin-bottom: 60px;
  }
}
.title-en::after {
  content: "";
  height: 0.5px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #b7d100;
}
@media screen and (min-width: 767px) {
  .title-en::after {
    height: 1px;
  }
}

.title {
  font-size: 21.79px;
  font-weight: 600;
  font-family: "HiraMinProN", sans-serif;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 30px;
  border-left: 3.4px solid #b7d100;
}
@media screen and (min-width: 767px) {
  .title {
    font-size: 3.1rem;
    padding-left: 20px;
    margin-bottom: 60px;
  }
}
.title--brown {
  color: #4d4449;
}
.title .highlight {
  font-size: 26.63px;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .title .highlight {
    font-size: 3.6rem;
  }
}
.title .fs30 {
  font-size: 30px;
}
@media screen and (min-width: 767px) {
  .title .fs30 {
    font-size: 4rem;
  }
}
.title .fs25 {
  font-size: 25px;
}
@media screen and (min-width: 767px) {
  .title .fs25 {
    font-size: 3.5rem;
  }
}
.title .fs23 {
  font-size: 22px;
}
@media screen and (min-width: 767px) {
  .title .fs23 {
    font-size: 3.2rem;
  }
}
.title .fs22 {
  font-size: 22px;
}
@media screen and (min-width: 767px) {
  .title .fs22 {
    font-size: 3.2rem;
  }
}
.title .fs20 {
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .title .fs20 {
    font-size: 3rem;
  }
}
.title .fs18 {
  font-size: 18.95px;
}
@media screen and (min-width: 767px) {
  .title .fs18 {
    font-size: 2.8rem;
  }
}
.title .fs17 {
  font-size: 17px;
}
@media screen and (min-width: 767px) {
  .title .fs17 {
    font-size: 2.7rem;
  }
}

.cause {
  padding-block: 40px;
  background-color: #4d4449;
  border-radius: 21.14px 21.14px 0 0;
}
@media screen and (min-width: 767px) {
  .cause {
    padding-block: 80px;
    border-radius: 40px 40px 0 0;
  }
}
.cause__image {
  max-width: 400px;
  margin: 60px auto 20px;
}
@media screen and (min-width: 767px) {
  .cause__image {
    max-width: 500px;
    margin: 120px auto 40px;
  }
}
.cause__text {
  text-align: center;
  font-size: 13px;
  line-height: 2em;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 767px) {
  .cause__text {
    font-size: 2.3rem;
  }
}
.cause__text .highlight {
  color: #b7d100;
}
.cause__text .underline {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #b7d100;
}
.cause__text .fs22 {
  font-size: 22px;
}
@media screen and (min-width: 767px) {
  .cause__text .fs22 {
    font-size: 3.2rem;
  }
}
.cause__text--mb {
  margin-block: 35px;
}
@media screen and (min-width: 767px) {
  .cause__text--mb {
    margin-block: 70px;
  }
}
.cause__text-2 {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .cause__text-2 {
    font-size: 2.6rem;
  }
}
.cause__difference {
  padding-top: 50px;
  position: relative;
  margin-top: 85px;
  border-top: 3px solid #b7d100;
}
@media screen and (min-width: 767px) {
  .cause__difference {
    padding-top: 100px;
    margin-top: 160px;
  }
}
.cause__difference-list {
  margin-left: 20px;
  counter-reset: counter-diff;
}
@media screen and (min-width: 767px) {
  .cause__difference-list {
    margin-left: 40px;
  }
}
.cause__difference-item {
  counter-increment: counter-diff;
}
.cause__difference-item:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (min-width: 767px) {
  .cause__difference-item:not(:last-child) {
    margin-bottom: 36px;
  }
}
.cause__difference-item:last-child .cause__difference-group::after {
  content: none;
}
.cause__difference-label {
  left: 50%;
  top: -40px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  color: #fff;
  padding-inline: 8px;
  letter-spacing: 0.14em;
  text-wrap: nowrap;
  background-color: #4d4449;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .cause__difference-label {
    top: -60px;
    font-size: 3.2rem;
    padding-inline: 16px;
  }
}
.cause__difference-label .small {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .cause__difference-label .small {
    font-size: 2.5rem;
  }
}
.cause__difference-head {
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.24em;
  border-radius: 3.49px;
  font-weight: 700;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .cause__difference-head {
    font-size: 3.1rem;
    border-radius: 6px;
  }
}
.cause__difference-head::before {
  top: 50%;
  left: -20px;
  content: "0" counter(counter-diff);
  width: 45px;
  height: 45px;
  position: absolute;
  font-size: 24.76px;
  font-weight: 700;
  font-family: "DIN Condensed Bold", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #b7d100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .cause__difference-head::before {
    width: 80px;
    height: 80px;
    font-size: 3.4rem;
  }
}
.cause__difference-group {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 767px) {
  .cause__difference-group {
    gap: 20px;
  }
}
.cause__difference-group::before, .cause__difference-group::after {
  left: 50%;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cause__difference-group::before {
  top: 0;
  height: 100%;
  width: 0.75px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../public/images/dashed.png") repeat-y center/contain;
}
@media screen and (min-width: 767px) {
  .cause__difference-group::before {
    width: 1px;
  }
}
.cause__difference-group::after {
  bottom: 0;
  width: 15.79px;
  height: 9.46px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background: url("../public/icons/triangle-down.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .cause__difference-group::after {
    width: 30px;
    height: 18px;
  }
}
.cause__difference-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 15px;
  position: relative;
  padding-inline: 15px;
}
@media screen and (min-width: 767px) {
  .cause__difference-wrap {
    padding: 30px 30px 0;
  }
}
.cause__difference-tag {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.24em;
  font-weight: 600;
  border-radius: 3.87px;
  background-color: #ffd7d7;
}
@media screen and (min-width: 767px) {
  .cause__difference-tag {
    font-size: 2.2rem;
    border-radius: 6px;
  }
}
.cause__difference-tag--blue {
  background-color: #e3fff8;
}
.cause__difference-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13.68px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  margin-top: 7px;
  line-height: 1.3076923077em;
}
@media screen and (min-width: 767px) {
  .cause__difference-text {
    margin-top: 14px;
    font-size: 2.3rem;
  }
}
.cause__difference-text--green {
  font-size: 14px;
  color: #b7d100;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
@media screen and (min-width: 767px) {
  .cause__difference-text--green {
    font-size: 2.4rem;
  }
}

.contact {
  color: #fff;
  padding-block: 40px 50px;
  background-color: #4d4449;
  border-radius: 21.14px 21.14px 0 0;
}
@media screen and (min-width: 767px) {
  .contact {
    padding-block: 80px 100px;
    border-radius: 40px 40px 0 0;
  }
}
.contact__title {
  text-align: center;
  color: #b7d100;
  font-family: "DIN Condensed Bold", sans-serif;
  font-size: 21px;
  line-height: 1em;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767px) {
  .contact__title {
    font-size: 3.1rem;
    margin-bottom: 60px;
  }
}
.contact__title-jp {
  display: block;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  font-family: "HiraMinProN", sans-serif;
  padding-bottom: 13px;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 767px) {
  .contact__title-jp {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding-bottom: 2.3rem;
  }
}
.contact__title-jp::before {
  bottom: 0;
  left: 50%;
  content: "";
  width: 14px;
  height: 3px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #b7d100;
}
@media screen and (min-width: 767px) {
  .contact__title-jp::before {
    width: 28px;
    height: 6px;
  }
}
.contact__subtitle {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .contact__subtitle {
    font-size: 2rem;
  }
}
.contact__link {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-block: 50px;
  margin-inline: 5px;
}
@media screen and (min-width: 767px) {
  .contact__link {
    gap: 42px;
    margin: 100px 10px;
  }
}
.contact__link-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;
  color: #4d4449;
  border-radius: 5.25px;
  padding: 16px 13px 13px;
  background-color: #b7d100;
}
@media screen and (min-width: 767px) {
  .contact__link-wrap {
    border-radius: 10px;
    padding: 25px;
  }
}
.contact__link-wrap--white {
  background-color: #fff;
}
.contact__link-icon {
  width: 47.08px;
  height: 44.97px;
  margin-inline: auto;
}
@media screen and (min-width: 767px) {
  .contact__link-icon {
    width: 57px;
    height: 53px;
  }
}
.contact__link-label {
  display: block;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  margin-block: 15px 10px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .contact__link-label {
    font-size: 2.5rem;
    margin-block: 30px 20px;
  }
}
.contact__link-label--small {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .contact__link-label--small {
    font-size: 2.3rem;
  }
}
.contact__link-text {
  display: block;
  font-size: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-bottom: 12px;
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (min-width: 767px) {
  .contact__link-text {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.contact__link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  margin-top: auto;
  font-size: 12px;
  position: relative;
  letter-spacing: 0.14em;
  border-radius: 11.54px;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid transparent;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .contact__link-button {
    height: 50px;
    font-size: 2.2rem;
    padding-left: 0;
    border-radius: 25px;
  }
}
.contact__link-button::after {
  top: 50%;
  right: 10px;
  content: "";
  width: 4.33px;
  height: 7.66px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url("../public/icons/caret-right.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .contact__link-button::after {
    width: 8px;
    height: 14px;
    right: 20px;
  }
}
.contact__link-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.contact__link-button--brown {
  color: #fff;
  background-color: #4d4449;
}
.contact__link-button--brown::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.contact__link-button--brown:hover {
  background-color: rgba(77, 68, 73, 0.8);
}
.contact__num {
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .contact__num {
    margin-bottom: 100px;
  }
}
.contact__num-label {
  width: 100%;
  display: block;
  color: #4d4449;
  font-size: 17px;
  line-height: 1em;
  padding: 3px;
  margin-inline: 5px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.12em;
  background-color: #b7d100;
}
@media screen and (min-width: 767px) {
  .contact__num-label {
    font-size: 2.7rem;
    padding: 12px;
    margin-inline: 10px;
  }
}
.contact__num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 25px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .contact__num-wrap {
    gap: 20px;
    font-size: 3.5rem;
    margin-top: 30px;
  }
}
.contact__num-wrap::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../public/icons/icon-phone.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .contact__num-wrap::before {
    width: 50px;
    height: 50px;
  }
}
.contact__num-note {
  display: block;
  text-align: center;
  margin-top: 13px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 767px) {
  .contact__num-note {
    font-size: 1.8rem;
    margin-top: 2.3rem;
  }
}
.contact__form {
  margin-top: 35px;
  padding-inline: 20px;
  scroll-margin-top: 100px;
}
@media screen and (min-width: 767px) {
  .contact__form {
    margin-top: 70px;
    padding-inline: 40px;
    scroll-margin-top: 180px;
  }
}
.contact__form-item:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (min-width: 767px) {
  .contact__form-item:not(:last-child) {
    margin-bottom: 56px;
  }
}
.contact__form-label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .contact__form-label {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
}
.contact__form-label--required::after {
  content: "*";
  color: #b7d100;
}
.contact__form-input input[type=text],
.contact__form-input input[type=email] {
  width: 100%;
  height: 27px;
  font-size: 13px;
  padding-inline: 10px;
  font-family: inherit;
  border-radius: 1.1px;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 0.5px solid #dbdbdb;
}
@media screen and (min-width: 767px) {
  .contact__form-input input[type=text],
  .contact__form-input input[type=email] {
    height: 47px;
    font-size: 1.6rem;
    padding-inline: 20px;
  }
}
.contact__form-input input[type=text]::-webkit-input-placeholder,
.contact__form-input input[type=email]::-webkit-input-placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
.contact__form-input input[type=text]::-moz-placeholder,
.contact__form-input input[type=email]::-moz-placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
.contact__form-input input[type=text]:-ms-input-placeholder,
.contact__form-input input[type=email]:-ms-input-placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
.contact__form-input input[type=text]::-ms-input-placeholder,
.contact__form-input input[type=email]::-ms-input-placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
.contact__form-input input[type=text]::placeholder,
.contact__form-input input[type=email]::placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
@media screen and (min-width: 767px) {
  .contact__form-input input[type=text]::-webkit-input-placeholder,
  .contact__form-input input[type=email]::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .contact__form-input input[type=text]::-moz-placeholder,
  .contact__form-input input[type=email]::-moz-placeholder {
    font-size: 1.6rem;
  }
  .contact__form-input input[type=text]:-ms-input-placeholder,
  .contact__form-input input[type=email]:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .contact__form-input input[type=text]::-ms-input-placeholder,
  .contact__form-input input[type=email]::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .contact__form-input input[type=text]::placeholder,
  .contact__form-input input[type=email]::placeholder {
    font-size: 1.6rem;
  }
}
.contact__form-input input[type=checkbox] {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: 0.5px solid #dbdbdb;
}
@media screen and (min-width: 767px) {
  .contact__form-input input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
.contact__form-input textarea {
  width: 100%;
  height: 73px;
  resize: none;
  padding: 10px;
  font-size: 13px;
  font-family: inherit;
  border-radius: 1.1px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .contact__form-input textarea {
    height: 80px;
    padding: 20px;
    font-size: 1.6rem;
  }
}
.contact__form-input textarea::-webkit-input-placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
.contact__form-input textarea::-moz-placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
.contact__form-input textarea:-ms-input-placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
.contact__form-input textarea::-ms-input-placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
.contact__form-input textarea::placeholder {
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #bcbcbc;
}
@media screen and (min-width: 767px) {
  .contact__form-input textarea::-webkit-input-placeholder {
    font-size: 2rem;
  }
  .contact__form-input textarea::-moz-placeholder {
    font-size: 2rem;
  }
  .contact__form-input textarea:-ms-input-placeholder {
    font-size: 2rem;
  }
  .contact__form-input textarea::-ms-input-placeholder {
    font-size: 2rem;
  }
  .contact__form-input textarea::placeholder {
    font-size: 2rem;
  }
}
.contact__form-checkbox {
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .contact__form-checkbox {
    gap: 14px;
  }
}
.contact__form-checkbox:not(:last-child) {
  margin-bottom: 7px;
}
@media screen and (min-width: 767px) {
  .contact__form-checkbox:not(:last-child) {
    margin-bottom: 14px;
  }
}
.contact__form-agree {
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  letter-spacing: 0.06em;
  line-height: 1.9em;
}
@media screen and (min-width: 767px) {
  .contact__form-agree {
    font-size: 1.6rem;
  }
}
.contact__form-agree input[type=checkbox] {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin-right: 10px;
  border: 0.5px solid #dbdbdb;
}
@media screen and (min-width: 767px) {
  .contact__form-agree input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 20px;
  }
}
.contact__form-agree a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contact__form-agree a::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background: url("../public/icons/icon-external.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .contact__form-agree a::after {
    width: 14px;
    height: 14px;
  }
}
.contact__form-button {
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contact__form-button {
    margin-top: 70px;
  }
}
.contact__form-button button {
  width: 103px;
  height: 30px;
  margin: 0 auto;
  border-radius: 6px;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  color: #4d4449;
  font-weight: 600;
  letter-spacing: 0.36em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #b7d100;
  border: 0.5px solid #dbdbdb;
}
@media screen and (min-width: 767px) {
  .contact__form-button button {
    width: 200px;
    height: 40px;
    font-size: 2.2rem;
  }
}
.contact__form-button button:hover {
  background-color: rgba(183, 209, 0, 0.8);
}
.contact__form .contact__form--error {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.6rem;
  color: #ffb3b3;
}

.fab {
  right: 0;
  z-index: 88;
  top: 38%;
  position: fixed;
  padding: 5px 2px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  border-bottom: 5px solid #fff;
  background-color: #b7d100;
}
@media screen and (min-width: 767px) {
  .fab {
    top: unset;
    bottom: 20%;
    padding: 8px;
    border-width: 10px;
  }
}
.fab span {
  font-size: 9.73px;
  font-weight: 600;
  text-orientation: upright;
  color: #4a4a4a;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .fab span {
    font-size: 1.6rem;
  }
}
.fab::after {
  content: "";
  width: 3.98px;
  height: 8.74px;
  margin-top: 2px;
  display: inline-block;
  background: url("../public/icons/arrow-down.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .fab::after {
    width: 6px;
    height: 16px;
  }
}

.flow__wrap {
  position: relative;
  padding-block: 40px 20px;
}
@media screen and (min-width: 767px) {
  .flow__wrap {
    padding-block: 80px 40px;
  }
}
.flow__wrap::before {
  left: 0;
  right: 0;
  content: "";
  height: 40px;
  bottom: -41px;
  position: absolute;
  border-top: 2px solid #fff;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
@media screen and (min-width: 767px) {
  .flow__wrap::before {
    height: 80px;
    bottom: -81px;
  }
}
.flow__list {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .flow__list {
    gap: 32px;
    margin-bottom: 50px;
  }
}
.flow__item {
  width: 85.88px;
  height: 85.88px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.14em;
  position: relative;
  line-height: 1.4117647059em;
  border: 1px solid #b7d100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .flow__item {
    width: 160px;
    height: 160px;
    font-size: 2.5rem;
  }
}
.flow__item .float {
  right: -21px;
  bottom: -7px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: absolute;
}
@media screen and (min-width: 767px) {
  .flow__item .float {
    font-size: 2rem;
  }
}
.flow__label {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 767px) {
  .flow__label {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
.flow__label::before {
  left: 50%;
  bottom: -8px;
  content: "";
  height: 2px;
  width: 10px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #b7d100;
}
@media screen and (min-width: 767px) {
  .flow__label::before {
    width: 20px;
    height: 4px;
    bottom: -16px;
  }
}
.flow__text {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5454545455em;
}
@media screen and (min-width: 767px) {
  .flow__text {
    font-size: 2rem;
  }
}

.footer {
  color: #fff;
  padding-top: 10px;
  background-color: #4d4449;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .footer {
    padding-top: 20px;
  }
}
.footer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .footer__header {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.footer__logo {
  width: 100%;
  height: auto;
  margin-right: 20px;
  max-width: 200px;
}
@media screen and (min-width: 767px) {
  .footer__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 767px) {
  .footer__about {
    width: 50%;
  }
}
.footer__about-label {
  display: block;
  font: 500 8px "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (min-width: 767px) {
  .footer__about-label {
    font-size: 1.8rem;
  }
}
.footer__about-text {
  display: block;
  font: 700 10px "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (min-width: 767px) {
  .footer__about-text {
    font-size: 2rem;
  }
}
.footer__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__details-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font: 500 7.64px "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  line-height: 1.4285714286em;
}
@media screen and (min-width: 767px) {
  .footer__details-wrap {
    font-size: 1.7rem;
  }
}
.footer__links {
  padding-block: 5px;
  margin-block: 15px 5px;
  background-color: #5e585b;
}
@media screen and (min-width: 767px) {
  .footer__links {
    padding-block: 10px;
    margin-block: 30px 20px;
  }
}
.footer__links .container {
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .footer__links .container {
    gap: 50px;
  }
}
.footer__links a {
  letter-spacing: 0.1em;
  font: 700 8px "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (min-width: 767px) {
  .footer__links a {
    font-size: 1.6rem;
  }
}
.footer__copyright {
  font-size: 6px;
  display: block;
  text-align: center;
  padding-bottom: 5px;
  color: #a6a1a4;
}
@media screen and (min-width: 767px) {
  .footer__copyright {
    font-size: 1rem;
    padding-bottom: 10px;
  }
}

.header {
  top: 0;
  z-index: 99;
  width: 100%;
  position: fixed;
  background-color: transparent;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 14px;
  padding-inline: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .header__container {
    padding-block: 28px;
  }
}
.header__logo {
  width: auto;
  height: 10.58px;
}
@media screen and (min-width: 767px) {
  .header__logo {
    height: 22px;
  }
}

.mv {
  padding-block: 70px 65px;
  position: relative;
  background: url("../public/images/mv-background.jpg") no-repeat center/cover;
}
@media screen and (min-width: 767px) {
  .mv {
    padding-block: 130px 120px;
    background: url("../public/images/mv-background-pc.jpg") no-repeat center 29%/cover;
  }
}
.mv::before {
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, color-stop(39%, #000), to(#fff));
  background: linear-gradient(to right, #000 39%, #fff);
}
.mv__content {
  z-index: 1;
  position: relative;
}
.mv__title {
  margin-bottom: 30px;
  font-size: 35.37px;
  font-weight: 600;
  font-family: "HiraMinProN", sans-serif;
  color: #fff;
  letter-spacing: 0.12em;
  text-shadow: 4px 4px 4px #000;
  line-height: 1.2242013005em;
}
@media screen and (min-width: 767px) {
  .mv__title {
    font-size: 7.5rem;
  }
}
.mv__title .fs33 {
  font-size: 33.76px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 767px) {
  .mv__title .fs33 {
    font-size: 7.3rem;
  }
}
.mv__title .fs31 {
  font-size: 31.08px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767px) {
  .mv__title .fs31 {
    font-size: 7.1rem;
  }
}
.mv__title .fs27 {
  font-size: 27.87px;
}
@media screen and (min-width: 767px) {
  .mv__title .fs27 {
    font-size: 6.7rem;
  }
}
.mv__subtitle {
  margin-bottom: 50px;
  font-size: 15.52px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 4px 4px 4px #000;
}
@media screen and (min-width: 767px) {
  .mv__subtitle {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}
.mv__subtitle .highlight {
  font-size: 20.2px;
  font-weight: 700;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .mv__subtitle .highlight {
    font-size: 4rem;
  }
}
.mv__text {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.7716666667em;
}
@media screen and (min-width: 767px) {
  .mv__text {
    font-size: 1.6rem;
  }
}
.mv__text .highlight {
  font-size: 14px;
  font-weight: 600;
  color: #c0efff;
}
@media screen and (min-width: 767px) {
  .mv__text .highlight {
    font-size: 2rem;
  }
}
.mv__link {
  z-index: 10;
  gap: 15px;
  left: 50%;
  bottom: -25px;
  height: 50px;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
  letter-spacing: 0.12em;
  color: #4a4a4a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #fff;
  background-color: #b7d100;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 25.46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .mv__link {
    gap: 40px;
    height: 70px;
    font-size: 3.5rem;
    max-width: 420px;
    border-radius: 45px;
  }
}
.mv__link::after {
  content: "";
  width: 17px;
  height: 10px;
  background: url("../public/icons/caret-down.svg") no-repeat center/contain;
}
.mv__scroll {
  gap: 5px;
  top: 70px;
  right: -135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: absolute;
  font-size: 7px;
  font-weight: 300;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media screen and (min-width: 767px) {
  .mv__scroll {
    top: 140px;
    right: -180px;
    font-size: 1.4rem;
  }
}
.mv__scroll::after {
  content: "";
  width: 111.76px;
  height: auto;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background: url("../public/icons/scroll-arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .mv__scroll::after {
    width: 130px;
  }
}

.plan {
  color: #fff;
  padding-block: 50px 70px;
}
@media screen and (min-width: 767px) {
  .plan {
    padding-block: 100px 140px;
  }
}
.plan__wrap {
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .plan__wrap {
    margin-bottom: 100px;
  }
}
.plan__image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .plan__image {
    margin-bottom: 30px;
  }
}
.plan__image-tag {
  top: 50%;
  left: 50%;
  display: block;
  font-size: 15px;
  padding: 20px 30px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5333333333em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.65);
}
@media screen and (min-width: 767px) {
  .plan__image-tag {
    font-size: 2.5rem;
    padding: 40px 60px;
  }
}
.plan__image-tag .highlight {
  color: #b7d100;
}
.plan__text {
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6363636364em;
}
@media screen and (min-width: 767px) {
  .plan__text {
    font-size: 2.1rem;
  }
}
.plan__text .highlight {
  font-size: 15px;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .plan__text .highlight {
    font-size: 2.5rem;
  }
}
.plan__head {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .plan__head {
    margin-bottom: 2.5rem;
  }
}
.plan__label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .plan__label {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.plan__sublabel {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.7em;
}
@media screen and (min-width: 767px) {
  .plan__sublabel {
    font-size: 2rem;
  }
}
.plan__list {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .plan__list {
    gap: 40px;
  }
}
.plan__item {
  max-width: 90px;
  min-width: 90px;
}
@media screen and (min-width: 767px) {
  .plan__item {
    max-width: 150px;
    min-width: 150px;
  }
}
.plan__item-image {
  width: 100%;
  height: 80px;
  border-radius: 4.83px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .plan__item-image {
    height: 160px;
    border-radius: 8px;
  }
}
.plan__item-image--pad {
  padding-inline: 10px;
}
@media screen and (min-width: 767px) {
  .plan__item-image--pad {
    padding-inline: 20px;
  }
}
.plan__item-text {
  text-align: center;
  margin-top: 10px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.3em;
}
@media screen and (min-width: 767px) {
  .plan__item-text {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.plan__item-text .highlight {
  color: #b7d100;
}

.question {
  color: #4a4a4a;
  margin-top: -20px;
  padding-block: 50px 70px;
  background-color: #fff;
  border-radius: 21.14px 21.14px 0 0;
}
@media screen and (min-width: 767px) {
  .question {
    margin-top: -40px;
    padding-block: 100px 140px;
    border-radius: 40px 40px 0 0;
  }
}
.question__list {
  counter-reset: counter-question;
}
.question__item {
  counter-increment: counter-question;
}
.question__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .question__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.question__what {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .question__what {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.question__what::before {
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1em;
  margin-top: 3px;
  color: #b7d100;
  letter-spacing: 0.08em;
  text-wrap: nowrap;
  font-family: "DIN Condensed Bold", sans-serif;
  content: "Q. 0" counter(counter-question);
}
@media screen and (min-width: 767px) {
  .question__what::before {
    font-size: 2.5rem;
    margin-bottom: 2px;
    margin-right: 20px;
  }
}
.question__what::after {
  content: "";
  min-width: 9px;
  height: 5px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../public/icons/caret-down.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .question__what::after {
    height: 10px;
    min-width: 18px;
  }
}
.question__what--long {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .question__what--long {
    font-size: 2.3rem;
  }
}
.question__what.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.question__accordion {
  height: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.question__accordion.active {
  opacity: 1;
  height: 100%;
}
.question__answer {
  padding: 10px;
  border-radius: 3.78px;
  background-color: #ededed;
}
@media screen and (min-width: 767px) {
  .question__answer {
    padding: 20px;
    border-radius: 6px;
  }
}
.question__answer-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
@media screen and (min-width: 767px) {
  .question__answer-text {
    font-size: 2rem;
  }
}
.question__answer-text::before {
  content: "A.";
  font-size: 15px;
  margin-right: 3px;
  display: inline-block;
  font-weight: 700;
  font-family: "DIN Condensed Bold", sans-serif;
  color: #b7d100;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767px) {
  .question__answer-text::before {
    font-size: 2.5rem;
    margin-right: 6px;
  }
}

.search {
  padding-block: 70px 0;
  background-color: #4d4449;
}
@media screen and (min-width: 767px) {
  .search {
    padding-block: 140px 0;
  }
}
.search__wrap {
  gap: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 767px) {
  .search__wrap {
    gap: 28px;
    padding-bottom: 140px;
  }
}
.search__image {
  width: 100%;
  height: 152.44px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .search__image {
    height: 200px;
    max-width: 350px;
    margin-inline: auto;
  }
}
.search__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(74, 74, 74, 0.15);
}
.search__image img {
  -o-object-position: center -22px;
     object-position: center -22px;
}
.search__group-label {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .search__group-label {
    font-size: 2.4rem;
  }
}
.search__group-label .highlight {
  font-size: 17px;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .search__group-label .highlight {
    font-size: 2.7rem;
  }
}
.search__group-image {
  max-width: 220px;
  margin: 20px auto;
  height: auto;
}
@media screen and (min-width: 767px) {
  .search__group-image {
    max-width: 320px;
    margin-block: 40px;
  }
}
.search__group-text {
  text-align: center;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .search__group-text {
    font-size: 2.6rem;
    margin-bottom: 14px;
  }
}
.search__group-note {
  padding: 5px 10px;
  display: block;
  font-size: 13px;
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  letter-spacing: 0.08em;
  background-color: #b7d100;
}
@media screen and (min-width: 767px) {
  .search__group-note {
    font-size: 2.3rem;
    padding: 5px 20px;
  }
}
.search__steps {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: step-num;
}
@media screen and (min-width: 767px) {
  .search__steps {
    gap: 60px;
    margin-top: 50px;
    padding-left: 30px;
  }
}
.search__step {
  height: 40px;
  padding: 0 10px 0 20px;
  font-size: 14px;
  position: relative;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 3.75px;
  counter-increment: step-num;
  background-color: #fff;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .search__step {
    height: 58px;
    font-size: 2rem;
    border-radius: 8px;
  }
}
.search__step::before {
  top: 50%;
  left: -14px;
  font-size: 23.52px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "DIN Condensed Bold", sans-serif;
  content: "0" counter(step-num);
  width: 42.63px;
  height: 42.63px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #b7d100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .search__step::before {
    width: 75px;
    height: 75px;
    font-size: 3.3rem;
  }
}
.search__step:not(:last-child)::after {
  left: 50%;
  bottom: -19.495px;
  content: "";
  width: 15.01px;
  height: 8.99px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../public/icons/triangle-down.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .search__step:not(:last-child)::after {
    width: 30px;
    height: 16px;
    bottom: -38px;
  }
}
.search__ads {
  padding-block: 45px;
  border-radius: 21.14px 21.14px 0 0;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .search__ads {
    padding-block: 90px;
    border-radius: 40px 40px 0 0;
  }
}
.search__ads-label {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 21.65px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5454545455em;
}
@media screen and (min-width: 767px) {
  .search__ads-label {
    font-size: 3.1rem;
    margin-bottom: 20px;
  }
}
.search__ads-label .highlight {
  font-size: 26.46px;
  letter-spacing: 0.06em;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .search__ads-label .highlight {
    font-size: 3.6rem;
  }
}
.search__ads-sublabel {
  width: 100%;
  display: block;
  text-align: center;
  max-width: 323.73px;
  margin-inline: auto;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 0.75px solid #b7d100;
}
@media screen and (min-width: 767px) {
  .search__ads-sublabel {
    font-size: 2.2rem;
    padding: 10px 20px;
    max-width: 600px;
  }
}
.search__ads-sublabel--2 {
  max-width: 276px;
  font-size: 13px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 767px) {
  .search__ads-sublabel--2 {
    font-size: 2.3rem;
    max-width: 600px;
  }
}
.search__ads-image {
  width: 100%;
  max-width: 230px;
  margin-block: 15px;
  margin-inline: auto;
}
@media screen and (min-width: 767px) {
  .search__ads-image {
    max-width: 430px;
    margin-block: 30px;
  }
}
.search__ads-list {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-block: 15px 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .search__ads-list {
    gap: 60px;
    margin-block: 30px 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search__ads-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 89.95px;
  height: 89.95px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .search__ads-item {
    width: 160px;
    height: 160px;
  }
}
.search__ads-item::before {
  top: 50%;
  left: 50%;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../public/images/ads-bg-1.svg") no-repeat center/contain;
}
.search__ads-item:last-child::after {
  top: -25px;
  right: -15px;
  content: "";
  width: 33.77px;
  height: 31.49px;
  position: absolute;
  background: url("../public/icons/icon-swirl.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .search__ads-item:last-child::after {
    width: 43px;
    height: 43px;
    top: -30px;
    right: -22px;
  }
}
.search__ads-item span {
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.195625em;
}
@media screen and (min-width: 767px) {
  .search__ads-item span {
    font-size: 2.6rem;
  }
}
.search__ads-item span .fs11 {
  font-size: 11.3px;
}
@media screen and (min-width: 767px) {
  .search__ads-item span .fs11 {
    font-size: 2.1rem;
  }
}
.search__ads-item span .fs12 {
  font-size: 12.2px;
}
@media screen and (min-width: 767px) {
  .search__ads-item span .fs12 {
    font-size: 2.2rem;
  }
}
.search__ads-item span .fs12-5 {
  font-size: 12.51px;
}
@media screen and (min-width: 767px) {
  .search__ads-item span .fs12-5 {
    font-size: 2.2rem;
  }
}
.search__ads-item span .fs14 {
  font-size: 14.08px;
}
@media screen and (min-width: 767px) {
  .search__ads-item span .fs14 {
    font-size: 2.4rem;
  }
}
.search__ads-item span .fs17 {
  font-size: 17.84px;
}
@media screen and (min-width: 767px) {
  .search__ads-item span .fs17 {
    font-size: 2.7rem;
  }
}
.search__ads-item--2::before {
  background: url("../public/images/ads-bg-2.svg") no-repeat center/contain;
}
.search__ads-item--3::before {
  background: url("../public/images/ads-bg-3.svg") no-repeat center/contain;
}
.search__ads-website {
  display: block;
  text-align: center;
  font-size: 16.57px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4254677127em;
}
@media screen and (min-width: 767px) {
  .search__ads-website {
    font-size: 2.6rem;
  }
}
.search__ads-website .highlight {
  font-size: 17.68px;
  color: #b7d100;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .search__ads-website .highlight {
    font-size: 2.7rem;
  }
}
.search__ads-webimage {
  width: 100%;
  margin: 25px auto 15px;
  max-width: 327.95px;
}
@media screen and (min-width: 767px) {
  .search__ads-webimage {
    max-width: 420px;
    margin-block: 50px 30px;
  }
}

.story {
  padding-block: 50px 0;
}
@media screen and (min-width: 767px) {
  .story {
    padding-top: 100px;
  }
}
.story__image {
  width: 100%;
  height: 90px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .story__image {
    height: 180px;
  }
}
.story__image::before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(74, 74, 74, 0.15);
}
.story__record {
  margin-top: 80px;
  padding-top: 50px;
  position: relative;
  border-top: 3px solid #b7d100;
}
@media screen and (min-width: 767px) {
  .story__record {
    margin-top: 160px;
    padding-top: 100px;
  }
}
.story__record-title {
  left: 50%;
  top: -20px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.16em;
  position: absolute;
  padding-inline: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  text-wrap: nowrap;
}
@media screen and (min-width: 767px) {
  .story__record-title {
    top: -25px;
    font-size: 3.2rem;
    padding-inline: 30px;
  }
}
.story__record-header {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 767px) {
  .story__record-header {
    gap: 30px;
  }
}
.story__record-application {
  font-size: 36px;
  font-weight: 700;
  padding-top: 15px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 767px) {
  .story__record-application {
    padding-top: 5px;
    font-size: 4.6rem;
  }
}
.story__record-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1125em;
}
@media screen and (min-width: 767px) {
  .story__record-num {
    font-size: 9rem;
  }
}
.story__record-num::before {
  content: "";
  width: 95.73px;
  height: 118.04px;
  background: url("../public/images/number-7.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .story__record-num::before {
    width: 130px;
    height: 140px;
  }
}
.story__record-highlight {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .story__record-highlight {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
.story__record-list {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  .story__record-list {
    gap: 30px;
    margin-top: 100px;
  }
}
.story__record-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  font-size: 25px;
  line-height: 1.35em;
  font-weight: 600;
  text-align: center;
  border-radius: 7.27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b7d100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: -0.02em;
  background-color: #4d4449;
}
@media screen and (min-width: 767px) {
  .story__record-item {
    height: 205px;
    padding: 20px;
    font-size: 3.5rem;
    border-radius: 14px;
  }
}
.story__record-item .fs77 {
  font-size: 77px;
  line-height: 0.9220779221em;
}
@media screen and (min-width: 767px) {
  .story__record-item .fs77 {
    font-size: 8.7rem;
  }
}
.story__record-item .fs41 {
  font-size: 41px;
  line-height: 1.7317073171em;
}
@media screen and (min-width: 767px) {
  .story__record-item .fs41 {
    font-size: 5.1rem;
  }
}
.story__record-item .fs35 {
  font-size: 35px;
}
@media screen and (min-width: 767px) {
  .story__record-item .fs35 {
    font-size: 4.5rem;
  }
}
.story__record-item .fs22 {
  font-size: 22px;
}
@media screen and (min-width: 767px) {
  .story__record-item .fs22 {
    font-size: 3.2rem;
  }
}
.story__record-item .fs20 {
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .story__record-item .fs20 {
    font-size: 3rem;
  }
}
.story__record-item .fs17 {
  font-size: 17px;
}
@media screen and (min-width: 767px) {
  .story__record-item .fs17 {
    font-size: 2.7rem;
  }
}
.story__record-item .fs15 {
  font-size: 15px;
}
@media screen and (min-width: 767px) {
  .story__record-item .fs15 {
    font-size: 2.5rem;
  }
}
.story__record-label {
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "HiraKakuPro W6", sans-serif;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 767px) {
  .story__record-label {
    font-size: 2.2rem;
  }
}
.story__record-label--small {
  font-size: 9.6px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .story__record-label--small {
    font-size: 2rem;
  }
}
.story__record-mb {
  margin-bottom: -13px;
}
.story__change-title {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767px) {
  .story__change-title {
    gap: 20px;
    font-size: 3.5rem;
  }
}
.story__change-title .small {
  font-size: 12px;
  margin-bottom: -8px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .story__change-title .small {
    font-size: 2.2rem;
    margin-bottom: -4px;
  }
}
.story__change-title--white {
  color: #fff;
}
.story__before {
  margin-top: 58px;
  padding-inline: 15px;
  padding-block: 40px 70px;
  background-color: #4d4449;
  border-radius: 21.14px 21.14px 0 0;
}
@media screen and (min-width: 767px) {
  .story__before {
    margin-top: 100px;
    padding-block: 80px 140px;
    border-radius: 40px 40px 0 0;
  }
}
.story__before-images {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-block: 35px 30px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .story__before-images {
    gap: 40px;
    margin-block: 70px 60px;
  }
}
.story__before-images::before {
  right: 7px;
  top: -53px;
  content: "";
  width: 35.93px;
  height: 35.93px;
  position: absolute;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background: url("../public/icons/icon-swirl.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .story__before-images::before {
    top: -63px;
    right: 14px;
  }
}
.story__before-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}
.story__before-item {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 13px;
  padding-left: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5px solid #b7d100;
}
@media screen and (min-width: 767px) {
  .story__before-item {
    gap: 24px;
    padding-block: 26px;
    padding-left: 12px;
  }
}
.story__before-item::before {
  content: "";
  min-width: 21.41px;
  height: 21.41px;
  background: url("../public/icons/icon-cross.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .story__before-item::before {
    height: 30px;
    min-width: 30px;
  }
}
.story__before-item span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.375em;
}
@media screen and (min-width: 767px) {
  .story__before-item span {
    font-size: 2.6rem;
  }
}
.story__before-item .fs15 {
  font-size: 15px;
}
@media screen and (min-width: 767px) {
  .story__before-item .fs15 {
    font-size: 2.5rem;
  }
}
.story__after {
  margin-top: -20px;
  padding-inline: 15px;
  padding-block: 40px 70px;
  background-color: #fff;
  border-radius: 21.14px 21.14px 0 0;
}
@media screen and (min-width: 767px) {
  .story__after {
    margin-top: -40px;
    padding-inline: 15px;
    padding-block: 80px 140px;
    border-radius: 40px 40px 0 0;
  }
}
.story__after-image {
  width: 100%;
  margin-block: 10px;
}
@media screen and (min-width: 767px) {
  .story__after-image {
    margin-block: 20px;
  }
}
.story__after-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .story__after-list {
    margin-bottom: 100px;
  }
}
.story__after-item {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9px;
  padding-block: 11px;
  border-bottom: 1px solid #b7d100;
}
@media screen and (min-width: 767px) {
  .story__after-item {
    gap: 30px;
    font-size: 2.6rem;
    padding-left: 18px;
    padding-block: 22px;
  }
}
.story__after-item::before {
  content: "";
  min-width: 25.85px;
  height: 25.85px;
  background: url("../public/icons/icon-check.svg") no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .story__after-item::before {
    min-width: 40px;
    height: 40px;
  }
}
.story__after-label1 {
  display: block;
  font-size: 15.93px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767px) {
  .story__after-label1 {
    font-size: 2.5rem;
  }
}
.story__after-label2 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #b7d100;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .story__after-label2 {
    font-size: 2.8rem;
  }
}
.story__after-label3 {
  display: block;
  font-size: 14.87px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 767px) {
  .story__after-label3 {
    font-size: 2.4rem;
  }
}
.story__after-illustration {
  width: 100%;
  height: auto;
  margin: 31px auto;
  max-width: 236.89px;
}
@media screen and (min-width: 767px) {
  .story__after-illustration {
    margin-block: 60px;
    max-width: 350px;
  }
}
.story__after-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2em;
}
@media screen and (min-width: 767px) {
  .story__after-text {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
.story__after-text .highlight {
  font-size: 13px;
  font-weight: 700;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .story__after-text .highlight {
    font-size: 2.3rem;
  }
}
.story__after-note {
  font-size: 6px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767px) {
  .story__after-note {
    font-size: 1.6rem;
  }
}

.strategy {
  padding-block: 45px 60px;
}
@media screen and (min-width: 767px) {
  .strategy {
    padding-block: 80px 120px;
  }
}
.strategy__list {
  counter-reset: counter-strat;
}
.strategy__item {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: counter-strat;
}
@media screen and (min-width: 767px) {
  .strategy__item {
    gap: 30px;
  }
}
.strategy__item:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 0.5px solid #999;
}
@media screen and (min-width: 767px) {
  .strategy__item:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.strategy__image {
  height: 100px;
  min-width: 100px;
  max-width: 100px;
}
@media screen and (min-width: 767px) {
  .strategy__image {
    height: 200px;
    min-width: 200px;
    max-width: 200px;
  }
}
.strategy__group {
  width: 100%;
}
.strategy__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .strategy__label {
    margin-bottom: 20px;
  }
}
.strategy__label span {
  font-size: 19px;
  padding-bottom: 6px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #4a4a4a;
}
@media screen and (min-width: 767px) {
  .strategy__label span {
    font-size: 2.9rem;
    padding-bottom: 12px;
  }
}
.strategy__label span::before {
  content: "";
  height: 3px;
  width: 11px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #b7d100;
}
@media screen and (min-width: 767px) {
  .strategy__label span::before {
    height: 6px;
    width: 22px;
  }
}
.strategy__label::after {
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e6e6e6;
  font-family: "DIN Condensed Bold", sans-serif;
  content: "0" counter(counter-strat);
}
@media screen and (min-width: 767px) {
  .strategy__label::after {
    font-size: 6rem;
  }
}
.strategy__text {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.7777777778em;
}
@media screen and (min-width: 767px) {
  .strategy__text {
    font-size: 1.9rem;
  }
}
.strategy__end {
  margin-top: 35px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.625em;
}
@media screen and (min-width: 767px) {
  .strategy__end {
    margin-top: 60px;
    font-size: 2.6rem;
  }
}
.strategy__end .highlight {
  font-size: 21px;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .strategy__end .highlight {
    font-size: 3.1rem;
  }
}

.what {
  padding-block: 45px 70px;
  border-radius: 21.14px 21.14px 0 0;
  background-color: #4d4449;
}
@media screen and (min-width: 767px) {
  .what {
    padding-block: 80px 140px;
    border-radius: 40px 40px 0 0;
  }
}
.what__content {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7.52px;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .what__content {
    gap: 40px;
    padding: 40px 20px;
    border-radius: 14px;
  }
}
.what__image {
  min-width: 87.13px;
  max-width: 87.13px;
}
@media screen and (min-width: 767px) {
  .what__image {
    min-width: 160px;
    max-width: 160px;
  }
}
.what__image img {
  -o-object-position: top;
     object-position: top;
}
.what__image--2 {
  min-width: 98.03px;
  max-width: 98.03px;
}
@media screen and (min-width: 767px) {
  .what__image--2 {
    min-width: 180px;
    max-width: 160px;
  }
}
.what__sublabel {
  gap: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 1em;
  padding: 4px 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  font-weight: 600;
  background-color: #b7d100;
}
@media screen and (min-width: 767px) {
  .what__sublabel {
    gap: 10px 20px;
    font-size: 2.1rem;
    padding: 8px 14px;
    margin-bottom: 20px;
  }
}
.what__sublabel .small {
  font-size: 9px;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .what__sublabel .small {
    font-size: 1.9rem;
  }
}
.what__label {
  display: block;
  font-size: 13.99px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .what__label {
    font-size: 2.5rem;
    margin-bottom: 20px;
    padding-inline: 10px;
  }
}
.what__label--small {
  font-size: 13px;
  line-height: 1.3630769231em;
}
@media screen and (min-width: 767px) {
  .what__label--small {
    font-size: 2.3rem;
  }
}
.what__text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767px) {
  .what__text {
    font-size: 2rem;
    padding-inline: 10px;
  }
}
.what__message {
  display: block;
  text-align: center;
  font-size: 12.97px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
  margin-block: 20px 30px;
  line-height: 1.6153846154em;
}
@media screen and (min-width: 767px) {
  .what__message {
    font-size: 2.2rem;
    margin-block: 40px 60px;
  }
}
.what__message .highlight {
  font-size: 15.66px;
  color: #b7d100;
}
@media screen and (min-width: 767px) {
  .what__message .highlight {
    font-size: 2.5rem;
  }
}
.what__end {
  display: block;
  font-size: 18px;
  color: #fff;
  padding-block: 20px;
  text-align: center;
  margin-inline: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4172222222em;
  border-top: 1px solid #b7d100;
  border-bottom: 1px solid #b7d100;
}
@media screen and (min-width: 767px) {
  .what__end {
    font-size: 2.8rem;
    padding-block: 4rem;
    margin-inline: 20px;
  }
}
.what__end .highlight {
  color: #b7d100;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.din {
  font-family: "DIN 2014 Bold", sans-serif;
}

.mleft {
  display: inline-block;
  margin-left: -10px;
}

.mright {
  display: inline-block;
  margin-right: -10px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}