@charset "UTF-8";

/* site header */
.site-header {
  flex-direction: column;
  padding: 0;
}

.header-bg {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.site-logo {
  order: 2;
  padding: 5px;
  box-sizing: border-box;
  margin-right: 0;
}

.sp-no-event {
  pointer-events: none;
}

.site-nav_area {
  width: 100%;
  order: 1;
  position: relative;
  z-index: 11;
}

.accordion-content {
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
}

.site-nav_list {
  width: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
}

.site-nav_item {
  border-bottom: 1px solid var(--line-color);
  position: relative;
  margin-right: 0;
}

.site-nav_item.current {
  background-color: var(--content-bg-color);
  pointer-events: none;
}

.site-nav_item a {
  width: 100%;
  display: inline-block;
  padding: 20px;
}

.site-nav_item::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/fc/common/images/icons/arrow-green.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.site-nav_item a::after {
  content: none;
}

.site-nav_item.current a,
.underlayer .site-nav_item.current a {
  color: var(--text-color);
}

.kv_area {
  width: 100%;
  height: auto;
  max-height: unset;
}

.kv_area .title-text {
  font-size: 5.87vw;
  letter-spacing: 0.16em;
  line-height: 1.5;
  top: 35%;
}

.kv-video::before,
.kv-video::after {
  content: none;
}

.menu-close {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 20px 20px 20px 50px;
}

.menu-close::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.menu-close::after {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  position: absolute;
  top: 47%;
  left: 28px;
  transform: translateY(-50%) rotate(45deg);
}

.menu-close.active::after {
  transform: translateY(-10%) rotate(-135deg);
}

.menu-close:hover {
  cursor: pointer;
}

/* movie */
.movie-area {
  width: 73.3%;
  right: 50%;
  bottom: 0;
  top: unset;
  transform: translate(50%, 90%);
  padding: 20px 0;
  z-index: 2;
}

.movie-area_img {
  padding: 0 24px;
}

.movie-area_lead {
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 21px;
}

.movie-area_lead-small {
  font-size: 1.2rem;
  letter-spacing: 0.48px;
  line-height: 24px;
}

.two_columns-item .ico-play {
  width: 63px;
  height: 63px;
}

/* introduction */
.attractiveness_bg {
  width: 45%;
  height: 32%;
  top: 0;
  right: -10%;
  z-index: -1;
}

.introduction_item {
  flex-direction: column;
  padding: 23.188405797% 20px 0;
}

.introduction_item:first-child {
  padding-top: 60px;
}

.introduction_item-pointitem {
  line-height: 22px;
  margin-bottom: 10px;
}

.red-circle_list li:before {
  top: 0.5em;
}

.introduction_item-text {
  display: contents;
}

.introduction_item-title {
  order: 1;
  font-size: 2.5rem;
  letter-spacing: 1px;
  line-height: 37px;
  margin-bottom: 20px;
}

.introduction_item-img {
  order: 2;
  width: 100%;
}

.introduction_item:nth-child(even) .introduction_item-img {
  margin-left: 0;
}

.introduction_item-desc {
  order: 3;
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 24px;
  margin-top: 20px;
}
.introduction_item-desc-short {
  width: 100%;
}

.introduction_item-point {
  order: 4;
  font-size: 1.6rem;
  line-height: 21px;
  margin-top: 20px;
}

.introduction_item-pointlist {
  width: 100%;
  order: 5;
  margin-top: 15px;
}

.introduction_item-button {
  order: 6;
}

.about-school {
  background: url(/fc/kdi/_shared/images/top/sp/about-school-bg.webp);
  background-size: 17.4%;
  background-repeat: no-repeat;
  background-position: top 20px left 0;
}

.open-flow {
  background: url(/fc/kdi/_shared/images/top/sp/open-flow_bg.webp);
  background-size: 36.2%;
  background-repeat: no-repeat;
  background-position: top 30px right 0;
}

.show_detailbtn_area {
  order: 7;
  text-align: center;
}

.show_detailbtn {
  width: 100%;
  max-width: 340px;
  text-align: left;
}

.contact_btn_area {
  padding: 0 20px;
  margin-top: 30px;
}

.contact_btn {
  width: 100%;
  max-width: 340px;
}

.support_btn {
  width: 100%;
  max-width: 340px;
}

.top_headquarters-support {
  padding: 40px 20px 60px;
  margin-top: 35.2%;
}

.headquarters-support_list {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 30px;
}

.headquarters-support_item {
  width: 47%;
  padding: 20px 0 15px;
  margin-right: 0;
}

.headquarters-support_item:nth-of-type(n+3) {
  margin-top: 20px;
}

.headquarters-support_item:nth-child(2n) {
  margin-left: 6%;
}

.headquarters-support_item::before {
  width: 55px;
  height: 55px;
}

.headquarters-support_item:nth-child(1):before,
.headquarters-support_item:nth-child(2):before,
.headquarters-support_item:nth-child(3):before,
.headquarters-support_item:nth-child(4):before {
  font-size: 1.5rem;
}

.headquarters-support_item_text {
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 20px;
}

.headquarters-support_item_text_small {
  font-size: 1.2rem;
  letter-spacing: 0.48px;
  line-height: 18px;
}

/* インタビュー */
.top_interview {
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
}

.top_interview .extend_btn {
  width: max-content;
  margin-top: 20px;
}

.top_interview .content_title {
  order: 1;
}

.top_interview .content_lead {
  order: 2;
  padding: 0 20px;
}

.img-title_interview {
  order: 3;
  position: relative;
  top: 0;
  left: 0;
}

.top_interview .swiper-container {
  order: 4;
  position: relative;
  top: -15px;
  padding: 0 20px;
}

.top_interview .show_detailbtn_area {
  order: 5;
}

.interview_list {
  justify-content: unset;
  margin-top: 0;
}

.interview_item_desc {
  line-height: 25px;
  margin-top: 10px;
}

.interview_item_name {
  font-size: 1.8rem;
  letter-spacing: 0.72px;
  line-height: 27px;
}

/* swiper */
#interview_slider {
  opacity: 0;
}

