@charset "utf-8";

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

.header-fs {
  font-size: 5vw;
}

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

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

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

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

  .fs-2 {
    font-size: 1.6vmax;
  }
    
  .fs-3 {
    font-size: 1.8vmax;
  }
}

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

.button-campaign {
  height: 80px;
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
  background: #1261ba;
  border: solid 3px #1261ba;
  border-radius: 15px;
  padding: 15px 20px;
}

@media (max-width: 991.98px) {
  .button-campaign {
    height: 50px;
    font-size: 1em;
    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{
  margin-bottom: -15px;
}

.present-fs {
  font-weight: bold;
  font-size: 2.7em;
  margin-bottom: 50px;
}


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

.bg-present1 {
  background-image: url(../images/bg-present1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  height: 300px;
}

.bg-present2 {
  background-image: url(../images/bg-present2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  height: 300px;
}

.bg-present3 {
  background-image: url(../images/bg-present3.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  height: 300px;
}


@media (max-width: 991.98px) {
    .bg-present1 {
      height: 250px;
      position: relative;
    }

    .bg-present2 {
      height: 250px;
      position: relative;
    }

    .bg-present3 {
      height: 250px;
      position: relative;
    }
    
    .bg-present1-sp {
      position: relative;
    }

    .bg-present2-sp {
      position: relative;
    }

    .bg-present3-sp {
      position: relative;
    }    
}

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

.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: #d7e9f9;
}

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

.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: #DE8B8F;
}

.circle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff38ad;
  color:#fff;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :60px;
  text-align:center;
  font-weight: bold;
  font-size: 1.8vmax;  
}

@media (max-width: 991.98px) {
  .circle {
    width: 60px;
    height: 60px;
  }

  .circle span {
    width :60px;
    font-size: 3vmax;
  }
    
  .circle_place {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    }  
}

.box-present{
  color:#D90718;
  border: 2px solid #D90718;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.17vmax;
  padding: 10px 35px;
}

@media (max-width: 991.98px) {
  .box-present{
    border: 1px solid #D90718;
    font-size: 2.5vmax;
    padding: 5px 0px;
  }
}

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

.text-main {
  color: #ff6c00;
}

.text-accent {
  color: #fff000;
}

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

.text-sub2 {
  color: #0D866A;
}

.text-sub3 {
  color: #707070;
}

/* -----------------------------------------------
 　背景色
------------------------------------------------- */
/*ベースカラー*/
.bg-base {
  background-color: #1261ba;
}

.bg-main {
  background-color: #feac1a;
}

.bg-accent {
  background-color: #DE8B8F;
}

.bg-sub1 {
  background-color: #d7e9f9; /*faefd5*/
}

.bg-sub2 {
  background-color: #0D866A;
}

.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.8);
}

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

.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;
}

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

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

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

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

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

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

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

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

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

.btn-inquire-base:hover {
  background-color: #D90718;
  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-pc {
  background: url(../images/head_bgimg_pc.png);
  background-repeat: repeat-x;
  }

.header-sp {
  background: url(../images/head_bgimg_sp.png);
  background-repeat: repeat-x;
  }

.header-text {
  width: 90%; 
  margin: 0 auto 0;
}

.header-text p {
  line-height: 1.8em;
}

header .bg-header-img {
  width: 100%;
  background: url(../images/bg-header-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

@media (max-width: 991.98px) {
  header .bg-header-img {
    background-position: 37%;
  }
}

/* -----------------------------------------------
 * フォーム関係
------------------------------------------------- */
.form_mail {
  height: 80px;
  border: solid 3px #8d8d8d;
  border-radius: 15px;
  font-size: 1.3em;
  text-align: center;
  display: block;
}

@media (max-width: 991.98px) {
  .form_mail {
    height: 50px;
    border: solid 1px #8d8d8d;
    border-radius: 10px;
    font-size: 0.8em;
    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;
}

/* -----------------------------------------------
 　文字の大きさ
------------------------------------------------- */
.ttl {
    font-size: 5.33333vw;
    text-align: center;
}

h1, .h1 {
  font-size: 5.33333vw;
}

h2, .h2 {
  font-size: 1.6vmax;
  line-height: 1.5em;
}

h3, .h3 {
  font-size: 1.5vmax;
  line-height: 1.6em;
}

h4, .h4 {
  font-size: 1.1vw;
}

h5, .h5 {
  font-size: 1.8vw;
}

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


@media (max-width: 991.98px) {

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

  h1, .h1 {
    font-size: 2.2vmax;
    line-height: 1.5em;
  }

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

  h3, .h3 {
    font-size: 2.2vmax;
    line-height: 1.5em;
  }

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

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

  h6, .h6 {
    font-size: 2.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;
}

.tokuten {
  width: 70%; 
  border: solid 2px #2e6abf;
  border-radius: 15px;
  margin: 0 auto;
  padding: 10px 20px;    
  background-color: 
}

.tokuten02 {
  width: 70%; 
  margin: 0 auto;
}

.voice{
  width: 70%; 
  margin: 0 auto;
}

.ranking {
    margin: 0 auto 0;
}

.ranking ul {
  color: #2e6abf;
}

.ranking p {
    font-size: 1.1em;
    padding: 5px 20px;
    margin: 10px;
    background-color: #ffdf7b;
    border-radius: 10px;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .tokuten {
      padding: 7px 14px;    
      width: 95%; 
    }
    .tokuten02 {
      width: 95%; 
      text-align: center;
    }
    .voice {
      width: 95%; 
    }
    }

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

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

}

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

/* -----------------------------------------------
	　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%;
}

.pc60-sp100 {
  margin: 0px auto;
  width: 60%;
}

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

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

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

.pc80-sp75 {
  margin: 0px auto;
  width: 80%;
}


@media (max-width: 991.98px) {

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

  .sp-img70 {
    width: 70%;
  }

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

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

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

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

/* -----------------------------------------------
  * ポジション（配置箇所の調整）
------------------------------------------------- */
.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;
  }
}


/* -----------------------------------------------
  * pcとspの表示・非表示
------------------------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-none {
  display: block !important;
}

.sp-none {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 991.98px) {
  .pc-none {
    display: none !important;
  }

  .sp-none {
    display: block !important;
  }
}

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

@media (max-width: 991.98px) {

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