@charset "UTF-8";
/*変数*/
/*変数*/
/*mixin集*/
/*@mixin clearFix*/
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*二重線*/
/*@mixin bdtp*/
/*二重線*/
/*アニメーション動き*/
/*@mixin anime*/
/*アニメーション動き*/
/*白ボタンhover*/
/*@mixin hoverWh*/
/*白ボタンhover*/
/*メディアクエリ*/
/*@mixin mqSP*/
/*@mixin mqPC*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*@mixin mqSPMicro*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*メディアクエリ*/
/*wh一括指定*/
/*@mixin wh($w,$h)*/
/*wh一括指定*/
/*前後景色一括指定*/
/*@mixin colorSet($color,$background)*/
/*前後景色一括指定*/
/*フォントサイズpxとrem一括指定*/
/*@mixin fs($font)*/
/*フォントサイズpxとrem一括指定*/
/*font lineHeight一括指定*/
/*@mixin fontLineHeight($font,$lh)*/
/*font lineHeight一括指定*/
/*mixin集*/
/* 	
-- 目次

   - メインビジュアル
   - 教材紹介

*/
/* タイトル */
@media (max-width: 768px) {
  .c-lineTopPageTitle {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .c-lineTopPageTitle .c-logoNav {
    height: 50px;
  }
}

.c-lineTopPageTitle .c-lineTopPageTitle__pageTitle {
  position: relative;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #aaa;
  padding-top: 16px;
  padding-bottom: 13px;
  padding-left: 180px;
}

@media (max-width: 768px) {
  .c-lineTopPageTitle .c-lineTopPageTitle__pageTitle {
    display: inline-block;
    border-bottom: none;
    position: absolute;
    font-weight: bold;
    font-size: 10px;
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    z-index: 9999;
    top: 25px;
    left: 52px;
    line-height: 1.3;
  }
}

/* 緊急告知エリア */
.important {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .important {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* メインパネル */
.c-lineMainMV--hop {
  background-image: url(/english/hop/img/220419/mv_hop_lpo.jpg);
  background-position: center bottom;
  background-size: 1760px;
  height: 480px;
  border-top: none !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .c-lineMainMV--hop {
    height: auto;
    background: none;
  }
}

.c-lineMainMV--hop .c-lineMainMV__txt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  width: 580px;
  top: 120px;
  left: -890px;
  right: -400px;
  margin: auto;
  text-align: left;
  font-weight: bold;
  line-height: 1.3;
}

.c-lineMainMV--hop .c-lineMainMV__txt .c-lineMainMV__txt--text01 {
  margin: auto;
  margin-bottom: 10px;
  font-size: 27px;
  font-size: 2.7rem;
}

.c-lineMainMV--hop .c-lineMainMV__txt .c-lineMainMV__txt--text02 {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 34px;
  font-size: 3.4rem;
}

.c-lineMainMV--hop .c-lineMainMV__txt .c-lineMainMV__txt--text03 {
  margin: auto;
  margin-bottom: 10px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
}

.c-lineMainMV--hop .c-lineMainMV__txt .c-lineMainMV__txt--text03 span {
  font-size: 22px;
  font-size: 2.2rem;
}

/* メインパネル LPO */
.c-lineMainMV--hop--lpo {
  background-image: url(/english/hop/img/220127/mv_hop_lpo.jpg);
  background-size: 2200px;
  height: 600px;
  background-color: #a07141;
  border-top: none !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .c-lineMainMV--hop--lpo {
    height: auto;
    background: none;
  }
}

.c-lineMainMV--hop--lpo .c-lineMainMV__txt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  width: 900px;
  top: 30px;
  left: -100px;
  right: -100px;
  margin: auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.c-lineMainMV--hop--lpo .c-lineMainMV__txt .c-lineMainMV__txt--text01 {
  margin: 360px auto auto auto;
  font-size: 27px;
  font-size: 2.7rem;
}

.c-lineMainMV--hop--lpo .c-lineMainMV__txt .c-lineMainMV__txt--text02 {
  margin: 5px auto 0px auto;
  font-size: 32px;
  font-size: 3.2rem;
}

.c-lineMainMV--hop--lpo .c-lineMainMV__txt .c-lineMainMV__txt--text03 {
  margin: auto;
  margin-bottom: 10px;
  font-size: 36px;
  font-size: 3.6rem;
}

.c-lineMainMV--hop--lpo .p-lineMainMVHop__img {
  position: absolute;
  top: 280px;
  left: -600px;
  right: 200px;
  margin: auto;
  z-index: 800;
}

.c-mainArea {
  overflow: hidden;
}

.c-lineDetail__detail__title__sub {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .c-lineDetail__detail__title__sub {
    font-size: 14px;
    line-height: 1.3;
    margin-right: 30px;
    width: 100%;
    margin-top: 20px;
  }
  .c-lineDetail__detail__title__sub:after {
    width: 60px;
    height: 45px;
    right: 8px;
  }
}

.c-lineDetail__detail__title {
  font-size: 23px;
}

@media (max-width: 768px) {
  .c-lineDetail__detail__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .c-lineDetail__detail__listBlock__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .c-lineDetail__detail__copy {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .c-modalBnr img {
    width: 100%;
  }
}

.c-modalBnr__modal--hop {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-modalBnr__modal--hop {
    width: 100%;
  }
}

.c-modalBnr__modal--hop .c-modalBnr__modal__title {
  background: #d9b300;
  color: #ffffff;
  font-size: 24px;
  padding: 15px 0;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal--hop .c-modalBnr__modal__title {
    font-size: 16px;
    padding: 7px 0;
    margin-bottom: 20px;
  }
}

.c-modalBnr__modal--hop .c-modalBnr__modal__title span {
  min-height: 35px;
  display: inline-block;
  background: url(../img/20180221/modal_ttl_bg.png) left center no-repeat;
  padding-left: 45px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal--hop .c-modalBnr__modal__title span {
    min-height: 17px;
    padding-left: 22px;
    background-size: auto 17px;
  }
}

.c-modalBnr__modal--hop .c-modalBnr__modal__subtitle {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-modalBnr__modal--hop .c-modalBnr__modal__subtitle {
    font-size: 16px;
  }
}

.c-modalBnr__modal--hop .c-modalBnr__modal__img {
  margin-bottom: 20px;
}

.c-modalBnr__modal--hop .c-modalBnr__modal__detail {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal--hop .c-modalBnr__modal__detail {
    padding: 0 15px;
  }
}

/* 20180821更新 */
.c-price__nyukaiArea .c-price__nyukaiArea__txtArea .c-price__nyukaiArea__txtArea__dateArea .c-price__nyukaiArea__txtArea__dateArea__txt {
  width: 245px;
}

.c-price__nyukaiArea .c-price__nyukaiArea__txtArea .c-price__nyukaiArea__txtArea__dateArea .c-price__nyukaiArea__txtArea__dateArea__date {
  width: auto;
  float: inherit;
}

.trialmovie .c-movieBox {
  width: 600px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .trialmovie .c-movieBox {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

.trialmovie .c-movieBox .trialmovie_Movie {
  padding-top: 56.25%;
  position: relative;
}

.trialmovie .c-movieBox .trialmovie_Movie iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* inc/cost.html調整 */
.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-pcShow .c-price__txtArea__cvTxt__cap {
  margin-top: -40px;
  text-align: center;
  font-weight: bold;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-pcShow .c-price__txtArea__cvTxt__price {
  top: 35px;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-pcShow .c-price__txtArea__cvTxt__price__char {
  top: 85px;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-pcShow .c-price__txtArea__cvTxt__twoLine {
  display: inline-block;
  margin-top: 40px;
  margin-left: 75px;
  text-align: center;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-spShow .c-price__txtArea__cvTxt__twoLine {
  top: 30px;
  left: 25px;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-spShow .c-price__txtArea__cvTxt__price__num {
  left: 95px;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-spShow .c-price__txtArea__cvTxt__price__char {
  left: 230px;
}

/* inc/nyukaiArea_hop.html調整 */
.c-price__nyukaiArea .c-price__nyukaiArea__txtArea .c-price__txtArea.u-pcShow .c-price__txtArea__cvTxt__price__num--small {
  left: 250px;
}

.c-price__nyukaiArea .c-price__nyukaiArea__txtArea .c-price__txtArea.u-pcShow .c-price__txtArea__cvTxt__price__char--small {
  left: 364px;
}

.c-price__nyukaiArea .c-price__txtArea.u-spShow .c-price__txtArea__cvTxt .c-price__txtArea__cvTxt__price__num {
  left: 110px;
}

.c-price__nyukaiArea .c-price__txtArea.u-spShow .c-price__txtArea__cvTxt .c-price__txtArea__cvTxt__price__char {
  left: 244px;
}

/* cvBtn追加調整 */
.cvBtn-area-1:after {
  display: block;
  content: "";
  clear: both;
}

.cvBtn-area-1 a.c-cvBtn {
  margin: 15px 0 0;
  -webkit-box-shadow: 0 2px 0 #522;
          box-shadow: 0 2px 0 #522;
}

.cvBtn-area-2 a.c-cvBtn {
  width: calc(100% - 30px);
  margin: 0 15px 15px;
  -webkit-box-shadow: 0 2px 0 #522;
          box-shadow: 0 2px 0 #522;
}

/* 20181022 動画 */
@media (max-width: 768px) {
  .trialmovie .c-movieBox {
    width: calc(100% - 70px);
    margin: 15px 35px;
  }
}

/* 20181026  入会ボタン追加*/
.cvBtn-area-3 {
  width: 510px;
  height: 80px;
  margin: 20px auto 0;
}

.cvBtn-area-3 .c-cvBtn--nyukai {
  position: relative;
  height: 70px;
  background-size: 20px;
  background-position: left 24px top 26px;
}

.cvBtn-area-3 .c-cvBtn--big {
  line-height: 75px;
}

/* 20190426 ラインナップ */
.p-lineHopNote {
  width: 450px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 768px) {
  .p-lineHopNote {
    width: 100%;
  }
}

/* 20191024 入会特典バナー */
.bnr_tokuten {
  width: 800px;
  margin: auto;
}

@media (max-width: 768px) {
  .bnr_tokuten {
    width: calc(100% - 30px);
    margin: 0 15px 10px;
  }
}

.bnr_tokuten h2 {
  line-height: 1rem;
}

.bnr_tokuten ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  line-height: 1rem;
}

@media (max-width: 768px) {
  .bnr_tokuten img {
    width: 100%;
  }
}

/* 20190527 Add */
.c-cvDate02__note2,
.c-cvArea__dateArea__note,
.c-price__nyukaiArea__txtArea__dateArea__note2 {
  max-width: 225px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #f29600;
  padding: 0 10px;
  margin: 0 auto 10px;
}

@media (max-width: 768px) {
  .c-cvDate02__note2,
  .c-cvArea__dateArea__note,
  .c-price__nyukaiArea__txtArea__dateArea__note2 {
    line-height: 20px;
    padding: 5px 10px;
    margin: 0 auto 10px;
  }
}

.c-lineDetail__summary__listsBlock__list__listItem {
  position: relative;
  text-indent: 0px;
}

.c-lineDetail__summary__listsBlock__list__listItem:before {
  left: 0;
  width: 2.5333vw;
  height: 2.5333vw;
  position: absolute;
  content: "●";
  color: #fb5a6c;
}

.c-lineDetail__summary__title {
  line-height: 25px;
}

.c-cvArea__dateArea__note {
  font-size: 13px;
  font-size: 1.3rem;
  width: 145px;
  padding: 6px 10px;
  margin: 0 0 5px;
}

@media (max-width: 768px) {
  .c-cvArea__dateArea__note {
    margin: 0 auto 5px;
  }
}

.c-price__nyukaiArea__txtArea__dateArea__note2 {
  padding: 4px 10px;
  margin: 0 0 5px;
}

@media (max-width: 768px) {
  .c-price__nyukaiArea__txtArea__dateArea__note2 {
    margin: 0 auto 5px;
  }
}

/* ---------------------------------------------*/
/*英語情報*/
.p-column {
  position: relative;
  padding-bottom: 100px;
  background-image: url(/english/_common/img/bdtp.png);
  background-repeat: repeat-x;
  background-position: top;
}

@media (max-width: 768px) {
  .p-column {
    padding-bottom: 50px;
  }
}

/*.p-column*/
.p-column__lists {
  width: 540px;
  margin: 60px auto 0;
  border-top: 2px solid #000;
}

@media (max-width: 768px) {
  .p-column__lists {
    width: calc(100% - 30px);
    margin: 20px 15px 0;
  }
}

/*.p-column__lists*/
.p-column__lists__list {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  background-image: url(/english/_common/img/arrRightBk.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 17px top 50%;
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-column__lists__list:hover {
  background-color: #e8e7dd;
}

@media (max-width: 768px) {
  .p-column__lists__list {
    display: table;
    padding: 8px 0;
    background-position: right 10px top 50%;
  }
  .p-column__lists__list:after {
    display: block;
    content: "";
    clear: both;
  }
}

/*p-column__lists__list*/
.p-column__lists__list__img {
  width: 80px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .p-column__lists__list__img {
    float: left;
    margin-right: 15px;
  }
}

/*.p-column__lists__list__img*/
.p-column__lists__list__txt {
  position: absolute;
  top: 45%;
  left: 100px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .p-column__lists__list__txt {
    position: relative;
    top: 0%;
    width: 100%;
    display: table-cell;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    left: 0;
    height: 100%;
    vertical-align: middle;
    padding-right: 28px;
  }
}

/*.p-column__lists__list__txt*/
.p-column__link {
  display: block;
  position: absolute;
  width: 270px;
  left: 0;
  right: 0;
  margin: 37px auto 0;
  padding: 18px 0;
}

@media (max-width: 768px) {
  .p-column__link {
    position: relative;
    width: 60%;
    margin-top: 25px;
    padding: 14px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*.p-column__link*/
@media (max-width: 768px) {
  .p-column__lists__list_large {
    display: block;
    background-position: right 10px top 90%;
  }
}

.p-column__lists__list_large .p-column__lists__list__img {
  width: 204px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .p-column__lists__list_large .p-column__lists__list__img {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    margin-right: 0px;
  }
}

.p-column__lists__list_large .p-column__lists__list__txt {
  left: 224px;
  width: 232px;
  line-height: 1.5;
  top: 22%;
}

.p-column__lists__list_large .p-column__lists__list__txt .large_ttl {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .p-column__lists__list_large .p-column__lists__list__txt {
    position: static;
    width: 100%;
  }
  .p-column__lists__list_large .p-column__lists__list__txt .large_ttl {
    margin-bottom: 0px;
    font-size: 16px;
  }
}

/*英語情報*/
/* ---------------------------------------------*/
/* 20190901更新 */
.c-price__nyukaiArea .c-price__nyukaiArea__txtArea .c-price__nyukaiArea__txtArea__dateArea .c-price__nyukaiArea__txtArea__dateArea__txt {
  width: auto;
}

.c-price__nyukaiArea .c-price__nyukaiArea__txtArea .c-price__nyukaiArea__txtArea__dateArea .c-price__nyukaiArea__txtArea__dateArea__date {
  width: auto;
  float: right;
}

@media (max-width: 768px) {
  .c-price__nyukaiArea .c-price__nyukaiArea__txtArea .c-price__nyukaiArea__txtArea__dateArea .c-price__nyukaiArea__txtArea__dateArea__date {
    float: inherit;
  }
}

/*20191024更新*/
.c-cvArea__dateArea__note,
.c-price__nyukaiArea__txtArea__dateArea__note2 {
  width: 105px;
}

.tokuten_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tokuten_list li {
  width: 49%;
}

.tokuten_list li img {
  width: 100%;
}

.hoptop__bgBorder {
  margin-top: 40px;
  padding: 5px;
  background: repeating-linear-gradient(-45deg, #d9bf88, #d9bf88 3px, #c8a354 0, #c8a354 6px);
  border: none;
  border-radius: 0;
}

.hoptop__bgBorder .hoptop__bgBorder__inn {
  padding: 34px 44px 44px;
  background: #fff;
}

@media (max-width: 768px) {
  .hoptop__bgBorder .hoptop__bgBorder__inn {
    padding: 20px 0px;
  }
}

.hoptop__bgBorder .hoptop__bgBorder__inn .c-lineDetail__detail__title {
  padding: 0;
}

.c-_tokuten {
  background-image: url(/english/_common/img/bdtp.png);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .c-_tokuten {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.c-lineDetail__detail__listBlocks_w {
  margin-top: 40px;
}

.c-lineDetail__detail__listBlocks_w li {
  display: inline-block;
  width: 47.5%;
  margin-right: 4%;
  vertical-align: top;
  margin-bottom: 25px;
}

.c-lineDetail__detail__listBlocks_w li:nth-of-type(2),
.c-lineDetail__detail__listBlocks_w li:nth-of-type(4) {
  margin-right: 0;
}

.c-lineDetail__detail__listBlocks_w li img.c-lineDetail__detail__listBlock__img {
  width: 70%;
}

.c-lottery-present--title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .c-lottery-present--title {
    font-size: 1.6rem;
    line-height: 24px;
  }
}

.c-lottery-present--img {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-lottery-present--img {
    width: 80%;
  }
}

.c-lottery-present--img img {
  width: 100%;
  height: auto;
}

.c-lineMainMV--bnr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 680px;
  margin: auto;
  position: absolute;
  right: 300px;
  left: 0;
  bottom: 30px;
}

@media (max-width: 768px) {
  .c-lineMainMV--bnr {
    width: 100%;
    padding: 15px;
    bottom: 0;
  }
}

.c-lineMainMV--bnr--img {
  width: 100%;
  height: auto;
}

/*====================
  03.セクション
====================*/
/*===== PC =====*/
@media screen and (min-width: 769px) {
  /*===== 03-01.通常 =====*/
  .c-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* 1カラム 960px */
  .c-grid__item {
    width: 960px;
  }
  /* 1カラム 460px */
  .c-grid--1cell .c-grid__item {
    width: 460px;
  }
  /* 2カラム */
  .c-grid--2cell + .c-grid--2cell {
    margin-top: 80px;
  }
  .c-grid--2cell .c-grid__item {
    width: 460px;
  }
  .c-grid--2cell .c-grid__item + .c-grid__item {
    margin-left: 40px;
  }
  /* 3カラム */
  .c-grid--3cell .c-grid__item {
    width: 292px;
  }
  .c-grid--3cell .c-grid__item + .c-grid__item {
    margin-left: 42px;
  }
  /* 4カラム */
  .c-grid--4cell .c-grid__item {
    width: 210px;
  }
  .c-grid--4cell .c-grid__item + .c-grid__item {
    margin-left: 40px;
  }
  /* 5カラム */
  .c-grid--5cell .c-grid__item {
    width: 160px;
  }
  .c-grid--5cell .c-grid__item + .c-grid__item {
    margin-left: 40px;
  }
  /* 6カラム */
  .c-grid--6cell .c-grid__item {
    width: 125px;
  }
  .c-grid--6cell .c-grid__item + .c-grid__item {
    margin-left: 42px;
  }
  /*===== 03-02.ボタン =====*/
  .c-grid-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* 2カラム */
  .c-grid-btn--2cell .c-grid-btn__item {
    width: 468px;
  }
  .c-grid-btn--2cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 24px;
  }
  /* 3カラム */
  .c-grid-btn--3cell .c-grid-btn__item {
    width: 308px;
  }
  .c-grid-btn--3cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 18px;
  }
  /* 4カラム */
  .c-grid-btn--4cell .c-grid-btn__item {
    width: 222px;
  }
  .c-grid-btn--4cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 24px;
  }
  /* 5カラム */
  .c-grid-btn--5cell .c-grid-btn__item {
    width: 176px;
  }
  .c-grid-btn--5cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 20px;
  }
  /* 6カラム */
  .c-grid-btn--6cell .c-grid-btn__item {
    width: 125px;
  }
  .c-grid-btn--6cell .c-grid-btn__item + .c-grid-btn__item {
    margin-left: 42px;
  }
  /*===== 03-03.タブ =====*/
  .c-grid-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* 2カラム */
  .c-grid-tab--2col .c-grid-tab__item {
    width: 468px;
  }
  .c-grid-tab--2col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 24px;
  }
  /* 3カラム */
  .c-grid-tab--3col .c-grid-tab__item {
    width: 308px;
  }
  .c-grid-tab--3col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 18px;
  }
  /* 4カラム */
  .c-grid-tab--4col .c-grid-tab__item {
    width: 228px;
  }
  .c-grid-tab--4col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 16px;
  }
  /* 5カラム */
  .c-grid-tab--5col .c-grid-tab__item {
    width: 180px;
  }
  .c-grid-tab--5col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 15px;
  }
}

/*===== SP =====*/
@media screen and (max-width: 768px) {
  /*===== 03-01.通常 =====*/
  .c-grid__item + .c-grid__item {
    margin-top: 80px;
  }
  /* 2カラム */
  .c-grid--2cell + .c-grid--2cell {
    margin-top: 60px;
  }
  /*===== 03-02.ボタン =====*/
  .c-grid-btn__item {
    width: 100%;
  }
  .c-grid-btn--6cell .c-grid-btn__item {
    width: 31%;
    margin-right: 3%;
  }
  .c-grid-btn--6cell .c-grid-btn__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-grid-btn--6cell .c-grid-btn__item:nth-child(n+4) {
    margin-top: 3%;
  }
  /*===== 03-03.タブ =====*/
  .c-grid-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* 2カラム */
  .c-grid-tab--2col .c-grid-tab__item {
    width: 48.5%;
  }
  .c-grid-tab--2col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 3%;
  }
  /* 3カラム */
  .c-grid-tab--3col .c-grid-tab__item {
    width: 30.5%;
  }
  .c-grid-tab--3col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 4.25%;
  }
  /* 4カラム */
  .c-grid-tab--4col .c-grid-tab__item {
    width: 22%;
  }
  .c-grid-tab--4col .c-grid-tab__item + .c-grid-tab__item {
    margin-left: 4%;
  }
  /* 5カラム */
  .c-grid-tab--5col .c-grid-tab__item {
    width: 22%;
    margin-right: 4%;
  }
  .c-grid-tab--5col .c-grid-tab__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-grid-tab--5col .c-grid-tab__item:nth-child(n+5) {
    margin-top: 4%;
  }
}

/*====================
  03.セクション
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-content + .c-content {
    margin-top: 160px;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-inner {
    padding-right: 4%;
    padding-left: 4%;
  }
  .c-content + .c-content {
    margin-top: 80px;
  }
}

/*====================
  画像
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-grid-img__media {
    width: 100%;
    height: auto;
  }
  .c-grid-img__label {
    font-size: 1.4rem;
    color: #444444;
    text-align: center;
    margin-top: 10px;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-grid-img__media {
    width: 100%;
    height: auto;
  }
  .c-grid-img__label {
    font-size: 1.2rem;
    color: #444444;
    text-align: center;
    margin-top: 10px;
  }
}

/*====================
  見出し
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* 見出し01 */
  .c-heading-01 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2.8rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    background-color: #e8373d;
    width: 960px;
    margin: 0 auto 60px;
    padding: 20px;
    position: relative;
  }
  .c-heading-01:after {
    content: "";
    border-style: solid;
    border-color: #e8373d transparent transparent transparent;
    border-width: 20px 20px 0px 20px;
    width: 0px;
    height: 0px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
  }
  /* 見出し02 */
  .c-heading-02 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    color: #e8373d;
    margin-bottom: 20px;
  }
  /* 見出し03 */
  .c-heading-03 {
    background-color: #fff0f0;
    padding: 12px;
    margin-bottom: 80px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #e8373d;
  }
  .c-heading-03__icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: -10px 10px -10px -10px;
  }
  /* 見出し04 */
  .c-heading-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .c-heading-04__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff0f0;
    padding: 12px 32px;
    border-radius: 28px;
  }
  .c-heading-04__icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: -10px 10px -10px 0px;
  }
  .c-heading-04__label {
    font-size: 2.2rem;
    color: #e8373d;
    text-align: center;
  }
  /* 見出し05 */
  .c-heading-05 {
    text-align: center;
    margin-bottom: 50px;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  /* 見出し01 */
  .c-heading-01 {
    font-size: 1.9rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    background-color: #e8373d;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
  }
  .c-heading-01:after {
    content: "";
    border-style: solid;
    border-color: #e8373d transparent transparent transparent;
    border-width: 15px 15px 0px 15px;
    width: 0px;
    height: 0px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
  }
  /* 見出し02 */
  .c-heading-02 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #e8373d;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  /* 見出し03 */
  .c-heading-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff0f0;
    padding: 12px;
    margin-bottom: 40px;
  }
  .c-heading-03__icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: -8px 8px -8px 0px;
  }
  .c-heading-03__label {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #e8373d;
  }
  /* 見出し04 */
  .c-heading-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .c-heading-04__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff0f0;
    padding: 10px 24px;
    border-radius: 28px;
  }
  .c-heading-04__icon {
    width: 40px;
    height: 40px;
    margin: -5px 5px -5px -5px;
  }
  .c-heading-04__label {
    display: block;
    font-size: 1.9rem;
    color: #e8373d;
    text-align: center;
  }
  /* 見出し05 */
  .c-heading-05 {
    text-align: center;
    margin-bottom: 30px;
  }
  .c-heading-05 img {
    width: 100%;
    height: auto;
  }
}

/*====================
  リスト
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* 通常 */
  .c-list-item + .c-list-item {
    margin-top: 4px;
  }
  /* オファー */
  .c-list--notice .c-list__item {
    font-size: 1.4rem;
    color: #808080;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .c-list--notice .c-list__item:before {
    content: "※";
    margin-right: 0.3em;
  }
  /* 連番 */
  .c-order {
    counter-reset: my-counter;
  }
  .c-order__item {
    font-size: 1.6rem;
    padding-left: 34px;
    position: relative;
  }
  .c-order__item:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    display: block;
    border-radius: 50%;
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    background-color: #e8373d;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-order__item + .c-order__item {
    margin-top: 10px;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-list-item + .c-list-item {
    margin-top: 4px;
  }
  .c-list--notice .c-list__item {
    font-size: 1.2rem;
    padding-left: 1.3em;
    text-indent: -1.3em;
    color: #666;
  }
  .c-list--notice .c-list__item:before {
    content: "※";
    margin-right: 0.3em;
  }
  .c-order {
    counter-reset: my-counter;
  }
  .c-order__item {
    font-size: 1.2rem;
    padding-left: 25px;
    position: relative;
  }
  .c-order__item:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    display: block;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    background-color: #e8373d;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-order__item + .c-order__item {
    margin-top: 10px;
  }
}

/*===== 共通 =====*/
.c-order__item.-num2:before {
  content: "2";
}

.c-order__item.-num3:before {
  content: "3";
}

.c-order__item.-num4:before {
  content: "4";
}

.c-order__item.-num5:before {
  content: "5";
}

.c-order__item.-num6:before {
  content: "6";
}

.c-order__item.-num7:before {
  content: "7";
}

.c-order__item.-num8:before {
  content: "8";
}

.c-order__item.-num9:before {
  content: "9";
}

.c-order__item.-num10:before {
  content: "10";
}

.c-order__item.-num11:before {
  content: "11";
}

.c-order__item.-num12:before {
  content: "12";
}

.c-order__item.-num13:before {
  content: "13";
}

.c-order__item.-num14:before {
  content: "14";
}

.c-order__item.-num15:before {
  content: "15";
}

.c-order__item.-num16:before {
  content: "16";
}

.c-order__item.-num17:before {
  content: "17";
}

.c-order__item.-num18:before {
  content: "18";
}

.c-order__item.-num19:before {
  content: "19";
}

.c-order__item.-num20:before {
  content: "20";
}

.c-order__item.-numnon:before {
  content: none;
}

/*====================
  Project
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* TOP 教材 */
  .p-kyozai {
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .p-kyozai .c-order--kyozai {
    border-radius: 12px;
    background-color: #fff0f0;
    margin-top: 72px;
    padding: 30px 40px;
  }
  .p-kyozai .c-grid-btn {
    margin-top: 40px;
  }
  .p-special {
    background-color: #fff0f0;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .p-special .c-heading-01 {
    width: 1100px;
  }
  .p-special .c-inner {
    width: 1100px;
  }
  .p-special .c-body {
    background-color: #ffffff;
    padding: 60px 70px 80px;
    border-radius: 12px;
  }
  .p-special .c-list--notice {
    margin-top: 15px;
  }
  .p-special .c-grid-btn {
    margin-top: 40px;
  }
  .p-kyozai .c-list--notice {
    margin-top: 15px;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .p-kyozai .c-order--kyozai {
    border-radius: 12px;
    background-color: #fff0f0;
    margin-top: 52px;
    padding: 15px 20px;
  }
  .p-kyozai {
    margin-top: 30px;
  }
  .p-kyozai .c-grid-btn {
    margin-top: 30px;
  }
  .p-special .c-list--notice {
    margin-top: 15px;
  }
  .p-special .c-grid-btn {
    margin-top: 30px;
  }
  .p-kyozai .c-list--notice {
    margin-top: 15px;
  }
  .p-special {
    background-color: #fff0f0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  .p-special .c-body {
    border-radius: 8px;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-special .c-grid-lead,
  .p-special .c-grid-btn,
  .p-special .c-list--notice {
    padding: 0 4%;
  }
}

/* p-cv-notice */
@media only screen and (min-width: 769px), print, tv {
  .p-cv-notice {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .p-cv-notice .c-link--accordion {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .p-cv-notice {
    margin-left: 4%;
    margin-right: 4%;
  }
  .p-cv-notice .c-link--accordion {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/*====================
  テキスト
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .c-lead {
    font-size: 1.6rem;
    color: #444444;
    line-height: 1.7;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .c-grid-lead {
    font-size: 1.4rem;
    color: #444444;
    line-height: 1.7;
    margin-top: 20px;
  }
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .c-lead {
    font-size: 1.4rem;
    color: #444444;
    line-height: 1.7;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .c-grid-lead {
    font-size: 1.4rem;
    color: #444444;
    line-height: 1.7;
    margin-top: 20px;
  }
}

/* ---------------------------------------------*/
.g-center {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------------------------------------------*/
@media only screen and (max-width: 768px), print, tv {
  /* 20200214 文字の大きさ */
  .small-text {
    font-size: 1.2rem;
  }
  /* js-accordion-grd */
  .js-accordion-grd {
    position: relative;
    margin-bottom: 50px;
  }
  .js-accordion-grd__contents {
    height: 90px;
    overflow: hidden;
  }
  .js-accordion-grd__contents > :last-child {
    margin-bottom: 40px !important;
  }
  .js-accordion-grd__trigger {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.7, white), to(white));
    cursor: pointer;
    -webkit-transition: bottom 0.2s;
    transition: bottom 0.2s;
  }
  .js-accordion-grd__trigger::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    background-image: url("/_share17/common/img/icon_acc.svg");
    background-repeat: no-repeat;
    background-position: center center;
    right: 0px;
    bottom: -10px;
  }
  .js-accordion-grd__trigger.is-active {
    background: none;
    bottom: -20px;
    padding-top: 0;
  }
  .js-accordion-grd__trigger.is-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -15px;
  }
}

@media only screen and (min-width: 769px), print, tv {
  /* 20200214 文字の大きさ */
  .small-text {
    font-size: 1.4rem;
  }
  /* js-accordion-grd */
  .js-accordion-grd {
    position: relative;
    margin-bottom: 50px;
  }
  .js-accordion-grd__contents {
    height: 90px;
    overflow: hidden;
  }
  .js-accordion-grd__contents > :last-child {
    margin-bottom: 40px !important;
  }
  .js-accordion-grd__trigger {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: -ms-linear-gradient(transparent 0%, #fff 70%, #fff 101%, transparent 101%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.7, white), to(white));
    cursor: pointer;
    -webkit-transition: bottom 0.2s;
    transition: bottom 0.2s;
  }
  .js-accordion-grd__trigger::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    background-image: url("/_share17/common/img/icon_acc.svg");
    background-repeat: no-repeat;
    background-position: center center;
    right: 0px;
    bottom: -10px;
  }
  .js-accordion-grd__trigger.is-active {
    background: none;
    bottom: -20px;
    padding-top: 0;
  }
  .js-accordion-grd__trigger.is-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -15px;
  }
}

#m-modal-special .m-modal__inner {
  height: 80vh;
  overflow-y: scroll;
}

@media only screen and (min-width: 769px) {
  #m-modal-special .c-section.p-special {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #m-modal-special .c-inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #m-modal-special .c-section.p-special {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #m-modal-special .m-modal__inner {
    padding: 0;
  }
}

