@charset "UTF-8";
/*
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
*/
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: pink;
}

::selection {
  background-color: pink;
}

html {
  font-size: 62.5%;
  overflow-x: auto;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

textarea {
  resize: none;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}

@font-face {
  font-family: "AlteDIN";
  src: url("/font/DIN.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AlteDIN";
  src: url("/font/DING.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.container {
  width: 100%;
  max-width: 118rem;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  margin-right: auto;
  margin-left: auto;
}

.container-cam {
  width: 100%;
  max-width: 118rem;
  padding-right: 4rem;
  padding-left: 4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .container-cam {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-support {
  max-width: 900px;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.container-gift {
  width: 100%;
  max-width: 110.4rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.container-last {
  width: 100%;
  max-width: 143rem;
  padding-right: 6rem;
  padding-left: 6rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .container-last {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-bonne {
  width: 100%;
  max-width: 129rem;
  padding-right: 4rem;
  padding-left: 4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .container-bonne {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-reservation {
  width: 100%;
  max-width: 118rem;
  padding-right: 4rem;
  padding-left: 4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .container-reservation {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-reco {
  width: 100%;
  max-width: 123rem;
  padding-right: 4rem;
  padding-left: 4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .container-reco {
    padding-right: 48px;
    padding-left: 48px;
  }
}

.container-cta-1 {
  width: 100%;
  max-width: 93rem;
  padding-right: 4rem;
  padding-left: 4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .container-cta-1 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-cta-2 {
  width: 100%;
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .container-cta-2 {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

.container-two {
  width: 100%;
  max-width: 118rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 760px) {
  .container-two {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.container-policy {
  width: 100%;
  max-width: 101.6rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 760px) {
  .container-policy {
    padding-right: 3.3rem;
    padding-left: 3.3rem;
  }
}

.container-study {
  width: 100%;
  max-width: 118rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 760px) {
  .container-study {
    padding-right: 2.3rem;
    padding-left: 2.3rem;
  }
}

.container-howto {
  width: 100%;
  max-width: 133rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 760px) {
  .container-howto {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-flow {
  width: 100%;
  max-width: 143rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 760px) {
  .container-flow {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-fv {
  width: 100%;
  max-width: 123rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 760px) {
  .container-fv {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container-about {
  width: 100%;
  max-width: 116rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 760px) {
  .container-about {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container-occupation {
  width: 100%;
  max-width: 133rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 760px) {
  .container-occupation {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container-plan {
  width: 100%;
  max-width: 127rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4.7rem;
  padding-left: 4.7rem;
}

.is-md-hide {
  display: block;
}
@media screen and (max-width: 760px) {
  .is-md-hide {
    display: none;
  }
}

.is-md-show {
  display: none;
}
@media screen and (max-width: 760px) {
  .is-md-show {
    display: block;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.animation-button {
  animation: pulse 2s infinite ease-in-out;
}
@media screen and (max-width: 760px) {
  .animation-button {
    animation: pulse2 2s infinite ease-in-out;
  }
}

.sp-sticky-button {
  display: none;
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  width: 100%;
}
.sp-sticky-button img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sp-sticky-button {
    position: fixed;
    position: -webkit-fixed;
    opacity: 1;
    pointer-events: auto;
    opacity: 0;
    pointer-events: none;
    bottom: 3%;
    justify-content: center;
  }
}

/* 
  TOPページのページバックバナー
*/
.p-stopping {
  -webkit-tap-highlight-color: transparent;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  word-break: break-all;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.p-stopping.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-stopping__container {
  position: relative;
  max-width: 40%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: visible;
  padding: 10px;
}

.p-stopping__link {
  display: block;
  cursor: pointer;
}

.p-stopping__img {
  display: block;
  max-width: 100%;
  max-height: 50vh;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.p-stopping__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #888;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.p-stopping__close::before,
.p-stopping__close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: white;
}

.p-stopping__close::before {
  transform: rotate(45deg);
}

.p-stopping__close::after {
  transform: rotate(-45deg);
}

@keyframes scroll-anim {
  0% {
    opacity: 0;
    translate: 0 -20px;
  }
  8% {
    opacity: 0;
    translate: 0 -20px;
  }
  12% {
    opacity: 0.9;
    translate: 0 0;
  }
  100% {
    opacity: 0.9;
  }
}
.pc-sticky-button-img {
  position: fixed;
  display: inline-block;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  max-width: 200px;
  opacity: 0;
  pointer-events: none; /* 非表示時はクリックできないように */
  transition: opacity 0.3s ease;
}

/* PCのみ表示にしたい場合（スマホでは非表示） */
@media screen and (max-width: 767px) {
  .pc-sticky-button-img {
    display: none;
  }
}
/*リンクの形状*/
#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);
  }
}
.l-hamburger {
  display: none;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .l-hamburger {
    display: block;
  }
}
.l-hamburger__nav {
  position: fixed;
  background-color: #fff;
  color: #383838;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
  top: -150rem;
  transition: all 0.7s;
}
.l-hamburger__ul {
  text-align: center;
  position: relative;
  padding-top: 9rem;
}
.l-hamburger__li {
  position: relative;
  border-top: 1px solid #383838;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-hamburger__li--special {
  border-bottom: 1px solid #383838;
}
.l-hamburger__li.is-open .l-hamburger__submenu {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}
.l-hamburger__li.is-open .l-hamburger__arrow {
  transform: rotate(180deg);
}
.l-hamburger__a {
  color: #383838;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
}
.l-hamburger__contact {
  width: 390px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .l-hamburger__contact {
    width: 390px;
  }
}
@media screen and (max-width: 500px) {
  .l-hamburger__contact {
    width: 350px;
  }
}
.l-hamburger__contact-img {
  width: 100%;
}
.l-hamburger__arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: -10rem;
  transform-origin: center 3px;
}
.l-hamburger__button {
  display: none;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  border: none;
  border-radius: 50%;
  position: fixed;
  right: 2%;
  top: 3.3rem;
  background-color: transparent;
  z-index: 100;
  transition: all 0.5s;
  transform: translateY(-2rem);
}
@media screen and (max-width: 1200px) {
  .l-hamburger__button {
    display: inline-block;
    top: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-hamburger__button {
    top: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .l-hamburger__button {
    top: 1.4rem;
  }
}
@media screen and (max-width: 760px) {
  .l-hamburger__button {
    top: 2rem;
  }
}
.l-hamburger__japanese {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #383838;
}
.l-hamburger__english {
  color: #f65514;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
}
.l-hamburger__hum {
  display: none;
  height: 3px;
  width: 4rem;
  background-color: #383838;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 2rem;
  z-index: 100;
  border-radius: 3px;
}
.l-hamburger__hum::before, .l-hamburger__hum::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 4rem;
  background-color: #383838;
  position: absolute;
  top: -1.2rem;
  left: 0;
  transition: all 0.25s;
  border-radius: 3px;
}
.l-hamburger__hum::after {
  top: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .l-hamburger__hum {
    display: inline-block;
  }
}
.l-hamburger.open .l-hamburger__nav {
  top: 0;
  opacity: 1;
}
.l-hamburger.open .l-hamburger__button span {
  background-color: transparent;
}
.l-hamburger.open .l-hamburger__button span::before {
  transform: translateY(1.2rem) rotate(-315deg);
}
.l-hamburger.open .l-hamburger__button span::after {
  transform: translateY(-1.2rem) rotate(315deg);
}

.open .l-hamburger__nav {
  top: 0;
  opacity: 1;
}

.open .l-hamburger__button span {
  background-color: transparent;
}

.open .l-hamburger__button span::before {
  transform: translateY(1.2rem) rotate(-315deg);
}

.open .l-hamburger__button span::after {
  transform: translateY(-1.2rem) rotate(315deg);
}

.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;
  }
}

.fixedCtaButton {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  height: 60px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.fixedCtaButton a {
  bottom: 25px;
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%);
  width: 340px;
}
.fixedCtaButton img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header {
  height: min(90px, 6.25vw);
  line-height: min(90px, 6.25vw);
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  top: 0;
}
@media screen and (max-width: 760px) {
  .l-header {
    height: 70px;
    line-height: 70px;
  }
}
.l-header__wrap {
  padding-right: min(15px, 1.0416666667vw);
  padding-left: min(15px, 1.0416666667vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: min(90px, 6.25vw);
  line-height: min(90px, 6.25vw);
}
@media screen and (max-width: 760px) {
  .l-header__wrap {
    height: 70px;
    line-height: 70px;
  }
}
.l-header__left {
  width: min(300px, 20.8333333333vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.l-header__left:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .l-header__left {
    width: 220px;
  }
}
.l-header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: min(30px, 2.0833333333vw);
       column-gap: min(30px, 2.0833333333vw);
}
@media screen and (max-width: 1200px) {
  .l-header__right {
    display: none;
  }
}
.l-header__logo {
  width: 100%;
}
.l-header__ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: min(25px, 1.7361111111vw);
       column-gap: min(25px, 1.7361111111vw);
}
.l-header__a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  row-gap: min(6px, 0.4166666667vw);
}
.l-header__a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.l-header__japanese {
  color: #383838;
  font-size: min(17px, 1.1805555556vw);
  line-height: 1;
  font-weight: 700;
}
.l-header__english {
  font-size: min(12px, 0.8333333333vw);
  line-height: 1;
  color: #f65514;
  font-weight: 700;
}
.l-header__button {
  width: min(320px, 22.2222222222vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.l-header__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.l-header__button-img {
  width: 100%;
}

/*
  下層ページ用のヘッダー
 */
.l-l-header-lower-page {
  height: min(90px, 6.25vw);
  line-height: min(90px, 6.25vw);
  width: 100%;
  background-color: #fff;
  z-index: 3;
}
@media screen and (max-width: 760px) {
  .l-l-header-lower-page {
    height: 70px;
    line-height: 70px;
  }
}
.l-l-header-lower-page__wrap {
  padding-right: min(15px, 1.0416666667vw);
  padding-left: min(15px, 1.0416666667vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: min(90px, 6.25vw);
  line-height: min(90px, 6.25vw);
}
@media screen and (max-width: 760px) {
  .l-l-header-lower-page__wrap {
    height: 70px;
    line-height: 70px;
  }
}
.l-l-header-lower-page__left {
  width: min(300px, 20.8333333333vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.l-l-header-lower-page__left:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .l-l-header-lower-page__left {
    width: 220px;
  }
}
.l-l-header-lower-page__logo {
  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: min(104px, 7.7037037037vw);
}
@media screen and (max-width: 760px) {
  .p-last__left-voice {
    width: 80px;
  }
}
.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;
  }
}
.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: 340px;
    margin: 0 auto;
  }
}
.p-last__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.p-last__button-img {
  width: 100%;
}

.p-reservation {
  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-flow {
  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;
}
@media screen and (max-width: 760px) {
  .p-flow__card {
    width: 100%;
    padding: 26px 20px;
    height: auto;
  }
}
.p-flow__icon {
  margin-bottom: 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);
  }
}

.p-bonne {
  background-image: url(../img/bonne/bg.png);
  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.png);
    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(24px, 1.8604651163vw);
  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: 340px;
    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 {
  height: auto;
  width: min(346px, 26.8217054264vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  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;
    height: auto;
    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: 30%;
  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;
  margin-bottom: 12px;
}
@media screen and (max-width: 760px) {
  .p-bonne__box-h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.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-bottom: 1rem;
  max-width: 80%;
}
.p-bonne__initial-group {
  border: 1px solid #fff;
  width: min(278px, 21.5503875969vw);
  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-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: 22px 33px;
  }
}
.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;
  }
}
.p-line__right {
  width: min(388px, 34.3362831858vw);
}
@media screen and (max-width: 760px) {
  .p-line__right {
    width: 179px;
    transform: translateY(1px);
  }
}

.p-cta {
  background: url(../img/cta/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: min(86px, 9.247311828vw);
  padding-bottom: min(54px, 5.8064516129vw);
}
@media screen and (max-width: 760px) {
  .p-cta {
    background: url(../img/cta/bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.p-cta__wrap {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  text-align: center;
  padding-top: min(31px, 3.3333333333vw);
  padding-bottom: min(31px, 3.3333333333vw);
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-cta__wrap {
    padding: 15px 12px;
  }
}
.p-cta__title {
  font-size: min(32px, 3.4408602151vw);
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #f65514;
  border-radius: min(31px, 3.3333333333vw);
  border: 4px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: min(-31px, -3.3333333333vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(568px, 61.0752688172vw);
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .p-cta__title {
    margin: 0 auto;
    position: static;
    width: 322px;
    font-size: 18px;
    border-radius: 17px;
    border: 2px solid #fff;
    margin-bottom: 13px;
    transform: none;
  }
}
.p-cta__img {
  width: min(692px, 74.4086021505vw);
  margin: 0 auto;
  margin-bottom: min(20px, 2.1505376344vw);
}
@media screen and (max-width: 760px) {
  .p-cta__img {
    width: 291px;
    margin-bottom: 13px;
  }
}
.p-cta__text {
  margin-top: min(18px, 1.935483871vw);
  font-size: min(22px, 2.3655913978vw);
  font-weight: 700;
  margin-bottom: min(8px, 0.8602150538vw);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 760px) {
  .p-cta__text {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: none;
  }
}
.p-cta__sub {
  margin-bottom: min(18px, 1.935483871vw);
  font-size: min(12px, 1.2903225806vw);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #383838;
}
@media screen and (max-width: 760px) {
  .p-cta__sub {
    font-size: 10px;
    margin-bottom: 13px;
  }
}
.p-cta__button {
  width: min(490px, 52.688172043vw);
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}
.p-cta__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .p-cta__button {
    width: 340px;
    margin: 0 auto;
  }
}
.p-cta__button-img {
  width: 100%;
}

.p-cta-2 {
  background: url(../img/cta-2/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: min(63px, 7vw);
  padding-bottom: min(63px, 7vw);
}
@media screen and (max-width: 760px) {
  .p-cta-2 {
    background: url(../img/cta-2/bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.p-cta-2__sub {
  margin: 0 auto;
  font-size: min(34px, 3.7777777778vw);
  letter-spacing: 0.06em;
  width: min(821px, 91.2222222222vw);
  height: min(68px, 7.5555555556vw);
  border-radius: 31px;
  background-color: #fff;
  color: #f65514;
  font-weight: 700;
  margin-bottom: min(15px, 1.6666666667vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-cta-2__sub span {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .p-cta-2__sub {
    margin: 0 auto;
    font-size: 20px;
    width: 274px;
    height: 36px;
    margin-bottom: 20px;
  }
}
.p-cta-2__title {
  text-align: center;
  font-size: min(49px, 5.4444444444vw);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: min(32px, 3.5555555556vw);
  line-height: 1.4;
}
@media screen and (max-width: 760px) {
  .p-cta-2__title {
    font-size: 20px;
    letter-spacing: 0.13em;
    margin-bottom: 12px;
  }
}
.p-cta-2__wrap {
  text-align: center;
}
.p-cta-2__detail {
  font-size: 13px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.6;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .p-cta-2__detail {
    font-size: 11px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.p-cta-2__button {
  width: min(507px, 56.3333333333vw);
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}
.p-cta-2__button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .p-cta-2__button {
    width: 340px;
    margin: 0 auto;
  }
}
.p-cta-2__button-img {
  width: 100%;
}

.p-support {
  text-align: center;
}
.p-support__orange {
  font-size: min(46px, 3.8333333333vw);
  color: #fff;
  padding-top: min(50px, 4.1666666667vw);
  padding-bottom: min(50px, 4.1666666667vw);
  background-color: #ff851f;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 760px) {
  .p-support__orange {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
  }
}
.p-support__wrap {
  padding-top: min(60px, 5vw);
  padding-bottom: min(60px, 5vw);
}
@media screen and (max-width: 760px) {
  .p-support__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-support__h2 {
  background: linear-gradient(to bottom, #ea3b24, #fb8b01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: min(30px, 2.5vw);
  font-size: min(56px, 4.6666666667vw);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-support__h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.p-support__description {
  font-size: min(24px, 2vw);
  color: #383838;
  margin-bottom: min(47px, 3.9166666667vw);
}
@media screen and (max-width: 760px) {
  .p-support__description {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.p-support__img {
  width: 100%;
}

.p-reco__up {
  background-color: #f65514;
  padding-top: min(46px, 3.7398373984vw);
  padding-bottom: min(46px, 3.7398373984vw);
}
@media screen and (max-width: 760px) {
  .p-reco__up {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.p-reco__up-box {
  display: flex;
  flex-direction: row;
  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__logo {
  width: min(400px, 32.5203252033vw);
  transform: translateY(5px, 0.406504065vw);
}
.p-reco__logo--2 {
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  .p-reco__logo {
    width: 190px;
    transform: none;
  }
}
.p-reco__up-text {
  letter-spacing: 0.03em;
  color: #fff;
  font-size: min(49px, 3.9837398374vw);
}
@media screen and (max-width: 760px) {
  .p-reco__up-text {
    font-size: 24px;
  }
}
@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-about {
  padding-top: min(65px, 5.6034482759vw);
  padding-bottom: min(155px, 13.3620689655vw);
}
@media screen and (max-width: 760px) {
  .p-about {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.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: 10px;
  }
}
.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: 608px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(103px, 8.8793103448vw);
  font-size: min(40px, 3.4482758621vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(8px, 0.6896551724vw);
       column-gap: min(8px, 0.6896551724vw);
}
@media screen and (max-width: 760px) {
  .p-about__japanese {
    font-size: 19px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 32px;
    width: 275px;
  }
}
.p-about__title-img {
  width: 100%;
}
.p-about__sub {
  font-size: min(30px, 2.5862068966vw);
  font-weight: 700;
  color: #f65514;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(69px, 5.9482758621vw);
}
@media screen and (max-width: 760px) {
  .p-about__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-about__text-set {
  margin-bottom: min(106px, 9.1379310345vw);
  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);
}
@media screen and (max-width: 760px) {
  .p-about__text-parent {
    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-top: 8px;
    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: 12px;
  }
}
.p-about__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: min(70px, 6.0344827586vw);
}
@media screen and (max-width: 760px) {
  .p-about__group {
    row-gap: 44px;
  }
}
.p-about__card {
  padding: min(40px, 3.4482758621vw);
  box-shadow: 12px 12px 0px #ffc4ad;
  border: 3px solid #f65514;
  border-radius: 20px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(20px, 1.724137931vw);
       column-gap: min(20px, 1.724137931vw);
}
@media screen and (max-width: 760px) {
  .p-about__card {
    padding: 30px 24px;
    flex-direction: column;
    position: relative;
    box-shadow: 8px 8px 0px #ffc4ad;
  }
}
.p-about__number {
  position: absolute;
  left: 5%;
  top: -13%;
  font-size: min(77px, 6.0344827586vw);
  font-weight: 700;
  color: #ff9970;
}
@media screen and (max-width: 760px) {
  .p-about__number {
    left: 5%;
    top: -10%;
    font-size: 56px;
  }
}
.p-about__number--special {
  left: initial;
  right: 5%;
}
@media screen and (max-width: 760px) {
  .p-about__number--special {
    right: 5%;
  }
}
@media screen and (max-width: 760px) {
  .p-about__display-none {
    display: none;
  }
}
.p-about__img {
  width: min(429px, 36.9827586207vw);
}
.p-about__img--special {
  order: -1;
}
@media screen and (max-width: 760px) {
  .p-about__img--special {
    order: initial;
  }
}
@media screen and (max-width: 760px) {
  .p-about__img {
    position: absolute;
    width: 282px;
    height: 151px;
    top: 109px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-about__card-orange {
  font-size: min(28px, 2.4137931034vw);
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-about__card-orange {
    font-size: 16px;
  }
}
.p-about__card-low {
  font-size: min(32px, 2.7586206897vw);
  font-weight: 700;
  padding-bottom: min(10px, 0.8620689655vw);
  border-bottom: 4px dotted #f65514;
  margin-bottom: min(24px, 2.0689655172vw);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 760px) {
  .p-about__card-low {
    font-size: 18px;
    border-bottom: 2px dotted #f65514;
    margin-bottom: 183px;
  }
}
.p-about__card-text {
  margin-top: min(24px, 2.0689655172vw);
  font-weight: 500;
  font-size: min(24px, 2.0689655172vw);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 760px) {
  .p-about__card-text {
    margin-top: 16px;
    font-size: 12px;
  }
}

.p-service {
  padding-top: min(64px, 5.7399103139vw);
  padding-bottom: min(162px, 14.5291479821vw);
  background-color: #fcfaec;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-service__container {
  width: 100%;
  max-width: min(1145px, 102.6905829596vw);
  padding-right: min(15px, 1.3452914798vw);
  padding-left: min(15px, 1.3452914798vw);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .p-service__container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-service__h2 {
  margin-bottom: min(70px, 6.2780269058vw);
  font-size: min(28px, 2.5112107623vw);
}
@media screen and (max-width: 760px) {
  .p-service__h2 {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.p-service__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: min(30px, 2.6905829596vw);
}
@media screen and (max-width: 760px) {
  .p-service__wrap {
    row-gap: 40px;
  }
}
.p-service__child {
  padding: min(65px, 5.8295964126vw) min(70px, 6.2780269058vw);
  background-color: #fff;
  border: 3px solid #ea3b24;
  border-radius: min(12px, 1.0762331839vw);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: min(15px, 1.3452914798vw);
       column-gap: min(15px, 1.3452914798vw);
}
@media screen and (max-width: 760px) {
  .p-service__child {
    padding: 101px 12px 24px 12px;
    border-radius: 12px;
    border: 3px solid #ea3b24;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-service__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(490px, 43.9461883408vw);
}
.p-service__content--reverse {
  order: 1;
  align-items: flex-end;
}
@media screen and (max-width: 760px) {
  .p-service__content--reverse {
    align-items: flex-start;
    order: initial;
  }
}
@media screen and (max-width: 760px) {
  .p-service__content {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.p-service__img-group {
  width: min(482px, 43.2286995516vw);
  padding-top: min(73px, 6.5470852018vw);
}
.p-service__img-group--2 {
  width: min(418px, 37.4887892377vw);
}
.p-service__img-group--3 {
  padding-top: min(30px, 2.6905829596vw);
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .p-service__img-group--3 {
    padding-top: 0;
  }
}
@media screen and (max-width: 760px) {
  .p-service__img-group {
    width: 100%;
    padding-top: 0;
    margin-top: 15px;
  }
}
.p-service__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__number {
  position: absolute;
  font-size: min(102px, 9.1479820628vw);
  color: #ffebcb;
  font-family: "Barlow", sans-serif;
  right: min(55px, 4.932735426vw);
  top: min(33px, 2.9596412556vw);
  font-weight: 600;
}
.p-service__number--reverse {
  right: initial;
  left: min(55px, 4.932735426vw);
}
@media screen and (max-width: 760px) {
  .p-service__number {
    font-size: 60px;
    top: 2px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-service__orange {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: min(11px, 0.9865470852vw) min(31px, 2.7802690583vw);
  font-size: min(24px, 2.1524663677vw);
  font-weight: 700;
  color: #fff;
  border-radius: min(26px, 2.331838565vw);
  background-color: #f65514;
  margin-bottom: min(19px, 1.7040358744vw);
}
.p-service__orange--reverse {
  text-align: right;
}
@media screen and (max-width: 760px) {
  .p-service__orange {
    padding: 9.5px 16px;
    font-size: 16px;
    border-radius: 26px;
    margin-bottom: 12px;
  }
}
.p-service__h3 {
  margin-bottom: min(19px, 1.7040358744vw);
  font-size: min(32px, 2.869955157vw);
  color: #383838;
  text-align: left;
}
.p-service__h3--reverse {
  text-align: right;
}
@media screen and (max-width: 760px) {
  .p-service__h3 {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.p-service__description {
  text-align: left;
  font-size: min(20px, 1.7937219731vw);
  font-weight: 700;
  padding-top: min(22px, 1.9730941704vw);
  border-top: 2px dotted #f45504;
}
@media screen and (max-width: 760px) {
  .p-service__description {
    padding-top: 20px;
    font-size: 14px;
  }
}

.p-study {
  padding-top: min(20px, 1.6949152542vw);
  padding-bottom: min(100px, 8.4745762712vw);
  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(32px, 2.7118644068vw);
  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: 340px;
    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: 50px 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: 5px;
}
.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-3"/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-sub-plan {
  padding-top: min(82px, 5.8571428571vw);
  padding-bottom: min(176px, 12.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-sub-plan__container {
  width: 100%;
  max-width: min(1270px, 90.7142857143vw);
  margin-right: auto;
  margin-left: auto;
  padding-right: min(20px, 1.4285714286vw);
  padding-left: min(20px, 1.4285714286vw);
}
.p-sub-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-sub-plan__sub {
    font-size: 14px;
    top: 9px;
  }
}
.p-sub-plan__title-group {
  position: relative;
  width: min(800px, 57.1428571429vw);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__title-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-sub-plan__english {
  font-size: min(160px, 11.4285714286vw);
  letter-spacing: 0.09em;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__english {
    font-size: 55px;
  }
}
.p-sub-plan__japanese {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(109px, 7.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-sub-plan__japanese {
    font-size: 22px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
    letter-spacing: 0.01em;
  }
}
.p-sub-plan__span-orange {
  color: #f65514;
  font-size: min(78px, 5.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__span-orange {
    font-size: 30px;
  }
}
@media screen and (max-width: 760px) {
  .p-sub-plan__title-text {
    line-height: 1.1;
  }
}
.p-sub-plan__wrap {
  background-color: #ffede2;
  padding-bottom: min(87px, 6.2142857143vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__wrap {
    row-gap: 15px;
    padding-top: 16px;
    background-color: #f8f8f8;
    padding-bottom: 23px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.p-sub-plan__contents {
  max-width: min(651px, 46.5vw);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: min(40px, 2.8571428571vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: min(28px, 2vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__contents {
    margin-top: 28px;
    row-gap: 16px;
    max-width: 650px;
  }
}
.p-sub-plan__plus {
  width: min(42px, 3vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__plus {
    width: 20px;
  }
}
.p-sub-plan__enters {
  border: min(3px, 0.2142857143vw) solid #f39c12;
  background-color: #ffebcb;
  padding-top: min(32px, 2.2857142857vw);
  padding-bottom: min(44px, 3.1428571429vw);
  text-align: center;
  border-radius: min(20px, 1.4285714286vw);
  width: 100%;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__enters {
    border: 3px solid #f39c12;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-sub-plan__costs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(16px, 1.1428571429vw);
       column-gap: min(16px, 1.1428571429vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__costs {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.p-sub-plan__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-sub-plan__tax {
  font-size: min(14px, 1vw);
  font-weight: 700;
  color: #494949;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__tax {
    font-size: 9px;
  }
}
.p-sub-plan__tax--next {
  font-size: min(13px, 0.9285714286vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__tax--next {
    font-size: 7px;
  }
}
.p-sub-plan__yen {
  font-size: min(32px, 2.2857142857vw);
  font-weight: 700;
  color: #494949;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__yen {
    font-size: 18px;
  }
}
.p-sub-plan__yen--next {
  font-size: min(30px, 2.1428571429vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__yen--next {
    font-size: 16px;
  }
}
.p-sub-plan__cost {
  color: #494949;
  font-weight: 700;
  font-size: min(58px, 4.1428571429vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__cost {
    font-size: 36px;
  }
}
.p-sub-plan__cost--next {
  font-size: min(50px, 3.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__cost--next {
    font-size: 30px;
  }
}
.p-sub-plan__name {
  font-size: min(32px, 2.2857142857vw);
  color: #fff;
  background-color: #f98425;
  font-weight: 600;
  padding-right: min(5px, 0.3571428571vw);
  padding-left: min(5px, 0.3571428571vw);
  margin-top: min(5px, 0.3571428571vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__name {
    font-size: 18px;
    padding-right: 3px;
    padding-left: 3px;
    margin-top: 3px;
  }
}
.p-sub-plan__kome {
  margin-top: min(12px, 0.8571428571vw);
  font-size: min(20px, 1.4285714286vw);
  font-weight: 600;
  color: #6e6e6e;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__kome {
    font-size: 12px;
    margin-top: 5px;
  }
}
.p-sub-plan__content {
  border: min(3px, 0.2142857143vw) solid #f65514;
  padding-top: min(51px, 3.6428571429vw);
  padding-bottom: min(46px, 3.2857142857vw);
  width: 100%;
  text-align: center;
  border-radius: min(20px, 1.4285714286vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__content {
    border: 3px solid #f65514;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.p-sub-plan__logo {
  width: min(364px, 26vw);
  margin: 0 auto;
  margin-bottom: min(15px, 1.0714285714vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__logo {
    width: 220px;
    margin-bottom: 8px;
  }
}
.p-sub-plan__course {
  font-size: min(42px, 3vw);
  font-weight: 700;
  color: #383838;
  margin-bottom: min(39px, 2.7857142857vw);
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__course {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.p-sub-plan__white {
  font-size: min(22px, 1.5714285714vw);
  color: #383838;
  padding-top: min(18px, 1.2857142857vw);
  padding-bottom: min(18px, 1.2857142857vw);
  width: 100%;
  background-color: #fff;
  text-align: center;
  margin-bottom: min(25px, 1.7857142857vw);
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__white {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
.p-sub-plan__bun {
  font-weight: 500;
  font-size: min(24px, 1.7142857143vw);
  color: #ff9970;
  margin-bottom: min(12px, 0.8571428571vw);
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__bun {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.p-sub-plan__second {
  margin-top: min(89px, 6.3571428571vw);
  background-color: #ffede2;
  padding-top: min(119px, 8.5vw);
  padding-bottom: min(126px, 9vw);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__second {
    background-color: #fcfaec;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-top: 40px;
    padding-right: 17.5px;
    padding-left: 17.5px;
  }
}
.p-sub-plan__h3 {
  color: #f39c12;
  font-size: min(48px, 3.4285714286vw);
  margin: 0;
  margin-bottom: min(28px, 2vw);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__h3 {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
.p-sub-plan__down {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: min(24px, 1.7142857143vw);
       column-gap: min(24px, 1.7142857143vw);
  max-width: min(1042px, 74.4285714286vw);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__down {
    row-gap: 28px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-sub-plan__box {
  width: calc((100% - min(24px, 1.7142857143vw)) / 3);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__box {
    width: 100%;
  }
}
.p-sub-plan__up {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: min(24px, 1.7142857143vw);
       column-gap: min(24px, 1.7142857143vw);
  max-width: min(1042px, 74.4285714286vw);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: min(28px, 2vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__up {
    margin-bottom: 28px;
    row-gap: 28px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-sub-plan__box-long {
  width: calc((100% - min(24px, 1.7142857143vw)) / 2);
  border-radius: min(12px, 0.8571428571vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__box-long {
    border-radius: 12px;
    width: 100%;
  }
}
.p-sub-plan__content-name {
  font-size: min(32px, 2.2857142857vw);
  color: #fff;
  font-weight: 700;
  background-color: #f39c12;
  overflow: hidden;
  height: min(70px, 5vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top-left-radius: min(12px, 0.8571428571vw);
  border-top-right-radius: min(12px, 0.8571428571vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__content-name {
    font-size: 18px;
    height: 44px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.p-sub-plan__content-content {
  border-bottom-left-radius: min(12px, 0.8571428571vw);
  border-bottom-right-radius: min(12px, 0.8571428571vw);
  height: min(151px, 10.7857142857vw);
  background-color: #fff;
  font-size: min(20px, 1.4285714286vw);
  color: #494949;
  overflow: hidden;
  font-weight: 600;
  border: min(3px, 0.2142857143vw) solid #f39c12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__content-content {
    height: 72px;
    font-size: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 3px solid #f39c12;
  }
}
.p-sub-plan__content-content span {
  font-size: min(28px, 2vw);
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__content-content span {
    font-size: 16px;
  }
}
.p-sub-plan__content-content--pc {
  font-size: min(24px, 1.7142857143vw);
}
@media screen and (max-width: 760px) {
  .p-sub-plan__content-content--pc {
    display: none;
  }
}
.p-sub-plan__content-content--sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-sub-plan__content-content--sp {
    display: flex;
    height: 92px;
  }
}

.orange {
  color: #f65514;
}

.bg-orange {
  background-color: #f65514;
}

.ash {
  color: #7a808b;
}

.bg-ash {
  background-color: #7a808b;
}

.p-study-sub {
  padding-top: min(20px, 1.6949152542vw);
  padding-bottom: min(100px, 8.4745762712vw);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-study-sub {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.p-study-sub__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-sub__title-group {
    width: 100%;
    margin-bottom: 23px;
  }
}
.p-study-sub__english {
  font-size: min(160px, 13.5593220339vw);
  letter-spacing: 0.09em;
  color: #e9e9e9;
}
@media screen and (max-width: 760px) {
  .p-study-sub__english {
    font-size: 55px;
  }
}
.p-study-sub__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-sub__japanese {
    font-size: 19px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
  }
}
.p-study-sub__logo {
  width: min(342px, 28.9830508475vw);
}
@media screen and (max-width: 760px) {
  .p-study-sub__logo {
    width: 169px;
  }
}
.p-study-sub__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__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-study-sub__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-sub__group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    row-gap: 20px;
  }
}
.p-study-sub__card {
  padding: min(20px, 1.6949152542vw) min(32px, 2.7118644068vw);
  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-sub__card {
    row-gap: 12px;
    box-shadow: 4px 4px 0px #ffc4ad;
    border-radius: 8px;
    width: 100%;
    padding: 20px 27px;
  }
}
.p-study-sub__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-sub__card-title {
    font-size: 18px;
  }
}
.p-study-sub__card-img {
  width: 100%;
}
.p-study-sub__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-sub__card-text {
    font-size: 14px;
  }
}
.p-study-sub__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-sub__h3 {
    margin-bottom: 23px;
    font-size: 18px;
    letter-spacing: 0;
  }
}
.p-study-sub__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-sub__movie {
    width: 100%;
    margin-bottom: 22px;
  }
}
.p-study-sub__button {
  display: block;
  width: min(507px, 42.9661016949vw);
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-study-sub__button {
    width: 340px;
    margin: 0 auto;
  }
}
.p-study-sub__button-img {
  width: 100%;
}
.p-study-sub .voice-training-course {
  display: grid;
  grid-template-areas: "basic" "intermediate" "advanced";
  margin: 37px auto;
}
@media screen and (max-width: 960px) {
  .p-study-sub .voice-training-course {
    margin: 0 auto;
  }
}
.p-study-sub .section-title-wrapper {
  position: relative;
}
.p-study-sub .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-sub .section-title {
    padding: 10px 30px;
  }
}
.p-study-sub .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-sub .toggle-icon {
    right: 5%;
    width: 15px;
    height: 15px;
  }
}
.p-study-sub .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-sub .items {
    gap: 15px;
  }
}
.p-study-sub .hidden {
  opacity: 0;
  max-height: 0;
  transform: translateY(-10px);
  pointer-events: none;
  margin: 10px 0;
}
.p-study-sub .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-sub .item {
    padding: 20px 10px 20px 25px;
  }
}
.p-study-sub .item-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-study-sub .check-img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.p-study-sub .item-title {
  color: #f65514;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-study-sub .item-title {
    font-size: 16px;
  }
}
.p-study-sub .item-content {
  padding-left: 20px;
  text-align: left;
}
.p-study-sub .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-sub .item-content li {
    font-size: 14px;
  }
}
.p-study-sub .basic-section {
  grid-area: basic;
}
.p-study-sub .basic-section .section-title {
  background-color: #f39c12;
}
.p-study-sub .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-sub .basic-section .items {
    grid-template: "basic-item-1" "basic-item-2" "basic-item-3";
  }
}
.p-study-sub .basic-section .item {
  background-color: #ffeed5;
}
.p-study-sub #basic-item-1 {
  grid-area: basic-item-1;
}
.p-study-sub #basic-item-2 {
  grid-area: basic-item-2;
}
.p-study-sub #basic-item-3 {
  grid-area: basic-item-3;
}
.p-study-sub .intermediate-section {
  grid-area: intermediate;
}
.p-study-sub .intermediate-section .section-title {
  background-color: #f57c00;
}
.p-study-sub .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-sub .intermediate-section .items {
    grid-template: "intermediate-item-1" "intermediate-item-2" "intermediate-item-3" "intermediate-item-4";
  }
}
.p-study-sub .intermediate-section .item {
  background-color: #fff1e8;
}
.p-study-sub #intermediate-item-1 {
  grid-area: intermediate-item-1;
}
.p-study-sub #intermediate-item-2 {
  grid-area: intermediate-item-2;
}
.p-study-sub #intermediate-item-3 {
  grid-area: intermediate-item-3;
}
.p-study-sub #intermediate-item-4 {
  grid-area: intermediate-item-4;
}
.p-study-sub .advanced-section {
  grid-area: advanced;
}
.p-study-sub .advanced-section .section-title {
  background-color: #e64a19;
}
.p-study-sub .advanced-section .items {
  grid-template: "advanced-item-1 advanced-item-2" "advanced-item-3 advanced-item-3"/1fr 1fr;
}
@media screen and (max-width: 960px) {
  .p-study-sub .advanced-section .items {
    grid-template: "advanced-item-1" "advanced-item-2" "advanced-item-3" "advanced-item-4";
  }
}
.p-study-sub .advanced-section .item {
  background-color: #ffe6e0;
}
.p-study-sub #advanced-item-1 {
  grid-area: advanced-item-1;
}
.p-study-sub #advanced-item-2 {
  grid-area: advanced-item-2;
}
.p-study-sub #advanced-item-3 {
  grid-area: advanced-item-3;
}

.p-sub-fv {
  padding-top: min(71px, 4.9305555556vw);
  background: url(https://voicecamp.jp/img/fv-sub/img.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: min(77px, 5.3472222222vw);
}
@media screen and (max-width: 760px) {
  .p-sub-fv {
    padding-top: 23px;
    padding-bottom: 22px;
    margin-top: 70px;
    background: url(https://voicecamp.jp/img/fv-sub/img-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.p-sub-fv__container {
  max-width: min(1440px, 100vw);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}
@media screen and (max-width: 760px) {
  .p-sub-fv__container {
    padding-left: 0;
  }
}
.p-sub-fv__h1 {
  display: flex;
  flex-direction: column;
  row-gap: min(11px, 0.7638888889vw);
  font-weight: 700;
  width: 100%;
  margin: 0;
  margin-bottom: min(33px, 2.2916666667vw);
  max-width: min(820px, 56.9444444444vw);
}
@media screen and (max-width: 760px) {
  .p-sub-fv__h1 {
    max-width: 358px;
    margin-bottom: 16px;
    row-gap: 10px;
  }
}
.p-sub-fv__h1 span {
  font-size: min(44px, 3.0555555556vw);
  color: #fff;
  padding: min(7px, 0.4861111111vw) min(40px, 2.7777777778vw) min(7px, 0.4861111111vw) min(50px, 3.4722222222vw);
  background: linear-gradient(to right, #ea3b24, #fb8b01);
}
@media screen and (max-width: 760px) {
  .p-sub-fv__h1 span {
    padding: 6px 10px 6px 19px;
    font-size: 20px;
  }
}
.p-sub-fv__specials {
  padding-left: 21px !important;
}
@media screen and (max-width: 900px) {
  .p-sub-fv__specials {
    padding-left: 16px !important;
  }
}
@media screen and (max-width: 760px) {
  .p-sub-fv__specials {
    padding-left: 13px !important;
  }
}
.p-sub-fv__sub-second {
  max-width: min(740px, 51.3888888889vw);
  width: 100%;
}
@media screen and (max-width: 760px) {
  .p-sub-fv__sub-second {
    max-width: 327px;
  }
}
.p-sub-fv__sub-title {
  letter-spacing: 0.1em;
  border: 1px solid #7a808b;
  background-color: #fff;
  width: min(720px, 50vw);
  height: min(72px, 5vw);
  position: relative;
  padding-left: min(119px, 8.2638888889vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: min(41px, 2.8472222222vw);
  border-radius: min(36px, 2.5vw);
}
@media screen and (max-width: 760px) {
  .p-sub-fv__sub-title {
    border: 1px solid #7a808b;
    margin-bottom: 184px;
    padding-left: 0;
    width: 231px;
    height: 48px;
    border-radius: 24px;
    padding-left: 73px;
    line-height: 1.3;
    margin-left: -22px;
  }
}
.p-sub-fv__sub-title span {
  font-size: min(36px, 2.5vw);
  font-weight: 700;
  background: linear-gradient(to left, #ea3b24, #fb8b01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 760px) {
  .p-sub-fv__sub-title span {
    font-size: 16px;
  }
}
.p-sub-fv__sub-text {
  padding-left: min(96px, 6.6666666667vw);
  font-size: min(30px, 2.0833333333vw);
  font-weight: 700;
  color: #383838;
  margin-bottom: min(33px, 2.2916666667vw);
}
@media screen and (max-width: 760px) {
  .p-sub-fv__sub-text {
    letter-spacing: 0.1em;
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 19px;
    text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff;
  }
}
.p-sub-fv__mic {
  width: min(71px, 4.9305555556vw);
  position: absolute;
  bottom: 0;
  left: min(27px, 1.875vw);
}
@media screen and (max-width: 760px) {
  .p-sub-fv__mic {
    width: 30px;
    left: 31px;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-sub-fv__anker {
  width: min(539px, 37.4305555556vw);
  margin: 0 auto;
  display: inline-block;
  padding-left: min(105px, 7.2916666667vw);
}
@media screen and (max-width: 760px) {
  .p-sub-fv__anker {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-recommend {
  padding-top: min(111px, 9.5115681234vw);
  padding-bottom: min(120px, 10.2827763496vw);
  background-color: #ffede2;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-recommend {
    padding-top: 40px;
    padding-bottom: 54px;
  }
}
.p-recommend__container {
  max-width: min(1167px, 100vw);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: min(10px, 0.8568980291vw);
  padding-left: min(10px, 0.8568980291vw);
}
.p-recommend__titles {
  position: relative;
  margin-bottom: min(68px, 5.8269065981vw);
}
@media screen and (max-width: 760px) {
  .p-recommend__titles {
    margin-bottom: 48px;
  }
}
.p-recommend__english {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(-70px, -5.9982862039vw);
  font-size: min(180px, 15.4241645244vw);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.54);
}
@media screen and (max-width: 1024px) {
  .p-recommend__english {
    top: -40px;
  }
}
@media screen and (max-width: 760px) {
  .p-recommend__english {
    font-size: 58px;
    top: -14px;
  }
}
.p-recommend__japanese {
  z-index: 2;
  position: relative;
  font-size: min(48px, 4.1131105398vw);
  color: #383838;
}
@media screen and (max-width: 760px) {
  .p-recommend__japanese {
    font-size: 18px;
  }
}
.p-recommend__japanese span {
  font-size: min(58px, 4.970008569vw);
  color: #f45504;
}
@media screen and (max-width: 760px) {
  .p-recommend__japanese span {
    font-size: 24px;
  }
}
.p-recommend__img {
  width: 100%;
}

.p-two {
  padding-top: min(90px, 7.6271186441vw);
  padding-bottom: min(87px, 7.3728813559vw);
  background: url(../img/two/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .p-two {
    padding-top: 39px;
    padding-bottom: 50px;
    background: url(../img/two/bg-sp.png) 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;
  }
}
.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;
  }
}
.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);
}
@media screen and (max-width: 760px) {
  .p-two__pic {
    margin-bottom: 10px;
  }
}

.p-policy {
  background-color: #ffe3b7;
  padding-top: min(100px, 9.900990099vw);
  padding-bottom: min(100px, 9.900990099vw);
  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: #f65514;
  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: 13px;
  }
}
.p-policy__wrap {
  background-color: #fff;
  padding: min(48px, 4.7524752475vw) min(5px, 0.495049505vw) min(48px, 4.7524752475vw);
  -moz-column-gap: min(30px, 2.9702970297vw);
       column-gap: min(30px, 2.9702970297vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-policy__wrap {
    padding: 16px 23px;
    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;
}
.p-policy__text {
  width: min(348px, 34.4554455446vw);
  font-size: min(24px, 2.3762376238vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
}
.p-policy__text span {
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-policy__text {
    font-size: 12px;
    width: 262px;
  }
}
.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-policy-2 {
  background: linear-gradient(to right bottom, #ea3b24, #fb8b01);
  padding-top: min(100px, 9.900990099vw);
  padding-bottom: min(100px, 9.900990099vw);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-policy-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-policy-2__sub {
  font-size: min(30px, 2.9702970297vw);
  letter-spacing: 0.06em;
  margin-bottom: min(8px, 0.7920792079vw);
  color: #f65514;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-policy-2__sub {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.p-policy-2__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-2__title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.p-policy-2__wrapping {
  background-color: #fff;
  padding: min(48px, 4.7524752475vw) min(5px, 0.495049505vw) min(48px, 4.7524752475vw);
  border-radius: 15px;
}
@media screen and (max-width: 760px) {
  .p-policy-2__wrapping {
    padding: 16px 30px;
  }
}
.p-policy-2__wrap {
  -moz-column-gap: min(30px, 2.9702970297vw);
       column-gap: min(30px, 2.9702970297vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-policy-2__wrap {
    padding: 16px 23px;
    row-gap: 11px;
    flex-direction: column;
  }
}
.p-policy-2__text-group {
  row-gap: min(20px, 1.9801980198vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-policy-2__text {
  width: min(348px, 34.4554455446vw);
  font-size: min(24px, 2.3762376238vw);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
}
.p-policy-2__text span {
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-policy-2__text {
    font-size: 16px;
    width: 273px;
  }
}
.p-policy-2__img {
  width: min(368px, 36.4356435644vw);
}
@media screen and (max-width: 760px) {
  .p-policy-2__img {
    width: 206px;
    order: -1;
    transform: translateX(15px);
  }
}

.p-bonne-2 {
  background-image: url(../img/bonne/bg.png);
  background-position: center;
  background-size: cover;
  padding-top: min(60px, 4.6511627907vw);
  padding-bottom: min(60px, 4.6511627907vw);
}
@media screen and (max-width: 760px) {
  .p-bonne-2 {
    background-image: url(../img/bonne/bg-sp.png);
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bonne-2__wrap {
  text-align: center;
  padding: min(100px, 7.7519379845vw) min(10px, 0.7751937984vw) min(100px, 7.7519379845vw);
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 760px) {
  .p-bonne-2__wrap {
    padding: 23px;
  }
}
.p-bonne-2__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;
  margin-bottom: min(17px, 1.3178294574vw);
  font-size: min(58px, 4.496124031vw);
}
@media screen and (max-width: 760px) {
  .p-bonne-2__h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.p-bonne-2__sub {
  margin-bottom: min(20px, 1.5503875969vw);
  font-size: min(28px, 2.1705426357vw);
  letter-spacing: 0.1em;
  color: #494949;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-bonne-2__sub {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
  }
}
.p-bonne-2__box {
  width: min(788px, 61.0852713178vw);
  margin: 0 auto;
  background-color: #f65514;
  padding: min(39px, 3.023255814vw) min(100px, 7.7519379845vw);
}
@media screen and (max-width: 760px) {
  .p-bonne-2__box {
    width: 100%;
    padding: 28px 25px;
  }
}
.p-bonne-2__arrow {
  width: min(40px, 3.1007751938vw);
}
@media screen and (max-width: 760px) {
  .p-bonne-2__arrow {
    width: 20px;
  }
}
.p-bonne-2__sub-title {
  font-size: min(22px, 1.7054263566vw);
  border-radius: min(25px, 1.9379844961vw);
  padding: min(10px, 0.7751937984vw) min(20px, 1.5503875969vw);
  margin-bottom: min(16px, 1.2403100775vw);
  background-color: #fff;
  width: min(340px, 26.3565891473vw);
  color: #f65514;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-bonne-2__sub-title {
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 14px;
    width: 202px;
    margin-bottom: 10px;
  }
}
.p-bonne-2__h3 {
  font-size: min(36px, 2.7906976744vw);
  color: #fff;
  margin-bottom: min(35px, 2.7131782946vw);
}
@media screen and (max-width: 760px) {
  .p-bonne-2__h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-bonne-2__sub-box {
  padding: 0 min(62px, 4.8062015504vw);
  border: min(2px, 0.1550387597vw) solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(24px, 1.8604651163vw);
       column-gap: min(24px, 1.8604651163vw);
}
@media screen and (max-width: 760px) {
  .p-bonne-2__sub-box {
    -moz-column-gap: 1px;
         column-gap: 1px;
    padding: 0 10px;
    border: 1px solid #fff;
  }
}
.p-bonne-2__cost {
  color: #fff;
  font-weight: 700;
  font-size: min(70px, 5.4263565891vw);
  transform: translateY(min(-14px, -1.0852713178vw));
}
@media screen and (max-width: 760px) {
  .p-bonne-2__cost {
    font-size: 30px;
    transform: translateY(-7px);
  }
}
.p-bonne-2__cost span {
  font-size: min(130px, 10.0775193798vw);
  margin-right: min(10px, 0.7751937984vw);
  transform: translateY(min(7px, 0.5426356589vw));
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .p-bonne-2__cost span {
    font-size: 60px;
    margin-right: 4px;
    transform: translateY(3px);
  }
}
.p-bonne-2__initial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-bonne-2__initial-money {
  font-size: min(60px, 4.6511627907vw);
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-bonne-2__initial-money {
    font-size: 32px;
  }
}
.p-bonne-2__initial-cost {
  font-size: min(24px, 1.8604651163vw);
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .p-bonne-2__initial-cost {
    font-size: 12px;
  }
}
.p-bonne-2__initial-cost span {
  font-size: min(36px, 2.7906976744vw);
  text-decoration: line-through;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .p-bonne-2__initial-cost span {
    font-size: 17px;
  }
}
.p-bonne-2__end-text {
  margin-top: min(38px, 2.9457364341vw);
  font-size: min(28px, 2.1705426357vw);
  font-weight: 600;
  color: #494949;
  margin-bottom: min(10px, 0.7751937984vw);
}
@media screen and (max-width: 760px) {
  .p-bonne-2__end-text {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 760px) {
  .p-bonne-2__end-text span {
    font-size: 13px;
    font-weight: 400;
  }
}
.p-bonne-2__texts {
  font-size: min(22px, 1.7054263566vw);
  color: #494949;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .p-bonne-2__texts {
    font-size: 13px;
  }
}

.p-howto {
  padding-top: 42px;
  padding-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-howto {
    padding-top: 31px;
    padding-bottom: 62px;
  }
}
.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 {
    row-gap: 40px;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.p-howto__arrow {
  width: min(61px, 4.2857142857vw);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.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__card {
  border: 3px solid #f65514;
  border-radius: 8px;
  padding: min(20px, 1.5037593985vw);
  width: min(390px, 29.3233082707vw);
}
@media screen and (max-width: 760px) {
  .p-howto__card {
    padding: 20px;
    width: 100%;
    border-radius: 6.6px;
  }
}
.p-howto__img {
  width: 100%;
  margin-bottom: min(8px, 0.6015037594vw);
}
@media screen and (max-width: 760px) {
  .p-howto__img {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
.p-howto__text-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.p-howto__number {
  width: min(35px, 2.6315789474vw);
}
@media screen and (max-width: 760px) {
  .p-howto__number {
    width: 35px;
  }
}
.p-howto__text {
  font-size: min(20px, 1.5037593985vw);
  font-weight: 500;
  text-align: left;
}
@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-client {
  text-align: center;
  padding-top: min(100px, 7.4074074074vw);
  padding-bottom: min(100px, 7.4074074074vw);
  background: url(../img/client/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .p-client {
    background: url(../img/client/bg-sp.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 24px;
    padding-bottom: 50px;
  }
}
.p-client__h2 {
  margin-bottom: min(47px, 3.4814814815vw);
  color: #fff;
  font-size: min(49px, 3.6296296296vw);
}
@media screen and (max-width: 760px) {
  .p-client__h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 760px) {
  .p-client__h2-sub-sub {
    display: none;
  }
}
.p-client__sp-text {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-client__sp-text {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.p-client__h2-sub {
  position: relative; /* 位置関係を確立 */
  display: inline-block;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.p-client__h2-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* 白色の背景（座布団） */
  z-index: 1; /* 中間の層に配置 */
}
.p-client__h2-sub::after {
  content: attr(data-text);
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #ea3b24, #fb8b01);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 2; /* 最前面に配置 */
}
@media screen and (max-width: 760px) {
  .p-client__h2-sub::after {
    top: 65%;
  }
}
.p-client__card {
  margin-right: 25px;
  border-radius: 8px;
  background-color: #fff;
  padding: 26px 20px;
  border: 3px solid #e9e9e9;
}
@media screen and (max-width: 760px) {
  .p-client__card {
    padding: 20px 12px;
  }
}
.p-client__up {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 760px) {
  .p-client__up {
    margin-bottom: 10px;
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
}
.p-client__person {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .p-client__person {
    width: 36px;
    height: 36px;
  }
}
.p-client__name {
  font-weight: 700;
  font-size: 18px;
}
.p-client__orange {
  color: #fff;
  background-color: #f65514;
  padding: 6px 0;
  line-height: 1;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 12px;
}
@media screen and (max-width: 760px) {
  .p-client__orange {
    font-size: 15px;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
}
.p-client__yellow {
  padding: 12px;
  background-color: #fcfaec;
  font-size: 14px;
  height: 210px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .p-client__yellow {
    font-size: 11px;
    height: 149px;
    padding: 10px;
  }
}

.p-gift {
  padding-top: min(130px, 10.8333333333vw);
  padding-bottom: min(160px, 13.3333333333vw);
}
@media screen and (max-width: 760px) {
  .p-gift {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-gift__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  row-gap: min(30px, 2.5vw);
  -moz-column-gap: min(30px, 2.5vw);
       column-gap: min(30px, 2.5vw);
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .p-gift__wrap {
    row-gap: 28px;
  }
}
.p-gift__article {
  padding: min(30px, 2.5vw) min(48px, 4vw);
  background-color: #f3f1ed;
  border-radius: min(10px, 0.8333333333vw);
  width: calc((100% - min(30px, 2.5vw)) / 2);
}
@media screen and (max-width: 760px) {
  .p-gift__article {
    width: 100%;
    padding: 20px 17.5px;
    border-radius: 10px;
  }
}
.p-gift__up {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: min(16px, 1.3333333333vw);
       column-gap: min(16px, 1.3333333333vw);
  margin-bottom: min(11px, 0.9166666667vw);
}
@media screen and (max-width: 760px) {
  .p-gift__up {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-gift__number {
  font-size: min(36px, 3vw);
  color: #f45504;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .p-gift__number {
    font-size: 24px;
  }
}
.p-gift__orange {
  font-size: min(18px, 1.5vw);
  border-radius: min(3px, 0.25vw);
  background-color: #f45504;
  padding: min(7.5px, 0.625vw) min(13px, 1.0833333333vw);
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .p-gift__orange {
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 3px;
  }
}
.p-gift__h2 {
  font-size: min(34px, 2.8333333333vw);
  color: #383838;
  line-height: 1.3;
  margin-bottom: min(27px, 2.25vw);
}
@media screen and (max-width: 760px) {
  .p-gift__h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.p-gift__img {
  width: 100%;
  margin-bottom: min(27px, 2.25vw);
}
@media screen and (max-width: 760px) {
  .p-gift__img {
    margin-bottom: 16px;
  }
}
.p-gift__white {
  background-color: #fff;
  padding: min(24px, 2vw) min(22px, 1.8333333333vw);
  border-radius: min(10px, 0.8333333333vw);
}
@media screen and (max-width: 760px) {
  .p-gift__white {
    padding: 16px;
    border-radius: 10px;
  }
}
.p-gift__h3 {
  font-size: min(27px, 2.25vw);
  color: #f45504;
  font-weight: 700;
  padding-bottom: min(19px, 1.5833333333vw);
  border-bottom: min(1px, 0.0833333333vw) dotted #f45504;
}
@media screen and (max-width: 760px) {
  .p-gift__h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.p-gift__description {
  margin-top: min(20px, 1.6666666667vw);
  font-size: min(20px, 1.6666666667vw);
  color: #383838;
  font-weight: 400;
  line-height: 1.65;
}
.p-gift__description span {
  font-weight: 700;
  background-color: #ffede2;
}
@media screen and (max-width: 760px) {
  .p-gift__description {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-about-sub {
  padding-top: min(65px, 5.6034482759vw);
  padding-bottom: min(65px, 5.6034482759vw);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-about-sub {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-about-sub__title-group {
  position: relative;
  width: min(700px, 60.3448275862vw);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 760px) {
  .p-about-sub__title-group {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-about-sub__english {
  font-size: min(160px, 13.7931034483vw);
  letter-spacing: 0.09em;
  color: #e9e9e9;
}
@media screen and (max-width: 760px) {
  .p-about-sub__english {
    font-size: 55px;
  }
}
.p-about-sub__japanese {
  width: min(608px, 52.4137931034vw);
  font-size: min(40px, 3.4482758621vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(8px, 0.6896551724vw);
       column-gap: min(8px, 0.6896551724vw);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 760px) {
  .p-about-sub__japanese {
    font-size: 19px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 32px;
    width: 275px;
  }
}
.p-about-sub__title-img {
  width: 100%;
}
.p-about-sub__sub {
  font-size: min(30px, 2.5862068966vw);
  font-weight: 700;
  color: #f65514;
}
@media screen and (max-width: 760px) {
  .p-about-sub__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-about-sub__text-parent {
  margin-bottom: min(28px, 2.4137931034vw);
}
@media screen and (max-width: 760px) {
  .p-about-sub__text-parent {
    margin-bottom: 0;
  }
}
.p-about-sub__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-sub__orange-small {
    font-size: 16px;
    padding: 3px 13px;
  }
}
@media screen and (max-width: 760px) {
  .p-about-sub__right {
    width: 100%;
  }
}
.p-about-sub__text-orange {
  background: linear-gradient(to bottom, #ea3b24, #fb8b01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: min(54px, 4.6551724138vw);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 760px) {
  .p-about-sub__text-orange {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 19px;
  }
}
.p-about-sub__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-sub__text-oranges {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.p-about-sub__sub-text {
  font-size: min(30px, 2.5862068966vw);
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: min(12px, 1.0344827586vw);
}
@media screen and (max-width: 760px) {
  .p-about-sub__sub-text {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
.p-about-sub__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: min(70px, 6.0344827586vw);
}
@media screen and (max-width: 760px) {
  .p-about-sub__group {
    row-gap: 44px;
  }
}
.p-about-sub__card-up {
  font-size: 32px;
  color: #fff;
  text-align: center;
  background-color: #fb8b01;
  height: 80px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #6e6e6e;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-about-sub__card-up {
    font-size: 24px;
  }
}
@media screen and (max-width: 760px) {
  .p-about-sub__card-up {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
  }
}
.p-about-sub__card-down {
  padding: 26px 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 33px;
       column-gap: 33px;
  border: 1px solid #6e6e6e;
  border-top: none;
}
@media screen and (max-width: 1024px) {
  .p-about-sub__card-down {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  .p-about-sub__card-down {
    row-gap: 13px;
    padding: 18px 0px 19px;
  }
}
.p-about-sub__swiper-img {
  width: 354px;
}
@media screen and (max-width: 760px) {
  .p-about-sub__swiper-img {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    order: 1;
  }
}
.p-about-sub__swiper-title {
  font-size: 32px;
  color: #383838;
  font-weight: 600;
  margin-bottom: 7px;
}
.p-about-sub__swiper-title span {
  font-size: 40px;
}
@media screen and (max-width: 760px) {
  .p-about-sub__swiper-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.p-about-sub__swiper-title span {
  font-size: 40px;
}
@media screen and (max-width: 760px) {
  .p-about-sub__swiper-title span {
    font-size: 28px;
  }
}
.p-about-sub__swiper-sub {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 24px;
  color: #383838;
}
@media screen and (max-width: 760px) {
  .p-about-sub__swiper-sub {
    margin-bottom: 13px;
    font-size: 14px;
  }
}
.p-about-sub__swiper-orange {
  color: #fb8b01;
}
.p-about-sub__swiper-last {
  font-size: 24px;
  color: #fff;
  background-color: #fb8b01;
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 760px) {
  .p-about-sub__swiper-last {
    width: 100%;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.p-plan {
  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: 0px;
}
@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: #e9e9e9;
}
@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;
  height: min(100px, 7.1428571429vw);
  width: 100%;
  padding-right: min(80px, 5.7142857143vw);
  padding-left: min(80px, 5.7142857143vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@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;
  }
}
.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;
  }
}
.p-plan__recommend {
  margin: 0 auto;
  width: min(351px, 25.0714285714vw);
  margin-bottom: min(5px, 0.3571428571vw);
}
.p-plan__recommend--2 {
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  .p-plan__recommend {
    width: 207px;
    margin-bottom: 0;
  }
  .p-plan__recommend--2 {
    margin-top: 30px;
  }
}
.p-plan__recommend:nth-child(2) {
  margin-top: min(5px, 0.3571428571vw);
}
.p-plan__under-box {
  text-align: center;
}
.p-plan__three {
  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__three {
    flex-direction: column;
    row-gap: 12px;
  }
}
.p-plan__card {
  width: min(370px, 26.4285714286vw);
}
.p-plan__card--2 {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .p-plan__card {
    width: 75%;
  }
  .p-plan__card--2 {
    width: 75%;
    margin: 12px auto 0;
  }
}
.p-plan__card-up {
  color: #fff;
  background-color: #f77e4d;
  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: #ff6a2f;
}
.p-plan__card-up--3 {
  background-color: #f65514;
}
.p-plan__card-up--4 {
  background: linear-gradient(to right, #F65514, #F98006);
}
@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-down {
  border: 3px solid #f77e4d;
  padding: min(24px, 1.7142857143vw) min(35px, 2.5vw);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.p-plan__card-down--2 {
  color: #ff6a2f;
  border: 3px solid #ff6a2f;
}
.p-plan__card-down--3 {
  color: #f65514;
  border: 3px solid #f65514;
}
@media screen and (max-width: 760px) {
  .p-plan__card-down {
    padding: 16px 40px;
  }
}
.p-plan__price {
  margin-bottom: min(15px, 1.0714285714vw);
  width: min(260px, 18.5714285714vw);
}
@media screen and (max-width: 760px) {
  .p-plan__price {
    margin-bottom: 0;
    width: 163px;
  }
}
.p-plan__sub-price {
  color: #f77e4d;
  font-weight: 700;
  font-size: min(22px, 1.5714285714vw);
  letter-spacing: 0.05em;
  margin-bottom: min(15px, 1.0714285714vw);
}
.p-plan__sub-price--2 {
  color: #ff6a2f;
}
.p-plan__sub-price--3 {
  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 #f77e4d;
  border-bottom: 2px solid #f77e4d;
  color: #7d7d7d;
  font-size: min(18px, 1.2857142857vw);
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: min(15px, 1.0714285714vw) min(5px, 0.3571428571vw);
}
.p-plan__detail--2 {
  border-top: 2px solid #ff6a2f;
  border-bottom: 2px solid #ff6a2f;
}
.p-plan__detail--3 {
  border-top: 2px solid #f65514;
  border-bottom: 2px solid #f65514;
}
.p-plan__detail--4 {
  border: none;
  padding: 0 min(5px, 0.3571428571vw);
}
.p-plan__detail--4::before, .p-plan__detail--4::after {
  content: "";
  display: block;
  width: 350px;
  height: 2px;
  background: #FF6A2F;
  margin: 0 auto;
}
.p-plan__detail--4::before {
  margin-bottom: min(15px, 1.0714285714vw);
}
.p-plan__detail--4::after {
  margin-top: min(15px, 1.0714285714vw);
}
@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: #f77e4d;
}
.p-plan__amount-text--2 {
  color: #ff6a2f;
}
.p-plan__amount-text--3 {
  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-fv {
  background: url(../img/fv/bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 90px;
  padding-top: min(73px, 5.9349593496vw);
  padding-bottom: min(73px, 5.9349593496vw);
}
@media screen and (max-width: 760px) {
  .p-fv {
    background: url(../img/fv/bg-sp.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 279px;
    padding-bottom: 26px;
    margin-top: 70px;
  }
}
.p-fv__sub {
  margin-bottom: min(26px, 2.1138211382vw);
  font-size: min(32px, 2.6016260163vw);
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-fv__sub {
    font-size: 16px;
    letter-spacing: 0.11em;
    margin-bottom: 7px;
  }
}
.p-fv__title {
  margin-bottom: min(26px, 2.1138211382vw);
  background-color: #fff;
  color: #383838;
  margin-bottom: min(20px, 1.6260162602vw);
  font-size: min(52px, 4.2276422764vw);
  display: inline-block;
  padding-right: min(15px, 1.2195121951vw);
  padding-left: min(15px, 1.2195121951vw);
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media screen and (max-width: 760px) {
  .p-fv__title {
    font-size: 27px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 11px;
  }
}
.p-fv__title-2 {
  background-color: #fff;
  margin: 0;
  font-size: min(52px, 4.2276422764vw);
  padding-right: min(15px, 1.2195121951vw);
  padding-left: min(15px, 1.2195121951vw);
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: min(26px, 2.1138211382vw);
}
.p-fv__title-2 span {
  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-fv__title-2 {
    margin-bottom: 5px;
    font-size: 28px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.p-fv__add {
  margin-bottom: min(26px, 2.1138211382vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: min(24px, 1.9512195122vw);
       column-gap: min(24px, 1.9512195122vw);
}
@media screen and (max-width: 760px) {
  .p-fv__add {
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-bottom: 10px;
  }
}
.p-fv__add-text {
  line-height: 1;
  font-weight: 700;
  font-size: min(24px, 1.9512195122vw);
  letter-spacing: 0.16em;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-fv__add-text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.p-fv__anker {
  display: block;
  width: min(520px, 42.2764227642vw);
}
@media screen and (max-width: 760px) {
  .p-fv__anker {
    width: 340px;
    margin: 0 auto;
  }
}
.p-fv__button-img {
  width: 100%;
}

.p-slick {
  padding-top: 47px;
  padding-bottom: 47px;
}
@media screen and (max-width: 760px) {
  .p-slick {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
.p-slick--sub {
  background-color: #ffede2;
  padding-top: 54px;
  padding-bottom: 49px;
}
@media screen and (max-width: 760px) {
  .p-slick--sub {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.p-slick__card {
  min-height: 150px;
  box-shadow: 4px 4px 0px #ffc4ad;
  border: 4px solid #f65514;
  border-radius: 8px;
  padding: 26px 16px;
  margin-right: 24px;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .p-slick__card {
    min-height: 174px;
    padding: 24px 20px;
    border: 2px solid #f65514;
    margin-right: 16px;
  }
}
@media screen and (max-width: 500px) {
  .p-slick__card {
    min-height: 184px;
  }
}
.p-slick__box {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-slick__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 5px;
  }
}
.p-slick__up {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 12px;
}
.p-slick__img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 760px) {
  .p-slick__img {
    width: 45px;
    height: 45px;
  }
}
.p-slick__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 760px) {
  .p-slick__name {
    font-size: 14px;
  }
}
.p-slick__tag {
  background-color: #f65514;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 5px;
}
@media screen and (max-width: 760px) {
  .p-slick__tag {
    font-size: 11px;
  }
}
.p-slick__down {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .p-slick__down {
    font-size: 12px;
  }
}

.p-occupation {
  background-color: #fcfaec;
  padding-top: min(47px, 3.5338345865vw);
  padding-bottom: min(95px, 7.1428571429vw);
}
@media screen and (max-width: 760px) {
  .p-occupation {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.p-occupation__title-group {
  position: relative;
  width: min(1000px, 75.1879699248vw);
  margin: 0 auto;
  text-align: center;
  margin-bottom: min(27px, 2.030075188vw);
}
@media screen and (max-width: 760px) {
  .p-occupation__title-group {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-occupation__english {
  font-size: min(150px, 11.2781954887vw);
  letter-spacing: 0.09em;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-occupation__english {
    font-size: 45px;
  }
}
.p-occupation__japanese {
  width: min(730px, 54.8872180451vw);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(68px, 5.1127819549vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-occupation__japanese {
    top: 0;
    width: 319px;
  }
}
.p-occupation__title-img {
  width: 100%;
}
.p-occupation__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: min(20px, 1.5037593985vw);
       column-gap: min(20px, 1.5037593985vw);
  row-gap: min(20px, 1.5037593985vw);
}
@media screen and (max-width: 760px) {
  .p-occupation__group {
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 12px;
  }
}
.p-occupation__child {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: min(15px, 1.1278195489vw);
       column-gap: min(15px, 1.1278195489vw);
  height: min(66px, 4.962406015vw);
  padding-right: min(25px, 1.8796992481vw);
  padding-left: min(25px, 1.8796992481vw);
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .p-occupation__child {
    height: 28px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-occupation__check {
  width: min(37px, 2.7819548872vw);
}
@media screen and (max-width: 760px) {
  .p-occupation__check {
    width: 15px;
  }
}
.p-occupation__text {
  font-size: min(28px, 2.1052631579vw);
  letter-spacing: 0.16em;
  color: #f65514;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-occupation__text {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */