/* common
--------------------------------*/
body.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
}

#cboxContent {
  max-width: 100%;
}

#cboxLoadedContent {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  #cboxLoadedContent {
    padding: 26px 0;
  }
}

#cboxClose {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: inherit;
  background: transparent;
}

@media screen and (max-width: 767px) {
  #cboxClose {
    width: 16px;
    height: 16px;
    top: 6px;
    right: 6px;
  }
}

#cboxClose::before,
#cboxClose::after {
  content: "";
  width: 52px;
  height: 6px;
  position: absolute;
  left: -8px;
  top: calc(50% - 3px);
  background: #000;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  #cboxClose::before,
  #cboxClose::after {
    width: 18px;
    height: 3px;
    left: -2px;
    top: calc(50% - 1px);
  }
}

#cboxClose::before {
  transform: rotate(45deg);
}

#cboxClose::after {
  transform: rotate(-45deg);
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  width: 0;
  height: 0;
  background: none;
}

#cboxLoadedContent {
  margin: 0;
}

.popup_inner {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .popup_inner {
    width: 100%;
    padding: 0 9px;
  }
}

.popup_inner .name {
  text-align: center;
  color: #e50019;
  font-weight: 700;
  font-size: 34px;
  margin-top: 39px;
}

@media screen and (max-width: 767px) {
  .popup_inner .name {
    font-size: 19px;
    margin-top: 10px;
  }
}

.popup_inner .txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.5555555556;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .popup_inner .txt {
    font-size: 15px;
    line-height: 1.6666666667;
    padding: 0 9px;
    margin-top: 5px;
  }
}

.popup .img_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 0 0.9%;
}

.popup .img_wrap .img01 {
  width: 35.5%;
  max-width: 320px;
}

.popup .img_wrap .img02 {
  width: 63.6%;
  max-width: 574px;
}

#school_lp_main {
  color: #000;
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  #school_lp_main {
    padding-top: 85px;
  }
}

#school_lp_main img {
  vertical-align: bottom;
}

#school_lp_main .bg_red {
  background-color: #e50019;
}

#school_lp_main .inner {
  max-width: 1100px;
  width: 91.428571%;
  margin: 0 auto;
}

#school_lp_main .sec_ttl {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #school_lp_main .sec_ttl {
    flex-direction: column;
    justify-content: center;
  }
}

#school_lp_main .sec_ttl span {
  display: inline-block;
}

#school_lp_main .sec_ttl .ttl_en {
  margin-right: 34px;
}

@media screen and (max-width: 767px) {
  #school_lp_main .sec_ttl .ttl_en {
    margin-right: 0;
  }
}

#school_lp_main .sec_ttl .ttl_en img {
  width: auto;
  max-width: inherit;
  height: 88px;
}

@media screen and (max-width: 767px) {
  #school_lp_main .sec_ttl .ttl_en img {
    height: 44px;
  }
}

#school_lp_main .sec_ttl .ttl_ja {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  padding: 6px 10px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  #school_lp_main .sec_ttl .ttl_ja {
    font-size: 18px;
    padding: 4px 8px;
    margin-top: 13px;
  }
}

#school_lp_main .sec_ttl.white .ttl_ja {
  color: #e50019;
  background-color: #fff;
}

#school_lp_main .btn_blue a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  border-radius: 100vh;
  padding: 10px;
  background-color: #144198;
  margin: 0 auto;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  #school_lp_main .btn_blue a {
    max-width: 290px;
    height: 59px;
    font-size: 15px;
  }
}

#school_lp_main .btn_blue a:hover {
  opacity: 0.7;
}

#school_lp_main .btn_blue a::before {
  content: "";
  width: 18px;
  height: 24px;
  background: url(../img/arw_btn.svg) no-repeat center/100% auto;
  position: absolute;
  right: 34px;
}

@media screen and (max-width: 767px) {
  #school_lp_main .btn_blue a::before {
    content: none;
  }
}

/* school_lp_header
--------------------------------*/
#school_lp_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  background-color: #1c1705;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  #school_lp_header {
    min-width: inherit;
  }
}

/*#school_lp_header::after {
  content: '';
  width: min(55.9vw,1075px);
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: -55px;
  transform: skewX(-45deg);
}

@media screen and (max-width: 767px) {
  #school_lp_header::after {
    width: 35.4vw;
  }
}
*/
#school_lp_header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 0 45px 0 32px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #school_lp_header .header_wrap {
    padding: 0 20px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  #school_lp_header .header_wrap {
    height: 85px;
    padding: 0 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