.js-accordion-grd--no-grd .js-accordion-grd__trigger {
  position: relative;
  padding-top: 0;
}

.js-accordion-grd--no-grd .js-accordion-grd__contents {
  height: 0px;
}

.js-accordion-grd--no-grd .js-accordion-grd__contents.open {
  overflow: visible;
}

@media only screen and (min-width: 769px) {
  .btn-acc-bnr {
    width: 644px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px auto;
    border-radius: 14px;
    border: solid 2px black;
    font-size: 1.6rem;
    color: #000000;
    background-color: black;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .p-special .c-inner {
    width: 960px;
  }
}

@media only screen and (max-width: 768px) {
  .btn-acc-bnr {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px auto;
    border-radius: 6px;
    border: solid 2px black;
    font-size: 1.4rem;
    color: #000000;
    background-color: black;
    padding: 0;
    position: relative;
  }
}

.bnr-under-txt {
  position: relative;
  padding: 10px 0;
  color: #ffffff;
}

.btn-acc-bnr::after {
  content: none;
}

.btn-acc-bnr .c-body {
  border-radius: 0;
}

.bnr-under-txt::after {
  content: '';
  background-image: url(/english/petit/img/201001/plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  font-size: 24px;
  width: 20px;
  height: 20px;
  line-height: 1;
  margin: 0;
}

.btn-acc-bnr .is-active.bnr-under-txt::after {
  background-image: url(/english/petit/img/201001/minus.png);
}

.btn-acc-bnr .js-accordion-grd {
  margin-bottom: 0;
  background-color: black;
}

.btn-acc-bnr .c-body {
  margin-bottom: 0 !important;
  background-color: #ffffff;
  padding: 45px 15px;
}

.learning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 0 12px 12px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .learning {
    margin-top: 25px;
  }
}

.learning-content {
  font-weight: bold;
}

.learning-content--title {
  border-radius: 12px 12px 0 0;
  background: #fb9d04;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .learning-content--title {
    padding: 10px;
  }
}

.learning-content--subtitle {
  background: #fff;
  color: #222;
  text-align: center;
  padding: 30px 0;
}

@media (max-width: 768px) {
  .learning-content--subtitle {
    padding: 20px 10px;
  }
}

.learning-content__img {
  width: 100%;
}

.learning-content__img--pc {
  display: block;
}

@media (max-width: 768px) {
  .learning-content__img--pc {
    display: none;
  }
}

.learning-content__img--sp {
  display: none;
}

@media (max-width: 768px) {
  .learning-content__img--sp {
    display: block;
  }
}

.learning-text__goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
}

@media (max-width: 768px) {
  .learning-text__goal {
    font-size: 5.866667vw;
  }
}

.learning-text__goal::before {
  content: "";
  width: 0.8em;
  height: 1.1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/english/hop/img/210910/goal_icon.png);
  margin-right: 0.4em;
}

.learning-text__fuki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .learning-text__fuki {
    font-size: 5.333333vw;
  }
}

.learning-text__fuki::before, .learning-text__fuki::after {
  content: "";
  width: 0.8em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.learning-text__fuki::before {
  background-image: url(/english/hop/img/210910/fukidashi_l.png);
  margin-right: 1em;
}

.learning-text__fuki::after {
  background-image: url(/english/hop/img/210910/fukidashi_r.png);
  margin-left: 1em;
}

.learning-text__para {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .learning-text__para {
    text-align: left;
    font-size: 3.733333vw;
  }
}

.learning-text__fuki + .learning-text__para {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .learning-text__fuki + .learning-text__para {
    margin-top: 4vw;
  }
}

.tab-area {
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 800px;
}

.tab_class {
  font-weight: bold;
  position: relative;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  height: 50px;
  background-color: #ebe9d2;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  border-top: 4px solid #ebe9d2;
  border-bottom: 4px solid #000;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: -4px;
  z-index: 20;
}

.content_class {
  margin: 0 auto;
  width: 800px;
  padding: 34px 44px 44px;
  margin-bottom: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .content_class {
    padding: 5vw;
    margin-bottom: 22px;
    border-width: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 4px solid #000;
    border-radius: 8px;
    overflow: hidden;
  }
  .content_class li {
    margin-top: 5px;
  }
  .tab-area {
    width: calc(100% - 30px);
  }
}

input[name="tab_name"] {
  display: none;
}

input:checked + .tab_class {
  background-color: #fff;
  color: #000;
  border: 4px solid #000;
  border-bottom: none;
}

.content_class {
  display: none;
  width: 100%;
}

input:checked + .tab_class + .content_class {
  display: block;
}

.reason--title {
  margin: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .reason--title {
    font-size: 3.7vw;
    font-weight: normal;
  }
}

.reason--sub--title {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .reason--sub--title {
    font-size: 6vw;
  }
}

.reason__titleBlock {
  margin-top: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .reason__titleBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reason__titleBlock img {
    width: 100%;
  }
}

.reason__titleBlock .reason--txt--block {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .reason__titleBlock .reason--txt--block {
    padding-bottom: 0;
    text-align: center;
  }
}

.reason__titleBlock .reason--txt--block img {
  width: 150px;
}

@media (max-width: 768px) {
  .reason__titleBlock .reason--txt--block img {
    width: 30vw;
  }
}

.reason__titleBlock .reason--txt--block p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 23px;
}

@media (max-width: 768px) {
  .reason__titleBlock .reason--txt--block p {
    font-size: 4.0625vw;
  }
}

.modal_btn {
  text-align: center;
  width: 80%;
  background-color: red;
  color: white;
  padding: 10px;
  margin: 0 auto;
}

.system-cost {
  text-align: center;
}

.system-cost p span.u-priceColorAttention {
  color: red;
}

.titleImg {
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .titleImg {
    width: calc(100% - 30px) !important;
  }
}

.c-lineDetail__detail__titleImg {
  width: 300px;
}

@media (max-width: 768px) {
  .c-lineDetail__detail__titleImg {
    width: 100%;
  }
}

.c-lineDetail__detail__titleBlock .c-lineDetail__detail__titleImg {
  width: 300px;
}

.img_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Cost_priceDetail--text {
  margin-top: 20px;
  color: #000;
  text-align: center;
}

.reason_title {
  background-color: red;
  color: white;
  padding: 10px;
  max-width: 190px;
}

@media (max-width: 768px) {
  .reason_title {
    margin: 0 auto;
  }
}

.c-price__average-cost-area--rev::after {
  left: 20px;
}

.faq-title_txt {
  font-weight: bold;
}

