@charset "UTF-8";
/*
course_detail
- HEADER
- ANCHOR
- READ
- POINT
- RECOMMEND
- COURSE LIST
- RELASHINSHIP
*/
.p-faq_detail {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-faq_detail {
    padding-top: 0px;
  }
}
.p-faq_detail .__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq_detail .__sp {
    display: inherit;
  }
}
.p-faq_detail .__pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .p-faq_detail .__pc {
    display: none;
  }
}
.p-faq_detail a {
  text-decoration: none;
  color: #000;
}
.p-faq_detail p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-faq_detail p {
    font-size: 13px;
  }
}
.p-faq_detail h2.p-faq_detail_h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5em;
  display: flex;
  align-items: baseline;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .p-faq_detail h2.p-faq_detail_h2 {
    font-size: 20px;
    justify-content: center;
    text-align: left;
    flex-flow: column;
    gap: 0.5em;
  }
}
.p-faq_detail h2.p-faq_detail_h2 span {
  font-size: 14px;
  font-weight: normal;
}
.p-faq_detail .p-faq_detail-width {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 230px; /* 固定ヘッダーの高さに合わせて調整 */
  margin-top: -230px;
}
@media screen and (max-width: 767px) {
  .p-faq_detail .p-faq_detail-width {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
.p-faq_detail .p-faq_detail-line {
  height: 1px;
  background-color: #eee;
  border: none;
  outline: none;
}
.p-faq_detail section {
  padding: 1em 3em;
}
@media screen and (max-width: 767px) {
  .p-faq_detail section {
    padding: 1em 0em;
  }
}

.p-faq_detail-header {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.p-faq_detail-header .p-faq_detail-header_img {
  width: 100%;
  height: 356px;
  object-fit: cover;
  vertical-align: bottom;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-faq_detail-header .p-faq_detail-header_img {
    height: 256px;
  }
}
.p-faq_detail-header .p-faq_detail-header_title {
  text-align: center;
  width: 100%;
  height: 356px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 1em;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-faq_detail-header .p-faq_detail-header_title {
    align-items: first baseline;
    padding: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-faq_detail-header .p-faq_detail-header_title {
    height: 256px;
  }
}
.p-faq_detail-header .p-faq_detail-header_title_p {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-faq_detail-header .p-faq_detail-header_title_p {
    text-align: left;
  }
}
.p-faq_detail-header .p-faq_detail-header_title_p span {
  color: #ECDB27;
}
.p-faq_detail-header .p-faq_detail-header_title_h1 {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-faq_detail-header .p-faq_detail-header_title_h1 {
    font-size: 32px;
    text-align: left;
  }
}

.p-faq_detail-anchorNav {
  max-width: 1000px;
  margin: 0 auto;
  position: sticky;
  top: 0px;
  margin-top: -32px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s 0s ease;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-faq_detail-anchorNav {
    flex-flow: column;
    margin-top: 0;
  }
}
.p-faq_detail-anchorNav a {
  height: 70px;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 767px) {
  .p-faq_detail-anchorNav a {
    height: auto;
  }
}
.p-faq_detail-anchorNav.hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  top: 134px;
  border-bottom: 1px solid #ddd;
}
.p-faq_detail-anchorNav.hover a {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-faq_detail-anchorNav.hover {
    top: 70px;
  }
}
.p-faq_detail-anchorNav .-action {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-faq_detail-anchorNav .-action {
    gap: 0;
  }
}
.p-faq_detail-anchorNav .-action a {
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0 1.5em;
  gap: 0.5em;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq_detail-anchorNav .-action a {
    flex: 1;
    text-align: center;
    padding: 1em 1em;
    gap: 0;
  }
}
.p-faq_detail-anchorNav .-action a.-request {
  background-color: #2462A8;
}
.p-faq_detail-anchorNav .-action a.-request:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.p-faq_detail-anchorNav .-action a.-quote {
  background-color: #000;
}
.p-faq_detail-anchorNav .-action a.-quote:hover {
  cursor: pointer;
  color: #2462A8;
}

.faq-anchor-menu {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  padding-top: 4em;
  position: relative;
  top: -2em;
}
@media screen and (max-width: 767px) {
  .faq-anchor-menu {
    padding: 1em 0.5em;
    padding-top: 3em;
  }
}
.faq-anchor-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.faq-anchor-menu ul li {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .faq-anchor-menu ul li {
    width: 45%;
  }
}
.faq-anchor-menu ul li a {
  font-weight: bold;
  border: 1px solid #EEE;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .faq-anchor-menu ul li a {
    font-size: 13px;
  }
}

/* summaryのデフォルトマーカーを消す */
summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.faq-content {
  padding: 1.5em;
  padding-bottom: 5em;
}

.faq-category {
  display: flex;
  flex-flow: column;
  gap: 1.5em;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0em 3em;
  scroll-margin-top: 120px;
}
.faq-category h2 {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .faq-category h2 {
    font-size: 18px;
  }
}
.faq-category details {
  border: 1px solid #ddd;
}
.faq-category details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
.faq-category details summary h3 {
  display: flex;
  gap: 1em;
  font-size: 16px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .faq-category details summary h3 {
    font-size: 14px;
  }
}
.faq-category details summary h3 span {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 87.5% */
  letter-spacing: 3.2px;
}
.faq-category details summary svg {
  transition: transform 0.3s ease;
  width: 30px;
}
.faq-category details .answer {
  border-top: 1px solid #ddd;
  padding: 1em 1.5em 1em 1em;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .faq-category details .answer p {
    font-size: 13px;
  }
}
.faq-category details .answer:before {
  content: "A";
  color: #2462A8;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 87.5% */
  letter-spacing: 3.2px;
}
.faq-category details[open] summary svg {
  transform: rotate(180deg);
}

.mod-popular {
  padding: 1em 1.5em;
  flex-flow: column;
}

.mod-popular_h2 {
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .mod-popular_h2 {
    padding: 1.5em;
  }
}

.mod-relationship_list2 {
  gap: 1.5em;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mod-relationship_list2 {
    flex-flow: column;
    padding: 0;
  }
}

.mod-relationship_list {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .mod-relationship_list {
    padding: 0em 1.5em;
  }
}

.mod-relationship_item {
  flex: 1;
  max-width: 320px;
  background-color: #f7f7f7;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.mod-relationship_title {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 1em;
}

.mod-relationship_item_box_text {
  padding: 1.5em;
  display: flex;
  flex-flow: column;
  gap: 1em;
}

.mod-relationship_item_img {
  aspect-ratio: 1200/630;
  object-fit: cover;
}

.mod-relationship_item_title {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mod-relationship_item_title {
    font-size: 18px;
  }
}

.mod-relationship_item_read {
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .mod-relationship_item_read {
    font-size: 12px;
    line-height: 1.8;
  }
}

.mod-relationship_item_detail_list {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
}

.mod-relationship_item_detail_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mod-relationship_item_detail_item_span {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}

.mod-relationship_item_detail_item_strong {
  text-align: right;
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .mod-relationship_item_detail_item_strong {
    font-size: 13px;
  }
}

.mod-relationship_item_action {
  background-color: #000;
  text-align: center;
  color: #fff;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.mod-relationship_item:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .mod-relationship_read {
    text-align: left;
  }
  .mod-relationship_list {
    flex-flow: column;
    padding: 0 1.5em;
  }
  .mod-relationship_item {
    width: 100%;
    max-width: none;
  }
  .mod-relationship .__pc {
    display: none;
  }
}/*# sourceMappingURL=faq.css.map */