@charset "UTF-8";
/* import */
/* font set ----------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* color set ----------------------- */
/* breakpoint ----------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #38383B;
  font-family: "Hiragino Kaku Gothic ProN W3", "Kaku Gothic Pro W3", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  background-color: #ffffff;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}

.ly_inner_1000 {
  margin: auto;
  max-width: 1000px;
  padding: 0 20px;
}

.ly_w1000 {
  max-width: 1000px;
  margin: auto;
}

/* flex style */
.ly_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .ly_flx_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flx_jc_sbtw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ly_lblue {
  background: #F1F3F7;
}

/* header */
.hd_inner {
  margin: auto;
  max-width: 1920px;
}
@media screen and (min-width: 960px) {
  .hd_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px 20px;
  }
}

@media screen and (min-width: 960px) {
  .hd_ttl {
    padding-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .hd_ttl img {
    max-width: 364px;
    width: 18.95vw;
  }
}

.hd_nav {
  text-align: right;
}

.hd_nav_list {
  padding-top: 20px;
}
.hd_nav_list li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 0 10px;
}
.hd_nav_list li a {
  color: #00204D;
  text-decoration: none;
}

.hd_btn {
  background: #00204D;
  border-radius: 0 0 10px 10px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

/* tags */
.tags_cat {
  font-weight: bold;
  border-radius: 1.2rem;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
}

/* footer */
.ft_inner {
  padding: 40px 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .ft_inner {
    padding: 40px 0;
    text-align: left;
  }
}

.ft_ttl img {
  max-width: 220px;
}

.ft_info {
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .ft_info {
    padding-bottom: 0;
  }
}

.ft_adress {
  font-size: 1.3rem;
  padding: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .ft_adress {
    font-size: 1.3rem;
  }
}

.ft_copy {
  background: #00204D;
  font-size: 1.1rem;
  color: #fff;
  padding: 23.5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ft_copy {
    font-size: 1.3rem;
  }
}

header.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
header.DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 960px) {
  header {
    background: #fff;
  }
}

.bl_header {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bl_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 50px;
  }
}
.bl_header__top {
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.3);
  padding: 8vw;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 0;
  max-height: 25.6vw;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .bl_header__top {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    padding: 0;
    width: auto;
  }
}
.bl_header__ttl {
  width: 26.6vw;
}
@media screen and (min-width: 960px) {
  .bl_header__ttl {
    height: auto;
    padding: 0;
    width: 140px;
  }
}
.bl_header__submenu {
  line-height: 1em;
}
@media screen and (min-width: 960px) {
  .bl_header__submenu {
    display: none;
  }
}
.bl_header__submenu a {
  font-size: 1.4rem;
  font-weight: normal;
  color: #2d2d2e !important;
  display: inline-block;
  ＆: nth-child();
}
.bl_header__list {
  font-size: 2.8rem;
  padding: 8vw;
  padding-top: 33.6vw;
  padding-bottom: 40px;
  height: 100vh;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .bl_header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    margin-top: 30px;
    padding: 0;
  }
}
.bl_header__item {
  padding: 0 20px;
  position: relative;
  margin-bottom: 9.3vw;
}
@media screen and (min-width: 960px) {
  .bl_header__item {
    margin-bottom: 0;
  }
}
.bl_header a {
  color: #4858A4;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.bl_header__sns {
  position: absolute;
  right: 10px;
  top: calc(50vh - 45px + 14.8vw);
}
@media screen and (min-width: 960px) {
  .bl_header__sns {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}
.bl_header__sns li {
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .bl_header__btn {
    display: none;
  }
}

.current:before {
  background: #FFF474;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
@media screen and (min-width: 960px) {
  .current:before {
    top: calc(50% - 18px);
  }
}

/*スマホナビ*/
.gnav_sp {
  display: block;
  right: -120vw;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: fixed;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .gnav_sp {
    z-index: 12;
    position: static;
  }
}

.gnav_sp.sp_nav_fix {
  right: 0;
  z-index: 12;
  width: 100%;
}

.bl_header_sp__btn {
  bottom: 8vw;
  position: absolute;
  right: 8vw;
  z-index: 100;
}
@media screen and (min-width: 960px) {
  .bl_header_sp__btn {
    display: none;
  }
}
.bl_header_sp__btn span {
  border-bottom: 1px solid #4858A4;
  display: block;
  padding: 5px 0;
  width: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_header_sp__btn.gnav_sp_close span:nth-child(2) {
  display: none;
}
.bl_header_sp__btn.gnav_sp_close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding: 0;
}
.bl_header_sp__btn.gnav_sp_close span:last-child {
  padding: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bl_footer__inner {
  color: #4858A4;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  padding: 50px 40px;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (min-width: 960px) {
  .bl_footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_footer__ttl {
  margin-bottom: 30px;
  max-width: 135px;
  width: 7vw;
}
.bl_footer__info {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_footer__info {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .bl_footer__info {
    width: 38.8%;
  }
}
.bl_footer__infoList {
  font-size: 1.2rem;
}
.bl_footer__infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2.2em;
  letter-spacing: 0.08em;
}
.bl_footer__infoName {
  width: 21.5%;
}
.bl_footer__infoData {
  width: 78.5%;
}
.bl_footer__cate {
  color: #4858A4;
  display: none;
  font-size: 1.2rem;
  height: 100%;
  margin-top: 5.831vw;
}
@media screen and (min-width: 768px) {
  .bl_footer__cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .bl_footer__cate {
    width: 53.7%;
  }
}
.bl_footer__cateTtl {
  font-size: 1.8rem;
  font-weight: 600;
}
.bl_footer__cateList {
  height: 100%;
  padding-left: 5px;
  position: relative;
  width: 19%;
}
.bl_footer__cateList a {
  color: #4858A4;
  cursor: pointer;
  display: block;
}
.bl_footer__cateList:last-child {
  width: 23.3%;
}
.bl_footer__cateList:before {
  background: #DEDFF0;
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: -1;
}
.bl_footer__sns {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bl_footer__sns {
    text-align: right;
  }
}
.bl_footer__sns a {
  display: inline-block;
}
.bl_footer__sns a:first-child {
  margin-right: 20px;
}

.ft_bnr {
  max-width: 320px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .ft_bnr {
    margin-right: 0;
  }
}

.bl_copy {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bl_copy {
    text-align: right;
  }
}

/* font set ----------------------- */
/* color set ----------------------- */
/* breakpoint ----------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #38383B;
  font-family: "Hiragino Kaku Gothic ProN W3", "Kaku Gothic Pro W3", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  background-color: #ffffff;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}

.ly_inner_1000 {
  margin: auto;
  max-width: 1000px;
  padding: 0 20px;
}

.ly_w1000 {
  max-width: 1000px;
  margin: auto;
}

/* flex style */
.ly_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .ly_flx_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flx_jc_sbtw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ly_lblue {
  background: #F1F3F7;
}

/* header */
.hd_inner {
  margin: auto;
  max-width: 1920px;
}
@media screen and (min-width: 960px) {
  .hd_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px 20px;
  }
}

@media screen and (min-width: 960px) {
  .hd_ttl {
    padding-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .hd_ttl img {
    max-width: 364px;
    width: 18.95vw;
  }
}

.hd_nav {
  text-align: right;
}

.hd_nav_list {
  padding-top: 20px;
}
.hd_nav_list li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 0 10px;
}
.hd_nav_list li a {
  color: #00204D;
  text-decoration: none;
}

.hd_btn {
  background: #00204D;
  border-radius: 0 0 10px 10px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

/* tags */
.tags_cat {
  font-weight: bold;
  border-radius: 1.2rem;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
}

/* footer */
.ft_inner {
  padding: 40px 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .ft_inner {
    padding: 40px 0;
    text-align: left;
  }
}

.ft_ttl img {
  max-width: 220px;
}

.ft_info {
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .ft_info {
    padding-bottom: 0;
  }
}

.ft_adress {
  font-size: 1.3rem;
  padding: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .ft_adress {
    font-size: 1.3rem;
  }
}

.ft_copy {
  background: #00204D;
  font-size: 1.1rem;
  color: #fff;
  padding: 23.5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ft_copy {
    font-size: 1.3rem;
  }
}

header.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
header.DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: "Nothing You Could Do", cursive;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  background-color: #ffffff;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}
body img {
  max-width: 100%;
}
body a {
  display: block;
  text-decoration: none;
}

/* color set ----------------------- */
.el_lv2Heading {
  color: #184EA8;
  text-align: center;
  font-size: 6.8rem;
  line-height: 1.2;
  padding-bottom: 4rem;
  font-family: "Nothing You Could Do", cursive;
}
.el_lv2Heading .el_lv2Heading_span {
  display: block;
  padding-top: 0.2rem;
  font-size: 1.8rem;
  font-family: Noto Sans CJK JP;
  line-height: 26px;
}

.el_btn {
  width: 24rem;
  height: 6rem;
  margin: 0 auto;
  border-radius: 3rem;
  border: 2px solid #02307E;
  text-align: center;
}
.el_btn .btnarrow {
  display: block;
  position: relative;
  color: #01307E;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
  padding:1.4rem 7.8rem 1.4rem 5rem;
}
.el_btn .btnarrow::before {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  right: 4rem;
  width: 20px;
  height: 1px;
  background: #02307E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el_btn .btnarrow::after {
  content: "";
  position: absolute;
  bottom: 2.8rem;
  right: 4rem;
  width: 10px;
  height: 1px;
  background: #02307E;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el_btn .btnarrow:hover {
  background: #C6DDF4;
  border-radius: 3rem;
  width: 23.6rem;
  width: 100%;
  height: 5.58rem;
}

.ft_adress {
  font-weight: 300;
}

.news_img img {
  border-radius: 6px;
  border: 1px solid #fff;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
}

.sp_br {
  display: none;
}

.sp__br {
  display: none;
}

.sp_block {
  display: none;
}

.footer_sp, .ft_over_gnav {
  display: none;
}

.mg_btm16_10 {
  margin-bottom: 16rem !important;
}

.burger_btn_wrap {
  display: none;
}

.follow_banner {
  position: fixed;
  right: 0;
  bottom: 5vw;
  z-index: 3;
}
.follow_banner img {
  width: 8.3rem;
}

.topnews_btn {
  background-color: initial;
  border: 2px solid #fff;
}
.topnews_btn .btnarrow {
  color: #fff;
}
.topnews_btn .btnarrow::before {
  background: #fff;
}
.topnews_btn .btnarrow::after {
  background: #fff;
}

.sp_nav_wrapper, .burger-btn {
  display: none;
}

.sp_ft_over_gnav {
  display: none;
}

#voice {
  padding-top: 200px;
}

.bl_voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_voice__item {
  max-width: 300px;
  margin: 40px 20px;
  width: calc(33.33% - 40px);
}
.bl_voice__img {
  position: relative;
}
.bl_voice__img img {
  border: 1px solid #02307E;
  border-radius: 6px;
}
.bl_voice__ttl {
  color: #00204D;
  font-size: 1.8rem;
  padding-top: 20px;
}

.tag_voice {
  border-radius: 0 20px 20px 0;
  bottom: 24px;
  color: #fff;
  font-size: 1.5rem;
  left: 0;
  line-height: 1em;
  padding: 8px 0;
  position: absolute;
  text-align: center;
  width: 120px;
}
.tag_voice.__cur {
  background: #EF6685;
}
.tag_voice.__grad {
  background: #184EA8;
}

.mv_sp {
  display: none;
}

.mv {
  margin-bottom: 26rem;
  padding-top: 108px;
  position: relative;
}
.mv .mv_img img {
  -webkit-filter: drop-shadow(0 10px 30px rgba(2, 102, 126, 0.2));
          filter: drop-shadow(0 10px 30px rgba(2, 102, 126, 0.2));
}
.mv .mv_flower {
  position: absolute;
  z-index: 2;
  bottom: -11vw;
  right: 0;
  height: 100%;
  width: 100%;
}
.mv .mv_txt {
  position: absolute;
  z-index: 3;
  bottom: -12.5vw;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 87vw;
}
.mv .mv_txt img {
  width: 100%;
}

.sp_btmnav {
  display: none;
}

.scrolldown {
  display: none;
}

header {
  position: fixed;
  height: 108px;
  width: 100%;
  z-index: 999;
}

header .UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
header .DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 959px) {
  header {
    height: 6rem;
  }
  .mv {
    padding-top: 0 !important;
  }
  .mv_under {
    padding-top: 0 !important;
  }
}
/* TOPページ =================================================================================================================== */
.ly_contents_body {
  background-color: #F4F6FC;
  margin-bottom: 12.6rem;
  position: relative;
}
.ly_contents_body .contents_list {
  padding: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 715px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ly_contents_body .contents_list .contents_item {
  /*
  background-color: #fff;
  border: 1px solid #02307E;
  border-radius: 0.6rem;
  margin-bottom: 4rem;
  text-align: center;*/
  /*1117*/
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  padding: 0 12px 12px 0;
  width: 32%;
  /*1117*/
}
.ly_contents_body .contents_list .contents_item:after {
  content: "";
  background: #ABBAD7;
  border: 1px solid #02307E;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 180px;
  z-index: -1;
  border-radius: 6px;
}
.ly_contents_body .contents_list .contents_item a {
  width: 22rem;
  height: 18rem;
  /* 1117 */
  background: #fff;
  background-color: #fff;
  border: 1px solid #02307E;
  border-radius: 0.6rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ly_contents_body .contents_list .contents_item a:hover {
  background: #C6DDF4;
}
.ly_contents_body .contents_list .contents_item a .contents_item_icon {
  width: 10.9rem;
  margin: 0 auto;
  padding-top: 3.2rem;
  margin-bottom: 0.8rem;
}
.ly_contents_body .contents_list .contents_item a .contents_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_contents_body .contents_list .contents_item a .contents_item_ttl .el_lv3Heading_contents {
  font-size: 2rem;
  color: #184EA8;
  line-height: 3rem;
  letter-spacing: -0.02em;
}
.ly_contents_body .contents_list .contents_item a .contents_item_ttl .fa-solid::before {
  font-size: 2.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  padding-left: 1rem;
}

.ly_information {
  margin-bottom: 10rem;
}
.ly_information .ly_information_body {
  max-width: 768px;
  margin: auto;
  margin-bottom: 4rem;
}

.information_list .information_item {
  padding-bottom: 2rem;
  border-bottom: 1px dotted #02307E;
}
.information_list .information_item:not(:first-of-type) {
  padding-top: 3rem;
}

.information_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.information_cont .information_day {
  font-size: 1.4rem;
  font-weight: bold;
  color: #01307E;
}
.information_cont .oshirase {
  background-color: #02307E;
}
.information_cont .nyushi {
  background-color: #0F8FD3;
}
.information_cont .event {
  background-color: #27C48D;
}

.information_ttl a {
  color: #00204D;
  font-weight: 600;
  font-size: 1.8rem;
}

/*1117*/
.tags_info {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 2rem;
  padding: 2px 20px;
}

.ly_news {
  position: relative;
}
.ly_news::after {
  content: "";
  background: url(../img/topnews_back02.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -1;
  height: 46rem;
  bottom: -10rem;
  width: 100%;
}

.news_wrap {
  background-image: url(../img/topnews_back.png);
  margin-left: 20vw;
  background-position: top right;
  background-repeat: no-repeat;
  margin-bottom: 33rem;
  padding-bottom: 10rem;
  border-radius: 10px 0 0 10px;
}
.news_wrap .topnews_h2 {
  color: #fff;
  padding-top: 6rem !important;
  text-align: left;
  width: 16rem;
  padding-left: 6rem;
  white-space: nowrap;
}
.news_wrap .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 28.1rem;
}

.news_item {
  width: 300px;
}
.news_item a {
  position: relative;
}
.news_item a .news_img {
  width: 280px;
  padding: 1px;
  line-height: initial;
}
.news_item a .news_img img {
  border-radius: 6px;
  border: 1px solid #fff;
}
.news_item a .news_item_inner {
  width: 25rem;
  height: 11rem;
  border: #02307E 1px solid;
  background: #FFF;
  position: absolute;
  left: 5rem;
  bottom: -7.3rem;
}
.news_item a .news_item_inner .news_cat {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 14rem;
  height: 3rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 0 0 1rem 0;
}
.news_item a .news_item_inner .news_cat.__lesson {
  background-color: #184EA8;
}
.news_item a .news_item_inner .news_cat.__region {
  background-color: #4892DD;
}
.news_item a .news_item_inner .news_cat.__event {
  background-color: #3ABFDE;
}
.news_item a .news_item_inner .news_day {
  font-size: 1.2rem;
  color: #000;
  position: absolute;
  content: "";
  top: 6.5px;
  right: 10px;
  font-family: Noto Sans CJK JP;
  font-weight: 300;
}
.news_item a .news_item_inner .news_ttl {
  font-size: 1.3rem;
  padding: 1.5rem 1rem 0 1rem;
  color: #000;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
}

.ly_features {
  margin-bottom: 10rem;
}
.ly_features .ly_features_body {
  background-color: #F4F6FC;
}
.ly_features .ly_features_body .features_list_pc {
  max-width: 700px;
  margin: auto;
  padding: 8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ly_features .ly_features_body .features_list_pc .features_item {
  width: 23rem;
  margin-bottom: 1.8rem;
}
.ly_features .ly_features_body .features_list_pc .features_item .features_item_ttl {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 1.5rem;
  color: #01307E;
}
.ly_features .ly_features_body .features_list_pc .features_item .features_item_ttl span {
  font-size: 12px;
  font-family: Noto Sans CJK JP;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.ly_features .ly_features_body .features_list_pc .features_item .features_item_txt {
  color: #01307E;
  white-space: nowrap;
}
.ly_features .ly_features_body .features_list_pc .features_item img {
  width: 278px;
}
.ly_features .ly_features_body .features_list_pc .features_item:nth-of-type(2) .features_item_ttl {
  padding-bottom: initial;
}
.ly_features .ly_features_body .features_list_pc .features_item:nth-of-type(2) .features_item_ttl span {
  display: block;
  font-size: 1.2rem;
  font-family: Noto Sans CJK JP;
  letter-spacing: -0.02;
}
.ly_features .ly_features_body .features_list_pc .features_item:nth-of-type(4) {
  margin-right: 4rem;
}
.ly_features .ly_features_body .features_list_sp {
  display: none;
}

.ly_voice {
  /*  margin-bottom: 4rem;*/
  position: relative;
  padding: 0 !important;
}

.ft_over_list {
  background-color: #F4F6FC;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.1) inset;
          box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.1) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 6rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ft_over_list .ft_over_item:nth-child(1) {
  margin-right: 2rem;
}
.ft_over_list .ft_over_item a {
  width: 35rem;
  height: 12rem;
}

.ft_over_map {
  margin-bottom: 6rem;
  height: 44rem;
}

.ft_over_gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 356px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.ft_over_gnav .ft_over_item a {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 300;
  color: #00204D;
}

/*アニメーション*/
.ani_fade {
  position: relative;
  opacity: 0;
}

.ani_fade.active {
  -webkit-animation: ani_fade 1s ease 0.4s 1 forwards;
  animation: ani_fade 1s ease 0.4s 1 forwards;
}

@-webkit-keyframes ani_fade {
  100% {
    opacity: 1;
  }
}
@keyframes ani_fade {
  100% {
    opacity: 1;
  }
}
/*トップメイン*/
.js_mv_slider .slick-current > img {
  -webkit-animation: zoomUp 10s linear 0s normal both;
  animation: zoomUp 10s linear 0s normal both;
}

.bl_top__header .d-pc {
  position: relative;
  overflow: hidden;
}

.bl_top__header .d-pc::after {
  position: absolute;
  right: -230px;
  top: 0;
  content: "";
  width: 17.968vw;
  max-width: 230px;
  height: 100%;
  background: rgb(168, 62, 133);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(168, 62, 133, 0.9)), to(rgba(171, 44, 124, 0.9)));
  background: linear-gradient(0deg, rgba(168, 62, 133, 0.9) 0%, rgba(171, 44, 124, 0.9) 100%);
  -webkit-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s;
}

.bl_top__header .active.d-pc::after {
  right: 0;
}

@media screen and (max-width: 960px) {
  .bl_top__header .d-pc::after {
    width: 22vw;
  }
}
.nav_main__wrap {
  height: 100%;
  background: none;
}

.nav_main {
  z-index: 5;
  overflow: hidden;
  right: -230px;
  -webkit-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s;
}

.active .nav_main {
  right: 0;
}

.bl_top__header .slick-slide > img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_mv_bnr {
  z-index: -1;
  bottom: -9.14vw;
  -webkit-transition: all 0.6s ease 2s;
  transition: all 0.6s ease 2s;
}

.active .bl_mv_bnr {
  z-index: 3;
  bottom: 0;
  background: url(../img/bg_top_main__bnr.webp) no-repeat center top;
  background-size: cover;
}

/*追従ナビ*/
.gnav_pc {
  position: fixed;
  right: -176px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: -1;
}

.gnav_pc.gnav_pc.fixed {
  right: 0;
  z-index: 10;
}

/*スマホナビ*/
.gnav_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .gnav_sp {
    display: block;
    right: -61.323vw;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    z-index: -1;
  }
  .gnav_sp.sp_nav_fix {
    right: 0;
    z-index: 10;
  }
  .gnav_sp_close {
    color: #fff;
    position: absolute;
    left: 12px;
    bottom: 20px;
    z-index: 5;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
  }
}
.bl_top_about__slide {
  position: relative;
}

.bl_top_about__slideItem {
  max-width: 100%;
}

.bl_top_about__slideItem a {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .bl_top_about__slideItem a {
    padding: 0 5px;
  }
  .bl_top_about__slideItem a h3 {
    font-size: 1.8rem;
  }
  .bl_top_about__slideItem a p {
    font-size: 1.5rem;
  }
  .about_slideTxt__item p {
    font-size: 1.5rem;
  }
}
.bl_top_about__slideTxt {
  position: relative;
}

.bl_top_about__slideTxt::before {
  position: absolute;
  left: 20px;
  top: 0;
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background: #DFE5F0;
}

.about_slideTxt__item {
  width: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  cursor: pointer;
  z-index: 5;
}

.about_slideTxt__item.thumbnail-current {
  color: #C96DAD;
}

.about_slideTxt__item.thumbnail-current span {
  background-color: #F0D6EB;
  color: #C96DAD;
}

/* ====================
 学生詳細ページ 
==================== */
.mv_under {
  position: relative;
  margin-bottom: 110px;
  padding-top: 108px;
}
.mv_under .mv_under_pc {
  display: block;
  -webkit-filter: drop-shadow(0px 10px 30px rgba(2, 102, 126, 0.2));
          filter: drop-shadow(0px 10px 30px rgba(2, 102, 126, 0.2));
}
.mv_under .mv_under_sp {
  display: none;
}
.mv_under .mv_under_ttl {
  white-space: nowrap;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 6.8rem;
  font-family: Nothing You Could Do;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
  line-height: 91px;
}
.mv_under .mv_under_ttl .mv_under_ttl_span {
  font-family: ヒラギノ角ゴシック;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  line-height: 31px;
  letter-spacing: 0.075em;
}
.mv_under .mv_under_flower {
  position: absolute;
  bottom: -6rem;
  left: 0;
}
.mv_under .mv_under_flower img {
  width: 22vw;
}

.under_wrap {
  width: 50vw;
  max-width: 96rem;
  /*width: 96rem;*/
  margin: 0 auto;
  border-radius: 4rem;
  border: 1px solid #D2DBE6;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
          box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
  margin-bottom: 4rem;
  background-color: #fff;
  position: relative;
}

.under_wrap_square {
  width: 50vw;
  max-width: 96rem;
  /*    width: 96rem;*/
  margin: 0 auto;
  border-radius: 4rem;
  border: 1px solid #D2DBE6;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
          box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
  margin-bottom: 4rem;
  background-color: #fff;
  position: relative;
}

.under_postwrap {
  width: 96rem;
  margin: 0 auto;
  border-radius: 4rem;
  border: 1px solid #D2DBE6;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
          box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
  margin-bottom: 4rem;
  background-color: #fff;
  position: relative;
}

.bl_post_wrap {
  width: 80rem;
  margin: 0 auto;
  padding: 8rem 0;
}
.bl_post_wrap img {
  margin-bottom: 3rem;
}

.post_mv {
  margin-bottom: 3.5rem;
}

.bl_post_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}

.under_tag {
  width: 19rem;
  height: 3rem;
  border-radius: 3rem;
  color: #fff;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 0.4rem;
}
.under_tag.__lesson {
  background: #184EA8;
}
.under_tag.__current {
  background: #EF6685;
}

.under_day {
  font-size: 1.4rem;
  font-family: Noto Sans CJK JP;
  font-weight: normal;
  letter-spacing: 0.25;
}

.post_account {
  border-top: 1px solid #00204D;
  padding: 18px 0 4rem 0;
}

.post_name {
  font-size: 1.8rem;
  color: #00204D;
  font-weight: 600;
  padding-bottom: 12px;
  font-family: ヒラギノ角ゴシック;
}

.post_year {
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
}

.bl_post_wrap {
  color: #00204D;
}
.bl_post_wrap h1 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  font-family: Noto Sans CJK JP;
}
.bl_post_wrap h2 {
  color: #184EA8;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.bl_post_wrap h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  position: relative;
}
.bl_post_wrap h3::after {
  position: absolute;
  content: "";
  background: #00204D;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
}
.bl_post_wrap h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  position: relative;
  padding-left: 2rem;
}
.bl_post_wrap h4::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 40px;
  background-color: #C6DDF4;
  top: 0;
  left: 0;
}
.bl_post_wrap p {
  font-weight: 300;
  font-family: ヒラギノ角ゴシック;
  margin-bottom: 4rem;
  line-height: 2;
}
.bl_post_wrap blockquote {
  font-weight: 300;
  font-family: ヒラギノ角ゴシック;
  padding: 3rem;
  background-color: #F4F6FC;
  border-radius: 0.2rem;
  line-height: 2;
}

