@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*naga add*/
/* 下からフェードイン(初期値) */
.js-fadeUp, .js-fadeUpSlow {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* 下からフェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0s;
  /*開始を遅らせる */
}

.js-fadeUpSlow.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: .5s;
  /* 開始を遅らせる */
}

/* 左からフェードイン(初期値) */
.js-fadeIn, .js-fadeInSlow {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(-100px);
  /* 左に100pxの位置から */
  transition: opacity .8s, transform .8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* 左からフェードイン(スクロールした後) */
.js-fadeIn.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateX(0);
  /* 100px右に移動する */
  transition-delay: 0s;
  /* 開始を遅らせる */
}

.js-fadeInSlow.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateX(0);
  /* 100px右に移動する */
  transition-delay: .5s;
  /* 開始を遅らせる */
}

/* 用紙サイズの指定（A4） */
@page {
  margin: 8mm;
  size: 210mm 297mm;
  /* A4縦 */
}
@media print {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact;
    /* 印刷時でも背景色や背景画像を表示 */
    width: 1400px;
    /* 印刷時の全ページ幅を統一 */
    zoom: 0.8;
    /* なるべく多くのブラウザで切れないようにするため */
    /*no animation*/
  }
  body header {
    position: absolute !important;
    max-width: 1400px;
    width: 1400px !important;
  }
  body .header--flex {
    width: 1400px !important;
  }
  body .btnBox {
    display: none;
  }
  body #btn_pagetop {
    display: none;
  }
  body .js-fadeUp,
  body .js-fadeIn {
    opacity: 1;
  }
  body .js-fadeIn {
    transform: translateX(0);
  }
  body .js-fadeUp {
    transform: translateY(0);
  }
  body .js-fadeUp.is-view,
  body .js-fadeIn.is-view {
    animation-name: none;
  }
}
.tmv {
  width: 100%;
  height: auto;
  margin: 199px 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.tmv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/news/tmv.jpg");
  /*のちのち透明度をつけるので疑似要素で使用*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right 30%;
  z-index: -1;
}
@media screen and (min-width: 1441px) {
  .tmv:before {
    background-position: top center;
  }
}
@media screen and (max-width: 767px) {
  .tmv:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: alpha(opacity=30);
  }
}
@media screen and (max-width: 899px) {
  .tmv {
    margin-top: 90px;
  }
}
.tmv__inner {
  display: flex;
  height: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
  margin: 0 auto;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 1279px) {
  .tmv__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 899px) {
  .tmv__inner {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .tmv__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tmv__hl {
  display: inline-block;
  font: 600 36px/1.5 "Klee One", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #3674b5;
  text-shadow: 2px 2px 4px #fff, 0px 0px 10px #fff;
}
@media screen and (max-width: 479px) {
  .tmv__hl {
    font-size: 28px;
  }
}

.ctnr__inner {
  margin: 0 auto;
  max-width: 900px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 55px;
}
@media screen and (max-width: 767px) {
  .ctnr__inner {
    padding: 0 15px 55px;
  }
}
.ctnr__hl {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  font: 600 36px/1.5 "Klee One", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #1d1d1d;
  position: relative;
}
@media screen and (max-width: 479px) {
  .ctnr__hl {
    font-size: 28px;
  }
}
.ctnr__hl:before {
  content: "";
  width: 60px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3674b5;
  border-radius: 3px;
}
@media screen and (max-width: 479px) {
  .ctnr__hl:before {
    width: 30px;
    height: 3px;
  }
}
.ctnr__wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ctnr__wrap .list {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ctnr__wrap .list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ctnr__wrap .item .question,
.ctnr__wrap .item .answer {
  display: flex;
  align-items: center;
  column-gap: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .ctnr__wrap .item .question,
  .ctnr__wrap .item .answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 479px) {
  .ctnr__wrap .item .question,
  .ctnr__wrap .item .answer {
    column-gap: 10px;
  }
}
.ctnr__wrap .item .question .faq-icon,
.ctnr__wrap .item .answer .faq-icon {
  display: block;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 479px) {
  .ctnr__wrap .item .question .faq-icon,
  .ctnr__wrap .item .answer .faq-icon {
    width: 40px;
  }
}
.ctnr__wrap .item .question {
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ecf2fc;
}
.ctnr__wrap .item .question > p {
  font: 500 20px/1.5 "Zen Old Mincho", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #1d1d1d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .ctnr__wrap .item .question > p {
    font-size: 18px;
  }
}
.ctnr__wrap .item .answer {
  padding-top: 25px;
  padding-bottom: 80px;
  background-color: #fff;
}
.ctnr__wrap .item .answer .system-free {
  font: 500 18px/1.5 "Zen Old Mincho", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #1d1d1d;
}
@media screen and (max-width: 479px) {
  .ctnr__wrap .item .answer .system-free {
    font-size: 16px;
  }
}

/*
.ctnr.mid{
  margin-top: 140px;
  
  .flex{
    @include borderBox;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    
    @include sp {
      flex-direction: column;
    };
    
    .lt,.rt{
      @include size(100%, auto);
      @include borderBox;
      max-width: 320px;
      min-height: 180px;
      border-radius: 10px;
      box-shadow: 0 0 6.4px 1.6px rgba(191, 191, 191, 0.28);
      border: solid 1px #d1f8ef;
      text-align: center;
    
      
      &--top{
        @include borderBox;
        padding: 20px;
        background-color: $color02;
        font: 600 20px/1.2 $fontDefault;
        color: #fff;
        border-radius: 10px 10px 0 0;
      }
      &--btm{
        @include borderBox;
        padding: 20px;
        background-color: #fff;
        font: 600 20px/1.6 $fontDefault;
        color: $color01;
        border-radius: 0 0 10px 10px;
        
        @include tab {
          padding: 20px 10px;
        };
        
        @media screen and (max-width: 329px) {
          font-size: 18px;
        }
        
        em{
          font-style: normal;
          font-size: 1.5em;
        }
      }
    }
  } 
}
.ctnr.btm{
  margin-top: 120px;
  
  .ctnr__bgcolor{
    width: 100%;
    @include borderBox;
    margin: 0 auto;
    background-image: linear-gradient(to top, #e7f1f8, #f6fbfe, #f4f8ff);
    padding: 60px 20px 200px;
    text-align: center;
    
    @include tab {
      padding: 60px 15px 200px;
    };
    @include sp {
      padding-top: 40px;
    };
  }
  
  iframe{
    margin: 0 auto;
    max-width: 900px;
    
    @include sp {
      height: 400px;
    };
  }
}*/
