@charset "UTF-8";
html {
  overflow-x: hidden !important;
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.8433179724vw;
  }
}
@media (min-width: 868px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #202938;
  background-color: #F6F6F4;
  overflow-x: hidden;
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*not found
@font-face {
  font-family: "Hiragino Mincho ProN";
  src: url("./../fonts/hiragino_w3.ttc");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Hiragino Mincho ProN";
  src: url("./../fonts/hiragino_w6.ttc");
  font-weight: 600;
  font-style: normal;
}*/
@font-face {
  font-family: "Airai";
  src: url("./../fonts/Airal.ttf");
  font-weight: 700;
  font-style: normal;
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-cta {
  background: linear-gradient(98deg, #FF9B1D 4.14%, #FC6F6A 107.85%);
  padding-top: 3.125rem;
  padding-bottom: 4.8125rem;
  overflow-x: hidden;
  padding-top: 7.25rem;
  margin-top: -10.25rem;
}
@media screen and (min-width: 768px) {
  .l-cta {
    margin-top: 0;
    padding-top: 3.125rem;
  }
}

.l-header {
  position: fixed;
  top: myrem(25);
  z-index: 1000000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-inner {
  width: 100%;
  padding-right: 1.4375rem;
  padding-left: 1.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 868px;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.c-blur {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 244, 0)), color-stop(52.98%, #F6F6F4));
  background: linear-gradient(180deg, rgba(246, 246, 244, 0) 0%, #F6F6F4 52.98%);
  width: 100%;
  height: 6.9375rem;
  display: block;
  position: relative;
  margin-top: -6.9375rem;
}
@media screen and (min-width: 768px) {
  .c-blur {
    height: 19.125rem;
    margin-top: -11.875rem;
  }
}

.c-cta {
  background: linear-gradient(98deg, #FF9B1D 4.14%, #FC6F6A 107.85%);
  padding-top: 3.125rem;
  padding-bottom: 4.8125rem;
  overflow-x: hidden;
}

.c-cta__inner {
  padding-left: 1.3125rem;
  padding-right: 0.9375rem;
  position: relative;
  max-width: 31.25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-cta__inner {
    padding: 0 1.5625rem;
    max-width: 53.125rem;
    width: 100%;
    margin-inline: auto;
  }
}

.c-cta__title {
  font-family: "Hiragino Mincho ProN";
  font-weight: 600;
  color: #fff;
  font-size: 1.625rem;
  text-align: center;
  line-height: 35px;
  letter-spacing: 1.31px;
  position: relative;
  padding-bottom: 0.75rem;
  border-bottom: 1.5px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-cta__title {
    font-size: 2.5rem;
    padding-bottom: 0.8125rem;
    border-bottom: 2.5px solid #fff;
  }
}

.c-cta__title::before,
.c-cta__title::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.0625rem;
  width: 1.4375rem;
  height: 1.0625rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.c-cta__title::before {
  background: #fff;
}

.c-cta__title::after {
  bottom: -0.875rem;
  background: #FE893F;
}
@media screen and (min-width: 768px) {
  .c-cta__title::after {
    bottom: -0.75rem;
  }
}

.p-cta__title-small {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__title-small {
    font-size: 2.1875rem;
  }
}

.c-cta__sub-title {
  font-family: "Hiragino Mincho ProN";
  font-weight: 600;
  color: #fff;
  font-size: 1.1875rem;
  text-align: center;
  line-height: 1.3157894737;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-cta__sub-title {
    font-size: 1.6875rem;
    line-height: 1.4074074074;
  }
}

.c-cta__content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-cta__content {
    margin-top: 1.875rem;
  }
}

.c-cta__content-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-cta__content-textarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.c-cta__content-text {
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.125rem 0.625rem;
  line-height: 1.3888888889;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FF9C1E;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-cta__content-text {
    font-size: 1.8125rem;
    line-height: 1.3793103448;
    padding: 0.40625rem 1rem;
  }
}

.c-cta__btn {
  margin-top: 0.625rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    margin-top: 1.125rem;
  }
}

.c-cta__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9px;
  background: #3ABA26;
  padding: 0.4375rem 0.6875rem 0.375rem 0.75rem;
  min-width: 16.125rem;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 700;
  position: relative;
  line-height: 1.0869565217;
  -webkit-box-shadow: 0 5px 0 #3B8C43;
          box-shadow: 0 5px 0 #3B8C43;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-cta__link {
    font-size: 2.5rem;
    min-width: 34rem;
    line-height: 1.5;
    padding: 0.21875rem 1.25rem 0.28125rem 1.25rem;
    -webkit-box-shadow: 0 8px 0 #3B8C43;
            box-shadow: 0 8px 0 #3B8C43;
  }
}

.c-cta__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .c-cta__link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
    opacity: 1;
  }
}

.c-cta__link::before {
  content: "";
  background: url("./../images/line.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.6875rem;
  height: 2.6875rem;
  display: inline-block;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-cta__link::before {
    width: 2.875rem;
    height: 2.875rem;
    margin-right: 0.5625rem;
  }
}

.c-cta__tel {
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.05px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-cta__tel {
    font-size: 2.8125rem;
    margin-top: 0.6875rem;
  }
}

.c-cta__tel::before {
  content: "";
  background: url("./../images/tel.webp");
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-cta__tel::before {
    width: 2.6875rem;
    height: 2.6875rem;
    margin-right: 0.625rem;
  }
}

.c-cta__img {
  position: absolute;
  right: 0;
  bottom: -4.8125rem;
  max-width: 11.8125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta__img {
    max-width: 25.875rem;
    right: -1.875rem;
  }
}

.c-cta__img img {
  aspect-ratio: 189/285;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-cta__img img {
    aspect-ratio: 414/332;
  }
}

.c-gold {
  max-width: 6.375rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-gold {
    max-width: 12.5rem;
  }
}

.c-gold img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-gold__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5625rem;
  font-family: "Hiragino Mincho ProN";
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-gold__text {
    font-size: 3.125rem;
  }
}

.c-gold__text--small {
  line-height: 1.125;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  letter-spacing: 0;
  width: 100%;
  color: rgb(32, 41, 56);
}
@media screen and (min-width: 768px) {
  .c-gold__text--small {
    font-size: 1.875rem;
  }
}

.c-gold__text--small > span {
  display: inline-block;
  margin-left: 0.9375rem;
}

.c-gold__text--free {
  display: block;
}

.c-gold__text--mid {
  font-size: 1.25rem;
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  .c-gold__text--mid {
    font-size: 2.5rem;
    letter-spacing: -6px;
  }
}

.c-golds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 20.25rem;
  width: 100%;
  margin-inline: auto;
  gap: 0.496875rem;
}
@media screen and (min-width: 768px) {
  .c-golds {
    max-width: 41.0625rem;
  }
}

.c-top-btn {
  display: inline-block;
  min-width: 15.9375rem;
  background: linear-gradient(98deg, #FF9B1D 4.14%, #FC6F6A 107.85%);
  -webkit-box-shadow: 0px 2.597px 6.492px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 2.597px 6.492px 0px rgba(0, 0, 0, .25);
  border-radius: 24.993px;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.6875rem 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 768px) {
  .c-top-btn {
    max-width: 24.625rem;
    width: 100%;
    font-size: 1.8125rem;
    border-radius: 38px;
    padding: 1.0625rem 1.875rem;
  }
}

.c-top-btn::after {
  content: "";
  background: url("./../images/arrow.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.5rem;
  height: 0.75rem;
  display: block;
  margin-left: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-top-btn::after {
    width: 0.8125rem;
    height: 1.25rem;
    margin-left: 1.0625rem;
  }
}

.p-sub-btn {
  text-align: center;
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-btn {
    margin-top: 8.8125rem;
  }
}

.p-footer {
  background-color: #202938;
  padding-top: 3.5rem;
  padding-bottom: 2.375rem;
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__links {
    gap: 0.6875rem;
    padding-bottom: 2.8125rem;
  }
}

.p-footer__btn {
  text-align: center;
}

.p-footer__link {
  color: #fff;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: 1.375rem;
  }
}

.p-footer__links::after {
  content: "";
  width: 80.5333333333%;
  height: 1.3px;
  background-color: #fff;
  display: block;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__links::after {
    width: 47.5625rem;
    margin-top: 4.3125rem;
  }
}

.p-footer__copy {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 1.25rem;
  }
}