#school_lp_header .header_wrap .header_logo {
  width: 366px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  #school_lp_header .header_wrap .header_logo {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  #school_lp_header .header_wrap .header_logo {
    width: 183px;
  }
}

#school_lp_header .header_wrap .header_logo a {
  display: block;
}

#school_lp_header .header_wrap .header_logo a img {
  vertical-align: bottom;
}

#school_lp_header .header_wrap .gnavi {
  display: flex;
  align-items: center;
  gap: 0 36px;
}

@media screen and (max-width: 1200px) {
  #school_lp_header .header_wrap .gnavi {
    gap: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #school_lp_header .header_wrap .gnavi {
    flex-direction: column;
    gap: 22px 0;
  }
}

#school_lp_header .header_wrap .gnavi li {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

#school_lp_header .header_wrap .gnavi li a {
  display: block;
  color: inherit;
  transition: opacity 0.3s;
}

#school_lp_header .header_wrap .gnavi li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #school_lp_header #school_lp_menu {
    width: 100%;
    margin-top: 13px;
  }
  #school_lp_header #school_lp_menu .menu_wrap {
    width: 100%;
  }
  #school_lp_header .header_wrap .gnavi {
    gap: 0 15px;
    justify-content: center;
    flex-direction: row;
  }
  #school_lp_header .header_wrap .gnavi li {
    font-size: 11px;
  }
}

/*@media screen and (max-width: 767px) {
  #school_lp_header .menu_trigger {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    top: 0;
    z-index: 101;
  }

  #school_lp_header .menu_trigger span {
    display: inline-block;
    width: 39px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.4s;
  }

  #school_lp_header .menu_trigger span:nth-of-type(1) {
    top: 12px;
  }

  #school_lp_header .menu_trigger span:nth-of-type(2) {
    top: 24px;
  }

  #school_lp_header .menu_trigger span:nth-of-type(3) {
    top: 36px;
  }

  #school_lp_header.navOpen .menu_trigger span:nth-of-type(1) {
    top: 36px;
    transform: rotate(-45deg);
  }

  #school_lp_header.navOpen .menu_trigger span:nth-of-type(2) {
    opacity: 0;
  }

  #school_lp_header.navOpen .menu_trigger span:nth-of-type(3) {
    top: 36px;
    transform: rotate(45deg);
  }

  #school_lp_header #school_lp_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: #e50019;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #school_lp_header #school_lp_menu .menu_wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 4.2857145%;
  }
}*/

@media screen and (max-width: 767px) and (max-width: 767px) {
  #school_lp_header #school_lp_menu .menu_wrap .btn {
    margin-top: 40px;
  }

  #school_lp_header #school_lp_menu .menu_wrap .btn a {
    display: block;
    max-width: 265px;
    text-align: center;
    font-weight: 700;
    color: #e50019;
    font-size: 15px;
    line-height: 1.6666666667;
    padding: 8px 16px;
    background-color: #fff;
    margin: 0 auto;
  }

  #school_lp_header #school_lp_menu .menu_wrap .logo {
    width: 183px;
    margin: 44px auto 0;
  }
}

/* school_lp_message
--------------------------------*/
#school_lp_message {
  padding: 74px 0 69px;
  background: urL(../img/bg_lead.png) no-repeat right bottom / auto 100% #efefef;
  bacckground-color: #efefef;
}

@media screen and (max-width: 767px) {
  #school_lp_message {
    padding: 40px 0;
    background: urL(../img/bg_lead_sp.png) no-repeat right bottom / 100% auto #efefef;
  }
}

#school_lp_message .txt {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: calc(44/22);
}

@media screen and (max-width: 767px) {
  #school_lp_message .txt {
    text-align: left;
    font-size: 14px;
    line-height: calc(48/28);
  }
}

/* school_lp_vision
--------------------------------*/
#school_lp_vision {
  padding: 187px 0;
  background-color: #181000;
  position: relative;
}
@media screen and (max-width: 767px) {
  #school_lp_vision {
    padding: 78px 0 100px;
  }
}

