#bg {
  width: 100%;
  height: 900px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../../../assets/images/faq/bg.png);
  background-size: contain;
  background-position: left top;
  background-repeat: repeat;
  z-index: -1;
}

#kv {
  margin: -20px 0 40px 0;
}
@media screen and (max-width: 768px) {
  #kv {
    margin: -20px 0 20px 0;
  }
}

#faq {
  width: min(950px, 100%);
  padding: 0 25px;
  margin: auto;
}

#copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: right;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  #copy {
    margin: 0 0 50px 0;
  }
}
#copy h2 {
  font-size: 30px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.5;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  #copy h2 {
    font-size: 18px;
  }
}
#copy h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  #copy h2 br {
    display: block;
  }
}
#copy p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #copy p {
    font-size: 14px;
  }
}

#dialogue {
  display: grid;
  gap: 40px;
}

#person {
  font-family: "Shippori Mincho", serif;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
#person figure {
  display: flex;
  align-items: end;
  margin: 0 0 20px 0;
}
#person figure img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  #person figure img {
    width: 83px;
  }
}
#person figure figcaption {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  display: flex;
  align-items: end;
  gap: 20px;
}
#person figure figcaption span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #person figure figcaption span {
    font-size: 14px;
  }
}
#person figure figcaption p {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #person figure figcaption p {
    font-size: 22px;
  }
}
#person div {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #person div {
    font-size: 13px;
  }
}
#person div span {
  font-weight: 700;
  margin: 0 0 10px 0;
  display: block;
}
#person div p {
  font-weight: 500;
  line-height: 1.5;
}

.question {
  display: grid;
  grid-template-columns: 9fr 1fr;
  justify-content: end;
  gap: 10px;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  .question {
    grid-template-columns: 7.5fr 2.5fr;
  }
}
.question article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .question article {
    padding: 20px 0 0 0;
  }
}
.question article .comments {
  display: flex;
  justify-content: flex-end;
}
.question article .comments mark {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #ffd900 90%);
}
.question article .comments p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: linear-gradient(90deg, #56caff, #6ca4ff);
}
@media screen and (max-width: 768px) {
  .question article .comments p {
    font-size: 14px;
  }
}
.question figure {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .question figure {
    font-size: 10px;
  }
}

.answer {
  display: grid;
  grid-template-columns: 1fr 9fr;
  gap: 10px;
  padding: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .answer {
    grid-template-columns: 2.5fr 7.5fr;
  }
}
.answer figure {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .answer figure {
    font-size: 10px;
  }
}
.answer article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .answer article {
    padding: 20px 0 0 0;
  }
}
.answer article .comments {
  display: flex;
  justify-content: flex-start;
}
.answer article .comments mark {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffd900 60%);
}
.answer article .comments p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  padding: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .answer article .comments p {
    font-size: 14px;
  }
}

#features {
  width: min(950px, 100%);
  padding: 120px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #features {
    padding: 40px 0 120px 0;
  }
}

#list {
  display: grid;
  gap: 70px;
}

.chapter {
  position: relative;
}

.read_button {
  width: 500px;
  padding: 10px;
  margin: 0 auto 50px auto;
  border: 1px solid #717171;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .read_button {
    width: 320px;
  }
}
.read_button span {
  font-size: 12px;
  color: #0E285E;
  text-align: center;
  margin: 0 0 10px 0;
  display: block;
}
.read_button p {
  font-size: 14px;
  text-align: center;
}

.fadeout {
  animation-name: fadeout;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

#headline {
  width: 430px;
  margin: 0 auto 75px auto;
}
@media screen and (max-width: 768px) {
  #headline {
    width: 100%;
  }
}
#headline p {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
#headline figure {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#headline figure img {
  width: 140px;
}
#headline figure figcaption {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #headline figure figcaption {
    font-size: 20px;
  }
}

.title {
  margin: 0 0 30px 0;
}
.title span {
  font-family: "Arsenal", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  background-color: #0E285E;
  padding: 4px;
  margin: 0 0 15px 0;
  display: inline-block;
}
.title h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  color: #0E285E;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .title h3 {
    font-size: 20px;
  }
}
.title h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .title h3 br {
    display: block;
  }
}

.comment {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .comment {
    font-size: 14px;
  }
}
.comment .image {
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .comment .image {
    width: 100%;
  }
}
.comment .image img {
  border-radius: 10px;
}
.comment .image figure {
  position: relative;
}
.comment .image figure figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.comment .image_2 {
  width: min(800px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .comment .image_2 {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.comment .image_2 figure {
  position: relative;
}
.comment .image_2 figure img {
  border-radius: 10px;
}
.comment .image_2 figure figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.comment .mgn_b70 {
  margin: 0 0 70px 0;
}

.img_list {
  width: min(800px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .img_list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.img_list figure img {
  margin: 0 0 10px 0;
  border-radius: 10px;
}
.img_list figure figcaption {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
}
.img_list figure figcaption strong {
  font-family: "Arsenal", sans-serif;
  font-size: 35px;
  font-weight: 400;
}/*# sourceMappingURL=faq.css.map */