.p-fq {
  padding-top: 3.8125rem;
  padding-bottom: 5.6875rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-fq {
    padding-top: 10.125rem;
    padding-bottom: 11.375rem;
  }
}

.p-fq__title {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fq__title {
    font-size: 3.75rem;
  }
}

.p-fq__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-fq__contents {
    gap: 1.875rem;
    margin-top: 3.5rem;
  }
}

.p-fq__content {
  border-radius: 20px;
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  background: #F5F5F5;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-fq__content {
    max-width: none;
  }
}

.p-fq__header {
  background: #202938;
  border-radius: 7.974px 7.974px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-fq__header {
    border-radius: 20px 20px 0px 0px;
    padding: 0.75rem 1.5rem;
  }
}

.p-fq__header span {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fq__header span {
    font-size: 1.875rem;
  }
}

.p-fq__header-text {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
@media screen and (min-width: 768px) {
  .p-fq__header-text {
    font-size: 1.875rem;
    line-height: 1.1428571429;
    letter-spacing: 1.5px;
    line-height: 1;
    -webkit-transform: translateX(1.5625rem);
            transform: translateX(1.5625rem);
  }
}

.p-fq__header span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 50%;
  margin-right: 0.3125rem;
  background: linear-gradient(98deg, #FF9B1D 4.14%, #FC6F6A 107.85%);
}
@media screen and (min-width: 768px) {
  .p-fq__header span::before {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0.5rem;
  }
}

.p-fq__body {
  padding: 0.75rem 0.875rem 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-fq__body {
    padding: 1.1875rem 2.25rem 1rem;
  }
}

.p-fq__body-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-fq__body-text {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

.p-fv {
  background-image: url("./../images/fv-sp.webp");
  width: 100%;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30.5rem;
  position: relative;
}
.p-fv2 {
  background-image: url("./../images/fv-sp2.webp");
  width: 100%;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30.5rem;
  position: relative;
}
.p-fv3 {
  background-image: url("./../images/fv-sp3.webp");
  width: 100%;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: 42.8125rem;
    background-image: url("./../images/fv-pc.webp");
    background-position: top;
    overflow: hidden;
  }
  .p-fv2 {
    height: 42.8125rem;
    background-image: url("./../images/fv-pc2.webp");
    background-position: top;
    overflow: hidden;
  }
  .p-fv3 {
    height: 42.8125rem;
    background-image: url("./../images/fv-pc3.webp");
    background-position: top;
    overflow: hidden;
  }
}

.p-fv__sub-text {
  line-height: 1.65;
  position: absolute;
  top: 9.375rem;
  left: 34%;
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: 2.5px;
}
@media screen and (min-width: 768px) {
  .p-fv__sub-text {
    font-size: 2.8125rem;
    left: 43%;
    top: 12.8125rem;
  }
}

.p-fv__sub-text--small {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__sub-text--small {
    font-size: 2.5rem;
  }
}

.p-fv__sub-text--dot {
  position: relative;
}

.p-fv__sub-text--dot::before {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: radial-gradient(circle 5px, #202938 50%, transparent 50%);
}
.p-fv__sub-text::after {
  content: "";
  background-color: #202938;
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__sub-text::after {
    width: 115%;
    -webkit-transform: translateX(-26px);
            transform: translateX(-26px);
  }
}

.p-fv__sub-text::before {
  content: "";
  background-color: #202938;
  display: inline-block;
  width: 1.25rem;
  height: 2px;
  position: absolute;
  left: -1rem;
  bottom: -0.4375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-fv__sub-text::before {
    width: 5.75rem;
    left: -24.8%;
    bottom: -2rem;
  }
}

.p-fv__main-textarea {
  position: absolute;
  top: calc(50% + 4.0625rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 37.5rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv__main-textarea {
    top: calc(50% + 3.125rem);
    left: calc(50% + 8.4375rem);
  }
}

.p-fv__main-text {
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1.32;
  padding: 0 0.625rem;
  position: relative;
  margin-bottom: 0.3125rem;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (min-width: 768px) {
  .p-fv__main-text {
    font-size: 3rem;
    background-color: rgba(255, 255, 255, .9);
  }
}

.p-fv__main-text::before {
  content: "";
  width: 110%;
  height: 2.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background-image: url("./../images/blur.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-fv__main-text::before {
    content: none;
  }
}

.p-fv__main-text span {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__main-text span {
    font-size: 2.5rem;
  }
}

.p-fv_main-title {
  font-size: 2.1875rem;
  font-weight: 900;
  background-color: rgba(255, 255, 255, .9);
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.5;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  letter-spacing: 1.75px;
  padding: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-fv_main-title {
    font-size: 3.125rem;
    letter-spacing: 2.5px;
    margin-right: -0.0625rem;
    padding-left: 0.625rem;
  }
}

.p-fv__main-text--orange {
  background: linear-gradient(94deg, #FF9B1D 5.41%, #FC6F6A 56.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__main-text--orange {
    font-size: 3.4375rem;
  }
}

.p-fv_main-title--small {
  font-size: 1.875rem;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-fv_main-title--small {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
}

.p-header {
  width: 100%;
  height: 5rem;
}

.p-header__inner {
  height: inherit;
}
.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__logo {
  height: inherit;
}

.p-header__link {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 900;
  height: inherit;
  display: grid;
  place-items: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    font-size: 2.1875rem;
    line-height: 0.3777777778;
  }
}

.p-header__line {
  background: linear-gradient(93deg, #2CCA13 6.42%, #009C48 100%);
  -webkit-box-shadow: 0px 1.986px 4.965px 0px rgba(0, 0, 0, .15);
          box-shadow: 0px 1.986px 4.965px 0px rgba(0, 0, 0, .15);
  border-radius: 14px;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.1875rem 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (min-width: 768px) {
  .p-header__line {
    line-height: 1.4333333333;
    font-size: 1.875rem;
    border-radius: 28.5px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .15);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .15);
    padding: 0.4375rem 1.375rem;
  }
}

.p-header__line::before {
  content: "";
  background: url("./../images/line.webp");
  width: 1.0625rem;
  height: 1.0625rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-header__line::before {
    width: 2.125rem;
    height: 2.125rem;
    margin-right: 0.3125rem;
  }
}

.p-office {
  padding-top: 5.6875rem;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-office {
    padding-top: 8.375rem;
    padding-bottom: 10.875rem;
  }
}

.p-office__title {
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-office__title {
    font-size: 3.75rem;
    text-align: left;
  }
}

.p-office__contents {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-office__contents {
    margin-top: 3.75rem;
  }
}

.p-office__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #202938;
}

.p-office__content:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-office__content:not(:first-child) {
  padding-top: 0.75rem;
}

.p-office__term {
  width: 7.5rem;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-office__term {
    width: 18.3125rem;
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}

.p-office__dis {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.8125rem;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-office__dis {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.c-map iframe {
  width: 15.1875rem;
  height: 5.8125rem;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
}
@media screen and (min-width: 768px) {
  .c-map iframe {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 29.5rem;
    width: 100%;
    height: 12.9375rem;
  }
}

.p-office__dis {
  line-height: 2;
}

.p-office__dis-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-office__dis-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.p-office__content:nth-child(4) .p-office__dis {
  margin-right: 5.6875rem;
}
@media screen and (min-width: 768px) {
  .p-office__content:nth-child(4) .p-office__dis {
    margin-right: 1.75rem;
  }
}

.p-office__dis-img {
  max-width: 5rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-office__dis-img {
    max-width: 10.8125rem;
  }
}

.p-office__dis-img img {
  aspect-ratio: 80/64;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-office__dis-img img {
    aspect-ratio: 173/143;
  }
}

.l-map {
  margin-top: 0.3125rem;
}

.c-map {
  width: 16.25rem;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media screen and (min-width: 768px) {
  .c-map {
    width: 29.5rem;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

.c-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 243/98;
}

.p-read {
  position: relative;
  margin-top: -3rem;
  padding-bottom: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-read {
    z-index: 1111;
    margin-top: -14.5rem;
    padding-bottom: 4.0625rem;
  }
}

.p-read__inner {
  padding: 0 1.5625rem;
}

.p-read__list {
  padding: 1.25rem 0.9375rem;
  border: 2px solid rgb(32, 41, 56);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  position: relative;
  max-width: 46.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-read__list {
    padding: 1.25rem 1.4375rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

.p-read__list::before {
  content: "";
  width: 2px;
  height: 3.5625rem;
  background-color: #202938;
  position: absolute;
  top: -3.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-read__list::before {
    left: calc(50% + 10.1875rem);
    height: 6.5625rem;
    top: -6.5625rem;
  }
}

.p-read__item {
  padding: 0.25rem 0.375rem;
  text-align: center;
  background-color: #363F4E;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-read__item {
    font-size: 1.4375rem;
  }
}

.p-read__item:first-child {
  grid-area: 1/1/2/3;
}
@media screen and (min-width: 768px) {
  .p-read__item:first-child {
    grid-area: 1/1/2/4;
  }
}

.p-read__item:nth-child(2) {
  grid-area: 1/3/2/5;
}
@media screen and (min-width: 768px) {
  .p-read__item:nth-child(2) {
    grid-area: 1/4/2/7;
  }
}

.p-read__item:nth-child(3) {
  grid-area: 1/5/2/7;
}
@media screen and (min-width: 768px) {
  .p-read__item:nth-child(3) {
    grid-area: 1/7/2/10;
  }
}

.p-read__item:nth-child(4) {
  grid-area: 2/1/3/4;
}
@media screen and (min-width: 768px) {
  .p-read__item:nth-child(4) {
    grid-area: 2/1/3/5;
  }
}

.p-read__item:nth-child(5) {
  grid-area: 2/4/3/7;
}
@media screen and (min-width: 768px) {
  .p-read__item:nth-child(5) {
    grid-area: 2/5/3/9;
  }
}

.p-read__item:nth-child(6) {
  grid-area: 3/1/4/4;
}
@media screen and (min-width: 768px) {
  .p-read__item:nth-child(6) {
    grid-area: 2/5/3/9;
    grid-area: 2/9/3/13;
  }
}

.p-read__item:nth-child(7) {
  grid-area: 3/4/4/7;
}
@media screen and (min-width: 768px) {
  .p-read__item:nth-child(7) {
    grid-area: 1/10/2/13;
  }
}

.p-read__golds {
  position: absolute;
  z-index: 11;
  top: calc(50% + 106px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-read__golds {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 4.875rem;
  }
}

.p-read__back {
  width: 130%;
  height: 100px;
  position: relative;
  left: 50%;
  top: 7px;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #F6F6F4;
  border-bottom-left-radius: 1000px 500px;
  border-bottom-right-radius: 1000px 500px;
}
@media screen and (min-width: 768px) {
  .p-read__back {
    display: none;
  }
}

.p-section1 {
  background-image: url("./../images/section1-back.webp");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.9375rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-section1 {
    padding: 4.4375rem 0 6.4375rem;
    background-image: url("./../images/section1-back-pc.webp");
  }
}

.p-section1__title {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section1__title {
    font-size: 3.125rem;
    line-height: 1.44;
  }
}

.p-section1__title span {
  font-size: 1.875rem;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(4.5px 4.5px at center center, #fff, #fff 100%, transparent, transparent);
  padding-top: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-section1__title span {
    font-size: 3.75rem;
  }
}

.p-section1__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-section1__list {
    margin-top: 2.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-section1__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
    justify-items: center;
  }
}

.p-section1__item {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.2941176471;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.0625rem 0.6875rem 1.0625rem;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-section1__item {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

.p-section1__item::before {
  content: "";
  background: url("./../images/check.webp");
  width: 2.125rem;
  height: 1.875rem;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section1__item::before {
    margin-right: 1.0625rem;
    width: 2.5rem;
    height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section1__list > :last-child:nth-child(odd) {
    grid-column: span 2;
  }
}

.p-section2 {
  padding-top: 4.3125rem;
  padding-bottom: 3.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section2 {
    padding-top: 6.75rem;
    padding-bottom: 8.5rem;
  }
}

.p-section2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3.5625rem;
  width: 3px;
  display: block;
  background-color: #202938;
}
@media screen and (min-width: 768px) {
  .p-section2::before {
    content: none;
  }
}

.p-section2::after {
  content: "";
  position: absolute;
  top: 32px;
  left: calc(50% + 9px);
  -webkit-transform: translateX(-50%) rotate(42deg);
          transform: translateX(-50%) rotate(42deg);
  height: 1.6875rem;
  width: 3px;
  display: block;
  background-color: #202938;
}
@media screen and (min-width: 768px) {
  .p-section2::after {
    content: none;
  }
}

.p-section2__title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section2__title {
    font-size: 3.4375rem;
  }
}

.p-section2__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.1875rem;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section2__cards {
    margin-top: 2.625rem;
    gap: 4.3125rem;
  }
}

.p-section2__card {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .15);
  padding: 2.25rem 1.25rem 1.0625rem 1.25rem;
  max-width: 37.5rem;
  width: 100%;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section2__card {
    max-width: none;
    padding: 3.3125rem 2.5rem 2.5rem 2.5rem;
  }
}

.p-section2__card:not(:last-child)::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-top: 2px solid #202938;
  border-right: 2px solid #202938;
  display: inline-block;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p-section2__card:not(:last-child)::after {
    bottom: -2.5625rem;
  }
}

.p-section2__card:nth-child(2) {
  padding: 2.25rem 1.25rem 1.0625rem 1.25rem;
}

.p-section2__card:nth-child(3) {
  padding: 2.25rem 1.25rem 0 1.25rem;
}

.p-section2__card-title {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-section2__card-title {
    font-size: 1.875rem;
  }
}

.p-section2__card-title--line {
  font-size: 1rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(98, 112, 122, .18)));
  background: linear-gradient(transparent 60%, rgba(98, 112, 122, .18) 60%);
}
@media screen and (min-width: 768px) {
  .p-section2__card-title--line {
    font-size: 1.875rem;
  }
}

.p-section2__card-title--line-big {
  font-size: 1.1875rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-section2__card-title--line-big {
    font-size: 2rem;
  }
}

.p-section2__card-title--big {
  font-size: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section2__card-title--big {
    font-size: 4.0625rem;
    line-height: 1;
  }
}

.p-section2__card:first-child .p-section2__card-title--big {
  margin-left: 0.3125rem;
}

.p-section2__card-content {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-section2__card-content {
    margin-top: 2.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-section2__card:first-child .p-section2__card-content {
    gap: 1.75rem;
  }
}

.p-section2__card-content:nth-child(2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-section2__card-content:nth-child(2) {
    margin-top: 1.8125rem;
  }
}

.p-section2__card-img {
  max-width: 15.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section2__card-img {
    margin-inline: initial;
    max-width: 22.9375rem;
  }
}

.p-section2__card-img img {
  aspect-ratio: 252/166;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-section2__card-img img {
    aspect-ratio: 367/249;
  }
}

.p-section2__card:nth-child(2) .p-section2__card-img {
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-section2__card:nth-child(2) .p-section2__card-img {
    margin-inline: auto;
    max-width: 40.6875rem;
  }
}

.p-section2__card:nth-child(3) .p-section2__card-img {
  max-width: 16.8125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-section2__card:nth-child(3) .p-section2__card-img {
    margin-inline: auto;
    max-width: 39.1875rem;
  }
}

.p-section2__card:nth-child(2) .p-section2__card-img img {
  aspect-ratio: 289/144;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-section2__card:nth-child(2) .p-section2__card-img img {
    aspect-ratio: 651/325;
  }
}

.p-section2__card:nth-child(3) .p-section2__card-img img {
  aspect-ratio: 269/151;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-section2__card:nth-child(3) .p-section2__card-img img {
    aspect-ratio: 627/353;
  }
}

.p-section2__card-content-textarea {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-section2__card-content-textarea {
    margin-top: 0;
  }
}

.p-section2__card-content-text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section2__card-content-text {
    font-size: 1.625rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-section2__card-content-text:first-child {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-section2__card-content-text:first-child::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #202938;
    position: absolute;
    display: block;
    bottom: -0.9375rem;
    border-radius: 2px;
  }
}

@media screen and (min-width: 768px) {
  .p-section2__card-content-text:first-child::after {
    content: "";
    width: 2px;
    height: 3.125rem;
    background: #202938;
    position: absolute;
    display: block;
    bottom: -3.5rem;
    left: -1.0625rem;
    border-radius: 2px;
    rotate: 45deg;
  }
}

.p-section2__card-content-text--line {
  font-size: 1.5625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(98, 112, 122, .18)));
  background: linear-gradient(transparent 60%, rgba(98, 112, 122, .18) 60%);
}

.p-section2__card-small {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 1.1875rem;
  letter-spacing: 0.65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-section2__card-small {
    margin-inline: initial;
    margin-left: auto;
    font-size: 1rem;
  }
}

.p-section2__card:nth-child(2) .p-section2__card-small {
  margin-top: 0.9375rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-section2__card:nth-child(2) .p-section2__card-small {
    margin-top: 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section2__card-content-text--line-big {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-section2__card-content-text--mid {
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section2__card-title--line-large {
    font-size: 2.3125rem;
  }
}

.p-section3 {
  background-color: #F8EDDD;
  padding-top: 3.9375rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-section3 {
    padding-top: 7.0625rem;
    padding-bottom: 7.625rem;
  }
}

.p-section3__inner {
  padding: 0 1.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section3__inner {
    max-width: 45.625rem;
    width: 100%;
    padding: 0 1.5625rem;
  }
}

.p-section3__title {
  background: linear-gradient(98deg, #FF9B1D 4.14%, #FC6F6A 107.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.625rem;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section3__title {
    font-size: 2.8125rem;
  }
}

.p-section3__title::after {
  content: "";
  width: 20%;
  height: 3px;
  display: block;
  background: linear-gradient(98deg, #FF9B1D 4.14%, #FC6F6A 107.85%);
  margin-inline: auto;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section3__title::after {
    margin-top: 2.6875rem;
    width: 9.9375rem;
  }
}

.p-section3__title span {
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-section3__title span {
    font-size: 2.5rem;
  }
}

.p-section3__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.9375rem;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section3__cards {
    gap: 2.6875rem;
    margin-top: 4rem;
  }
}

.p-section3__card {
  background: #FFF;
  -webkit-box-shadow: 4.153px 4.153px 4.153px 0px rgba(0, 0, 0, .25);
          box-shadow: 4.153px 4.153px 4.153px 0px rgba(0, 0, 0, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section3__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 42.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-section3__card-img {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-section3__card-img {
    max-width: 13.5625rem;
    width: 100%;
  }
}

.p-section3__card-img img {
  aspect-ratio: 305/105;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-section3__card-img img {
    aspect-ratio: 217/172;
  }
}

@media screen and (min-width: 768px) {
  .p-section3__card:nth-child(2) .p-section3__card-img img {
    aspect-ratio: 217/204;
  }
}

@media screen and (min-width: 768px) {
  .p-section3__card:nth-child(3) .p-section3__card-img img {
    aspect-ratio: 217/239;
  }
}

.p-section3__card-textarea {
  padding: 0.75rem 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section3__card-textarea {
    padding: 1.25rem 2.0625rem 2.0625rem;
  }
}

.p-section3__card-title {
  font-size: 1.375rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  color: #FF9B1D;
}
@media screen and (min-width: 768px) {
  .p-section3__card-title {
    font-size: 1.875rem;
    text-align: left;
  }
}

.p-section3__card-title span {
  font-size: 1.25rem;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .p-section3__card-title span {
    font-size: 1.6875rem;
  }
}

.p-section3__card-text {
  margin-top: 0.125rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .p-section3__card-text {
    font-size: 1.4375rem;
    text-align: left;
    margin-top: 0.4375rem;
  }
}

.p-section3__arrow {
  width: 1.5px;
  height: 2.875rem;
  background: #202938;
  display: block;
  margin-inline: auto;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section3__arrow {
    height: 6.875rem;
    margin-top: 2.6875rem;
  }
}

.p-section3__arrow::before {
  width: 1.5px;
  height: 0.6875rem;
  background: #202938;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 3px;
  border-radius: 1px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
@media screen and (min-width: 768px) {
  .p-section3__arrow::before {
    height: 1.5625rem;
    left: 9px;
  }
}

.p-section3__textarea {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-section3__textarea {
    margin-top: 2rem;
  }
}

.p-section3__text {
  font-size: 1.625rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-section3__text {
    font-size: 2.8125rem;
  }
}

.p-section3__text--mid {
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-section3__text--mid {
    font-size: 2.6875rem;
  }
}

.p-section3__text--small {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section3__text--small {
    font-size: 2.1875rem;
  }
}

.p-section3__text--linear {
  background: linear-gradient(92deg, #FF9B1D 32.09%, #FC6F6A 64.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5625rem;
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .p-section3__text--linear {
    font-size: 3.125rem;
  }
}

.p-section3__text--border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 141, 56, .31)));
  background: linear-gradient(transparent 60%, rgba(255, 141, 56, .31) 60%);
}

.p-section3__text--dot {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(3px 3px at center center, #F48700, #F48700 100%, transparent, transparent);
  padding-top: 0.03em;
  line-height: 1.4;
}

.p-section4 {
  background-image: url("./../images/section4-back.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4.375rem;
  padding-bottom: 6.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section4 {
    padding-top: 7.8125rem;
    padding-bottom: 7.0625rem;
  }
}

.p-section4__inner {
  padding-left: 2.5rem;
  padding-right: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section4__inner {
    padding: 0 1.5625rem;
    max-width: 48.75rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-section4__title {
  font-size: 2.0625rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.303030303;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
  -webkit-transform: translateX(2%);
          transform: translateX(2%);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section4__title {
    font-size: 3.125rem;
    width: auto;
    width: initial;
  }
}

.p-section4__title::before {
  content: "";
  width: 2.875rem;
  height: 0.1875rem;
  display: block;
  position: absolute;
  bottom: 1.25rem;
  left: -2.75rem;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  background-color: #fff;
  border-radius: 1.5px;
}

.p-section4__title::after {
  content: "";
  width: 2.875rem;
  height: 0.1875rem;
  display: block;
  position: absolute;
  bottom: 1.25rem;
  right: -1.375rem;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  background-color: #fff;
  border-radius: 1.5px;
}

.p-section4__title--small {
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section4__title--small {
    font-size: 2.1875rem;
  }
}

.p-section4__title--mid {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section4__title--mid {
    font-size: 2.8125rem;
  }
}

.p-section4__read {
  background-color: #fff;
  padding: 1rem 0.3125rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="13" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 1.724px 12.93px rgba(0, 0, 0, .5));
          filter: drop-shadow(0px 1.724px 12.93px rgba(0, 0, 0, .5));
  border-radius: 17px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section4__read {
    margin-top: 3.4375rem;
    padding: 1.75rem 3.4375rem;
    border-radius: 40px;
  }
}

.p-section4__read-text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section4__read-text {
    font-size: 2.5rem;
  }
}

.p-section4__read-text span {
  font-weight: 900;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-section4__read-text span {
    font-size: 2.8125rem;
  }
}

.p-section4__cards {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3.3125rem;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-section4__cards {
    margin-top: 3.4375rem;
    gap: 2rem;
  }
}

.p-section4__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section4__card {
    max-width: none;
  }
}

.p-section4__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.8125rem;
  border-bottom: 1.7px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-section4__card-header {
    padding-bottom: 1.40625rem;
  }
}

.p-section4__card-header-img {
  max-width: clamp(6.75rem, -1.7185rem + 36.1323vw, 15.625rem);
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-section4__card-header-img {
    max-width: 12.9375rem;
  }
}

.p-section4__card-header-img img {
  aspect-ratio: 108/96;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-section4__card-header-img img {
    aspect-ratio: 207/133;
  }
}

.p-section4__header-textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-section4__header-title {
  font-size: clamp(1.375rem, 0.8979rem + 2.0356vw, 1.875rem);
  line-height: 1.1363636364;
  color: #FF9C1E;
  font-weight: 800;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .p-section4__header-title {
    font-size: 2.1875rem;
    line-height: 1.1428571429;
  }
}

@media screen and (min-width: 768px) {
  .p-section4__card:nth-child(2) .p-section4__header-text {
    white-space: nowrap;
  }
}

.p-section4__header-text {
  color: #fff;
  font-weight: 800;
  font-size: clamp(1.125rem, 0.7075rem + 1.7812vw, 1.5625rem);
}
@media screen and (min-width: 768px) {
  .p-section4__header-text {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
}

.p-section4__header-text--small {
  font-size: clamp(0.9375rem, 0.4604rem + 2.0356vw, 1.4375rem);
}
@media screen and (min-width: 768px) {
  .p-section4__header-text--small {
    font-size: 1.875rem;
  }
}

.p-section4__card-body {
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-section4__card-body {
    padding-top: 1.3125rem;
  }
}

.p-section4__card-body-text {
  color: #fff;
  font-size: clamp(0.9375rem, 0.4604rem + 2.0356vw, 1.4375rem);
  line-height: 1.2666666667;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-section4__card-body-text {
    font-size: 1.4375rem;
  }
}

.p-section5 {
  position: relative;
  background-color: #F6F6F4;
  z-index: -1;
}
.p-section5__inner {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  padding-top: 3.375rem;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section5__inner {
    padding: 1.5625rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-section5__title {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5882352941;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section5__title {
    font-size: 2.1875rem;
    line-height: 1.5714285714;
  }
}

.p-section5__title--mid {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-section5__title--mid {
    font-size: 2.8125rem;
  }
}

.p-section5__title--big {
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-section5__title--big {
    font-size: 2.5rem;
  }
}

.p-section5__content {
  margin-top: myerm(22);
}
@media screen and (min-width: 768px) {
  .p-section5__content {
    margin-top: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 47.1875rem;
    width: 100%;
    margin-inline: auto;
    gap: 0.625rem;
  }
}

.p-section5__list {
  margin-top: 1.5rem;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-section5__list {
    margin-top: 0;
  }
}

.p-section5__item {
  padding: 0.625rem 1.0625rem;
  background-color: #363F4E;
  border-radius: 9px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section5__item {
    font-size: 1.125rem;
    width: 14.4375rem;
    white-space: nowrap;
    text-align: left;
    margin-top: 0;
    padding: 0.3125rem 1.0625rem;
  }
}

.p-section5__item::before {
  content: "";
  background: url("./../images/check-white.webp");
  width: 1.3125rem;
  height: 1.0625rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.4375rem;
}

.p-section5__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 17px solid #363F4E;
  border-bottom: 0;
  display: block;
  margin-inline: auto;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-section5__triangle {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    margin-top: 0;
  }
}

.p-section5__read {
  font-size: 1.0625rem;
  font-weight: 900;
  text-align: center;
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  line-height: 1.2941176471;
  letter-spacing: 0.05em;
  padding: 0.75rem 0.375rem;
  border: 1.5px solid #000000;
  border-radius: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-section5__read {
    font-size: 1.6875rem;
    text-align: left;
    padding: 1rem 0.375rem 1rem 1.25rem;
    margin-inline: initial;
    white-space: nowrap;
    margin-top: 0;
  }
}

.p-section5__read--small {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-section5__read--small {
    font-size: 1.375rem;
  }
}

.p-section5__read--linear {
  font-size: 1.1875rem;
  background: linear-gradient(96deg, #FF9B1D 14.56%, #FC6F6A 57.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-section5__read--linear {
    font-size: 1.875rem;
  }
}

.p-section5__dot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-section5__dot {
    gap: 0.5625rem;
  }
}

.p-section5__dot span {
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #202938;
  border-radius: 50%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section5__dot span {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.p-section5__appeal {
  margin-top: 0.375rem;
}

.p-section5__appeal-text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section5__appeal-text {
    font-size: 1.375rem;
  }
}

.p-section5__appeal-main-text {
  margin-top: 0.875rem;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1.2941176471;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section5__appeal-main-text {
    font-size: 1.875rem;
  }
}

.p-section5__appeal-main-text span {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section5__appeal-main-text span {
    font-size: 2.5rem;
  }
}

.p-section5__golds {
  margin-top: -11.4375rem;
  z-index: 3;
  position: absolute;
  bottom: -7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-section5__img {
  max-width: 6.5625rem;
  width: 100%;
  position: absolute;
  bottom: 9.875rem;
  left: -13px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-section5__img {
    max-width: 15.625rem;
    width: 100%;
    left: calc(50% - 547px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 7.75rem;
  }
}

.p-section5__img img {
  aspect-ratio: 105/184;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-section5__img img {
    aspect-ratio: 250/432;
  }
}

.p-section5__img2 {
  max-width: 6.5625rem;
  width: 100%;
  position: absolute;
  bottom: 10.375rem;
  right: -0.8125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-section5__img2 {
    max-width: 15rem;
    right: calc(50% - 567px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 7.5rem;
  }
}

.p-section5__img2 img {
  aspect-ratio: 110/183;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-section5__img2 img {
    aspect-ratio: 240/429;
  }
}

.p-section5__back {
  border-bottom-left-radius: 1000px 800px;
  border-bottom-right-radius: 1000px 800px;
  width: 110%;
  height: 12.5rem;
  position: relative;
  left: 50%;
  top: -7.875rem;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-section5__back {
    width: 117%;
    height: 18.75rem;
    position: relative;
    left: 50%;
    top: -8.5rem;
    border-bottom-left-radius: 5000px 2000px;
    border-bottom-right-radius: 5000px 2000px;
  }
}

.p-section6 {
  background-color: #F8EDDD;
  padding-top: 4.3125rem;
  padding-bottom: 5.5625rem;
}
@media screen and (min-width: 768px) {
  .p-section6 {
    padding-top: 7.75rem;
    padding-bottom: 9rem;
  }
}

.p-section6__title {
  font-size: 1.6875rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.1034482759;
  background: linear-gradient(98deg, #FF9B1D 4.14%, #FC6F6A 107.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section6__title {
    font-size: 3.125rem;
  }
}

.p-section6__title::after {
  content: "";
  width: 21.8666666667%;
  height: 3px;
  display: block;
  margin-inline: auto;
  background-color: #FF9B1D;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section6__title::after {
    width: 9.9375rem;
    margin-top: 2.0625rem;
  }
}

.p-section6__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.125rem;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-section6__cards {
    gap: 3.1875rem;
    margin-top: 3.375rem;
  }
}

.p-section6__card {
  background: #FFF;
  -webkit-box-shadow: 3.733px 3.733px 3.733px 0px rgba(0, 0, 0, .15);
          box-shadow: 3.733px 3.733px 3.733px 0px rgba(0, 0, 0, .15);
  padding: 1.25rem 0.9375rem 1.125rem;
  max-width: 31.25rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section6__card {
    padding: 2.125rem 0.9375rem 1.8125rem 1.8125rem;
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 27.6875rem;
  }
}

.p-section6__number {
  position: absolute;
  left: -0.625rem;
  top: 1.25rem;
  background: #FF9823;
  padding: 0.1875rem 0.375rem 0.25rem 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-section6__number {
    top: 2.375rem;
  }
}

.p-section6__number::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5625rem 0.4375rem 0;
  border-color: transparent #643B0C transparent transparent;
  position: absolute;
  bottom: -0.4375rem;
  left: 0;
}

.p-section6__number-text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-section6__number-text {
    font-size: 2.0625rem;
    line-height: 1.1428571429;
  }
}

.p-section6__number-math {
  font-weight: 700;
  font-size: 1.4375rem;
  color: #fff;
  line-height: 1;
  font-family: "Arial";
  margin-right: 0.5625rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (min-width: 768px) {
  .p-section6__number-math {
    font-size: 2.8125rem;
    margin-right: 1rem;
  }
}

.p-section6__number-text::before {
  content: "";
  width: 1.5px;
  height: 1.125rem;
  display: block;
  background-color: #fff;
  -webkit-transform: translateX(-4.5px);
          transform: translateX(-4.5px);
  -webkit-transform: translate(-5px, 1px);
          transform: translate(-5px, 1px);
}
@media screen and (min-width: 768px) {
  .p-section6__number-text::before {
    height: 2.0625rem;
    -webkit-transform: translate(-10px, 1px);
            transform: translate(-10px, 1px);
  }
}

.p-section6__card-profile {
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
}
@media screen and (min-width: 768px) {
  .p-section6__card-profile {
    font-size: 1.375rem;
    text-align: left;
    margin-top: 0.875rem;
  }
}

.p-section__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
  gap: 0.75rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-section__card-header {
    display: block;
    margin-top: 5.4375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-section6__card-header-img {
  max-width: clamp(7.3125rem, -0.6193rem + 33.8422vw, 15.625rem);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-section6__card-header-img {
    max-width: 13.6875rem;
  }
}

.p-section6__card-header-img img {
  aspect-ratio: 117/68;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-section6__card-header-img img {
    aspect-ratio: 219/142;
  }
}

.p-section6__card-header-lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4375rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-section6__card-header-lists {
    margin-top: 1.0625rem;
  }
}

.p-section6__card-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.p-section6__card-term {
  background: linear-gradient(98deg, #FF9B1D 4.14%, #FC6F6A 107.85%);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.9230769231;
  border-radius: 16px;
  min-width: 4.25rem;
  text-align: center;
  padding: 0 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-section6__card-term {
    font-size: 1.1875rem;
    padding: 0 0.625rem;
    line-height: 2.1052631579;
  }
}

.p-section6__card-header-dis {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-section6__card-header-dis {
    font-size: 2.5rem;
  }
}

.p-section6__card-header-dis span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-section6__card-header-dis span {
    font-size: 1.25rem;
  }
}

.p-section6__card-body {
  margin-top: 1rem;
  padding: 0 0.625rem;
  position: relative;
  max-height: 6.25rem;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (min-width: 768px) {
  .p-section6__card-body {
    margin-top: 0;
    max-height: none;
    max-width: 29.6875rem;
    width: 100%;
    padding: 0;
    padding-left: 1.125rem;
  }
}

.p-section6__card-body::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 768px) {
  .p-section6__card-body::after {
    content: none;
  }
}

.p-section6__card-body-text {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .p-section6__card-body-text {
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: 1px;
  }
}

.p-section6__card-body.open::after {
  opacity: 0;
  z-index: -1;
}

.p-section6__card-btn {
  width: 6.3125rem;
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 5px;
  background: #363F4E;
  color: #fff;
  line-height: 1.7857142857;
  padding: 0.09375rem 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-section6__card-btn {
    opacity: 0;
    visibility: hidden;
  }
}

.p-section6__button {
  text-align: center;
}

.p-section6__card-header-caption {
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-section6__card-header-caption {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-top: 1.1875rem;
    max-width: 14.375rem;
    width: 100%;
  }
}

.p-section7 {
  background-color: #202938;
  padding-top: 4.375rem;
  padding-bottom: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-section7 {
    padding-top: 11.375rem;
    padding-bottom: 13.5625rem;
  }
}

.p-section7__title {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-section7__title {
    font-size: 3.4375rem;
  }
}

.p-section7__contents {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-section7__contents {
    margin-top: 6.125rem;
  }
}

.p-section7__content {
  position: relative;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media screen and (min-width: 768px) {
  .p-section7__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
    position: relative;
  }
}

.p-section7__content:not(:first-child) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section7__content:not(:first-child) {
    margin-top: 8.75rem;
  }
}

.p-section7__content:nth-of-type(3) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-section7__content:nth-of-type(3) {
    margin-top: 8rem;
  }
}

.p-section7__content:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 0.75rem;
  background-color: #fff;
  text-align: center;
  display: block;
  border: 1px;
  position: absolute;
  bottom: -1px;
  left: calc(50% + 2px);
  rotate: 30deg;
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .p-section7__content:not(:first-child)::before {
    height: 1.25rem;
    width: 2px;
    left: calc(50% + 4px);
    bottom: -120px;
  }
}

.p-section7__content:not(:first-child)::after {
  content: "";
  width: 1px;
  height: 1.5625rem;
  background-color: #fff;
  text-align: center;
  display: block;
  margin-inline: auto;
  margin-top: 1.125rem;
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .p-section7__content:not(:first-child)::after {
    position: absolute;
    bottom: -7.5rem;
    left: calc(50% - 1px);
    width: 2px;
    height: 6.125rem;
  }
}

.p-section7__links::before {
  content: "";
  width: 1px;
  height: 0.75rem;
  background-color: #fff;
  text-align: center;
  display: block;
  border: 1px;
  position: absolute;
  bottom: -2.8125rem;
  left: calc(50% + 2px);
  rotate: 30deg;
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .p-section7__links::before {
    height: 1.25rem;
    width: 2px;
    bottom: -6.125rem;
    left: calc(50% + 4px);
  }
}

.p-section7__links::after {
  content: "";
  width: 1px;
  height: 1.5625rem;
  background-color: #fff;
  text-align: center;
  display: block;
  margin-inline: auto;
  margin-top: 1.125rem;
  border-radius: 1px;
  position: absolute;
  bottom: -2.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-section7__links::after {
    height: 6.1875rem;
    bottom: -6.125rem;
    width: 2px;
  }
}

.p-section7__content:last-child::before, .p-section7__content:last-child::after {
  content: none;
}

.p-section7__img {
  max-width: clamp(5.0625rem, 3.9294rem + 4.8346vw, 6.25rem);
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section7__img {
    max-width: 12.125rem;
    margin-inline: initial;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-section7__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-section7__textarea {
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-section7__textarea {
    margin-top: 0;
  }
}

.p-section7__text span {
  background: linear-gradient(96deg, #FF9B1D 3.26%, #FC6F6A 58.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.4375rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-section7__text span {
    font-size: 2.8125rem;
  }
}

.p-section7__content-title {
  font-size: 1.4375rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-section7__content-title {
    font-size: 2.8125rem;
    text-align: left;
  }
}

.p-section7__text {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.375;
  color: #fff;
  letter-spacing: 1.6px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-section7__text {
    padding: 0;
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    text-align: left;
  }
}

.p-section7__content:last-child .p-section7__text {
  font-size: 1.0625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-section7__content:last-child .p-section7__text {
    font-size: 1.875rem;
    white-space: nowrap;
  }
}

.p-section7__links {
  background: rgba(255, 255, 255, .29);
  border-radius: 7.813px;
  padding: 0.9375rem;
  margin-top: 0.9375rem;
  position: relative;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-section7__links {
    margin-top: 2.125rem;
    margin-bottom: 0;
  }
}

.p-section7__btn {
  text-align: center;
}

.p-section7__link {
  background-color: #3ABA26;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  letter-spacing: 1.71px;
  min-width: 17.6875rem;
  margin-inline: auto;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.15625rem 0.625rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 0 #3B8C43;
          box-shadow: 0 4px 0 #3B8C43;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section7__link {
    font-size: 2.5rem;
    -webkit-box-shadow: 0 8px 0 #3B8C43;
            box-shadow: 0 8px 0 #3B8C43;
  }
}

.p-section7__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-section7__link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
    opacity: 1;
  }
}

.p-section7__link::before {
  background: url("./../images/line.webp");
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-section7__link::before {
    width: 2.875rem;
    height: 2.875rem;
    margin-right: 0.5625rem;
  }
}

.p-section7__link--small {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section7__link--small {
    font-size: 2.0625rem;
  }
}

.p-section7__tel {
  margin-top: 0.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section7__tel {
    margin-top: 0.375rem;
  }
}

.p-section7__tel-text {
  font-size: 1.4375rem;
  color: #fff;
  letter-spacing: 1.71px;
  text-align: center;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-section7__tel-text {
    font-size: 2.8125rem;
  }
}

.p-section7__tel-text::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url("./../images/tel.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-section7__tel-text::before {
    width: 2.6875rem;
    height: 2.6875rem;
    margin-right: 0.625rem;
  }
}

.p-section8 {
  background: url("./../images/section8-back.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 4.125rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-section8 {
    padding-top: 9.75rem;
    padding-bottom: 8.875rem;
  }
}

.p-section8__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-section8__title {
    font-size: 2.5rem;
  }
}

.p-section8__title::after {
  content: "";
  width: 22.9333333333%;
  height: 3px;
  background-color: #202938;
  display: block;
  margin-inline: auto;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-section8__title::after {
    margin-top: 2.5rem;
  }
}

.p-section8__table {
  max-width: 31.25rem;
  width: 100%;
  margin-inline: auto;
  border-collapse: collapse;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section8__table {
    margin-top: 5.875rem;
    max-width: none;
  }
}

.p-section8__table-header-wrapper {
  display: grid;
  grid-template-columns: 21.5% minmax(110px, 1fr) 21.5% 21.5%;
}

.p-section8__table-header-text {
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.1538461538;
  padding-top: 0.3125rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-section8__table-header-text {
    font-size: 1.4375rem;
  }
}

.p-section8__table-header-text--orange {
  font-size: 1.375rem;
  padding-top: 1rem;
  padding-bottom: 0.625rem;
  background: linear-gradient(98deg, #FF9B1D 4.14%, #FC6F6A 107.85%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-section8__table-header-text--orange {
    font-size: 2.5rem;
    height: 6.0625rem;
  }
}

.p-section8__table-header-text--gray {
  background: #748197;
  height: 2.8125rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .p-section8__table-header-text--gray {
    height: 4.6875rem;
  }
}

.p-section8__table-header-text--black {
  background: #303F59;
  height: 2.8125rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .p-section8__table-header-text--black {
    height: 4.6875rem;
  }
}

.p-section8__table-body-wrapper {
  display: grid;
  grid-template-columns: 21.5% minmax(110px, 1fr) 21.5% 21.5%;
}

.p-section8__table-body-text {
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.8461538462;
  text-align: center;
  padding: 0.6875rem 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text {
    font-size: 1.75rem;
  }
}

.p-section8__table-body-wrapper:not(:last-child) .p-section8__table-body-text {
  border-bottom: 1px solid #E5E5E5;
}

.p-section8__table-body-text--orange {
  font-size: 1.3125rem;
  color: #FF9823;
  background-color: #fff;
  text-align: center;
  line-height: 1.1428571429;
  border-left: 3px solid #FF9823;
  border-right: 3px solid #FF9823;
  position: relative;
  z-index: 111;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text--orange {
    font-size: 2.1875rem;
  }
}

.p-section8__table-body-text--orange--small {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text--orange--small {
    font-size: 1.75rem;
  }
}

.p-section8__table-body-text--gray {
  font-size: 0.75rem;
  color: #748197;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text--gray {
    font-size: 1.25rem;
  }
}

.p-section8__table-body-text--black {
  font-size: 0.75rem;
  color: #303F59;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text--black {
    font-size: 1.25rem;
  }
}

.p-section8__table-body-text--black p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-section8__table-body-text--mid {
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text--mid {
    font-size: 1.25rem;
  }
}

.u-center {
  display: grid;
  place-items: center;
}

.p-section8__table-body-text:first-child {
  background: #F6F6F6;
}

.p-section8__table-body-wrapper :nth-of-type(3) {
  border-right: 1px solid #E5E5E5;
}

.p-section8__table-body-text-wrapper {
  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: 768px) {
  .p-section8__table-body-text-money-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-section8__table-body-text-math {
  font-size: 1.9375rem;
  font-family: "Arial";
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text-math {
    font-size: 2.9375rem;
  }
}

.p-section8__table-body-text-money {
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text-money {
    font-size: 1.375rem;
  }
}

.p-section8__table-body-text-wrapper--gray .p-section8__table-body-text-math {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #748197;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text-wrapper--gray .p-section8__table-body-text-math {
    font-size: 1.875rem;
  }
}

.p-section8__table-body-text-wrapper--black .p-section8__table-body-text-math {
  font-size: 1.125rem;
  color: #303F59;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text-wrapper--black .p-section8__table-body-text-math {
    font-size: 1.875rem;
  }
}

.p-section8__table-body-text-wrapper--gray .p-section8__table-body-text-money {
  font-size: 0.5625rem;
  color: #748197;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text-wrapper--gray .p-section8__table-body-text-money {
    font-size: 1.25rem;
  }
}

