@charset "UTF-8";
/*****************************************
faqページ
*****************************************/
.faq_ttl {
  padding: 40px 20px;
  text-align: center;
}

.faq_ttl .ttl {
  font-size: 28px;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1.4;
}

.faq_ttl .ttl span {
  color: #CC0000;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-right: 20px;
  font-size: 20px;
}

@media (max-width: 599px) {
  .faq_ttl {
    text-align: left;
  }
  .faq_ttl .ttl {
    font-size: 25px;
  }
  .faq_ttl .ttl span {
    display: block;
    margin-right: 0px;
    font-size: 16px;
  }
}

.faq_index_sec {
  padding: 40px 0 90px;
  background-color: #f0f0f0;
}

.faq_index_sec .container {
  max-width: 890px;
  padding: 0 20px;
}

.faq_index_sec .faq_toplist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.faq_index_sec .faq_toplist .txt {
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
}

.faq_index_sec .faq_toplist .txt a {
  color: #333;
  padding-right: 20px;
  position: relative;
}

.faq_index_sec .faq_toplist .txt a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 47%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #CC0000;
  border-right: 2px solid #CC0000;
  transform: translateY(-50%) rotate(135deg);
}

.faq_index_sec .faq_h2ttl {
  font-size: 25px;
  letter-spacing: 0.16em;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.faq_index_sec .faq_h2ttl::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #cc0000;
  width: 200%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.faq_index_sec .faqbox {
  margin-bottom: 80px;
  margin-top: -120px;
  padding-top: 120px;
}

.faq_index_sec .faqbox .ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.3;
  color: #CC0000;
  margin-bottom: 30px;
}

.faq_index_sec .faqbox .ttl.line {
  position: relative;
}

.faq_index_sec .faqbox .ttl.line::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #CC0000;
  width: 30px;
  height: 4px;
  top: -15px;
  left: 0;
}

.faq_index_sec .faqbox .item {
  margin-bottom: 40px;
}

.faq_index_sec .faqbox .item .question {
  font-size: 16px;
  padding: 12px 50px;
  background-color: #dcdcdc;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.625;
  position: relative;
  cursor: pointer;
}

.faq_index_sec .faqbox .item .question p {
  line-height: 1.625;
}

.faq_index_sec .faqbox .item .question::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/faq/faq_index_plus.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq_index_sec .faqbox .item .question.open::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/faq/faq_index_minus.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq_index_sec .faqbox .item .answer {
  font-size: 16px;
  padding: 20px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.625;
  display: none;
}

.faq_index_sec .faqbox .item .answer p {
  line-height: 1.625;
}

.faq_index_sec .faqbox .item:nth-of-type(1) .question::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/faq/faq_index01.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  top: -5px;
  left: 5px;
}

.faq_index_sec .faqbox .item:nth-of-type(2) .question::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/faq/faq_index02.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 20px;
  top: -5px;
  left: 5px;
}

.faq_index_sec .faqbox .item:nth-of-type(3) .question::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/faq/faq_index03.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 20px;
  top: -5px;
  left: 5px;
}

.faq_index_sec .faqbox .item:nth-of-type(4) .question::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/faq/faq_index04.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 20px;
  top: -5px;
  left: 5px;
}

.faq_index_sec .faq_contactbox {
  max-width: 890px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 0px;
}

.faq_index_sec .faq_contactbox .itembox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.faq_index_sec .faq_contactbox .itembox .left {
  width: 38.824%;
}

.faq_index_sec .faq_contactbox .itembox .left .ttl {
  font-size: 25px;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.faq_index_sec .faq_contactbox .itembox .left .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 15px;
}

.faq_index_sec .faq_contactbox .itembox .left .recruit {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 5px;
}

.faq_index_sec .faq_contactbox .itembox .left .tel {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
}

.faq_index_sec .faq_contactbox .itembox .left .tel .tellink {
  color: #333;
  pointer-events: none;
}

.faq_index_sec .faq_contactbox .itembox .right {
  width: 57.648%;
}

.faq_index_sec .btn {
  max-width: 400px;
  margin: auto;
}

.faq_index_sec .btn a {
  display: block;
  text-align: center;
  color: #CC0000;
  font-size: 23px;
  font-weight: 700;
  border: 1px solid #CC0000;
  letter-spacing: 0.08em;
  padding: 17.5px 0;
  transition: all .3s;
}

.faq_index_sec .btn a span {
  position: relative;
  padding-right: 15px;
}

.faq_index_sec .btn a span::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 53%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #CC0000;
  border-right: 3px solid #CC0000;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s;
}

.faq_index_sec .btn a:hover {
  opacity: 0.8;
}

.faq_index_sec .btn a:hover span::after {
  right: -5px;
}

@media (max-width: 799px) {
  .faq_index_sec .faq_toplist .txt {
    font-size: 16px;
  }
  .faq_index_sec .faq_toplist .txt::after {
    top: 32%;
  }
  .faq_index_sec .faqbox {
    margin-bottom: 50px;
    margin-top: -80px;
    padding-top: 80px;
  }
  .faq_index_sec .faq_contactbox .left .tel {
    font-size: 20px;
  }
  .faq_index_sec .faq_contactbox .left .tel .tellink {
    pointer-events: auto;
  }
}

@media screen and (max-width: 650px) {
  .faq_index_sec .faq_toplist .txt {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  .faq_index_sec {
    padding: 30px 0 0px;
  }
  .faq_index_sec .container {
    padding: 0;
  }
  .faq_index_sec .faq_toplist {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .faq_index_sec .faq_toplist .txt {
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .faq_index_sec .faq_toplist .txt::after {
    top: 36%;
  }
  .faq_index_sec .faqbox .ttl {
    text-align: center;
  }
  .faq_index_sec .faqbox .ttl.line {
    position: relative;
  }
  .faq_index_sec .faqbox .ttl.line::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .faq_index_sec .faqbox .item .question {
    padding: 20px 20px;
    padding-right: 60px;
  }
  .faq_index_sec .faqbox .item .answer {
    padding: 20px 10px;
  }
  .faq_index_sec .faqbox .item:nth-of-type(1) .question::before {
    top: -10px;
    left: 10px;
  }
  .faq_index_sec .faqbox .item:nth-of-type(2) .question::before {
    top: -10px;
    left: 10px;
  }
  .faq_index_sec .faqbox .item:nth-of-type(3) .question::before {
    top: -10px;
    left: 10px;
  }
  .faq_index_sec .faqbox .item:nth-of-type(4) .question::before {
    top: -10px;
    left: 10px;
  }
  .faq_index_sec .faq_contactbox {
    max-width: 850px;
    padding: 0;
    margin: auto;
    background-color: #fff;
    margin-bottom: 0px;
  }
  .faq_index_sec .faq_contactbox .itembox {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .faq_index_sec .faq_contactbox .itembox .left {
    width: 100%;
    padding: 0 40px;
  }
  .faq_index_sec .faq_contactbox .itembox .left .tel {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  .faq_index_sec .faq_contactbox .itembox .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .faq_index_sec .btn {
    max-width: 300px;
    margin: auto;
  }
  .faq_index_sec .btn a {
    font-size: 16px;
    padding: 12.5px 0;
  }
  .faq_index_sec .btn a span::after {
    right: -5px;
  }
  .faq_index_sec .btn a:hover span::after {
    right: -10px;
  }
}
/*# sourceMappingURL=faq.css.map */