@charset "UTF-8";
/********************************
# 目次 

 - component  
 - header
 - main
   -section.main__mv
   -section.main__story
   -section.main__prof
   -section.main__lecture01
   -section.main__lecture02
   -section.main__lecture03
   -section.main__genre
   -section.main__media
   -section.main__book
   -section.main__form
   -section.main__service
   -section.main__support
 - footer
*********************************/
/********************************
component
*********************************/
/*-------  変数の定義　-------*/
/*-------  変数の定義　ここまで-------*/
body {
  font-family: "Zen Old Mincho", serif;
  color: #333333;
}

a {
  text-decoration: none;
}

.sp_750px {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_750px {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pc_750px {
    display: none !important;
  }
}

/********************************
header
*********************************/
header {
  background-image: url(../imge/beige-bg.webp);
  box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 750px) {
  header {
    display: none;
  }
}

.header__inner {
  max-width: 1100px;
  margin: auto;
}

.header__nav {
  max-width: 1075px;
}

.gnav__list {
  display: flex;
  justify-content: end;
  height: 63px;
}
.gnav__list a:last-of-type {
  border-right: 1px solid #a1988c;
}
.gnav__list a:hover {
  opacity: 0.5;
  border-bottom: 4px solid #333333;
}

.gnav__item {
  text-align: center;
  align-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  border-left: 1px solid #a1988c;
  height: 63px;
  padding: 0 15px;
}

.gnav__item span {
  display: block;
  font-size: 16px;
  font-weight: 100;
  font-family: "Lora", serif;
  color: #a1988c;
  margin-top: 10px;
}

.modal-open {
  display: none;
}
@media screen and (max-width: 750px) {
  .modal-open {
    display: block;
    position: fixed;
    top: 0.7rem;
    right: 0.7rem;
    width: 13vw;
    z-index: 10;
    cursor: pointer;
  }
  .modal-open img {
    width: 100%;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #efefef;
  padding-top: 8rem;
  width: 70vw;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}

@media screen and (max-width: 750px) {
  .modal-close {
    display: block;
    position: fixed;
    top: 0.7rem;
    right: 0.7rem;
    width: 13vw;
    cursor: pointer;
  }
  .modal-close img {
    width: 100%;
  }
}

.sp-nav ul a {
  color: #333333;
}
.sp-nav ul a li {
  width: 100%;
  font-size: 4vw;
  font-weight: bold;
  padding: 0.8em 1em;
  display: inline-block;
  border-bottom: 2px solid #ABA69F;
}
.sp-nav ul a li span {
  font-size: 3vw;
  margin-left: 1em;
  color: #ABA69F;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/********************************
--main--

section.main__mv
*********************************/
.main__mv {
  padding: 133px 0 80px 0;
  background-image: url(../imge/beige-bg.webp);
}
@media screen and (max-width: 750px) {
  .main__mv {
    padding-top: 26%;
    padding-bottom: 8%;
  }
}

.main__mv__content {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main__mv__content {
    position: relative;
    padding: 0 6%;
    align-items: start;
  }
}

@media screen and (max-width: 750px) {
  .main__mv__text {
    z-index: 2;
  }
}
.main__mv__text p {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main__mv__text p {
    font-size: 5vw;
  }
}
.main__mv__text p .main__mv__font2 {
  font-size: 56px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main__mv__text p .main__mv__font2 {
    font-size: 7vw;
    font-weight: 500;
  }
}
.main__mv__text p .main__mv__font3 {
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .main__mv__text p .main__mv__font3 {
    font-size: 4vw;
    font-weight: 500;
  }
}
.main__mv__text .main__mv__font4__wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .main__mv__text .main__mv__font4__wrapper {
    margin-top: 15px;
  }
}
.main__mv__text .main__mv__font4__wrapper .main__mv__font4 {
  font-size: 28px;
  background-color: #333333;
  color: white;
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px 20px;
}
@media screen and (max-width: 750px) {
  .main__mv__text .main__mv__font4__wrapper .main__mv__font4 {
    font-size: 3.2vw;
    margin-bottom: 10px;
  }
}

.main__mv__img p {
  width: 345px;
}
@media screen and (max-width: 750px) {
  .main__mv__img p {
    position: absolute;
    top: 0;
    right: 7%;
    width: 45%;
    opacity: 0.6;
  }
}
.main__mv__img p img {
  width: 100%;
  height: 100%;
}

/********************************
--main--

section.main__story
*********************************/
.main__story {
  background-color: #222222;
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .main__story {
    padding-top: 7%;
    padding: 7% 7% 0 7%;
  }
}

.story__medal_pc {
  max-width: 1110px;
  margin: 0 auto 75px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .story__medal_pc {
    display: none;
  }
}
.story__medal_pc p {
  max-width: 345px;
}
.story__medal_pc p img {
  width: 100%;
}

.story__medal_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .story__medal_sp {
    display: block;
    margin-bottom: 40px;
  }
  .story__medal_sp p {
    width: 100%;
  }
  .story__medal_sp p img {
    width: 100%;
  }
}

.main__story__text1__wrapper {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .main__story__text1__wrapper {
    margin-bottom: 30px;
  }
}
.main__story__text1__wrapper .main__story__text1 {
  font-size: 32px;
  color: white;
  display: inline-block;
  border-bottom: 2px solid white;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .main__story__text1__wrapper .main__story__text1 {
    line-height: 1.5;
    font-size: 6vw;
  }
}

.main__story__text2 {
  font-size: 48px;
  color: #d9be98;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .main__story__text2 {
    font-size: 7vw;
    margin-bottom: 30px;
  }
}

.main__story__text3 {
  font-size: 32px;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .main__story__text3 {
    font-size: 5vw;
    line-height: 1.5;
  }
}
.main__story__text3 span {
  font-size: 56px;
  font-family: "Lora", serif;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .main__story__text3 span {
    font-size: 7vw;
  }
}

.main__story__text4 {
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .main__story__text4 {
    font-size: 3.7vw;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}

.main__story__text__hr {
  width: 100px;
  border: 1px solid #d9be98;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .main__story__text__hr {
    margin-bottom: 25px;
  }
}

.main__story__text3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .main__story__text3 {
    margin-bottom: 30px;
  }
}

.story__circle {
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  margin: 100px auto;
}
.story__circle p {
  width: 335px;
}
@media screen and (max-width: 750px) {
  .story__circle p {
    width: 100%;
  }
}
.story__circle p img {
  width: 100%;
}

.story__circle_sp {
  width: 100%;
  margin: 40px auto;
}
.story__circle_sp img {
  width: 100%;
}

.linkbtn-wrapper {
  text-align: center;
  padding-bottom: 3rem;
}

@media screen and (max-width: 750px) {
  .service_btn {
    padding: 0 20px 3rem 20px;
    box-sizing: border-box;
  }
}

.bt_anime-on {
  transform: translateY(-4px);
}

/********************************
--main--

section.main__prof
*********************************/
.main__prof {
  background-image: url(../imge/beige-bg.webp);
  position: relative;
  padding-bottom: 135px;
}
@media screen and (max-width: 750px) {
  .main__prof {
    margin-top: -2px;
    padding-bottom: 120px;
  }
}

.prof__img {
  width: 390px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .prof__img {
    width: 60%;
    margin: 0 auto 40px auto;
  }
}
.prof__img img {
  width: 100%;
}

.prof__wrap {
  max-width: 1100px;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .prof__wrap {
    display: block;
    padding: 40px 6% 0 6%;
    margin: 0 auto;
  }
}

.prof__txt-wrap {
  width: 55%;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .prof__txt-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.prof__h2 {
  font-size: 80px;
  color: #d9be98;
  margin-bottom: 80px;
  font-family: "Lora", serif;
}
@media screen and (max-width: 750px) {
  .prof__h2 {
    font-size: 15vw;
    margin-bottom: 40px;
  }
}
.prof__h2 span {
  font-size: 32px;
  margin-left: 20px;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .prof__h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    color: #333333;
    font-size: 5vw;
    font-weight: 600;
  }
}