.p-section8__table-body-text-wrapper--black .p-section8__table-body-text-money {
  font-size: 0.5625rem;
  color: #303F59;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-section8__table-body-text-wrapper--black .p-section8__table-body-text-money {
    font-size: 1.25rem;
  }
}

.p-section8__table-body-text-wrapper--black .p-section8__table-body-text-math {
  color: #303F59;
}

.p-section8__table-body-wrapper:last-child .p-section8__table-body-text--orange {
  border-bottom: 3px solid #FF9823;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.p-section8__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section8__cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.375rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-top: 6.125rem;
  }
}

.p-section8__card {
  border-radius: 10px;
  background: linear-gradient(116deg, #FF9B1D 3.01%, #FC6F6A 93.01%);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .25);
  padding: 0.75rem 0.75rem 1.6875rem;
  width: 77.3333333333vw;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-section8__card {
    padding: 1.375rem 1.25rem 2rem;
    max-width: 23rem;
    width: 100%;
  }
}

.p-section8__card-title {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.1578947368;
}
@media screen and (min-width: 768px) {
  .p-section8__card-title {
    font-size: 2.1875rem;
    line-height: 1.1428571429;
  }
}

.p-section8__card-title::after {
  content: "";
  width: 55.1724137931%;
  min-width: 10rem;
  height: 1px;
  margin-inline: auto;
  background: #fff;
  display: block;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-section8__card-title::after {
    width: 78.6301369863%;
    margin-top: 1.25rem;
  }
}

.p-section8__card-price {
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 1.106px;
  text-align: center;
  margin-top: 0.3125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-section8__card-price {
    font-size: 2.5rem;
    margin-top: 0.75rem;
  }
}

.p-section8__card-text {
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 500;
  margin-top: 0.3125rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-section8__card-text {
    margin-top: 0.5rem;
    font-size: 1.5625rem;
  }
}

.p-section8__card-price--big {
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section8__card-price--big {
    font-size: 3.125rem;
  }
}

.p-section8__card-price--mid {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section8__card-price--mid {
    font-size: 1.875rem;
  }
}

.p-section8__dot::before, .p-section8__dot::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
  display: block;
  top: 8px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-section8__dot::before, .p-section8__dot::after {
    width: 10px;
    height: 10px;
    top: 13px;
  }
}

