@charset "utf-8";

/* =========================================================
* 目次
* ====================================================== */
/*PJごとに設定 - 文字色,背景色,下線,ボックスの枠,ボタン,フォーム */
/*ヘッダー*/
/*文字*/
/*カラー*/
/*見出し*/
/*ボックス*/
/*ボタン*/
/*レイアウト*/
/*フッター*/
/* =========================================================
* PJごとに設定
* クラスを作成したり、変更したらここに移す
※ヘッダーと色の指定に関しては、不要
* ====================================================== */

.header-fs {
  font-size: 1.7em;
}

.header2-fs {
  font-size: 2vmax;
}

.fs-1 {
  font-size: 1.7vmax;
}

.fs-2 {
  font-size: 1.5vmax;
}

.fs-3 {/*本の目次小見出し*/
  font-size: 1.2vmax;
}

@media (max-width: 991.98px) {
  .header-fs {
    font-size: 1em;
  }

  .fs-1 {
    font-size: 2.5vmax;
  }

  .fs-2 {
    font-size: 2.3vmax;
  }
    
  .fs-3 {/*本の目次小見出し*/
    font-size: 2.2vmax;
  }
    
  .header2-fs {
    font-size: 2.5vmax;
    }
}

.header-gradient {
  background: -moz-linear-gradient(left, #FFF, #d8d6ca 30%, #d8d6ca 50%, #fff);
  background: -webkit-linear-gradient(left, #FFF, #d8d6ca 30%, #d8d6ca 50%, #fff);
  background: linear-gradient(to right, #FFF, #d8d6ca 30%, #d8d6ca 50%, #fff);
}

.button-campaign {
  font-weight: bold;
  background-color: #4d91d7;
  border: 2px solid #4d91d7;
  border-radius: 15px;
  padding: 15px 20px;
}

@media (max-width: 991.98px) {
  .button-campaign {
    border-radius: 10px;
    padding: 10px 25px;
  }
}

.button-campaign2 {
  border-radius: 15px;
  padding: 16.5px 30px;
}

@media (max-width: 991.98px) {
  .button-campaign2 {
    border-radius: 10px;
    padding: 13px 22px;
  }
}

.button-amazon {
  font-weight: bold;
  background: -moz-linear-gradient(top, #f7dea1, #f0c24d);
  background: -webkit-linear-gradient(top, #f7dea1, #f0c24d);
  background: linear-gradient(to bottom, #f7dea1, #f0c24d);
  border: 1px solid #9c7e31;
  border-top: 1px solid #a88734;
  border-bottom: 1px solid #846a29;
  box-shadow: 0 1px 0 #faecc8 inset;
  border-radius: 15px;
  padding: 16px 40px 16px 15px;
}

@media (max-width: 991.98px) {
  .button-amazon {
    border-radius: 10px;
    padding: 10px 20px 10px 4px;
  }
}

.cam-posi, .cam-posi2{
  margin-bottom: -20px;
}

.present-fs {
  font-weight: bold;
  font-size: 2em;
}

@media (max-width: 991.98px) {
  .present-fs {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
    
.cam-posi2{
  margin-bottom: -30px;
}

}

.bg-present1 {
  background-image: url(../images/bg-present1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  height: 530px;
  padding-top: 30px;
}

.bg-present2 {
  background-image: url(../images/bg-present2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  height: 530px;
  padding-top: 30px;
}

.bg-present3 {
  background-image: url(../images/bg-present3.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 530px;
  padding-top: 30px;
}

.present {
  height: 300px;
}

.bg-present-30 {
  background-image: url(../images/pre-30.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  padding-top: 30px;
}

.bg-present-50 {
  background-image: url(../images/pre-50.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  padding-top: 30px;
}

.bg-present-100 {
  background-image: url(../images/pre-100.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  padding-top: 30px;
}

@media (max-width: 991.98px) {
  .bg-present1,.bg-present2,.bg-present3 {
    background-position: center bottom;
    height: 100%;
    padding: 45px;
  }
    
  .present {
    height: 100%;
    padding: 30px;
  }
    
  .bg-present-30, .bg-present-50, .bg-present-100{
    height: 250px;
  }
    
}

.heading-arrow1 {
  position: relative;
  overflow: visible;
  background-color: #f1eed6;
}

.heading-arrow1:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 50px solid transparent;
  border-top-color: #f1eed6;
}

.heading-arrow2 {
  position: relative;
  overflow: visible;
  background-color: #febd69;
}

.heading-arrow2:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 50px solid transparent;
  border-top-color: #febd69;
}

.circle {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #febd69;
  color:#000;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :100px;
  text-align:center;
}

.circle2 {/*複数書籍購入特典冊数*/
  position: relative;
  display: inline-block;
  width: 150px;
  height: 120px;
  border-radius: 20px;
  background: #febd69;
  color:#000;
}

.circle2 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :130px;
  text-align:center;
}


@media (max-width: 991.98px) {
  .circle {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #febd69;
    color:#fff;
  }

  .circle span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :70px;
    text-align:center;
  }
    
  .circle2 {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 70px;
    border-radius: 20px;
    background: #febd69;
    color:#fff;
  }

  .circle2 span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :80px;
    text-align:center;
  }
}

/* -----------------------------------------------
 　文字色
------------------------------------------------- */
/*ベースカラー*/
.text-base {
  color: #ff38ac;
}

.text-main {
  color: #4d91d7;
}

.text-accent {
  color: #DE8B8F;
}

/*サブカラー（色を足すときはこの中に）*/
.text-sub1 {
  color: #E6E6E5;
}

.text-sub2 {/*オレンジ*/
  color: #febd69;
}

.text-sub3 {
  color: #707070;
}

/* -----------------------------------------------
 　背景色
------------------------------------------------- */
/*ベースカラー*/
.bg-base { /*ピンク*/
  background-color: #ff38ac;
}

.bg-main { /*ブルー*/
  background-color: #4d91d7;
}

.bg-accent { /*イエロー*/
  background-color: #ffe048;
}

.bg-sub1 { /*薄ベージュ*/
  background-color: #f1eed6;
}

.bg-sub2 { /*オレンジ*/
  background-color: #febd69;
}

.bg-sub3 { /*薄グレー*/
  background-color: #9b9c9d;
}

.bg-sub4 { /*薄ベージュより濃い*/
  background-color: #a69e83;
}

/* -----------------------------------------------
 　下線を入れるクラス
------------------------------------------------- */
.under-base {
  border-bottom: 2px solid #ff38ac;
}

.under-main {
  border-bottom: 2px solid #D93B48;
}

.under-accent {
  border-bottom: 2px solid #DE8B8F;
}

.under-sub1 {
  border-bottom: 2px solid #E6E6E5;
}

.under-sub2 {
  border-bottom: 2px solid #0D866A;
}

.under-sub3 {/*薄グレー*/
  border-bottom: 1px dotted #9b9c9d;
}


.marker_yellow {
  background: linear-gradient(transparent 75%, #ffe048 75%);
}

/* -----------------------------------------------
 　ボックスの枠の色
------------------------------------------------- */
/*ベースカラー*/
.box-base {
  border: 2px solid #ff38ac;
}

.box-base1{
  border: 2px solid #D90718;
  border-radius: 15px;
}

.box-base2{
  border: 2px solid #D90718;
  border-radius: 100px;
}

.box-base4{
  border: 2px solid #b2ab75;
  border-radius: 15px;
}

.box-main {
  border: 2px solid #4d91d7;
  border-radius: 15px;
}

.box-accent {
  border: 2px solid #DE8B8F;
}

.box-sub1 {
  border: 2px solid #f1eed6;
}

.box-sub2 {/*オレンジ*/
  border: 2px solid #febd69;
}

.box-sub3 { /*薄グレー*/
  border: 2px solid #9b9c9d;
}

.box-sub4 { /*薄ベージュより濃い*/
  border: 2px solid #a69e83;
}


/* -----------------------------------------------
 　箇条書き
------------------------------------------------- */

ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  width: 800px;
  margin: 0 auto;
}

ol li {
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
  letter-spacing: 0.07em; 
  padding-bottom: 15px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #4d91d7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  margin-left:-1em; /* サイトに合せて調整 */
  line-height: 2em;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  ol {
  max-width: 100%;
    }
}

/* -----------------------------------------------
 　ボタンのマウスオーバーカラー
------------------------------------------------- */
a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.btn-inquire-base:hover {
  background-color: #89c5ef;
  border: 2px solid #89c5ef;
  color: white;
}

/* -----------------------------------------------
 * 説明会申し込みフォームの必須
------------------------------------------------- */
.required:before {
  margin-left: 1.0em;
  padding: 0px 6px 0px 6px;
  margin-right: 3px;
  border-radius: 4px;
  font-size: 0.8em;
  color: white;
  background-color: #d60000;
  content: "必須";
}

/* =========================================================
* ヘッダー
* ヘッダー部分に使用するクラスを記載
* ====================================================== */
/*画像の背景のクラス（見出し項目に） */
header .bg-header-img {
  width: 100%;
  background: url(../images/bg-header-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

/* -----------------------------------------------
 * フォーム関係
------------------------------------------------- */
.form_mail {
  background-image: url(../images/form_02.png);
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 70px;
  text-align: center;
  height: 80px;
  padding-left: 5px;
  display: block;
}

@media (max-width: 991.98px) {
  .form_mail {
    background-image: url(../images/form_02.png);
    background-repeat: no-repeat;
    background-position: top 15px left 10px;
    background-size: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 4em;
    font-size: 0.7em;
    color: #b2b2b2;
    border: solid 1px #5b5b5b;
    padding-left: 45px;
    margin: 0px auto 10px;
    display: block;
  }
}

/*チェックボタンとラジオボタンとの大きさを調整*/
input[type=checkbox], input[type=radio] {
  width: 1.5em;
  height: 1.5em;
}

.form-fs {
  font-size: 1.3em;
}

/* -----------------------------------------------
 * 注釈（申し込むフォーム下の確認事項で使用するクラス
------------------------------------------------- */
.notice {
  height: 6.5em;
  font-size: 0.7em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
  display: block;
}

.asterisk {
  padding-left: 0.7rem;
}

.asterisk::before {
  content: "※";
  margin-left: -0.7rem;
}

/* =========================================================
 * 文字
 * サイト内の文字関連のクラスを記載
 * ====================================================== */
/* -----------------------------------------------
	　使用フォント
------------------------------------------------- */
body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* -----------------------------------------------
 　文字の大きさ
------------------------------------------------- */
h1, .h1 {
  font-size: 1.4vmax;
}

h2, .h2 {
  font-size: 3vmax;
}

h3, .h3 {
  font-size: 2.5vmax;
}

h4, .h4 {
  font-size: 2vmax;
}

h5, .h5 {
  font-size: 1.5vmax;
}

h6, .h6 {
  font-size: 1.2vmax;
}

@media (max-width: 991.98px) {

  /* md タブレット・スマートフォン向け */

  h1, .h1 {
    font-size: 1.6vmax;
  }

  h2, .h2 {
    font-size: 4.5vmax;
  }

  h3, .h3 {
    font-size: 3.5vmax;
  }

  h4, .h4 {
    font-size: 3vmax;
  }

  h5, .h5 {
    font-size: 2.2vmax;
  }

  h6, .h6 {
    font-size: 2vmax;
  }
}

/* -----------------------------------------------
 　レイアウト
------------------------------------------------- */
.pc-text-left {
  text-align: left;
}

.pc-text-center {
  text-align: center;
}

.pc-text-right {
  text-align: right;
}

.heading-slide-up {
  width: 35%;
  float: right;
  margin-top: -20%;
}

@media (max-width: 991.98px) {

  /* md タブレット・スマートフォン向け */
  .sp-text-left {
    text-align: left;
  }

  .sp-text-center {
    text-align: center;
  }

  .sp-text-right {
    text-align: right;
  }

  /* md スマホの時だけ文字もブロックもセンタリング */
  .sp-center {
    margin: 0 auto;
    text-align: center;
  }

  .head-img-pc {
    width: 40%;
    float: right;
    margin-top: -40%;
  }
}

/* -----------------------------------------------
 　箇条書き
------------------------------------------------- */
.indent {
  padding-left: 1em;
  padding-right: 1em;
  text-indent: -1em;
}

.check-indent {
  /*fontawesomeで作ったチェックマークの箇条書き用*/
  padding-left: 1em;
  padding-right: 1em;
  text-indent: -0.7em;
  margin-left: 0.4em;
}

ul {
  list-style-type: none;
}

tr{
}

th {
font-weight: 400;}

th, td {
padding-left: 10px;
vertical-align: top;
}

@media (max-width: 991.98px) {

  /* md タブレット・スマートフォン向け */
    
  th {
   padding-left: 10px;
    }
}

/* =========================================================
 * カラー
 * 使用するカラー関連のクラスを記載
 * ====================================================== */
/* -----------------------------------------------
 　文字色
------------------------------------------------- */
/* -----------------------------------------------
 　背景色
------------------------------------------------- */
/* -----------------------------------------------
 　下線を入れるクラスとその色（その他装飾）
------------------------------------------------- */
/* =========================================================
 * ボックス
 * 特典紹介などで使うボックス関連のクラスを記載
 * ====================================================== */
/* -----------------------------------------------
 　ボックスの枠の色
------------------------------------------------- */
/* -----------------------------------------------
 　ボックス内の柄などのパターン背景
------------------------------------------------- */
/* =========================================================
 * ボタン
 * サイト内で使用するボタン関連のクラスを記載
 * ====================================================== */
.btn-fs {
  font-size: 2.5vmax;
}

@media (max-width: 991.98px) {
  .btn-fs {
    font-size: 2vmax;
  }

}

.btn-lg {
  font-size: calc(100% + ((2vw - .5rem) * 1.389));
  border-radius: 10px;
}

/* -----------------------------------------------
	　LINEページ用のボタン
------------------------------------------------- */
.btn-circle,
a.btn-circle,
button.btn-circle {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 20px;
}

a.btn-line {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 5rem;
}

a.btn-line span {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: #fff;
}

a.btn-line:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f138";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991.98px) {

  /* md タブレット・スマートフォン向け */
  .btn-circle,
  a.btn-circle,
  button.btn-circle {
    padding: 5px 10px;
    border-radius: 10px;
  }

  a.btn-line {
    font-size: 1rem;
    position: relative;
    padding: .5rem 2rem;
  }

  a.btn-line:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.7rem);
    left: .5rem;
    margin: 0;
    padding: 0;
    content: "\f138";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* =========================================================
 * レイアウト
 * 大きさや配置を指定するクラスを記載
 * ====================================================== */
/* -----------------------------------------------
  * 角を丸くする
------------------------------------------------- */
.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-circle {
  border-radius: 50%;
  width: 5.5em;
  height: 5.5em;
}

@media (max-width: 991.98px) {

  /* md タブレット・スマートフォン向け */
  .rounded-circle {
    border-radius: 50%;
    width: 4.2em;
    height: 4.2em;
    line-height: 1.3;
  }
}

/* -----------------------------------------------
  * 大きさの調整
------------------------------------------------- */
.pc25-sp50 {
  margin: 0px auto;
  width: 25%;
}

.pc55-sp100 {
  margin: 0px auto;
  width: 55%;
}

.pc75-sp100 {
  margin: 0px auto;
  width: 75%;
}

.pc100-sp75 {
  margin: 0px auto;
  width: 100%;
}

.pc100-sp50 {
  margin: 0px auto;
  width: 100%;
}

@media (max-width: 991.98px) {

  /* md タブレット・スマートフォン向け */
  .sp-img50 {
    width: 50%;
  }

  .sp-img70 {
    width: 70%;
  }

  .pc25-sp50 {
    margin: 0px auto;
    width: 50%;
  }

  .pc55-sp100 {
    margin: 0px auto;
    width: 100%;
  }

  .pc75-sp100 {
    margin: 0px auto;
    width: 100%;
  }
    
  .pc100-sp50 {
    margin: 0px auto;
    width: 50%;
    }
}

@media (max-width: 720px) {
  .pc100-sp75 {
    margin: 0px auto;
    width: 75%;
  }
}

/* -----------------------------------------------
  * ポジション（配置箇所の調整）
------------------------------------------------- */
.img_pc-left_sp-center {
  float: left;
  margin-right: 20px;
}

.img_pc-right_sp-center {
  float: right;
  margin-left: 20px;
}

.centering-block {
  /*要素を中心に置いて左揃えにする */
  text-align: center;
}

.centering-block .centering-block-inner {
  text-align: left;
  display: inline-block;
}

@media (min-width: 991.98px) {

  /* md PCで横幅991以上の時のみ適用 */
  .pc-img-left {
    float: left;
    margin-right: 20px;
  }

  .pc-img-center {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .pc-img-right {
    float: right;
    margin-left: 20px;
  }
}

@media (max-width: 991.98px) {

  /* md タブレット・スマートフォン向け */
  .img_pc-left_sp-center, .img_pc-right_sp-center {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

/* =========================================================
   * フッター
   * フッター部分で使用するクラスを記載
   * ====================================================== */
.footer-fs {
  font-size: 0.9em;
}

@media (max-width: 991.98px) {

  /* md タブレット・スマートフォン向け */
  .footer-fs {
    font-size: 0.7em;
  }
}