@media screen and (min-width: 768px) {
  #school_lp_vision::before {
    content: '';
    height: 100%;
    aspect-ratio: 410/1237;
    background: url(../img/bg_vision_left.png) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  #school_lp_vision::after {
    content: '';
    height: 100%;
    aspect-ratio: 392/1237;
    background: url(../img/bg_vision_right.png) no-repeat center / cover;
    position: absolute;
    right: 0;
    top: 0;
  }
}
#school_lp_vision .inner {
  position: relative;
  z-index: 1;
}
#school_lp_vision .sec_ttl {
  display: block;
}
#school_lp_vision .sec_ttl .ttl_en {
  text-align: center;
}
#school_lp_vision .sec_ttl .ttl_ja {
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  margin-top: 30px;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #school_lp_vision .sec_ttl .ttl_ja {
    font-size: 18px;
    margin-top: 23px;
  }
}
#school_lp_vision .list {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #school_lp_vision .list {
    margin-top: 42px;
  }
}
#school_lp_vision .list li {
  display: flex;
  align-items: center;
}
#school_lp_vision .list li .number {
  flex: none;
}
@media screen and (max-width: 767px) {
  #school_lp_vision .list li .number {
    width: 48px;
    display: flex;
    justify-content: center;
  }
  #school_lp_vision .list li .number img {
    height: 48px;
  }
}
#school_lp_vision .list li .txt {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: calc(56.78/28);
  margin-left: 65px;
}
@media screen and (max-width: 767px) {
  #school_lp_vision .list li .txt {
    font-size: 15px;
    line-height: calc(48/28);
    margin-left: 33px;
  }
}
#school_lp_vision .list li + li {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #school_lp_vision .list li + li {
    margin-top: 32px;
  }
}



/* school_lp_movie
--------------------------------*/
#school_lp_movie {
  position: relative;
  padding: 75px 0 183px;
  background: url(../img/bg_movie.png) no-repeat center / cover;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #school_lp_movie {
    padding: 57px 0 120px;
    background: url(../img/bg_movie_sp.png) no-repeat center / cover;
  }
}

#school_lp_movie .movie {
  position: relative;
  max-width: 980px;
  aspect-ratio: 16/9;
  margin: 45px auto 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #school_lp_movie .movie {
    margin: 25px -4.2857142857vw 0;
  }
}

#school_lp_movie .movie iframe {
  width: 100%;
  height: 100%;
}

/* school_lp_policy
--------------------------------*/
#school_lp_policy {
  position: relative;
  padding: 103px 0 130px;
  background-color: #1c1705;
  border-bottom: solid 16px #e50019;
}

@media screen and (max-width: 767px) {
  #school_lp_policy {
    padding: 34px 0 64px;
    border-bottom-width: 8pxx ;
  }
}

#school_lp_main #school_lp_policy .sec_ttl .ttl_ja {
  background-color: #e50019;
}

#school_lp_policy .philosophy_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  #school_lp_policy .philosophy_list {
    flex-direction: column;
    gap: 27px 0;
    margin-top: 36px;
  }
}

#school_lp_policy .philosophy_list .philosophy_item {
  width: 32%;
  background-color: #e50019;
}

@media screen and (max-width: 767px) {
  #school_lp_policy .philosophy_list .philosophy_item {
    width: 100%;
  }
}

#school_lp_policy .philosophy_list .philosophy_item img {
  width: 100%
}

#school_lp_policy .philosophy_list .philosophy_item .txt_wrap {
  padding: 30px 36px;
}

@media screen and (max-width: 767px) {
  #school_lp_policy .philosophy_list .philosophy_item .txt_wrap {
    padding: 15px 18px 18px;
  }
}

#school_lp_policy .philosophy_list .philosophy_item .txt_wrap .txt {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.5555555556;
}

@media screen and (max-width: 767px) {
  #school_lp_policy .philosophy_list .philosophy_item .txt_wrap .txt {
    font-size: 15px;
    line-height: 1.6666666667;
  }
}

/* school_lp_u15 , school_lp_u18
--------------------------------*/
#school_lp_u15 .ttl_box,
#school_lp_u18 .ttl_box {
  width: 100%;
  aspect-ratio: 3842/1402;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  #school_lp_u15 .ttl_box,
  #school_lp_u18 .ttl_box {
    aspect-ratio: 1398/700;
  }
  #school_lp_u15 .ttl_box .sec_ttl,
  #school_lp_u18 .ttl_box .sec_ttl {
    width: 36.7vw;
  }
}

#school_lp_u15 .btn_box,
#school_lp_u18 .btn_box {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #school_lp_u15 .btn_box,
  #school_lp_u18 .btn_box {
    padding: 30px 0;
  }
}

#school_lp_u15 .btn_box a,
#school_lp_u18 .btn_box a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  border-radius: 100vh;
  padding: 10px;
  background-color: #e50019;
  margin: 0 auto;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  #school_lp_u15 .btn_box a,
  #school_lp_u18 .btn_box a {
    max-width: 250px;
    height: 35px;
    font-size: 15px;
  }
}

