@charset "UTF-8";
/* Zen Kaku Gothic Antique */
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("/fonts/zen-kaku-gothic-antique/zen-kaku-gothic-antique-v18-japanese_latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("/fonts/zen-kaku-gothic-antique/zen-kaku-gothic-antique-v18-japanese_latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("/fonts/zen-kaku-gothic-antique/zen-kaku-gothic-antique-v18-japanese_latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("/fonts/zen-kaku-gothic-antique/zen-kaku-gothic-antique-v18-japanese_latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Roboto */
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/roboto-v51-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/roboto-v51-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/roboto-v51-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/roboto-v51-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Oswald */
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Noto-serif */
@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/noto-serif/noto-serif-jp-v33-japanese_latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/noto-serif/noto-serif-jp-v33-japanese_latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/noto-serif/noto-serif-jp-v33-japanese_latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/noto-serif/noto-serif-jp-v33-japanese_latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("/fonts/noto-serif/noto-serif-jp-v33-japanese_latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Noto Sans JP */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/fonts/noto-sans-jp/noto-sans-jp-v56-japanese_latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/fonts/noto-sans-jp/noto-sans-jp-v56-japanese_latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/fonts/noto-sans-jp/noto-sans-jp-v56-japanese_latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/fonts/noto-sans-jp/noto-sans-jp-v56-japanese_latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942d2f;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
:root {
  --size-sp-cta-button: 320px;
}

.p-about {
  background-image: url("../img/about/background.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: min(40px, 3.4482758621vw);
  padding-bottom: min(87px, 7.3728813559vw);
}
@media screen and (max-width: 760px) {
  .p-about {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.p-about__emp-text {
  background-color: #f65514;
  font-size: min(40px, 3.4482758621vw);
  font-weight: 700;
  color: #fff;
  width: min(168px, 14.4827586207vw);
  height: min(52px, 4.4827586207vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-about__emp-text {
    width: 70px;
    height: 28px;
    font-size: 16px;
  }
}
.p-about__title-group {
  position: relative;
  width: min(700px, 60.3448275862vw);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-about__title-group {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-about__english {
  font-size: min(160px, 13.7931034483vw);
  letter-spacing: 0.09em;
  color: #e9e9e9;
}
@media screen and (max-width: 760px) {
  .p-about__english {
    font-size: 55px;
  }
}
.p-about__japanese {
  width: 120%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px) {
  .p-about__japanese {
    top: 85%;
  }
}
.p-about__title-img {
  width: 100%;
}
.p-about__title-img-sp {
  width: 60%;
  margin: 0 auto;
}
.p-about__sub {
  font-size: min(30px, 2.5862068966vw);
  font-weight: 700;
  color: #f65514;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
}
@media screen and (max-width: 760px) {
  .p-about__sub {
    font-size: 14px;
  }
}
.p-about__text-set {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-about__text-set {
    margin-bottom: 28px;
  }
}
.p-about__text-parent {
  margin-bottom: min(28px, 2.4137931034vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(33px, 2.8448275862vw);
       column-gap: min(33px, 2.8448275862vw);
}
@media screen and (max-width: 760px) {
  .p-about__text-parent {
    -moz-column-gap: 13px;
         column-gap: 13px;
    margin-bottom: 0;
  }
}
.p-about__orange-small {
  background-color: #f65514;
  color: #fff;
  font-weight: 700;
  font-size: min(35px, 3.0172413793vw);
  padding-right: min(20px, 1.724137931vw);
  padding-left: min(20px, 1.724137931vw);
}
@media screen and (max-width: 760px) {
  .p-about__orange-small {
    font-size: 16px;
    padding: 3px 13px;
  }
}
.p-about__text-orange {
  color: #f65514;
  font-size: min(37px, 3.1896551724vw);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 760px) {
  .p-about__text-orange {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.p-about__text-oranges {
  color: #f65514;
  font-size: min(40px, 3.4482758621vw);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 760px) {
  .p-about__text-oranges {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
}
.p-about__sub-text {
  font-size: min(22px, 1.8965517241vw);
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-about__sub-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .p-about__sub-text {
    margin-top: 20px;
  }
}
.p-about__group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .p-about__group {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.p-about__card {
  padding: 30px 20px;
  box-shadow: 8px 8px 0px #ffc4ad;
  border: 3px solid #f65514;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
  width: 350px;
  flex-shrink: 0;
}
@media screen and (max-width: 760px) {
  .p-about__card {
    width: 100%;
  }
}
.p-about__card-orange {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-about__card-orange {
    font-size: 18px;
  }
}
.p-about__card-low {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: min(10px, 0.8620689655vw);
  border-bottom: 4px dotted #f65514;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 760px) {
  .p-about__card-low {
    font-size: 20px;
    border-bottom: 2px dotted #f65514;
  }
}
.p-about__card-text {
  margin-top: min(24px, 2.0689655172vw);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 760px) {
  .p-about__card-text {
    margin-top: 16px;
    font-size: 14px;
  }
}
.p-about__card-text p {
  margin-bottom: 0.8rem;
}
.p-about__card-text p:last-child {
  margin-bottom: 0;
}
.p-about__number {
  position: absolute;
  left: 5%;
  top: -7%;
  font-size: 50px;
  font-weight: 500;
  color: #ff9970;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 760px) {
  .p-about__number {
    left: 5%;
    top: -10%;
    font-size: 56px;
  }
}
@media screen and (max-width: 500px) {
  .p-about__display-none {
    display: none !important;
  }
}
.p-about__display-mb2 {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .p-about__display-mb2 {
    display: block !important;
  }
}
.p-about__img {
  width: 100%;
  aspect-ratio: 8/5;
}

.p-bonne {
  background-image: url(../img/bonne/bg.webp);
  background-position: center;
  background-size: cover;
  padding-top: min(80px, 6.2015503876vw);
  padding-bottom: min(80px, 6.2015503876vw);
}
@media screen and (max-width: 760px) {
  .p-bonne {
    background-image: url(../img/bonne/bg-sp.webp);
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-bonne__wrap {
  text-align: center;
  padding: min(48px, 3.7209302326vw) min(10px, 0.7751937984vw) min(42px, 3.2558139535vw);
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 760px) {
  .p-bonne__wrap {
    padding: 18px 8px 24px;
    border-radius: 5px;
  }
}
.p-bonne__h2 {
  background: linear-gradient(to bottom right, #ea3b24, #fb8b01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: min(49px, 3.7984496124vw);
  margin-bottom: min(45px, 3.488372093vw);
}
@media screen and (max-width: 760px) {
  .p-bonne__h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.3;
  }
}
.p-bonne__img {
  margin: 0 auto;
  width: min(1002px, 77.6744186047vw);
  margin-bottom: min(50px, 3.8759689922vw);
}
@media screen and (max-width: 760px) {
  .p-bonne__img {
    width: 279px;
    margin-bottom: 18.67px;
  }
}
.p-bonne__sub {
  font-size: min(22px, 1.7054263566vw);
  font-weight: 700;
  margin-bottom: min(16px, 1.2403100775vw);
}
@media screen and (max-width: 760px) {
  .p-bonne__sub {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.p-bonne__button {
  display: block;
  width: min(507px, 39.3023255814vw);
  margin: 0 auto;
  transition: all 0.3s;
}
.p-bonne__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .p-bonne__button {
    width: 320px;
    margin: 0 auto;
  }
}
.p-bonne__button-img {
  width: 100%;
}
.p-bonne__wrapping {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(20px, 1.5503875969vw);
       column-gap: min(20px, 1.5503875969vw);
  margin-bottom: min(56px, 4.3410852713vw);
}
@media screen and (max-width: 760px) {
  .p-bonne__wrapping {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    margin-bottom: 22px;
  }
}
.p-bonne__plus {
  width: min(40px, 3.1007751938vw);
}
@media screen and (max-width: 760px) {
  .p-bonne__plus {
    width: 24px;
  }
}
.p-bonne__box {
  width: min(346px, 26.8217054264vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  max-width: 450px;
  background-color: #f65514;
  padding-top: min(20px, 1.5503875969vw);
  padding-bottom: min(20px, 1.5503875969vw);
}
@media screen and (max-width: 760px) {
  .p-bonne__box {
    width: 268px;
    row-gap: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.p-bonne__box--2 {
  background-color: #ff9970;
}
@media screen and (max-width: 760px) {
  .p-bonne__box--2 {
    width: 268px;
    height: 390px;
    row-gap: 10px;
  }
}
.p-bonne__box-sub {
  font-size: min(19px, 1.4728682171vw);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #f65514;
  background-color: #fff;
  border-radius: 25px;
  width: min(310px, 24.0310077519vw);
  height: min(40px, 3.1007751938vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-bonne__box-sub {
    border-radius: 25px;
    font-size: 14px;
    width: 219px;
    height: 28px;
  }
}
.p-bonne__box-sub sup {
  position: absolute;
  top: 6%;
  left: 25%;
  font-size: 0.7rem;
}
@media screen and (max-width: 760px) {
  .p-bonne__box-sub sup {
    top: 2%;
    left: 29%;
    font-size: 0.6rem;
  }
}
.p-bonne__box-price {
  width: min(215px, 16.6666666667vw);
}
@media screen and (max-width: 760px) {
  .p-bonne__box-price {
    width: 222px;
  }
}
@media screen and (max-width: 760px) {
  .p-bonne__box-price--2 {
    width: 166px;
  }
}
.p-bonne__box-h3 {
  font-weight: 700;
  font-size: min(23px, 1.7829457364vw);
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-bonne__box-h3 {
    font-size: 20px;
  }
}
.p-bonne__box-what {
  width: 100%;
}
.p-bonne__notice {
  font-size: min(15px, 1.0852713178vw);
  color: #7d7d7d;
  margin-top: 1.5rem;
}
@media screen and (max-width: 760px) {
  .p-bonne__notice {
    font-size: 14px;
  }
}
.p-bonne__april {
  margin: 0 auto 1rem;
  width: 75%;
  max-width: 260px;
}
.p-bonne__initial-group {
  border: 1px solid #fff;
  width: min(260px, 20.1550387597vw);
  padding: min(27px, 2.0930232558vw) min(25px, 1.9379844961vw);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-bonne__initial-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 3px;
         column-gap: 3px;
    width: 218px;
    padding: 7px 11px;
  }
}
@media screen and (max-width: 760px) {
  .p-bonne__initial-svg {
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
  }
}
.p-bonne__initial-number {
  font-size: min(25px, 1.9379844961vw);
  font-weight: 700;
  color: #fff;
  position: relative;
}
.p-bonne__initial-number::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(31px, 2.4031007752vw);
  width: min(165px, 12.7906976744vw);
  height: min(2px, 0.1550387597vw);
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .p-bonne__initial-number::after {
    left: -5px;
    width: 90px;
    height: 1;
  }
}
@media screen and (max-width: 760px) {
  .p-bonne__initial-number {
    font-size: 14px;
  }
}
.p-bonne__initial-title {
  font-size: min(50px, 3.8759689922vw);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-bonne__initial-title {
    font-size: 28px;
  }
}
.p-bonne__initial-cost {
  font-size: min(120px, 9.3023255814vw);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-top: min(-7px, -0.5426356589vw);
}
@media screen and (max-width: 760px) {
  .p-bonne__initial-cost {
    font-size: 50px;
  }
}
.p-bonne__initial-cost span {
  font-size: min(70px, 5.4263565891vw);
}
@media screen and (max-width: 760px) {
  .p-bonne__initial-cost span {
    font-size: 23px;
  }
}
@media screen and (max-width: 760px) {
  .p-bonne__initial-wrapping {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.p-faq {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: min(65px, 4.6428571429vw);
  padding-bottom: min(124px, 8.8571428571vw);
}
@media screen and (max-width: 760px) {
  .p-faq {
    padding: 30px 5%;
  }
}
.p-faq__title-group {
  position: relative;
  width: min(500px, 35.7142857143vw);
  margin: 0 auto;
  text-align: center;
  margin-bottom: min(20px, 15.7142857143vw);
}
@media screen and (max-width: 760px) {
  .p-faq__title-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-faq__english {
  font-size: min(160px, 11.4285714286vw);
  letter-spacing: 0.09em;
  color: #e9e9e9;
}
@media screen and (max-width: 760px) {
  .p-faq__english {
    font-size: 55px;
  }
}
.p-faq__japanese {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(113px, 8.0714285714vw);
  font-size: min(40px, 2.8571428571vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(8px, 0.5714285714vw);
       column-gap: min(8px, 0.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-faq__japanese {
    font-size: 24px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
    letter-spacing: 0.01em;
  }
}
.p-faq__sub {
  font-size: min(30px, 2.1428571429vw);
  font-weight: 700;
  color: #f65514;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(69px, 4.9285714286vw);
}
@media screen and (max-width: 760px) {
  .p-faq__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-faq__container {
  display: flex;
  max-width: 1000px;
  width: 80%;
  gap: 50px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-faq__container {
    width: 100%;
    gap: 30px;
  }
}
.p-faq__item {
  width: 100%;
}
.p-faq__img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.p-faq__q {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff3e9;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-faq__q-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 760px) {
  .p-faq__q-text {
    font-size: 16px;
  }
}
.p-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.p-faq__a.is-open {
  grid-template-rows: 1fr;
}
.p-faq__a-inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 30px 0 18px;
  margin-top: 20px;
  gap: 14px;
}
.p-faq__a-text {
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 760px) {
  .p-faq__a-text {
    font-size: 16px;
  }
}
.p-faq__q-icon {
  position: relative;
  width: 18px;
  height: 3px;
  background: #333333;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.p-faq__q-icon::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 18px;
  background: #333333;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.p-faq__item.is-open .p-faq__q-icon {
  transform: rotate(180deg);
}
.p-faq__item.is-open .p-faq__q-icon::after {
  opacity: 0;
}

.p-flow {
  background-image: url("../img/flow/background.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: min(65px, 4.6428571429vw);
  padding-bottom: min(124px, 8.8571428571vw);
}
@media screen and (max-width: 760px) {
  .p-flow {
    padding-top: 23px;
    padding-bottom: 40px;
  }
}
.p-flow__title-group {
  position: relative;
  width: min(500px, 35.7142857143vw);
  margin: 0 auto;
  text-align: center;
  margin-bottom: min(20px, 15.7142857143vw);
}
@media screen and (max-width: 760px) {
  .p-flow__title-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-flow__english {
  font-size: min(160px, 11.4285714286vw);
  letter-spacing: 0.09em;
  color: #e9e9e9;
}
@media screen and (max-width: 760px) {
  .p-flow__english {
    font-size: 55px;
  }
}
.p-flow__japanese {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(113px, 8.0714285714vw);
  font-size: min(40px, 2.8571428571vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(8px, 0.5714285714vw);
       column-gap: min(8px, 0.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-flow__japanese {
    font-size: 24px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
    letter-spacing: 0.01em;
  }
}
.p-flow__sub {
  font-size: min(30px, 2.1428571429vw);
  font-weight: 700;
  color: #f65514;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(69px, 4.9285714286vw);
}
@media screen and (max-width: 760px) {
  .p-flow__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-flow__wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-flow__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.p-flow__card {
  padding: min(37px, 2.6428571429vw) min(20px, 1.4285714286vw) min(26px, 1.8571428571vw);
  border-radius: 8px;
  border: 3px solid #f65514;
  position: relative;
  width: min(292px, 20.8571428571vw);
  height: min(378px, 27vw);
  text-align: center;
  background-color: white;
}
@media screen and (max-width: 760px) {
  .p-flow__card {
    width: 100%;
    padding: 26px 20px;
    height: auto;
  }
}
.p-flow__icon {
  margin: 0 auto min(12px, 0.8571428571vw);
  height: min(65px, 4.6428571429vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 760px) {
  .p-flow__icon {
    margin-bottom: 8px;
    height: 58px;
  }
}
.p-flow__card-title {
  font-size: min(24px, 1.6428571429vw);
  letter-spacing: 0.07em;
  color: #f65514;
  margin-bottom: min(12px, 0.8571428571vw);
  text-align: center;
  height: min(62px, 4.4285714286vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-flow__card-title {
    height: auto;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-flow__text {
  text-align: left;
  font-size: min(16px, 1.1428571429vw);
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .p-flow__text {
    font-size: 14px;
  }
}
.p-flow__step {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  width: min(202px, 14.4285714286vw);
  height: min(40px, 2.8571428571vw);
  color: #fff;
  font-size: min(24px, 1.7142857143vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #fb8b01, #ea3b24);
}
@media screen and (max-width: 760px) {
  .p-flow__step {
    margin: 0 auto;
    margin-bottom: 13px;
    position: static;
    width: 138px;
    height: 28px;
    font-size: 16px;
    transform: translateX(0);
  }
}
.p-flow__arrow {
  width: min(48px, 3.4285714286vw);
  transform: translateY(min(160px, 11.4285714286vw));
}
@media screen and (max-width: 760px) {
  .p-flow__arrow {
    width: 30px;
    transform: translateY(0) rotate(90deg);
  }
}

.l-footer {
  padding-top: min(60px, 5vw);
  padding-bottom: min(35px, 2.9166666667vw);
}
@media screen and (max-width: 760px) {
  .l-footer {
    padding-top: 23px;
    padding-bottom: 24px;
  }
}
.l-footer__wrap {
  text-align: center;
}
.l-footer__logo {
  width: min(469px, 39.0833333333vw);
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .l-footer__logo {
    margin-bottom: 8px;
    width: 264px;
  }
}
.l-footer__ul {
  margin-bottom: min(20px, 2.5vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 760px) {
  .l-footer__ul {
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 20px;
  }
}
.l-footer__li {
  font-size: min(16px, 2vw);
}
@media screen and (max-width: 760px) {
  .l-footer__li {
    font-size: 12px;
  }
}
.l-footer__a {
  transition: all 0.3s;
}
.l-footer__a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.l-footer__copy {
  font-size: 18px;
  line-height: 1;
  color: #6e6e6e;
}
@media screen and (max-width: 760px) {
  .l-footer__copy {
    font-size: 10px;
  }
}

.p-howto {
  padding-top: 42px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-howto {
    padding-top: 31px;
    padding-bottom: 62px;
    background: linear-gradient(180deg, #ffffff 0%, #ffede2 100%);
  }
}
.p-howto__title-group {
  position: relative;
  width: min(800px, 60.1503759398vw);
  margin: 0 auto;
  text-align: center;
  margin-bottom: min(-20px, -1.5037593985vw);
}
@media screen and (max-width: 760px) {
  .p-howto__title-group {
    width: 100%;
    margin-bottom: -6px;
  }
}
.p-howto__english {
  font-size: min(160px, 12.030075188vw);
  letter-spacing: 0.09em;
  color: #e9e9e9;
}
@media screen and (max-width: 760px) {
  .p-howto__english {
    font-size: 55px;
  }
}
.p-howto__japanese {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(113px, 8.4962406015vw);
  font-size: min(40px, 3.007518797vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(8px, 0.6015037594vw);
       column-gap: min(8px, 0.6015037594vw);
}
@media screen and (max-width: 760px) {
  .p-howto__japanese {
    font-size: 19px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
  }
}
.p-howto__sub {
  font-size: min(30px, 2.2556390977vw);
  font-weight: 700;
  color: #f65514;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(69px, 5.1879699248vw);
}
@media screen and (max-width: 760px) {
  .p-howto__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-howto__small {
  margin-bottom: min(50px, 3.7593984962vw);
  font-size: min(24px, 1.8045112782vw);
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-howto__small {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.p-howto__group {
  margin-bottom: min(50px, 3.7593984962vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  -moz-column-gap: min(35px, 2.6315789474vw);
       column-gap: min(35px, 2.6315789474vw);
}
@media screen and (max-width: 760px) {
  .p-howto__group {
    flex-direction: column;
    margin-bottom: 0;
    row-gap: 8px;
  }
}
.p-howto__arrow {
  width: min(61px, 4.2857142857vw);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.p-howto__arrow--1 {
  left: 31.3%;
}
@media screen and (max-width: 1300px) {
  .p-howto__arrow--1 {
    left: 31.3%;
  }
}
@media screen and (max-width: 760px) {
  .p-howto__arrow--1 {
    left: 50%;
    top: 252px;
  }
}
.p-howto__arrow--2 {
  left: 65.6%;
}
@media screen and (max-width: 1300px) {
  .p-howto__arrow--2 {
    left: 65.6%;
  }
}
@media screen and (max-width: 760px) {
  .p-howto__arrow--2 {
    left: 50%;
    top: 543px;
  }
}
@media screen and (max-width: 1300px) {
  .p-howto__arrow {
    width: min(61px, 3.6090225564vw);
  }
}
@media screen and (max-width: 760px) {
  .p-howto__arrow {
    width: 41px;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.p-howto__arrow--1--sp, .p-howto__arrow--2--sp {
  width: 41px;
}
.p-howto__card {
  border: 3px solid #f87743;
  border-radius: 8px;
  padding: min(20px, 1.5037593985vw);
  width: min(390px, 29.3233082707vw);
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-howto__card {
    padding: 20px;
    width: 100%;
    border-radius: 6.6px;
  }
}
.p-howto__number {
  position: absolute;
  top: -10%;
  left: 3%;
  font-size: 42px;
  line-height: 42px;
  color: #ff9970;
  font-weight: Bold;
  letter-spacing: 3px;
  font-family: "Oswald", sans-serif;
}
.p-howto__img {
  width: 100%;
  margin-bottom: min(8px, 0.6015037594vw);
}
@media screen and (max-width: 760px) {
  .p-howto__img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.p-howto__text {
  font-size: min(18px, 1.5037593985vw);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-howto__text {
    font-size: 14px;
  }
}
.p-howto__banner {
  width: min(1112px, 83.6090225564vw);
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-howto__banner {
    width: 100%;
  }
}

.p-last {
  background: linear-gradient(to right bottom, #fb8b01, #ea3b24);
  padding-top: min(54px, 4vw);
  padding-bottom: min(35px, 2.5925925926vw);
}
@media screen and (max-width: 760px) {
  .p-last {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-last__wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .p-last__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 18px;
  }
}
.p-last__left {
  line-height: 1.7;
}
@media screen and (max-width: 760px) {
  .p-last__left {
    line-height: 1.78;
  }
}
.p-last__left-voice {
  width: 250px;
}
@media screen and (max-width: 760px) {
  .p-last__left-voice {
    width: 180px;
    margin: 0 auto;
    display: block;
  }
}
.p-last__left-text {
  color: #fff;
  font-weight: 700;
  font-size: min(40px, 2.962962963vw);
  letter-spacing: 0.06em;
}
.p-last__left-text span {
  margin-right: min(10px, 0.7407407407vw);
}
@media screen and (max-width: 760px) {
  .p-last__left-text span {
    margin-right: 8.64px;
  }
}
@media screen and (max-width: 760px) {
  .p-last__left-text {
    font-size: 24px;
    text-align: center;
  }
}
.p-last__right-text {
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 700;
  margin-bottom: min(16px, 1.1851851852vw);
  font-size: min(24px, 1.7777777778vw);
}
@media screen and (max-width: 760px) {
  .p-last__right-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-last__button {
  display: block;
  width: min(425px, 31.4814814815vw);
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .p-last__button {
    width: 320px;
    margin: 0 auto;
  }
}
.p-last__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-last__button-img {
  width: 100%;
}

.p-line {
  max-width: 1112px;
  width: 100%;
  background-color: #00b900;
  padding: min(22px, 1.9469026549vw) min(114px, 7.0796460177vw) 0;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-line {
    padding: 30px 5%;
  }
}
.p-line__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .p-line__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.p-line__left {
  max-width: 451px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .p-line__left {
    max-width: initial;
  }
}
.p-line__white {
  color: #00b900;
  background-color: #fff;
  letter-spacing: 0.06em;
  font-size: min(34px, 3.0088495575vw);
  width: min(451px, 39.9115044248vw);
  height: min(61px, 5.3982300885vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: min(34px, 3.0088495575vw);
  border-radius: min(31px, 2.7433628319vw);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-line__white {
    font-size: 20px;
    width: 268px;
    border-radius: 31px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
.p-line__title {
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: min(40px, 3.5398230088vw);
  color: #fff;
  margin-bottom: min(20px, 1.7699115044vw);
  text-align: left;
}
@media screen and (max-width: 760px) {
  .p-line__title {
    font-size: 20px;
    letter-spacing: 0.06em;
    color: #00b900;
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-line__sp-wrap {
  background-color: #fff;
  border-radius: 5px;
  padding: min(20px, 1.7699115044vw);
  text-align: center;
}
.p-line__sub {
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: min(24px, 2.1238938053vw);
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .p-line__sub {
    font-size: 13px;
    color: #383838;
    text-align: center;
    padding: 0 26px;
  }
}
.p-line__right {
  width: min(388px, 34.3362831858vw);
}
@media screen and (max-width: 760px) {
  .p-line__right {
    width: 179px;
    transform: translateY(1px);
  }
}

.p-plan {
  background-image: url("../img/plan/background.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: min(65px, 4.6428571429vw);
  padding-bottom: min(120px, 8.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-plan {
    padding-top: 23px;
    padding-bottom: 50px;
  }
}
.p-plan__title-group {
  position: relative;
  width: min(800px, 57.1428571429vw);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .p-plan__title-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-plan__english {
  font-size: min(160px, 11.4285714286vw);
  letter-spacing: 0.09em;
  color: rgba(246, 85, 20, 0.1490196078);
}
@media screen and (max-width: 760px) {
  .p-plan__english {
    font-size: 55px;
  }
}
.p-plan__japanese {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(77px, 5vw);
  font-size: min(40px, 2.8571428571vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(8px, 0.5714285714vw);
       column-gap: min(8px, 0.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-plan__japanese {
    font-size: 22px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
    letter-spacing: 0.01em;
  }
}
.p-plan__span-orange {
  color: #f65514;
  font-size: min(78px, 5.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-plan__span-orange {
    font-size: 30px;
  }
}
@media screen and (max-width: 760px) {
  .p-plan__title-text {
    line-height: 1.1;
  }
}
.p-plan__span-normal {
  color: #f65514;
}
.p-plan__sub {
  font-size: min(30px, 2.1428571429vw);
  font-weight: 700;
  color: #f65514;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(69px, 4.9285714286vw);
}
@media screen and (max-width: 760px) {
  .p-plan__sub {
    font-size: 14px;
    top: 9px;
  }
}
.p-plan__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: min(34px, 2.4285714286vw);
}
@media screen and (max-width: 760px) {
  .p-plan__wrap {
    row-gap: 15px;
  }
}
.p-plan__box {
  border: 3px solid #d0d0d0;
  border-radius: 15px;
  width: 80%;
  padding-top: min(20px, 1.4285714286vw);
  padding-bottom: min(20px, 1.4285714286vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .p-plan__box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 28px;
    padding-left: 28px;
    height: 102px;
    border: 2px solid #d0d0d0;
    border-radius: 8px;
    width: 100%;
  }
}
.p-plan__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media screen and (max-width: 760px) {
  .p-plan__left {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
  }
}
.p-plan__initial-money {
  font-size: min(36px, 2.5714285714vw);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 760px) {
  .p-plan__initial-money {
    font-size: 20px;
  }
}
.p-plan__kome {
  letter-spacing: 0.03em;
  font-size: min(20px, 1.4285714286vw);
  color: #6e6e6e;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .p-plan__kome {
    font-size: 12px;
  }
}
.p-plan__right {
  letter-spacing: 0.05em;
  font-size: min(33px, 2.3571428571vw);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-plan__right {
    font-size: 20px;
  }
}
.p-plan__right span {
  font-size: min(26px, 1.8571428571vw);
}
@media screen and (max-width: 760px) {
  .p-plan__right span {
    font-size: 16px;
  }
}
.p-plan__plus {
  width: min(60px, 4.2857142857vw);
}
@media screen and (max-width: 760px) {
  .p-plan__plus {
    width: 35px;
    margin-bottom: 0;
  }
}
.p-plan__recommend {
  width: 85%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 760px) {
  .p-plan__recommend {
    width: 207px;
    top: 0;
  }
}
.p-plan__under-box {
  text-align: center;
  width: 100%;
}
.p-plan__three {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 760px) {
  .p-plan__three {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
}
.p-plan__card {
  width: min(310px, 22.1428571429vw);
  position: relative;
}
.p-plan__card--2 {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .p-plan__card {
    width: 100%;
    flex-shrink: 0;
  }
  .p-plan__card--3 {
    width: 300px;
    margin: 12px auto 0;
  }
}
.p-plan__card-up {
  color: #fff;
  background-color: #F39C12;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: min(20px, 1.4285714286vw);
  padding-bottom: min(20px, 1.4285714286vw);
  font-weight: 700;
  font-size: min(32px, 2.2857142857vw);
  letter-spacing: 0.1em;
}
.p-plan__card-up--2 {
  background-color: #f77e4d;
}
.p-plan__card-up--3 {
  background-color: #ff6a2f;
}
.p-plan__card-up--4 {
  background-color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-plan__card-up {
    font-size: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-plan__card-up--3 {
    margin-top: 30px;
  }
}
.p-plan__card-down {
  border: 3px solid #F39C12;
  padding: min(24px, 1.7142857143vw) min(20px, 1.4285714286vw);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
}
.p-plan__card-down--2 {
  color: #f77e4d;
  border: 3px solid #f77e4d;
}
.p-plan__card-down--3 {
  color: #ff6a2f;
  border: 3px solid #ff6a2f;
}
.p-plan__card-down--4 {
  color: #f65514;
  border: 3px solid #f65514;
}
@media screen and (max-width: 760px) {
  .p-plan__card-down {
    padding: 16px 40px;
  }
}
.p-plan__price {
  margin: 0 auto min(4px, 0.2857142857vw);
  width: min(260px, 18.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-plan__price {
    margin-bottom: 0;
    width: 163px;
  }
}
.p-plan__sub-price {
  color: #F39C12;
  font-weight: 700;
  font-size: min(18px, 1.2857142857vw);
  letter-spacing: 0.05em;
  margin-bottom: min(15px, 1.0714285714vw);
}
.p-plan__sub-price--2 {
  color: #f77e4d;
}
.p-plan__sub-price--3 {
  color: #ff6a2f;
}
.p-plan__sub-price--4 {
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-plan__sub-price {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-plan__detail {
  border-top: 2px solid #F39C12;
  border-bottom: 2px solid #F39C12;
  color: #7d7d7d;
  font-size: min(16px, 1.1428571429vw);
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: min(15px, 1.0714285714vw) min(5px, 0.3571428571vw);
}
.p-plan__detail--2 {
  border-top: 2px solid #f77e4d;
  border-bottom: 2px solid #f77e4d;
}
.p-plan__detail--3 {
  border-top: 2px solid #ff6a2f;
  border-bottom: 2px solid #ff6a2f;
}
.p-plan__detail--4 {
  border-top: 2px solid #f65514;
  border-bottom: 2px solid #f65514;
}
@media screen and (max-width: 760px) {
  .p-plan__detail {
    font-size: 12px;
    padding: 10px 2px;
  }
  .p-plan__detail--4 {
    border-top: 2px solid #f65514;
    border-bottom: 2px solid #f65514;
    padding: min(15px, 1.0714285714vw) min(5px, 0.3571428571vw);
  }
  .p-plan__detail--4::before, .p-plan__detail--4::after {
    height: 0px;
  }
}
.p-plan__amount {
  padding-top: min(19px, 1.3571428571vw);
  margin-bottom: 2px;
}
@media screen and (max-width: 760px) {
  .p-plan__amount {
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.p-plan__amount-up {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(4.5px, 0.3214285714vw);
       column-gap: min(4.5px, 0.3214285714vw);
}
@media screen and (max-width: 760px) {
  .p-plan__amount-up {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-plan__check {
  width: min(40px, 2.8571428571vw);
}
@media screen and (max-width: 760px) {
  .p-plan__check {
    width: 20px;
  }
}
.p-plan__amount-text {
  font-size: min(24px, 1.7142857143vw);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #F39C12;
}
.p-plan__amount-text--2 {
  color: #f77e4d;
}
.p-plan__amount-text--3 {
  color: #ff6a2f;
}
.p-plan__amount-text--4 {
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-plan__amount-text {
    font-size: 16px;
  }
}
.p-plan__amount-down {
  letter-spacing: 0.1em;
  font-size: min(15px, 1.0714285714vw);
  font-weight: 500;
  color: #7d7d7d;
}
@media screen and (max-width: 760px) {
  .p-plan__amount-down {
    font-size: 10px;
    font-weight: 500;
  }
}
.p-plan__one {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
@media screen and (max-width: 760px) {
  .p-plan__one {
    flex-direction: column;
    row-gap: 12px;
  }
}

.p-policy {
  background: linear-gradient(to right, #ea3b24, #fb8b01);
  padding-top: min(90px, 8.9108910891vw);
  padding-bottom: min(90px, 8.9108910891vw);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-policy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-policy__sub {
  font-size: min(30px, 2.9702970297vw);
  letter-spacing: 0.06em;
  margin-bottom: min(8px, 0.7920792079vw);
  color: #f76930;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-policy__sub {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.p-policy__title {
  font-size: min(49px, 4.8514851485vw);
  letter-spacing: 0.06em;
  margin-bottom: min(28px, 2.7722772277vw);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-policy__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.p-policy__wrap {
  background-color: #fff;
  padding: min(48px, 4.7524752475vw) min(5px, 0.495049505vw) min(48px, 4.7524752475vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
@media screen and (max-width: 760px) {
  .p-policy__wrap {
    padding: 30px 23px;
    row-gap: 0;
  }
}
.p-policy__wrapping {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 760px) {
  .p-policy__wrapping {
    row-gap: 11px;
    flex-direction: column;
  }
}
.p-policy__text-group {
  row-gap: min(20px, 1.9801980198vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-weight: 600;
}
.p-policy__text {
  width: min(440px, 43.5643564356vw);
  font-size: min(22px, 2.3762376238vw);
  letter-spacing: 0.04em;
  text-align: left;
}
.p-policy__text span {
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-policy__text {
    font-size: 16px;
    width: 273px;
    line-height: 1.3;
  }
}
.p-policy__img {
  width: min(368px, 36.4356435644vw);
}
@media screen and (max-width: 760px) {
  .p-policy__img {
    width: 206px;
    order: -1;
    transform: translateX(15px);
  }
}

.p-reco__up {
  background-color: #f65514;
  padding: 2rem 0;
}
@media screen and (max-width: 760px) {
  .p-reco__up {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.p-reco__up-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-reco__up-box {
    flex-direction: column;
    line-height: 1.2;
  }
}
.p-reco__up-text {
  letter-spacing: 0.03em;
  color: #fff;
  font-size: min(40px, 3.2520325203vw);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-reco__up-text {
    font-size: 21px;
  }
}
@media screen and (max-width: 760px) {
  .p-reco__up-sp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.p-reco__up-sp-text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.p-reco__down {
  padding-top: min(72px, 5.8536585366vw);
  padding-bottom: min(72px, 5.8536585366vw);
  background-color: #fff3e9;
}
@media screen and (max-width: 760px) {
  .p-reco__down {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-reco__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .p-reco__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 12px;
  }
}
.p-reco__img {
  width: min(360px, 29.2682926829vw);
}
@media screen and (max-width: 760px) {
  .p-reco__img {
    width: 100%;
  }
}

.p-recommend {
  background-image: url("../img/recommend/bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: min(95px, 7.1428571429vw) 4rem;
}
@media screen and (max-width: 760px) {
  .p-recommend {
    padding: 36px 5%;
  }
}
.p-recommend__title-group {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .p-recommend__title-group {
    margin-bottom: 0;
  }
}
.p-recommend__english {
  font-size: clamp(100px, 60px + 5.2vw, 170px);
  letter-spacing: 0.09em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .p-recommend__english {
    font-size: clamp(52px, 0.4px + 13.8vw, 105px);
  }
}
.p-recommend__on_english {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: clamp(30px, 30px + 10 * (100vw - 761px) / 239, 40px);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-recommend__on_english {
    font-size: 19px;
    line-height: 1.2;
    top: 30%;
  }
}
.p-recommend__on_english-grad {
  font-size: clamp(45px, 45px + 15 * (100vw - 761px) / 239, 60px);
  background: linear-gradient(to bottom right, #ea3b24, #fb8b01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .p-recommend__on_english-grad {
    font-size: 30px;
  }
}
.p-recommend__sub-text-wrap {
  text-align: center;
}
.p-recommend__sub-text {
  text-align: center;
  font-size: clamp(16px, 16px + 4 * (100vw - 761px) / 239, 20px);
  font-weight: 600;
  display: inline;
  line-height: 2;
  padding-bottom: 20px;
  background-image: radial-gradient(circle, currentColor 2px, transparent 2px);
  background-size: 8px 6px;
  background-repeat: repeat-x;
  background-position: 0 1.6em;
}
.p-recommend__container {
  display: flex;
  gap: clamp(0px, 0px + 30 * (100vw - 761px) / 239, 30px);
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 4rem;
}
@media screen and (max-width: 760px) {
  .p-recommend__container {
    flex-direction: column;
    padding: 0;
    margin-top: 40px;
  }
}
.p-recommend__card {
  flex: 1;
  position: relative;
  padding: 30px 20px;
}
@media screen and (max-width: 760px) {
  .p-recommend__card {
    padding: 0;
  }
}
.p-recommend__number {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: clamp(45px, 45px + 15 * (100vw - 761px) / 239, 60px);
  font-weight: 700;
  margin: 0;
  border-bottom: 3px solid #383838;
  letter-spacing: -2px;
  line-height: 1.2;
}
@media screen and (max-width: 760px) {
  .p-recommend__number {
    top: 40px;
  }
}
.p-recommend__number-line {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 15px;
  height: 2px;
  background: #383838;
  transform: rotate(-45deg);
}
.p-recommend__number-line::before, .p-recommend__number-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383838;
}
.p-recommend__number-line::before {
  top: -10px;
  transform: rotate(-30deg);
  transform-origin: left center;
}
.p-recommend__number-line::after {
  top: 10px;
  transform: rotate(-320deg);
  transform-origin: left center;
}
.p-recommend__card-image {
  text-align: center;
  min-height: 150px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.p-recommend__img {
  width: 90%;
  height: auto;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 760px) {
  .p-recommend__img {
    max-height: 300px;
  }
}
.p-recommend__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #333;
  margin: 0 0 16px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-recommend__card-text {
  font-size: 15.5px;
  line-height: 1.8;
  margin: 0;
  font-weight: 600;
}

.p-reservation {
  background-image: url("../img/reservation/background.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: min(120px, 10.1694915254vw);
  padding-bottom: min(120px, 10.1694915254vw);
  background-color: #ffc4ad;
}
@media screen and (max-width: 760px) {
  .p-reservation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-reservation__wrap {
  background-color: #fff;
  padding: min(80px, 6.7796610169vw) min(110px, 9.3220338983vw);
}
@media screen and (max-width: 760px) {
  .p-reservation__wrap {
    padding: 30px 10px;
  }
}
.p-reservation__text-group {
  margin-bottom: min(60px, 5.0847457627vw);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-reservation__text-group {
    margin-bottom: 20px;
  }
}
.p-reservation__sub {
  margin-bottom: 0px;
  font-size: min(26px, 2.2033898305vw);
  letter-spacing: 0.08em;
  color: #f65514;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-reservation__sub {
    margin-bottom: 1px;
    font-size: 16px;
  }
}
.p-reservation__h2 {
  margin-bottom: min(16px, 1.3559322034vw);
  font-size: min(65px, 5.5084745763vw);
  background: linear-gradient(to bottom right, #ea3b24, #fb8b01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .p-reservation__h2 {
    margin-bottom: 3px;
    font-size: 32px;
  }
}
.p-reservation__alert {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: min(24px, 2.0338983051vw);
}
@media screen and (max-width: 760px) {
  .p-reservation__alert {
    font-size: 12px;
  }
}

.p-see {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/see/bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 760px) {
  .p-see {
    background: url(../img/see/bg-sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-see__container {
  max-width: 1200px;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-see__container {
    padding: 0 15px;
  }
}
.p-see__wrap {
  position: relative;
}
.p-see__h3 {
  font-size: 36px;
  font-weight: 700;
  color: #f65514;
  margin-bottom: 40px;
  width: 100%;
  height: 67px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 3px solid #f65514;
  background-color: #fff;
  border-radius: 70px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 760px) {
  .p-see__h3 {
    margin-bottom: 30px;
    font-size: 20px;
    height: 46px;
    border-radius: 70px;
    border: 3px solid #f65514;
    display: none;
  }
}
.p-see__h3--sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-see__h3--sp {
    display: flex;
  }
}
.p-see__movie {
  width: 80%;
  aspect-ratio: 16/9;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1300px) {
  .p-see__movie {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .p-see__movie {
    margin-bottom: 30px;
  }
}
.p-see__button {
  display: block;
  width: min(507px, 42.9661016949vw);
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-see__button {
    width: 320px;
    margin: 0 auto;
  }
}
.p-see__girl {
  position: absolute;
  height: 65%;
  bottom: -60px;
  right: -10vw;
}
@media screen and (max-width: 1300px) {
  .p-see__girl {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .p-see__girl {
    height: 112px;
    bottom: initial;
    top: -36px;
    right: -5px;
    display: block;
  }
}
.p-see__boy {
  position: absolute;
  height: 65%;
  bottom: -60px;
  left: -10vw;
}
@media screen and (max-width: 1300px) {
  .p-see__boy {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .p-see__boy {
    display: block;
    height: 112px;
    bottom: initial;
    top: -36px;
    left: 0;
  }
}
.p-see__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-see__play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}
.p-see__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-study {
  background-image: url("../img/study/background.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: min(20px, 1.6949152542vw);
  padding-bottom: min(20px, 1.6949152542vw);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-study {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.p-study__title-group {
  position: relative;
  width: min(700px, 59.3220338983vw);
  margin: 0 auto;
  text-align: center;
  margin-bottom: min(10px, 0.8474576271vw);
}
@media screen and (max-width: 760px) {
  .p-study__title-group {
    width: 100%;
    margin-bottom: 23px;
  }
}
.p-study__english {
  font-size: min(160px, 13.5593220339vw);
  letter-spacing: 0.09em;
  color: #e9e9e9;
}
@media screen and (max-width: 760px) {
  .p-study__english {
    font-size: 55px;
  }
}
.p-study__japanese {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(103px, 8.7288135593vw);
  font-size: min(40px, 3.3898305085vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(8px, 0.6779661017vw);
       column-gap: min(8px, 0.6779661017vw);
}
@media screen and (max-width: 760px) {
  .p-study__japanese {
    font-size: 19px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
  }
}
.p-study__logo {
  width: min(342px, 28.9830508475vw);
}
@media screen and (max-width: 760px) {
  .p-study__logo {
    width: 169px;
  }
}
.p-study__sub {
  font-size: min(30px, 2.5423728814vw);
  font-weight: 700;
  color: #f65514;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(69px, 5.8474576271vw);
}
@media screen and (max-width: 760px) {
  .p-study__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-study__group {
  margin-bottom: min(55px, 4.6610169492vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .p-study__group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    row-gap: 20px;
  }
}
.p-study__card {
  padding: min(20px, 1.6949152542vw) min(25px, 2.1186440678vw);
  background-color: #fff;
  border: 3px solid #f65514;
  width: min(330px, 27.9661016949vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: min(12px, 1.0169491525vw);
  box-shadow: 4px 4px 0px #ffc4ad;
  border-radius: 8px;
}
@media screen and (max-width: 760px) {
  .p-study__card {
    row-gap: 12px;
    box-shadow: 4px 4px 0px #ffc4ad;
    border-radius: 8px;
    width: 100%;
    padding: 20px 27px;
  }
}
.p-study__card-title {
  font-size: min(22px, 1.8644067797vw);
  letter-spacing: 0.1em;
  color: #f65514;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-study__card-title {
    font-size: 18px;
  }
}
.p-study__card-img {
  width: 100%;
}
.p-study__card-text {
  font-size: min(16px, 1.3559322034vw);
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 760px) {
  .p-study__card-text {
    font-size: 14px;
  }
}
.p-study__h3 {
  margin-bottom: min(30px, 2.5423728814vw);
  font-size: min(36px, 3.0508474576vw);
  letter-spacing: 0.14em;
  color: #f65514;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .p-study__h3 {
    margin-bottom: 23px;
    font-size: 18px;
    letter-spacing: 0;
  }
}
.p-study__movie {
  width: min(640px, 54.2372881356vw);
  height: auto;
  margin-bottom: min(41px, 3.4745762712vw);
  aspect-ratio: 16/9;
}
@media screen and (max-width: 760px) {
  .p-study__movie {
    width: 100%;
    margin-bottom: 22px;
  }
}
.p-study__button {
  display: block;
  width: min(507px, 42.9661016949vw);
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-study__button {
    width: 320px;
    margin: 0 auto;
  }
}
.p-study__button-img {
  width: 100%;
}
.p-study .voice-training-course {
  display: grid;
  grid-template-areas: "basic" "intermediate" "advanced";
  margin: 100px auto;
}
@media screen and (max-width: 960px) {
  .p-study .voice-training-course {
    margin: 0 auto;
  }
}
.p-study .section-title-wrapper {
  position: relative;
}
.p-study .section-title {
  grid-area: title;
  background-color: #f9a825;
  color: white;
  font-weight: bold;
  padding: 15px 50px;
  font-size: 22px;
  border-radius: 10px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-study .section-title {
    padding: 10px 30px;
  }
}
.p-study .toggle-icon {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  transform: translate(-50%, -32%) rotate(45deg);
  transition: all 0.5s ease;
  top: 50%;
  right: 3%;
}
@media screen and (max-width: 960px) {
  .p-study .toggle-icon {
    right: 5%;
    width: 15px;
    height: 15px;
  }
}
.p-study .items {
  display: grid;
  gap: 20px;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
  max-height: 100vh;
  pointer-events: auto;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .p-study .items {
    gap: 15px;
  }
}
.p-study .hidden {
  opacity: 0;
  max-height: 0;
  transform: translateY(-10px);
  pointer-events: none;
  margin: 10px 0;
}
.p-study .item {
  border-radius: 10px;
  padding: 15px 0 15px 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 960px) {
  .p-study .item {
    padding: 20px 10px 20px 25px;
  }
}
.p-study .item-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-study .check-img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.p-study .item-title {
  color: #f65514;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-study .item-title {
    font-size: 16px;
  }
}
.p-study .item-content {
  padding-left: 20px;
  text-align: left;
}
.p-study .item-content li {
  color: #393939;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
  list-style: disc;
}
@media screen and (max-width: 960px) {
  .p-study .item-content li {
    font-size: 14px;
  }
}
.p-study .basic-section {
  grid-area: basic;
}
.p-study .basic-section .section-title {
  background-color: #f39c12;
}
.p-study .basic-section .items {
  grid-template: "basic-item-1 basic-item-2 basic-item-3"/1fr 1.5fr 1fr;
}
@media screen and (max-width: 960px) {
  .p-study .basic-section .items {
    grid-template: "basic-item-1" "basic-item-2" "basic-item-3";
  }
}
.p-study .basic-section .item {
  background-color: #ffeed5;
}
.p-study #basic-item-1 {
  grid-area: basic-item-1;
}
.p-study #basic-item-2 {
  grid-area: basic-item-2;
}
.p-study #basic-item-3 {
  grid-area: basic-item-3;
}
.p-study .intermediate-section {
  grid-area: intermediate;
}
.p-study .intermediate-section .section-title {
  background-color: #f57c00;
}
.p-study .intermediate-section .items {
  grid-template: "intermediate-item-1 intermediate-item-2" "intermediate-item-3 intermediate-item-4"/1fr 1fr;
}
@media screen and (max-width: 960px) {
  .p-study .intermediate-section .items {
    grid-template: "intermediate-item-1" "intermediate-item-2" "intermediate-item-3" "intermediate-item-4";
  }
}
.p-study .intermediate-section .item {
  background-color: #fff1e8;
}
.p-study #intermediate-item-1 {
  grid-area: intermediate-item-1;
}
.p-study #intermediate-item-2 {
  grid-area: intermediate-item-2;
}
.p-study #intermediate-item-3 {
  grid-area: intermediate-item-3;
}
.p-study #intermediate-item-4 {
  grid-area: intermediate-item-4;
}
.p-study .advanced-section {
  grid-area: advanced;
}
.p-study .advanced-section .section-title {
  background-color: #e64a19;
}
.p-study .advanced-section .items {
  grid-template: "advanced-item-1 advanced-item-2" "advanced-item-3 advanced-item-4"/1fr 1fr;
}
@media screen and (max-width: 960px) {
  .p-study .advanced-section .items {
    grid-template: "advanced-item-1" "advanced-item-2" "advanced-item-3" "advanced-item-4";
  }
}
.p-study .advanced-section .item {
  background-color: #ffe6e0;
}
.p-study #advanced-item-1 {
  grid-area: advanced-item-1;
}
.p-study #advanced-item-2 {
  grid-area: advanced-item-2;
}
.p-study #advanced-item-3 {
  grid-area: advanced-item-3;
}
.p-study #advanced-item-4 {
  grid-area: advanced-item-4;
}

.p-two {
  padding-top: min(65px, 5.6034482759vw);
  padding-bottom: min(87px, 7.3728813559vw);
  background: url(../img/two/bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .p-two {
    padding-top: 35px;
    padding-bottom: 50px;
    background: url(../img/two/bg-sp.webp) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.p-two__wrap {
  text-align: center;
}
.p-two__title-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: min(20px, 1.6949152542vw);
}
@media screen and (max-width: 760px) {
  .p-two__title-group {
    margin-bottom: 15px;
    flex-direction: column;
    line-height: 1;
  }
}
.p-two__sp-flex {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-two__sp-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.p-two__sp-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
}
.p-two__logo {
  width: min(400px, 33.8983050847vw);
  transform: translateY(min(5px, 0.4237288136vw));
}
@media screen and (max-width: 760px) {
  .p-two__logo {
    width: 188px;
    transform: none;
  }
}
.p-two__sub-title {
  font-size: min(49px, 4.1525423729vw);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-two__sub-title {
    font-size: 24px;
  }
}
.p-two__sub {
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: min(24px, 2.0338983051vw);
  margin-bottom: min(40px, 3.3898305085vw);
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-two__sub {
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.p-two__flex {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 760px) {
  .p-two__flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
  }
}
.p-two__img {
  width: min(520px, 42.7966101695vw);
}
@media screen and (max-width: 760px) {
  .p-two__img {
    width: 100%;
  }
}
.p-two__arrow {
  width: min(118px, 10vw);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px) {
  .p-two__arrow {
    width: 60px;
    left: 41%;
    transform: rotate(90deg) translateX(-50%);
  }
}
.p-two__box {
  min-height: min(509px, 43.1355932203vw);
  padding: min(40px, 3.3898305085vw) min(22px, 1.8644067797vw) min(17px, 1.4406779661vw) min(22px, 1.8644067797vw);
  background-color: #fff;
  border: 4px solid #e9e9e9;
  border-radius: 10px;
  box-shadow: 6px 6px 0px #6e6e6e;
}
@media screen and (max-width: 760px) {
  .p-two__box {
    padding: 25px 14px 14px;
    min-height: 302px;
    border: 2.38px solid #e9e9e9;
    box-shadow: 3.5px 3.5px 0px #6e6e6e;
    width: 100%;
  }
}
.p-two__box--2 {
  box-shadow: 6px 6px 0px #f65514;
  border: 4px solid #f65514;
}
@media screen and (max-width: 760px) {
  .p-two__box--2 {
    box-shadow: 3.5px 3.5px 0px #f65514;
    border: 2.38px solid #f65514;
    width: 100%;
  }
}
.p-two__box-title {
  font-size: min(32px, 2.7118644068vw);
  font-weight: 400;
  margin: 0;
}
.p-two__box-title--2 {
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-two__box-title {
    font-size: 21px;
  }
}
.p-two__box-small-box {
  background-color: #e9e9e9;
  border-radius: 10px;
  padding: min(23px, 1.9491525424vw) min(20px, 1.6949152542vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-two__box-small-box--2 {
  background-color: #ffc4ad;
}
@media screen and (max-width: 760px) {
  .p-two__box-small-box {
    padding: 13px 11px;
  }
}
.p-two__box-p-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: min(7px, 0.593220339vw);
       column-gap: min(7px, 0.593220339vw);
}
@media screen and (max-width: 760px) {
  .p-two__box-p-group {
    -moz-column-gap: 4.5px;
         column-gap: 4.5px;
  }
}
.p-two__box-p {
  font-size: min(20px, 1.6101694915vw);
  font-weight: 500;
  color: #383838;
}
.p-two__box-p span {
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-two__box-p {
    font-size: 12px;
  }
}
.p-two__pic {
  width: 100%;
  margin-bottom: min(25px, 2.1186440678vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 760px) {
  .p-two__pic {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */