@charset "utf-8";

/******
フォント

Noto Sans JP
font-family: "Noto Sans JP", sans-serif;

All Round Gothic
font-family: "all-round-gothic", sans-serif;
font-weight: 500;

A P-OTF A1ゴシック Std M
font-family: "MFW-PA1GothicStd-Medium";

*******/

body {
  color: #5b5045;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.img {
  width: 100%;
  height: auto;
  display: block;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.inner-435 {
  width: calc(100% - 40px);
  margin: 0 auto;
}

/* -------------------------------------
common
------------------------------------- */
.wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #ffdbcf;
}
.wrap::after {
  content: "";
  display: block;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  min-height: 706px;
  background: url("../imgs/fv_bg.png") center center / cover no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.curve-line {
  width: 100%;
  margin-top: -1px;
}
.curve-line svg {
  width: 100%;
  height: 80px;
  display: block;
}

.bg-cream {
  background-color: #fff2eb;
}

.bg-orange {
  background-color: #fec0ad;
}

.section-title {
  width: 129px;
  margin: 0 auto;
}

span.bold {
  font-weight: 700;
}

span.font-lrg {
  font-size: 19px;
}

span.semiBold {
  font-weight: 600;
}

/* --------------------------------
left_blk
--------------------------------- */

.left_blk {
  width: calc((100% - 480px) / 2);
  height: 100vh;
  order: 1;
  position: relative;
  z-index: 1;
}
.left_fix {
  width: calc((100% - 480px) / 2);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.left_container {
  max-width: 370px;
  width: 85%;
  /* height: 370px; */
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

/* --------------------------------
.right_blk
--------------------------------- */
.right_blk {
  width: calc((100% - 480px) / 2);
  height: 100vh;
  order: 3;
  position: relative;
  z-index: 1;
}
.right_fix {
  width: calc((100% - 480px) / 2);
  height: 100%;
  /* background: url(../imgs/right_bg.jpg) center center / cover no-repeat; */
  position: fixed;
  top: 0;
  /* right: 1.2%; */
  /* z-index: -1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right_container {
  width: 290px;
}
.nav_gnavNav {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.nav_gnavList {
  /* width: 49%; */
}
.nav_gnavLink {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 500;
  padding-left: 13px;
  line-height: 1;

  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* ●ドット */
.nav_gnavLink::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #5b5045;
  border-radius: 50%;
}

/* ===== ここが重要 ===== */
.nav_gnavSpan {
  width: calc(100% - 115px);
  display: inline-block; /* 文字幅基準 */
  text-align: left; /* ★文字は左寄せ */
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.nav_gnavSpan span {
  font-weight: 400;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
  transition:
    font-weight 0.2s,
    border-color 0.2s;
}

/* hover & current */
.nav_gnavLink:hover,
.nav_gnavLink.current {
  font-weight: 700;
}

.nav_gnavLink:hover .nav_gnavSpan span,
.nav_gnavLink.current .nav_gnavSpan span {
  font-weight: 900;
  border-bottom-color: #5b5045; /* 色だけ変える */
}

/* --------------------------------
center_blk
--------------------------------- */

.center_blk {
  order: 2;
  width: 480px;
  box-shadow: 0 0 20px gray;
  background: #fff;
  position: relative;
  z-index: 1;
}
.mv {
  /* height: 100vh; */
  /* min-height: 826px; */
  /* background: url(../imgs/mv_bg_02.jpg) center center / cover no-repeat; */
  position: relative;
}
.mv_inner {
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%); */
}
.mv_img {
  display: block;
  width: 100%;
  height: 100%;
  /* height: 100vh; */
  /* min-height: 826px; */
  display: block;
  object-fit: cover;
}
.fv__btn {
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1GothicStd-Medium";
  display: block;
  width: 100%; /* ★ 中央カラムと同じ幅 */
  max-width: 100%;
  padding: 7px 20px 7px;

  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d25f41;
}
.fv__btn--lrg,
.fv__btn--sml {
  display: block;
}
.fv__btn--lrg {
  font-size: 29px;
  line-height: 1.25;
}
.fv__btn--sml {
  font-size: 13px;
  line-height: 1.75;
}

/* --------------------------------
about
--------------------------------- */
.about {
  padding-top: 100px;
}
.about__wrap {
  position: relative;
  background-color: #fff;
}
/* 上のカーブ */
.about .curve-line:first-child {
  position: relative;
}
/* タイトル配置 */
.about .section-title {
  position: absolute;
  top: 40px; /* ★ SVG高さ80pxの中央 */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about__subTitle {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-top: 43px;
  line-height: 1.86;
  letter-spacing: -0.05em;
}
.about__img {
  padding-top: 17px;
  padding-bottom: 16px;
}
.about__text {
  font-size: 16px;
  line-height: 2.09;
}

/* --------------------------------
lesson
--------------------------------- */
.lesson {
  padding-top: 40px;
  padding-bottom: 66px;
}
.lesson .section-title {
  margin-bottom: 27px;
}
.lesson__subTitle {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.61;
}
.lesson__img {
  width: 100%;
  max-width: 328px;
  margin: 0 auto 38px;
}
.lesson__text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.86;
}
.lesson__img2 {
  width: 100%;
  max-width: 418px;
  margin: 0 auto 20px;
}
.lesson__text2 {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
}

/* --------------------------------
recommend
--------------------------------- */
.recommend {
}
.recommend__box {
  padding-bottom: 44px;
}
.recommend .section-title__type02 {
  background: url("../imgs/recommend_title_bg.svg") center center / cover
    no-repeat;
  object-fit: cover;
  min-height: 103px;
  padding-top: 16px;
}
.recommend .section-title__type02--ja,
.recommend .section-title__type02--en {
  color: #fff;
  text-align: center;
}
.recommend .section-title__type02--ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.82;
}
.recommend .section-title__type02--en {
  font-size: 15px;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.recommend__img {
  width: 100%;
  max-width: 396px;
  padding-top: 34px;
  margin: 0 auto;
}
.recommend__box2 {
  padding-top: 54px;
  padding-bottom: 89px;
}
.recommend__subTitle {
  width: 100%;
  max-width: 326px;
  margin: 0 auto 25px;
}
.recommend__subTitle2 {
  color: #d25f41;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 450px;
  padding: 9px 10px 6px;
  margin: 0 auto 25px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #d25f41;
  border-radius: 24px;
}
.recommend__text {
  font-size: 16px;
  line-height: 2.09;
}

/* -------------------------------------
bonus
------------------------------------- */
.bonus {
}
.bonus__wrap {
  position: relative;
}
.bonus .section-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.bonus__flex {
  width: 100%;
  max-width: 409px;
  padding-top: 47px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bonus__lft {
  width: 158px;
}
.bonus__rgt {
  width: calc(100% - 173px);
  max-width: 225px;
}
.bonus__rgtHeading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.86;
}
.bonus__rgtText {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.56;
}
.bonus__text {
  font-size: 16px;
  margin-bottom: 47px;
  line-height: 2.09;
}

.tab {
  width: 100%;
  padding-bottom: 30px;
}
.tab-list {
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
}
.tab-menu {
  align-items: center;
  background-color: #f6dfd9;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  width: 48.5%;
  max-width: 177px;
  height: 52px;
  justify-content: center;
  line-height: 2.01;
}
.tab-menu.current_tab {
  background-color: #d25f41;
}
.content-box {
  background-color: #fff;
  border: 1px solid #d25f41;
  display: none;
  max-width: 500px;
  width: 100%;
  padding: 20px 25px 27px;
}
.content-box img {
  display: block;
}
.tab__flex {
  display: flex;
  justify-content: space-between;
}
.tab__lft {
  width: 158px;
  padding-top: 7px;
}
.tab__name1,
.tab__name2,
.tab__name3 {
  display: block;
}
.tab__name1 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.21;
}
.tab__name2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.65;
}
.tab__name3 {
  font-size: 12px;
  line-height: 1;
}
.tab__rgt {
  width: calc(100% - 173px);
  max-width: 211px;
}
.tab__rgtText {
  font-size: 15px;
  line-height: 1.9;
}
.tab__nameWrap {
  padding-top: 15px;
}

.bonus__overviewWrap {
  padding-top: 47px;
  padding-bottom: 65px;
}
.bonus__overview {
  padding: 27px 15px 23px;
  background-color: #fff;
  border: 1px solid #5b5045;
}
.bonus__overviewHeading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.01;
}
.bonus__overviewList {
  width: 100%;
  padding-bottom: 32px;
  margin-bottom: 38px;
  background-image: repeating-linear-gradient(
    90deg,
    #998675,
    #998675 2px,
    transparent 2px,
    transparent 8px
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.bonus__overviewItem {
  display: flex;
  justify-content: space-between;
}
.bonus__overviewItem dt,
.bonus__overviewItem dd {
  font-size: 15px;
  line-height: 1.75;
}
.bonus__overviewItem dt {
  font-weight: 700;
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.bonus__overviewItem dd {
  width: calc(100% - 90px);
  max-width: 318px;
}
.bonus__overviewItem2 {
  font-size: 15px;
  line-height: 1.76;
  position: relative;
}
.bonus__overviewItem2::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #534741;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}
.bonus__overviewItem2 span {
  display: block;
  padding-left: 0.5em;
}

/* -------------------------------------
q&a
------------------------------------- */
.qa {
  padding-top: 54px;
  padding-bottom: 50px;
}
.qa .section-title {
  margin-bottom: 35px;
}
.qa__subHeading {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 46px;
  line-height: 1.75;
}
.qa__item {
  padding-bottom: 32px;
  margin-bottom: 12px;
  background-image: repeating-linear-gradient(
    90deg,
    #5b5045,
    #5b5045 5px,
    transparent 5px,
    transparent 10px
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.qa__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: initial;
}
.qa__itemQuestion {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.85;
}
.qa__itemAnswer {
  font-size: 15px;
  line-height: 1.56;
}

/* -------------------------------------
footer
------------------------------------- */
.footer_wrap {
  width: 100%;
  max-width: 405px;
  padding-top: 22px;
  padding-bottom: 18px;
  margin: 0 auto;
}
.footer__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.75;
}
.footer__item {
  display: flex;
  justify-content: space-between;
}
.footer__item dt,
.footer__item dd {
  font-size: 15px;
  line-height: 1.75;
}
.footer__item dt {
  font-weight: 700;
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.footer__item dd {
  width: calc(100% - 90px);
  max-width: 318px;
}
.copy__wrap {
  padding-top: 21px;
  padding-bottom: 19px;
}
.copy__text {
  font-size: 12px;
  text-align: center;
  line-height: 1;
}

/* ====== sp MENU ======= */
.ham {
  width: 40px;
  height: 40px;
  margin-left: 19px;
  background: #d25f41;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  z-index: 99;
  /* display: none; */
  position: fixed;
  top: 19px;
  left: calc((100% - 480px) / 2);
  display: none;
}

.ham__lineWrapper {
  position: relative;
  /* width: 14px;
  height: 10px; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ham__lineWrapper span {
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.3s;
}

.ham__lineWrapper span:nth-child(1) {
  top: 14px;
}
.ham__lineWrapper span:nth-child(3) {
  top: 26px;
}

.ham.open {
  background: #fff;
}
.ham.open .ham__lineWrapper span {
  background: #d25f41;
}
.ham.open .ham__lineWrapper span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(33deg);
  top: 50%;
}

.ham.open .ham__lineWrapper span:nth-child(2) {
  opacity: 0;
}
.ham.open .ham__lineWrapper span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-33deg);
  top: 50%;
}

.header__inner {
  width: 100%;
}

.header__logo {
  width: 79px;
  position: absolute;
  top: 45px;
  right: 32px;
}
.header__nav-list + .header__nav-list {
  padding-top: 40px;
  border-top: 2px solid #fff;
}
.header__nav-listItem {
  margin-bottom: 17px;
}
.header__nav-listLink {
  display: block;
  width: fit-content;
  padding: 5px 5px 0 5px;
  font-size: 19px;
  font-weight: 900;
  /* letter-spacing: 0.03em; */
  color: #fff;
  text-decoration: none;
}

.header__spWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__navWrap {
  /* width: 100%; */
  width: 480px;
  /* max-width: 100%; */
  height: 100vh;
  padding-top: 67px;
  background-color: #d25f41;
  position: fixed;
  top: 0;
  left: calc((100% - 480px) / 2);
  z-index: -99;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.header__navWrap.panelactive {
  opacity: 1;
  pointer-events: all;
  z-index: 98;
}
/*ナビゲーションの縦スクロール*/
.header__navScroll {
  width: 100%;
  max-width: 480px;
  height: calc(100vh - 67px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.header__navWrap.panelactive .header__navScroll {
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 98;
  width: 100%;
  max-width: 480px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header__navInner {
  flex-direction: column;
  align-items: flex-start;
  /* max-width: 290px; */
  /* max-width: 700px; */
  width: 67%;
  min-height: 350px;
  padding-top: 27px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 250px;
  margin: 0 auto;
}
.header__navInner .nav_gnavLink {
  color: #fff;
}
.header__navInner .nav_gnavLink::before {
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .left_blk {
    display: none;
  }
  .right_blk {
    display: none;
  }
  .center_blk {
    margin: 0 auto;
  }
  /* ====== sp MENU ======= */
  .ham {
    display: block;
  }
  .nav_gnavLink:hover .nav_gnavSpan span,
  .nav_gnavLink.current .nav_gnavSpan span {
    border-bottom-color: #fff;
  }
  .header__navInner .nav_gnavLink:hover .nav_gnavSpan span,
  .nav_gnavLink.current .nav_gnavSpan span {
    border-bottom-color: #fff;
  }
}

@media screen and (max-width: 500px) {
  .header__navWrap {
    width: 100%;
    left: 0;
  }
  .header__navInner {
    width: 100%;
  }
  .nav_gnavNav {
    width: fit-content;
    margin: 0 auto;
  }
  .nav_gnavSpan {
    font-size: 14px;
  }
  .ham {
    left: 0;
  }
  .center_blk {
    width: 100%;
  }
  .fv__btn--lrg {
    font-size: 5.8vw;
  }
  .fv__btn--sml {
    font-size: 2.6vw;
  }
  .about__text {
    font-size: 3.2vw;
  }
  .lesson__subTitle {
    font-size: 5.8vw;
  }
  .lesson__text {
    font-size: 3.6vw;
  }
  .recommend .section-title__type02 {
    padding-top: 3.2vw;
    min-height: 79px;
  }
  .recommend .section-title__type02--ja {
    font-size: 4.8vw;
  }
  .recommend .section-title__type02--en {
    font-size: 3vw;
  }
  .recommend__subTitle2 {
    font-size: 4.2vw;
  }
  .recommend__text {
    font-size: 3.2vw;
  }
  .bonus__flex {
    gap: 5%;
  }
  .bonus__lft {
    max-width: 158px;
    width: 40%;
  }
  .bonus__rgt {
    width: 100%;
    flex: 1;
  }
  .bonus__rgtHeading {
    font-size: 3.6vw;
  }
  .bonus__rgtText {
    font-size: 4.4vw;
  }
  .bonus__text {
    font-size: 3.2vw;
  }
  span.font-lrg {
    font-size: 3.8vw;
  }
  .tab-menu {
    font-size: 4.6vw;
  }
  .tab__flex {
    gap: 5%;
  }
  .tab__lft {
    max-width: 158px;
    width: 40%;
  }
  .tab__rgt {
    width: 100%;
    flex: 1;
  }
  .tab__rgtText {
    font-size: 3vw;
  }
  .tab__name1 {
    font-size: 3vw;
  }
  .tab__name2 {
    font-size: 5.6vw;
  }
  .tab__name3 {
    font-size: 2.4vw;
  }
  .bonus__overviewItem dt,
  .bonus__overviewItem dd {
    font-size: 3vw;
  }
  .bonus__overviewItem2 {
    font-size: 3vw;
  }
  .bonus__overviewItem2::before {
    top: 2vw;
  }
  .qa__itemQuestion {
    font-size: 3.4vw;
  }
  .qa__itemAnswer {
    font-size: 3vw;
  }
  .footer__item dt,
  .footer__item dd {
    font-size: 3vw;
  }
  .copy__text {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 750px) {
}
@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
