@charset "UTF-8";

:root {
  --text-color: #222;
  --text-darkgray: #717171;
  --line-color: #E8E8E8;
  --content-bg-color: #F5F5F5;
  --main-color: #007B36;
  --main-color2: #ec979e;
}

.btn_secondary.arrow::before {
  background: url(/fc/common/images/icons/arrow_green.webp);
  background-size: contain;
}

/* site header */
.site-header {
  max-width: 1040px;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0;
  margin: 0 auto;
}

.site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logo_link {
  display: inline-block;
  width: 170px;
}

.corporate-limited {
  color: #E60012;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 9px 10px;
  border: 1px solid #E60012;
  border-radius: 3px;
  margin-right: 40px;
  margin-left: 10px;
}

.site-nav_list {
  display: flex;
}

.site-nav_item {
  margin-right: 40px;
  position: relative;
}

.site-nav_item:last-child {
  margin-right: 0;
}
.site-nav_item a {
  display: flex;
}
.site-nav_item a::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 10%;
  width: 80%;
  height: 4px;
  background:var(--main-color);
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.site-nav_item a:hover {
  text-decoration: none;
}
.site-nav_item.current a::after,
.site-nav_item a:hover::after {
  transform: scale(1, 1);
}
.site-nav_item.current a {
  color: var(--main-color);
  pointer-events: none;
}
.underlayer .site-nav_item.current a {
  color: var(--main-color);
  pointer-events: auto;
}

/* site footer */
.site-footer {
  background-color: var(--content-bg-color);
  padding: 60px 0 80px;
}

.site-footer_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.site-footer_inner .title_english {
  margin-bottom: 20px;
}

.site-footer_inner .info_title {
  font-size: 3.2rem;
  line-height: 43px;
  margin: 20px 0;
}

.site-footer_inner .info_text {
  font-weight: 300;
  letter-spacing: 0.64px;
  line-height: 32px;
  margin-top: 20px;
}

.site-footer_inner .contact_list {
  display: flex;
  background-color: #fff;
  padding: 40px 0;
  margin-top: 30px;
  border-radius: 5px;
}

.site-footer_inner .contact_item {
  width: calc(100% / 3);
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
}

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

.site-footer_inner .contact_title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 32px;
  margin-left: 10px;
}

.site-footer_inner .contact_item_text {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.56px;
  line-height: 24px;
  margin-top: 20px;
}

.site-footer_contact_btn {
  text-align: left;
  padding: 0;
  margin-top: 30px;
  box-sizing: border-box;
}
.site-footer_contact_btn a {
  width: 296px;
  display: inline-block;
  padding: 21px 30px;
}

.site-footer_inner .tel_number {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 27px;
  margin-left: 15px;
}

.site-footer_inner .contact_picture,
.site-footer_inner .contact_img {
  line-height: 1;
}

