html {
  font-size: calc((100 / 750) * 1vw);
  font-family: sans-serif;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, "Hiragino Sans", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #333;
}

.l-container {
  max-width: 750rem;
  margin: 0 auto;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a img {
  transition: transform 0.3s;
}

a:hover img {
  transform: scale(1.04);
}

@keyframes move {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(0);
  }
}

.fv {
  margin-bottom: -1rem;
  position:relative;
}

.fv video {
  max-width: 100%;
}

.fv-img {
  display: block;
  max-width: 100%;
}

.fv-animation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.carousel .slick-arrow {
  width: 80rem;
  height: 112rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.carousel .slick-next {
  right: 0;
}

.carousel .slick-prev {
  left: 0;
}

.carousel .slick-prev::before {
  transform: rotate(-180deg);
}

.carousel .slick-arrow::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/slide/arrow.png") no-repeat center 100% / 100%;
}

.carousel .carousel-item {
  position: relative;
}

.carousel-btn {
  position: absolute;
  top: 78%;
  left: 0;
  right: 0;
}

.carousel-btn img {
  max-width: 724rem;
  margin: 0 auto -7rem;
  position: relative;
  left: 3rem;
}

.carousel-02 {
  position: absolute !important;
  top: calc(74% + 10rem);
  width: 100%;
  padding: 0 40rem;
}

.carousel-02 .slick-next {
  right: calc(5% + 5rem);
}

.carousel-02 .slick-prev {
  left: calc(5% + 3rem);
}

.section-cta {
  padding: 55rem 0;
}

.cta-btn a {
  animation: move 1.5s infinite;
  text-align: center;
}

.section-cta .cta-btn img {
  max-width: 684rem;
}

.section-menu .menu-01 {
  position: relative;
  padding-bottom: 60rem;
}

.menu-02 {
  background: url("../img/menu_bg.png") no-repeat top center / cover;
  padding: 40rem 0 60rem;
}

.menu-02 .menu-members {
  margin-top: 60rem;
}

.menu-02 .members-item {
  background-color: #fff;
  box-shadow: 4rem 6rem 8rem rgba(71, 23, 7, 0.2);
  max-width: 670rem;
  margin: 0 auto;
  border-radius: 19rem;
  font-size: 20rem;
  padding-bottom: 40rem;
  margin-bottom: 100rem;
  position: relative;
}

.menu-02 .members-item:last-child {
  margin-bottom: 0;
}

.menu-02 .member-img {
  position: absolute;
  top: -45rem;
  left: -40rem;
  right: -42rem;
  max-width: 750rem;
}

.menu-02 .members-name {
  font-size: 53rem;
  font-weight: 700;
  margin-bottom: 23rem;
  color: #0b0b0b;
}

.menu-02 .name-degree {
  font-size: 34rem;
}

.menu-02 .members-position {
  font-size: 26rem;
  margin-bottom: 15rem;
  color: #0b0b0b;
}

.menu-02 .members-content {
  padding: 0 30rem;
}

.menu-02 .members-sublist > li {
  font-size: 25rem;
  line-height: calc(38 / 25);
  letter-spacing: .02em;
  position: relative;
  margin-bottom: 20rem;
  color: #434343;
}

.menu-02 .members-sublist > li.js-accordion-item {
  padding-bottom: 15rem;
  background-color: #f3f3f3;
}

.menu-02 .sublist-content {
  display: none;
  padding-left: 126rem;
}

.menu-02 .members-sublist > li span {
  font-weight: 700;
  font-size: 26rem;
  margin-right: -8rem;
}

.menu-02 .sublist-heading {
  position: relative;
  padding: 15rem 60rem 0 5rem;
}

.menu-02 .icon {
  position: absolute;
  right: 20rem;
  top: 22rem;
  width: 24rem;
  height: 24rem;
  cursor: pointer;
}

.menu-02 .icon::before,
.menu-02 .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3rem;
  transform: translate(-50%, -50%);
  background-color: #000;
  transition: transform 0.3s;
}

.menu-02 .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.menu-02 .is-open .icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.menu-03 {
  padding: 40rem 0;
  background-color: #f7eada;
}

.menu-04 {
  position: relative;
  background-color: #f7eada;
  padding-bottom: 58rem;
}

.menu-04 video {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 576rem;
}

