@charset "UTF-8";

/* CSS Document */
body {
  background-color: #fff;
}

/*ヘッダー*/
.header {
  width: 100%;
  height: 70px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/*ヘッダースクロール後背景色変更う*/
.header.change-color {
  background-color: rgba(224, 233, 239, 0.9);
  /*スクロールしたあとのヘッダー背景色*/
  transition: 3s;
}

.header-logo__img-sp {
  width: 51.5px;
  height: 50px;
}

.header__content-wrapper {
  padding-top: 10px;
}

.header__nav-content-wrapper {
  display: none;
}

@media(max-width:1160px) {
  .open-button {
    display: block;
    position: absolute;
    right: 25px;
    top: 26px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .open-button span,
  .open-button span:before,
  .open-button span:after {
    position: absolute;
    height: 2px;
    width: 30px;
    background: #333;
    display: block;
    content: "";
  }

  .open-button span:before {
    bottom: -6px;
  }

  .open-button span:after {
    bottom: -12px;
  }

  .header__nav-content-wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 300px;
    height: 100%;
    padding-top: 10px;
  }

  .header__nav-content-wrapper-logo {
    display: block;
    width: 51.5px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 124px;
  }

  .header__nav-content-wrapper ul {
    padding-top: 137px;
  }

  .header nav ul li a {
    display: block;
    padding-left: 70px;
    line-height: 48px;
    text-align: left;
    text-decoration: none;
    color: #333;
    font-size: 2.0rem;
    padding-bottom: 20px;
  }

  .tooglrmenu-lesson-linkbtn-area {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 70px;
  }

  .tooglrmenu-lesson-linkbtn-area img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 70px;
    object-fit: cover;
  }

  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 30px;
    padding: 20px;
  }
}

@media(min-width:1160px) {
  .header {
    height: 100px;
  }

  .header-logo__img-sp {
    display: none;
  }

  .close-button {
    display: none;
  }

  .tooglrmenu-lesson-linkbtn-area {
    display: none;
  }

  .header__content-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    align-items: center;
  }

  .header__nav-content-wrapper {
    display: block;
  }

  .header__nav-content-wrapper img {
    width: 63.5px;
    height: 61px;
    position: absolute;
    left: 0;
  }

  .header nav {
    display: block;
    text-align: right;
  }

  .header nav ul {
    display: flex;
    justify-content: flex-end;
  }

  .header nav ul a {
    display: block;
    padding: 18px 24px 0;
    color: #333;
    text-decoration: none;
  }
}

.main-inner {
  margin: 0 auto;
}

.main-visual {
  margin-bottom: 50px;
}

.main-visual__img {
  background-image: url("../images/top/main-visual-curve4X.png");
  height: 178vw;
  object-fit: cover;
  background-position: center bottom;
  background-size: 104%;
  background-repeat: no-repeat;
  position: relative;
}

.main-visual-text-area {
  width: 290px;
  margin: 0 auto;
}

.main-visual__text {
  padding-top: 117px;
}

.main-visual__text p {
  line-height: 3.0rem;
  margin-bottom: 33px;
}

.main-visual__text h1 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 22px;
}

.main-visual-logo {
  width: 108px;
  height: 54px;
}

.main-visual-feature__list {
  margin-top: 250px;
  display: flex;
  justify-content: center;
}

/*アニメーション*/
@keyframes bound-anim {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(20px);
  }
}

.feature-circle {
  animation: 1.5s bound-anim ease-in infinite alternate;
  margin-right: 9px;
  margin-left: 9px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #486067;
  position: relative;
}

.feature-circle span {
  position: absolute;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80px;
  text-align: center;
}