.post_pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 46.4rem;
  margin: 0 auto;
  margin-bottom: 14rem;
  position: relative;
}
.post_pagenation .post_pagenation_left {
  min-width: 90px;
  color: #184EA8;
}
.post_pagenation .post_pagenation_left .fa-solid::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f053";
  font-size: 1.2rem;
}
.post_pagenation .post_pagenation_left a {
  color: #184EA8;
  padding-top: 1.7rem;
  font-size: 1.8rem;
  position: relative;
}
.post_pagenation .post_pagenation_left a .fa-solid {
  position: absolute;
  top: 1.5rem;
  left: -2rem;
}
.post_pagenation .post_pagenation_right {
  position: relative;
  min-width: 90px;
  color: #184EA8;
}
.post_pagenation .post_pagenation_right .fa-solid::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  font-size: 1.2rem;
}
.post_pagenation .post_pagenation_right a {
  color: #184EA8;
  padding-top: 1.7rem;
  font-size: 1.8rem;
  position: relative;
}
.post_pagenation .post_pagenation_right a .fa-solid {
  position: absolute;
  top: 1.5rem;
  right: -2rem;
}
.post_pagenation .post_pagenation_center {
  text-align: center;
  position: relative;
  margin-top: 1rem;
}
.post_pagenation .post_pagenation_center a {
  font-size: 1.8rem;
  color: #184EA8;
  position: absolute;
  width: 200px;
  height: 60px;
  top: 50%;
  left: 50%;
  border-radius: 3rem;
  border: 2px solid #184EA8;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding-top: 1.6rem;
}
.post_pagenation .post_pagenation_center a:hover {
  background-color: #E2EAF4;
}
.post_pagenation .post_pagenation_center::before {
  content: "";
  position: absolute;
  bottom: 14px;
  left: -70px;
  width: 18px;
  height: 1px;
  background: #184EA8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.post_pagenation .post_pagenation_center::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: -72px;
  width: 10px;
  height: 1px;
  background: #184EA8;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.under_box {
  width: 96rem;
  margin: 0 auto;
}

/* ====================
 学生ニュース一覧ページ 
==================== */
.under_taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 860px;
  margin: 0 auto;
  margin-bottom: 10rem;
}

.under_tagitem a {
  width: 200px;
  height: 40px;
  border-radius: 3rem;
  border: 2px solid #184EA8;
  text-align: center;
  color: #184EA8;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
  padding-top: 0.6rem;
  font-weight: 500;
}
.under_tagitem .__lesson {
  background-color: #184EA8;
  border: none;
  color: #fff;
  padding-top: 0.7rem;
}
.under_tagitem .__region {
  background-color: #4892DD;
  color: #fff;
  border: none;
  padding-top: 0.7rem;
}
.under_tagitem .__event {
  background-color: #39BFDE;
  color: #fff;
  border: none;
  padding-top: 0.7rem;
}

.under_newsitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 7rem;
}
.under_newsitem .news_item {
  margin-bottom: 14rem;
  margin-right: 3rem;
}
.under_newsitem .news_item:nth-of-type(3n) {
  margin-right: 0;
}
.under_newsitem .news_item .news_img img {
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
}
.under_newsitem .news_item .news_item_inner {
  border: none;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.16);
}

.news_pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25rem;
  margin: 0 auto;
  margin-bottom: 15rem;
}
.news_pagenation .news_pagenation_number a {
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  text-align: center;
  padding-top: 0.8rem;
  padding-left: 0.1rem;
  background: #184EA8;
  color: #fff;
}
.news_pagenation .news_pagenation_number .__edge {
  background-color: #D3DBE6;
  color: #184EA8;
}
.news_pagenation .news_pagenation_left {
  margin-top: 0.6rem;
}
.news_pagenation .news_pagenation_left .fa-solid::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f104";
  font-size: 1.2rem;
  color: #184EA8;
}
.news_pagenation .news_pagenation_right {
  margin-top: 0.6rem;
}
.news_pagenation .news_pagenation_right .fa-solid::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  font-size: 1.2rem;
  color: #184EA8;
}

/* ====================
 在校生・卒業生の声一覧
==================== */
.under_taglist.__voice {
  width: 64rem;
}
.under_taglist .under_tagitem .__current {
  background-color: #EF6685;
  color: #fff;
  border: none;
  padding-top: 0.8rem;
}
.under_taglist .under_tagitem .__graduation {
  background-color: #184EA8;
  color: #fff;
  border: none;
  padding-top: 0.8rem;
}

.under_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.8rem;
  width: 96rem;
  margin: 0 auto;
}

.under_voiceitem {
  width: 300px;
  margin-bottom: 3.7rem;
  margin-right: 3rem;
}
.under_voiceitem:nth-of-type(3n) {
  margin-right: 0;
}
.under_voiceitem .voice_img {
  position: relative;
  margin-bottom: 2rem;
}
.under_voiceitem .voice_img img {
  border: 1px solid #02307E;
  border-radius: 6px;
}
.under_voiceitem .voice_img .under_voiceyear {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  padding: 0.3rem 2rem 0 2rem;
  border-radius: 0 1.5rem 1.5rem 0;
  height: 3rem;
}
.under_voiceitem .voice_img .under_voiceyear.__graduation {
  background-color: #184EA8;
}
.under_voiceitem .voice_img .under_voiceyear.__current {
  background-color: #EF6585;
}
.under_voiceitem .under_voicettl {
  color: #00204D;
  font-size: 1.8rem;
}

/* ====================
 卒業後の進路
==================== */
.anchorlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10rem;
}
.anchorlink .anchorlink_item {
  width: 15rem;
  height: 7rem;
  position: relative;
}
.anchorlink .anchorlink_item a {
  color: #184EA8;
  text-align: center;
  font-size: 1.5rem;
  width: 15rem;
  height: 7rem;
  position: relative;
  padding: 9px 0 11px 0;
}
.anchorlink .anchorlink_item a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 69px;
  background-color: #C6DDF4;
  position: absolute;
  top: 0;
  left: 0;
}
.anchorlink .anchorlink_item:last-of-type::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 69px;
  background-color: #C6DDF4;
  position: absolute;
  top: 0px;
  right: 0;
}
.anchorlink .anchorlink_item .fa-circle-chevron-down::before {
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  display: block;
  padding-top: 0.4rem;
  color: #184EA8;
}
.anchorlink .anchorlink_item .fa-circle-chevron-up::before {
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f139";
  display: block;
  padding-top: 0.4rem;
  color: #184EA8;
}

.bl_ideology{
margin-top:30rem;
}

.ly_course_back01 {
  position: absolute;
  left: 0;
  width: 690px;
  margin: 0 calc(50% - 50vw);
  top: -100px;
  z-index: -1;
}

.ly_course_back02 {
  position: absolute;
  right: 0;
  width: 690px;
  margin: 0 calc(50% - 50vw);
  top: 100px;
  z-index: -1;
}

.ly_course_back04 {
  display: none;
}

.ly_course_back03 {
  position: absolute;
  right: 0;
  margin: 0 calc(50% - 50vw);
  bottom: -100px;
  z-index: -1;
}

.ly_course_back06 {
  display: none;
}

#nationalexam {
  padding-top: 100px;
}

.bl_nationalexam_img {
  max-width: 31rem;
  width: 16.14vw;
  /*width: 31rem;*/
  margin-top: -57px;
  margin-left: 60px;
}

.bl_nationalexam_txt {
  position: absolute;
  right: 6rem;
  width: 480px;
  top: 53px;
  font-weight: 300;
  font-family: ヒラギノ角ゴシック;
  letter-spacing: 0.025em;
  line-height: 3.2rem;
}

.nationalexam_graph {
  max-width: 860px;
  /*width: 860px;*/
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 5rem;
  width: 44.79vw;
}

.nationalexam_graph_sp {
  display: none;
}

.bl_txt_center {
  font-weight: 300;
  width: 76rem;
  margin: 0 auto;
  text-align: center;
  font-family: ヒラギノ角ゴシック;
  letter-spacing: 0.025em;
  line-height: 3.4rem;
  margin-bottom: 15rem;
}

.span_txt_center {
  text-align: center;
}

.bl_nationalexam_environment {
  width: 96rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.bl_nationalexam_environment_sp {
  display: none;
}

.bl_environment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.bl_environment .bl_environment_item {
  width: 47rem;
}
.bl_environment .bl_environment_item .bl_environment_ttl {
  text-align: center;
  font-size: 1.8rem;
  font-family: ヒラギノ角ゴシック;
  width: 31rem;
  height: 4rem;
  border-radius: 6rem;
  background-color: #184EA8;
  color: #fff;
  margin: auto;
  padding-top: 7px;
}
.bl_environment .bl_environment_item .bl_environment_txt {
  margin-top: -20px;
  height: 230px;
  border: 1px solid #184EA8;
  border-radius: 20px;
  padding: 50px 25px 0 25px;
  line-height: 3rem;
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  letter-spacing: 0em;
  color: #00204D;
  text-align: justify;
  text-justify: inter-ideograph;
}

.bl_square {
  margin: 5rem 5vw 6rem 5vw;
}
.bl_square .bl_square_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  width: 100%;
  display: table;
}
.bl_square .bl_square_item .bl_square_number {
  background-color: #184EA8;
  width: 4rem;
  height: 4rem;
  text-align: center;
  color: #fff;
  margin-right: 2rem;
  padding: 0.8rem 0 0; /*0.6rem 1rem 0 1rem*/
}
.bl_square .bl_square_item .bl_square_txt {
  color: #184EA8;
  letter-spacing: 0.025em;
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  color: #00204D;
  font-size: 1.8rem;
  width: 69vw;
  display: table-cell;
  vertical-align: middle;
}

.el_environment_btn {
  width: 467px;
}
.el_environment_btn .btnarrow:hover {
  width: 463px;
}

.bl_career {
  padding: 7rem 12rem 3rem 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_career .bl_career_left, .bl_career .bl_career_right {
  position: relative;
  width: 45%;
}
.bl_career .bl_career_left::after, .bl_career .bl_career_right::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: #C6DDF4;
  position: absolute;
  top: 0;
  left: -3rem;
}
.bl_career .bl_career_left .bl_career_item, .bl_career .bl_career_right .bl_career_item {
  font-weight: 300;
  font-family: ヒラギノ角ゴシック;
  margin-bottom: 1.6rem;
  letter-spacing: 0em;
}

.bl_annotation {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: ヒラギノ角ゴシック;
  width: 72rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.bg_rightblue {
  background-color: rgba(24, 78, 168, 0.05);
}

.pd_btm100_30 {
  padding-bottom: 10rem;
}

.mg_btm240 {
  margin-bottom: 24rem;
}

.mg_btm80 {
  margin-bottom: 8rem;
}

.mg_btm50 {
  margin-bottom: 5rem;
}

.mg_btm100 {
  margin-bottom: 100px;
}

.mg_btm120 {
  margin-bottom: 120px;
}

.mg_top140 {
  margin-top: 14rem;
}

.btn_more {
  display: none;
}

.mg_btm40 {
  margin-bottom: 4rem;
}

/* ====================
  お知らせ
  ==================== */
.under_tagitem .__information {
  background-color: #01307E;
  color: #fff;
  border: #01307E;
  padding-top: 0.7rem;
}
.under_tagitem .__entranceexam {
  background-color: #108FD3;
  color: #fff;
  border: #108FD3;
  padding-top: 0.7rem;
}
.under_tagitem .__information_event {
  background-color: #26C48D;
  color: #fff;
  border: #26C48D;
  padding-top: 0.7rem;
}

/* ====================
 キャンパスライフ
==================== */
.span_anchorlink {
  padding-bottom: 100px;
}

.bl_txt_left {
  font-weight: 300;
  width: 76rem;
  margin: 0 auto;
  font-family: ヒラギノ角ゴシック;
  letter-spacing: 0.025em;
  line-height: 3.4rem;
}

.bl_square_campus {
  padding: 7rem 5vw 7rem 5vw;
}

.pd_btm100 {
  padding-bottom: 100px;
}

.__educational {
  padding-top: 10rem;
}

#goals {
  padding-top: 100px;
}

.bl_goals_list {
  padding: 7rem 5vw;
}
.bl_goals_list .bl_goals_item {
  margin-bottom: 2rem;
}
.bl_goals_list .bl_goals_item .bl_goals_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: table;
  width: 100%;
}
.bl_goals_list .bl_goals_item .bl_goals_flex .bl_goals_number {
  font-family: Nothing You Could Do;
  font-size: 5.6rem;
  color: #01307E;
  padding-right: 4rem;
}
.bl_goals_list .bl_goals_item .bl_goals_flex .bl_goals_number_1 {
  font-family: Nothing You Could Do;
  font-size: 5.6rem;
  color: #01307E;
  padding-right: 5.5rem;
}
.bl_goals_list .bl_goals_item .bl_goals_flex .bl_goals_number_6 {
  font-family: Nothing You Could Do;
  font-size: 5.6rem;
  color: #01307E;
  padding-right: 5rem;
}
.bl_goals_list .bl_goals_item .bl_goals_flex .bl_goals_txt {
  font-size: 1.8rem;
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
  text-justify: inter-ideograph;
}

.bl_curriculum {
  max-width: 98rem;
  margin: 0 auto;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}

.bl_curriculum_item {
  width: 30rem;
  margin: 0 0.5vw;
}

.curriculum_field_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #C6DDF4;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.curriculum_arrow {
  padding-right: 2rem;
  padding-top: 0.4rem;
}
.curriculum_arrow::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  color: #000;
  font-size: 2rem;
}

.add_curriculum_arrow {
  position: relative;
}
.add_curriculum_arrow::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 2rem;
  top: 0.2rem;
  font-size: 2rem;
  background-color: #C6DDF4;
}

.curriculum_arrow_up {
  padding-right: 2rem;
  padding-top: 0.4rem;
}
.curriculum_arrow_up::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  color: #000;
  font-size: 2rem;
}

.add_curriculum_arrow_up {
  position: relative;
}
.add_curriculum_arrow_up::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  color: #000;
  position: absolute;
  right: 2rem;
  top: 0.2rem;
  font-size: 2rem;
  background-color: #C6DDF4;
}

.__wrap02 {
  display: none;
}

.__wrap04 {
  display: none;
}

.__wrap06 {
  display: none;
}

.__curriculum_last {
  padding-bottom: 4rem;
}

.curriculum_schoolyear {
  background-color: #3BA7D6;
  border-radius: 2rem 2rem 0 0;
  height: 6rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.7rem 0;
  letter-spacing: 0.075em;
}

.grade2 {
  background-color: #0079C4;
}

.grade3 {
  background-color: #184EA8;
}

.curriculum_field {
  height: 4rem;
  background-color: #C6DDF4;
  padding: 0.8rem 0 1.2rem 2rem;
  font-family: ヒラギノ角ゴシック;
  font-weight: 400;
}

.bl_curriculum_detail {
  height: 24rem;
  background-color: #F4F6FC;
  padding: 2.2rem 2rem 0 2rem;
}
.bl_curriculum_detail .__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 96px;
}
.bl_curriculum_detail .__third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50px;
}

.curriculum_ttl {
  font-size: 1.4rem;
  font-family: ヒラギノ角ゴシック;
  font-weight: 600;
  padding-bottom: 1rem;
}

.curriculum_txt {
  margin-bottom: 2rem;
}
.curriculum_txt .curriculum_txt_item {
  font-size: 1.4rem;
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  margin-bottom: 0.4rem;
}

.bl_curriculum_specialty {
  height: 44rem;
  background-color: #F4F6FC;
  padding: 2.2rem 0 0 2rem;
}
.bl_curriculum_specialty .__4th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 130px;
}