.prof__txt1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .prof__txt1 {
    font-size: 4vw;
  }
}

.prof__txt2 {
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .prof__txt2 {
    font-size: 5vw;
    margin-bottom: 25px;
  }
}
.prof__txt2 .prof__txt2__span1 {
  font-size: 48px;
  margin: 0 30px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .prof__txt2 .prof__txt2__span1 {
    font-size: 7vw;
    font-weight: 800;
    margin: 0 15px;
  }
}
.prof__txt2 .prof__txt2__span2 {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .prof__txt2 .prof__txt2__span2 {
    font-size: 4vw;
  }
}

.prof__txt3 {
  font-size: 18px;
  line-height: 1.7;
}

.prof__btn_box {
  padding: 0 6% 3rem 6%;
}
@media screen and (max-width: 750px) {
  .prof__btn_box {
    padding-bottom: 0;
  }
}
.prof__btn_box .linkbtn-wrapper {
  padding-bottom: 0;
}
.prof__btn_box .linkbtn-wrapper + .linkbtn-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .prof__btn_box .linkbtn-wrapper + .linkbtn-wrapper {
    margin-top: 1.5rem;
  }
}

.prof__bg2 {
  position: absolute;
  left: -30px;
  bottom: -1px;
}
.prof__bg2 img {
  width: 100%;
}

/********************************
--main--

section.main__lecture01
*********************************/
.main__lecture01 {
  padding: 100px 6%;
}
@media screen and (max-width: 750px) {
  .main__lecture01 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.main__lecture01 .lecture__h2 {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 80px;
  color: #d9be98;
  margin-bottom: 80px;
  font-family: "Lora", serif;
}
@media screen and (max-width: 750px) {
  .main__lecture01 .lecture__h2 {
    font-size: 15vw;
    margin-bottom: 40px;
  }
}
.main__lecture01 .lecture__h2 span {
  font-size: 32px;
  margin-left: 20px;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .main__lecture01 .lecture__h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    color: #333333;
    font-size: 5vw;
    font-weight: 600;
  }
}

.lecture01__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .lecture01__inner {
    display: block;
  }
}

.lecture01__img {
  width: 43%;
}
@media screen and (max-width: 750px) {
  .lecture01__img {
    width: 100%;
  }
}
.lecture01__img img {
  width: 100%;
}

.lecture01__txt {
  width: 51%;
}
@media screen and (max-width: 750px) {
  .lecture01__txt {
    width: 100%;
  }
}

