.mainimagebox {
  max-width: 1440px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 17vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 250px;
  box-sizing: border-box;
  background: url(/images/faq/faq_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1440px;
  aspect-ratio: 1440/550;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  margin: 0 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 100px;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 47px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 12px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 150px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: auto;
    padding-top: 40vw;
    box-sizing: border-box;
    background-position: center top;
    overflow: hidden;
    aspect-ratio: 375/300;
  }
  .main_image .inner {
    padding: 0 5vw;
  }
  .main_image .text {
    text-align: center;
    padding-left: 0;
    font-size: 5.8vw;
  }
}

.m_wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .m_wrapper {
    width: 100%;
    max-width: initial;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .m_wrapper {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lead_sec .sec_title {
    font-size: 5vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .sec_body {
  padding: 0 55px;
}
.sec01 .faq {
  margin-bottom: 50px;
  border-bottom: 1.15px solid #A48535;
}
.sec01 .faq .qbox, .sec01 .faq .abox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
  padding: 0 100px 50px 90px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.sec01 .faq .qbox .q_left, .sec01 .faq .qbox .a_left, .sec01 .faq .abox .q_left, .sec01 .faq .abox .a_left {
  font-size: 40px;
  line-height: 1;
  color: #2F8969;
  font-family: serif;
  font-weight: bold;
}
.sec01 .faq .qbox .q_left, .sec01 .faq .abox .q_left {
  color: #A48535;
}
.sec01 .faq .qbox .q_text, .sec01 .faq .abox .q_text {
  font-size: 28px;
  font-family: serif;
  color: #333;
  font-weight: bold;
}
.sec01 .faq .qbox .a_text, .sec01 .faq .abox .a_text {
  flex: 1;
}
.sec01 .faq .qbox .a_text a, .sec01 .faq .abox .a_text a {
  color: #2F8969;
  font-weight: bold;
}
.sec01 .faq .abox {
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec01 .faq .abox .flex {
  flex: 0 0 100%;
  padding-left: 60px;
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.sec01 .faq .abox .flex .box img {
  width: 100%;
  height: auto;
  display: block;
}
.sec01 .faq:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_body {
    padding: 0;
  }
  .sec01 .faq {
    padding-bottom: 10vw;
    margin-bottom: 10vw;
  }
  .sec01 .faq .qbox, .sec01 .faq .abox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sec01 .faq .qbox .q_left, .sec01 .faq .qbox .a_left, .sec01 .faq .abox .q_left, .sec01 .faq .abox .a_left {
    font-size: 8vw;
    font-weight: bold;
    line-height: 1;
    flex-shrink: 0;
  }
  .sec01 .faq .qbox .q_left, .sec01 .faq .abox .q_left {
    color: #D3CEA8;
  }
  .sec01 .faq .qbox .q_text, .sec01 .faq .qbox .a_text, .sec01 .faq .abox .q_text, .sec01 .faq .abox .a_text {
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec01 .faq .qbox .q_text, .sec01 .faq .abox .q_text {
    font-size: 5vw;
    font-feature-settings: "palt";
  }
  .sec01 .faq .qbox {
    margin-bottom: 0;
    padding-bottom: 3vw;
  }
  .sec01 .faq .abox {
    align-items: flex-start;
    padding-top: 3vw;
  }
  .sec01 .faq .abox .flex {
    flex: initial;
    flex-wrap: wrap;
    padding-left: 10vw;
    margin-top: 10vw;
    display: flex;
    gap: 5vw;
    width: 70%;
    margin: 10vw auto;
  }
}/*# sourceMappingURL=faq.css.map */