.p-section8__dot::before {
  left: 7px;
}
@media screen and (min-width: 768px) {
  .p-section8__dot::before {
    left: 15px;
  }
}

.p-section8__dot::after {
  right: 7px;
}
@media screen and (min-width: 768px) {
  .p-section8__dot::after {
    right: 15px;
  }
}

.p-section8__dot2::before, .p-section8__dot2::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
  display: block;
  bottom: 13px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-section8__dot2::before, .p-section8__dot2::after {
    width: 10px;
    height: 10px;
  }
}

.p-section8__dot2::before {
  left: 7px;
}
@media screen and (min-width: 768px) {
  .p-section8__dot2::before {
    left: 15px;
  }
}

.p-section8__dot2::after {
  right: 7px;
}
@media screen and (min-width: 768px) {
  .p-section8__dot2::after {
    right: 15px;
  }
}

.p-sub {
  padding-top: 3.75rem;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-sub {
    padding-top: 9.3125rem;
    padding-bottom: 9.8125rem;
  }
}

.l-sub-inner {
  padding: 0 2.375rem;
}
@media screen and (min-width: 768px) {
  .l-sub-inner {
    max-width: 51.125rem;
    width: 100%;
    margin-inline: auto;
    padding: 0 1.5625rem;
  }
}

.p-sub__header-title {
  font-size: 1.4375rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-sub__header-title {
    font-size: 2.8125rem;
  }
}

