@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
*/
.orange {
  color: #fb4001;
}

@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: 107rem;
  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: 2rem;
    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 !important;
}
@media screen and (max-width: 760px) {
  .is-md-hide {
    display: none !important;
  }
}

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

@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__pointer {
  pointer-events: none;
}
.l-hamburger__nav {
  position: fixed;
  background-color: #fff;
  color: #383838;
  width: 100%;
  height: 100dvh;
  z-index: 1001;
  opacity: 0;
  top: -150rem;
  transition: all 0.7s;
  background: linear-gradient(to bottom, #ea3b24, #fb8b01);
}
@media screen and (max-height: 700px) {
  .l-hamburger__nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.l-hamburger__ul {
  height: calc(100dvh + 70px);
  text-align: center;
  margin-top: 70px;
  position: relative;
  padding-top: min(90px, 6.25vw);
  padding: 0 30px;
}
@media screen and (max-width: 760px) {
  .l-hamburger__ul {
    padding: 18px 30px;
    margin-top: 0;
  }
}
.l-hamburger__li {
  padding-bottom: 4rem;
}
.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__wrapping {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  margin-top: -20px;
  margin-left: 20px;
}
.l-hamburger__school-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}
.l-hamburger__sub {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  padding-left: 41px;
  position: relative;
  margin-left: 1rem;
}
.l-hamburger__sub:not(:last-child) {
  margin-bottom: 10px;
}
.l-hamburger__sub::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.l-hamburger__a {
  color: #fff;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.l-hamburger__contact {
  width: 400px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .l-hamburger__contact {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .l-hamburger__contact {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 20px;
  }
}
.l-hamburger__contact-line {
  width: 400px;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 760px) {
  .l-hamburger__contact-line {
    width: 100%;
  }
}
.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: 1001;
  transition: all 0.5s;
  transform: translateY(-2rem);
}
@media screen and (max-width: 1200px) {
  .l-hamburger__button {
    display: inline-block;
    top: 1.9rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-hamburger__button {
    top: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .l-hamburger__button {
    top: 1.2rem;
  }
}
@media screen and (max-width: 760px) {
  .l-hamburger__button {
    top: 2rem;
  }
}
.l-hamburger__japanese {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.l-hamburger__english {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  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: 1001;
  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;
}
@media screen and (max-width: 760px) {
  .l-hamburger.open .l-hamburger__nav {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.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);
}

.p-about {
  padding: 40px 0 60px;
  text-align: center;
}
.p-about__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__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: 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__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;
}
@media screen and (max-width: 760px) {
  .p-about__sub {
    font-size: 14px;
    top: 14px;
  }
}
.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;
  }
}
@media screen and (max-width: 760px) {
  .p-about__right {
    width: 100%;
  }
}
.p-about__text-orange {
  background: linear-gradient(to right, #ff6426, #ff0b0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: min(54px, 4.6551724138vw);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-about__text-orange2 {
  background: linear-gradient(to bottom, #ea3b24 0%, #fb8902 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 13px;
  line-height: 1.3;
}
.p-about__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-text {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
.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__cards-wrapper {
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (max-width: 760px) {
  .p-about__cards-wrapper {
    padding-top: 0;
  }
}
.p-about__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-about__cards {
    gap: 20px;
  }
}
.p-about__card {
  width: 67%;
  flex-shrink: 0;
}
@media screen and (max-width: 760px) {
  .p-about__card {
    width: 82%;
  }
}
.p-about__card-up {
  font-size: clamp(27px, 1.2048vw + 14.65px, 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__card-up {
    font-size: clamp(20px, 1.901vw + 5.53px, 25px);
  }
}
@media screen and (max-width: 760px) {
  .p-about__card-up {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
  }
}
.p-about__card-up.red-orange {
  background-color: #fb4001;
}
.p-about__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__card-down {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  .p-about__card-down {
    row-gap: 13px;
    padding: 18px 0px 19px;
  }
}
.p-about__swiper-img {
  max-width: 354px;
  width: 70%;
}
@media screen and (max-width: 760px) {
  .p-about__swiper-img {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    order: 1;
  }
}
.p-about__swiper-title {
  font-size: 32px;
  color: #383838;
  font-weight: 600;
  margin-bottom: 7px;
}
@media screen and (max-width: 760px) {
  .p-about__swiper-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.p-about__swiper-title span {
  font-size: 40px;
}
@media screen and (max-width: 760px) {
  .p-about__swiper-title span {
    font-size: 28px;
  }
}
.p-about__swiper-sub {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: clamp(23px, 0.1495vw + 21.85px, 24px);
  color: #383838;
}
@media screen and (max-width: 760px) {
  .p-about__swiper-sub {
    margin-bottom: 13px;
    font-size: 14px;
  }
}
.p-about__swiper-orange {
  color: #fb8b01;
}
.p-about__swiper-orange.red-orange {
  color: #fb4001;
}
.p-about__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__swiper-last {
    width: 100%;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.p-about__swiper-last.red-orange {
  background-color: #fb4001;
}

.p-concept {
  background-color: white;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  padding-bottom: 30px;
}
.p-concept__title-group {
  background-color: #fb4001;
  padding: 30px 0;
  position: relative;
}
.p-concept__title-group::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fb4001;
}
@media screen and (max-width: 760px) {
  .p-concept__title-group {
    padding: 15px 0;
  }
}
.p-concept__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-concept__title-img {
  height: 60px;
  position: relative;
  z-index: 1;
  margin-right: -20px;
}
@media screen and (max-width: 760px) {
  .p-concept__title-img {
    display: none;
    font-size: 24px;
  }
}
.p-concept__text {
  color: white;
  font-size: clamp(31px, 5.015vw - 7.16px, 48px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .p-concept__text {
    font-size: 24px;
  }
}
.p-concept__contents {
  display: flex;
  gap: 30px;
  margin: 60px auto 30px;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (max-width: 760px) {
  .p-concept__contents {
    flex-direction: column;
    width: 90%;
  }
}
.p-concept__content-left, .p-concept__content-right {
  flex: 1;
}
@media screen and (max-width: 760px) {
  .p-concept__content-left, .p-concept__content-right {
    text-align: center;
  }
}
.p-concept__left-text-1 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .p-concept__left-text-1 {
    font-size: 18px;
  }
}
.p-concept__left-text-2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #383838;
}
@media screen and (max-width: 760px) {
  .p-concept__left-text-2 {
    font-size: 18px;
  }
}
.p-concept__left-text-3 {
  margin: 30px 0;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 500;
}
.p-concept__left-text-3-orange {
  color: #fb4001;
  font-weight: bold;
}
.p-concept__content-logo {
  width: 400px;
}
@media screen and (max-width: 760px) {
  .p-concept__content-logo {
    width: 250px;
  }
}
.p-concept__content-img {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.p-concept__under-text-sp {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 5%;
  line-height: 2;
}
.p-concept__under-text-sp-orange {
  color: #fb4001;
  font-weight: bold;
}

.p-cta {
  background: url(../img/cta/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
@media screen and (max-width: 760px) {
  .p-cta {
    background: url(../img/cta/bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px 0;
  }
}
.p-cta__container {
  max-width: 900px;
  width: 70%;
  margin: 0 auto;
  padding: 5rem 0 3rem;
}
@media screen and (max-width: 760px) {
  .p-cta__container {
    width: 90%;
  }
}
.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: 24px 29px;
  }
}
.p-cta__campaign-text {
  font-size: clamp(23px, 3.422vw - 3.04px, 32px);
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #fb4001;
  border-radius: min(31px, 3.3333333333vw);
  border: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .p-cta__campaign-text {
    margin: 0 auto;
    width: 322px;
    font-size: 18px;
    border-radius: 999px;
    border: 2px solid #fff;
    padding: 5px 0;
  }
}
.p-cta__title {
  font-size: clamp(36px, 4.563vw + 1.28px, 48px);
  color: #555555;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
  justify-content: center;
  margin: 20px 0;
}
@media screen and (max-width: 760px) {
  .p-cta__title {
    display: inline-block;
    vertical-align: baseline;
    font-size: 36px;
  }
}
.p-cta__orange-big1 {
  color: #fb4001;
  font-size: clamp(80px, 7.605vw + 22.13px, 100px);
  line-height: 0.7;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 760px) {
  .p-cta__orange-big1 {
    font-size: 48px;
    line-height: 0.6;
    margin-right: -6px;
  }
}
.p-cta__orange-big2 {
  background: linear-gradient(to right, #ff6426, #ff0b0b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(50px, 6.844vw - 2.09px, 68px);
}
@media screen and (max-width: 760px) {
  .p-cta__orange-big2 {
    font-size: 36px;
    margin-left: -8px;
  }
}
.p-cta__orange1 {
  color: #fb4001;
}
@media screen and (max-width: 760px) {
  .p-cta__orange1 {
    font-size: 28px;
  }
}
.p-cta__orange2 {
  color: #fb4001;
  letter-spacing: 0.08em;
}
.p-cta__texts {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #555555;
  position: relative;
  z-index: 1;
}
.p-cta__texts::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 49.5%;
  transform: translate(-50%, -50%);
  width: 18em;
  height: 12px;
  background-color: #fb4001;
  opacity: 0.2;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .p-cta__texts {
    font-size: 14px;
  }
}
.p-cta__notice {
  font-size: 12px;
  color: #555555;
  margin: 20px auto;
}
.p-cta__button {
  display: block;
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .p-cta__button {
    width: 340px;
  }
}
.p-cta__button-img {
  width: 100%;
}

.p-cta2 {
  background: url(../img/cta2/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
@media screen and (max-width: 760px) {
  .p-cta2 {
    background: url(../img/cta2/bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }
}
.p-cta2__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 760px) {
  .p-cta2__container {
    width: 90%;
  }
}
.p-cta2__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 760px) {
  .p-cta2__content {
    width: 100%;
  }
}
.p-cta2__title {
  background-color: white;
  color: #fb4001;
  font-size: clamp(21px, 1.179vw + 11.03px, 28px);
  font-weight: bold;
  padding: 12px 40px;
  border-radius: 50px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 760px) {
  .p-cta2__title {
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
  }
}
.p-cta2__description {
  color: white;
  font-size: clamp(21px, 1.179vw + 11.03px, 28px);
  line-height: 1.8;
  margin: 0;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
}
.p-cta2__description-big {
  font-size: clamp(35px, 1.943vw + 20px, 48px);
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .p-cta2__description-big {
    font-size: 24px;
  }
}
@media screen and (max-width: 760px) {
  .p-cta2__description {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
  }
}
.p-cta2__button {
  transition: opacity 0.3s;
  width: 400px;
}
@media screen and (max-width: 760px) {
  .p-cta2__button {
    width: 340px;
    margin: 0 auto;
  }
}
.p-cta2__button-img {
  max-width: 400px;
}
@media screen and (max-width: 760px) {
  .p-cta2__button-img {
    width: 100%;
  }
}
.p-cta2__button:hover {
  opacity: 0.7;
}
.p-cta2__image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
}
@media screen and (max-width: 760px) {
  .p-cta2__image {
    margin-left: 0;
  }
}
.p-cta2__image-devices {
  width: 120%;
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 760px) {
  .p-cta2__image-devices {
    width: 100%;
  }
}

.p-feature {
  background-image: url("../img/feature/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 42px;
  padding-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-feature {
    padding-top: 31px;
    padding-bottom: 62px;
    background-image: url("../img/feature/sp-bg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}
.p-feature__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-feature__title-group {
    width: 100%;
    margin-bottom: -6px;
  }
}
.p-feature__english {
  font-size: min(160px, 12.030075188vw);
  letter-spacing: 0.09em;
  color: #e9e9e9;
}
@media screen and (max-width: 760px) {
  .p-feature__english {
    font-size: 55px;
  }
}
.p-feature__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-feature__japanese {
    font-size: 19px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
  }
}
.p-feature__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-feature__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-feature__feature-text-group {
  background: linear-gradient(90deg, #ff6426 0%, #ff0b0b 100%);
  padding: 24px 40px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  margin: 80px auto 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .p-feature__feature-text-group {
    margin-top: 20px;
    padding: 12px 40px;
    text-align: left;
    width: 90%;
  }
}
@media screen and (max-width: 760px) {
  .p-feature__feature-text-group.group2 {
    margin-top: 0;
  }
}
.p-feature__feature-text-icon {
  width: 28px;
  height: 25px;
  background-color: white;
  position: relative;
  border-radius: 5px;
  line-height: 1;
  margin-top: 3px;
}
.p-feature__feature-text-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ff6426;
}
.p-feature__feature-text {
  color: white;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .p-feature__feature-text {
    font-size: 18px;
    line-height: 1.3;
  }
}
.p-feature__feature1-flow, .p-feature__feature2-flow {
  display: flex;
  max-width: 1200px;
  margin: 50px auto 0;
  justify-content: center;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 760px) {
  .p-feature__feature1-flow, .p-feature__feature2-flow {
    flex-direction: column;
    gap: 80px;
    align-items: center;
  }
}
.p-feature__feature-flow-content {
  flex: 1;
  border: 2px solid #fb4001;
  background: linear-gradient(90deg, rgb(254, 247, 238) 0%, rgb(253, 243, 238) 100%);
  border-radius: 20px;
  padding: 24px;
  position: relative;
  max-width: 360px;
}
.p-feature__feature-flow-content-number {
  position: absolute;
  top: 1.5%;
  left: 15%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fb4001;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.p-feature__feature-flow-content-text {
  font-size: 20px;
  font-weight: 500;
  color: #383838;
  margin-top: 10px;
}
.p-feature__feature-flow-content-text-orange-grad {
  background: linear-gradient(90deg, #ff6426 0%, #ff0b0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 760px) {
  .p-feature__feature-flow-content-text {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 760px) {
  .p-feature__feature-flow-content {
    width: 90%;
  }
}
@media screen and (max-width: 760px) {
  .p-feature__feature-flow-content:nth-child(3) {
    margin-bottom: 80px;
  }
}
.p-feature__feature1-flow .p-feature__feature-flow-content:nth-child(1)::after,
.p-feature__feature1-flow .p-feature__feature-flow-content:nth-child(2)::after,
.p-feature__feature1-flow .p-feature__feature-flow-content:nth-child(3)::after {
  content: "";
  width: 35px;
  position: absolute;
  z-index: 2;
  height: 46px;
  background-color: #fb4001;
  clip-path: polygon(0 30%, 50% 30%, 50% 10%, 100% 50%, 50% 90%, 50% 70%, 0 70%);
  top: 50%;
  right: -30.5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 760px) {
  .p-feature__feature1-flow .p-feature__feature-flow-content:nth-child(1)::after,
  .p-feature__feature1-flow .p-feature__feature-flow-content:nth-child(2)::after,
  .p-feature__feature1-flow .p-feature__feature-flow-content:nth-child(3)::after {
    top: auto;
    bottom: -66px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-feature__feature1-flow .p-feature__feature-flow-content:nth-child(3)::after {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-feature__feature1-flow .p-feature__feature-flow-content:nth-child(3)::after {
    display: block;
  }
}
.p-feature__feature2-flow .p-feature__feature-flow-content:nth-child(1)::before,
.p-feature__feature2-flow .p-feature__feature-flow-content:nth-child(1)::after {
  content: "";
  width: 35px;
  position: absolute;
  z-index: 2;
  height: 46px;
  background-color: #fb4001;
  clip-path: polygon(0 30%, 50% 30%, 50% 10%, 100% 50%, 50% 90%, 50% 70%, 0 70%);
  top: 50%;
  transform: translateY(-50%);
}
.p-feature__feature2-flow .p-feature__feature-flow-content:nth-child(1)::before {
  left: -27.5px;
}
@media screen and (max-width: 760px) {
  .p-feature__feature2-flow .p-feature__feature-flow-content:nth-child(1)::before {
    display: none;
  }
}
.p-feature__feature2-flow .p-feature__feature-flow-content:nth-child(1)::after {
  right: -30.5px;
}
@media screen and (max-width: 760px) {
  .p-feature__feature2-flow .p-feature__feature-flow-content:nth-child(1)::after {
    top: auto;
    bottom: -66px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}

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

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

.p-fv {
  position: relative;
  overflow: hidden;
  margin-top: min(90px, 6.25vw);
  height: calc(100vh - 80px);
}
@media screen and (max-width: 760px) {
  .p-fv {
    margin-top: 70px;
    height: auto;
  }
}
@media screen and (min-width: 1920px) {
  .p-fv {
    height: 70vh;
  }
}
.p-fv__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-fv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-fv__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 760px) {
  .p-fv__container {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    gap: 10px;
  }
}
.p-fv__wrap-left {
  flex-shrink: 0;
}
@media screen and (max-width: 760px) {
  .p-fv__wrap-left {
    text-align: center;
    display: contents;
  }
}
.p-fv__wrap-right {
  flex-shrink: 1;
  min-width: 0;
}
@media screen and (max-width: 760px) {
  .p-fv__wrap-right {
    display: none;
  }
}
.p-fv__wrap-right-sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-fv__wrap-right-sp {
    margin-top: 10px;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  .p-fv__right-img {
    text-align: center;
  }
}
.p-fv__right-img img {
  max-width: 700px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-fv__right-img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .p-fv__right-img img {
    max-width: 280px;
    width: auto;
  }
}
@media screen and (max-width: 760px) {
  .p-fv__wrap {
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
  }
}
.p-fv__sub {
  margin-bottom: min(26px, 2.1138211382vw);
  font-size: min(28px, 2.2764227642vw);
  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;
  }
}
.p-fv__left-logo img {
  max-width: 180px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 760px) {
  .p-fv__left-logo img {
    max-width: 180px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  }
}
.p-fv__title {
  margin-bottom: min(20px, 1.6260162602vw);
  color: #fff;
  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;
  display: inline-block;
  transform: skewX(-5deg);
}
@media screen and (max-width: 760px) {
  .p-fv__title {
    font-size: 42px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.p-fv__texts {
  margin-bottom: min(26px, 2.1138211382vw);
  font-size: min(18px, 1.4634146341vw);
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-fv__texts {
    display: none;
  }
}
.p-fv__texts-sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .p-fv__texts-sp {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
}
.p-fv__features {
  display: flex;
  align-items: center;
  gap: min(20px, 1.6260162602vw);
}
@media screen and (max-width: 760px) {
  .p-fv__features {
    justify-content: center;
    gap: 10px;
  }
}
.p-fv__features img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 760px) {
  .p-fv__features img {
    max-width: 100px;
  }
}
.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%;
}

.l-header {
  height: min(90px, 6.25vw);
  line-height: min(90px, 6.25vw);
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  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: 50px;
       column-gap: 50px;
}
@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: 35px;
       column-gap: 35px;
}
.l-header__li {
  position: relative;
}
.l-header__li--has-dropdown:hover .l-header__dropdown {
  opacity: 1;
  visibility: visible;
}
.l-header__a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  height: min(90px, 6.25vw);
  row-gap: min(6px, 0.4166666667vw);
  cursor: pointer;
}
.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__dropdown {
  position: fixed;
  top: min(90px, 6.25vw);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px 40px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 760px) {
  .l-header__dropdown {
    display: none;
  }
}
.l-header__dropdown-inner {
  max-width: 1322px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-header__dropdown-inner-title--voice-actor {
  background: linear-gradient(to right, #ff3d00, #fca600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-left: 1rem;
}
.l-header__dropdown-inner-title--speaking {
  background: linear-gradient(to right, #0057ff, #00defc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-left: 1rem;
}
.l-header__dropdown-inner--voice-actor {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.l-header__dropdown-item {
  display: block;
  width: clamp(360px, 50vw - 240px, 430px);
  transition: all 0.3s;
  white-space: nowrap;
  opacity: 0.7;
  background-size: cover;
  border-radius: 8px;
}
.l-header__dropdown-item--normal {
  background-image: url("../../../img/header/通常レッスンコース.png");
}
.l-header__dropdown-item--pro {
  background-image: url("../../../img/header/声優養成コース.png");
}
.l-header__dropdown-item--speaking {
  background-image: url("../../../img/header/話し方改善コース.png");
}
.l-header__dropdown-item--videolearning {
  background-image: url("../../../img/header/動画学習コース.png");
}
.l-header__dropdown-item--vocal {
  background-image: url("../../../img/header/ボーカルコース.png");
  display: none;
}
.l-header__dropdown-item--company {
  background-image: url("../../../img/header/企業向け研修.png");
  display: none;
}
.l-header__dropdown-item:hover {
  opacity: 1;
}
.l-header__dropdown-white {
  color: #fff !important;
  margin: 0 10%;
  font-size: min(22px, 1.5277777778vw);
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  display: inline-block;
}
.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%;
}

/*
  下層ページ用のヘッダー
 */
.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, #ff6426, #ff0b0b);
  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-lesson {
  background: linear-gradient(to bottom right, rgba(252, 221, 162, 0.25), rgba(248, 184, 161, 0.25));
  padding-top: 42px;
  padding-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .p-lesson {
    padding-top: 31px;
    padding-bottom: 62px;
  }
}
.p-lesson__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-lesson__title-group {
    width: 100%;
    margin-bottom: -6px;
  }
}
.p-lesson__english {
  font-size: min(160px, 12.030075188vw);
  letter-spacing: 0.09em;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .p-lesson__english {
    font-size: 55px;
  }
}
.p-lesson__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-lesson__japanese {
    font-size: 19px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
  }
}
.p-lesson__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-lesson__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-lesson__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-lesson__small {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.p-lesson__wrap {
  max-width: 1080px;
  width: min(1080px, 88%);
  margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 760px) {
  .p-lesson__wrap {
    width: 100%;
    margin: 40px auto;
    padding: 20px;
  }
}
@media screen and (max-width: 760px) {
  .p-lesson__wrap {
    flex-direction: column;
  }
  .p-lesson__wrap .p-lesson__left {
    order: 2;
  }
  .p-lesson__wrap .p-lesson__right {
    order: 1;
  }
}
.p-lesson__left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.p-lesson__left p {
  font-family: "Noto Sans JP", sans-serif;
  margin: auto 0;
  font-size: clamp(13px, 1.5vw, 18px);
  text-align: justify;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .p-lesson__left p {
    font-size: 16px;
  }
}
.p-lesson__left img.videoicon,
.p-lesson__left img.shoshinsha {
  width: 7vw;
  max-width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 760px) {
  .p-lesson__left img.videoicon,
  .p-lesson__left img.shoshinsha {
    width: 80px;
    height: 80px;
  }
}
.p-lesson__left1, .p-lesson__left2 {
  display: flex;
  align-items: center;
}
.p-lesson__right {
  position: relative;
  max-width: 400px;
  flex: 1;
}
.p-lesson__right img[alt=video1] {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-lesson__right img[alt=video1] {
    width: 100%;
  }
}
.p-lesson__right img[alt=smartphone] {
  position: absolute;
  width: 48%;
  bottom: -13%;
  right: -15%;
  display: block;
}
@media screen and (max-width: 760px) {
  .p-lesson__right img[alt=smartphone] {
    width: 37%;
    right: -11%;
    bottom: -5%;
  }
}
.p-lesson__bottom {
  overflow: hidden;
  width: 100%;
  padding: 0 24px;
}
@media screen and (max-width: 760px) {
  .p-lesson__bottom img[class="videolist is-md-show"] {
    width: 100%;
  }
}
.p-lesson__list {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.p-lesson__video {
  width: 20%;
  height: auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 760px) {
  .p-lesson__video {
    flex: 0 0 72%;
    align-items: center;
  }
}

.p-plan {
  padding-top: 42px;
  padding-bottom: 90px;
}
@media screen and (max-width: 760px) {
  .p-plan {
    padding-bottom: 40px;
  }
}
.p-plan__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-plan__title-group {
    width: 100%;
    margin-bottom: -6px;
  }
}
.p-plan__english {
  font-size: min(160px, 12.030075188vw);
  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(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-plan__japanese {
    font-size: 19px;
    -moz-column-gap: 2px;
         column-gap: 2px;
    top: 29px;
  }
}
.p-plan__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-plan__sub {
    font-size: 14px;
    top: 14px;
  }
}
.p-plan__contents {
  background-image: url("../img/plan/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px auto;
  width: 80%;
  max-width: 1200px;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .p-plan__contents {
    width: 90%;
    padding: 50px 0;
  }
}
.p-plan__content1-text {
  font-size: 32px;
  color: #fb4001;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}
.p-plan__content1-text::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 53%;
  transform: translateY(-50%) skewX(30deg);
  width: 4px;
  height: 70%;
  background-color: #fb4001;
}
.p-plan__content1-text::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 53%;
  transform: translateY(-50%) skewX(-30deg);
  width: 4px;
  height: 70%;
  background-color: #fb4001;
}
.p-plan__content1-text-big {
  font-size: 60px;
}
@media screen and (max-width: 760px) {
  .p-plan__content1-text-big {
    font-size: 32px;
  }
}
@media screen and (max-width: 760px) {
  .p-plan__content1-text {
    font-size: 20px;
  }
}
.p-plan__content1-img {
  width: 80%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .p-plan__content1-img {
    width: 80%;
    max-width: 270px;
  }
}
.p-plan__content2 {
  border: 2px solid #fb4001;
  background-color: white;
  padding: 30px 8%;
  border-radius: 20px;
  width: 70%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (max-width: 760px) {
  .p-plan__content2 {
    width: 89%;
  }
}
.p-plan__content2-text {
  background-color: #fb4001;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 28px;
  border-radius: 999px;
}
@media screen and (max-width: 760px) {
  .p-plan__content2-text {
    font-size: 18px;
  }
}
.p-plan__content2-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .p-plan__content2-inner {
    flex-direction: column;
  }
}
.p-plan__content2-inner-list {
  flex: 0 0 50%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 5rem;
}
@media screen and (max-width: 760px) {
  .p-plan__content2-inner-list {
    margin: 0 auto;
  }
}
.p-plan__content2-inner-list-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #ff5722;
  font-weight: bold;
  white-space: nowrap;
}
.p-plan__content2-inner-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("../img/plan/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-plan__content2-inner-img {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 760px) {
  .p-plan__content2-inner-img img {
    border-radius: 20px;
  }
  .p-plan__content2-inner-img {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }
}
.p-plan__content3 {
  width: 70%;
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .p-plan__content3 {
    width: 90%;
  }
}
.p-plan__content3-text1 {
  font-size: 28px;
  color: #383838;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 760px) {
  .p-plan__content3-text1 {
    font-size: 20px;
  }
}
.p-plan__content3-text1::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 53%;
  transform: translateY(-50%) skewX(20deg);
  width: 2px;
  height: 100%;
  background-color: #383838;
}
.p-plan__content3-text1::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 53%;
  transform: translateY(-50%) skewX(-20deg);
  width: 2px;
  height: 100%;
  background-color: #383838;
}
.p-plan__content3-text2 {
  background: linear-gradient(90deg, #ff6426 0%, #ff0b0b 100%);
  color: white;
  padding: 4px 0;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  border-radius: 999px;
}
@media screen and (max-width: 760px) {
  .p-plan__content3-text2 {
    font-size: 24px;
  }
}
.p-plan__content3-text3 {
  color: #383838;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 760px) {
  .p-plan__content3-text3 {
    font-size: 20px;
  }
}
.p-plan__content3-text3-emp {
  font-size: 32px;
  color: #fb4001;
  text-shadow: 3px 3px 0 white, -3px 3px 0 white, 3px -3px 0 white, -3px -3px 0 white, 3px 0 0 white, -3px 0 0 white, 0 3px 0 white, 0 -3px 0 white;
}
@media screen and (max-width: 760px) {
  .p-plan__content3-text3-emp {
    font-size: 28px;
  }
}/*# sourceMappingURL=style.css.map */