#interview_slider.swiper-initialized {
  opacity: 1;
}

.swiper-nav-area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 7px;
}

.swiper-pagination {
  position: relative;
  padding: 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: var(--line-color);
  opacity: 1;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: var(--main-color);
}

/* 本部支援 */
.content_title {
  font-size: 2.5rem;
  letter-spacing: 1px;
  line-height: 37px;
}

.content_lead {
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 24px;
}

/* よくある質問 */
.top_faq {
  padding: 21.3% 20px 0;
}

.faq_bg {
  width: 45%;
  top: 0;
  left: -50px;
}

.top_faq .content_title {
  margin-bottom: 30px;
}

.faq_item {
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  line-height: 24px;
}

.faq_q {
  min-height: auto;
  padding: 20px 50px 20px 47px;
}

.faq_q::after {
  width: 24px;
  height: 24px;
  top: 20px;
  left: 15px;
}

.faq_accordion {
  width: 16px;
  height: 4px;
  top: 32px;
  right: 15px;
}

.faq_accordion.open {
  top: 32px;
}

.faq_accordion.open::after {
  width: 4px;
  height: 16px;
  right: 6.5px;
}

.faq_a {
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  line-height: 25px;
  padding: 0 15px 20px 47px;
}

.faq_a::after {
  width: 24px;
  height: 24px;
  left: 15px;
  transform: translateY(0);
}

.top_faq .contact_btn_area {
  padding: 0;
  margin-top: 40px;
}

/* ニュース */
.information_area {
  padding: 21.3% 20px 0;
}

.information_area::before {
  background: url(/fc/kdi/_shared/images/top/sp/faq-bg.webp);
  top: 16px;
  right: -40px;
  width: 165px;
  height: 137px;
  transform: scaleX(-1);
  background-size: cover;
}

.information_area .extend_btn.window a {
  display: inline-block;
  width: 90px;
  padding-bottom: 0;
}

.information_area .extend_btn.window a::after {
  /* right: -28px;
  background-position: center center;
  padding-left: 10px; */
}

.news-info_area {
  flex-direction: column;
}

.title_english {
  font-size: 1.1rem;
}

.title_english::after {
  width: 2em;
  right: -2.5em
}

.info-title {
  font-size: 2.5rem;
  letter-spacing: 1px;
  line-height: 37px;
  margin-bottom: 30px;
}