.bl_curriculum_specialtyonly {
  background-color: #F4F6FC;
  padding: 2.2rem 2rem 0 2rem;
}
.bl_curriculum_specialtyonly .__4th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 130px;
}

.ly_environment {
  padding-top: 120px;
}

.ly_day_schedule {
  width: 70rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 19rem;
}
.ly_day_schedule:last-of-type {
  margin-bottom: 0;
}
.ly_day_schedule .under_wrap {
  width: 70rem !important;
}
.ly_day_schedule .__left {
  margin: initial;
  margin-bottom: 3rem;
}

.bl_schedule_tag {
  margin: 0 0 0 auto;
  width: 26rem;
  height: 7rem;
  border-radius: 8rem;
  background-color: #184EA8;
  border: 1px solid #707070;
  color: #FFF;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 2rem;
  text-align: center;
  padding-top: 1.7rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.bl_schedule_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 61rem;
  margin: 0 auto;
  padding: 5rem 0 5rem 3rem;
}

.bl_schedule_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
}
.bl_schedule_item:last-child {
  margin-bottom: 0;
}
.bl_schedule_item .schedule_time {
  padding-right: 1.6rem;
  font-size: 1.8rem;
  margin-top: -0.125rem;
}
.bl_schedule_item .schedule_period {
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  font-size: 1.8rem;
}

.bl_schedule_list {
  margin-right: 4rem;
}
.bl_schedule_list .__yasumi {
  background-color: rgba(211, 219, 230, 0.5);
  border-radius: 2.8rem;
  width: 240px;
  height: 56px;
  margin-left: -3rem;
  padding: 1.6rem 0 0 2.7rem;
}

.day_schedule_img img {
  width: 33rem;
}

.bl_environment_list {
  width: 96rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 13rem;
}

.environment_item {
  width: 30rem;
  margin-bottom: 7rem;
}
.environment_item img {
  width: 30rem;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
          box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
  margin-bottom: 3rem;
}
.environment_item .environment_item_ttl {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
  color: #184EA8;
  font-family: ヒラギノ角ゴシック;
}
.environment_item .environment_item_txt {
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  line-height: 3.2rem;
  text-align: justify;
}

.under_subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.under_subttl_txt {
  font-size: 2.4rem;
  text-align: center;
  color: #184EA8;
  margin-bottom: 10rem;
  position: relative;
  display: inline-block;
}
.under_subttl_txt::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #184EA8;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mg_btm0 {
  margin-bottom: 0 !important;
}

.bl_rightbox {
  width: 52rem;
  margin-left: 49vw;
  margin-bottom: 6rem;
  position: relative;
}

.rightbox_txt {
  font-weight: 300;
  font-family: ヒラギノ角ゴシック;
  margin-top: 1rem;
  margin-bottom: 36px;
  line-height: 30px;
  letter-spacing: initial;
  text-align: justify;
}
.rightbox_txt p {
  margin-bottom: 1rem;
}
.rightbox_txt p:last-child {
  mrgin-bottom: 0;
}

.rightbox_bg_blue {
  background-color: rgba(24, 78, 168, 0.05);
  border-radius: 10px;
  padding: 3rem 0 3rem 3rem;
  font-family: ヒラギノ角ゴシック;
  line-height: 32px;
}

.rightbox_dt {
  float: left;
  font-weight: 600;
  color: #00204D;
}

.rightbox_dd {
  margin-left: 70px;
  font-weight: 300;
  color: #00204D;
}

.bl_counseling_calendar {
  width: 960px;
  height: 800px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.el_counseling_btn {
  width: 280px !important;
  margin: 0 auto !important;
  border-radius: 3rem !important;
  border-right: initial !important;
  border: 2px solid #01307E !important;
  margin-bottom: 220px !important;
}
.el_counseling_btn .btnarrow {
  padding-left: 4rem;
}
.el_counseling_btn .btnarrow:hover {
  width: 27.6rem;
}

.bl_dormitory {
  width: 96rem;
  margin: 0 auto;
}

.dormitory_img {
  margin-bottom: 2rem;
}

.dormitory_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dormitory_flex img {
  width: 310px;
}

.bl_dormitory_txt {
  margin-top: -20px;
  height: 200px;
  border: 1px solid #184EA8;
  border-radius: 20px;
  padding: 50px 25px 0 25px;
  line-height: 3rem;
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  letter-spacing: 0em;
  color: #00204D;
  text-align: justify;
  text-justify: inter-ideograph;
}
.bl_dormitory_txt .rightbox_dd {
  margin-left: 110px;
}

.span_dormitory_txt .rightbox_dd {
  margin-left: 140px;
}

.bl_partnership {
  width: 73rem;
  margin-left: 38vw;
  margin-bottom: 8rem;
}
.bl_partnership .under_wrap {
  width: 730px;
  margin-top: -34px;
}

.bl_director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  width: 360px;
  position: relative;
  z-index: 1;
}
.bl_director .director_name {
  padding-top: 9rem;
  padding-right: 3rem;
  color: #184EA8;
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
}
.bl_director .director_name .director_name_span {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
}
.bl_director img {
  width: 195px;
}

.bl_director_sp {
  display: none;
}

.ly_partnership {
  padding: 40px 60px 45px 60px;
}

.partnership_ttl {
  font-size: 2rem;
  color: #184EA8;
  letter-spacing: 0.075em;
  position: relative;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
.partnership_ttl::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #184EA8;
  top: 0;
  left: 0;
}

.partnership_txt {
  font-weight: 300;
  font-family: ヒラギノ角ゴシック;
  line-height: 30px;
  text-align: justify;
}
.partnership_txt p {
  margin-bottom: 1rem;
}
.partnership_txt p:last-child {
  margin-bottom: 0;
}

.bl_partnership_list {
  width: 96rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_partnership_list_sp {
  display: none;
}

.partnership_item {
  width: 31rem;
  height: 33rem;
  border-radius: 20px;
  border: 1px solid #D2DBE6;
  margin-bottom: 4rem;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
          box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
}
.partnership_item .partnership_item_ttl {
  width: 23rem;
  height: 3rem;
  margin: 0 auto;
  background-color: #184EA8;
  color: #fff;
  font-size: 1.2rem;
  font-family: ヒラギノ角ゴシック;
  padding-top: 0.65rem;
  text-align: center;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}
.partnership_item .partnership_item_img img {
  border-radius: 2rem 2rem 0 0;
}
.partnership_item .partnership_item_txt {
  text-align: center;
  border-top: 1px solid #D2DBE6;
  padding-top: 4rem;
  margin-top: -1.6rem;
  position: relative;
  z-index: 1;
  font-family: ヒラギノ角ゴシック;
}

.ly_campus_back01 {
  position: absolute;
  left: 0;
  width: 50vw;
  margin: 0 calc(50% - 50vw);
  top: -100px;
  z-index: -1;
}
.ly_campus_back01 img {
  border-radius: 0 80px 80px 0;
}

.ly_campus_back02 {
  position: absolute;
  right: 0;
  width: 50vw;
  margin: 0 calc(50% - 50vw);
  top: -100px;
  z-index: -1;
}
.ly_campus_back02 img {
  border-radius: 80px 0 0 80px;
}

.ly_campus_back03 {
  position: absolute;
  left: 0;
  width: 47vw;
  margin: 0 calc(50% - 50vw);
  top: 155px;
  z-index: -1;
}

.ly_campus_back06 {
  display: none;
}

.ly_campus_back07 {
  display: none;
}

.ly_campus_back04 {
  position: absolute;
  left: 0;
  width: 49vw;
  margin: 0 calc(50% - 50vw);
  top: 160px;
  z-index: -1;
}
.ly_campus_back04 img {
  border-radius: 0 4rem 4rem 0;
}

.mg_top230 {
  margin-top: 230px;
}

.mg_btm230 {
  margin-bottom: 230px;
}

.__campus_rightblue {
  position: relative;
}
.__campus_rightblue::after {
  content: " ";
  position: absolute;
  bottom: -120px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: rgba(24, 78, 168, 0.05);
  z-index: -1;
}

.__dormitory_rightblue {
  position: relative;
}
.__dormitory_rightblue::after {
  content: " ";
  position: absolute;
  bottom: -100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 425px;
  background-color: rgba(24, 78, 168, 0.05);
  z-index: -1;
}

.__partnership_bgimg {
  position: relative;
}
.__partnership_bgimg::after {
  content: " ";
  position: absolute;
  bottom: -100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 690px;
  background-color: rgba(24, 78, 168, 0.05);
  background-image: url(../img/partnership_bgimg.png);
  z-index: -1;
}

.history_icon {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .history_icon {
    margin-bottom: 20px;
  }
}

.history_img {
  width: 280px;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .history_img {
    width: 70vw;
    height: auto;
  }
}

.bl_history {
  width: 680px;
  margin: 0 auto;
}

.history {
  position: relative;
}
.history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background-color: #184EA8;
}
@media screen and (max-width: 768px) {
  .history::before {
    left: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 10px;
  }
}
.history__item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.history__item:nth-of-type(even) {
  margin-left: auto;
}
.history__item:nth-of-type(2) {
  margin-top: -260px;
}
.history__item:nth-of-type(3) {
  margin-top: -4rem;
}
.history__item:nth-of-type(4) {
  margin-top: -4rem;
}
.history__item:nth-of-type(5) {
  margin-top: -2rem;
}
.history__item:nth-of-type(6) {
  margin-top: -55rem;
}
@media screen and (max-width: 767px) {
  .history__item {
    width: 100%;
  }
  .history__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .history__item:nth-of-type(2) {
    margin-top: 20px;
  }
  .history__item:nth-of-type(3) {
    margin-top: 20px;
  }
  .history__item:nth-of-type(4) {
    margin-top: 2rem;
  }
  .history__item:nth-of-type(5) {
    margin-top: 2rem;
  }
  .history__item:nth-of-type(6) {
    margin-top: 2rem;
  }
}
.history__head, .history__body {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .history__head, .history__body {
    padding-left: 36px;
  }
}
@media screen and (min-width: 768px) {
  .history__head, .history__body {
    margin-bottom: 2rem;
  }
  .history__item:nth-of-type(odd) .history__head, .history__item:nth-of-type(odd) .history__body {
    padding-right: 1.5em;
  }
  .history__item:nth-of-type(even) .history__head, .history__item:nth-of-type(even) .history__body {
    padding-left: 1.5em;
  }
}
.history__head {
  position: relative;
  border-bottom: 1px solid #184EA8;
}
@media screen and (max-width: 767px) {
  .history__head {
    border-bottom: initial;
  }
}
.history__head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #184EA8;
  border: 5px solid #184EA8;
}
@media screen and (max-width: 767px) {
  .history__head::after {
    right: auto;
    left: 0;
    top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .history__item:nth-of-type(even) .history__head::after {
    right: auto;
    left: -10px;
  }
}
.history__body > *:first-child {
  margin-top: 0 !important;
}
.history__ttl {
  font-size: 5rem;
  font-family: Nothing You Could Do;
  color: #01307E;
  line-height: 3rem;
}
.history__ttl .span_month {
  font-size: 1.6rem;
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .history__ttl {
    font-size: 4rem;
  }
}
.history__txt {
  margin-top: 1em;
}
.history .history_img {
  margin-top: 2rem;
}
.history .history_item {
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  margin-bottom: 0.5rem;
  color: #00204D;
}

/* ====================
  受験生の方へ
 ==================== */
.ly_opencampus {
  width: 73rem;
}

.ly_opencampus_box {
  width: 96rem;
  margin: 0 auto;
  position: relative;
}
.ly_opencampus_box .under_wrap_square {
  margin: 0 0 0 auto;
  margin-bottom: 14rem;
  width: 73rem;
}
.ly_opencampus_box::after {
  content: " ";
  position: absolute;
  bottom: -100px;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 83vw;
  height: 676px;
  background-image: url(../img/opencampus_blueback01.png);
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}

#tour, #overview {
  padding-top: 100px;
}

.ly_overview_box {
  width: 96rem;
  margin: 0 auto;
  position: relative;
}
.ly_overview_box .under_wrap_square {
  margin: 0 0 0 auto;
  margin-bottom: 22rem;
  margin-top: 100px;
  width: 73rem;
}
.ly_overview_box::after {
  content: " ";
  position: absolute;
  bottom: -12vw;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 83vw;
  height: 324px;
  background-color: rgba(24, 78, 168, 0.05);
  background-image: url(../img/opencampus_blueback01.png);
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}

.ly_opencampus_back01 {
  position: absolute;
  left: 0;
  width: 50vw;
  margin: 0 calc(50% - 50vw);
  top: -60px;
  z-index: -1;
}
.ly_opencampus_back01 img {
  border-radius: 0 80px 80px 0;
  width: 100%;
}

.ly_tour_back01 {
  position: absolute;
  left: 0;
  width: 45vw;
  margin: 0 calc(50% - 50vw);
  top: -50px;
  z-index: -1;
}
.ly_tour_back01 img {
  border-radius: 0 80px 80px 0;
  width: 100%;
}

.ly_overview_back01 {
  position: absolute;
  left: 0;
  width: 50vw;
  margin: 0 calc(50% - 50vw);
  top: -100px;
  z-index: -1;
}
.ly_overview_back01 img {
  border-radius: 0 80px 80px 0;
  width: 100%;
}

.opencampus_txt {
  padding: 5rem 0 2rem 0;
  font-family: ヒラギノ角ゴシック;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 3.6rem;
  border-bottom: 1px solid #02307E;
  margin: 0 5rem 2.5rem 5rem;
}

.opencampus_list {
  color: #184EA8;
  font-size: 1.8rem;
  font-family: ヒラギノ角ゴシック;
  padding-left: 5rem;
  margin-bottom: 2rem;
}
.opencampus_list .opencampus_item {
  margin-bottom: 1rem;
}

.opencampus_ttl {
  background-color: #184EA8;
  border-radius: 80px;
  width: 200px;
  height: 4rem;
  color: #fff;
  text-align: center;
  padding-top: 0.6rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bl_opencampus {
  margin-top: -2rem;
  background-color: #F4F6FC;
}

.opencampus_schedule {
  width: 63rem;
  margin: 0 auto;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.opencampus_day {
  width: 110px;
  height: 100px;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 2.8rem;
  font-family: ヒラギノ角ゴシック;
  border: 1px solid #D2DBE6;
  color: #184EA8;
  margin-bottom: 17px;
}
.opencampus_day .opencampus_detail {
  padding: 0.8rem 1.8rem 0 1.8rem;
  letter-spacing: -0.1em;
}
.opencampus_day .opencampus_detail .day {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  top: 2rem;
  left: 0.4rem;
}
.opencampus_day .opencampus_detail .day::before {
  content: "";
  top: -12px;
  left: -2px;
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #184EA8;
  margin-right: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.opencampus_day .week {
  background-color: #C6DDF4;
  text-align: center;
  color: #184EA8;
  font-size: 1.4rem;
  font-family: ヒラギノ角ゴシック;
  margin-top: 1.9rem;
  padding: 4px 0;
  border-radius: 0 0 20px 20px;
}
.opencampus_day:nth-of-type(-n+4) {
  margin-right: 2rem;
}
.opencampus_day:nth-of-type(n+6):nth-of-type(-n+8) {
  margin-right: 2rem;
}
.opencampus_day:nth-last-of-type(-n+4) {
  margin-bottom: 0;
}

.bl_opencampus_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 5rem 5rem 5rem;
}
.bl_opencampus_box .el_btn {
  margin: initial;
}

.opencampus_time {
  color: #184EA8;
  font-family: ヒラギノ角ゴシック;
  font-size: 1.8rem;
}
.opencampus_time .span_opencampus_time {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1rem;
}

.tour_txt {
  font-size: 1.8rem;
  font-family: ヒラギノ角ゴシック;
  font-weight: 300;
  margin: 5rem 5rem 3rem 5rem;
  line-height: 36px;
  letter-spacing: 0.075em;
  color: #00204D;
}

.bl_tour_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 5rem;
  padding: 0 5rem;
}
.bl_tour_btn .el_btn {
  width: 29rem !important;
  margin: initial;
}
.bl_tour_btn .el_btn .btnarrow {
  padding-left: 2rem;
}
.bl_tour_btn .el_btn .btnarrow::before {
  right: 2rem;
}
.bl_tour_btn .el_btn .btnarrow::after {
  right: 2rem;
}
.bl_tour_btn .el_btn .btnarrow:hover {
  width: 28.6rem;
}

.bl_guidelines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96rem;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.bl_guidelines .guidelines_item {
  background-color: #E2EAF4;
  height: 4rem;
  text-align: center;
  padding-top: 0.8rem;
  color: #184EA8;
  font-family: ヒラギノ角ゴシック;
  letter-spacing: 0.075em;
}
.bl_guidelines .guidelines_item:nth-child(1) {
  width: 260px;
}
.bl_guidelines .guidelines_item:nth-child(2) {
  width: 270px;
}
.bl_guidelines .guidelines_item:nth-child(3) {
  width: 140px;
}
.bl_guidelines .guidelines_item:nth-child(4) {
  width: 140px;
}
.bl_guidelines .guidelines_item:nth-child(5) {
  width: 70px;
}

.test_detail_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3rem;
  position: relative;
}

.test_arrow {
  margin-top: -3px;
}
.test_arrow::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  color: #184EA8;
  font-size: 2rem;
}

.add_test_arrow {
  margin-top: -3px;
}
.add_test_arrow::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  color: #184EA8;
  position: absolute;
  right: 3.2rem;
  top: -0.2rem;
  font-size: 2rem;
  background-color: #fff;
}

.add_test_arrow::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.__detail04 .test_arrow, .__detail05 .test_arrow {
  margin-left: 0.4rem;
}

.ly_rightblueback {
  background-color: rgba(24, 78, 168, 0.05);
  padding: 10rem 0;
  margin-bottom: 9rem;
}

.test_box {
  display: none;
  margin-bottom: 3rem;
}

.test_span {
  display: none;
}

.bl_test {
  width: 96rem;
  margin: 0 auto;
  margin-bottom: 12rem;
}
.bl_test .test_detail {
  margin-bottom: 1rem;
  border: 1px solid #D2DBE6;
  border-radius: 2rem;
  color: #00204D;
  padding-top: 3.5rem;
  font-size: 1.5rem;
  letter-spacing: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 10px rgba(0, 32, 77, 0.01);
          box-shadow: 0px 2px 4px 10px rgba(0, 32, 77, 0.01);
}
.bl_test .test_detail .test_ttl {
  margin-left: 3rem;
  width: 240px;
  margin-right: 1.5rem;
  letter-spacing: 0.025em;
}
.bl_test .test_detail .test_period {
  width: 270px;
  font-weight: 300;
  margin-right: 25px;
}
.bl_test .test_detail .test_day {
  width: 148px;
  margin-right: 15px;
  font-weight: 300;
}
.bl_test .test_detail .test_passed {
  font-weight: 300;
  margin-right: 2.8rem;
}

.test_inner {
  width: 90rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
}
.test_inner .test_dt {
  width: 190px;
  background-color: #184EA8;
  color: #fff;
  padding: 1.35rem 0 1.35rem 2.5rem;
  border-bottom: 1px solid #0F8FD3;
}
.test_inner .test_dd {
  width: 710px;
  background-color: #F4F6FC;
  font-weight: 300;
  padding: 1.3rem 2rem 1.35rem 2rem;
  border-bottom: 1px solid #0F8FD3;
  letter-spacing: 0;
}

.test_dd_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.test_dd_flex .test_dd_txt {
  margin-left: 0.4rem;
  margin-bottom: 0.5rem;
}

.test_dd_blue {
  color: #184EA8;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.test_dd_number {
  margin-bottom: 1rem;
}
.test_dd_number:last-child {
  margin-bottom: initial;
}

.test_dd_box {
  margin-bottom: 1.6rem;
}
.test_dd_box:last-child {
  margin-bottom: 0;
}
.test_dd_box a {
  width: 220px;
  height: 4rem;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #184EA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #184EA8;
  margin: 0.5rem 0;
}
.test_dd_box a img {
  width: 14.74px;
  height: 17.63px;
  margin-right: 1rem;
}

.test_dd_txt_span {
  font-size: 1.2rem;
  display: block;
}

.bl_pamphlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 84rem;
  margin: 0 auto;
  margin-bottom: 6rem;
}
.bl_pamphlet .pamphlet_item {
  margin-right: 6rem;
  text-align: center;
}
.bl_pamphlet .pamphlet_item:last-child {
  margin-right: 0;
}
.bl_pamphlet .pamphlet_item .pamphlet_btn_pc {
  width: 24rem;
  height: 6rem;
  background-color: #184EA8;
  border-radius: 3rem;
  color: #fff;
  text-align: center;
  padding-top: 0.5rem;
}
.bl_pamphlet .pamphlet_item img {
  width: 215px;
  height: 320px;
  margin-bottom: 2rem;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
          box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
  border-radius: 10px;
}

.ly_pamphlet {
  margin-bottom: 5rem;
}

