.faq_item_q, .faq_item_a_context {
  font-family: "BIZ UDPGothic", sans-serif;
}

.faq_item_a_context {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .faq_item_a_context {
    font-size: 1.7rem;
  }
}

.faq_item_q, .faq_item_a_context::before {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .faq_item_q, .faq_item_a_context::before {
    font-size: 1.8rem;
  }
}

.faq_item_q::before {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .faq_item_q::before {
    font-size: 2rem;
  }
}

.p_faq {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .p_faq {
    padding-bottom: 100px;
  }
}
.p_faq_bc {
  background-color: rgba(94, 183, 232, 0.15);
}
.p_faq .lr_goals_mv_txt {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .p_faq .lr_goals_mv_txt {
    margin-top: 96px;
  }
}

.faq {
  margin-top: 31px;
  padding-bottom: 50px;
  counter-reset: faq_block;
}
@media only screen and (min-width: 768px) {
  .faq {
    padding-bottom: 90px;
  }
}
.faq_block {
  counter-increment: faq_block;
}
@media only screen and (min-width: 768px) {
  .faq_block {
    max-width: 874px;
    margin-left: auto;
    margin-right: auto;
  }
}
.faq_block + .faq_block {
  margin-top: 34px;
}
.faq_block_title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7619047619;
  color: #002c34;
  display: flex;
  gap: 5px;
  align-items: flex-start;
  padding-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .faq_block_title {
    font-size: 2.1rem;
  }
}
.faq_block_title::before {
  content: counter(faq_block) ".";
  flex-shrink: 0;
}
.faq_block_sub_title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7619047619;
  color: #002c34;
  margin-top: 38px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .faq_block_sub_title {
    font-size: 2.1rem;
  }
}
.faq_lists {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 23px;
}
@media only screen and (min-width: 768px) {
  .faq_lists {
    gap: 30px;
  }
}
.faq_item {
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .faq_item {
    border-radius: 26px;
  }
}
.faq_item.open {
  padding-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .faq_item.open:has(.lr_goals_more) {
    padding-bottom: 37px;
  }
}
.faq_item.open .faq_item_q {
  padding-bottom: 16px;
}
.faq_item.open .faq_item_q .icon::after {
  opacity: 0;
}
.faq_item.open .faq_item_a::before {
  animation: faq_a_topline 150ms linear 300ms 1 both;
}
.faq_item_q {
  font-weight: 700;
  color: #5e8ee8;
  letter-spacing: 0.02em;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
  padding: 20px 40px 20px 16px;
}
@media only screen and (min-width: 768px) {
  .faq_item_q {
    padding: 23px 100px 21px 33px;
    cursor: pointer;
    transition: 300ms ease;
  }
  .faq_item_q:hover {
    opacity: 0.6;
  }
}
.faq_item_q::before {
  content: "Q.";
  position: relative;
  top: -0.1em;
}
.faq_item_q .icon {
  width: 16px;
  height: 3px;
  background-color: #5e8ee8;
  position: absolute;
  top: 49%;
  right: 10px;
  translate: 0 -50%;
}
@media only screen and (min-width: 768px) {
  .faq_item_q .icon {
    width: 24.33px;
    height: 3px;
    right: 48px;
  }
}
.faq_item_q .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  rotate: 90deg;
  transition: 300ms ease;
}
.faq_item_a {
  position: relative;
  padding: 14px 16px 0;
}
@media only screen and (min-width: 768px) {
  .faq_item_a {
    padding: 14px 68px 0 35px;
  }
}
.faq_item_a::before {
  content: "";
  width: 100%;
  max-width: 816px;
  height: 1px;
  background-color: #b2b2b2;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  transition: none;
}
.faq_item_a_context {
  line-height: 1.5882352941;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  position: relative;
  padding-left: 32px;
}
.faq_item_a_context::before {
  content: "A.";
  font-weight: 700;
  flex-shrink: 0;
  position: absolute;
  top: -0.05em;
  left: 0px;
}
.faq_item_a_context[data-lett="23"] {
  letter-spacing: 0.023em;
}
.faq_item_a .lr_goals_more {
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  .faq_item_a .lr_goals_more {
    padding-left: 33px;
  }
}
.faq_item_a .lr_goals_more_link {
  filter: none;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .faq_item_a .lr_goals_more_link {
    min-width: 520px;
  }
}
@media only screen and (min-width: 768px) {
  .faq_item_a .lr_goals_more_link_arrow {
    right: 25px;
  }
}
.faq_item_a .lists {
  counter-reset: line_counter;
  padding-left: 12px;
}
.faq_item_a .lists > li {
  counter-increment: line_counter;
  display: flex;
}
.faq_item_a .lists > li::before {
  content: counter(line_counter) ".";
}

@keyframes faq_a_topline {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .mv_child_cover {
    min-width: 1440px;
  }
}
@media only screen and (min-width: 768px) {
  .mv_child_cover img {
    width: 136%;
    object-position: -8px 39.5%;
  }
}

.lr_goals {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .lr_goals {
    margin-top: 10px;
  }
}
.lr_goals_txt {
  color: #464646;
}
