@charset "UTF-8";
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
strong,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; /*background-color: #EBE9E3;*/
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  text-decoration: none;
  transition: 0.35s;
}
nav.pc a,
a.button,
.floating a,
.main__button a,
.payment__main__button {
  transition: 0.35s;
}

.logo.pc {
  position: fixed;
  width: 170px;
  top: 15px;
  left: 16px;
}
.logo.sp {
  width: 180px;
  padding: 10px 10px 0 16px;
}

.bg {
  background-color: #00253d;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.bg::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  border-bottom: 12vw solid #fff;
  border-left: 100vw solid transparent;
}
.bg::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  border-top: 12vw solid #fff;
  border-right: 100vw solid transparent;
}

.main__button {
  position: fixed;
  width: 320px;
  top: 44%;
  right: 8vw;
}
.main__button a {
  display: block;
}

nav.pc {
  position: fixed;
  width: 200px;
  top: 43%;
  left: 17%;
  font-size: 20px;
  text-align: center;
  line-height: 3;
  transform: translate(-43%, -16%);
  -webkit-transform: translate(-43%, -16%);
  -ms-transform: translate(-43%, -16%);
}
nav.pc a {
  color: #fff;
  letter-spacing: 0.1em;
}
nav.pc ul {
  padding: 0;
}
nav.pc li {
  list-style: none;
}
nav.pc li:first-child {
  line-height: 1.5;
  margin: 0 0 15px;
}
nav.pc li a:hover {
  opacity: 1;
  color: #ffff1e;
  font-weight: 900;
  letter-spacing: 0.2em;
}
nav.pc.paynav {
  width: 250px;
  top: 50%;
  left: 18%;
}

.copyright {
  font-size: 14px;
  position: fixed;
  width: fit-content;
  bottom: 15px;
  right: 16px;
}

.content {
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}
.content section {
  background-image: url(../img/school/dot.jpg);
  background-size: 16px 16px;
  background-repeat: repeat;
}
.content section .button {
  display: block;
  width: 86%;
  margin: 20px auto 60px;
}
.content.thanks__img {
  line-height: 0;
}
.content.thanks__img footer {
  padding: 40px 0;
}

#fv {
  text-align: center;
  overflow: hidden;
}
#fv h1 {
  width: 100%;
  margin: 0 auto;
}
#fv h1.m1 {
  width: 100%;
  margin: 0 auto 24px;
}
#fv .button {
  margin: 10px auto 30px;
}
#fv .button.up__button {
  margin: -45px auto 30px;
}
#fv.white__back {
  background-color: #fff;
  background-image: none;
}

.snsicon {
  width: 58%;
  margin: 0 auto 30px;
}
.limit {
  width: 48%;
  margin: 0 auto 16px;
}

#money {
  position: relative;
  border-top: solid 8px #ffff1e;
  overflow: hidden;
}
.support {
  padding: 50px 0 0;
  position: relative;
}
.support::before {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
}
#money h2 {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
}
#money .subtext {
  position: relative;
  width: 80%;
  margin: 0 auto 40px;
}
#money p {
  position: relative;
}
.support2 p {
  width: 86%;
  margin: 20px auto;
}
.support__img {
  padding: 30px 0 0;
  position: relative;
}
.support__img::before {
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
}
.support__img .button {
  position: relative;
  padding: 50px 0 0;
}
.support__sub {
  width: 86%;
  margin: -50px auto 0;
}

#reason {
  background-color: #f6f6f1;
  background-image: none;
  padding: 30px 0;
}
#reason h2 {
  width: 66%;
  margin: 0 auto 40px;
}
#reason p {
  width: 95%;
  margin: 0 auto 40px;
}
#reason ul {
  display: flex;
  width: 86%;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#reason li {
  width: 47%;
  margin: 0 0 32px;
}
#reason li:last-child {
  padding: 34px 16px 50px 16px;
}
.reason__bottom {
  position: relative;
  background-color: #fff;
  height: 69px;
  margin: 0 0 30px;
}
.reason__bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 70px solid #f6f6f1;
  border-right: 480px solid transparent;
}