.bl_past {
  width: 96rem;
  margin: 0 auto;
  margin-bottom: 9rem;
}

.past_item1, .past_item2 {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.past_item1 .past_ttl {
  border-radius: 20px 0 0 0;
  border-bottom: 1px solid #F4F6FC;
}
.past_item1 .past_pdf {
  border-radius: 0 20px 0 0;
  border-bottom: 1px solid #184EA8;
}
.past_item1 .past_pdf a:hover {
  background-color: #E2EAF4;
}

.past_item2 .past_ttl {
  border-radius: 0 0 0 20px;
}
.past_item2 .past_pdf {
  border-radius: 0 0 20px 0;
}

.past_ttl {
  background-color: #184EA8;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  width: 40rem;
  padding-top: 4rem;
  text-align: center;
}

.past_pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4F6FC;
  width: 560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem;
}
.past_pdf a {
  width: 220px;
  height: 4rem;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #184EA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #184EA8;
  margin: 0.5rem 0;
  padding-left: 2rem;
}
.past_pdf a img {
  width: 14.74px;
  height: 17.63px;
  margin-right: 1rem;
}
.past_pdf a:first-child {
  margin-right: 2rem;
}

.ly_tuition {
  width: 77rem;
  position: relative;
  margin-bottom: 24rem;
}
.ly_tuition::after {
  position: absolute;
  content: " ";
  bottom: -100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 320px;
  background-color: rgba(24, 78, 168, 0.05);
  z-index: -1;
}

.bl_tuition tr:first-child td {
  border-radius: 20px 0 0 0;
}
.bl_tuition tr:last-child td {
  border-radius: 0 0 0 20px;
}
.bl_tuition tr:last-child td:last-child {
  text-align: center;
}
.bl_tuition tr td {
  font-weight: 300;
  padding-left: 2rem;
  background-color: #F4F6FC;
  letter-spacing: 0;
  height: 6rem;
}
.bl_tuition tr td:first-child {
  background-color: #184EA8;
  color: #fff;
  padding-left: 2rem;
  padding-top: 1.8rem;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.bl_tuition tr td:nth-of-type(n+2):nth-of-type(-n+4) {
  border-right: 1px solid #184EA8;
}
.bl_tuition tr td:nth-of-type(n+2):nth-of-type(-n+5) {
  border-bottom: 1px solid #184EA8;
}
.bl_tuition .colspan {
  background-color: #C6DDF4;
  border-radius: 0 !important;
  text-align: center;
  color: #00204D;
  padding: 1.8rem;
  font-weight: 600;
}
.bl_tuition .colspan:last-child {
  border-radius: 0 20px 0 0 !important;
  border-right: initial !important;
}
.bl_tuition .colspan_last {
  border-right: initial !important;
  border-radius: 0 0 20px 0 !important;
  border-bottom: initial !important;
}

.bl_tuition {
  width: 68rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.tuition_txt {
  width: 68rem;
  margin: 0 auto;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 5rem;
}

.bl_scholarship {
  width: 96rem;
  margin: 0 auto;
  background-color: #F4F6FC;
  border-radius: 20px;
  margin-bottom: 12rem;
}

.scholarship_ttl {
  margin: 0 auto;
  width: 96rem;
  padding-bottom: 35px;
}

.scholarship_left {
  letter-spacing: 0.075em;
}

.scholarship_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scholarship_box:first-child .scholarship_left {
  border-radius: 20px 0 0 0;
}
.scholarship_box:last-child .scholarship_left {
  border-radius: 0 0 0 20px;
}
.scholarship_box:last-child .scholarship_right {
  border-bottom: inherit !important;
}
.scholarship_box .scholarship_left {
  width: 26rem;
  background-color: #184EA8;
  color: #fff;
  padding-left: 5rem;
  padding-top: 3rem;
  border-bottom: 1px solid #fff;
}
.scholarship_box .scholarship_left:last-child {
  border-bottom: initial;
}
.scholarship_box .scholarship_right {
  width: 70rem;
  padding: 3rem 4rem 3rem 2rem;
  font-weight: 300;
  letter-spacing: 0;
  border-bottom: 1px solid #184EA8 !important;
  line-height: 26px;
  color: #00204D;
}

.scholarship_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_otherexam_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96rem;
  margin: 0 auto;
}
.bl_otherexam_ttl .otherexam_item {
  background-color: #E2EAF4;
  text-align: center;
  height: 4rem;
  padding-top: 0.8rem;
  color: #184EA8;
  letter-spacing: 0.075em;
  margin-bottom: 2rem;
}
.bl_otherexam_ttl .otherexam_item:first-child {
  width: 313px;
}
.bl_otherexam_ttl .otherexam_item:nth-child(2) {
  width: 327px;
}
.bl_otherexam_ttl .otherexam_item:last-child {
  width: 281px;
}

.bl_otherexam_box {
  width: 96rem;
  margin: 0 auto;
  background: #fff;
}

.otherexam_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
  border-bottom: 1px solid #184EA8;
}
.otherexam_cont:last-child {
  border-bottom: initial;
}

.otherexam_left {
  width: 250px;
}
.otherexam_left .otherexam_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.otherexam_left .otherexam_tag .otherexam_tag_item {
  width: 120px;
  height: 25px;
  border-radius: 4px;
  background-color: #71D8D8;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding-top: 0.2rem;
}
.otherexam_left .otherexam_tag .otherexam_tag_item:last-child {
  background: #108FD3;
}
.otherexam_left .otherexam_ttl {
  font-size: 1.8rem;
  color: #184EA8;
  letter-spacing: 0.075em;
  margin-bottom: 2.5rem;
}
.otherexam_left .otherexam_btn_pc {
  width: 250px;
  height: 40px;
  border: 1px solid #184EA8;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #184EA8;
  letter-spacing: 0.075em;
  padding-top: 0.6rem;
}
.otherexam_left .otherexam_btn_pc img {
  width: 16.87px;
  height: 15px;
  margin-top: 0.4rem;
  margin-left: 1rem;
}
.otherexam_left .otherexam_btn_pc:hover {
  background-color: #E2EAF4;
}

.otherexam_btn_sp {
  display: none;
  width: 250px;
  height: 40px;
  border: 1px solid #184EA8;
  border-radius: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #184EA8;
  letter-spacing: 0.075em;
  padding-top: 0.6rem;
}
.otherexam_btn_sp img {
  width: 16.87px;
  height: 15px;
  margin-top: 0.4rem;
  margin-left: 1rem;
}

.otherexam_center {
  width: 310px;
  font-weight: 300;
  letter-spacing: 0;
}

.otherexam_right {
  width: 250px;
  font-weight: 300;
  letter-spacing: 0;
}
.otherexam_right .otherexam_right_span {
  display: none;
}

.cautionary_txt {
  font-size: 1.2rem;
  width: 960px;
  text-align: right;
  margin: 0 auto;
  font-weight: 300;
  margin-top: 2rem;
}

.ly_dorm {
  padding: 3rem;
  width: 520px;
  margin-bottom: 24rem;
  margin-left: -12rem;
  margin-top: 6rem;
  border-radius: 2rem;
}

.dorm_txt {
  font-weight: 300;
  margin-bottom: 2rem;
  letter-spacing: 0;
}

.dorm_txt_blue_w6 {
  color: #184EA8;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.dorm_txt_blue_w3 {
  color: #184EA8;
  font-weight: 300;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.dorm_txt_w3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.dorm_txt_w3 .dorm_txt_item {
  margin-right: 0.5rem;
}
.dorm_txt_w3 .dorm_txt_item:last-child {
  margin-right: 0;
}

.dorm_backblue {
  background-color: #F4F6FC;
  border-radius: 2rem;
  height: 5rem;
  color: #00204D;
  padding-left: 3rem;
  padding-top: 1.2rem;
  margin-bottom: 1.5rem;
}

.dorm_txt_item {
  font-size: 1.2rem;
  font-weight: 300;
}

.dorm_schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dorm_ttl {
  font-size: 1.8rem;
  color: #fff;
  background-color: #184EA8;
  border-radius: 2rem;
  padding-top: 0.5rem;
  text-align: center;
  height: 4rem;
  width: 31rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.dorm_ttl::after {
  position: absolute;
  content: "";
  background-color: #184EA8;
  left: -75px;
  top: 2rem;
  width: 75px;
  height: 1px;
  content: "";
  display: block;
}
.dorm_ttl::before {
  position: absolute;
  content: "";
  background-color: #184EA8;
  right: -75px;
  top: 2rem;
  width: 75px;
  height: 1px;
  content: "";
  display: block;
}

.dorm_time .dorm_left {
  margin-bottom: 0.5rem;
}
.dorm_time .dorm_right {
  font-weight: 300;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.dorm_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 600px;
  border-radius: 4rem;
}
.dorm_slide img {
  width: 600px;
  border-radius: 4rem;
}

.bl_dorm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 96rem;
  margin: 0 auto;
  position: relative;
}
.bl_dorm::after {
  content: " ";
  position: absolute;
  bottom: 140px;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: clamp(120rem, 83vw, 160rem);
  /*width: 83vw;*/
  height: 420px;
  background-color: rgba(24, 78, 168, 0.05);
  background-image: url(../img/opencampus_blueback01.png);
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}

.pamphlet_btn_sp_addition{
margin-top:1rem !important;
    background: #fff !important;
	border: 2px solid #02307E !important;
	color:#02307E !important;
	padding-top:0.8rem !important;
	position: relative;
	justify-content: flex-start !important;
	padding-left:2rem !important;
}

.pamphlet_btn_sp_addition::before{
content: "";
    position: absolute;
    bottom: 1.5rem;
    right: 3rem;
    width: 20px;
    height: 1px;
    background: #02307E;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pamphlet_btn_sp_addition::after{
content: "";
    position: absolute;
    bottom: 1.8rem;
    right: 3rem;
    width: 10px;
    height: 1px;
    background: #02307E;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bl_line a{
width:80%;
margin: 0 auto;
@media screen and (min-width:768px){
display:none;
}
}

.img_btn_school{
margin-top: 2rem;
width: initial !important;
    height: initial !important;
    margin-bottom:initial !important;
    -webkit-box-shadow: initial !important;
    box-shadow: initial !important;
    border-radius:initial !important;
}

@media screen and (max-width:768px){
.bl_line_pc{
display:none;
}}

@media screen and (min-width:768px){
.bl_line_pc{
width:53rem;
margin:0 auto;
display: block;
}
}

/* ====================
 学校案内
==================== */
.bl_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem;
}

.message_left {
  margin-right: 4rem;
}
.message_left img {
  width: 208px;
  height: 267px;
  margin-bottom: 2rem;
}
.message_left .message_name {
  text-align: center;
  color: #184EA8;
  white-space: nowrap;
}
.message_left .message_name .message_span {
  font-weight: 300;
  display: block;
  margin-bottom: 1rem;
}

.message_txt {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 3rem;
  width: 61rem;
  line-height: 32px;
}
.message_txt:last-child {
  margin-bottom: 0;
}

.overview_ttl {
  padding: 5rem 0 3rem 6rem;
  font-size: 2.4rem;
}
.overview_ttl::before {
  height: 60px;
  top: 5rem;
  left: 4rem;
}
.overview_ttl .overview_ttl_span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.025em;
}

.overview_detail {
  padding: 0 0 5rem 5rem;
}
.overview_detail .overview_dt {
  width: 100px;
  float: left;
  margin-bottom: 2rem;
}
.overview_detail .overview_dt:last-child {
  margin-bottom: 0;
}
.overview_detail .overview_dd {
  font-weight: 300;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.overview_detail .overview_dd:last-child {
  margin-bottom: 0;
}

#facility {
  padding-bottom: 100px;
  padding-top: 100px;
}

.__last {
  margin-bottom: 100px !important;
}

.bl_facility {
  width: 96rem;
  margin: 0 auto;
  margin-bottom: 24rem;
  position: relative;
}
.bl_facility::after {
  position: absolute;
  content: " ";
  bottom: -100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 320px;
  background-color: rgba(24, 78, 168, 0.05);
  z-index: -1;
  left: 0;
}
.bl_facility img {
  -webkit-box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
          box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
  border-radius: 30px;
}

.facility_img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.facility_img_flex img {
  width: 49%;
}

#associated {
  padding-top: 100px;
}

.ly_associated_back01 {
  position: absolute;
  left: 0;
  width: 47vw;
  margin: 0 calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
.ly_associated_back01 img {
  border-radius: 0 40px 40px 0;
}

.ly_associated .rightbox_dt {
  width: 85px;
}
.ly_associated .rightbox_dd {
  margin-left: 85px;
}

.associated_hp a {
  width: 120px;
  height: 3rem;
  border-radius: 0.6rem;
  border: 2px solid #184EA9;
  color: #184EA9;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.4rem;
}
.associated_hp a img {
  width: 15.75px;
  height: 14px;
  margin-top: 0.1rem;
  margin-left: 0.5rem;
}
.associated_hp a:hover {
  background-color: #E2EAF4;
}

.bl_associated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#thought {
  padding-top: 100px;
}

.ly_schoolguide {
  padding-bottom: 0;
  margin-bottom: 0;
}

.bl_thought {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 6rem 4rem 6rem;
  width: 96rem;
  margin: 0 auto;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.bl_thought .img_yoshioka img {
  width: clamp(250px, 16.14vw, 310px);
}
.bl_thought .thought_txt {
  color: #00204D;
  font-size: 2rem;
  text-align: center;
  line-height: 36px;
  padding-bottom: 2rem;
  width: 495px;
  padding-top: clamp(20rem, 16vw, 1rem);
}

.thought_subtxt {
  font-weight: 300;
  padding: 23.4rem 4rem 6rem 4rem;
  line-height: 3.2rem;
  letter-spacing: 0.025em;
}

.ly_thought01, .ly_thought02 {
  position: relative;
}

.ly_thought02 {
  margin-bottom: 20rem;
}
.ly_thought02::after {
  position: absolute;
  content: " ";
  bottom: -100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 320px;
  background-color: rgba(24, 78, 168, 0.05);
  z-index: -2;
  left: 0;
}

.ly_thought02 {
  margin-top: 160px;
}

.img_thought {
  width: 24rem;
  position: absolute;
  top: -100px;
  right: 186px;
}

#development {
  padding-top: 10rem;
}

.ly_development {
  margin-bottom: 45rem;
  width: 64rem !important;
  margin: 0 auto;
}

.bl_development {
  background-color: #184EA8;
  border-radius: 4rem;
  border: 1px solid #D2DBE6;
  width: 64rem;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 32, 77, 0.16);
          box-shadow: 0px 0px 10px 1px rgba(0, 32, 77, 0.16);
  position: relative;
}
.bl_development::after {
  position: absolute;
  background-position: center;
  content: " ";
  bottom: -450px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 510px;
  background-image: url(../img/development_back01.png);
  z-index: -1;
  background-size: cover;
  left: 0;
}
.bl_development .__txt {
  padding-bottom: 4rem;
  letter-spacing: 0;
  line-height: 2.7rem;
}

.development_dt {
  width: 190px;
  float: left;
  color: #fff;
  font-family: Noto Sans CJK JP;
  font-size: 2.4rem;
  padding-left: 7.3rem;
  position: relative;
}
.development_dt::after {
  content: "";
  background-color: #fff;
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  position: absolute;
  top: 19px;
  right: 0;
}
.development_dt:first-of-type {
  padding-top: 6rem;
  padding-bottom: 5.9rem;
}
.development_dt:first-of-type::before {
  border: 12px solid #C6DDF4;
  top: 56px;
  right: -12px;
  border-radius: 100%;
}
.development_dt:first-of-type::after {
  content: "";
  background-color: #fff;
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  position: absolute;
  top: 78px;
  right: 0;
}
.development_dt:nth-of-type(4)::before {
  border: 12px solid #C6DDF4;
  top: -2px;
  right: -12px;
}
.development_dt:nth-of-type(8)::before {
  border: 12px solid #C6DDF4;
  top: -2px;
  right: -12px;
}
.development_dt::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 2px solid #C6DDF4;
  background: #184EA8;
  position: absolute;
  right: -2px;
  top: 7px;
  border-radius: 100%;
  z-index: 1;
}

.development_dd {
  background-color: #fff;
  margin-left: 180px;
  padding-left: 3rem;
  color: #184EA8;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  padding-right: 4rem;
  margin-top: -1px;
  width: 460px;
}
.development_dd:nth-of-type(even) {
  font-weight: 300;
  line-height: 2.7rem;
  color: #00204D;
}
.development_dd:first-of-type {
  padding-top: 6rem;
  border-radius: 0 4rem 0 0;
}
.development_dd:last-of-type {
  border-radius: 0 0 4rem 0;
}

.ly_message {
  background-color: rgba(24, 78, 168, 0.05);
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-top: 400px;
}
.ly_message .el_lv2Heading {
  padding-top: 10rem;
}

/* ====================
 お問い合わせ
==================== */
.ly_contact {
  padding-bottom: 10rem;
  margin-bottom: 20rem;
}
.ly_contact::after {
  position: absolute;
  content: " ";
  bottom: -100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 810px;
  background-color: rgba(24, 78, 168, 0.05);
  z-index: -1;
}
.ly_contact .el_btn .btnarrow {
  padding-left: 4rem;
}
.ly_contact .el_btn .btnarrow::before {
  right: 3rem;
}
.ly_contact .el_btn .btnarrow::after {
  right: 3rem;
}

.contact_top_txt {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.034em;
  margin-bottom: 14rem;
  line-height: 28px;
}

