@charset "UTF-8";
body {
  background: #fff;
  line-height: 1;
  margin: auto;
  max-width: 2000px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "MS ゴシック", sans-serif;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  width: 750px;
  margin: 0 auto;
}

section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 749px) {
  .header-sp {
    display: block;
  }
  .header-sp .logo img {
    max-width: 10rem;
  }
}

.menu-checkbox {
  display: none;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
}

.drawer-menu-list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.drawer-menu-item-link {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .drawer-menu-item-link {
    font-size: 36px;
    margin-top: 60px;
  }
}

.menu-checkbox:checked ~ .drawer-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-icon {
  cursor: pointer;
  position: fixed;
  top: 40px;
  margin-left: 690px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    margin-left: 666px;
    top: 55px;
  }
}

.drawer-icon-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  margin-top: -23px;
  margin-left: -10px;
  border-radius: 5px;
  background: #8a1717;
}
@media screen and (max-width: 767px) {
  .drawer-icon-btn {
    width: 80px;
    height: 80px;
    margin-top: -38px;
    margin-left: -14px;
  }
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 3rem;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .drawer-icon span,
  .drawer-icon span:before,
  .drawer-icon span:after {
    height: 0.3rem;
    width: 5rem;
  }
}

.drawer-icon span::before {
  bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .drawer-icon span::before {
    bottom: 1.6rem;
  }
}

.drawer-icon span::after {
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .drawer-icon span::after {
    top: 1.6rem;
  }
}

.menu-checkbox:checked ~ .drawer-icon {
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.3;
}

.main-wrapper {
  background-size: 2000px auto;
  min-width: 750px;
  margin: 0 auto;
}

.btn-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-cont a {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.21);
}
.btn-cont img {
  width: 100%;
  display: block;
}

.top-bg {
  background: url(../img/new/main-bg.jpeg) no-repeat center 0 fixed, #171717;
  background-size: 2000px 1000px;
}

.fv {
  background-size: 2000px auto;
  min-width: 750px;
  margin: 0 auto;
  position: relative;
}
.fv .contents {
  background-color: #fff;
  position: relative;
}
.fv .fv__button {
  position: absolute;
  top: 82%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv .fv__button:hover {
  opacity: 0.7;
}
.fv .fv__btn {
  position: absolute;
  left: 30px;
  top: 20px;
}
.fv .fv__under {
  position: relative;
}
.fv .fv__under .fv__under__btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.problem {
  text-align: center;
}
.problem .contents {
  background-image: url(../img/new/op-bg.jpg);
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}
.problem .op-plan-ttl {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
}
.problem .op-plan__01 {
  margin-top: 30px;
  background: #fff;
  text-align: center;
}
.problem .op-plan__01__img {
  margin-top: 30px;
}
.problem .op-plan__01__ttl img {
  width: 100%;
}
.problem .op-plan__01__text {
  text-align: left;
  line-height: 1.63;
  font-size: 22px;
  margin: 20px 20px 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .problem .op-plan__01__text {
    font-size: 14px;
  }
}
.problem .op-plan__01__text-ttl {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .problem .op-plan__01__text-ttl {
    font-size: 1.8rem;
  }
}
.problem .op-plan__01__plan-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0;
}
.problem .op-plan__01__plan-code > span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 14px;
}
.problem .op-plan__01__plan-code div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.problem .op-plan__01__plan-code div > span {
  font-size: 28px;
  background: #f2f2f2;
  height: 52px;
  display: block;
  line-height: 52px;
  padding: 0 20px;
}
.problem .op-plan__01__plan-code button {
  font-size: 26px;
  background-color: 838383;
  background-image: none;
  border: none;
  cursor: pointer;
  height: 52px;
  padding: 0 18px;
  display: block;
  line-height: 52px;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
.problem .op-plan__01__plan-code button:hover {
  opacity: 0.7;
}
.problem .op-plan__01__plan-code button:hover, .problem .op-plan__01__plan-code button:focus {
  outline: none;
}
.problem .op-plan__01__bottom-text {
  color: #da6423;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .problem .op-plan__01__bottom-text {
    font-size: 1.8rem;
  }
}

.op-plan__02 {
  margin-top: 30px;
  background: #fff;
  text-align: center;
  padding-bottom: 30px;
}
.op-plan__02 .op-plan__02__img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.feature {
  background-color: #fff;
}
.feature .feature__ttl {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #c12d00;
}
@media screen and (max-width: 767px) {
  .feature .feature__text {
    margin-top: -1px;
  }
}

.swiper.slider {
  height: 500px;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper {
  width: 100%;
}

.swiper.slider-thumbnail {
  height: 166.66px;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 56px !important;
  width: 56px !important;
}

.swiper-button-prev {
  left: 30px !important;
}

.swiper-button-next {
  right: 30px !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 56px;
  width: 56px;
  margin: auto;
  content: "" !important;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/new/slider-arrow-left.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/new/slider-arrow-right.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.lesson {
  background-color: #f2f2f2;
}
.lesson .contents {
  background: url("../img/lesson-bg.jpg") no-repeat top center, #dcdcdc;
  background-size: 750px auto;
  min-width: 750px;
  margin: 0 auto;
  padding-top: 520px;
}
.lesson__video {
  margin: auto;
  background-color: #333333;
  width: 450px;
  height: 800px;
}

.point {
  background: #f6f6f6;
}
.point .contents {
  background-image: url(../img/new/three-p-bg.jpg);
  text-align: center;
  padding: 60px 0 120px;
  position: relative;
}
.point .point__img {
  margin-bottom: 50px;
}
.point .btn-cont {
  padding-left: 30px;
  padding-right: 30px;
}
.point .hand {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.point01 {
  background: url(../img/point01-bg.jpg) no-repeat top center;
  background-size: 2000px auto;
}

.point02 {
  background-color: #f2f2f2;
}

.point03 {
  background-color: #e0dbd5;
}
.point03 .contents {
  padding-bottom: 70px;
}
.point03 .btn-cont {
  background: #e0dbd5;
  padding: 0 30px 0;
}

.plan {
  background-color: #c4c4c4;
  text-align: center;
}
.plan .plan__img02 {
  position: relative;
}
.plan .plan__img02 .plan-point {
  position: absolute;
  top: -50px;
  right: 0;
}
.plan .plan__img03 {
  margin-top: 50px;
}
.plan .btn-cont {
  padding: 0 30px 70px;
}

.faq {
  background-color: #656158;
}
.faq .btn-cont {
  padding: 0 30px 70px;
}

.information {
  background-color: #efefef;
}
.information__map {
  margin: auto;
  width: 690px;
  height: 450px;
}
.information .btn-cont {
  padding: 0 30px 70px;
}

.bottom {
  background-color: #c12d00;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bottom .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom__title img {
  width: 352px;
}
.bottom__icon {
  padding-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.bottom__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 55px;
}
.bottom__link div {
  width: 230px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom__link01 {
  position: relative;
}
.bottom__link01 a img {
  width: 121px;
}
.bottom__link01:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid #fff;
  height: 70px;
}
.bottom__link02 {
  position: relative;
}
.bottom__link02 a img {
  width: 170px;
}
.bottom__link02:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid #fff;
  height: 70px;
}
.bottom__link03 a img {
  width: 122px;
}