@charset "UTF-8";
/***** -- MV -- *****/
.mv-wrap {
  position: relative;
  height: 200px;
  background-color: #fff;
  margin-top: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv-title {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
  font-size: 48px;
  line-height: 0.5;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-family:"Montserrat",sans-serif;
}
.mv-title span{
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanJPs, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, YuGothic, Meiryo, Hiragino Sans, sans-serif;
  }
.mv-inner {
  position: relative;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .mv-wrap {
    height: 180px;
    margin-top: 70px;
  }
  .mv-title {font-size: 36px;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .mv-wrap {
    height: 150px;
    margin-top: 60px;
  }
  .mv-title {font-size: 32px;}
  .mv-title span{font-size: 12px;}
}
@media screen and (max-width: 370px){
  .mv-title span{font-size: 10px;}
}

/* SECTION > よくある質問 */
.qa-wrap {
  background-color: rgba(255, 255, 255, 1);
}
.qa-inner {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.qa-word {margin-top: 80px;}
.qa-word a {text-decoration: underline;}
.qa-word a:hover {text-decoration: none;}
.qa-word_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  padding-left: 40px;
  line-height: 1.5;
}
.qa-word_title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'Q：';
  font-size: 20px;
  font-weight: bold;
}
.qa-word_title::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  z-index: 1;
  background-color: rgba(36, 46, 51, 1);
  content: '';
}
.qa-word > .qa-word_title:nth-child(1) {margin-top: 0;}
.qa-word_text {
  font-size: 15px;
  line-height: 2;
  margin-top: 25px;
}
@media screen and (max-width: 1200px){
  .qa-word {padding: 0 40px;}
}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .qa-inner {padding: 80px 0;}
  .qa-word {margin-top: 70px;}
}
@media screen and (max-width: 640px){
  .qa-word {padding: 0 10px;}
  .qa-word_title {
    font-size: 16px;
    padding-left: 30px;
  }
  .qa-word_title::before {font-size: 16px;}
}
@media screen and (max-width: 480px){
  .qa-inner {padding: 60px 0;}
  .qa-word {margin-top: 50px;}
  .qa-word_title {font-size: 14px;}
  .qa-word_title::before {font-size: 14px;}
  .qa-word_text {font-size: 13px;}
}
@media screen and (max-width: 370px){
  .qa-word_title {font-size: 14px;}
  .qa-word_text {font-size: 12px;}
}