form {
  width: 71rem;
  margin: 0 auto;
  padding: 8rem 0 4rem 0;
}
form #name, form #name_furigana, form #contact_select, form #address_01, form #address_02, form #mail, form #schoolname, form .form__tel, form #message {
  width: 95%;
  margin-left: 2rem;
  height: 4rem;
  border-radius: 8px;
  border: 1px solid #184EA8;
  color: #00204D;
  font-size: 1.5rem;
  font-family: Noto Sans CJK JP;
  padding-left: 1.5rem;
}
form #name::-webkit-input-placeholder, form #name_furigana::-webkit-input-placeholder, form #contact_select::-webkit-input-placeholder, form #address_01::-webkit-input-placeholder, form #address_02::-webkit-input-placeholder, form #mail::-webkit-input-placeholder, form #schoolname::-webkit-input-placeholder, form .form__tel::-webkit-input-placeholder, form #message::-webkit-input-placeholder {
  color: #D3DBE6;
}
form #name::-moz-placeholder, form #name_furigana::-moz-placeholder, form #contact_select::-moz-placeholder, form #address_01::-moz-placeholder, form #address_02::-moz-placeholder, form #mail::-moz-placeholder, form #schoolname::-moz-placeholder, form .form__tel::-moz-placeholder, form #message::-moz-placeholder {
  color: #D3DBE6;
}
form #name:-ms-input-placeholder, form #name_furigana:-ms-input-placeholder, form #contact_select:-ms-input-placeholder, form #address_01:-ms-input-placeholder, form #address_02:-ms-input-placeholder, form #mail:-ms-input-placeholder, form #schoolname:-ms-input-placeholder, form .form__tel:-ms-input-placeholder, form #message:-ms-input-placeholder {
  color: #D3DBE6;
}
form #name::-ms-input-placeholder, form #name_furigana::-ms-input-placeholder, form #contact_select::-ms-input-placeholder, form #address_01::-ms-input-placeholder, form #address_02::-ms-input-placeholder, form #mail::-ms-input-placeholder, form #schoolname::-ms-input-placeholder, form .form__tel::-ms-input-placeholder, form #message::-ms-input-placeholder {
  color: #D3DBE6;
}
form #name::placeholder, form #name_furigana::placeholder, form #contact_select::placeholder, form #address_01::placeholder, form #address_02::placeholder, form #mail::placeholder, form #schoolname::placeholder, form .form__tel::placeholder, form #message::placeholder {
  color: #D3DBE6;
}
form .mwform-zip-field {
  margin-left: 2rem;
}
form .zipcode {
  height: 4rem;
}
form span.mwform-radio-field.horizontal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px !important;
  margin-bottom: 1rem;
}
form span.mwform-radio-field.horizontal-item:last-of-type {
  margin-bottom: 0px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form select::-ms-expand {
  display: none;
}
form .mwform-radio-field label {
  width: 240px;
}
form .form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .form_item__ttl {
  width: 44.5%;
  position: relative;
  margin-top: 6px;
}
form .form_item__feild {
  width: 77.5%;
}
form #contact_select {
  padding-left: 1.5rem;
}
form .contact_arrow {
  position: relative;
}
form .contact_arrow::before {
  position: absolute;
  z-index: 2;
  right: 14px;
  top: 7px;
  content: "";
  font-size: 18px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding-left: 1rem;
  color: #184EA8;
}
form .contact_middle__arrow {
  position: relative;
  width: 180px;
}
form .contact_middle__arrow::before {
  position: absolute;
  right: -6px;
  top: 7px;
  content: "";
  font-size: 18px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding-left: 1rem;
  color: #184EA8;
}
form .contact_small__arrow {
  position: relative;
  width: 70px;
  margin-left: 1.5rem;
}
form .contact_small__arrow::before {
  position: absolute;
  z-index: 2;
  right: -6px;
  top: 7px;
  content: "";
  font-size: 18px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding-left: 1rem;
  color: #184EA8;
}
form .contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form #birthday_year {
  margin-left: 2rem;
  height: 4rem;
  width: 180px;
  border-radius: 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid #184EA8;
  color: #00204D;
  font-size: 1.5rem;
  font-family: Noto Sans CJK JP;
}
form #birthday_month {
  margin-left: 1.5rem;
  height: 4rem;
  width: 70px;
  border-radius: 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid #184EA8;
  color: #00204D;
  font-size: 1.5rem;
  font-family: Noto Sans CJK JP;
}
form .prefecture {
  margin-left: 2rem;
  height: 4rem;
  width: 18rem;
  border-radius: 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid #184EA8;
  color: #00204D;
  font-size: 1.5rem;
  font-family: Noto Sans CJK JP;
}
form #schoolyear {
  margin-left: 2rem;
  height: 4rem;
  width: 180px;
  border-radius: 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid #184EA8;
  color: #00204D;
  font-size: 1.5rem;
  font-family: Noto Sans CJK JP;
}
form .zipcode {
  margin-left: 2rem;
  height: 4rem;
  width: 180px;
  border-radius: 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid #184EA8;
  color: #00204D;
  font-size: 1.5rem;
  font-family: Noto Sans CJK JP;
}
form #message {
  margin-left: 2rem;
  height: 17rem;
  border-radius: 8px;
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid #184EA8;
  color: #00204D;
  font-size: 1.5rem;
  font-family: Noto Sans CJK JP;
  width: 95%;
}
form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
          box-shadow: 0 0 0px 100px #fff inset;
}
form .send_btn {
  width: 26rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3rem;
  border: 2px solid #02307E;
  text-align: center;
}
form .send_btn .btnarrow {
  display: block;
  background-color: #fff;
  border-radius: 3rem;
  position: relative;
  color: #01307E;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
  padding: 0.9rem 7.8rem 0.9rem 5rem;
}
form .send_btn .btnarrow::before {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  right: 4rem;
  width: 20px;
  height: 1px;
  background: #02307E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
form .send_btn .btnarrow::after {
  content: "";
  position: absolute;
  bottom: 2.8rem;
  right: 4rem;
  width: 10px;
  height: 1px;
  background: #02307E;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
form .send_btn .btnarrow:hover {
  background: #C6DDF4;
  border-radius: 3rem;
  width: 25.6rem;
  height: 5.58rem;
}
form .send_btn .btnarrow:hover .send_confirm {
  background-color: #C6DDF4;
}
form .send_confirm {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3rem;
  border: none;
  text-align: center;
  font-size: 1.8rem;
  color: #01307E;
  font-weight: bold;
}
form .preferredday {
  background-color: #F4F6FC;
}
form .form_day {
  border-radius: 1rem;
  padding: 2.2rem 0 2.2rem 2rem;
  margin-left: 2rem;
  background-color: #F4F6FC;
}
form .form_day .form_day_item {
  margin-bottom: 2.2rem;
  font-weight: 300;
}
form .form_day .form_day_item:last-of-type {
  margin-bottom: 0;
}
form .__medium {
  width: 180px;
}
form .__small {
  width: 70px;
}
form .__area {
  height: 170px;
}
form label {
  width: 195px;
}

.contact_affiliation .mwform-radio-field label {
  width: 100%;
}

.contact_flex .error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 0.8rem;
}

.ly_confirmation form .contact_middle__arrow {
  background: #E8ECF2;
  border-radius: 8px;
}
.ly_confirmation form .contact_middle__arrow::before {
  font-size: 0;
}
.ly_confirmation form .contact_small__arrow {
  background: #E8ECF2;
  border-radius: 8px;
}
.ly_confirmation form .contact_small__arrow::before {
  font-size: 0;
}

.form_search {
  background-color: #184EA8;
  width: 70px;
  height: 4rem;
  border-radius: 8px;
  margin-left: 1rem;
}
.form_search img {
  margin-top: 0.6rem;
  width: 1.3rem;
  margin-right: 5px;
}
.form_search a {
  color: #fff;
  text-align: center;
  padding-top: 0.7rem;
  font-size: 1.5rem;
  font-family: Noto Sans CJK JP;
  letter-spacing: 0.075em;
  font-weight: 400;
}

.mwform-zip-field input {
  border: none;
}
.mwform-zip-field #text {
  display: none;
}

.form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.form_item .none {
  opacity: 0;
}
.form_item:last-of-type {
  margin-bottom: 0;
}

.form_span {
  position: absolute;
  width: 50px;
  height: 2.5rem;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 0.3rem;
  background-color: #C6DDF4;
  border-radius: 15px;
  font-weight: 300;
  right: 0;
  top: 0;
  display: block;
}

.txt_confirmation {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.txt_attention {
  background-color: #F4F6FC;
  /*width: 71rem;*/
  margin: 0 auto;
  padding: 2rem 3rem;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.6rem;
  letter-spacing: 0.025em;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.__check {
  margin-bottom: 4rem;
}

.contact_thx_txt {
  width: 72rem;
  margin: 0 auto;
  color: #00204D;
  padding: 10rem 0 4rem 0;
  letter-spacing: 0.025em;
}
.contact_thx_txt .thx_span {
  padding-top: 2rem;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.txt_attention {
  color: #00204D;
}
.txt_attention .attention_span {
  display: block;
  font-weight: 600;
}
.txt_attention .attention_span:last-of-type {
  display: inline;
}

.__thx {
  margin-bottom: 4rem;
}

.ly_thx {
  position: relative;
  margin-bottom: 20rem;
}
.ly_thx::after {
  position: absolute;
  content: " ";
  bottom: -100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 410px;
  background-color: rgba(24, 78, 168, 0.05);
  z-index: -1;
}
.ly_thx .el_btn {
  margin-bottom: 100px;
}
.ly_thx .el_btn .btnarrow {
  padding-left: 4rem;
}
.ly_thx .el_btn .btnarrow::before {
  right: 3rem;
}
.ly_thx .el_btn .btnarrow::after {
  right: 3rem;
}

.ly_confirmation .form_item__feild {
  margin-left: 2rem;
  font-family: Noto Sans CJK JP;
  font-weight: 400;
  color: #00204D;
  background-color: #E8ECF2;
  border-radius: 8px;
  padding: 0.6rem 1.5rem 0.8rem 1.5rem;
}
.ly_confirmation .form_item__feild .form_day {
  background-color: #E8ECF2;
}
.ly_confirmation .contact_flex {
  background-color: initial;
}
.ly_confirmation .contact_arrow::before {
  font-size: 0;
}
.ly_confirmation .form_search {
  display: none;
}
.ly_confirmation .form_day {
  padding: initial;
  margin-left: initial;
}
.ly_confirmation .confirmation_back .contact_middle__arrow {
  background-color: #E8ECF2;
  padding: 0.6rem 1.5rem 0.8rem 1.5rem;
  margin-left: -1.5rem;
}
.ly_confirmation .confirmation_back .contact_small__arrow {
  background-color: #E8ECF2;
  padding: 0.6rem 1.5rem 0.8rem 1.5rem;
}
.ly_confirmation .confirmation_back_zip {
  background-color: #E8ECF2;
  padding: 0.6rem 1.5rem 0.8rem 1.5rem;
}

.goback {
  width: 26rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3rem;
  border: 2px solid #02307E;
  text-align: center;
  margin-top: 1rem;
  color: #01307E;
  font-weight: bold;
  font-size: 1.8rem;
}
.goback .btnarrow {
  display: block;
  position: relative;
  color: #01307E;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
  padding: 1.4rem 7.8rem 1.4rem 5rem;
}
.goback .btnarrow::before {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  right: 4rem;
  width: 20px;
  height: 1px;
  background: #02307E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.goback .btnarrow::after {
  content: "";
  position: absolute;
  bottom: 2.8rem;
  right: 4rem;
  width: 10px;
  height: 1px;
  background: #02307E;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.goback .btnarrow:hover {
  background: #C6DDF4;
  border-radius: 3rem;
  width: 25.6rem;
  height: 5.58rem;
}
.goback .btnarrow:hover .send_confirm {
  background-color: #C6DDF4;
}

.mw_wp_form .error {
  font-size: 12px !important;
  display: inline !important;
  margin-left: 2rem;
}

#careea, #tution, #opencampus, #guidelines, #past, #year_schedule {
  padding-top: 100px;
}

#curriculum {
  padding-top: 200px;
}

#environment {
  padding-top: 100px;
  margin-bottom: 8rem;
}

.bg_careea {
  padding-bottom: 100px;
}

.ly_year_schedule {
  padding-top: initial;
}

.ly_tour_box {
  width: 96rem;
  margin: 0 auto;
  position: relative;
}
.ly_tour_box .under_wrap_square {
  margin: 0 0 0 auto;
  width: 73rem;
  position: relative;
}
.ly_tour_box::after {
  content: " ";
  position: absolute;
  bottom: -120px;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 83vw;
  height: 324px;
  background-image: url(../img/opencampus_blueback01.png);
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}

#guidelines {
  margin-top: 18rem;
}

.pamphlet_sp {
  display: none;
}

.contact_g_calendar {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
  display: block;
  width: 13rem;
  margin-top: 2rem;
  color: #00204D;
}
.contact_g_calendar a {
  color: #00204D;
  display: inline-block;
  border-bottom: 1px solid #00204D;
}

.contact_counseling {
  margin-left: 2rem;
  background: #F4F6FC;
  font-family: Noto Sans CJK JP;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.6rem 1.5rem 0.8rem 1.5rem;
  border-radius: 8px;
}

.ly_confirmation .contact_counseling {
  background-color: #E8ECF2;
  margin-left: 0;
  padding-left: 0;
}
.ly_confirmation .contact_affiliation {
  background-color: #E8ECF2 !important;
}

.bl_tution {
  margin-bottom: 20rem;
}

.slick-list {
  margin-bottom: 1rem !important;
}

.information_ttl {
  color: #00204D;
}