.lecture__h3 {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .lecture__h3 {
    margin-bottom: 50px;
  }
}
.lecture__h3 .Lecture__number__box {
  margin-right: 40px;
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  .lecture__h3 .Lecture__number__box {
    margin-right: 20px;
    padding-top: 0;
  }
}
.lecture__h3 .Lecture__number__box .Lecture__number__title {
  font-size: 32px;
  border-bottom: 3px solid #d9be98;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .lecture__h3 .Lecture__number__box .Lecture__number__title {
    font-size: 4vw;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 2px solid #d9be98;
  }
}
.lecture__h3 .Lecture__number__box .Lecture__number {
  font-size: 75px;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lecture__h3 .Lecture__number__box .Lecture__number {
    font-size: 12vw;
  }
}
.lecture__h3 .lecture__overview .lecture__location {
  font-size: 24px;
  margin-bottom: 20px;
  background-color: #e2d6c4;
  padding: 10px 15px;
  clip-path: polygon(3% 0, 100% 0%, 98% 100%, 0% 100%);
}
@media screen and (max-width: 750px) {
  .lecture__h3 .lecture__overview .lecture__location {
    font-size: 4vw;
    padding: 5px 12px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.lecture__h3 .lecture__overview .lecture__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .lecture__h3 .lecture__overview .lecture__title {
    font-size: 7vw;
    margin-bottom: 20px;
  }
}
.lecture__h3 .lecture__overview .Number-of-people {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .lecture__h3 .lecture__overview .Number-of-people {
    font-size: 5vw;
  }
}
.lecture__h3 .lecture__overview .Number-of-people span {
  color: white;
  background-color: #333333;
  padding: 2px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .lecture__h3 .lecture__overview .Number-of-people span {
    font-size: 4vw;
  }
}

.lecture__lead {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .lecture__lead {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 30px;
  }
}

.lecture__lead-under {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .lecture__lead-under {
    margin-bottom: 20px;
  }
}

.main__voice {
  background-color: #222222;
  padding: 100px 6% 40px 6%;
}
@media screen and (max-width: 750px) {
  .main__voice {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.main__voice__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.voice__h2__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .voice__h2__wrapper {
    margin-bottom: 15px;
  }
}

.voice__h2__wrapper:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  /* 線の太さ */
  background-color: #e2d6c4;
  /* 線の色 */
  margin: 0 3%;
  /* 文字と線の余白 */
}

.voice__h2 {
  font-size: 24px;
  color: white;
  padding-bottom: 20px;
}
.voice__h2 span {
  font-size: 54px;
  font-family: "Lora", serif;
  color: #d9be98;
  margin-right: 20px;
}

.voice__cards__box {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice__cards__box .voice__cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e2d6c4;
  border: 3px solid #d9be98;
  padding: 35px 30px;
  width: 42%;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .voice__cards__box .voice__cards {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 15px;
  }
}
.voice__cards__box .voice__cards .voice__cards__img__wrapper {
  width: 18%;
  margin: 0 auto 10px auto;
}
.voice__cards__box .voice__cards .voice__cards__img__wrapper .voice__cards__img {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .voice__cards__box .voice__cards .voice__cards__img__wrapper .voice__cards__img {
    margin-bottom: 0;
  }
}
.voice__cards__box .voice__cards .voice__cards__img__wrapper .voice__cards__img img {
  width: 100%;
}
.voice__cards__box .voice__cards .voice__cards__text {
  width: 75%;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .voice__cards__box .voice__cards .voice__cards__text {
    width: 100%;
  }
}

#voice01 .voice__cards__img__wrapper {
  width: 20%;
}
@media screen and (max-width: 750px) {
  #voice01 .voice__cards__img__wrapper {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
#voice01 .voice__cards__age {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #voice01 .voice__cards__age {
    width: 80%;
    font-size: 15px;
  }
}

/********************************
--main--

section.main__lecture02
*********************************/
.main__lecture {
  padding: 100px 6% 0 6%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main__lecture {
    display: block;
    padding-top: 50px;
  }
}
.main__lecture .lecture__text {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .main__lecture .lecture__text {
    width: 100%;
  }
}
.main__lecture .lecture__img {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .main__lecture .lecture__img {
    width: 100%;
    padding-bottom: 40px;
  }
}
.main__lecture .lecture__img img {
  width: 100%;
}

