@charset "UTF-8";
/* CSS Document */

/*ヘッダー*/
.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: 80%;
    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 img {
    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*/
main {
  background-color: #fff;
}

.top-circle {
  background-image: url("../images/about/about-top-circle750px.png");
  background-position: bottom;
  height: 22.6vw;
  background-size: 182%;
}

.main-title-area {
  padding-top: 115px;
}

.main__title-bg-sp {
  width: 92px;
}

.main__title-bg-pc {
  display: none;
}

.main__subtitle {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

@media(min-width: 768px) {
  .main__title-bg-sp {
    display: none;
  }

  .main__title-bg-pc {
    display: inline-block;
    width: 173px;
  }
}

/*ここからコンセプト*/
.concept {
  margin-bottom: 50px;
  padding-top: 130px;
}

.concept-inner {
  padding: 0 25px;
  max-width: 960px;
  margin: 0 auto;
}

.concept__caption-bg-img {
  background-image: url("../images/common/handmade treats in everyday life.png");
  width: 311px;
  height: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 auto 50px;
  ;
}

.concept h1 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.concept__h1-before {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #333;
  margin-right: 20px;
  margin-bottom: 8px;
}

.concept__h1-after {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #333;
  margin-left: 20px;
  margin-bottom: 8px;
}

.concept h2 {
  font-size: 2.0rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
  padding-top: 12px;
}

.concept__first-text--sp {
  display: inline-block;
}

.concept p {
  font-size: 1.6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: left;
  line-height: 2.8rem;
  margin-bottom: 20px;
}

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

.concept__image1 {
  width: 50vw;
  height: 35.2vw;
  object-fit: cover;
  object-position: center;
}

.concept__image2 {
  width: 50vw;
  height: 35.2vw;
  object-fit: cover;
  object-position: center;
}

.concept__content-wrapper1 img {
  margin-bottom: 20px;
}

.concept__first-text--pc {
  display: none;
}

.concept__first-text,
.concept__second-text {
  display: inline-block;
  max-width: 530px;
}

.concept__image3 {
  display: none;
}

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

@media(min-width:960px) {
  .concept-inner {
    padding: 0;
    margin-bottom: 100px;
  }

  .concept__caption-bg-img {
    width: 725px;
    height: 122px;
  }

  .concept h2 {
    font-size: 2.4rem;
    padding-top: 40px;
  }

  .concept__first-text-wrapper {
    width: 352px;
    margin: 0 auto;
  }

  .concept__first-text--sp {
    display: none;
  }

  .concept__first-text--pc {
    display: block;
  }

  .concept__content-wrapper1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 86px;
  }

  .concept__image2 {
    display: none;
  }

  .concept img.concept__image1 {
    max-width: 449px;
    max-height: 335px;
  }

  .concept__content-wrapper1 img {
    margin-bottom: 0;
  }

  .concept img.concept__image3 {
    display: block;
    max-width: 449px;
    max-height: 335px;
    object-fit: cover;
    object-position: center;
  }

  .concept__content-wrapper2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .concept__second-text-wrapper {
    width: 352px;
    margin: 0 auto;
  }

  .concept p {
    text-align: center;
    margin-bottom: 0;
    line-height: 40px;
  }

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

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

.feature-top-wave-1688687728 svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 70px;
}

.feature-top-wave-1688687728 .shape-fill {
  fill: #fff;
}

/*--------lesson-top-book終了--------*/
.feature {
  background-color: #F2E7D1;
}

.feature-inner {
  padding: 100px 25px 70px;
  max-width: 960px;
  margin: 0 auto;
}

.feature h1 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 45px;
}

.feature__h1-before {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #333;
  margin-right: 20px;
  margin-bottom: 8px;
}

.feature__h1-after {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #333;
  margin-left: 20px;
  margin-bottom: 8px;
}

.feature__list {
  margin-bottom: 10px;
}

.feature__list li {
  display: inline-block;
  list-style: none;
  margin-bottom: 40px;
  margin-right: 30px;
}

.feature__list-title-bg1 {
  width: 325px;
  height: 189px;
  border-radius: 10px 10px 0 0;
  background-image: url("../images/about/feature2new.jpg");
  background-size: cover;
}

.feature__list-title-bg2 {
  width: 325px;
  height: 213px;
  border-radius: 10px 10px 0 0;
  background-image: url("../images/about/feature1.jpg");
  background-size: cover;
  background-position: bottom;
}

.feature__list-title-bg3 {
  width: 325px;
  height: 213px;
  border-radius: 10px 10px 0 0;
  background-image: url("../images/about/feature3new.jpg");
  background-size: cover;
  background-position: center;
}

.feature__list-text-bg {
  padding: 20px 22px 0;
  width: 325px;
  height: 213px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.feature__list-text--pc {
  font-family: ‘Noto Sans JP’, sans-serif;
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.feature__list-text {
  font-size: 1.6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 2.4rem;
  text-align: left;
}

.feature__recomend-bg-img {
  width: 289px;
  height: 40px;
  background-image: url("../images/about/about-recomended.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 auto 50px;
}

.feature__recomend {
  font-size: 2.0rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
  padding-top: 20px;
}

.feature__recomend-list {
  display: inline-block;
  padding-left: 25px;
}

.feature__recomend-list ul li {
  text-align: left;
  font-family: ‘Noto Sans JP’, sans-serif;
}

@media(min-width:960px) {
  .feature-inner {
    padding-right: 0;
    padding-top: 120px;
    padding: 100px 0 70px;
  }

  .feature h1 {
    margin-bottom: 70px;
  }

  .feature__list li {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }

  .feature__list-title-bg1 {
    width: 355px;
    height: 230px;
    border-radius: 10px 0 0 10px;
  }

  .feature__list-title-bg2 {
    width: 355px;
    height: 230px;
    border-radius: 10px 0 0 10px;
  }

  .feature__list-title-bg3 {
    width: 355px;
    height: 230px;
    border-radius: 10px 0 0 10px;
  }

  .feature__list-text--pc {
    margin-bottom: 20px;
  }

  .feature__list-text-bg {
    width: 463px;
    height: 230px;
    border-radius: 0 10px 10px 0;
    padding-top: 28px;
    padding-left: 48px;
  }

  .feature__recomend-bg-img {
    width: 535px;
    height: 75px;
  }

  .feature__recomend {
    font-size: 2.4rem;
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .feature__recomend-list {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    padding-left: 0;
  }

  .feature__recomend-list--left {
    margin-right: 70px;
  }

  .feature__recomend-wrapper {
    margin-bottom: 50px;
    margin-top: 70px;
  }
}