@media(min-width:960px) {
  .main-inner {
    overflow: hidden;
  }

  .main-visual__bg {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .main-visual__img {
    width: 63vw;
    height: 100%;
    background-image: url(../images/top/main-visual-pc.png);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 530px;
    flex-grow: 1;
    padding-bottom: 25%;
  }

  .main-visual-text-area {
    margin-left: -460px;
    width: 413px;
  }

  .main-visual__text {
    padding-top: 207px;
  }

  .main-visual__text h1 {
    font-size: 3.0rem;
  }

  .main-visual-logo {
    width: 148px;
    height: 74px;
  }

  .main-visual-feature__list {
    margin-top: 118px;
  }

  .feature-circle {
    margin-right: 10px;
    margin-left: 10px;
    width: 117px;
    height: 117px;
  }

  .feature-circle span {
    font-size: 2.0rem;
    width: 117px;
  }
}

/*-------ここからabout-------*/
.about {
  margin-bottom: 50px;
}

.about h2 img {
  width: 92px;
  margin: 0 auto;
}

.about__subtitle {
  margin-bottom: 20px;
}

.about h3 {
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 26.8px;
}

.u-pc-only {
  display: none;
}

.about__text {
  padding: 0 25px;
  line-height: 3.0rem;
  margin-bottom: 20px;
  text-align: left;
}

.about-linkbtn-area {
  padding: 0 96px;
}

.about-linkbtn-area a {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-linkbtn--letter-space {
  letter-spacing: 0.6rem;
}

.about-linkbtn-circle {
  width: 59.63px;
  margin-left: -20px;
}

@media(min-width:600px) {
  .u-pc-only {
    display: block;
  }

  .about__text {
    text-align: center;
  }
}

@media(min-width:960px) {
  .about-inner {
    margin-top: -250px;
  }

  .about h2 img {
    width: 144px;
  }

  .about__subtitle {
    margin-bottom: 30px;
  }

  .about h3 {
    display: none;
  }

  .about__text {
    width: 460px;
    margin: 0 auto 20px;
  }
}

/*--------ここからlesson-------*/
.lesson {
  background-color: #F2E7D1;
}

.lesson-inner {
  position: relative;
}

/*--------lesson-top-book開始--------*/
.custom-shape-divider-top-1688687728 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1688687728 svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 70px;
  margin-top: -2px;
}

.custom-shape-divider-top-1688687728 .shape-fill {
  fill: #fff;
}

/*--------lesson-top-book終了--------*/
.lesson__title h2 {
  padding-top: 50px;
}

.lesson h2 img {
  padding-top: 50px;
  width: 100px;
  margin: 0 auto;
}

.lesson__subtitle {
  margin-bottom: 33px;
}

/*------------スライダー部分開始-------------*/
.lesson-slider .slick-slide {
  width: 230px;
  height: 230px;
  margin: 0 8px;
  position: relative;
  overflow: hidden;
}

.lesson-slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lesson-slider .slick-arrow {
  /* width: 30px; */
  /* height: 33px; */
  border-radius: 50%;
  /* background-color: #fff; */
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 230px;
  /* z-index: 1; */
  /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));*/
}

.lesson-slider .slick-arrow::before {
  content: '';
  display: none;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

.lesson-slider .slick-next {
  right: 0;
}

.lesson-slider .slick-prev {
  left: 0;
}

.lesson-slider .slick-next::before {
  left: -5px;
}

.lesson-slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: -5px;
}

.lesson-dots {
  position: relative;
  height: 25px;
}

.lesson-dots .slick-dots {
  text-align: center;
  bottom: 25px;
}

.lesson-dots .slick-dots li {
  display: inline-block;
}

.lesson-dots .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.lesson-dots .slick-dots .slick-active button {
  background: #0a467d;
}

/*------------スライダー部分終了-------------*/
.lesson__descriptions {
  padding: 0 25px;
  margin-bottom: 25px;
}

.lesson-linkbtn-area {
  margin-bottom: 80px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.lesson-linkbtn-area a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lesson-linkbtn--before-whipper,
.lesson-linkbtn--after-whipper {
  width: 20.82px;
  height: 74.98px;
  margin-right: 20px;
}

.lesson-linkbtn--after-whipper {
  margin-right: 0;
  margin-left: 20px;
}

.lesson-linkbtn__img {
  width: 227px;
  height: 70px;
  object-fit: cover;
}

.lesson-site-picture {
  padding: 0 0 7px 0;
  margin-bottom: 28px;
}

.lesson-site-picture__img {
  width: 159px;
  height: 159px;
  object-fit: cover;
}

.lesson-site-picture__img07 {
  display: none;
}

.lesson-site-picture__img08 {
  display: none;
}

.lesson-site-picture__img09 {
  width: 325px;
  height: 159px;
  object-fit: cover;
}

.lesson-site-picture__img10 {
  display: none;
}

.lesson-linkbtn-area {
  text-decoration: none;
  color: #333;
}

.lesson-icon {
  width: 59.36px;
  height: 59.36px;
}

.lesson-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}