.main__lecture02 .main__lecture {
  padding: 100px 6% 80px 6%;
}
@media screen and (max-width: 750px) {
  .main__lecture02 .main__lecture {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

/********************************
--main--

section.main__lecture03
*********************************/
.main__lecture03 {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .main__lecture03 {
    margin-bottom: 30px;
  }
}
.main__lecture03 .lecture__title {
  line-height: 1.5;
}
.main__lecture03 .lecture__title__top {
  font-size: 24px;
}

/********************************
--main--

section.main__genre
*********************************/
.main__genre__inner {
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .main__genre__inner {
    padding: 0 6vw;
  }
}

.decoration-img {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .decoration-img {
    margin-bottom: 20px;
  }
}
.decoration-img img {
  width: 100%;
}

.genre__h2 {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 750px) {
  .genre__h2 {
    font-size: 7vw;
    margin-bottom: 30px;
  }
}

.genre__content__title {
  display: flex;
  align-items: center;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .genre__content__title {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}

.genre__content__title:before,
.genre__content__title:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #d9be98;
}

.genre__content__title:before {
  margin-right: 2rem;
}

.genre__content__title:after {
  margin-left: 2rem;
}

.genre__content__text {
  max-width: 705px;
  margin: 0 auto 100px auto;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .genre__content__text {
    margin-bottom: 40px;
  }
}

/********************************
--main--

section.main__media
*********************************/
.main__media__top-bg {
  width: 100%;
}
.main__media__top-bg img {
  width: 100%;
}

.main__media {
  background-image: url(../imge/beige-bg.webp);
  position: relative;
  padding-bottom: 170px;
}
@media screen and (max-width: 750px) {
  .main__media {
    padding-bottom: 80px;
  }
}
.main__media .media__h2 {
  font-size: 80px;
  color: #d9be98;
  text-align: center;
  margin-bottom: 80px;
  font-family: "Lora", serif;
  padding: 100px 6% 0 6%;
}
@media screen and (max-width: 750px) {
  .main__media .media__h2 {
    font-size: 10vw;
    text-align: start;
    padding-top: 37px;
    margin-bottom: 40px;
  }
}
.main__media .media__h2 span {
  font-size: 32px;
  color: #333333;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .main__media .media__h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    color: #333333;
    font-size: 5vw;
    font-weight: 600;
  }
}
.main__media .main__media__inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 6%;
}

.media__item {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 40px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .media__item {
    margin-bottom: 20px;
  }
}

.media__item::before,
.media__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .media__item::before,
  .media__item::after {
    width: 30px;
    height: 30px;
  }
}

.media__item::before {
  left: 0;
  top: 0;
  background: linear-gradient(-225deg, #d9be98 50%, transparent 50%);
}

.media__item::after {
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #d9be98 50%, transparent 50%);
}

.media__item__h2 {
  font-size: 36px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .media__item__h2 {
    font-size: 5.5vw;
  }
}
.media__item__h2::after {
  position: absolute;
  content: "";
  background-color: #d9be98;
  width: 100px;
  height: 2px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .media__item__h2::after {
    width: 20%;
  }
}

.media__item__text {
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .media__item__text {
    margin-top: 60px;
    font-size: 3.7vw;
  }
}

@media screen and (max-width: 750px) {
  .media_btn {
    margin-top: 40px;
  }
}

/********************************
--main--

section.main__book
*********************************/
.main__book {
  background-color: #222222;
  position: relative;
}
.main__book .main__book__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.book__h2 {
  font-size: 80px;
  color: #d9be98;
  text-align: center;
  margin-top: -1px;
  margin-bottom: 80px;
  font-family: "Lora", serif;
  padding: 100px 6% 0 6%;
}
@media screen and (max-width: 750px) {
  .book__h2 {
    font-size: 17vw;
    text-align: start;
    padding-top: 40px;
  }
}
.book__h2 span {
  font-size: 32px;
  color: white;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .book__h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    color: white;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
}

.book_introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 6%;
}
@media screen and (max-width: 750px) {
  .book_introduction {
    display: block;
  }
}
.book_introduction .book__img_wrapper {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .book_introduction .book__img_wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.book_introduction .book__img_wrapper .book__img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .book_introduction .book__img_wrapper .book__img {
    width: 50%;
    margin: 0 auto;
  }
}
.book_introduction .book__img_wrapper .book__img img {
  width: 100%;
}
.book_introduction .book_product_code {
  font-size: 15px;
  margin-top: 10px;
  color: #fcfcfc;
}
.book_introduction .product_code-sp {
  width: 75%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.book_introduction .book__text {
  width: 48%;
  font-size: 32px;
  color: #fcfcfc;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .book_introduction .book__text {
    width: 75%;
    margin: 0 auto;
    font-size: 4.5vw;
  }
}
.book_introduction .book__text .book__text__inner {
  width: 100%;
  padding: 50px 0;
  border-top: 2px solid #d9be98;
  border-bottom: 2px solid #d9be98;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .book_introduction .book__text .book__text__inner {
    padding: 20px 0;
  }
}