.p-sub-header__read {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-sub-header__read {
    font-size: 1.5625rem;
    letter-spacing: 1.25px;
    margin-top: 6.125rem;
  }
}

.p-sub-privacy {
  margin-top: 3.4375rem;
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-privacy {
    margin-top: 5.125rem;
    gap: 3.5rem;
    max-width: none;
  }
}

.p-sub-privacy__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.125rem;
}

.p-sub-privacy__term {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-privacy__term {
    font-size: 1.6875rem;
  }
}

.p-sub-privacy__dis {
  font-size: 0.9375rem;
  line-height: clac(22/15);
  font-weight: 700;
  background-color: #fff;
  padding: 1.25rem;
  margin-top: 0.8125rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sub-privacy__dis {
    font-size: 1.4375rem;
    padding: 2.1875rem 1.1875rem 2rem 2.4375rem;
    margin-top: 1.125rem;
  }
}

.p-sub-tokushouhou {
  background-color: #fff;
  padding: 1.5rem 1.25rem 3.125rem;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-tokushouhou {
    margin-top: 9.125rem;
  }
}

.p-sub-tokushouhou__term {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-sub-tokushouhou__term {
    font-size: 1.5625rem;
  }
}

.p-sub-tokushouhou__dis {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sub-tokushouhou__dis {
    font-size: 1.25rem;
  }
}