#reason2 {
  background-color: #fff;
  background-image: none;
  padding: 30px 0;
}
#reason2 h2 {
  width: 95%;
  margin: 0 auto 70px;
}
#reason2 h3 {
  width: 100%;
  margin: 0 auto;
}
#reason2 h3.up {
  width: 100%;
  margin: -19px auto 0;
}
#reason2 p {
  width: 66%;
  margin: 15px auto 40px;
}
#reason2 p.course__sub {
  width: 85%;
  margin: 0 auto 30px;
}
#reason2 p.course__ex {
  width: 30%;
  margin: 0 auto;
}
#reason2 p.course__text {
  width: 85%;
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #00253d;
}

.reason2__a,
.reason2__b,
.reason2__c {
  padding: 50px 0;
  margin: -23px 0 0;
  overflow: hidden;
}
.reason2__a,
.reason2__c {
  background-color: #f6f6f1;
}
.reason2__b {
  background-color: #fff;
}
.reason2__bottom {
  position: relative;
  background-color: #f6f6f1;
  height: 79px;
}
.reason2__bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 80px solid #fff;
  border-right: 480px solid transparent;
}

.option {
  position: relative;
  margin-bottom: 1em;
}
.option__in {
  max-height: 0;
  overflow: hidden;
  margin: 0 0 36px;
}
#reason2 .option__in p {
  width: 80%;
  margin: 10px auto 30px;
}
.title,
.option__in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.title {
  position: relative;
  padding: 5px 26px 6px;
  background-color: #fff;
  display: block;
  color: #222;
  width: 40%;
  border-radius: 50px;
  font-weight: bold;
  margin: 0 auto 10px;
}
.title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 42%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s;
}
.title.ff {
  background-color: #f6f6f1;
}
.toggle {
  display: none;
}
.toggle:checked + .title + .option__in {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::after {
  transform: rotate(225deg);
}
.reason2__d {
  color: #4d6778;
  padding: 50px 0 30px;
}
.reason2__d ul {
  padding: 0;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
}
.reason2__d li {
  padding: 20px 0;
  border-bottom: 2px dotted #4d6778;
  font-weight: 900;
}
.reason2__d li:last-child {
  border: unset;
}

.voice__slider {
  position: relative;
}
.voice__slider .arrow-right {
  position: absolute;
  left: 16px;
  top: 40%;
  width: 30px;
  z-index: 6;
}
.voice__slider .arrow-left {
  position: absolute;
  right: 16px;
  top: 40%;
  width: 30px;
  z-index: 6;
}
.voice__slider .slick-list {
  width: 450px;
  padding: 0 5px !important;
  margin: 0 15px;
}
.voice__slider .slick-list img {
  border: 2px #000 solid;
}

#connect {
  background-color: #f6f6f1;
  background-image: none;
  padding: 65px 0 30px;
}
#connect h2 {
  width: 90%;
  margin: 10px auto;
}
#connect .js-scrollable {
  margin: -40px 0 20px 7%;
}
#connect .js-scrollable img {
  width: 270%;
  max-width: unset;
  margin: 0 7% 0 0;
}
#connect .js-scrollable .scroll-hint-icon {
  display: none;
}

#session {
  background-color: #fff;
  background-image: none;
  padding: 40px 0;
}
#session h2 {
  width: 76%;
  margin: 0 auto 50px;
}
#session p {
  width: 86%;
  margin: 10px auto 40px;
}

#plan {
  padding: 40px 0 0;
  background-image: none;
  background-color: #fff;
  overflow: hidden;
}
#plan h2 {
  width: 26%;
  margin: 0 auto 50px;
}
#plan .scroll-hint {
  margin: 10px 0 40px 7%;
}
#plan .scroll-hint img {
  width: 120%;
  max-width: unset;
  margin: 0 7% 0 0;
}
#plan p {
  display: block;
  width: 90%;
  margin: 20px auto 60px;
  padding: 0 15px 0 0;
}

#end {
  background-image: none;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 25%,
    #f6f6f1 25%,
    #f6f6f1 100%
  );
  padding: 0 0 20px;
}
#end .end__text {
  width: 86%;
  margin: 0 auto 60px;
}
#end.white__back {
  background-color: #fff;
  background-image: none;
}
#end .line__text {
  margin: 0 auto 46px;
}

