.main-container.p-front-page {
  padding-top: 0 !important;
}

.p-front-page .c-area-block:first-of-type {
  margin-top: 0;
}
.p-front-page h2, .p-front-page h3, .p-front-page h4 {
  margin: 0;
  padding: 0;
  color: #101010;
  font-style: normal;
  background-color: inherit;
  border: none;
}
.p-front-page p:not([class]) {
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 2.2;
  color: #101010;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-front-page p:not([class]) {
    line-height: 2;
    margin-top: 30px;
  }
}

.u-txt-red {
  color: #ff0000;
  font-weight: 800;
}

.u-txt-red-underline {
  color: #ff0000 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  font-weight: 800;
}

.c-btn-box {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-btn-box {
    margin-top: 30px;
  }
}
.c-btn-box .c-btn-more {
  display: inline-block;
  background: #fff;
  border: 3px solid #FE7542;
  border-radius: 100px;
  padding: 16px 80px 14px;
  font-size: clamp(1rem, 0.75vw + 0.812rem, 1.375rem);
  font-weight: 500;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .c-btn-box .c-btn-more {
    padding: 13px 40px;
    max-width: 320px;
    border-width: 2px;
  }
}
.c-btn-box .c-btn-more:hover {
  background-color: #FE7542;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.p-top-warning__h2 {
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}
.p-top-warning__h2-highlight {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
  font-size: clamp(1.875rem, 2.25vw + 1.312rem, 3rem);
  color: #ff0000;
  position: relative;
  z-index: 1;
}
.p-top-warning__h2-highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #FBD634;
  z-index: -1;
}
.p-top-warning .c-area-check__box {
  background-color: #FE7542;
}
@media screen and (max-width: 1024px) {
  .p-top-warning .c-area-check__box {
    margin-top: 25px;
  }
}
.p-top-warning .c-area-check__item {
  border: none;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.p-top-warning .c-area-check__note {
  color: #fff;
}
.p-top-warning__danger-box {
  margin-top: 40px;
  background: #FFF7C4;
  border: 1px solid #FCDB01;
  border-radius: 4px;
  padding: 40px;
}
@media screen and (max-width: 599px) {
  .p-top-warning__danger-box {
    margin-top: 30px;
    padding: 25px 20px;
  }
}
.p-top-warning__danger-title {
  font-size: clamp(1.125rem, 1vw + 0.875rem, 1.625rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
}
.p-top-warning__danger-list {
  margin-top: 30px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .p-top-warning__danger-list {
    margin-top: 20px;
  }
}
.p-top-warning__danger-list li {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-top-warning__danger-list li {
    font-size: 14px;
  }
}
.p-top-warning__danger-list li:first-child {
  margin-top: 0;
}
.p-top-warning__danger-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background: #FE7542;
  border-radius: 50%;
}

.p-top-price__h2-wrap {
  position: relative;
  margin-top: 0;
  display: block;
  width: 100%;
}
.p-top-price__h2 {
  display: block;
  background: #FBD634 !important;
  padding: 23px 40px 20px !important;
  border-radius: 100px;
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  font-weight: 800;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-top-price__h2 {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .p-top-price__h2 {
    padding: 15px 25px 13px !important;
  }
}
.p-top-price__char {
  position: absolute;
  right: 0;
  top: 22px;
  width: 148px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-top-price__char {
    display: none;
  }
}
.p-top-price__intro {
  padding-right: 200px;
}
@media screen and (max-width: 1024px) {
  .p-top-price__intro {
    padding-right: 0;
  }
}
.p-top-price__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-price__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-price__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.p-top-price__item {
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-top-price__item {
    margin-top: 15px;
  }
  .p-top-price__item:first-child {
    margin-top: 0;
  }
}
.p-top-price__body {
  background: #FFF8E3;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top-price__body {
    padding: 15px 15px 12px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-price__body {
    background: inherit;
    padding: 15px 40px 0;
  }
}
.p-top-price__img {
  width: 100%;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .p-top-price__img {
    width: 70%;
    margin: 0 auto;
  }
}
.p-top-price__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-price__bee-name {
  font-size: clamp(1rem, 0.5vw + 0.875rem, 1.25rem);
  font-weight: 500;
}
.p-top-price__danger {
  margin-top: 15px;
  font-size: clamp(1rem, 0.5vw + 0.875rem, 1.25rem);
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-top-price__danger {
    margin-top: 7px;
  }
}
.p-top-price__stars {
  color: #FE7542;
}
.p-top-price__desc {
  margin-top: 15px;
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .p-top-price__desc {
    line-height: 1.8;
    margin-top: 7px;
  }
}
.p-top-price__amount {
  margin-top: 15px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #ff0000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-price__amount {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-price__amount {
    margin-top: 10px;
  }
}
.p-top-price__amount span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-top-price__amount span {
    font-size: 15px;
  }
}
.p-top-price__notes {
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 2.2;
  color: #5A5A5A;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .p-top-price__notes {
    line-height: 2;
    margin-top: 20px;
  }
}
.p-top-price__btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-top-price__btn-wrap {
    margin-top: 30px;
  }
}
.p-top-price__btn {
  display: inline-block;
  padding: 18px 80px;
  border: 3px solid #FE7542;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 900;
  color: #101010;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .p-top-price__btn {
    padding: 15px 40px;
    font-size: 18px;
  }
}
.p-top-price__btn:hover {
  background-color: #FE7542;
  color: #fff;
}