.news-info_area_content {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.news-info_area_content:not(:nth-child(2n)) {
  margin-right: auto;
}

.recentnews,
.offeredinfo {
  margin-top: 15px;
}

.scroll_area_recentnews dl {
  padding: 20px 0;
}

.scroll_area_recentnews dl:first-child {
  padding-top: 0;
}

.scroll_area_recentnews dl dd {
  margin-top: 10px;
}

.news-info_area_content.school-info {
  margin-top: 23.2%;
}

.scroll_box_offeredinfo {
  width: 100%;
  height: 520px;
  padding-left: 0;
  margin-bottom: 0;
}

.scroll_area_offeredinfo {
  height: 520px;
}

.scroll_area_offeredinfo dl:first-child {
  padding-top: 0;
}

.scroll_area_offeredinfo .new a {
  position: relative;
  left: 0;
}

.scroll_area_offeredinfo dl {
  flex-wrap: wrap;
  flex-direction: column;
}

.scroll_area_offeredinfo dl .new {
  width: 100%;
}

.scroll_area_offeredinfo dl .new::before {
  content: none;
}

.scroll_area_offeredinfo dt {
  margin-bottom: 10px;
}

.scroll_area_offeredinfo dd {
  margin-left: 0;
}

.scroll_area_offeredinfo dl dt:has(+ .new)::after {
  content: 'NEW';
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 20px;
  background-color: var(--main-color);
  border-radius: 2px;
  padding: 2.5px 8px;
  margin-left: 20px;
}

/* バナー */
.top_banner {
  padding: 80px 0;
}

.banner_list {
  padding: 0 20px;
}

.banner_item {
  width: 100%;
  height: 120px;
}

.bnr_link {
  height: auto;
  font-size: 1.8rem;
  letter-spacing: 1.3px;
  line-height: 28px;
  padding: 30px 20px 25px;
}

.bnr_link::before {
  width: 36px;
  height: 36px;
  right: 15px;
}


.bnr_link::after {
  width: 16px;
  height: 16px;
  right: 24px;
}

.bnr_link:hover::after {
  width: 16px;
  height: 16px;
  right: 24px;
}

.bnr_text {
  width: 84%;
  font-size: 2rem;
  letter-spacing: 0.8px;
  line-height: 1.5em;
  padding: 0;
}

.bnr-text-small {
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  line-height: 20px;
  margin-top: 10px;
}

.bnr-text-english {
  font-size: 1.2rem;
}
.banner_item {
  height: auto;
}
.banner_item::before {
  width: 36px;
  height: 36px;
  right: 16px;
}

.banner_item::after {
  width: 16px;
  height: 16px;
  right: 25px;
}
.banner_item:hover::after {
  width: 16px;
  height: 16px;
  right: 25px;
}

.btn-go {
  width: 35px;
  height: 35px;
  right: 20px;
}

.support_btn_area {
  margin-top: 40px;
}

/* サイト フッター */
.site-footer {
  padding: 40px 20px 60px;
}

.site-footer_inner .info_title {
  font-size: 2.5rem;
  letter-spacing: 1px;
  line-height: 37px;
  margin-top: 15px;
}

.site-footer_inner .info_text {
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  line-height: 25px;
}

.site-footer_inner .contact_list {
  flex-direction: column;
  padding: 0 20px;
  margin-top: 20px;
}

.site-footer_inner .contact_item {
  width: 100%;
  padding: 30px 0;
}

.site-footer_inner .contact_item:not(:last-child) {
  border-right: 0;
  border-bottom: 1px solid var(--line-color);
}

.site-footer_inner .contact_title {
  font-size: 1.9rem;
  letter-spacing: 0.76px;
  line-height: 28px;
}

.site-footer_inner .contact_item_text {
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  line-height: 25px;
}

.site-footer_contact_btn {
  margin-top: 20px;
}

.site-footer_contact_btn a {
  width: 100%;
  max-width: 296px;
}

.site-footer_contact-title {
  justify-content: flex-start;
}

/* 追従nav */
.bottom-fixnav {
  padding: 7px 20px;
}

.bottom-fixnav_item {
  width: calc((100% - 11px) / 2);
}

.bottom-fixnav_item:not(:first-child) {
  margin-left: 2.933333333%;
}

.bottom-fixnav_item a {
  width: 100%;
  padding: 9px 15px;
  box-sizing: border-box;
}

.bottom-fixnav_item .btn_primary.window::before,
.bottom-fixnav_item .btn_primary.window:hover::before {
  content: none;
}

.bottom-fixnav_item .btn_primary.window::after,
.bottom-fixnav_item .btn_primary.window:hover::after {
  content: none;
}

.bottom-fixnav_item:not(:first-child) {
  margin-left: 5px;
}

.fixnav_item_inner {
  justify-content: center;
}

.bottom-fixnav_text {
  font-size: 1.3rem;
}

.fixnav-ico {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 410px) {
  .bottom-fixnav_item a {
    padding: 9px;
    box-sizing: border-box;
  }

  .bottom-fixnav_text {
    font-size: 1.2rem;
  }
}


/* ページ下部のnav */
.bottom_nav {
  padding: 60px 0 0;
}

.bottom_nav_list {
  flex-direction: column;
}

.bottom_nav_item {
  width: 100%;
  margin-right: 0;
}

.bottom_nav_item:not(:first-child) {
  margin-top: 20px;
}

.bottom_nav_link {
  padding: 31px 60px 31px 20px;
}

.bottom_nav_link::before {
  width: 36px;
  height: 36px;
}

.bottom_nav_link::after {
  width: 16px;
  height: 16px;
  right: 24px;
}

.bottom_nav_link:hover::after {
  content: '';
  width: 16px;
  height: 16px;
  right: 24px;
}