#school_lp_u15 .btn_box a:hover,
#school_lp_u18 .btn_box a:hover {
  opacity: 0.7;
}

#school_lp_u15 .btn_box a::before,
#school_lp_u18 .btn_box a::before {
  content: "";
  width: 18px;
  height: 24px;
  background: url(../img/arw_btn.svg) no-repeat center/100% auto;
  position: absolute;
  right: 34px;
}

@media screen and (max-width: 767px) {
  #school_lp_u15 .btn_box a::before,
  #school_lp_u18 .btn_box a::before {
    width: 10px;
    height: 13px;
    right: 10px;
  }
}


#school_lp_u15 .ttl_box {
  background: url(../img/bg_u15.png) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
  #school_lp_u15 .ttl_box {
  }
}

#school_lp_u18 .ttl_box {
  background: url(../img/bg_u18.png) no-repeat center / cover;
}

/* school_lp_coach
--------------------------------*/
#school_lp_coach {
  position: relative;
  padding: 115px 0 200px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  #school_lp_coach {
    padding: 45px 0 65px;
  }
}

#school_lp_coach .sec_ttl {
  flex-direction: column;
  text-align: center;
}

#school_lp_coach .sec_ttl .ttl_en {
  margin-right: 0;
}

#school_lp_coach .sec_ttl .ttl_ja {
  letter-spacing: 0.1em;
  padding: 6px 12px;
  background-color: #000;
  margin-top: -20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #school_lp_coach .sec_ttl .ttl_ja {
    padding: 4px 8px;
    margin-top: -7px;
  }
}

#school_lp_coach .coach_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 1.8181818182%;
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  #school_lp_coach .coach_list {
    gap: 15px 3%;
    justify-content: center;
    margin-top: 40px;
  }
}

#school_lp_coach .coach_list .coach_item {
  width: 23.6363636364%;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #school_lp_coach .coach_list .coach_item {
    width: 48.5%;
  }
}

#school_lp_coach .coach_list .coach_item .img {
  background-color: #e50019;
  line-height: 0;
}

#school_lp_coach .coach_list .coach_item .img img {
  line-height: 0;
}

#school_lp_coach .coach_list .coach_item .txt_wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 30px;
  text-align: center;
  color: #fff;
  background-color: #e50019;
}

@media screen and (max-width: 767px) {
  #school_lp_coach .coach_list .coach_item .txt_wrap {
    padding: 15px 10px 20px;
  }
}

#school_lp_coach .coach_list .coach_item .txt_wrap>div {
  flex: 1;
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  #school_lp_coach .coach_list .coach_item .txt_wrap>div {
    min-height: inherit;
  }
}

#school_lp_coach .coach_list .coach_item .txt_wrap .position {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #school_lp_coach .coach_list .coach_item .txt_wrap .position {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

#school_lp_coach .coach_list .coach_item .txt_wrap .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0.375em;
}

@media screen and (max-width: 767px) {
  #school_lp_coach .coach_list .coach_item .txt_wrap .name {
    font-size: 18px;
  }
}

#school_lp_coach .coach_list .coach_item .txt_wrap .txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  #school_lp_coach .coach_list .coach_item .txt_wrap .txt {
    font-size: 12px;
    line-height: 1.5833333333;
  }
}

#school_lp_coach .coach_list .coach_item .txt_wrap .btn {
  margin-top: 20px;
}

#school_lp_coach .coach_list .coach_item .txt_wrap .btn a {
  display: block;
  max-width: 165px;
  text-align: center;
  color: #e50019;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5714285714;
  padding: 4px 10px;
  background-color: #fff;
  margin: 0 auto;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  #school_lp_coach .coach_list .coach_item .txt_wrap .btn a {
    max-width: 112px;
    padding: 0 10px;
  }
}

#school_lp_coach .coach_list .coach_item .txt_wrap .btn a:hover {
  opacity: 0.7;
}


/* school_lp_footer
--------------------------------*/
#school_lp_footer .fixed_bnr {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 18.23%;
  max-width: 350px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .fixed_bnr {
    width: 34.4%;
    right: 10px;
    bottom: 10px;
  }
}

#school_lp_footer .fixed_bnr a {
  display: block;
  transition: opacity 0.3s;
}

#school_lp_footer .fixed_bnr a:hover {
  opacity: 0.7;
}

#school_lp_footer .inner {
  max-width: 1100px;
  width: 91.428571%;
  margin: 0 auto;
}