.p-sub-tokushouhou__dis span {
  font-weight: 900;
  display: block;
}

.p-sub-tokushouhou__dis-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-tokushouhou__dis-wrapper {
    gap: 2.1875rem;
  }
}

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

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

.u-spacing {
  letter-spacing: -6px;
}
@media screen and (min-width: 768px) {
  .u-spacing {
    letter-spacing: -8px;
  }
}
/*# sourceMappingURL=styles.css.map */




.notion-sm{
  font-size: 0.7rem;
  color: #333;
  margin-top: .5rem;
  margin-bottom: .5rem;
  text-align:center;
}

section.p-section7 .notion-sm{
  margin-top: 2rem;
  color:#FFF;
}



/* モーダルのスタイル */
.modalArea {
  display: none;
  position: fixed;
  z-index: 9999; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


/* 以下ボタンスタイル */
.tel-cta{
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .tel-cta {
    font-size: 1.5rem; /* スマートフォン用にフォントサイズを調整 */
  }
}

/* モーダル内のテキストスタイル */
.modalContents {
  text-align: left;
}

.modalContents p {
  margin: 10px 0;
  line-height: 1.6;
  font-size: .9rem;
}

/* CTAボタン共通スタイル */
.cta-buttons {
  margin-top: 20px;
  text-align: center;
}

.cta-btn {
  display: inline-block;
  padding: 12px 20px;
  margin: 10px 5px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  width: 80%; /* モバイルで視認性を高めるため広めに設定 */
  max-width: 300px; /* デスクトップでの幅を制限 */
}

/* 電話CTAボタン */
.cta-btn.phone {
  background-color: #ff9800;
  color: #fff;
  border: none;
}

.cta-btn.phone:hover {
  background-color: #e68900;
}

/* LINECTAボタン */
.cta-btn.line {
  background-color: #25d366;
  color: #fff;
  border: none;
}

.cta-btn.line:hover {
  background-color: #1ebd58;
}

/* 画面サイズに応じたレスポンシブ対応 */
@media (max-width: 768px) {
  .cta-btn {
    width: 100%;
    margin: 10px 0;
  }
}




/* 電話ボタンのスタイリング */
.tel-cta {
  display: inline-block; /* インラインブロックでボタンの形状を確保 */
  background-color: #fff; /* 背景色をオレンジに */
  color: #ff9c1e; /* 文字色を白に */
  padding: 12px 20px; /* 余白を指定してボタンらしく */
  border-radius: 8px; /* 角を丸める */
  font-size: 20px; /* 文字サイズを調整 */
  font-weight: bold; /* 文字を太字に */
  text-align: center; /* 中央揃え */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 影を追加 */
  transition: transform 0.2s, box-shadow 0.2s; /* ホバー時のアニメーション */
}

/* 電話番号の前に「電話相談」を追加 */
.tel-cta::before {
  content: "電話相談: "; /* 表示するテキスト */
  font-size: 20px; /* テキストサイズ */
  font-weight: bold; /* 太字にしない */
  color: #ff9c1e; /* テキストの色 */
  margin-right: 5px; /* 電話番号との間に余白を追加 */
}

/* ホバー時のスタイル */
.tel-cta:hover {
  transform: translateY(-2px); /* 少し上に移動 */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* 影を強調 */
}

/* クリック時のスタイル */
.tel-cta:active {
  transform: translateY(0); /* 元の位置に戻る */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 影を戻す */
}