.p-top-reasons__inner {
  position: relative;
  border: solid 8px #FE7542;
  border-radius: 6px;
  padding: 110px 40px 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-reasons__inner {
    border-width: 4px;
    padding: 95px 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-reasons__inner {
    margin-top: 40px;
    padding: 80px 20px 30px;
  }
}
.p-top-reasons__h2 {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background-color: #FE7542 !important;
  color: #fff !important;
  padding: 20px 30px 18px !important;
  border-radius: 0 0 20px 20px !important;
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-reasons__h2 {
    width: 80%;
    top: -4px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-reasons__h2 {
    padding: 18px 20px 15px !important;
  }
}
.p-top-reasons__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 27px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .p-top-reasons__list {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-reasons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 (max-width: 599px) {
  .p-top-reasons__item {
    display: block;
  }
}
.p-top-reasons__img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-top-reasons__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}
@media screen and (max-width: 599px) {
  .p-top-reasons__img {
    width: 100%;
  }
}
.p-top-reasons__img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  .p-top-reasons__img img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-top-reasons__text {
  margin-top: 23px;
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-top-reasons__text {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-reasons__text {
    margin-top: 15px;
    line-height: 1.8;
    margin-left: 0;
  }
}

.p-top-steps__h2 {
  padding: 15px 20px 13px !important;
  border-top: 3px solid #129E3C !important;
  border-bottom: 3px solid #129E3C !important;
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-top-steps__h2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
}
.p-top-steps__lead {
  margin-top: 35px;
  font-size: clamp(1.125rem, 0.75vw + 0.938rem, 1.5rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-top-steps__lead {
    margin-top: 30px;
  }
}
.p-top-steps__lead + p {
  margin-top: 20px !important;
}
.p-top-steps__list {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-top-steps__list {
    margin-top: 30px;
  }
}
.p-top-steps__item {
  position: relative;
  margin-top: 55px;
}
.p-top-steps__item:first-child {
  margin-top: 0;
}
.p-top-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #FFC8B4;
}
@media screen and (max-width: 599px) {
  .p-top-steps__item:not(:last-child)::after {
    border-width: 15px;
  }
}
.p-top-steps__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F8F8F8;
  border: 1px solid #FE7542;
  border-radius: 4px;
  padding: 45px 40px 40px 45px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-top-steps__card {
    display: block;
    padding: 35px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-steps__card {
    padding: 30px 20px 25px;
  }
}
.p-top-steps__img-wp {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-steps__img-wp {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .p-top-steps__img-wp {
    width: 75%;
  }
}
.p-top-steps__img-wp img {
  width: 100%;
  height: auto;
}
.p-top-steps__label {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 70px;
  height: 70px;
  background: #FE7542;
  color: #fff;
  border-radius: 50%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .p-top-steps__label {
    top: -15px;
    left: -50px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-steps__label {
    width: 50px;
    height: 50px;
    font-size: 24px;
    top: -10px;
    left: -24px;
  }
}
.p-top-steps__label span {
  display: inline-block;
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .p-top-steps__label span {
    font-size: 12px;
  }
}
.p-top-steps__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-steps__body {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-steps__body {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-steps__body {
    margin-top: 20px;
  }
}
.p-top-steps__h3 {
  font-size: clamp(1.062rem, 0.625vw + 0.906rem, 1.375rem);
  font-weight: 600;
  color: #FE7542 !important;
  line-height: 1.7;
}
.p-top-steps__desc {
  margin-top: 15px;
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-top-steps__desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-steps__desc {
    line-height: 1.8;
  }
}

.p-top-quality {
  background-color: #FFF8E3;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-quality {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-quality {
    padding: 20px;
  }
}
.p-top-quality__inner {
  text-align: center;
}
.p-top-quality__h2 {
  border: solid 3px #F68798 !important;
  background: #fff !important;
  padding: 20px 20px 18px !important;
  border-radius: 100px;
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .p-top-quality__h2 {
    padding: 12px 25px;
  }
}
.p-top-quality__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .p-top-quality__list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-quality__list {
    margin-top: 30px;
    gap: 20px;
  }
}
.p-top-quality__item {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: left;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 599px) {
  .p-top-quality__item {
    padding: 20px;
  }
}
.p-top-quality__h3 {
  font-size: clamp(1.062rem, 0.375vw + 0.969rem, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-top-quality__h3 .u-txt-accent {
  color: #F68798;
}
.p-top-quality__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
  color: #101010;
}
@media screen and (max-width: 1024px) {
  .p-top-quality__text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-quality__text {
    font-size: 15px;
  }
}

.p-top-column__h2 {
  position: relative;
  padding: 20px 30px 30px 20px !important;
  background-color: #FCE5E9 !important;
  font-weight: 800;
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  line-height: 1.5;
  text-align: center;
  width: calc(100% - 10px);
  margin-left: 10px !important;
}
@media screen and (max-width: 599px) {
  .p-top-column__h2 {
    padding: 15px 30px 20px !important;
  }
  .p-top-column__h2::before {
    top: 6px;
    left: 6px;
  }
}
.p-top-column__h2::before {
  content: "";
  position: absolute;
  inset: -10px 10px 10px -10px;
  border: solid 2px #707070;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .p-top-column__h2::before {
    inset: -6px 6px 6px -6px;
  }
}
.p-top-column__block {
  margin-top: 40px;
}
.p-top-column__block:first-child {
  margin-top: 30px;
}
.p-top-column__h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.062rem, 0.625vw + 0.906rem, 1.375rem);
  font-weight: 700;
  padding-left: 25px !important;
}
@media screen and (max-width: 1024px) {
  .p-top-column__h3 {
    text-align: left;
  }
}
.p-top-column__h3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #FE7542;
}
.p-top-column__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-column__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-column__list {
    gap: 30px;
  }
}
.p-top-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-column__h4 {
  display: block;
  color: #E0A4AD !important;
  font-style: italic !important;
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  font-weight: 500;
  line-height: 1.6;
}
.p-top-column__card {
  margin-top: 15px;
  text-decoration: none;
  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-positive: 1;
          flex-grow: 1;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top-column__card:hover {
  opacity: 0.7;
}
.p-top-column__card.last-card {
  margin-top: 0;
}
.p-top-column__card-inner {
  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-positive: 1;
          flex-grow: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-top-column__card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 599px) {
  .p-top-column__card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-column__img-wp {
  width: 100%;
  aspect-ratio: 16/11;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-top-column__img-wp {
    width: 40%;
    border-radius: 6px 0 0 6px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-column__img-wp {
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
}
.p-top-column__img-wp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-column__title-wp {
  padding: 20px 20px 23px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-column__title-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}
.p-top-column__title {
  display: block;
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 599px) {
  .p-top-column__title {
    line-height: 1.8;
  }
}

.p-top-faq__inner {
  background-color: #FDFBF2;
  border: 2px dashed #129E3C;
  padding: 40px 40px 35px;
}
@media screen and (max-width: 599px) {
  .p-top-faq__inner {
    padding: 30px 20px;
  }
}
.p-top-faq__h2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #129E3C !important;
  color: #fff !important;
  border-radius: 50px;
  padding: 20px 30px 17px !important;
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  font-weight: 800;
}
.p-top-faq__list {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-top-faq__list {
    margin-top: 20px;
  }
}
.p-top-faq__item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #A7A7A7;
}
.p-top-faq__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.p-top-faq__q, .p-top-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top-faq__a {
  margin-top: 20px;
}
.p-top-faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-right: 15px;
}
.p-top-faq__icon--q {
  background-color: #129E3C;
  color: #fff;
}
.p-top-faq__icon--a {
  background-color: #FE7542;
  color: #fff;
}
.p-top-faq__q-text {
  color: #129E3C;
  font-weight: 500;
  font-size: clamp(0.938rem, 0.875vw + 0.719rem, 1.375rem);
  line-height: 1.6;
}
.p-top-faq__a-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-faq__a-text {
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .p-top-faq__a-text {
    line-height: 1.8;
  }
}
.p-top-faq__a-text .u-txt-orange {
  color: #FE7542;
  font-weight: 500;
}

.p-top-benefit__inner {
  border: 4px solid #FE7542;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}
.p-top-benefit__h2 {
  display: block;
  background-color: #FE7542 !important;
  color: #fff !important;
  margin: 0;
  padding: 22px 20px !important;
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .p-top-benefit__h2 {
    padding: 15px 10px;
  }
}
.p-top-benefit__body {
  padding: 30px 40px 40px;
}
@media screen and (max-width: 599px) {
  .p-top-benefit__body {
    padding: 20px 20px 30px;
  }
}
.p-top-benefit__lead, .p-top-benefit__desc {
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 2;
}
.p-top-benefit__line {
  margin-top: 30px;
  border-top: 1px dashed #707070;
}
.p-top-benefit__main {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-top-benefit__main {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .p-top-benefit__main {
    margin-top: 30px;
  }
}
.p-top-benefit__price-wp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
}
@media screen and (max-width: 1024px) {
  .p-top-benefit__price-wp {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p-top-benefit__price-wp {
    text-align: center;
  }
}
.p-top-benefit__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FF0000;
  line-height: 1;
}
.p-top-benefit__price .num {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 90px;
  font-weight: 800;
  font-style: italic;
}
.p-top-benefit__price .unit-box {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 10px;
  padding-bottom: 0.75em;
}
.p-top-benefit__price .tax {
  font-size: clamp(1.125rem, 0.5vw + 1rem, 1.313rem);
  font-weight: 700;
  line-height: 1;
}
.p-top-benefit__price .yen {
  margin-top: 7px;
  font-size: clamp(2.25rem, 0.5vw + 2.125rem, 2.5rem);
  font-weight: 800;
  line-height: 1;
}
.p-top-benefit__note {
  margin-top: 20px;
  font-size: clamp(0.938rem, 0.125vw + 0.906rem, 1rem);
  line-height: 1.6;
  color: #606060;
}
@media screen and (max-width: 599px) {
  .p-top-benefit__note {
    margin-top: 10px;
  }
}
.p-top-benefit__desc-wp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .p-top-benefit__desc-wp {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-benefit__desc-wp {
    margin-top: 25px;
  }
}
.p-top-benefit__info {
  margin-top: 30px;
  background-color: #FEF7E5;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 (max-width: 1024px) {
  .p-top-benefit__info {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .p-top-benefit__info {
    padding: 25px 15px;
    margin-top: 30px;
  }
}
.p-top-benefit__info-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .p-top-benefit__info-card {
    text-align: center;
  }
}
.p-top-benefit__card-logos {
  display: block;
  max-width: 376px;
}
@media screen and (max-width: 599px) {
  .p-top-benefit__card-logos {
    margin: 0 auto;
    width: 100%;
  }
}
.p-top-benefit__card-logos img {
  width: 100%;
  height: auto;
}
.p-top-benefit__info-text {
  margin-top: 12px;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .p-top-benefit__info-text {
    margin-top: 15px;
    text-align: left;
  }
}
.p-top-benefit__info-point {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 344px;
          flex: 0 0 344px;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .p-top-benefit__info-point {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-top-benefit__info-point {
    margin-top: 25px;
  }
}
.p-top-benefit__point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 22px 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  .p-top-benefit__point-box {
    padding: 15px 20px;
  }
}
.p-top-benefit__point-logos {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  line-height: 0;
}
.p-top-benefit__point-logos img {
  width: 100%;
  height: auto;
}
.p-top-benefit__point-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  margin-left: 25px;
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .p-top-benefit__point-text {
    line-height: 1.5;
  }
}
.p-top-benefit__point-text .r-point {
  color: #BF0000;
}
.p-top-benefit__point-text .v-point {
  color: #004098;
}

.p-top-area__h2 {
  position: relative;
  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;
  background-color: #129E3C !important;
  color: #fff !important;
  border-radius: 4px;
  min-height: 94px;
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.875rem);
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .p-top-area__h2 {
    min-height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-area__h2 {
    min-height: 64px;
  }
}
.p-top-area__h2-icon {
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 80%;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .p-top-area__h2-icon {
    left: 15px;
    height: 80%;
  }
}
.p-top-area__content {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .p-top-area__content {
    margin-top: 30px;
  }
}
.p-top-area__block {
  margin-top: 40px;
}
.p-top-area__block:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .p-top-area__block {
    margin-top: 30px;
  }
}
.p-top-area__h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.938rem, 0.625vw + 0.781rem, 1.25rem);
  font-weight: 600;
  padding-left: 15px !important;
  position: relative;
}
.p-top-area__h3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 1.2em;
  background-color: #89D6A0;
}
@media screen and (max-width: 599px) {
  .p-top-area__h3::before {
    width: 4px;
  }
}
.p-top-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-top-area__list {
    margin-top: 10px;
  }
}
.p-top-area__list li {
  margin-right: 45px;
}
@media screen and (max-width: 1024px) {
  .p-top-area__list li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-area__list li {
    margin-top: 10px;
    margin-right: 30px;
  }
}
.p-top-area__list li:last-child {
  margin-right: 0;
}
.p-top-area__list li a {
  text-decoration: underline;
  font-size: clamp(0.875rem, 0.5vw + 0.75rem, 1.125rem);
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top-area__list li a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=front-page.css.map */