@charset "UTF-8";
/*============================================================
MAIN VISUAL
*/
#main_visual {
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    margin-top: 60px;
  }
}
#main_visual .heading_page {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page {
    padding-left: 10px;
  }
}
#main_visual .heading_page span {
  display: block;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span {
    line-height: 1.2;
  }
}
#main_visual .heading_page span.en {
  color: #13c6bb;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.en {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
#main_visual .heading_page span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.ja {
    font-size: 30px;
  }
}
#main_visual .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1250px;
  height: 500px;
  margin: -20px 0 0 80px;
}
@media only screen and (max-width: 768px) {
  #main_visual .pic {
    width: calc(100% + 20px);
    height: 0;
    margin: 14px 0 0 0;
    padding-bottom: 45%;
  }
}
#main_visual .title_en {
  color: #b2f5f1;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.73;
  text-align: right;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    font-size: 32px;
    margin-top: -12px;
  }
}
#main_visual::before {
  content: "";
  background: #f7f8f4;
  width: 50%;
  height: 500px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #main_visual::before {
    width: 90%;
    height: 80%;
    top: -30px;
  }
}
#main_visual .pic {
  background-image: url(../images/faq/pic_mv_faq01.jpg);
}

/*============================================================
FAQ
*/
#faq {
  padding: 60px 0 120px;
}
@media only screen and (max-width: 768px) {
  #faq {
    padding: 30px 0 60px;
  }
}
#faq .faq_block:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #faq .faq_block:not(:last-child) {
    margin-bottom: 50px;
  }
}
#faq .faq_block .h_faq {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #faq .faq_block .h_faq {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#faq .faq_block .faq_content dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  background: #ebf7fa;
  padding: 32px 45px 28px 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 768px) {
  #faq .faq_block .faq_content dl dt {
    font-size: 16px;
    padding: 20px 30px 18px 42px;
  }
}
#faq .faq_block .faq_content dl dt::before {
  content: "Q.";
  color: #13c6bb;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 15px;
}
@media only screen and (max-width: 768px) {
  #faq .faq_block .faq_content dl dt::before {
    font-size: 26px;
    top: 14px;
    left: 10px;
  }
}
#faq .faq_block .faq_content dl dt::after {
  content: "";
  color: #727272;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  #faq .faq_block .faq_content dl dt::after {
    font-size: 16px;
    right: 10px;
  }
}
#faq .faq_block .faq_content dl dt:hover {
  background: #b2f5f1;
}
#faq .faq_block .faq_content dl dt.is-open {
  background: #b2f5f1;
}
#faq .faq_block .faq_content dl dt.is-open::after {
  content: "";
}
#faq .faq_block .faq_content dl dd {
  background: #f7f8f4;
  padding: 25px 25px 25px 55px;
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  #faq .faq_block .faq_content dl dd {
    padding: 15px 15px 15px 42px;
  }
}
#faq .faq_block .faq_content dl dd::before {
  content: "A.";
  color: #0c9fbf;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 15px;
}
@media only screen and (max-width: 768px) {
  #faq .faq_block .faq_content dl dd::before {
    font-size: 26px;
    top: 12px;
    left: 10px;
  }
}
#faq .faq_block .faq_content dl dd p {
  line-height: 2;
}
#faq .faq_block .faq_content dl dd p:not(:first-of-type) {
  margin: 10px 0 0;
}
#faq .faq_block .faq_content dl dd a {
  color: #13c6bb;
  text-decoration: underline;
}
#faq .faq_block .faq_content dl dd a:hover {
  text-decoration: none;
}
#faq .faq_block .faq_content dl:not(:last-child) {
  margin-bottom: 10px;
}
