.main_image {
  position: relative;
  height: clamp(300px, 25vw, 480px);
  padding-top: clamp(66px, 5.5vw, 105.6px);
  box-sizing: border-box;
  background: url(/images/faq/faq_key.webp) right top/cover no-repeat;
  background-size: clamp(342px, 28.5vw, 547px);
  overflow: hidden;
}
.main_image .inner {
  padding: 0 0 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .text {
  position: relative;
  z-index: 5;
  padding-top: clamp(180px, 15vw, 288px);
  padding-left: 0;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  padding-left: 40px;
  font-size: clamp(24px, 3vw, 38.4px);
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 75vw;
    padding-top: 16.5vw;
    box-sizing: border-box;
    background: url(/images/faq/faq_key.webp) right top/cover no-repeat;
    background-size: 85.5vw;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 0 0 2.7vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .main_image .text {
    position: relative;
    z-index: 5;
    padding-top: 45vw;
    padding-left: 0;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    padding-left: 18.6vw;
    font-size: 6vw;
    letter-spacing: 0.2em;
    color: #333333;
  }
}

.sec01 {
  margin-bottom: 122px;
}
.sec01 .inner {
  padding: 0;
  position: relative;
}
.sec01 .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
  background: url(/images/faq/sec01_bg_image.webp) center/cover no-repeat;
  width: 11.09vw;
  height: 14.04vw;
}
.sec01 .sec_title {
  padding: 0 20px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(24px, 2vw, 38.4vw);
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 62px;
}
.sec01 .text01 {
  padding: 0 20px;
  font-size: clamp(15px, 1.25vw, 24px);
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 33.6px;
}
.sec01 .faqbox {
  padding: 0 20px;
}
.sec01 .item:not(:last-of-type) {
  margin-bottom: 50px;
}
.sec01 .question {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #4d4d4d;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.sec01 .question .image {
  width: 8.5%;
  min-width: 8.5%;
  height: 8.5%;
  margin-right: 16px;
}
.sec01 .question .image img {
  width: 100%;
}
.sec01 .question .q_title {
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  color: #333333;
}
.sec01 .answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4.25vw;
  box-sizing: border-box;
}
.sec01 .answer .image {
  width: 8.5%;
  min-width: 8.5%;
  height: 8.5%;
  margin-right: 16px;
}
.sec01 .answer .image img {
  width: 100%;
}
.sec01 .answer .a_text {
  padding-top: 5px;
  font-size: clamp(15px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #333333;
}
.sec01 .answer .a_text .t_marker {
  background: linear-gradient(transparent 75%, #EECB00 0%);
  display: inline;
  padding: 0.1vw;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 20.7vw;
  }
  .sec01 .inner {
    padding: 0;
    position: relative;
  }
  .sec01 .inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -6vw;
    right: 4vw;
    background: url(/images/faq/sec01_bg_image.webp) center/cover no-repeat;
    width: 35.5vw;
    height: 49.95vw;
  }
  .sec01 .sec_title {
    padding: 0 3.75vw;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.5vw;
    letter-spacing: 0.03em;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 15.5vw;
  }
  .sec01 .text01 {
    padding: 0 3.75vw;
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 8.4vw;
  }
  .sec01 .faqbox {
    padding: 0 4vw;
  }
  .sec01 .item:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec01 .question {
    display: flex;
    align-items: center;
    border-bottom: 0.125vw solid #4d4d4d;
    margin-bottom: 4.25vw;
    box-sizing: border-box;
  }
  .sec01 .question .image {
    width: 8.5vw;
    min-width: 8.5vw;
    height: 8.5vw;
    margin-right: 4vw;
  }
  .sec01 .question .image img {
    width: 100%;
  }
  .sec01 .question .q_title {
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: justify;
    color: #333333;
  }
  .sec01 .answer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.25vw;
    box-sizing: border-box;
  }
  .sec01 .answer .image {
    width: 8.5vw;
    min-width: 8.5vw;
    height: 8.5vw;
    margin-right: 4vw;
  }
  .sec01 .answer .image img {
    width: 100%;
  }
  .sec01 .answer .a_text {
    padding-top: 1vw;
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    color: #333333;
  }
  .sec01 .answer .a_text .t_marker {
    background: linear-gradient(transparent 75%, #EECB00 0%);
    display: inline;
    padding: 0.4vw;
  }
}/*# sourceMappingURL=faq01.css.map */