.lesson-icon-wrapper img {
  width: 16px;
  height: 22px;
}

@media(min-width:960px) {
  .lesson h2 img {
    padding-top: 80px;
    width: 158px;
  }

  /*lesson-top-wave開始*/
  .custom-shape-divider-top-1688687728 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .custom-shape-divider-top-1688687728 svg {
    position: relative;
    display: block;
    width: calc(147% + 1.3px);
    height: 115px;
  }

  .custom-shape-divider-top-1688687728 .shape-fill {
    fill: #fff;
  }

  .lesson ul {
    max-width: 960px;
    margin: 0 auto;
    /*margin-bottom: 56px; */
    top: 0;
  }

  .lesson-dots {
    max-width: 960px;
    margin: 0 auto;
    margin-top: -30px;
  }

  .lesson-slider .slick-next::before {
    left: -35px;
  }

  .lesson-slider .slick-prev::before {
    right: -35px;
  }

  .lesson__descriptions {
    margin-bottom: 50px;
    margin-top: 35px;
  }

  .lesson-linkbtn-area {
    margin-bottom: 50px;
  }

  .lesson-site {
    max-width: 666px;
    margin: 0 auto;
  }

  .lesson-site-picture__img07 {
    display: inline;
    width: 159px;
    height: 159px;
    object-fit: cover;
  }

  .lesson-site-picture__img08 {
    display: inline;
    width: 159px;
    height: 159px;
    object-fit: cover;
  }

  .lesson-site-picture__img10 {
    display: inline;
    width: 325px;
    height: 159px;
    object-fit: cover;
  }
}

/*--------ここからprofile--------*/
.profile-inner {
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
}

/*profile-top-wave開始*/
.custom-shape-divider-top-1688687729 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1688687729 svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 70px;
  margin-top: -2px;
}

.custom-shape-divider-top-1688687729 .shape-fill {
  fill: #F2E7D1;
}

/*profile-top-wave終了部分*/
.profile__title {
  margin: 55px 70px 33px 0;
  margin-bottom: 33px;
  text-align: right;
}

.profile h2 img {
  width: 106px;
  height: 37.23px;
}

.profile__subtitle {
  padding-right: 20px;
}

.profile-picture-area {
  margin-bottom: 30px;
}

.profile-picture__img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: 55%;
  border-radius: 50%;
}

.profile__descriptions {
  padding: 0 25px;
  margin-bottom: 9px;
}

.profile__descriptions h3 {
  display: none;
}

.profile__descriptions p {
  text-align: left;
  line-height: 3.0rem;
}

.profile-linkbtn-area {
  padding: 0 96px;
}

.profile-linkbtn-area a {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-linkbtn--letter-space {
  letter-spacing: 0.6rem;
}

.profile-linkbtn-circle {
  width: 59.63px;
  margin-left: -20px;
}

@media(min-width:600px) {
  .profile__descriptions P {
    display: inline-block;
  }
}

@media(min-width:960px) {

  /*profile-bottom-wave開始*/
  .custom-shape-divider-top-1688687729 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .custom-shape-divider-top-1688687729 svg {
    position: relative;
    display: block;
    width: calc(147% + 1.3px);
    height: 115px;
  }

  .custom-shape-divider-top-1688687729 .shape-fill {
    fill: #F2E7D1;
  }

  /*profile-bottom-wave終了部分-*/
  .profile__title {
    margin: 100px 0px 33px 0;
    text-align: center;
  }

  .profile h2 img {
    width: 168px;
    height: 60px;
  }

  .profile__subtitle {
    padding-right: 0px;
    margin-top: -10px;
  }

  .profile__descriptions h3 {
    display: block;
    font-weight: 400;
    margin-bottom: 40px;
  }

  .profile-picture-area-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 740px;
    margin: 0 auto;
  }

  .profile__descriptions-wrapper {
    margin: 0 auto;
  }

  .profile__descriptions {
    padding: 0;
  }

  .profile-picture-area {
    margin-right: 78px;
  }

  .profile-picture__img {
    width: 300px;
    height: 300px;
  }

  .profile-linkbtn-area {
    padding: 0;
  }
}

