@charset "UTF-8";
/*********************************************************
  * よくあるご質問
**********************************************************/
/* faq-intro
---------------------------------------------------------*/
.faq-intro {
  padding: 96px 0 80px;
}
@media screen and (max-width: 750px) {
  .faq-intro {
    padding: 20px 0 40px;
    margin-top: 120px;
    background: #edfaeb;
  }
}
.faq-intro-wrap {
  position: relative;
  background: #edfaeb;
  padding: 40px;
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap {
    padding: 0;
  }
}
.faq-intro-wrap__inner {
  display: flex;
  justify-content: space-between;
  background: #FFF;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.05);
}
.faq-intro-wrap__inner .pc, .faq-intro-wrap__inner .sp {
  width: 100%;
}
.faq-intro-wrap__inner .pc {
  display: flex;
}
.faq-intro-wrap__list {
  width: 300px;
  background: #3b3b3b;
}
@media screen and (max-width: 959px) {
  .faq-intro-wrap__list {
    width: 210px;
  }
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap__list {
    width: 100%;
  }
}
.faq-intro-wrap__list li {
  background: #3b3b3b;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 1px solid #FFF;
  padding: 21.5px 0;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .faq-intro-wrap__list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap__list li {
    font-size: 16px;
    background: transparent;
    text-align: left;
    padding: 0;
  }
}
.faq-intro-wrap__list li:last-child {
  border-bottom: none;
}
.faq-intro-wrap__list li.is-active {
  position: relative;
  background: linear-gradient(to right, #04b238, #6cde22);
}
.faq-intro-wrap__list li.is-active::after {
  position: absolute;
  top: 40%;
  right: -18px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 18px;
  border-color: transparent transparent transparent #6edf22;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap__list li.is-active::after {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap__list .accord > a {
    position: relative;
    display: block;
    background: #3b3b3b;
    padding: 9px 20px;
  }
  .faq-intro-wrap__list .accord > a.active {
    background: linear-gradient(to right, #04b238, #6cde22);
  }
  .faq-intro-wrap__list .accord > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    content: " ";
    width: 11px;
    height: 14px;
    background: url("../img/common/arrows-icon-vertical.png") no-repeat;
    background-size: 100%;
    margin: auto;
  }
}
.faq-intro-wrap__cont {
  width: calc(100% - 300px);
  background: #FFF;
  padding: 30px 240px 40px 60px;
}
@media (max-width: 1549px) {
  .faq-intro-wrap__cont {
    padding-right: 16%;
  }
}
@media screen and (max-width: 959px) {
  .faq-intro-wrap__cont {
    width: calc(100% - 210px);
    padding: 40px 100px 40px 30px;
  }
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap__cont {
    display: none;
    width: 100%;
    padding: 19px 20px;
  }
  .faq-intro-wrap__cont.active {
    display: block;
  }
}
.faq-intro-wrap__cont .cont-list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .faq-intro-wrap__cont .cont-list li {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap__cont .cont-list li {
    background: transparent;
    color: #222;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    padding: 0 0 0 16px;
  }
}
.faq-intro-wrap__cont .cont-list li::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #36b02b;
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap__cont .cont-list li::before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.faq-intro-wrap__cont .cont-list li a {
  position: relative;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 7px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap__cont .cont-list li a {
    text-underline-offset: 2px;
  }
}
.faq-intro-wrap__cont .cont-list li a:hover {
  color: #36b02b;
}
.faq-intro-wrap__cont .cont-list li:last-child {
  margin-bottom: 0;
}
.faq-intro-wrap__img {
  position: absolute;
  bottom: -104px;
  right: -71px;
  width: 334px;
}
@media (max-width: 1549px) {
  .faq-intro-wrap__img {
    right: -100px;
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .faq-intro-wrap__img {
    width: 22%;
    bottom: -30px;
    right: -10px;
  }
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap__img {
    top: -114px;
    right: 20px;
    bottom: unset;
    width: 142px;
  }
}
.faq-intro-wrap::before {
  position: absolute;
  top: -135px;
  right: 0;
  left: -25px;
  content: "FAQ";
  font: 140px "Inter", sans-serif;
  color: #edfaeb;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .faq-intro-wrap::before {
    top: -86px;
    left: -7px;
    font-size: 70px;
    right: unset;
  }
}

/* faq-qa
---------------------------------------------------------*/
.faq-qa {
  background: #f5f5f5;
  padding: 92px 0 100px;
}
@media screen and (max-width: 750px) {
  .faq-qa {
    padding: 40px 0;
  }
}
.faq-qa-cont.c-inner {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .faq-qa-cont.c-inner {
    margin-bottom: 60px;
  }
}
.faq-qa-cont:last-child.c-inner {
  margin-bottom: 0;
}
.faq-qa-cont .c-subttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .faq-qa-cont .c-subttl {
    margin-bottom: 30px;
  }
  .faq-qa-cont .c-subttl .txt {
    font-size: 19px;
  }
}
.faq-qa-item {
  background: #FFF;
  box-shadow: 6px 6px 12px 3px rgba(0, 0, 0, 0.05);
  padding: 33px 41px 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .faq-qa-item {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}
.faq-qa-item:last-child {
  margin-bottom: 0;
}
.faq-qa-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .faq-qa-item__q {
    margin-bottom: 13px;
  }
}
.faq-qa-item__q img {
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 959px) {
  .faq-qa-item__q img {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 750px) {
  .faq-qa-item__q img {
    width: 34px;
    height: 34px;
  }
}
.faq-qa-item__q .q-txt {
  width: calc(100% - 67px - 15px);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .faq-qa-item__q .q-txt {
    width: calc(100% - 47px - 10px);
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .faq-qa-item__q .q-txt {
    width: calc(100% - 34px - 6px);
    font-size: 18px;
  }
}
.faq-qa-item__a {
  position: relative;
  background: #edfaeb;
  padding: 22px 42px;
}
@media screen and (max-width: 959px) {
  .faq-qa-item__a {
    padding: 22px;
  }
}
@media screen and (max-width: 750px) {
  .faq-qa-item__a {
    padding: 12px 15px;
  }
}
.faq-qa-item__a .a-ttl {
  font-size: 20px;
  color: #36b02b;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 959px) {
  .faq-qa-item__a .a-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .faq-qa-item__a .a-ttl {
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .faq-qa-item__a .a-ttl .a-txt {
    line-height: 1.5;
  }
}
.faq-qa-item__a .a-txt a {
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: 0.2s;
}
.faq-qa-item__a .a-txt a:hover {
  color: #36b02b;
}
.faq-qa-item__a::before {
  position: absolute;
  top: -25px;
  left: 56px;
  content: " ";
  width: 36px;
  height: 25px;
  background: url("../img/faq/faq_a.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .faq-qa-item__a::before {
    top: -13px;
    left: 30px;
    width: 20px;
    height: 16px;
  }
}