.khaki__linkbtn__box {
  padding: 80px 6% 110px 6%;
}
@media screen and (max-width: 750px) {
  .khaki__linkbtn__box {
    padding-top: 30px;
    padding-bottom: 7rem;
  }
}
.khaki__linkbtn__box .khaki__linkbtn {
  padding-bottom: 40px;
}

.main__book__top-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.main__book .main__book__top-bg {
  position: absolute;
  bottom: -1px;
  left: 0;
}

/********************************
--main--

section.main__form
*********************************/
.main__form {
  background-image: url(../imge/beige-bg.webp);
  padding: 3em 6% 9rem 6%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main__form {
    padding-top: 2em;
  }
}
.main__form span {
  font-size: 24px;
  color: #999999;
  font-family: "Lora", serif;
  display: block;
  margin-top: 20px;
}

.form_h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 750px) {
  .form_h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .form_h2 {
    font-size: 8vw;
  }
}

.main__form .main__book__top-bg {
  position: absolute;
  bottom: -1px;
  left: 0;
}

/********************************
--main--

section.main__service
*********************************/
.main__service {
  max-width: 1100px;
  margin: auto;
  margin-top: -1px;
  padding: 4em 6% 0 6%;
}
@media screen and (max-width: 750px) {
  .main__service {
    padding-top: 0;
  }
}

.service_h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 750px) {
  .service_h2 {
    font-size: 8vw;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.service_h2 span {
  font-size: 24px;
  color: #999999;
  font-family: "Lora", serif;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .service_h2 span {
    margin-top: 10px;
  }
}

.service__lead {
  font-size: 24px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .service__lead {
    font-size: 5vw;
    margin-bottom: 20px;
  }
}

.service_box {
  margin-bottom: 40px;
}
.service_box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .service_box {
    margin-bottom: 10px;
  }
}
.service_box .service_img img {
  width: 100%;
}
.service_box .service__txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 740px;
  margin: 50px auto;
}
@media screen and (max-width: 750px) {
  .service_box .service__txt {
    display: block;
    margin: 20px auto;
  }
}
.service_box .service__txt .service__txt_main {
  width: 47%;
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .service_box .service__txt .service__txt_main {
    font-size: 8vw;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.service_box .service__txt .service_sp_hr {
  width: 70px;
  margin: 0 auto;
}
.service_box .service__txt .service__txt_sub {
  width: 53%;
  font-size: 18px;
  line-height: 1.7;
  border-left: 2px solid #d9be98;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .service_box .service__txt .service__txt_sub {
    font-size: 4vw;
    width: 100%;
    border-left: none;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}

.service_box1, .service_box2 {
  max-width: 750px;
  margin: auto;
}

/********************************
--main--

section.main__support
*********************************/
.main__support {
  background-image: url(../imge/beige-bg.webp);
  padding: 0 6% 100px 6%;
  margin-top: -3px;
}
@media screen and (max-width: 750px) {
  .main__support {
    padding-bottom: 60px;
  }
}
.main__support .main__support_inner {
  max-width: 750px;
  margin: 0 auto;
}

.support__h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .support__h2 {
    font-size: 7vw;
    margin-bottom: 40px;
  }
}

.support__item {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  .support__item {
    display: block;
    text-align: center;
    padding: 17px 0;
  }
}
.support__item:last-of-type {
  border-bottom: 1px solid #999999;
}

.support__item_txt {
  font-size: 18px;
  border-left: 5px solid #333333;
  padding-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .support__item_txt {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.support__item_txt span {
  font-size: 24px;
  font-family: "Sawarabi Mincho", serif;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .support__item_txt span {
    font-size: 20px;
    margin-right: 5px;
  }
}

.support__item_btn {
  color: white;
  background-color: #333333;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .support__item_btn {
    font-size: 14px;
  }
}
.support__item_btn:hover {
  opacity: 0.7;
}

/********************************
footer
*********************************/
footer {
  height: 60px;
  background-image: url(../imge/beige-bg.webp);
}
footer small {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 19px;
  text-align: center;
  line-height: 60px;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 750px) {
  footer small {
    margin: 0 6%;
  }
}/*# sourceMappingURL=style.css.map */