/* ----- school_lp_recruit ----- */
#school_lp_footer .school_lp_recruit {
  background: url(../img/bg_recruit.png) no-repeat center / cover;
  width: 100%;
  aspect-ratio: 3841/981;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 490px;
}
@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_recruit {
    aspect-ratio: 1400/1506;
    background-image: url(../img/bg_recruit_sp.png);
    min-height: auto;
  }
}
#school_lp_footer .school_lp_recruit .sec_ttl {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_recruit .sec_ttl img {
    height: 44px;
  }
}
#school_lp_footer .school_lp_recruit .txt01,
#school_lp_footer .school_lp_recruit .txt_contact {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(47/20);
  margin-top: 35px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_recruit .txt01,
  #school_lp_footer .school_lp_recruit .txt_contact {
    font-size: 14px;
    line-height: calc(48/28);
    margin-top: 25px;
  }
}
#school_lp_footer .school_lp_recruit .txt_contact a {
  color: #fff;
  transition: opacity 0.3s;
}
#school_lp_footer .school_lp_recruit .txt_contact a:hover {
  opacity: 0.7;
}

/* ----- school_lp_partner ----- */
#school_lp_footer .school_lp_partner {
  background-color: #000;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_partner {
    padding: 45px 0 55px;
  }
}
#school_lp_footer .school_lp_partner .sec_ttl {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_partner .sec_ttl img {
    height: 44px;
  }
}
#school_lp_footer .school_lp_partner .list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_partner .list {
    gap: 15px 3.125%;
    margin-top: 35px;
  }
}
#school_lp_footer .school_lp_partner .list li {
  width: 300px;
}
@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_partner .list li {
    width: 46.875%;
  }
}
#school_lp_footer .school_lp_partner .list a {
  color: #fff;
  transition: opacity 0.3s;
}
#school_lp_footer .school_lp_partner .list a:hover {
  opacity: 0.7;
}



/* ----- school_lp_cta ----- */
#school_lp_footer .school_lp_cta {
  padding: 43px 0 84px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_cta {
    padding: 25px 0 35px;
  }
}

#school_lp_footer .school_lp_cta .logo {
  width: 121px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_cta .logo {
    width: 55px;
  }
}

#school_lp_footer .school_lp_cta .btn01 {
  margin: 49px 0 26px;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_cta .btn01 {
    margin: 25px 0 20px;
  }
}

#school_lp_footer .school_lp_cta .btn01 a {
  display: block;
  max-width: 530px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  padding: 10px 20px;
  background-color: #fff;
  margin: 0 auto;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_cta .btn01 a {
    max-width: 265px;
    font-size: 15px;
    line-height: 1.6666666667;
    padding: 8px 15px;
  }
}

#school_lp_footer .school_lp_cta .btn01 a:hover {
  opacity: 0.7;
}

#school_lp_footer .school_lp_cta .btn02 {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_cta .btn02 {
    margin: 25px 0 0;
  }
}

#school_lp_footer .school_lp_cta .btn02 a {
  display: block;
  max-width: 230px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 20px;
  border: 2px solid #fff;
  margin: 0 auto;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_cta .btn02 a {
    max-width: 175px;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #fff;
  }
}

#school_lp_footer .school_lp_cta .btn02 a:hover {
  opacity: 0.7;
}

#school_lp_footer .school_lp_cta .txt {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1666666667;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .school_lp_cta .txt {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

#school_lp_footer .school_lp_cta .txt a {
  color: #fff;
  transition: opacity 0.3s;
}
#school_lp_footer .school_lp_cta .txt a:hover {
  opacity: 0.7;
}

#school_lp_footer .footer {
  padding: 60px 0 50px;
  background-color: #e50019;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .footer {
    padding: 30px 0 26px;
  }
}

#school_lp_footer .footer .logo {
  max-width: 457px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .footer .logo {
    max-width: 228px;
  }
}

#school_lp_footer .footer .logo a {
  display: block;
  transition: opacity 0.3s;
}

#school_lp_footer .footer .logo a:hover {
  opacity: 0.7;
}

#school_lp_footer .footer .logo a img {
  vertical-align: bottom;
}

#school_lp_footer .footer .copyright {
  max-width: 356px;
  line-height: 1;
  margin: 58px auto 0;
}

@media screen and (max-width: 767px) {
  #school_lp_footer .footer .copyright {
    width: 178px;
    margin: 30px auto 0;
  }
}

#school_lp_footer .footer .copyright img {
  vertical-align: bottom;
}