.site-footer_inner .contact_tel_area {
  margin-top: 20px;
}
.site-footer_contact-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ie top */
.kv_area {
  max-width: 3200px;
  height: 38vw;
  max-height: 608px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.kv-video::before {
  content: '';
  width: 28.5%;
  height: 23.34375vw;
  background: url(/fc/kdi/_shared/images/top/kv-left.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.kv-video::after {
  content: '';
  width: 28.5%;
  height: 23.34375vw;
  background: url(/fc/kdi/_shared/images/top/kv-right.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.kv_area .title-text {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: min(2.625vw, 6rem);
  letter-spacing: 12.6px;
  position: absolute;
  top: 40%;
}

@media screen and (max-width: 1000px) {
  .kv_area .title-text {
    font-size: 2.62rem;
  }
}

.movie-area {
  width: 390px;
  position: absolute;
  bottom: -40px;
  right: 2.5%;
  background-color: var(--content-bg-color);
  padding: 30px 30px 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(34, 34, 34, 0.09);
  border-radius: 5px;
}
@media screen and (max-width: 1500px) {
  .movie-area {
    bottom: unset;
    top: 55%;
  }
}

.movie-area_img {
  display: block;
  line-height: 1;
  position: relative;
}

#movie-area_img:hover {
  cursor: pointer;
}

.ico-play {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.two_columns-item .ico-play {
  width: 67px;
  height: 67px;
}

.movie-area_lead {
  color: #E60012;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.88px;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}

.movie-area_lead-small {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 34px;
}


/* 事業としての魅力 ~ 開校までの流れ */
.top_introduction {
  margin: 0 auto;
}

.introduction_item {
  display: flex;
  padding: 10% 0 0;
  position: relative;
}

.introduction_item:nth-child(even) {
  justify-content: flex-end;
}

.attractiveness_bg {
  position: absolute;
  top: 40px;
  right: -80px;
  z-index: -1;
}

.about-school {
  background: url(/fc/kdi/_shared/images/top/about-school-bg.webp);
  background-repeat: no-repeat;
  background-position: top 40px left;
}

.open-flow {
  background: url(/fc/kdi/_shared/images/top/open-flow-bg.webp);
  background-repeat: no-repeat;
  background-position: top 40px right;
}

.introduction_item-img {
  width: 49.1875%;
}

.introduction_item:nth-child(odd) .introduction_item-img {
  margin-right: 3.75%;
}

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

.introduction_item-text {
  width: 35.1875%;
}

.introduction_item.open-flow .introduction_item-img {
  margin-right: 7.5%;
}

.introduction_item.open-flow .introduction_item-text {
  width: 34%;
}

.introduction_item-title {
  line-height: 50px;
}

.introduction_item-desc {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 34px;
  margin-top: 30px;
}

.introduction_item-desc-short {
  width: 91%;
}

.introduction_item-point {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 34px;
  margin-top: 30px;
}

.introduction_item-pointlist {
  width: 84.014209591%;
  font-weight: 300;
  letter-spacing: 0.64px;
  line-height: 32px;
  margin-top: 20px;
}

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

.show_detailbtn {
  margin-top: 40px;
  box-sizing: border-box;
}

.contact_btn_area {
  text-align: center;
  margin-top: 6.25%;
}

/* 本部支援 */
.top_headquarters-support {
  text-align: center;
  background-color: var(--content-bg-color);
  position: relative;
  padding: 100px 0;
  margin-top: 14.5%;
}

.img-title_support {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-70%);
}

.content_title {
  text-align: center;
  letter-spacing: 6.08px;
  line-height: 57px;
  margin-bottom: 20px;
}

.content_lead {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 34px;
  position: relative;
}

.headquarters-support_list {
  max-width: 1040px;
  display: flex;
  justify-content: center;
  margin: 3.75% auto 0;
}

.headquarters-support_item {
  width: 23.269230769%;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 10px rgba(34, 34, 34, 0.09);
  border-radius: 5px;
  padding: 46px 0 20px;
  margin-right: 2.307692307%;
}

.headquarters-support_item::before {
  content: '';
  text-align: left;
  width: 70px;
  height: 70px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: url(/fc/kdi/_shared/images/top/tag.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3px;
  padding-left: 8px;
  box-sizing: border-box;
}

.headquarters-support_item:nth-child(1):before {
  content: '01';
  font-size: 1.8rem;
}

.headquarters-support_item:nth-child(2):before {
  content: '02';
  font-size: 1.8rem;
}

.headquarters-support_item:nth-child(3):before {
  content: '03';
  font-size: 1.8rem;
}

.headquarters-support_item:nth-child(4):before {
  content: '04';
  font-size: 1.8rem;
}

.headquarters-support_item_text {
  font-size: 2rem;
  letter-spacing: 0.8px;
  line-height: 26px;
  font-weight: bold;
}

.ico-support {
  display: inline-block;
  width: 44%;
}

.support_btn_area {
  margin: 3.75% auto 0;
}

.support_btn {
  width: 340px;
  text-align: left;
}

/* TOPページ インタビュー */
.top_interview {
  text-align: center;
  position: relative;
  padding-top: 10%;
}

.top_interview .extend_btn {
  margin-top: 30px;
}

.img-title_interview {
  position: absolute;
  top: 123px;
  left: 15px;
}

.interview_list {
  max-width: 1040px;
  display: flex;
  justify-content: center;
  margin: 3.75% auto 0;
}

.interview_item {
  width: 31.153846153%;
  margin-right: 3.173076923%;
}

.interview_item:last-child {
  margin-right: 0;
}

.interview_item_inner {
  text-align: left;
}

.interview_item_desc {
  font-weight: 300;
  letter-spacing: 0.64px;
  line-height: 32px;
}

.interview_item_name {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.88px;
  line-height: 34px;
  margin-top: 10px;
}

.interview_btn {
  margin-top: 3.75%;
}

/* よくある質問 */
.top_faq {
  padding-top: 10%;
  position: relative;
}

.faq_bg {
  position: absolute;
  top: -80px;
  left: 0;
}

.faq_area {
  margin-top: 3.75%;
}

.faq_list {
  max-width: 1040px;
  margin: 0 auto;
}


/* よくある質問 */
.faq_item {
  background-color: var(--content-bg-color);
  font-size: 1.8rem;
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
.faq_item:hover {
  cursor: pointer;
}
.faq_q {
  display: flex;
  min-height: 75px;
  position: relative;
  font-weight: bold;
  padding: 25px 80px 25px 86px;
  box-sizing: border-box;
}
.faq_q::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(/fc/common/images/icons/faq-q.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 30px;
  top: 25px;
}
.faq_accordion {
  content: '';
  width: 20px;
  height: 4px;
  background-color: var(--text-darkgray);
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.faq_accordion.open {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.5s;
  top: 40px;
}
.faq_accordion.open::after {
  content: '';
  width: 4px;
  height: 20px;
  background-color: var(--text-darkgray);
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all 1s;
}
.faq_a {
  display: none;
  position: relative;
  padding: 15px 80px 30px 86px;
}
.faq_a::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(/fc/common/images/icons/faq-a.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 30px;
  top: 0;
  transform: translateY(40%);
  z-index: 1;
}

/* ニュース */
.information_area {
  position: relative;
  padding-top: 10%;
}

.information_area::before {
  content: '';
  position: absolute;
  top: 60px;
  right: -200px;
  width: 332px;
  height: 322px;
  background: url(/fc/common/images/bg/bg1.webp);
  background-size: contain;
  background-position: top right -5%;
  background-repeat: no-repeat;
  z-index: -1;
}

.news-info_area {
  display: flex;
  justify-content: center;
}

.news-info_area_content {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.title_english {
  display: inline;
  color: var(--main-color);
  font-weight: bold;
  letter-spacing: 3.2px;
  line-height: 21px;
  margin-bottom: 10px;
  position: relative;
}

.title_english::after {
  content: '';
  width: 2.5em;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  right: -3em;
  transform: translateY(-50%);
}

.info-title {
  font-size: 3.2rem;
  letter-spacing: 5.12px;
  line-height: 42px;
  margin-bottom: 40px;
}

.recentnews {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.scroll_area_recentnews {
  height: 460px;
  background-color: #fff;
  overflow-y: scroll;
  padding-right: 20px;
}

.scroll_area_recentnews dl {
  pointer-events: none;
}

.scroll_area_recentnews dl:hover {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.scroll_area_recentnews a {
  display: inline-block;
  pointer-events: auto;
}

.scroll_area_recentnews a:hover {
  text-decoration: none;
}

.after_window::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/fc/common/images/icons/window_green.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 10px;
}

/* スクロールバー動くところの形・色を設定する */
.simplebar-scrollbar.simplebar-visible:before {
  border-radius: 500px;
  background-color: var(--line-color);
  opacity: 1;
}

.simplebar-scrollbar:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* スクロールバーの背景などの設定 */
.simplebar-track {
  width: 10px;
  background-color: var(--content-bg-color);
  border-radius: 500px;
}

.scroll_area_recentnews dl {
  border-bottom: 1px solid var(--line-color);
  padding: 28px 0;
}

/* バナー部分 */
.top_banner {
  text-align: center;
  padding: 160px 0;
}

.banner_list {
  margin: 0 auto;
}

.banner_item {
  position: relative;
  display: inline-block;
  width: 1040px;
  height: 176px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
}

.banner_item:hover {
  color: var(--text-color);
  text-decoration: none;
  background-color: var(--content-bg-color);
  transition: all 0.5s;
}

.bnr_link {
  position: relative;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 5.44px;
  line-height: 48px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #E60012;
  box-sizing: border-box;
  border: 2px solid #E60012;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.bnr_link:hover {
  text-decoration: none;
  color: #E60012;
  transition: all 0.3s ease-out;
  background-color: var(--content-bg-color);
}

.bnr_link::before {
  content: '';
  width: 70px;
  height: 70px;
  background-color: var(--content-bg-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.bnr_link:hover::before {
  background-color: #E60012;
  transition: all 0.5s;
}


.bnr_link::after {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/fc/common/images/icons/arrow_red.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 78px;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.bnr_link:hover::after {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/fc/common/images/icons/arrow_white.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 78px;
  transform: translateY(-50%);
  transition: all 0.5s;
}


.btn-go {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.bnr_text {
  line-height: 1.2em;
  padding-left: 2em;
  box-sizing: border-box;
}

.bnr-text-english {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}

.bnr-text-english::after {
  content: '';
  width: 2.5em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -3em;
  transform: translateY(-50%);
}

.bnr-text-small {
  display: inline-block;
  color: var(--text-color);
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  line-height: 1.5em;
}

/* 追従nav */
.bottom-fixnav {
  position: sticky;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px;
  z-index: 10;
}

.bottom-fixnav_item {
  width: 340px;
}

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

.fixnav_item_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bottom-fixnav_text {
  text-align: left;
  margin-left: 10px;
}
.fixnav-ico {
  width: 24px;
  height: 24px;
}

/* ページ下部のnav */
.bottom_nav {
  max-width: 1040px;
  padding: 6.25% 0 0;
  margin: 0 auto;
}
.bottom_nav_list {
  display: flex;
  justify-content: center;
}
.bottom_nav_item {
  width: 31.9%;
  margin-right: 2.11%;
}
.bottom_nav_item:nth-child(3n) {
  margin-right: 0;
}

.bottom_nav_link {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid var(--line-color);
  border-radius: 5px;
  padding: 45px 65px 45px 30px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
}
.bottom_nav_link:hover {
  color: var(--text-color);
  text-decoration: none;
  background-color: var(--content-bg-color);
  transition: all 0.5s;
}
.bottom_nav_link::before {
  content: '';
  width: 45px;
  height: 45px;
  background-color: var(--content-bg-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.bottom_nav_link:hover::before {
  background-color: var(--main-color);
  transition: all 0.5s;
}
.bottom_nav_link::after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(/fc/common/images/icons/arrow_green.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.bottom_nav_link:hover::after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(/fc/common/images/icons/arrow_white.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: all 0.5s;
}