.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.modal__main {
  display: none;
  width: 90%;
  max-width: 420px;
  height: auto;
  max-height: 90%;
  border-radius: 10px;
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  z-index: 11;
}
.modal__main._slideUp {
  display: block;
}
.modal__box {
  display: flex;
  gap: 20px;
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
}
.modal__box__img {
  width: 37%;
}
.modal__box__img .modal__title {
  font-size: 20px;
  margin: 12px 0 6px;
  font-weight: bold;
}
.modal__box__img .modal__name {
  font-size: 14px;
}
.modal__box__text {
  width: 59%;
}
.modal__box__text .sns__bt {
  width: 100%;
  margin: 20px 0 10px;
}
.modal__box__text .sns__bt a {
  margin-right: 10px;
  line-height: 44px;
  text-decoration: underline;
}
.modal__box__text .sns__bt p {
  margin: 15px 0 0;
  font-size: 14px;
}
.modal__box__text .sns__bt a img {
  height: 44px;
  width: auto;
}

.slider .slider__box {
  width: 300px;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 12px 6px;
  display: none;
}

.floating {
  position: fixed;
  max-width: 413px;
  width: 86%;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%) translateY(-8px);
  display: none;
  transition: all 0.5s;
}
.floating a {
  display: block;
  width: auto;
  margin: 20px 0 10px;
  text-decoration: none;
}

footer {
  display: block;
  margin: 0 auto;
  max-width: 480px;
  background-color: #00253d;
  padding: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
footer a {
  display: block;
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  margin: 0 0 20px;
}
footer a:hover {
  display: block;
  color: #fd00ba;
  text-decoration: underline;
  font-size: 16px;
  margin: 0 0 20px;
}

footer .links {
  padding: 0 0 160px;
}
footer .links ul {
  padding: 10px 0;
  list-style: none;
}
footer .links a,
footer a:hover {
  display: block;
  width: fit-content;
  margin: 0 auto 18px;
  text-decoration: none;
}

#payment {
  text-align: center;
  overflow: hidden;
  background-color: #f6f6f1;
  background-image: none;
  color: #00253d;
}
#payment h1 {
  width: 100%;
  margin: 0;
}
#payment h2 {
  font-size: 44px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 30px auto 50px;
}
#payment h2 span {
  display: block;
  font-size: 26px;
}
.payment__top {
  width: 100%;
  overflow: hidden;
}
.payment__fee {
  width: 100%;
  overflow: hidden;
}
.payment__fee__cont {
  width: 86%;
  background-color: #fff;
  border: solid 3px #00253d;
  margin: 48px auto 20px;
  border-radius: 20px;
}
.payment__title {
  width: fit-content;
  background-color: #00253d;
  padding: 4px 16px;
  color: #fff;
  letter-spacing: 0.05em;
  margin: -28px auto 0;
  font-size: 26px;
  font-weight: bold;
}
.payment__main__button {
  display: block;
  width: 90%;
  margin: 20px auto;
}
.payment__main__title {
  width: 76%;
  margin: 20px auto;
}
.payment__note {
  width: 84%;
  margin: 6px auto 36px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.payment__note p {
  position: relative;
  line-height: 1.5;
  padding: 0 0 0 20px;
}
.payment__note p::before {
  position: absolute;
  content: "※";
  top: -3px;
  left: 0;
  padding: 0.2em;
}

#pr {
  background-color: #fff;
  background-image: none;
  padding: 40px 0 50px;
  border-top: solid 8px #00253d;
}
#pr p {
  padding: 30px 0;
}

#catch {
  background-image: none;
  padding: 60px 0 20px;
}
#catch.free__main {
  padding: 20px 0;
}
#catch p {
  position: relative;
  width: 86%;
  margin: 30px auto 40px;
}
.catch__in {
  position: relative;
  background-color: #f6f6f1;
  overflow: hidden;
  margin: 0;
}
.catch__bottom {
  position: relative;
  background-color: #fff;
  height: 69px;
  margin: 0 0 30px;
}
.catch__bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 70px solid #f6f6f1;
  border-right: 480px solid transparent;
}
#catch .button.m0 {
  margin: 20px auto 16px;
}

.catch__end {
  position: relative;
  background-color: unset;
  overflow: hidden;
  margin: -130px 0 0;
}
#catch p.catch__text {
  width: 70%;
  margin: 30px auto;
}
#catch p.catch__note {
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 900;
  color: #666;
}