.section-delivery {
  position: relative;
}

.section-delivery .delivery-phone {
  position: absolute;
  top: calc(16% + 5rem);
  right: 50rem;
  max-width: 478rem;
}

.section-delivery .delivery-phone:hover img {
  transform: scale(1);
}

.section-cta-courses {
  padding-top: 50rem;
}

.section-courses {
  padding-bottom: 50rem;
}

.section-courses .courses {
  margin-bottom: 30rem;
}

.section-cta-courses .cta-courses-btn {
  text-align: center;
}

.section-cta-courses .cta-courses-btn img {
  max-width: 710rem;
}

.section-courses .courses {
  position: relative;
}

.section-courses .courses-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.section-courses .courses-btn:nth-child(1) {
  top: 70.5%;
}

.section-courses .courses-btn:nth-child(2) {
  top: calc(81% + 6rem);
}

.section-courses .courses-btn:nth-child(3) {
  top: calc(92% + 10rem);
}

.section-courses .courses-btn a {
  animation: move 1.5s infinite;
  text-align: center;
}

.section-courses .courses-btn img {
  max-width: 475rem;
}

.section-qa {
  background: url("../img/qa_bg.png") no-repeat top center / cover;
  padding: 70rem 0;
}

.section-qa h2 {
  margin-bottom: 28rem;
}

.section-qa .qa-list {
  padding: 0 40rem;
}

.section-qa .qa-item {
  margin-bottom: 40rem;
}

.section-qa .qa-question .qa-symbol {
  margin-right: 20rem;
}

.section-qa .qa-answer .qa-symbol {
  margin-right: 25rem;
}

.section-qa .qa-symbol img {
  max-width: 63rem;
}

.section-qa .qa-question {
  background-color: #ff9600;
  color: #fff;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 30rem 70rem 30rem 36rem;
  cursor: pointer;
}

.section-qa .qa-question h3 {
  font-weight: 700;
  font-size: 32rem;
  line-height: calc(44 / 32);
}

.section-qa .qa-question .icon {
  width: 28rem;
  height: 28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30rem;
  top: 50%;
  transform: translateY(-50%);
}

.section-qa .qa-question .icon::before,
.section-qa .qa-question .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: transform 0.3s;
}

.section-qa .qa-question .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.section-qa .qa-item.is-open .icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.section-qa .qa-answer {
  background-color: #fff;
  color: #333;
  display: none;
}

.section-qa .answer-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 40rem 36rem;
}

.section-qa .qa-answer p {
  font-weight: 500;
  font-size: 28rem;
  line-height: calc(44 / 28);
}

.section-qa .qa-cta {
  position: relative;
  text-align: center;
  padding: 0 38rem;
}

.section-qa .qa-cta a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.section-qa .qa-cta .cta-phone {
  max-width: 538rem;
}

.section-qa .qa-cta .cta-phone:hover {
  transform: scale(1);
}

.section-cta-save {
  position: relative;
  padding-top: 64rem;
}

.section-cta-save .cta-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 37%;
}

.section-cta-save .cta-btn img {
  max-width: 614rem;
}

.section-reason {
  margin-top: -10rem;
  margin-bottom: -4rem;
}

footer {
  max-width: 750rem;
  margin: 0 auto;
  font-size: 18rem;
  font-weight: 300;
  line-height: calc(36 / 18);
  padding: 56rem 60rem 40rem;
  color: #282828;
  font-family: “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, "Hiragino Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

footer .footer-logo {
  max-width: 358rem;
  margin: 0 auto 20rem;
}

footer .footer-contact {
  text-align: center;
}

footer .contact-phone {
  display: inline-block;
}

footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 478rem;
  margin: 50rem auto 10rem;
}

footer .footer-menu li {
  padding: 0 10rem;
  border-right: 1px solid #333;
  line-height: 1;
  margin-bottom: 15rem;
}

footer .footer-menu li:first-child {
  border-left: 1px solid #333;
}

footer .footer-menu a {
  text-decoration: underline;
  text-underline-offset: 3rem;
}

footer .footer-menu a:hover {
  text-decoration: none;
}

footer .footer-copy {
  text-align: center;
  margin-bottom: 65rem;
}

footer .footer-info {
  display: inline-block;
  text-align: center;
}