/* ========================== 1280px ＝＝＝＝＝＝＝＝＝＝＝＝=======================================================＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1280px) {
  .bl_txt_left {
    width: initial;
  }
  .pd_btm100_30 {
    padding-bottom: 3rem;
  }
  .sp_br {
    display: block;
  }
  .sp__br {
    display: none;
  }
  /*
      // .hd_inner{
      //   display: none;
      // }
  */
  #voice {
    padding-top: 140px;
  }
  /*
      // .sp_nav_wrapper,.burger-btn{
      //   display: block;
      // }

      // .burger_btn_wrap{
      //   display: block;
      //   .sp_Toplogo{
      //     padding-top: 1.7rem;
      //     padding-left: 1.8rem;
      //     width: 100%;
      //     height: 6rem;
      //     width: 100%;
      //     background-color: #fff;
      //     position: fixed;
      //     top: 0;
      //     left: 0;
      //     z-index: 4;
      //     img{
      //       width: 180px;
      //     }
      //     // margin: 1.7rem 0 1rem 1.8rem;
      //   }
      // }

      // .burger_btn_item{
      //   display: block;
      //   width: 40px;
      //   height: 40px;
      //   position: fixed;
      //   z-index: 3;
      //   top: 10px;
      //   right: 15px;
      //   background-color: rgba(255, 255, 255, 0.5);
      //   z-index: 999 !important;
      // }
      // .bar{
      //   width: 30px;
      //   height: 2px;
      //   display: block;
      //   position: absolute;
      //   left: 50%;
      //   transform: translateX(-50%);
      //   background-color: #00204D;
      //   z-index: 999 !important;
      // }
      // .bar_top{
      //   top: 10px;
      // }
      // .bar_mid{
      //   top: 50%;
      //   transform: translate(-50%,-50%);
      // }
      // .bar_bottom{
      //   bottom: 10px;
      // }
      // .burger_btn_item.close .bar_top{
      //   transform: translate(-50%,10px) rotate(45deg);
      //   transition-duration: .3s;
      //   background-color:#fff;
      // }
      // .burger_btn_item.close .bar_mid{
      //   opacity: 0;
      //   transition-duration: .3s;
      // }
      // .burger_btn_item.close .bar_bottom{
      //   transform: translate(-50%,-8px) rotate(-45deg);
      //   transition-duration: .3s;
      //   background-color:#fff;
      // }
      // .sp_nav_wrapper{
      //   display: none;
      //   width: 100vw;
      //   height: 100vh;
      //   position: fixed;
      //   top: 0;
      //   left: 0;
      //   background-color: #fff;
      //   background: url(../img/hamburger_back.png);
      //   background-repeat: no-repeat;
      //   background-size: cover;
      //   z-index: 5;
      // }
      // .sp_hd_nav{
      //   width: 100%;
      //   padding-bottom: 3rem;
      //   .sp_nav_logo{
      //     width: 58vw;
      //     margin: 0 auto;
      //     padding-top: 5rem;
      //     margin-bottom: 3rem;
      //     img{
      //       width: 100%;
      //     }
      //   }
      //   .nav-list{
      //     text-align: left;
      //     width: 93vw;
      //     margin: 0 auto;
      //     background-color: #fff;
      //     padding: 2rem 0;
      //     border-radius: 2rem;
      //     .nav-item{
      //       border-bottom: solid 1px #0F8FD3;
      //       width: 62vw;
      //       margin: 0 auto;
      //       a{
      //         margin-right: 0;
      //         margin-bottom: 2vw;
      //         margin-top: 2vw;
      //         color: #184EA8;
      //         font-size: 1.8rem;
      //         font-family: Noto Sans CJK JP;
      //         font-weight: 400;
      //       }
      //       &:last-of-type{
      //         border-bottom: none;
      //       }
      //     }
      //   }
      // }
      // .sp_hd_bl{
      //   position: fixed;
      //   bottom: 0;
      //   left: 0;
      //   width: 100%;
      // }
      // .sp_hd_nav__application{
      //   background-color: #fff;
      //   display: flex;
      //   .sp_hd_nav__applicationItem{
      //     width: 50%;
      //     height: 120px;
      //     position: relative;
      //     z-index: 999;
      //     a{
      //       text-align: center;
      //       .sp_hd_nav__applicationItem_icon{
      //         width: 6.4rem;
      //         margin: 0 auto;
      //         padding-top: 1rem;
      //       }
      //       .sp_hd_navcont_txt{
      //         display: flex;
      //         justify-content: center;
      //         color: #184EA8;
      //         text-align: left;
      //         height: 4.2rem;
      //         .sp_btmnav_txt{
      //           font-size: 1.4rem;
      //           text-align: center;
      //         }
      //         .arrow-right{
      //           margin-top: 1.2rem;
      //           width: 20px;
      //           height: 20px;
      //         }
      //       }
      //     }
      //     &:first-of-type{
      //       border-right: 1px solid #02307E;
      //     }
      //     &:last-of-type{
      //       .sp_btmnav_txt{
      //         margin-top: 1rem;
      //         font-size: 1.4rem;
      //       }
      //     }
      //   }
      // }
      // .sp_hd_nav__contact{
      //   background-color: #00204D;
      //   display: flex;
      //   .sp_hd_nav__contactItem{
      //     width: 50%;
      //     height: 100px;
      //     text-align: center;
      //     a{
      //       padding: 3rem 0;
      //       img{
      //         width: 24px;
      //         margin-right: 1rem;
      //       }
      //       .sp_hd_nav__contactItem_txt{
      //         font-size: 1.4rem;
      //         color: #fff;
      //         letter-spacing: 0.25;
      //       }
      //     }
      //     &:first-of-type{
      //       border-right: 1px solid #fff;
      //     }
      //     &:last-of-type{
      //       img{
      //         margin-bottom: 0.5rem;
      //       }
      //     }
      //   }
      // }
  */
  /* ====================
  投稿ページ　共通 
   ==================== */
  .under_wrap {
    width: 76vw;
  }
  .under_postwrap {
    width: 76vw;
  }
  .under_wrap_square {
    width: 50vw;
    max-width: 96rem;
    /*width: 76vw;*/
  }
  .bl_post_wrap {
    width: initial;
    margin: 0 auto;
    padding: 5vw;
    padding-bottom: 6rem;
  }
  .post_mv {
    margin-bottom: 4rem;
    position: relative;
    width: 100%;
    height: 100%;
    /*
    // .post_mv_blend{
    //   width: 100%;
    //   height: 100%;
    //   background-color: rgba(255,255,255,0.3);
    //   position: absolute;
    //   bottom: 0;
    //   right: 0;
    //   mix-blend-mode: soft-light;
    // }*/
  }
  .post_mv img {
    border-radius: 6px;
    -webkit-box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
            box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16);
  }
  .bl_post_top {
    margin-bottom: 2.5rem;
  }
  .under_tag {
    width: 12rem;
    height: 2.6rem;
    font-size: 1.2rem;
    padding-top: 0.3rem;
    letter-spacing: initial;
  }
  .post_account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16.5px 0 19px 0;
  }
  .post_name {
    padding-bottom: 0;
  }
  .bl_post_wrap h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  .bl_post_wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .bl_post_wrap h3::after {
    bottom: -1.2rem;
  }
  .bl_post_wrap h4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
  }
  .bl_post_wrap h4::before {
    height: 26px;
    top: 1px;
  }
  .bl_post_wrap p {
    margin-bottom: 4rem;
  }
  .ly_information .ly_information_body {
    width: 76vw;
  }
  .post_quote {
    padding: 2rem;
    margin-top: -1rem;
  }
  .post_pagenation {
    width: 76vw;
    margin-bottom: 10rem;
    padding: 0 9vw;
  }
  .post_pagenation .post_pagenation_left .fa-solid::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f053";
    font-size: 1.2rem;
  }
  .post_pagenation .post_pagenation_left a {
    color: #184EA8;
    padding-top: 1rem;
    font-size: 1.3rem;
    position: relative;
  }
  .post_pagenation .post_pagenation_left a .fa-solid {
    position: absolute;
    top: 1rem;
    left: -1.5rem;
  }
  .post_pagenation .post_pagenation_right {
    position: relative;
  }
  .post_pagenation .post_pagenation_right .fa-solid::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    font-size: 1.2rem;
  }
  .post_pagenation .post_pagenation_right a {
    color: #184EA8;
    padding-top: 1rem;
    font-size: 1.3rem;
    position: relative;
  }
  .post_pagenation .post_pagenation_right a .fa-solid {
    position: absolute;
    top: 1rem;
    right: -1.5rem;
  }
  .post_pagenation .post_pagenation_center {
    text-align: center;
    position: relative;
  }
  .post_pagenation .post_pagenation_center a { /*
// width: 160px;
// height: 40px;
// border-radius: 3rem;
// color: #184EA8;
// position: absolute;
// top: 1rem;
// left: 50%;
// font-size: 1.6rem;
// transform: translateY(-50%) translateX(-50%);
// -webkit-transform: translateY(-50%) translateX(-50%);*/ }
  .post_pagenation .post_pagenation_center a:hover {
    opacity: 0.8;
    border-radius: 3rem;
  }
  .post_pagenation .post_pagenation_center::before {
    content: "";
    position: absolute;
    bottom: 17.5px;
    left: 18px;
    width: 18px;
    height: 1px;
    background: #184EA8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 8px;
    left: -70px;
  }
  .post_pagenation .post_pagenation_center::after {
    content: "";
    position: absolute;
    bottom: 11.5px;
    left: -71px;
    width: 8px;
    height: 1px;
    background: #184EA8;
    -webkit-transform: rotate(125deg);
            transform: rotate(125deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* ====================
  学生ニュース一覧ページ 
  ==================== */
  .under_taglist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 43rem;
    margin-bottom: 8rem;
  }
  .under_taglist .under_tagitem {
    margin-bottom: 2rem;
  }
  .under_box {
    width: initial;
  }
  .under_newsitem {
    width: 75rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .under_newsitem .news_item {
    margin-bottom: 14rem;
    margin: 0 2.9vw 14rem 2.9vw;
  }
  .under_newsitem .news_item:nth-of-type(3n) {
    margin: 0 2.9vw 14rem 2.9vw;
  }
  .bl_square .bl_square_item .bl_square_number {
    width: 3rem;
    height: 3rem;
    padding: initial;
    padding-top: 0.2rem;
  }
  .bl_square .bl_square_item .bl_square_txt {
    padding-top: 0;
  }
  /* ====================
  在校生・卒業生の声一覧ページ 
  ==================== */
  .under_voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*      // justify-content: space-between;*/
    margin-bottom: 1.8rem;
    width: 75rem;
    margin: 0 auto;
    padding-left: 14px;
  }
  .under_voiceitem {
    max-width: 350px;
    width: 17vw;
    margin: 0 0.9vw 3.7rem 0.9vw;
    min-width: 22rem;
  }
  .under_voiceitem:nth-of-type(3n) {
    margin: 0 1vw 3.7rem 1vw;
  }
  /* ====================
  卒業後の進路 
  ==================== */
  .bl_nationalexam_img {
    width: 20vw;
    margin: 0 auto;
    margin-top: -80px;
  }
  .bl_nationalexam_txt {
    position: initial;
    padding: 20px 4vw 32px 4vw;
    right: 6rem;
    width: initial;
    top: 53px;
    font-weight: 300;
    font-family: ヒラギノ角ゴシック;
    letter-spacing: 0.025em;
    line-height: 3.2rem;
  }
  .nationalexam_graph {
    /*width: 70vw;*/
    margin: auto;
    padding-top: initial;
    padding-bottom: 5rem;
  }
  .bl_nationalexam_environment {
    width: 76vw;
    margin-bottom: 3rem;
  }
  .bl_environment {
    width: 76vw;
    margin-bottom: 4rem;
  }
  .bl_environment .bl_environment_item {
    width: 37vw;
  }
  .bl_environment .bl_environment_item .bl_environment_ttl {
    text-align: center;
    font-size: 1.8rem;
    font-family: ヒラギノ角ゴシック;
    width: 32vw;
    height: 4rem;
    border-radius: 6rem;
    background-color: #184EA8;
    color: #fff;
    margin: auto;
    padding-top: 7px;
  }
  .bl_environment .bl_environment_item .bl_environment_txt {
    margin-top: -20px;
    height: initial;
    border: 1px solid #184EA8;
    border-radius: 20px;
    padding: 40px 25px 40px 25px;
    line-height: 3rem;
    font-family: ヒラギノ角ゴシック;
    font-weight: 300;
    letter-spacing: 0em;
    color: #00204D;
  }
  .bl_career {
    padding: 7rem 3vw 3rem 5vw;
    width: 70vw;
    margin: 0 auto;
  }
  .bl_career .bl_career_left, .bl_career .bl_career_right {
    position: relative;
    width: 45%;
  }
  .bl_career .bl_career_left::after, .bl_career .bl_career_right::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #C6DDF4;
    position: absolute;
    top: 0;
    left: -3rem;
  }
  .bl_career .bl_career_left .bl_career_item, .bl_career .bl_career_right .bl_career_item {
    font-weight: 300;
    font-family: ヒラギノ角ゴシック;
    margin-bottom: 1.6rem;
    letter-spacing: 0em;
  }
  .bl_annotation {
    width: 70vw;
    margin: 0 auto;
    padding-left: 2vw;
  }
  .bl_txt_center {
    width: initial;
    text-align: left;
    padding: 0 10vw;
    margin-bottom: 15rem;
  }
  /* ====================
  キャンパスライフ
  ==================== */
  .bl_environment_list {
    width: 76vw;
  }
  .span_txt_center {
    text-align: center;
    margin-bottom: 4rem;
  }
  .environment_item {
    width: 48%;
  }
  .environment_item img {
    width: 100%;
  }
  .bl_rightbox {
    width: 76vw;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .ly_campus_back03 {
    display: none;
  }
  .ly_campus_back04 {
    display: none;
  }
  .ly_campus_back06 {
    display: block;
    margin-bottom: 2rem;
  }
  .ly_campus_back06 img {
    border-radius: 20px;
  }
  .ly_campus_back07 {
    display: block;
    margin-bottom: 2rem;
  }
  .rightbox_txt {
    margin-bottom: 2rem;
  }
  .bl_counseling_calendar {
    width: 76vw;
  }
  .bl_dormitory {
    width: 76vw;
  }
  .dormitory_flex {
    width: 76vw;
  }
  .dormitory_flex img {
    width: 32%;
  }
  .bl_dormitory_txt {
    height: initial;
    padding: 40px 20px 20px;
    font-size: 1.4rem;
  }
  .bl_dormitory_txt .rightbox_dd {
    margin-left: 70px;
  }
  .span_dormitory_txt .rightbox_dd {
    margin-left: 110px;
  }
  .bl_partnership {
    width: 100%;
    margin: 0 auto;
  }
  .bl_partnership .under_wrap {
    width: 76vw;
    margin-top: -100px;
    margin-bottom: 8rem;
  }
  .bl_director {
    display: none;
  }
  .bl_director_sp {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    width: 360px !important;
    position: relative;
    z-index: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bl_director_sp .director_name {
    padding-top: 9rem;
    padding-right: 3rem;
    color: #184EA8;
    font-family: ヒラギノ角ゴシック;
    font-weight: 300;
  }
  .bl_director_sp .director_name .director_name_span {
    display: block;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .bl_director_sp img {
    width: 195px;
  }
  .bl_partnership_list {
    width: 76vw;
  }
  .bl_partnership_list .partnership_item {
    width: 32%;
    height: initial;
  }
  .bl_partnership_list .partnership_item .partnership_item_ttl {
    width: 100%;
  }
  .bl_partnership_list .partnership_item .partnership_item_txt {
    font-size: 1.4rem;
    padding-top: 3rem;
    height: 100px;
  }
  .__partnership_bgimg::after {
    height: 400px;
    bottom: 0;
  }
  /* ====================
   お問い合わせページ
   ==================== */
  form {
    width: initial;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .contact_thx_txt {
    width: 68vw;
  }
  .contact_top_txt {
    margin-bottom: 7rem;
  }
  .txt_attention {
    /*width: 70vw;*/
  }
  .ly_thx {
    padding-bottom: 6rem;
    margin-bottom: 10rem;
  }
  .ly_thx::after {
    height: 240px;
    bottom: 40px;
  }
  .ly_thx .el_btn {
    margin: 0 auto;
    width: 26rem;
    height: 6rem;
    border-radius: 3rem;
    border-right: initial;
    border: 2px solid #02307E;
  }
  .ly_thx .el_btn .btnarrow {
    font-size: 1.8rem;
    padding: 1.5rem 7.5rem 1rem 3.5rem;
  }
  .ly_thx .el_btn .btnarrow::before {
    bottom: 2.2rem;
  }
  .ly_thx .el_btn .btnarrow::after {
    bottom: 2.5rem;
  }
  .ly_contact {
    padding-bottom: 6rem;
    margin-bottom: 10rem;
  }
  .ly_contact::after {
    height: 240px;
    bottom: 40px;
  }
  .ly_contact .el_btn {
    margin: 0 auto;
    width: 26rem;
    height: 6rem;
    border-radius: 3rem;
    border-right: initial;
    border: 2px solid #02307E;
  }
  .ly_contact .el_btn .btnarrow {
    font-size: 1.8rem;
    padding: 1.5rem 7.5rem 1rem 3.5rem;
  }
  .ly_contact .el_btn .btnarrow::before {
    bottom: 2.2rem;
  }
  .ly_contact .el_btn .btnarrow::after {
    bottom: 2.5rem;
  }
  .ly_associated_back01 {
    display: none;
  }
  .message_txt {
    width: 100%;
  }
  .bl_facility {
    width: 76vw;
  }
  .ly_associated {
    margin-bottom: 10rem !important;
  }
  .bl_message {
    display: block;
  }
  .bl_message .message_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin: 0 auto;
    width: 94%;
  }
  .bl_message .message_left .message_name {
    padding-left: 2rem;
  }
  .ly_overview_box .under_wrap_square {
    margin: 0 auto;
    width: 76vw;
    margin-top: 200px;
  }
  .ly_overview_box {
    width: 76vw;
    margin-bottom: 100px;
  }
  .ly_overview_box::after {
    width: 100vw;
    height: 100%;
  }
  .ly_tour_back01 {
    top: -100px;
  }
  .ly_tour_box {
    width: 76vw;
  }
  .ly_tour_box .under_wrap_square {
    width: 76vw;
    margin-top: 10rem;
  }
  .ly_tour_box .under_wrap_square::after {
    bottom: -120px;
  }
  .bl_tour_btn {
    padding: 0 2rem;
  }
  .ly_overview_back01 {
    top: -178px;
    width: 100vw;
    z-index: -2;
  }
  .ly_overview_back01 img {
    border-radius: 0px;
  }
  .bl_thought {
    display: block;
    width: 76vw;
  }
  .bl_thought .img_yoshioka {
    text-align: center;
    margin-bottom: 100px;
  }
  .bl_thought .img_yoshioka img {
    width: 160px;
  }
  .bl_thought .thought_txt {
    margin: 0 auto;
  }
  .overview_detail {
    padding: 0 3rem 3rem 3rem;
  }
  .overview_ttl {
    padding-left: 5rem;
    font-size: 2rem;
  }
  .overview_ttl::before {
    left: 3rem;
  }
  .overview_ttl .overview_ttl_span {
    font-size: 1.6rem;
  }
  .ly_thought01 {
    margin-top: 6rem;
  }
  .ly_thought02 {
    margin-top: 60px;
  }
  .ly_thought02 .img_thought {
    top: 190px;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .thought_subtxt {
    padding-top: 40rem;
  }
  .bl_pamphlet {
    width: 76vw;
  }
  .bl_pamphlet .pamphlet_item {
  	width: 30%;
    margin-right: 2rem;
  }
  .bl_pamphlet .pamphlet_item:last-of-type {
    margin-right: 0;
  }
  .bl_pamphlet .pamphlet_item img {
    width: 100%;
    height: auto;
  }
  .bl_pamphlet .pamphlet_item .pamphlet_btn_pc {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0.9rem;
  }
  .ly_pamphlet {
    text-align: center;
    margin-bottom: 8rem;
  }
  .bl_past {
    width: 76vw;
  }
  .past_item1, .past_item2 {
    display: block;
    margin-bottom: 4rem;
    height: inherit;
  }
  .past_item1 .past_ttl, .past_item2 .past_ttl {
    width: 76vw;
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    height: 4rem;
    padding-top: 0.8rem;
  }
  .past_item1 .past_pdf, .past_item2 .past_pdf {
    display: block;
    width: 76vw;
    border-radius: 0 0 10px 10px;
    border-bottom: initial;
    padding: 2rem 0;
  }
  .past_item1 .past_pdf a, .past_item2 .past_pdf a {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .past_item1 .past_pdf a:last-of-type, .past_item2 .past_pdf a:last-of-type {
    margin-bottom: initial;
  }
  .scholarship_box .scholarship_left {
    padding-left: 3rem;
  }
  .scholarship_ttl, .bl_scholarship {
    width: 76vw;
  }
  .bl_otherexam_ttl {
    display: none;
  }
  .bl_otherexam_box {
    width: 76vw;
    background-color: initial;
  }
  .otherexam_cont {
    display: block;
    border-bottom: initial;
    margin-bottom: 4rem;
    background-color: #fff;
    border-radius: 1rem;
  }
  .otherexam_left {
    width: 100%;
  }
  .otherexam_left .otherexam_tag {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .otherexam_left .otherexam_tag .otherexam_tag_item {
    margin-right: 1rem;
  }
  .otherexam_left .otherexam_btn_pc {
    display: none;
  }
  .otherexam_btn_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .otherexam_center {
    width: 100%;
    margin-bottom: 2rem;
    line-height: 2.8rem;
  }
  .otherexam_right {
    width: 100%;
    line-height: 2.8rem;
  }
  .otherexam_right .otherexam_right_span {
    display: block;
    color: #184EA8;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  /*
      .bl_dorm{
        display: block;
        width: 76vw;
        .under_wrap_square{
          width: 76vw;
          margin: 0 auto;
          margin-top: 6rem;
        }
        &::after{
          width: 100vw;
          bottom: -60px;
        }
      }

      .dorm_slide{
        width: 76vw;
        margin: 0 auto;
        margin-bottom: 3rem;
        img{
          width: 100%;
        }
      }
  */
  .bl_test {
    width: clamp(95rem, 67vw, 96rem);
    max-width: 94%;
  }
  .bl_test .test_detail {
    margin-bottom: 4rem;
  }
  .bl_guidelines {
    display: none;
  }
  /*
      .test_detail_ttl{
        display: block;
      }

      .bl_test{
        .test_detail{
          .test_ttl{
            margin-left: 0;
            padding-left: 3rem;
          }
          .test_period,.test_day,.test_passed{
            margin-bottom: 2rem;
            font-size: 1.4rem;
            padding-left: 3rem;
          }
        }
      }

      .test_arrow{
        text-align: center;
      }

      .test_box{
        margin-bottom: 0;
      }

      .test_inner{
        width: 66.7vw;
        background-color: #F4F6FC;
        padding-top: 3rem;
        border-radius: 0 0 2rem 2rem;
        .test_dt{
          background-color: initial;
          border-bottom: initial;
          color: #184EA8;
          padding-bottom: 1.5rem;
          padding-top: 0;
        }
        .test_dd{
          border-bottom: initial;
          padding: 0 3rem 3rem 3rem;
          background-color: initial;
        }
      }

      .__test_btm{
        margin-bottom: 3rem;
      }*/
  .tuition_txt {
    width: 76vw;
    text-align: left;
    padding-left: 3rem;
  }
  .bl_tuition {
    width: 68rem;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .bl_tuition tr td {
    padding-left: 1.5rem;
  }
  .tuition_wrap {
    padding-left: 2rem;
  }
  .test_span {
    display: block;
    color: #184EA8;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .pc_br {
    display: none;
  }
  .ly_opencampus_box {
    width: 76vw;
  }
  .ly_opencampus_box .under_wrap_square {
    width: 76vw;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .opencampus_schedule {
    width: 400px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .opencampus_schedule .opencampus_day {
    margin: 0;
    margin-bottom: 2rem;
  }
  .opencampus_schedule .opencampus_day:nth-of-type(-n+4) {
    margin-right: 0;
  }
  .opencampus_schedule .opencampus_day:nth-of-type(n+6):nth-of-type(-n+8) {
    margin-right: 0;
  }
  .opencampus_schedule .opencampus_day:nth-last-of-type(-n+4) {
    margin-bottom: 0;
  }
  #guidelines {
    margin-top: 120px;
  }
  .bl_test .test_detail .test_ttl {
    margin-bottom: 2rem;
    width: 25%;
    /*width: initial;*/
  }
  .cautionary_txt {
    width: 76vw;
    text-align: left;
  }
  .other_anchorlink .anchorlink .anchorlink_item {
    width: 12rem;
  }
  .other_anchorlink .anchorlink .anchorlink_item a {
    width: 12rem;
    font-size: 1.3rem;
  }
  .bl_opencampus_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_opencampus_box .el_btn {
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
    z-index: 1;
  }
  .bl_opencampus_box .opencampus_time {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 76vw;
  }
  form label {
    font-size: 1.4rem;
  }
  form .form_item__feild {
    width: 60%;
  }
  .add_test_arrow::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: initial;
    bottom: 1rem;
    width: 2rem;
  }
  .bl_thought .thought_txt {
    padding-top: 0;
  }
}
@media screen and (max-width: 1079px) {
  .bl_partnership_list .partnership_item {
    width: 48%;
  }
}
/* ========================== 959px ==============================================================================================*/
/* 主にMV、ナビ部分のみの振り分け */
@media screen and (max-width: 959px) {
  .hd_inner {
    display: none;
  }
  .mv, .mv_under {
    margin-top: 6rem;
  }
  .mv_sp {
    margin-top: 6rem;
  }
  .mv_sp .slick-list {
    border-radius: 16rem 0 0 0;
  }
  /*MVのメッセージ*/
  img.txt_message {
    position: absolute;
    left: 17.94vw;
    top: 10.25vw;
    width: 69vw;
    max-width: 270px;
  }
  .sp_nav_wrapper, .burger-btn {
    display: block;
  }
  .burger_btn_wrap {
    display: block;
  }
  .burger_btn_wrap .sp_Toplogo {
    padding-top: 1.7rem;
    padding-left: 1.8rem;
    width: 100%;
    height: 6rem;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .burger_btn_wrap .sp_Toplogo img {
    width: 180px;
  }
  .burger_btn_item {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 3;
    top: 10px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999 !important;
  }
  .bar {
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #00204D;
    z-index: 999 !important;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger_btn_item.close .bar_top {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background-color: #fff;
  }
  .burger_btn_item.close .bar_mid {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .burger_btn_item.close .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background-color: #fff;
  }
  .sp_nav_wrapper, .burger-btn {
    display: block;
  }
  .sp_nav_wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    background: url(../img/hamburger_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
  }
  .sp_hd_nav {
    width: 100%;
    padding-bottom: 3rem;
  }
  .sp_hd_nav .sp_nav_logo {
    width: 58vw;
    margin: 0 auto;
    padding-top: 5rem;
    margin-bottom: 3rem;
    max-width: 228px;
  }
  .sp_hd_nav .sp_nav_logo img {
    width: 100%;
  }
  .sp_hd_nav .nav-list {
    text-align: left;
    width: 93vw;
    margin: 0 auto;
    background-color: #fff;
    padding: 2rem 0;
    border-radius: 2rem;
  }
  .sp_hd_nav .nav-list .nav-item {
    border-bottom: solid 1px #0F8FD3;
    width: 62vw;
    margin: 0 auto;
  }
  .sp_hd_nav .nav-list .nav-item a {
    margin-right: 0;
    margin-bottom: 2vw;
    margin-top: 2vw;
    color: #184EA8;
    font-size: 1.8rem;
    font-family: Noto Sans CJK JP;
    font-weight: 400;
  }
  .sp_hd_nav .nav-list .nav-item:last-of-type {
    border-bottom: none;
  }
  .sp_hd_bl {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .sp_hd_nav__application {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_hd_nav__application .sp_hd_nav__applicationItem {
    width: 50%;
    height: 120px;
    position: relative;
    z-index: 999;
  }
  .sp_hd_nav__application .sp_hd_nav__applicationItem a {
    text-align: center;
  }
  .sp_hd_nav__application .sp_hd_nav__applicationItem a .sp_hd_nav__applicationItem_icon {
    width: 6.4rem;
    margin: 0 auto;
    padding-top: 1rem;
  }
  .sp_hd_nav__application .sp_hd_nav__applicationItem a .sp_hd_navcont_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #184EA8;
    text-align: left;
    height: 4.2rem;
  }
  .sp_hd_nav__application .sp_hd_nav__applicationItem a .sp_hd_navcont_txt .sp_btmnav_txt {
    font-size: 1.4rem;
    text-align: center;
  }
  .sp_hd_nav__application .sp_hd_nav__applicationItem a .sp_hd_navcont_txt .arrow-right {
    margin-top: 1.2rem;
    width: 20px;
    height: 20px;
  }
  .sp_hd_nav__application .sp_hd_nav__applicationItem:first-of-type {
    border-right: 1px solid #02307E;
  }
  .sp_hd_nav__application .sp_hd_nav__applicationItem:last-of-type .sp_btmnav_txt {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .sp_hd_nav__contact {
    background-color: #00204D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_hd_nav__contact .sp_hd_nav__contactItem {
    width: 50%;
    height: 100px;
    text-align: center;
  }
  .sp_hd_nav__contact .sp_hd_nav__contactItem a {
    padding: 3rem 0;
  }
  .sp_hd_nav__contact .sp_hd_nav__contactItem a img {
    width: 24px;
    margin-right: 1rem;
  }
  .sp_hd_nav__contact .sp_hd_nav__contactItem a .sp_hd_nav__contactItem_txt {
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.25;
  }
  .sp_hd_nav__contact .sp_hd_nav__contactItem:first-of-type {
    border-right: 1px solid #fff;
  }
  .sp_hd_nav__contact .sp_hd_nav__contactItem:last-of-type img {
    margin-bottom: 0.5rem;
  }
  .bl_dorm {
    display: block;
    width: 76vw;
  }
  .bl_dorm .under_wrap_square {
    width: 76vw;
    margin: 0 auto;
    margin-top: 6rem;
  }
  .bl_dorm::after {
    width: 100vw;
    bottom: -60px;
  }
  .dorm_slide {
    border-radius: 2rem;
    width: 76vw;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .dorm_slide img {
    border-radius: 2rem;
    width: 100%;
  }
  .test_detail_ttl {
    display: block;
  }
  .bl_test .test_detail .test_ttl {
    margin-left: 0;
    padding-left: 3rem;
    width: 100%;
  }
  .bl_test .test_detail .test_period, .bl_test .test_detail .test_day, .bl_test .test_detail .test_passed {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    padding-left: 3rem;
  }
  .test_arrow {
    text-align: center;
  }
  .test_box {
    margin-bottom: 0;
  }
  .test_inner {
    width: 66.7vw;
    background-color: #F4F6FC;
    padding-top: 3rem;
    border-radius: 0 0 2rem 2rem;
  }
  .test_inner .test_dt {
    background-color: initial;
    border-bottom: initial;
    color: #184EA8;
    padding-bottom: 1.5rem;
    padding-top: 0;
  }
  .test_inner .test_dd {
    border-bottom: initial;
    padding: 0 3rem 3rem 3rem;
    background-color: initial;
  }
  .__test_btm {
    margin-bottom: 3rem;
  }
}
/* ========================== 767px ==============================================================================================*/
@media screen and (max-width: 767px) {
  .rightbox_txt {
    margin-top: 2rem;
  }
  .hd_inner {
    display: none;
  }
  .sp__br {
    display: block;
  }
  #name, #name_furigana, #contact_select, #address_01, #address_02, #mail, #schoolname, .form__tel, #birthday_month, #birthday_year, #schoolyear, #message, .prefecture {
    margin-left: initial !important;
    width: 100% !important;
  }
  #birthday_year, #schoolyear, .prefecture {
    width: 24rem !important;
  }
  form .zipcode {
    margin-left: 0;
  }
  .contact_middle__arrow {
    position: relative;
    width: 230px !important;
  }
  .contact_middle__arrow::before {
    position: absolute;
    right: 12px !important;
    top: 7px;
    content: "";
    font-size: 18px;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    padding-left: 1rem;
    color: #184EA8;
  }
  .ly_confirmation .confirmation_back .contact_middle__arrow {
    width: 180px !important;
  }
  .contact_small__arrow {
    position: relative;
    width: 100px !important;
    margin-left: 16px !important;
  }
  .contact_small__arrow::before {
    position: absolute;
    z-index: 2;
    right: 12px !important;
    top: 7px;
    content: "";
    font-size: 18px;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    padding-left: 1rem;
    color: #184EA8;
  }
  #birthday_month {
    width: 100px !important;
  }
  .mwform-radio-field label {
    margin-bottom: 1rem !important;
  }
  .mw_wp_form .error {
    margin-left: 0;
  }
  .mg_btm16_10 {
    margin-bottom: 6rem !important;
  }
  .el_counseling_btn {
    width: 240px !important;
  }
  .scrolldown {
    display: block;
    position: absolute;
    left: 5%;
    top: 80vw !important;
    -webkit-animation: arrowmove 2s ease-in-out infinite;
            animation: arrowmove 2s ease-in-out infinite;
    z-index: 1;
  }
  .scrolldown span {
    position: absolute;
    top: 0;
    left: -15px;
    color: #00204D;
    letter-spacing: 0.075em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    font-weight: 400;
    font-family: Noto Sans CJK JP;
  }
  .scrolldown::before {
    content: "";
    position: absolute;
    top: 144px;
    right: 5.1px;
    width: 1px;
    height: 16px;
    background: #00204D;
    -webkit-transform: skewX(31deg);
            transform: skewX(31deg);
  }
  .scrolldown::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 60px;
    right: 0;
    /*矢印の形状*/
    width: 1px;
    height: 100px;
    background: #00204D;
  }
  @-webkit-keyframes arrowmove {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes arrowmove {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .mv {
    display: none;
  }
  .mv_sp {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 15rem;
    position: relative;
  }
  .mv_sp .mv_sp_flower {
    position: absolute;
    z-index: 2;
    bottom: -22vw;
    right: 0;
    width: 100%;
  }
  .mv_sp .mv_sp_flower img {
    width: 100%;
  }
  .mv_under {
    position: relative;
    margin-bottom: 42px;
  }
  .mv_under .mv_under_pc {
    display: none;
  }
  .mv_under .mv_under_sp {
    display: block;
    -webkit-filter: drop-shadow(0px 10px 30px rgba(2, 102, 126, 0.2));
            filter: drop-shadow(0px 10px 30px rgba(2, 102, 126, 0.2));
  }
  .mv_under .mv_under_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 3.8rem;
    font-family: Nothing You Could Do;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
    line-height: 51px;
  }
  .mv_under .mv_under_ttl .mv_under_ttl_span {
    font-family: ヒラギノ角ゴシック;
    font-size: 1.3rem;
    font-weight: 700;
    display: block;
    margin-top: -1rem;
  }
  .mv_under .mv_under_flower {
    display: none;
  }
  .under_wrap {
    width: 89vw;
    margin-bottom: 4rem;
    border-radius: 2rem;
  }
  .under_postwrap {
    width: initial;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 32, 77, 0.06);
            box-shadow: 0px 6px 10px rgba(0, 32, 77, 0.06);
    margin-bottom: 4rem;
  }
  .under_wrap_square {
    width: 89vw !important;
    margin-bottom: 4rem;
    background-color: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    border: initial;
  }
  .post_pagenation {
    width: initial;
  }
  .sp_block {
    display: block;
  }
  .follow_banner {
    display: none;
  }
  .sp_btmnav {
    display: block;
    position: fixed;
    bottom: 0;
    height: 8rem;
    background-color: #02307E;
    width: 100%;
    -o-border-image: linear-gradient(to right, #AC8B00, #FFFAE3, #AC8B00) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#AC8B00), color-stop(#FFFAE3), to(#AC8B00)) 1;
       border-image: linear-gradient(to right, #AC8B00, #FFFAE3, #AC8B00) 1;
    border-top: 2px solid;
    z-index: 4;
  }
  .sp_btmnav::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-color: #C50F15 transparent transparent transparent;
    z-index: -999;
  }
  .sp_btmnav::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-color: #C50F15 transparent transparent transparent;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: -999;
  }
  .sp_btmnav .sp_btmnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding-top: 1.3rem;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item {
    background-color: #fff;
    height: 5rem;
    border-radius: 6px;
    border: 1px solid #02307E;
    position: relative;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item::after {
    content: "";
    position: absolute;
    width: 19.8rem;
    height: 5rem;
    background: #52759F;
    border: #02307E 1px solid;
    border-radius: 6px;
    z-index: -1;
    bottom: -5px;
    left: 4px;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 1.2rem;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item a .sp_btmnav_icon {
    width: 28px;
    height: 28px;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item a .sp_btmnav_txt {
    white-space: nowrap;
    color: #00204D;
    font-size: 1.1rem;
    margin: 0 0.6rem;
    line-height: 1.2;
    font-size: clamp(10px, 5vw, 11px);
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item a .arrow-right {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.8rem;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item:first-child {
    margin-right: 2vw;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item:nth-child(2) {
    padding: 0.8rem 2rem;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item:nth-child(2) .sp_btmnav_icon {
    width: 19.6px;
    height: 100%;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item:nth-child(2) .arrow-right {
    margin-top: initial;
  }
  .sp_btmnav .sp_btmnav_list .sp_btmnav_item:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 15.7rem;
    height: 5rem;
    background: #52759F;
    border: #02307E 1px solid;
    border-radius: 6px;
    z-index: -1;
    bottom: -5px;
    left: 4px;
  }
  .el_lv2Heading {
    font-size: 3.2rem;
    font-weight: normal;
  }
  .el_lv2Heading .el_lv2Heading_span {
    font-size: 1.3rem;
    font-weight: bold;
  }
  ._top_h2 {
    font-size: 4.8rem;
  }
  .information_list .information_item {
    padding-bottom: 1rem;
  }
  .information_ttl a {
    font-weight: 300;
    font-size: 1.3rem;
  }
  .ly_contents_body {
    margin-bottom: 8rem;
    position: relative;
  }
  .ly_contents_body .contents_list {
    padding: 3rem 1rem;
    width: 380px;
    margin: 0 auto;
    max-width: initial;
  }
  .ly_contents_body .contents_list .contents_item {
    width: initial;
    padding: 0 6px 6px 0;
    margin-bottom: 1rem;
  }
  .ly_contents_body .contents_list .contents_item:after {
    content: "";
    background: #ABBAD7;
    border: 1px solid #02307E;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 90px;
    z-index: -1;
    border-radius: 6px;
  }
  .ly_contents_body .contents_list .contents_item a {
    width: 11rem;
    height: 9rem;
  }
  .ly_contents_body .contents_list .contents_item a .contents_item_icon {
    width: 4rem;
    padding: 1.6rem 0 1rem 0;
    margin-bottom: initial;
  }
  .ly_contents_body .contents_list .contents_item a .contents_item_ttl {
    height: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .ly_contents_body .contents_list .contents_item a .contents_item_ttl .el_lv3Heading_contents {
    font-size: 1.1rem;
    line-height: 0;
  }
  .ly_contents_body .contents_list .contents_item a .contents_item_ttl .fa-solid {
    margin-top: -1.4rem;
  }
  .ly_contents_body .contents_list .contents_item a .contents_item_ttl .fa-solid::before {
    font-size: 1.2rem;
    padding-left: 0.3rem;
  }
  .ly_environment {
    padding-top: 6rem;
  }
  .ly_information .ly_information_body {
    width: 100vw;
    padding: 0 3.5rem;
    margin-bottom: 3rem;
  }
  .information_cont {
    margin-bottom: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .information_cont .information_day {
    font-size: 1.2rem;
  }
  .information_cont .tags_cat {
    margin-top: -0.3rem;
  }
  .el_btn {
    width: 16.2rem;
    height: 4rem;
    margin: 0 0 0 auto;
    border-radius: 2rem 0 0 2rem;
    border: 1px solid #02307E;
    border-right: none;
    position: relative;
  }
  .el_btn .btnarrow {
    display: block;
    position: relative;
    color: #01307E;
    font-weight: bold;
    font-size: 1.6rem;
    white-space: nowrap;
    padding: 0.7rem 7.5rem 0.8rem 3.5rem;
  }
  .el_btn .btnarrow::before {
    content: "";
    position: absolute;
    bottom: 1.8rem;
    right: 1.6rem;
    width: 20px;
    height: 1px;
    background: #02307E;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .el_btn .btnarrow::after {
    content: "";
    position: absolute;
    bottom: 2.1rem;
    right: 1.6rem;
    width: 10px;
    height: 1px;
    background: #02307E;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mg_btm16_10 {
    margin-bottom: 10rem;
  }
  .ly_features .ly_features_body .features_list_pc {
    display: none;
  }
  .ly_features .ly_features_body .features_list_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 89vw;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 0;
  }
  .ly_features .ly_features_body .features_list_sp .features_list_sp_item {
    width: 48%;
    margin-bottom: 1rem;
  }
  .ly_features .ly_features_body .features_list_sp .features_list_sp_item:nth-of-type(3) {
    width: 100%;
  }
  .news_wrap {
    margin-bottom: 10rem;
    padding-bottom: 0;
  }
  .ly_features {
    padding-top: 100px;
  }
  .bl_voice__list {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .bl_voice__item {
    width: 280px;
    margin: 40px 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bl_voice__img {
    position: relative;
  }
  .bl_voice__img img {
    border: 1px solid #02307E;
    border-radius: 6px;
  }
  .bl_voice__ttl {
    color: #00204D;
    font-size: 1.8rem;
    padding-top: 20px;
  }
  .ft_over_list {
    background-color: #fff;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    display: block;
    padding: 6rem 0;
  }
  .ft_over_list .ft_over_item {
    margin: 0 auto;
  }
  .ft_over_list .ft_over_item:nth-child(1) {
    margin: 0 auto;
    width: 35rem;
    margin-bottom: 2rem;
  }
  .ft_over_map {
    height: 26rem;
  }
  .ft_over_gnav {
    display: none;
  }
  .footer_sp, .ft_over_gnav {
    display: block;
  }
  .footer_sp {
    margin-bottom: 8rem;
  }
  .footer_sp .ft_over_list_sp {
    padding: 0 5vw;
    width: 90vw;
    margin-bottom: 3rem;
  }
  .footer_sp .ft_over_list_sp .ft_over_item_sp {
    width: 90vw;
  }
  .footer_sp .ft_over_list_sp .ft_over_item_sp:first-child {
    margin-bottom: 2rem;
  }
  .footer_sp .ft_over_map_sp {
    margin-bottom: 3rem;
    height: 26rem;
  }
  .footer_sp .footer_sp_bl {
    width: 67vw;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .footer_sp .footer_sp_bl .footer_sp_logo {
    margin-bottom: 1.8rem;
  }
  .footer_sp .footer_sp_bl .footer_sp_logo img {
    width: 100%;
  }
  .footer_sp .footer_sp_bl .footer_sp_txt {
    font-size: 1.3rem;
    font-family: Hiragino Kaku Gothic ProN;
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: initial;
  }
  .footer_sp .sp_ft_over_gnav {
    display: block;
    /*margin-left: 5vw;*/
    padding-top: 3rem;
    text-align: center;
  }
  .footer_sp .sp_ft_over_gnav .ft_over_item {
    border-right: 1px solid #00204D;
    display: inline-block;
    margin-right: 1rem;
    padding-right: 1rem;
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
  .footer_sp .sp_ft_over_gnav .ft_over_item:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
  .footer_sp .sp_ft_over_gnav .ft_over_item a {
    font-family: Hiragino Kaku Gothic ProN;
    font-weight: 300;
    color: #00204D;
  }
  .footer_sp .sp_ft_over_gnav .ft_over_item:nth-child(5) {
    margin-bottom: 4.5rem;
  }
  .footer_sp .footer_sp_banner {
    width: 35rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .footer_sp .footer_sp_banner img {
    width: 100%;
  }
  .footer_sp .ly_lblue {
    padding-bottom: 2rem;
  }
  footer {
    display: none;
  }
  .ly_ft_over {
    display: none;
  }
  /* ====================
  学生ニュース一覧ページ 
  ==================== */
  .under_taglist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: initial;
    margin-bottom: 4rem;
  }
  .under_taglist .under_tagitem {
    margin: 0 1rem 0 0;
  }
  .under_taglist .under_tagitem:last-of-type {
    margin-right: 0;
  }
  .under_taglist .under_tagitem a {
    width: 80px;
    height: 50px;
    border-radius: 0.6rem;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0;
    padding-top: 0.7rem;
  }
  .under_taglist .under_tagitem .__lesson {
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0;
    padding-top: 0.9rem;
    font-weight: 400;
  }
  .under_taglist .under_tagitem .__region, .under_taglist .under_tagitem .__event {
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0;
    padding-top: 1.6rem;
    font-weight: 400;
  }
  .__under_news {
    padding-bottom: 0 !important;
  }
  .__counseling {
    padding-top: 6rem;
  }
  .under_newsitem {
    display: block;
    width: initial;
    margin-bottom: 6rem;
    -webkit-box-shadow: 0 6px 10px -3px rgba(0, 32, 77, 0.06);
            box-shadow: 0 6px 10px -3px rgba(0, 32, 77, 0.06);
    padding-bottom: 6rem;
  }
  .under_newsitem .news_item {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 10.6rem;
  }
  .under_newsitem .news_item:nth-of-type(3n) {
    margin: 0 auto;
    margin-bottom: 10.6rem;
  }
  .under_newsitem .news_item .news_img {
    width: 80%;
  }
  .under_newsitem .news_item .news_item_inner {
    left: 20vw;
    width: 258px;
  }
  .news_pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 25rem;
    margin-bottom: 10rem;
  }
  .news_pagenation .news_pagenation_number a {
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    text-align: center;
    padding-top: 0.6rem;
    background: #184EA8;
    color: #fff;
  }
  .news_pagenation .news_pagenation_number .__edge {
    background-color: #D3DBE6;
    color: #184EA8;
  }
  .news_pagenation .news_pagenation_left {
    margin-top: 0.6rem;
  }
  .news_pagenation .news_pagenation_left .fa-solid::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f104";
    font-size: 1.2rem;
    color: #184EA8;
  }
  .news_pagenation .news_pagenation_right {
    margin-top: 0.6rem;
  }
  .news_pagenation .news_pagenation_right .fa-solid::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    font-size: 1.2rem;
    color: #184EA8;
  }
  /* ====================
   在校生・卒業生の声一覧ページ 
   ==================== */
  .under_taglist.__voice {
    width: 35rem;
  }
  .under_taglist .under_tagitem .__current {
    padding-top: 1.6rem;
  }
  .under_taglist .under_tagitem .__graduation {
    padding-top: 1.6rem;
  }
  .under_voice {
    display: block;
    width: initial;
    /*padding-bottom: 2rem;*/
    margin-bottom: 2rem;
    /*box-shadow: 0px 6px 10px rgba(0,32,77,0.06);*/
    padding-left: 0;
  }
  .under_voiceitem {
    width: 89vw;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin: 0 2rem;
  }
  .under_voiceitem .voice_img {
    text-align: center;
  }
  .under_voiceitem .voice_img {
    position: relative;
    margin-bottom: 2rem;
  }
  .under_voiceitem .voice_img img {
    border: 1px solid #02307E;
    border-radius: 6px;
    width: 100%;
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .under_voiceitem .voice_img img .voice_img {
    position: relative;
    margin-bottom: 2rem;
  }
  .under_voiceitem .voice_img img .voice_img img {
    border: 1px solid #02307E;
    border-radius: 6px;
  }
  .under_voiceitem .voice_img img .voice_img .under_voiceyear {
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    bottom: 2.4rem;
    left: 0;
    padding: 0.3rem 2rem 0 2rem;
    border-radius: 0 1.5rem 1.5rem 0;
    height: 3rem;
  }
  .under_voiceitem .voice_img img .voice_img .under_voiceyear.__graduation {
    background-color: #184EA8;
  }
  .under_voiceitem .voice_img img .voice_img .under_voiceyear.__current {
    background-color: #EF6585;
  }
  .under_voiceitem .voice_img img .under_voicettl {
    color: #00204D;
    font-size: 1.6rem;
  }
  .under_voiceitem .voice_img .under_voiceyear {
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    bottom: 2.4rem;
    left: 0;
    padding: 0.3rem 2rem 0 2rem;
    border-radius: 0 1.5rem 1.5rem 0;
    height: 3rem;
  }
  .under_voiceitem .voice_img .under_voiceyear.__graduation {
    background-color: #184EA8;
  }
  .under_voiceitem .voice_img .under_voiceyear.__current {
    background-color: #EF6585;
  }
  .under_voiceitem .under_voicettl {
    color: #00204D;
    font-size: 1.8rem;
  }
  /* ====================
  卒業後の進路 
  ==================== */
  .btn_more {
    display: block;
  }
  .bl_anchorlink {
    background-color: #F4F6FD;
  }
  ._footer {
    margin-bottom: 2rem !important;
  }
  .anchorlink {
    display: block;
    padding: 20px 0;
    width: 89vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 10rem;
  }
  .anchorlink .anchorlink_item {
    width: 89vw;
    margin: 0 auto;
    height: 4rem;
    border-radius: 4px;
    background-color: #184EA8;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .anchorlink .anchorlink_item a {
    color: #fff;
    height: 4rem;
    text-align: center;
    font-size: 1.4rem;
    width: 89vw;
    padding-left: 3vw;
    padding-right: 3vw;
    margin: 0 auto;
    height: initial;
    padding-top: 0.9rem;
    text-align: left;
  }
  .anchorlink .anchorlink_item a::before {
    content: initial;
  }
  .anchorlink .anchorlink_item .ft_anchorlink {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .anchorlink .anchorlink_item:last-of-type {
    margin-bottom: 0;
  }
  .anchorlink .anchorlink_item:last-of-type::after {
    content: initial;
  }
  .anchorlink .anchorlink_item .fa-circle-chevron-down::before {
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    display: initial;
    padding-top: 0;
    color: #fff;
    position: absolute;
    right: 0;
    margin-right: 3vw;
  }
  .anchorlink .anchorlink_item .fa-circle-chevron-up {
    display: inline-block;
  }
  .anchorlink .anchorlink_item .fa-circle-chevron-up::before {
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    display: block;
    padding-top: 0.1rem;
    color: #fff;
  }
  .ly_course_back01, .ly_course_back02 {
    display: none;
  }
  .ly_course_back04 {
    display: block;
    margin-top: -180px;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: -1;
  }
  .bl_txt_center {
    margin-bottom: 4rem;
  }
  .bl_squareback {
    background-color: #fff;
    border-radius: 4rem;
    border: 1px solid #D2DBE6;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
            box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
    margin-top: -80px;
  }
  .bl_square {
    position: relative;
    padding: 5vw 5vw;
    margin: 0;
  }
  .bl_square .bl_square_item:last-of-type {
    margin-bottom: initial;
  }
  #nationalexam {
    margin-top: -70px;
  }
  .nationalexam_graph {
    display: none;
  }
  .nationalexam_graph_sp {
    display: block;
  }
  .nationalexam_graph_sp .nationalexam_graph_sp_ttl {
    background-color: #184EA8;
    border-radius: 80px;
    color: #fff;
    font-family: ヒラギノ角ゴシック;
    font-size: 1.4rem;
    text-align: center;
    height: 38px;
    width: 80vw;
    margin: 0 auto;
    text-align: center;
    padding: 0.8rem;
    letter-spacing: 0.075em;
    margin-bottom: 2rem;
  }
  .nationalexam_graph_sp .nationalexam_graph_sp_img {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .bl_nationalexam_environment {
    display: none;
  }
  .bl_nationalexam_environment_sp {
    display: block;
    margin-bottom: 2rem;
  }
  .bl_environment {
    display: block;
    width: 89vw;
  }
  .bl_environment .bl_environment_item {
    width: 89vw;
    margin-bottom: 2rem;
  }
  .el_environment_btn {
    width: 32rem;
  }
  .bg_careea {
    background-color: #fff !important;
    padding-bottom: 0;
  }
  .ly_careea {
    background-color: rgba(24, 78, 168, 0.05);
    padding: 4rem 0 2rem 0;
  }
  .ly_careea .under_wrap {
    border-radius: 1rem;
  }
  .ly_plus .under_voice {
    -webkit-box-shadow: initial;
            box-shadow: initial;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_nationalexam_img {
    width: 40vw;
  }
  .bl_career_right {
    display: none;
  }
  .btn_more {
    width: 250px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    border: 2px solid #02307E;
    border-radius: 3rem;
    color: #01307E;
    padding: 10px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
    margin-top: 0;
    margin-bottom: 4rem;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .btn_more::after {
    content: "もっと見る　　";
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 1.8rem;
    background-position: top 2.5px right 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -erbkit-transition: 0.2s;
  }
  .btn_more.on-click::after {
    content: "閉じる　　";
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: top 1px right 0px;
  }
  .bl_career {
    display: block;
    width: 79vw;
  }
  .bl_career .bl_career_left, .bl_career .bl_career_right {
    width: 100%;
  }
  .bl_career .bl_career_left::after, .bl_career .bl_career_right::after {
    content: initial;
  }
  /* ====================
  お知らせ
  ==================== */
  .under_tagitem .__information {
    padding-top: 1.6rem !important;
  }
  .under_tagitem .__entranceexam {
    padding-top: 1.6rem !important;
  }
  .under_tagitem .__information_event {
    padding-top: 1.6rem !important;
  }
  .mg_top230_0 {
    margin-top: 0;
  }
  .span_anchorlink {
    margin-bottom: 0;
  }
  /* ====================
  キャンパスライフ
  ==================== */
  .bl_partnership .under_wrap {
    width: 89vw;
  }
  .bl_partnership_list {
    display: none;
  }
  .bl_partnership_list_sp {
    display: block;
  }
  .bl_partnership_list_sp .partnership_item {
    width: 89vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
    height: 14rem;
    margin-bottom: 2rem;
  }
  .bl_partnership_list_sp .partnership_item:last-child {
    margin-bottom: 0;
  }
  .bl_partnership_list_sp .partnership_item .partnership_item_img img {
    height: 100%;
    width: 140px !important;
    border-radius: 10px 0 0 10px;
  }
  .bl_partnership_list_sp .partnership_item .partnership_item_sp {
    padding-left: 10px;
    border-left: 1px solid #D2DBE6;
    width: 53vw;
    padding-right: 1rem;
    letter-spacing: 0;
  }
  .bl_partnership_list_sp .partnership_item .partnership_item_sp .partnership_item_ttl {
    background-color: initial;
    color: #184EA8;
    font-size: 1.3rem;
    width: initial;
    height: initial;
    margin: initial;
    text-align: left;
    padding-top: 2rem;
  }
  .bl_partnership_list_sp .partnership_item .partnership_item_sp .partnership_item_txt {
    border-top: initial;
    margin-top: 0;
    padding-top: 2rem;
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
    text-align: left;
  }
  .mg_top230 {
    margin-top: 0;
    padding-top: 120px;
  }
  .bl_director_sp {
    width: 300px !important;
  }
  .bl_director_sp img {
    width: 150px;
    height: 100%;
  }
  .bl_director_sp .director_name {
    padding-top: 4.8rem;
    white-space: nowrap;
    letter-spacing: initial;
    padding-right: 7vw;
  }
  .ly_partnership {
    padding: 3rem 2rem 4rem 2rem;
  }
  .under_subttl_txt {
    font-size: 1.8rem;
    margin-bottom: 6rem;
    position: relative;
    display: inline-block;
  }
  .under_subttl_txt::before {
    content: "";
    height: 20px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .bl_environment .bl_environment_item .bl_environment_ttl {
    width: 220px;
    font-size: 1.6rem;
  }
  .__dormitory_rightblue::after {
    height: 550px;
    bottom: -40px;
  }
  .dormitory_img img {
    height: 200px;
  }
  .dormitory_flex {
    height: 200px;
    overflow-x: scroll;
  }
  .dormitory_flex img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-right: 20px;
  }
  .dormitory_flex img:last-child {
    margin-right: 0;
  }
  .sp_br {
    display: none;
  }
  .span_txt_center {
    text-align: left;
    line-height: 28px;
  }
  .__campus_rightblue::after {
    bottom: -80px;
  }
  .bl_square_campus {
    padding: 3rem 2rem 4rem 2rem;
  }
  .ly_course_back03 {
    display: none;
  }
  .ly_course_back06 {
    display: block;
    position: absolute;
    right: 0;
    margin: 0 calc(50% - 50vw);
    bottom: -200px;
    z-index: -1;
  }
  #curriculum {
    padding-top: 100px;
  }
  .__goals {
    margin-bottom: 20rem;
  }
  .bl_curriculum {
    display: block;
  }
  .bl_curriculum_item {
    width: 89vw;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .bl_schedule_box {
    display: block;
    width: 79vw;
    padding: 0;
  }
  .ly_day_schedule {
    width: 89vw;
  }
  .ly_day_schedule .under_wrap {
    width: 89vw !important;
    margin: 0 auto;
    margin-top: -25px;
  }
  .__wrap03 {
    height: 16rem;
  }
  .__wrap05 {
    height: 21rem;
  }
  .__curriculum_none {
    height: 4rem;
  }
  .bl_curriculum {
    margin-bottom: 0;
  }
  #day_schedule {
    margin-top: -4rem;
  }
  .bl_schedule_tag {
    width: 260px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 4rem;
    border: none;
    padding-top: 0.5rem;
  }
  .ly_campus_back01 {
    position: absolute;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    top: -100px;
    height: 800px;
    z-index: 0;
  }
  .ly_campus_back01 img {
    border-radius: 0px;
  }
  .ly_campus_back02 {
    position: absolute;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    top: -100px;
    height: 800px;
    z-index: 0;
  }
  .ly_campus_back02 img {
    border-radius: 0px;
  }
  .day_schedule_img {
    padding-bottom: 3rem;
  }
  .day_schedule_img img {
    width: 79vw;
    margin: 0 auto;
  }
  .bl_schedule_item {
    margin-bottom: 2rem;
  }
  .bl_schedule_list {
    margin-bottom: 4rem;
    padding: 5rem 2rem 0 4rem;
  }
  .ly_day_schedule .__left {
    margin: 0 auto;
  }
  .bl_environment_list {
    width: 89vw;
    margin-bottom: 7rem;
  }
  .environment_item {
    margin-bottom: 4rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .environment_item:last-child {
    margin-bottom: 0;
  }
  .environment_item .environment_item_ttl {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .environment_item .environment_item_txt {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: initial;
  }
  .environment_item img {
    width: 41vw;
    width: 160px;
    height: 114px;
    margin-bottom: 0;
  }
  .bl_environment_right {
    margin-left: 10px;
  }
  .__campus_rightblue .under_newsitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0 4rem;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .__campus_rightblue .under_newsitem::-webkit-scrollbar {
    display: none;
  }
  .__campus_rightblue .under_newsitem .news_item {
    width: 290px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10vw;
  }
  .__campus_rightblue .under_newsitem .news_item:last-of-type {
    margin-right: 0;
  }
  .__campus_rightblue .under_newsitem .news_item .news_item_inner {
    left: 10vw;
  }
  .bl_history {
    width: 82vw;
    margin: 0 auto;
  }
  .campuslife_anchorlink .anchorlink_item:nth-last-of-type(-n+4) {
    width: 44vw;
  }
  .campuslife_anchorlink .anchorlink_item:nth-last-of-type(-n+4) a {
    width: 44vw;
  }
  .other_anchorlink .anchorlink_item {
    width: 44vw !important;
  }
  .other_anchorlink .anchorlink_item a {
    width: 44vw !important;
  }
  /* ====================
  お問い合わせページ
  ==================== */
  .contact_thx_txt {
    width: initial;
    padding: 4rem 2rem 3rem 2rem;
  }
  .txt_attention {
    width: initial;
    margin: 0 2rem 4rem 2rem;
  }
  .ly_thx {
    margin: 0 calc(50% - 50vw);
    width: 100vw !important;
    border-radius: 0;
    -webkit-box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16) !important;
            box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16) !important;
    margin-bottom: 10rem;
  }
  .ly_thx::after {
    background: initial;
  }
  .ly_contact {
    margin: 0 calc(50% - 50vw);
    width: 100vw !important;
    border-radius: 0;
    -webkit-box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16) !important;
            box-shadow: 2px 3px 20px rgba(0, 32, 77, 0.16) !important;
    margin-bottom: 10rem;
  }
  .ly_contact::after {
    background: initial;
  }
  .form_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form_item .__medium {
    margin-left: initial !important;
    width: 60%;
  }
  .form_item .__small {
    width: 30%;
  }
  .form_item .form_search {
    width: 30%;
  }
  form {
    padding: 4rem 2rem;
  }
  form .form_item__ttl {
    width: 89vw;
    margin: 0 auto;
    margin-bottom: 1.1rem;
  }
  form .form_item__feild {
    width: 89vw;
    margin: 0 auto;
  }
  form .form_day {
    margin-left: 0;
    padding-left: 2rem;
    background-color: #E8ECF2;
  }
  .ly_confirmation .form_item__feild {
    margin-left: 0;
  }
  .form_flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form_flex input:last-of-type {
    margin-left: 2rem;
  }
  .form_span {
    margin-bottom: 1.1rem;
  }
  #voice {
    padding-top: 100px;
  }
  .ly_year_schedule {
    background-color: initial;
    padding-top: initial;
    padding-bottom: initial;
    margin-bottom: initial;
  }
  #environment {
    margin-bottom: 0;
  }
  .bl_rightbox {
    width: 89vw;
  }
  .bl_rightbox .rightbox_dd {
    margin-left: 60px;
  }
  .rightbox_bg_blue {
    padding: 2rem 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .bl_counseling_calendar {
    width: 89vw;
    height: 400px;
  }
  .ly_thought02 {
    margin-bottom: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
            box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
    border: 1px solid #D2DBE6;
  }
  .ly_message_wrap {
    margin-bottom: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
            box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
    border: 1px solid #D2DBE6;
  }
  .bl_thought .thought_txt {
    font-size: 1.6rem;
    line-height: 28px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .ly_thought01 {
    margin-top: 4rem;
  }
  .ly_thought02 .img_thought {
    width: 200px;
  }
  .thought_subtxt {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 38rem;
  }
  .bl_message {
    padding: 3rem 2rem;
  }
  .bl_message .message_left {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .bl_message .message_left img {
    width: 120px;
    height: 100%;
  }
  .ly_overview {
    width: 89vw !important;
  }
  .ly_overview_box {
    width: 89vw;
    margin-bottom: 5rem;
  }
  .overview_detail {
    padding: 0 2rem 2rem 2rem;
  }
  .overview_detail .overview_dd {
    margin-left: 100px;
  }
  .bl_facility {
    width: 89vw;
    margin-bottom: 10rem;
  }
  .bl_facility::after {
    height: 50%;
    bottom: -40px;
  }
  .bl_facility .facility_img_flex {
    display: block;
    margin-bottom: initial;
  }
  .bl_facility .facility_img_flex img {
    width: 100%;
  }
  .bl_facility img {
    margin-bottom: 2rem;
    border-radius: 1rem;
  }
  .ly_campus_back06 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: -1;
  }
  .ly_campus_back06 img {
    border-radius: 0;
  }
  .ly_sp_associated {
    width: 89vw;
    margin: 0 auto;
    border-radius: 4rem;
    border: 1px solid #D2DBE6;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
            box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
    margin-bottom: 4rem;
    background-color: #fff;
    padding: 4rem 2rem;
    margin-top: -5rem;
  }
  .ly_sp_associated .rightbox_dd {
    line-height: 2rem;
    margin-left: 60px;
  }
  .ly_sp_associated .rightbox_dt {
    line-height: 2rem;
    width: 60px;
  }
  .ly_associated {
    margin-bottom: 0 !important;
  }
  .bl_development {
    margin-left: initial;
    width: 89vw;
  }
  .bl_development .development_dd {
    width: 66%;
    margin-left: 34%;
    padding-right: 2rem;
  }
  .bl_development::after {
    background-image: url(../img/development_back02.png);
    height: 100%;
    width: 100vw;
    bottom: -60%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .message_left .message_name .message_span {
    font-size: 1.4rem;
  }
  .ly_development {
    width: 89vw !important;
  }
  .development_dt {
    width: 34%;
    padding-left: 3vw;
  }
  .development_dt:first-of-type::before {
    right: -22px;
  }
  .development_dt:nth-of-type(4)::before {
    right: -22px;
  }
  .development_dt:nth-of-type(8)::before {
    right: -22px;
  }
  .development_dt::before {
    right: -12px;
  }
  .development_dt::after {
    width: 30px;
  }
  .ly_message {
    margin-top: 70%;
    padding-bottom: 4rem;
  }
  #overview {
    padding-top: 5rem;
  }
  #facility {
    padding-bottom: 5rem;
  }
  .__last {
    margin-bottom: 0 !important;
  }
  .bl_scholarship {
    width: 89vw;
    padding-top: 3rem;
  }
  .scholarship_box {
    display: block;
  }
  .scholarship_box .scholarship_left {
    width: 140px;
    border-radius: 0 20px 20px 0;
    height: 2.6rem;
    padding-top: 0;
    font-size: 1.4rem;
    padding-top: 0.2rem;
    letter-spacing: 0.025em;
  }
  .scholarship_box .scholarship_right {
    border-bottom: initial !important;
    width: 100%;
    padding-top: 2rem;
  }
  .scholarship_box:first-of-type .scholarship_left {
    border-radius: 0 20px 20px 0;
  }
  .scholarship_box:last-of-type .scholarship_left {
    border-radius: 0 20px 20px 0;
  }
  .partnership_ttl {
    width: 89vw;
  }
  .bl_square .bl_square_item .bl_square_txt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .bl_square .bl_square_item .bl_square_number {
    margin-right: 1rem;
  }
  .ly_opencampus_back01 {
    width: 100vw;
    top: -180px;
  }
  .ly_opencampus_back01 img {
    border-radius: 0;
  }
  .ly_opencampus {
    background-color: #fff;
    border-radius: 2rem;
    border: 1px solid #D2DBE6;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
            box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
    position: relative;
  }
  .ly_opencampus_box {
    width: 89vw;
  }
  .ly_opencampus_box::after {
    width: 100vw;
    height: 320px;
    bottom: -4rem;
  }
  .ly_opencampus_box .under_wrap_square {
    width: 89vw;
    margin: 0 auto;
    margin-top: 180px;
  }
  .opencampus_txt {
    margin: 3rem 2rem;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-bottom: 1.6rem;
  }
  .opencampus_list {
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  .opencampus_schedule {
    width: 340px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .opencampus_day {
    width: 9.5rem;
    font-size: 2.4rem;
    height: 8rem;
  }
  .opencampus_day .opencampus_detail .day {
    font-size: 2rem;
  }
  #opencampus {
    margin-bottom: initial !important;
  }
  .el_opencampus_btn {
    width: 200px !important;
    border: 2px solid #02307E;
    border-radius: 3rem;
  }
  .opencampus_time {
    font-size: 1.6rem !important;
  }
  .bl_opencampus_box {
    padding: 2rem 0 3rem 2rem;
  }
  .ly_tour_back01 {
    width: 100vw;
  }
  .ly_tour_back01 img {
    border-radius: 0;
  }
  .ly_tour_box {
    width: 89vw;
  }
  .ly_tour_box .under_wrap_square {
    width: 89vw;
  }
  .tour_txt {
    margin: 2rem;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .bl_tour_btn {
    display: block;
  }
  .bl_tour_btn .el_btn {
    z-index: 1;
    border: 2px solid #02307E;
    border-radius: 3rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .ly_tour_box .under_wrap_square::after {
    width: 100vw;
    height: 187px;
    bottom: -4rem;
  }
  .bl_test {
    width: 89vw;
    margin-bottom: 0;
  }
  .bl_test .test_detail {
    margin-bottom: 2rem;
  }
  .test_inner {
    width: 89vw;
  }
  .test_inner .test_dt {
    padding-left: 2rem;
  }
  .test_inner .test_dd {
    padding-left: 2rem;
  }
  .test_detail_ttl {
    padding-bottom: 2rem;
  }
  .ly_pamphlet {
    text-align: left;
    width: 89vw;
    margin: 0 auto;
    padding: 0;
    line-height: 28px;
    margin-bottom: 2rem;
  }
  #pamphlet {
    background-color: initial;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .bl_pamphlet {
    width: 89vw;
    display: block;
    margin-bottom: 1rem;
  }
  .bl_pamphlet .pamphlet_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_pamphlet .pamphlet_item img {
    width: 115px;
  }
  .bl_pamphlet .pamphlet_item .pamphlet_btn_pc {
    display: none;
  }
  .sp_ly_pamphlet {
    background-color: rgba(24, 78, 168, 0.05);
    padding: 3rem;
  }
  .sp_ly_pamphlet .el_btn {
    width: 29rem;
    border: 2px solid #02307E;
    border-radius: 3rem;
    margin: 0 auto;
  }
  .pamphlet_sp {
    display: block;
    margin-left: 3rem;
    position: relative;
  }
  .pamphlet_sp::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #184EA8;
    position: absolute;
    top: 2px;
    left: -5px;
  }
  .pamphlet_sp .pamphlet_btn_sp {
    margin-top: 4rem;
    width: 180px;
    height: 4rem;
    background-color: #184EA8;
    border-radius: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    padding-top: 1rem;
  }
  .pamphlet_sp .pamphlet_btn_sp img {
    width: 18px;
    margin-left: 6px;
    height: 15.29px;
    border-radius: 0;
    margin-top: 0.2rem;
    margin-bottom: 0;
  }
  .pamphlet_ttl_sp {
    color: #184EA8;
  }
  .past_item2 {
    margin-bottom: 0;
  }
  .bl_past {
    margin: 0 auto;
    margin-bottom: 0;
    width: 89vw;
  }
  .past_item1 .past_ttl, .past_item2 .past_ttl {
    width: 89vw;
  }
  .past_item1 .past_pdf, .past_item2 .past_pdf {
    width: 89vw;
  }
  .bl_otherexam_box {
    width: 89vw;
  }
  .otherexam_cont {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .cautionary_txt {
    width: 89vw;
  }
  .ly_exam {
    margin-bottom: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .bl_dorm {
    width: 89vw;
  }
  .bl_dorm .ly_dorm {
    width: 89vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 2rem;
    border: 1px solid #D2DBE6;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
            box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
    margin-top: 6rem;
  }
  .dorm_txt_w3 {
    margin-left: 0;
  }
  .dorm_backblue {
    padding-left: 2rem;
  }
  .dorm_ttl {
    width: 220px;
    font-size: 1.6rem;
    padding-top: 0.7rem;
  }
  .dorm_ttl::before {
    width: 35px;
    right: -35px;
  }
  .dorm_ttl::after {
    width: 35px;
    left: -35px;
  }
  .dorm_slide {
    width: 89vw;
  }
  .bl_tuition {
    width: 550px;
  }
  .ly_tuition {
    margin-bottom: 10rem !important;
    background-color: #fff;
    border-radius: 4rem;
    border: 1px solid #D2DBE6;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
            box-shadow: 0px 10px 10px 1px rgba(0, 32, 77, 0.16);
    padding: 0 2rem;
  }
  .ly_tuition::after {
    bottom: -4rem;
    left: 0;
  }
  .tuition_txt {
    width: 89vw;
    padding-left: 2rem;
  }
  .el_btn .btnarrow:hover {
    background-color: initial;
    border-radius: initial;
    width: initial;
    height: initial;
  }
  .__h2_none {
    display: none;
  }
  .contact_g_calendar {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    display: block;
    width: initial;
    margin-top: 2rem;
    color: #00204D;
  }
  .contact_g_calendar a {
    color: #00204D;
    display: inline-block;
    border-bottom: 1px solid #00204D;
  }
  .contact_counseling {
    margin-left: 0;
  }
  .overview_ttl {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .overview_ttl::before {
    top: 3rem;
  }
  .topnews_btn {
    border: 1px solid #fff;
  }
  .topnews_btn .btnarrow {
    color: #fff;
  }
  .topnews_btn .btnarrow::after {
    background: #fff;
  }
  .topnews_btn .btnarrow::before {
    background: #fff;
  }
  .inner .topnews_btn {
    margin: 0 0 0 auto !important;
  }
  .section-lineup .inner {
    width: 100vw !important;
  }
}

.p-country-name{
display: none !important;