#catch .free__title {
  width: 86%;
  margin: 0 auto 30px;
}

#catch.single__main {
  padding: 0;
}
#catch.single__main .catch__in {
  padding: 12px 0 0;
}

#sns__nav {
  width: 200px;
  display: block;
  position: absolute;
  z-index: 13;
  right: 18px;
  top: -4px;
  height: fit-content;
}
#sns__nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 0 10px;
  justify-content: flex-end;
  justify-content: center;
  align-items: center;
}
#sns__nav li {
  width: 32px;
  height: 32px;
}
#sns__nav li a {
  display: block;
  width: 100%;
  height: 100%;
}
#sns__nav li:last-child {
  width: 32px;
  height: 22px;
}

.special__main {
  background: linear-gradient(to right, #ff512f, #dd2476);
  overflow: hidden;
}
.special__main h2 {
  width: 90%;
  margin: 0 auto 30px;
}
.special__main .special__cont {
  width: 90%;
  margin: 0 auto 20px;
  padding: 16px 12px 24px;
  border-radius: 10px;
  background-color: #fff;
}

.thanks__catch {
  padding: 80px 0;
  text-align: center;
  background-color: #f6f6f1;
}
.thanks__catch img {
  width: 86%;
}
.thanks__in {
  display: block;
}
.thanks__secure {
  padding: 30px 0;
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes SlideDown {
  0% {
    opacity: 1;
    transform: translateY(-50%);
  }
  100% {
    opacity: 0;
    transform: translateY(-1%);
  }
}
.modal__main._slideUp {
  animation: SlideUp 0.2s ease-in-out forwards;
}
.modal__main._slideDown {
  animation: SlideDown 0.2s ease-in-out forwards;
}

@media screen and (min-width: 1401px) {
  .pc {
    display: block;
  }
  header {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .pc,
  .logo.pc,
  nav,
  .copyright,
  .main__button {
    display: none;
  }
  .content {
    width: 100%;
  }
  #fv {
    padding-top: 52px;
  }
  #fv.fv__only {
    padding-top: 0;
  }

  header {
    width: 100%;
    max-width: 480px;
    height: 52px;
    position: fixed;
    top: 0;
    z-index: 8;
  }
  header.unlock {
    position: relative;
  }

  /*.sp_menu{ display: flex; margin-top: 10px; justify-content: center;}*/
  .hamburger {
    display: block;
    position: absolute;
    z-index: 13;
    right: 13px;
    top: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #222;
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger.active {
    top: 4px;
    border-radius: 20px;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    background: #222;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    background: #222;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  nav.globalMenuSp {
    position: absolute;
    display: none;
    top: 60px;
    right: 30px;
    background: #fff;
    width: 170px;
    border-radius: 6px;
    height: auto;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 5px 0;
    display: block;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin-left: 0;
    transition: 0.4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    position: relative;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding: 10px 15px;
    text-decoration: none;
  }
  nav.globalMenuSp ul li:last-child a:before {
    content: unset;
  }
  nav.globalMenuSp.active {
    display: block;
    opacity: 100;
    z-index: 12;
  }
}

@media screen and (min-width: 481px) {
  nav.pc a:hover,
  a.button:hover,
  .floating a:hover,
  .main__button a:hover,
  .payment__main__button:hover {
    transition: 0.35s;
    filter: brightness(1.25);
    transform: scale(1.05, 1.05);
  }
}
@media screen and (max-width: 480px) {
  .bg {
    display: none;
  }
  nav.pc a:active,
  a.button:active,
  .floating a:active,
  .main__button a:active,
  .payment__main__button:active {
    transition: 0.35s;
    filter: brightness(1.25);
    transform: scale(1.05, 1.05);
  }
}

.special__box {
  width: 100%;
  height: auto;
  transform: skewY(-9deg);
  margin: -50px 0 66px;
  padding: 38px 0;
  background-image: linear-gradient(to right, #ff512f, #dd2476);
}
.special__box h2 {
  position: absolute;
  top: -56px;
  left: 5%;
  transform: skewY(9deg);
}
.special__box h2.last__title {
  width: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: skewY(9deg);
}
.special__box .main__box {
  transform: skewY(9deg);
}