/* Sass Document */
#main_title_area {
  background: url(../img/faq/bg_main_title_area.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 840px) {
  #main_title_area {
    background: url(../img/faq/bg_main_title_area_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

#page_nav {
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 1400px) {
  #page_nav {
    padding: 5.7142857143vw 0 4.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav {
    padding: 8.9743589744vw 0 8.9743589744vw;
  }
}
#page_nav .wrap {
  max-width: 104.7rem;
}
@media screen and (max-width: 840px) {
  #page_nav .wrap {
    width: 89.7435897436vw;
  }
}
#page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 1400px) {
  #page_nav ul {
    gap: 0.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul {
    gap: 1.5384615385vw;
  }
}
#page_nav ul li {
  width: 34rem;
}
@media screen and (max-width: 1400px) {
  #page_nav ul li {
    width: 24.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul li {
    width: calc((100% - 1.5384615385vw) / 2);
  }
}
#page_nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6.5rem;
  padding: 0 4rem;
  font-size: 1.7rem;
  color: #09417E;
  font-weight: 700;
  text-align: center;
  line-height: 1.29411;
  background: #fff;
  border: 0.1rem solid #09417E;
  border-radius: 10rem;
}
@media screen and (max-width: 1400px) {
  #page_nav ul li a {
    height: 4.6428571429vw;
    padding: 0 2.8571428571vw;
    font-size: 1.2142857143vw;
    border-radius: 7.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul li a {
    height: 12.8205128205vw;
    padding: 0 7.1794871795vw;
    padding: 0 5.641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 15.3846153846vw;
  }
}
#page_nav ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  display: inline-block;
  width: 1.2rem;
  height: 0.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  #page_nav ul li a .arrow {
    right: 1.7857142857vw;
    width: 0.8571428571vw;
    height: 0.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul li a .arrow {
    right: 3.0769230769vw;
    width: 2.0512820513vw;
    height: 1.0256410256vw;
  }
}
#page_nav ul li a .arrow::before,
#page_nav ul li a .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.075rem);
  width: 0.15rem;
  height: 0.84rem;
  border-radius: 9999px;
  background-color: #09417e;
  -webkit-transform-origin: 50% calc(100% - 0.075rem);
          transform-origin: 50% calc(100% - 0.075rem);
}
@media screen and (max-width: 1400px) {
  #page_nav ul li a .arrow::before,
  #page_nav ul li a .arrow::after {
    left: calc(50% - 0.0535714286vw);
    width: 0.1071428571vw;
    height: 0.6vw;
    -webkit-transform-origin: 50% calc(100% - 0.0535714286vw);
            transform-origin: 50% calc(100% - 0.0535714286vw);
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul li a .arrow::before,
  #page_nav ul li a .arrow::after {
    left: calc(50% - 0.1923076923vw);
    width: 0.3846153846vw;
    height: 1.4358974359vw;
    -webkit-transform-origin: 50% calc(100% - 0.1923076923vw);
            transform-origin: 50% calc(100% - 0.1923076923vw);
  }
}
#page_nav ul li a .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page_nav ul li a .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#page_nav ul li a:hover {
  color: #fff;
  background: #09417e;
  opacity: 1;
}
#page_nav ul li a:hover .arrow::before,
#page_nav ul li a:hover .arrow::after {
  background-color: #fff;
}

#faq_content {
  padding: 0 0 14rem;
}
@media screen and (max-width: 1400px) {
  #faq_content {
    padding: 0 0 10vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content {
    padding: 2.5641025641vw 0 15.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .wrap {
    width: 89.7435897436vw;
  }
}
#faq_content .faq_content_in {
  padding-top: 6rem;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in {
    padding-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in {
    padding-top: 12.8205128205vw;
  }
}
#faq_content .faq_content_in + .faq_content_in {
  margin-top: 6rem;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in + .faq_content_in {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in + .faq_content_in {
    margin-top: 0;
  }
}
#faq_content .faq_content_in .title02 {
  padding-bottom: 2.5rem;
  margin-bottom: 4rem;
  font-size: 3rem;
  color: #09417E;
  font-weight: 700;
  line-height: 1;
  border-bottom: 0.3rem solid #09417E;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in .title02 {
    padding-bottom: 1.7857142857vw;
    margin-bottom: 2.8571428571vw;
    font-size: 2.1428571429vw;
    border-bottom: 0.2142857143vw solid #09417E;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in .title02 {
    padding: 0 1.2820512821vw 3.3333333333vw;
    margin-bottom: 5.1282051282vw;
    font-size: 5.3846153846vw;
    border-bottom: 0.7692307692vw solid #09417E;
  }
}
#faq_content .faq_content_in .in {
  padding: 3.5rem 4rem;
  background: #F5F7FA;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in .in {
    padding: 2.5vw 2.8571428571vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in .in {
    width: 87.1794871795vw;
    padding: 5.1282051282vw 4.358974359vw;
    margin: auto;
    border-radius: 1.2820512821vw;
  }
}
#faq_content .faq_content_in .in + .in {
  margin-top: 1.7rem;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in .in + .in {
    margin-top: 1.2142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in .in + .in {
    margin-top: 2.5641025641vw;
  }
}
#faq_content .faq_content_in .in dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
  padding: 0 0 0 4.7rem;
  font-size: 2.2rem;
  color: #09417E;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in .in dt {
    padding: 0 0 0 3.3571428571vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in .in dt {
    padding: 0 0 0 7.9487179487vw;
    font-size: 4.358974359vw;
  }
}
#faq_content .faq_content_in .in dt .en {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.6rem;
  color: #09417E;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in .in dt .en {
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in .in dt .en {
    font-size: 4.8717948718vw;
  }
}
#faq_content .faq_content_in .in dt .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.7rem;
  height: 1.7rem;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in .in dt .plus {
    width: 1.2142857143vw;
    height: 1.2142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in .in dt .plus {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
#faq_content .faq_content_in .in dt .plus:before, #faq_content .faq_content_in .in dt .plus:after {
  content: "";
  position: absolute;
  display: block;
  width: 1.7rem;
  height: 0.3rem;
  background: #09417E;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in .in dt .plus:before, #faq_content .faq_content_in .in dt .plus:after {
    width: 1.2142857143vw;
    height: 0.2142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in .in dt .plus:before, #faq_content .faq_content_in .in dt .plus:after {
    width: 3.0769230769vw;
    height: 0.5128205128vw;
  }
}
#faq_content .faq_content_in .in dt .plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#faq_content .faq_content_in .in dt.on .plus:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#faq_content .faq_content_in .in dd {
  display: none;
  position: relative;
  padding-left: 4.7rem;
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in .in dd {
    padding-left: 3.3571428571vw;
    margin-top: 2.1428571429vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in .in dd {
    padding-left: 7.9487179487vw;
    margin-top: 3.8461538462vw;
    font-size: 3.8461538462vw;
    line-height: 1.6;
  }
}
#faq_content .faq_content_in .in dd .en {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.6rem;
  color: #09417E;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #faq_content .faq_content_in .in dd .en {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #faq_content .faq_content_in .in dd .en {
    font-size: 4.8717948718vw;
  }
}