/*--------ここからvoice--------*/

.voice-inner {
  background-color: #F2E7D1;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}

/*voice-top-book開始*/
.custom-shape-divider-top-1688818649 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1688818649 svg {
  position: relative;
  display: block;
  width: calc(284% + 1.3px);
  height: 90px;
}

.custom-shape-divider-top-1688818649 .shape-fill {
  fill: #FFFFFF;
}

/*voice-top-book終了*/
.voice__title {
  margin-top: 80px;
  margin-bottom: 33px;
  text-align: left;
  margin-left: 70px;
}

.voice h2 img {
  width: 84px;
  height: 24.63px;
}

.voice__list {
  min-height: 208px;
  padding: 0 25px;
}

.voice__list ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.voice__list ol li {
  padding-right: 17px;
  padding-left: 13px;
  margin-bottom: 30px;
  background-color: #fff;
  width: 325px;
  height: 208px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice__list ol li img {
  width: 58px;
  height: 94px;
  object-fit: cover;
}

.voice__list ol li p {
  text-align: left;
  margin-left: 15px;
}

.voice-linkbtn-area {
  display: none;
  padding: 0 133px;
}

.voice-linkbtn-area a {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice-linkbtn--letter-space {
  letter-spacing: 0.6rem;
}

.voice-linkbtn-circle {
  width: 59.63px;
  margin-left: -20px;
}

@media(min-width:960px) {
  .custom-shape-divider-top-1688818649 svg {
    position: relative;
    display: block;
    width: calc(284% + 1.3px);
    height: 164px;
  }

  .voice h2 img {
    width: 142px;
    height: 42px;
  }

  .voice__title {
    margin: 150px auto 0;
    text-align: center;
  }

  .voice__list ol li {
    width: 307px;
    height: 292px;
  }

  .voice__subtitle {
    margin-bottom: 50px;
  }

  .voice__list ol {
    max-width: 987px;
    margin: 0 auto;
  }
}

/*--------ここからaccess--------*/
.access-inner {
  padding-bottom: 72px;
}

.access-top-pfotogalally {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.access-top-pfotogalally__sp-img {
  width: 33.3vw;
  height: 26.6vw;
}

.access-top-pfotogalally__pc-img {
  display: none;
}

.access__title {
  margin-bottom: 30px;
}

.access__title h2 img {
  width: 100px;
  height: 17.65px;
}

.access__map-img {
  max-width: 375px;
  border: 1px solid #707070;
  margin-bottom: 30px;
}

.access__addless-wrapper {
  padding: 0 25px;
  text-align: center;
  line-height: 2.4rem;
}

.acsess__addless,
.acsess__addless-station {
  padding-bottom: 20px;
}

@media(min-width:960px) {
  .access-top-pfotogalally img {
    display: block;
    width: 16.6vw;
    height: 15.2vw;
  }

  .access__title {
    margin-bottom: 30px;
  }

  .access__title h2 img {
    width: 156px;
    height: 28px;
  }

  .access__img-wrapper-bg {
    width: 960px;
    height: 588px;
    border: 1px solid #707070;
    border-radius: 22px;
    margin: 0 auto;
    padding-top: 130px;
  }

  .access__img-wrapper {
    display: flex;
    justify-content: center;
  }

  .access__map-img {
    border: none;
    margin-right: 25px;
  }

  .access__addless-wrapper {
    text-align: left;
    padding-top: 45px;
  }
}

/*--------ここからfooter--------*/