@media (max-width: 768px) {
  .rc--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.learning-subtitle {
  width: 50px;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  color: white;
  margin-top: -35px;
  margin-bottom: 10px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .learning-subtitle {
    width: 14vw;
    padding: 2vw;
    margin-top: -10vw;
    margin-bottom: 2vw;
    font-size: 5vw;
  }
}

@media (max-width: 768px) {
  .hopimg2 {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .hopimg3 {
    width: 80%;
  }
}

@media (max-width: 768px) {
  #movie_modal .bnr_tokuten-modal-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ---------------------------------------------*/
.learning-content__title--sub:before {
  content: none;
}

.reason__PointsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768px) {
  .reason__PointsBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.reason__PointsBlock div {
  width: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .reason__PointsBlock div {
    width: calc(100% - 30px) !important;
    margin-top: 40px;
  }
}

.reason__PointsBlock div:nth-child(n+3) {
  margin-top: 40px;
}

.modal_img {
  position: relative;
}

.modal_img .modal_checkicon {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 90px;
}

@media (max-width: 768px) {
  .modal_img .modal_checkicon {
    bottom: -5vw;
    left: -3vw;
    width: 30%;
  }
}

a.modal_img:hover {
  opacity: 0.7;
}

.lineTitle-lh {
  line-height: 50px;
}

@media (max-width: 768px) {
  .lineTitle-lh {
    line-height: 30px;
  }
}

/* start:20220322更新 */
/* 共通要素 */
.cmn-section img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.cmn-section {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
}

@media (max-width: 768px) {
  .cmn-section {
    width: 100%;
    padding: 0 18px;
  }
}

.cmn-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmn-section a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media only screen and (min-width: 769px) {
  .cmn-section a:hover {
    opacity: 0.7;
  }
}

.cmn-color--important {
  color: #E50000;
}

.cmn-color--highImportant {
  color: #E50000;
  font-weight: bold;
}

.cmn-color--emphasis {
  color: #00ABEF;
  font-weight: bold;
}

.cmn-areaBgWrap {
  background-color: #EFEEE1;
  position: relative;
  z-index: 5;
}

/* /共通要素 */
/* MV */
.mvArea {
  background-color: white;
  line-height: 0;
}

.mvArea__inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  /*過去コンテンツ利用時*/
}

@media (min-width: 769px) {
  .mvArea__inner {
    background-image: url(/english/step/img/230621/mv_step_lpo.jpg);
    background-position: center bottom;
    background-size: cover;
    height: 470px;
    border-top: none !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .mvArea__inner {
    height: auto;
    background: none;
  }
}

.mvArea__mv {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .mvArea__mv {
    height: auto;
  }
}

.mvArea__offer {
  position: absolute;
  bottom: 5px;
  left: 12.2%;
  font-size: 10px;
  line-height: 1.5;
  padding-left: 1.2em;
}

@media (max-width: 768px) {
  .mvArea__offer {
    left: 4.7%;
  }
}

.mvArea__offer:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* /MV */
/* cvArea */
.cvAreaWrap {
  background-color: #F5F8F8;
}

.cvAreaWrap--bottom {
  border-top: 4px solid #000000;
}

.cvAreaWrap--bottom .cvArea {
  padding: 45px 100px 60px;
}

@media (max-width: 768px) {
  .cvAreaWrap--bottom .cvArea {
    padding: 55px 18px 30px;
  }
}

.cvArea {
  width: 800px;
  padding: 30px 100px 30px;
}

@media (max-width: 768px) {
  .cvArea {
    width: 100%;
    padding: 25px 18px 30px;
  }
}

.cvArea__title {
  text-align: center;
}

.cvArea__table {
  border: 2px solid #000000;
  margin-top: 7px;
  background-color: #ffffff;
}

.cvArea__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cvArea__heading {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  padding: 22px 58px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .cvArea__heading {
    padding: 15px 15px;
    font-size: 16px;
    width: 25%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cvArea__cell {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 420px;
  padding-left: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .cvArea__cell {
    width: 75%;
    padding: 5px 3px;
  }
}

@media (max-width: 768px) {
  .cvArea__dateImg {
    width: 162px;
  }
  .cvArea__priceImg {
    width: 251px;
  }
}

.cvArea .cvArea__row + .cvArea__row .cvArea__heading::before, .cvArea__row + .cvArea__row .cvArea .cvArea__heading::before, .cvArea .cvArea__row + .cvArea__row .cvArea__cell::before, .cvArea__row + .cvArea__row .cvArea .cvArea__cell::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  display: block;
  height: 3px;
}

.cvArea__row + .cvArea__row .cvArea__heading::before {
  width: 92%;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .cvArea__row + .cvArea__row .cvArea__heading::before {
    width: 85%;
  }
}

.cvArea__row + .cvArea__row .cvArea__cell::before {
  width: 97.4%;
  background-color: #000000;
}

@media (max-width: 768px) {
  .cvArea__row + .cvArea__row .cvArea__cell::before {
    width: 97%;
  }
}

.cvArea__offerList {
  color: #484848;
  line-height: 1.5;
  margin-top: 10px;
}

.cvArea__offerItem {
  position: relative;
  font-size: 10px;
  line-height: 1.5;
  padding-left: 1.2em;
}

.cvArea__offerItem:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.cvArea__offerItem + .cvArea__offerItem {
  margin-top: 7px;
}

.cvArea__offerItem.cvArea__offerItem--num {
  padding-left: 2em;
}

.cvArea__offerItem--num .cvArea__offerNum {
  position: absolute;
  top: 0;
  left: 1em;
}

.cvArea__link {
  border-bottom: 1px solid #707070;
  padding-right: 0.9em;
  padding-bottom: 2px;
  display: inline;
  position: relative;
}

.cvArea__link:before {
  content: "";
  display: block;
  background-image: url(/english/hop/img/220322_b/icon_chevron_black.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 3px;
  right: 1px;
}

.cvArea__link--modal {
  padding-right: 1.5em;
}

.cvArea__link--modal:before {
  background-image: url(/english/hop/img/220322_b/icon_search.svg);
  width: 12px;
  height: 12px;
  top: 0px;
  right: 2px;
}

.cvArea__btn {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  position: relative;
  display: block;
  padding: 13px 30px 17px;
  border-radius: 4px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .cvArea__btn {
    font-size: 16px;
    padding: 8px 30px 9px;
  }
}

.cvArea__btn--cv {
  background-color: #E50000;
  padding: 23px 30px 27px;
  letter-spacing: 10px;
}

@media (max-width: 768px) {
  .cvArea__btn--cv {
    padding: 16px 30px 19px;
  }
}

.cvArea__btn--cv-black {
  background-color: #000000;
}

.cvArea__btn--price {
  background-color: #AC8211;
}

.cvArea__btn--notmem {
  background-color: #484848;
}

.cvArea__btn:after {
  content: "";
  display: block;
  background-image: url(/english/hop/img/220322_b/icon_chevron_white.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .cvArea__btn:after {
    width: 12px;
    height: 12px;
  }
}

.cvArea__nobnr {
  max-width: 100%;
  background-color: #fff100;
}

.cvArea__nobnr img {
  width: 100%;
}

@media (min-width: 769px) {
  .cvArea__nobnr > div {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .cvArea__btn + .cvArea__btn {
    margin-top: 12px;
  }
}

.cvArea__date {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}

.cvArea__date .u-font--din {
  font-size: 54px;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .cvArea__date {
    font-size: 16px;
  }
  .cvArea__date .u-font--din {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

.cvArea__upper-txt {
  vertical-align: super;
  position: relative;
  top: -0.7em;
  left: -0.5em;
  font-size: 10px;
}

/* /cvArea */
/* bannerArea */
.bannerArea {
  background-color: #BF2D14;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.bannerArea__banner {
  max-width: 100%;
}

@media (max-width: 768px) {
  .bannerArea__banner {
    height: auto;
    width: 100%;
  }
}

.bannerArea__offer {
  max-width: 618px;
  margin: 10px auto;
}

@media (max-width: 768px) {
  .bannerArea__offer {
    max-width: 88.8vw;
  }
}

/* /bannerArea */
/* learningArea */
.learningArea {
  padding: 80px 130px 20px;
}

@media (max-width: 768px) {
  .learningArea {
    padding: 80px 18px 0px;
  }
}

.learningArea video {
  width: 100%;
}

.learningArea__title {
  text-align: center;
}

.learningArea__lead {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-top: 22px;
}

@media (max-width: 768px) {
  .learningArea__lead {
    margin-top: 20px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .learningArea__blockWrap {
    width: calc(100% + 18px * 2);
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
  }
}

.learningArea__block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .step-ab-learningArea .learningArea__block {
    margin-top: 35vw;
  }
}

.learningArea__block + .learningArea__block {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .learningArea__block + .learningArea__block {
    margin-top: 30px;
  }
  .step-ab-learningArea .learningArea__block + .learningArea__block {
    margin-top: 35vw;
  }
}

.learningArea__imgBox {
  width: 434px;
  margin-right: 34px;
  z-index: -1;
}

@media (max-width: 768px) {
  .learningArea__imgBox {
    width: 100%;
    margin-right: -100vw;
  }
  .step-ab-learningArea .learningArea__imgBox {
    margin-top: 25vw;
  }
}

@media (min-width: 769px) {
  .learningArea__imgBox {
    min-height: 340px;
  }
}

.learningArea__textBox {
  width: 400px;
  padding-top: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .learningArea__textBox {
    width: 90.5vw;
  }
  .step-ab-learningArea .learningArea__textBox {
    width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .learningArea__subtitle {
    width: 100%;
    margin-top: 60vw;
    background-color: white;
    border-radius: 0 6vw;
  }
  .step-ab-learningArea .learningArea__subtitle {
    margin-top: -20vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6vw 0;
    background-color: none;
  }
  .learningArea__subtitle img {
    margin-top: -23vw;
    padding: 4vw;
    width: 100vw;
  }
  .step-ab-learningArea .learningArea__subtitle img {
    margin-top: 0;
    margin-bottom: -30vw;
  }
}

.learningArea__soundBtn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100px;
}

@media (max-width: 768px) {
  .learningArea__soundBtn {
    bottom: 0vw;
    left: 3vw;
    width: 18vw;
  }
}

.learningArea__movieBox {
  position: relative;
}

@media (max-width: 768px) {
  .step-ab-learningArea .learningArea__movieBox {
    margin-top: 20vw;
  }
}

.learningArea__text {
  line-height: 1.85;
  font-size: 14px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .learningArea__text {
    font-size: 2.633333vw;
  }
}

.learningArea__categoryImg {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}

@media (max-width: 768px) {
  .learningArea__categoryImg {
    bottom: 15px;
  }
  .learningArea__categoryImg img {
    width: 17.8vw;
  }
}

@media (max-width: 768px) {
  .learningArea__categoryImg__position {
    bottom: 150px;
  }
}

@media (max-width: 768px) {
  .learningArea__block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.learningArea__block:nth-child(even) .learningArea__imgBox {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .learningArea__block:nth-child(even) .learningArea__imgBox {
    margin-left: 0;
    margin-right: -100vw;
  }
}

.learningArea__block:nth-child(even) .learningArea__categoryImg {
  left: 0;
}

@media (max-width: 768px) {
  .learningArea__block:nth-child(even) .learningArea__categoryImg {
    left: auto;
  }
}

/* /learningArea */
/* materialsArea */
.materialsArea {
  padding: 80px 130px 50px;
  background-color: #EEF1F6;
}

@media (max-width: 768px) {
  .materialsArea {
    padding: 80px 18px 50px;
  }
}

.materialsArea__title {
  text-align: center;
  padding-right: 24px;
}

@media (max-width: 768px) {
  .materialsArea__title {
    padding-right: 0px;
  }
}

.materialsArea__mainImg {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .materialsArea__mainImg {
    margin-top: 20px;
    width: calc(100% + 18px * 2);
    margin-left: -18px;
  }
  .materialsArea__mainImg img {
    width: 100%;
  }
}

.materialsArea__block {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .materialsArea__block {
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.materialsArea__item {
  /* width: 185px; */
  width: 23.3%;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 0px 0px #e0dfc8;
          box-shadow: 5px 5px 0px 0px #e0dfc8;
}

@media (max-width: 768px) {
  .materialsArea__item {
    width: 41vw;
  }
}

.materialsArea__item + .materialsArea__item {
  /* margin-left: 18px; */
  margin-left: 2%;
}

@media (max-width: 768px) {
  .materialsArea__item + .materialsArea__item {
    margin-left: 0;
  }
}

.materialsArea__item:nth-child(4n + 1) {
  margin-left: 0;
}

.materialsArea__item:nth-child(n + 5) {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .materialsArea__item:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.materialsArea__box {
  display: block;
}

.materialsArea__text {
  line-height: 1.5;
  font-size: 12px;
  padding: 7px 7px 11px;
  text-align: center;
}

.materialsArea__img {
  position: relative;
}

.materialsArea__img:after {
  content: "";
  display: block;
  background-image: url(/english/hop/img/220322_b/icon_zoom.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.materialsArea__leadblock {
  margin: 35px auto;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 768px) {
  .materialsArea__leadblock {
    line-height: 1.5;
    margin: 7vw -18px;
  }
}

.materialsArea__lead {
  margin-bottom: 20px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .materialsArea__lead {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}

.materialsArea__lead-strong {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 768px) {
  .materialsArea__lead-strong {
    font-size: 6vw;
  }
}

.materialsArea__offer {
  position: relative;
  font-size: 10px;
  line-height: 1.5;
  padding-left: 1.2em;
  color: #484848;
  margin-top: 10px;
  width: 600px;
}

@media (max-width: 768px) {
  .materialsArea__offer {
    width: 100%;
  }
}

.materialsArea__offer:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* /materialsArea */
/* pickupArea */
.pickupArea {
  padding: 50px 130px 50px;
  background-color: #EFEEE1;
}

@media (max-width: 768px) {
  .pickupArea {
    padding: 35px 18px 50px;
  }
  .pickupArea__blockWrap {
    width: calc(100% + 18px * 2);
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
  }
  .pickupArea__blockWrap-2col {
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.pickupArea__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pickupArea__icon {
  width: 110px;
  position: absolute;
  margin-right: 7%;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .pickupArea__icon {
    width: 27%;
  }
}

.pickupArea__subtitle {
  margin-bottom: 30px;
}

.pickupArea__block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .pickupArea__block {
    margin-top: 45px;
  }
}

.pickupArea__blockWrap-2col .pickupArea__block {
  display: block;
  text-align: center;
}

.pickupArea__block + .pickupArea__block {
  margin-top: 55px;
}

@media (max-width: 768px) {
  .pickupArea__block + .pickupArea__block {
    margin-top: 100px;
  }
}

.pickupArea__contWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .pickupArea__contWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pickupArea__cont {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .pickupArea__cont {
    margin-bottom: 20px;
  }
}

.pickupArea__imgBox {
  width: 450px;
}

@media (max-width: 768px) {
  .pickupArea__imgBox {
    z-index: -1;
    width: 100vw;
    top: -13vw;
    right: -30vw;
    position: absolute;
  }
  .pickupArea__imgBox__first {
    bottom: 0;
  }
  .pickupArea__imgBox__fuki {
    top: 18vw;
  }
}

.pickupArea__textBox {
  width: 350px;
  padding-top: 60px;
  position: relative;
  z-index: 100;
}

@media (max-width: 768px) {
  .pickupArea__textBox {
    padding-top: 0;
    padding-left: 18px;
    width: 100%;
  }
}

.pickupArea__block--largeImageBox .pickupArea__imgBox {
  width: 483px;
}

@media (max-width: 768px) {
  .pickupArea__block--largeImageBox .pickupArea__imgBox {
    width: 62vw;
  }
}

.pickupArea__block--largeImageBox .pickupArea__textBox {
  margin-right: -33px;
}

.pickupArea__block:nth-child(even) .pickupArea__textBox {
  margin-left: -10px;
}

@media (max-width: 768px) {
  .pickupArea__block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pickupArea__block:nth-child(even) .pickupArea__textBox {
    margin-left: 0;
  }
}

.pickupArea__text {
  line-height: 1.85;
  font-size: 14px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .pickupArea__text {
    width: 45vw;
    font-size: 3.733333vw;
  }
  .pickupArea__blockWrap-2col .pickupArea__text {
    width: auto;
  }
}

.pickupArea__categoryImg {
  position: absolute;
  right: 0;
  top: 380px;
}

.pickupArea__image {
  margin-top: 15px;
}

.pickupArea__image img {
  width: 165px;
  margin-left: 7px;
  -webkit-box-shadow: 4px 4px 0px 0px #bfbea3;
          box-shadow: 4px 4px 0px 0px #bfbea3;
}

@media (max-width: 768px) {
  .pickupArea__image {
    width: 45vw;
  }
  .pickupArea__image img {
    width: 100%;
  }
  .pickupArea__image img + img {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .pickupArea__image__small {
    width: 38vw;
  }
}

.pickupArea__image__wide {
  width: 100%;
  text-align: center;
}

.pickupArea__caption {
  position: relative;
  font-size: 10px;
  line-height: 1.5;
  padding-left: 1.2em;
  color: #484848;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .pickupArea__caption {
    font-size: 2.666666vw;
  }
}

.pickupArea__caption:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.pickupArea__link {
  margin-top: 105px;
  text-align: center;
}

@media (max-width: 768px) {
  .pickupArea__link {
    margin-top: 23vw;
  }
  .pickupArea__link img {
    width: 100%;
  }
}

.pickupArea__linkOffer {
  line-height: 1.5;
  width: 600px;
  margin: 10px auto 0;
  position: relative;
  font-size: 10px;
  padding-left: 1.2em;
}

@media (max-width: 768px) {
  .pickupArea__linkOffer {
    width: 100%;
  }
}

.pickupArea__linkOffer:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.pickupArea__soundbtn {
  width: 120px;
  z-index: 200;
  margin-left: -120px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .pickupArea__soundbtn {
    position: absolute;
    width: 30vw;
    bottom: 20vw;
    right: 5vw;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .pickupArea__soundbtn__position {
    bottom: 80vw;
  }
}

.pickupArea__block:nth-child(even) .pickupArea__soundbtn {
  margin-right: -120px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .pickupArea__block:nth-child(even) .pickupArea__soundbtn {
    margin-right: 0;
  }
}

/* /pickupArea */
/* learningGoalArea */
.learningGoalArea {
  padding: 60px 130px 90px;
  background-color: #EFEEE1;
}

@media (max-width: 768px) {
  .learningGoalArea {
    padding: 40px 18px 80px;
  }
}

.learningGoalArea__title {
  text-align: center;
}

.learningGoalArea__titleimage {
  position: absolute;
  width: 30% !important;
  right: -20px;
  top: -100px;
}

@media (max-width: 768px) {
  .learningGoalArea__titleimage {
    width: 45% !important;
    right: 0;
    top: -10px;
  }
}

.learningGoalArea__lead {
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 17px;
}

@media (max-width: 768px) {
  .learningGoalArea__lead {
    width: calc(100% + 18px * 2);
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
  }
}

@media (max-width: 480px) {
  .learningGoalArea__lead {
    font-size: 4.5vw;
  }
}

.learningGoalArea__subLead {
  line-height: 1.85;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.learningGoalArea__box {
  border: 2px solid #000000;
  width: 600px;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .learningGoalArea__box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .learningGoalArea__label-txt {
    display: block;
    text-align: left;
    margin-top: 2vw;
  }
}

.learningGoalArea__heading {
  border-bottom: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.learningGoalArea__headingIcon {
  padding: 13px 10px;
  line-height: 1;
  font-size: 19px;
  font-weight: bold;
  width: 60px;
  background-color: #FF9200;
  border-right: 2px solid #000000;
  text-align: center;
}

@media (max-width: 768px) {
  .learningGoalArea__headingIcon {
    width: 18%;
  }
}

.learningGoalArea__headingText {
  display: block;
  width: 536px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 15px 10px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .learningGoalArea__headingText {
    width: 82%;
  }
}

.learningGoalArea__body {
  background-color: #ffffff;
  position: relative;
}

@media (max-width: 768px) {
  .learningGoalArea__body {
    padding: 20px 15px 10px;
  }
}

.learningGoalArea__textBox {
  width: 300px;
  min-width: 300px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .learningGoalArea__textBox {
    width: 100%;
    margin-right: 0;
    min-width: auto;
  }
}

.learningGoalArea__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 15px 30px;
}

@media (max-width: 768px) {
  .learningGoalArea__body {
    display: block;
  }
}

.learningGoalArea__subHeading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0;
  padding-left: 10px;
  background-color: white;
  border-radius: 10px;
}

.learningGoalArea__label {
  background-color: #6eb92b;
  color: #ffffff;
  padding: 5px 11px;
  margin-right: 7px;
  display: inline-block;
  width: 90px;
  text-align: center;
}

@media (max-width: 768px) {
  .learningGoalArea__label {
    margin-right: 5px;
    width: 25vw;
  }
}

.learningGoalArea__subHeading + .learningGoalArea__subHeading {
  margin-top: 18px;
}

.learningGoalArea__text {
  line-height: 1.28;
  font-size: 14px;
  margin-top: 20px;
}

.learningGoalArea__imgBox {
  width: 296px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .learningGoalArea__imgBox {
    width: 100%;
    margin-top: 10px;
  }
}

.learningGoalArea__imgBox img {
  width: 100%;
  /* IE11で画像がはみ出す問題へのworkaround */
}

.learningGoalArea__box + .learningGoalArea__box {
  margin-top: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .learningGoalArea__box + .learningGoalArea__box {
    margin-top: 35px;
  }
}

.learningGoalArea__box + .learningGoalArea__box::before {
  content: "";
  display: block;
  background-image: url(/english/hop/img/220322_b/icon_triangle.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 18px;
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .learningGoalArea__box + .learningGoalArea__box::before {
    width: 35px;
    height: 16px;
    top: -27px;
  }
}

.learningGoalArea__link {
  text-align: center;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .learningGoalArea__link {
    margin-top: 30px;
  }
  .learningGoalArea__link img {
    width: 100%;
  }
}

.learningGoalArea__link + .learningGoalArea__link {
  margin-top: 35px;
}

/* /learningGoalArea */
/* campaignArea */
.campaignArea {
  padding: 80px 130px 80px;
  /* start:20220401更新 */
  /* end:20220401更新 */
}

@media (max-width: 768px) {
  .campaignArea {
    padding: 80px 18px 65px;
  }
}

.campaignArea__title {
  text-align: center;
}

.campaignArea__box {
  width: 600px;
  margin: 30px auto 0;
  border: 2px solid #000000;
}

@media (max-width: 768px) {
  .campaignArea__box {
    width: 100%;
  }
}

.campaignArea__heading {
  border-bottom: 2px solid #000000;
  text-align: center;
  padding: 5px;
}

.campaignArea__headingText {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.campaignArea__body {
  padding: 20px 38px;
}

@media (max-width: 768px) {
  .campaignArea__body {
    padding: 15px;
  }
}

.campaignArea__itemWrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .campaignArea__itemWrap {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.campaignArea__item {
  width: 160px;
}

@media (max-width: 768px) {
  .campaignArea__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .campaignArea__item + .campaignArea__item {
    margin-top: 5px;
  }
  .campaignArea__img {
    width: 26% !important;
  }
  .campaignArea__textBox {
    margin-left: 8px;
  }
}

@media (max-width: 768px) {
  .campaignArea__mainImg {
    text-align: center;
    width: 100%;
  }
  .campaignArea__mainImg__mainImg img {
    width: 100%;
  }
}

.campaignArea__label {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  background-color: #000000;
  width: 52px;
  text-align: center;
  padding: 2px 2px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .campaignArea__label {
    margin-top: 0;
    padding: 1px 2px;
  }
}

.campaignArea__text {
  margin-top: 5px;
  line-height: 1.28;
  font-size: 14px;
}

.campaignArea__link {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .campaignArea__link img {
    width: 100%;
  }
}

.campaignArea__link + .campaignArea__link {
  margin-top: 15px;
}

.campaignArea__offer {
  position: relative;
  font-size: 10px;
  line-height: 1.5;
  padding-left: 1.2em;
  color: #484848;
  margin: 10px auto 0;
  width: 600px;
}

@media (max-width: 768px) {
  .campaignArea__offer {
    width: 100%;
  }
}

.campaignArea__offer:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.campaignArea__modal {
  border-bottom: 1px solid #707070;
  padding-right: 1.5em;
  padding-bottom: 2px;
  display: inline;
  position: relative;
}

.campaignArea__modal:before {
  content: "";
  display: block;
  background-image: url(/english/hop/img/220322_b/icon_search.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 0px;
  right: 2px;
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
}

.campaignArea__thumb-wrap {
  width: 40%;
}

@media (max-width: 768px) {
  .campaignArea__thumb-wrap {
    width: 80%;
    margin: 0 auto;
  }
}

.campaignArea__text-wrap {
  width: 55%;
}

@media (max-width: 768px) {
  .campaignArea__text-wrap {
    width: 80%;
    margin: 2vw auto;
  }
}

.campaignArea .cvArea__nobnr {
  text-align: center;
  margin: 0 auto;
  width: 300px;
  padding: 20px 50px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .campaignArea .cvArea__nobnr {
    width: 71%;
    margin-top: 4.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2vw 5.4vw;
  }
}

/* /campaignArea */
/* banner */
.bnr-section {
  position: relative;
  padding-bottom: 60px;
  background-image: url(/english/_common/img/bdtp.png);
  background-repeat: repeat-x;
  background-position: top;
}

@media (max-width: 768px) {
  .bnr-section {
    padding-bottom: 30px;
  }
}

.bnr-section__slick {
  padding-top: 60px;
}

@media (max-width: 768px) {
  .bnr-section__slick .slick-arrow {
    top: 30%;
  }
}

.bnr-section__slick-box {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .bnr-section__slick {
    padding-top: 33px;
  }
  .bnr-section__slick-box {
    margin: 0 auto;
    max-width: 80vw;
  }
  .bnr-section__slick-box img {
    max-height: 100px;
  }
}

/* /banner */
/* fadein */
.js-fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.js-fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* /fadein */
/* colorBox */
.js-CustumModal #cboxTopLeft,
.js-CustumModal #cboxTopRight,
.js-CustumModal #cboxBottomLeft,
.js-CustumModal #cboxBottomRight,
.js-CustumModal #cboxMiddleLeft,
.js-CustumModal #cboxMiddleRight,
.js-CustumModal #cboxTopCenter,
.js-CustumModal #cboxBottomCenter {
  display: none;
}

.js-CustumModal #cboxLoadedContent {
  margin: 0;
}

.js-CustumModal #cboxContent {
  width: 100% !important;
  max-height: 90vh !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.js-CustumModal #cboxLoadedContent {
  width: 100% !important;
  max-height: 80vh !important;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.js-CustumModal #cboxLoadedContent::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.js-CustumModal .custumModal {
  height: 100%;
}

.js-CustumModal .custumModal__inner {
  padding: 80px 100px 70px !important;
  background-color: #ffffff;
  /* border: 1px solid #000000; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 768px) {
  .js-CustumModal .custumModal__inner {
    padding: 5vw 5vw 48px !important;
    min-height: 50vh;
  }
}

.js-CustumModal .custumModal__inner :first-child {
  margin-top: 0;
}

.js-CustumModal .custumModal__title {
  line-height: 1.77;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .js-CustumModal .custumModal__title {
    font-size: 3.9vw;
  }
  .js-CustumModal .custumModal__title span {
    font-size: 2vw;
  }
}

.js-CustumModal .custumModal__image {
  width: 100%;
  max-width: 400px;
  margin: 10px auto 0;
}

.js-CustumModal .custumModal__image img {
  width: 100%;
  max-width: auto;
}

.js-CustumModal .custumModal__subtitle {
  line-height: 1.85;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.js-CustumModal .custumModal__text {
  line-height: 1.85;
  font-size: 14px;
  margin-top: 5px;
}

.js-CustumModal .custumModal__offer {
  color: #484848;
  line-height: 1.5;
  margin-top: 10px;
  position: relative;
  font-size: 10px;
  line-height: 1.5;
  padding-left: 1.2em;
}

.js-CustumModal .custumModal__offer:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.js-CustumModal .custumModal__closeBox {
  top: 0;
  bottom: auto;
  border-bottom: 1px solid #000000;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  background-color: #EFEEE1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (min-width: 769px) {
  .js-CustumModal .custumModal__closeBox:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .js-CustumModal .custumModal__closeBox {
    top: auto;
    bottom: 0;
    border-top: 1px solid #000000;
    border-bottom: none;
  }
}

.js-CustumModal .custumModal__closeText {
  line-height: 1.28;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  /* height: 48px; */
  margin: 0;
  text-indent: -3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.js-CustumModal .custumModal__closeBtn {
  background-color: #00ABEF;
  padding: 24px;
  margin: 0;
  border-left: 1px solid #000000;
  background-image: url(/english/hop/img/220322_b/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .js-CustumModal .custumModal__closeBtn {
    border-right: 1px solid #000000;
    border-left: none;
  }
}

/* /colorBox */
/* end:20220322更新 */
/* start:20220401更新 */
.slide-prev, .slide-next {
  border-radius: 0%;
  width: 30px;
  height: 60px;
  top: 25%;
}

@media (max-width: 768px) {
  .slide-prev, .slide-next {
    top: 30%;
  }
}

.slick-disabled {
  display: none !important;
}

.slide-prev {
  left: -20px;
}

@media (max-width: 768px) {
  .slide-prev {
    left: -5vw;
  }
}

.slide-next {
  right: -20px;
}

@media (max-width: 768px) {
  .slide-next {
    right: -5vw;
  }
}

.slideDots li {
  margin-right: 20px;
}

/* end:20220401更新 */
/* start:20220621更新 */
.c-lottery-presentArea--bncp {
  position: relative;
  z-index: 100;
}

/* end:20220621更新 */
.slick-arrow {
  display: none;
}

/* introArea */
.introArea {
  padding: 80px 130px 20px;
}

@media (max-width: 768px) {
  .introArea {
    padding: 80px 18px 0px;
  }
}

.introArea__title {
  text-align: center;
}

.introArea__lead {
  font-size: 14.5px;
  line-height: 1.8;
  text-align: left;
  margin-top: 22px;
}

@media (max-width: 768px) {
  .introArea__lead {
    margin-top: 20px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .introArea__blockWrap {
    width: calc(100% + 18px * 2);
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
  }
}

.introArea__block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.introArea__block + .introArea__block {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .introArea__block + .introArea__block {
    margin-top: 30px;
  }
}

.introArea__imgBox {
  width: 434px;
  margin-right: -34px;
  z-index: -1;
}

@media (max-width: 768px) {
  .introArea__imgBox {
    width: 69.5vw;
    margin-right: -25vw;
  }
}

.introArea__textBox {
  width: 400px;
  padding-top: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .introArea__textBox {
    width: 49.5vw;
  }
}

.introArea__subtitle {
  font-size: 26px;
  line-height: 1.5;
  text-align: left;
  margin-top: 22px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .introArea__subtitle {
    font-size: 5.6vw;
    margin-top: 20px;
    text-align: left;
  }
}

.introArea__text {
  line-height: 1.85;
  font-size: 14px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .introArea__text {
    font-size: 3.533333vw;
  }
}

.introArea__categoryImg {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
}

@media (max-width: 768px) {
  .introArea__categoryImg {
    bottom: 15px;
  }
  .introArea__categoryImg img {
    width: 17.8vw;
  }
}

@media (max-width: 768px) {
  .introArea__block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.introArea__block:nth-child(even) .introArea__imgBox {
  margin-left: -34px;
}

@media (max-width: 768px) {
  .introArea__block:nth-child(even) .introArea__imgBox {
    margin-left: 0;
  }
}

.introArea__block:nth-child(even) .introArea__categoryImg {
  left: 0;
}

@media (max-width: 768px) {
  .introArea__block:nth-child(even) .introArea__categoryImg {
    left: auto;
  }
}

.introArea__leadWrap {
  background-image: url(/english/nextpetit/img/220711/intro00-pc.jpg);
  background-size: 765px;
  background-position: right -250px;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .introArea__leadWrap {
    padding: 0 18px;
    margin: 0 -18px;
    background-image: url(/english/nextpetit/img/220711/intro00-sp.jpg);
    background-size: cover;
    background-position: center 95%;
    padding-bottom: 75vw;
    margin-bottom: -30vw;
  }
}

/* /introArea */
.balloon__wrap {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}

.balloon__txt {
  background-color: white;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .balloon__txt {
    font-size: 3.5vw;
  }
}

.balloon__txt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid white;
}

img.c-voice__list__img {
  pointer-events: none;
  max-width: 100%;
  width: auto;
}

@media (max-width: 768px) {
  .lAiBpos {
    margin-top: -20vw;
    margin-bottom: 20vw;
  }
}

.cmn-section img.titile-icon {
  width: 15%;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .cmn-section img.titile-icon {
    width: 15%;
    margin-right: 2vw;
  }
}

.notbefore::before {
  content: none !important;
}

.subCv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.subCv__title {
  text-align: center;
  background: yellow;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 1px;
  padding: 22px 14px;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .subCv__title {
    padding: 2.133vw 3.267vw;
    letter-spacing: 0;
    font-size: 3.733vw;
  }
}

.subCv__title span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .subCv__title span {
    font-size: 4.533vw;
  }
}

@media (max-width: 768px) {
  .subCv {
    margin-bottom: 5.333vw;
  }
}

.subCv__deadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding: 5% 3%;
}

@media (max-width: 768px) {
  .subCv__deadline {
    padding: 3%;
  }
}

.ab-title {
  color: black;
  font-weight: bold;
  font-size: 24px;
}

.ab-title span {
  font-size: 26px;
  font-weight: bold;
  color: #E50000;
}

@media (max-width: 768px) {
  .ab-title {
    font-size: 4.27vw;
  }
  .ab-title span {
    font-size: 5.5vw;
  }
}

.slash_fuki {
  position: relative;
  padding: 0 1em;
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .slash_fuki {
    font-size: 3.47vw;
  }
  .slash_fuki span {
    font-size: 6.4vw;
  }
}

.slash_fuki::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  bottom: 0;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.slash_fuki::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  right: 0;
  bottom: 0;
  border-left: 2px solid #000;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.ab-arrow {
  position: relative;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  width: 30px;
  height: 30px;
  margin: 10px auto 20px;
}

.ab-arrow:before, .ab-arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ab-arrow:before {
  left: -3px;
  width: 40px;
  height: 2px;
  background: #888;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ab-arrow:after {
  left: 0px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.kyozai_accordion {
  width: 800px;
  margin: 20px auto;
  padding: 20px 0;
  border-top: 2px solid black;
}

@media (max-width: 768px) {
  .kyozai_accordion {
    width: calc(100% - 30px);
  }
}

.kyozai-acc__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 100px;
}

@media (max-width: 768px) {
  .kyozai-acc__tit {
    padding: 0;
  }
}

.kyozai-acc__tit > img {
  width: 25%;
}

.kyozai-acc__tit::after {
  content: "+";
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  line-height: 50px;
  font-size: 30px;
}

.kyozai-acc__tit.active::after {
  content: "-";
}

.kyozai-acc_cont {
  text-align: center;
  display: none;
  padding: 20px 0;
}

.kyozai-acc_cont img {
  max-width: 100%;
}

.kyozai-acc_cont img:not(:first-child) {
  margin-top: 30px;
}

.kyozai-acc_cont p {
  line-height: 1.5;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .kyozai-acc_cont p {
    font-size: 14px;
  }
}

.kyozai-acc_cont p.kyozai-acc_txt {
  text-align: left;
}

.bnr_tokuten_section {
  margin: 0 auto;
  background-color: #01A5CB;
}

.faqTitleImg--exc {
  margin-bottom: 10px;
  width: 170px;
}

@media (min-width: 769px) {
  .faqTitleImg--exc {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .faqTitleImg--fsSet {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .faqTitleImg--fsSet {
    margin-left: -20%;
    width: 140% !important;
  }
}

@media (max-width: 768px) {
  .faqTitleImg--fsSet1 {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .faqTitleImg--fsSet1 {
    margin-left: -10%;
    width: 120% !important;
  }
}

@media (max-width: 768px) {
  .faqTitleImg--fsSet2 {
    margin-left: -10%;
    width: 120%;
  }
}

@media (min-width: 769px) {
  .faqTitleImg--fsSet2 {
    margin-left: -20%;
    width: 140% !important;
  }
}

.c-cvBtn--normal--shiryo {
  display: none;
}

@media (min-width: 769px) {
  .kyozai-acc__img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .text {
    font-size: 4vw;
  }
}

.kyozaiArea__userVal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000;
  height: 50px;
  max-width: 600px;
  margin: 0 auto;
}

.kyozaiArea__userVal__head {
  width: 38%;
  background-color: #000;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .kyozaiArea__userVal__head {
    font-size: 3.73vw;
  }
}

.kyozaiArea__userVal__val {
  background-color: #fff;
  font-size: 20px;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .kyozaiArea__userVal__val {
    font-size: 4.8vw;
  }
}

.kyozaiArea__userVal__val img {
  height: 21px;
}

@media (max-width: 768px) {
  .kyozaiArea__userVal__val img {
    height: 5.87vw;
  }
}

.kyozaiArea__userVal__val span {
  margin-right: 16px;
}

@media (max-width: 768px) {
  .kyozaiArea__userVal__val span {
    margin-right: 3.2vw;
  }
}

.kyozaiArea__userVal__fuki {
  font-size: 24px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .kyozaiArea__userVal__fuki {
    font-size: 4.8vw;
    margin-bottom: 2.13vw;
  }
}

.taikendan__voice {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .taikendan__voice {
    margin-top: 17.07vw;
  }
}

.taikendan__voice h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .taikendan__voice h3 {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
    font-weight: bold;
  }
}

.taikendan__fuki {
  position: relative;
}

.taikendan__fuki::before {
  content: "＼";
  position: absolute;
  left: 0px;
  bottom: 0;
}

@media (min-width: 769px) {
  .taikendan__fuki::before {
    left: 140px;
  }
}

.taikendan__fuki::after {
  content: "／";
  position: absolute;
  right: 0px;
  bottom: 0;
}

@media (min-width: 769px) {
  .taikendan__fuki::after {
    right: 140px;
  }
}

.userVoice__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.userVoice__balloon {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 17px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  background: #FFF;
  width: 100%;
}

@media (max-width: 768px) {
  .userVoice__balloon {
    font-size: 4.27vw;
    padding: 3.2vw;
  }
}

.userVoice__balloon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  margin-left: calc(-19px/2);
  background-color: #fff;
  width: 19px;
  height: 16.6px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0);
          clip-path: polygon(0 100%, 100% 100%, 50% 0);
  z-index: 2;
}

.userVoiceArea {
  background-color: #EDEBD2;
  padding-top: 24px;
  padding-bottom: 30px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .userVoiceArea {
    padding-top: 6.4vw;
    padding-bottom: 11.2vw;
    margin: 0 -33px;
    margin-top: 5.33vw;
  }
}

.userVoiceArea__title {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .userVoiceArea__title {
    font-size: 6.4vw;
    margin-bottom: 4.27vw;
  }
}

.userVoice__list {
  max-width: 544px;
  margin: auto;
  padding: 0;
}

@media (max-width: 768px) {
  .userVoice__list {
    padding: 0 33px;
  }
}

.userVoice__list li {
  opacity: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  text-align: center;
  border-radius: 4px;
  line-height: 1.2;
  font-size: 13px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 16px 18px 13px;
}

.userVoice__list li .voice__val {
  margin-right: 10px;
}

.userVoice__list li .voice__val img {
  width: 30px;
  height: 30px;
}

.userVoice__list li .voice__detail {
  -ms-flex-negative: 100;
      flex-shrink: 100;
  text-align: left;
}

.userVoice__list li.hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.more {
  text-align: center;
  margin-top: 20px;
}

.more button {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  cursor: pointer;
  padding-left: 18px;
  position: relative;
  text-decoration: underline;
  line-height: 14px;
  border: none;
}

.more button:before {
  content: "+";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 14px;
}

.faq_scroll img {
  width: 100%;
}

@media (max-width: 768px) {
  .faq_scroll {
    overflow-x: scroll;
  }
  .faq_scroll img {
    width: 120%;
  }
}

.width80--pc {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .width80--pc {
    width: 100%;
  }
}
/*# sourceMappingURL=index_231021.css.map */