@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
.scroll{
  scroll-padding-top: 90px;
}
.mt20{
  margin-top: 20px !important;
}
.wrap{
  font-family: "Noto Sans JP", serif;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #232323;
  word-break: break-all;
}

.pc_only{
  display: block;
}
.sp_only{
  display: none;
}

.hamburger-menu{
  display: none;
}
.navigation{
  display: none;
}

/* common */ 
.main_content{
  padding: 80px 30px;
}
.main_content_top{
  padding: 0 0 80px;
}
.main_content .main_ttl{
  font-size: 30px;
  font-weight: 700;
}
.head_return{
  margin:10px auto 30px;
  display:block;
  max-width: 1160px;
  text-align: right;
  padding: 0 30px;
}
.head_return a{
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
  display: inline-block;
}
.foot_return{
  margin:50px auto 0;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  display:block;
  width:fit-content;
  padding: 10px 30px;
  border-radius: 50vh;
  border: solid 1px #232323;
}

.maker_y{
  background-color: #ffff00;
}
.maker_y8{
  background:linear-gradient(transparent 80%, #ffff00 80%);
}

.maker_b{
  background-color: #1199FF;
  color: #fff;
}
.link_btn{
  color: #fff;
  background-color: #000DC3;
  border-radius: 50vh;
  width: 360px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 40px auto 0;
}
.link:hover{
  opacity: 0.8;
}

.headline{
  background-color: #FF77C0;
  color: #fff;
  font-size: 48px;
  text-align: center;
  line-height: 1.4;
  padding:10px 20px;
  font-weight: 700;
}
.headline .ue{
  font-size: 0.4em;
  vertical-align: top;
}

.mv{
  width: 100%;
  background-image: url("../images/renewal/mv_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  aspect-ratio: 2.413 / 1;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_box{
  position: absolute;
  left: 10.26%;
  bottom:10.28%;
}

.mv_txt{
  width: 43.45vw;
}
.mv_txt .mv_sp_img{
  display: none;
}
.mv_notes{
  margin-top: 20px;
  width: fit-content;
}
.mv_notes li{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.mv_logo{
  max-width: 37.78vw;
}
.mv_ttl{
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}
.mv_ttl span{
  color: #fff;
  background-color: #1199FF;
}
.mv_txt1{
  font-size: 34px;
  font-weight: 700;
  margin-top: 35px;
  color: #fff;
}
.mv_txt1 span{
  background-color: #F65DBB;
}
.mv_txt2{
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1;
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
.mv_txt2 p:nth-child(1){
  color: #1199FF;
}
.mv_txt2 span{
  background:linear-gradient(transparent 80%, #ffff00 80%);
}

.mv_txt3{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
}

.nav{
  padding: 30px;
  background-color: #000DC3;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:20px 0;
  width: 100%;
}
.nav li a{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.nav li a:hover{
  opacity: 0.8;
}
.nav li + li{
  padding-left: 30px;
  margin-left: 30px;
  border-left: solid 1px #fff;
}

#head_nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
  z-index: 999;
}

.point{
  background-color: #000DC3;
  position: relative;
  padding: 20px 30px;
}
.point .inner{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap:20px;
}
.point .inner .item{
  padding:20px 30px;
  background-color: #fff;
  width: 510px;
  max-width: 50%;
}
.point .inner .item:nth-child(1){
  background-image: url("../images/point1_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size:auto 80%;
}
.point .inner .item:nth-child(2){
  background-image: url("../images/point2_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size:auto 80%;
}
.point .inner .item .ttl{
  font-size: 32px;
  font-weight: 700;
  color: #000DC3;
  text-align: center;
}
.point .inner .item p{
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.information_study{
  background-image: url("../images/study_bg.png");
  background-repeat: no-repeat;
  background-size:100% auto;
  background-position: top;
  position: relative;
  padding-top: 40px;
}
.information_study .inner{
  max-width: 1100px;
  margin: 0 auto;
}
.information_study .inner .main_ttl{
  text-align: center;
  font-size: 52px;
  background-color: #000DC3;
  padding: 12px 20px;
  line-height: 1.2;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}
.information_study .inner .txt{
  font-size: 22px;
  line-height: 2;
  margin-top: 30px;
}
.information_study .inner .txt_outer{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.information_study .inner .txt_b{
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
.information_study .inner .txt_m{
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 20px;
}
.information_study .inner .txt .emphasis{
  color: #1199FF;
  font-size: 21px;
  font-weight: 600;
}
.information_study .inner .img{
  text-align: center;
  margin-top: 140px;
}
.information_study .notes{
  width: fit-content;
  margin: 20px auto 0;
  font-size: 12px;
}
.information_study .notes li{
  padding-left: 1em;
  text-indent: -1em;
}
.information_study .Label{
  width: fit-content;
  margin: 0 auto;
}
.information_study .acc_btn{
  position: relative;
}
.information_study .acc_btn::before{
  content:"";
  position: absolute;
  z-index: 10;
  top:50%;
  left: 50%;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #000DC3;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform:translateX(3.8em) translateY(-65%) rotate(135deg);
}
.information_study .acc_btn::after{
  content:"詳しく見る";
  width: 360px;
  height: 60px;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  background-color: #fff;
  color: #000DC3;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 3;
  border: 1px solid #000DC3;
}
.information_study .toggle:checked + .Label .acc_btn::before{
  transform:translateX(2.8em) translateY(-15%) rotate(-45deg);
}
.information_study .toggle:checked + .Label .acc_btn::after{
  content:"閉じる";
}
.information_study .movie{
  margin: 40px auto 0;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}
.information_study .movie a:hover{
  opacity: 0.8;
}
.information_study .movie img{
  border: solid 1px #aaa;
}
.information_study .movie .movie_ttl{
  font-weight: 700;
  margin-top: 6px;
  font-size: 18px;
}
.information_study .movie .movie_txt{
  font-size: 16px;
}
.information_study .inner .link{
  display: block;
  width: fit-content;
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
  background-color: #000DC3;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
}
.information_study .inner .link:hover{
  opacity: 0.8;
}

.concept_movie{
  padding: 40px;
  background-color: #000DC3;
  margin-top: 50px;
}
.concept_movie .ttl{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.concept_movie .movie_inner{
  position: relative;
  aspect-ratio: 16 / 9;
}
.concept_movie .movie_inner iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.concept_movie .concept_link{
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  background-color: #fff;
  color: #000;
  margin: 30px auto 0;
  border-radius: 5px;
}
.concept_movie .concept_link:hover{
  opacity: 0.8;
}

.merit{
  background-color: #000DC3;
}
.merit .main_ttl{
  color: #fff;
  text-align: center;
}
.merit > .inner{
  margin: 60px auto 0;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap:50px;
}
.merit .inner .item{
  width: 100%;
  padding:40px;
  background-color: #fff;
}
.merit .inner .Label{
  padding: 0 50px 0 0;
}
.merit .inner .Label::before{
  width: 40px;
  height: 40px;
}
.merit .inner .Label::after{
  font-size: 22px;
  line-height: 1;
  right: 8px;
}

.merit .inner .toggle:checked + .Label + .acc_body{
  padding: 40px 0 0;
}

.merit .inner .item .ttl{
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 68px;
}
.merit .inner .item .ttl::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.merit .inner .item:nth-child(1) .ttl::before{
  width: 50px;
  height: 51px;
  background-image: url("../images/merit01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.merit .inner .item:nth-child(2) .ttl::before{
  width: 56px;
  height: 50px;
  background-image: url("../images/merit02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.merit .inner .item:nth-child(3) .ttl::before{
  width: 57px;
  height: 51px;
  background-image: url("../images/merit03.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.merit .inner .item:nth-child(4) .ttl::before{
  width: 57px;
  height: 50px;
  background-image: url("../images/merit04.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.merit .inner .item:nth-child(5) .ttl::before{
  width: 56px;
  height: 51px;
  background-image: url("../images/merit05.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.merit .inner .item:nth-child(6) .ttl::before{
  width: 57px;
  height: 49px;
  background-image: url("../images/merit06.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.merit .inner .item .txt{
  font-size: 18px;
}
.merit .inner .item .txt span.small{
  font-size: 12px;
}
.merit .inner .item .img{
  margin-top: 40px;
  text-align: center;
}
.merit .inner .item.merit2 .img{
  margin-top: 0;
}
.merit .inner .item .notes{
  margin-top: 20px;
}
.merit .inner .item .notes li{
  font-size: 11px;
  padding-left: 2em;
  text-indent: -2em;
}
.merit .inner .item .flex{
  display: flex;
  gap:20px;
  justify-content: space-between;
}
.merit .inner .item .flex .left{
  width: 56%;
}
.merit .Label::before{	
	content:"";
  background-color: #030303;
	position: absolute;
	top:50%;
  transform: translateY(-50%);
	right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50vh;
}
.merit .Label::after{
  content:"＋";
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  top:50%;
  transform: translateY(calc(-50% - 1px));
	right: 10px;
  position: absolute;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit .toggle:checked + .Label::after {
	content: "－";
}
.merit .link{
  display: block;
  width: fit-content;
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
  background-color: #000DC3;
  padding: 4px 16px;
  font-size: 20px;
  font-weight: 700;
}
.merit .movie_wrap{
  width: 100%;
  max-width: 937px;
  margin: 30px auto 0;
  aspect-ratio: 16 / 9;
}
.merit .movie_wrap iframe{
  width: 100%;
  height: 100%;
}
/*
.merit .link_btn{
  background-color: #ff1fac;
  flex-direction: column;
  height: 90px;
  width: 440px;
}
.merit .link_btn .link_catch{
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.merit .link_btn .link_ttl{
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
}
*/

.merit .link_btn_w{
  color: #000DC3;
  background-color: #fff;
  margin-top: 20px;
}
.merit .link_btn_w:hover{
  color: #fff;
  background-color: #000DC3;
  border: solid 1px #fff;
}
.faq_link{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 40px auto 0;
}
.faq_link .faq_link_catch{
  font-size: 18px;
  font-weight: 700;
  color:#fff;
  text-align: center;
  line-height: 1.2;
}
.faq_link .faq_link_ttl{
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.school_acc{
  background-color: #fff;
  padding: 40px;
  margin: 60px auto;
  max-width: 1100px;
  border-bottom: solid 1px #707070;
  border-top: solid 1px #707070;
}
.school_acc .school_acc_ttl{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 55px;
}
.school_acc_inner > .Label::before {
    content: "";
    background-color: #030303;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50vh;
}
.school_acc_inner > .Label::after {
    content: "＋";
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    top: 50%;
    transform: translateY(calc(-50% - 1px));
    right: 10px;
    position: absolute;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.school_acc_inner > .toggle:checked + .Label::after {
    content: "－";
}
.field_ttl{
  font-size: 24px;
  font-weight: 700;
  padding: 10px 10px 10px 20px;
  color: #fff;
}
.field_ttl.color1{
  background-color: #eb6161;
}
.field_ttl.color2{
  background-color: #f39939;
}
.field_ttl.color3{
  background-color: #2ea7e0;
}
.field_ttl.color4{
  background-color: #8cc66d;
}
.field_ttl.color5{
  background-color: #e84173;
}
.field_ttl.color6{
  background-color: #dd1984;
}
.field_ttl.color7{
  background-color: #d49f44;
}
.field_ttl.color8{
  background-color: #00ad8f;
}
.field_ttl.color9{
  background-color: #458aa6;
}
.field_ttl.color10{
  background-color: #9970ae;
}
.field_ttl.color11{
  background-color: #6ea61e;
}

.information_faculty{
  background-image: url("../images/faculty_bg.png");
  background-size:auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.information_faculty .main_ttl{
  text-align: center;
  font-size: 52px;
  background-color: #000DC3;
  padding: 12px 20px;
  line-height: 1.2;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}
.information_faculty .main_ttl_mt{
  margin-top: 70px;
}
.information_faculty .inner{
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
}
.information_faculty .faculty .flex{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  gap:30px;
  margin-top: 50px;
}
.information_faculty .faculty .flex_center{
  justify-content: center;
}
.information_faculty .faculty .flex .logo{
  padding: 0 50px 0 30px;
}
.information_faculty .faculty .flex .txt{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.information_faculty .faculty .flex > dl{
  display: flex;
}
.information_faculty .faculty .flex > dl dt{
  width: 210px;
  max-width: 50%;
  background-color: #000DC3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items:center;
  justify-content: center;
}
.information_faculty .faculty .flex > dl dd{
  padding:10px 20px;
  background-color: #fff;
  border: solid 1px #707070;
  font-size: 19px;
  display: flex;
  align-items:center;
  justify-content: center;
  line-height: 1.3;
}
.information_faculty .faculty .flex .item1,
.information_faculty .faculty .flex .item2{
  width: calc(50% - 15px);
}
.information_faculty .faculty .flex .item1 dd,
.information_faculty .faculty .flex .item2 dd{
  width: calc(100% - 210px);
}
.information_faculty .faculty .flex .item3 dd{
  width: calc(100% - 210px);
  line-height: 1.6;
}
.information_faculty .faculty .flex .item3 dd ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.information_faculty .faculty .notes{
  margin-top: 20px;
  font-size: 12px;
}
.information_faculty .faculty .notes li{
  padding-left: 1em;
  text-indent: -1em;
}

.information_faculty .graph{
  text-align: center;
  margin-top: 90px;
}
.information_faculty .center_line{
  border-bottom: solid 1px #000;
  margin: 100px auto;
  width: 100%;
}
.information_faculty .learning{
  padding: 0;
}
.information_faculty .learning > .txt{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
.information_faculty .learning .txt_outer{
  text-align: center;
  margin-top: 20px;
}
.information_faculty .learning .txt_b{
  display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  background-color: #ff1fac;
  color: #fff;
  padding: 0.2em 0.3em 0.3em;
  font-size: 22px;
  font-weight: 700;
  line-height: 2.5;
}
.information_faculty .learning .flex{
  display: flex;
  justify-content: space-between;
  gap:40px;
  margin-top: 180px;
}
.information_faculty .learning .flex .item{
  width: calc((100% - 80px ) / 3 );
}
.information_faculty .learning .flex .item:nth-child(1){
  border: solid 1px #7BE28C;
}
.information_faculty .learning .flex .item:nth-child(2){
  border: solid 1px #50A9E1;
}
.information_faculty .learning .flex .item:nth-child(3){
  border: solid 1px #FAD528;
}
.information_faculty .learning .flex .top{
  background-color: #fff;
  position: relative;
}
.information_faculty .learning .flex .top .img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.information_faculty .learning .flex .item:nth-child(1) .img{
  bottom:100px;
  width: 227px;
}
.information_faculty .learning .flex .item:nth-child(2) .img{
  bottom:100px;
  width: 190px;
}
.information_faculty .learning .flex .item:nth-child(3) .img{
  bottom:100px;
  width: 288px;
}
.information_faculty .learning .flex .top .ttl{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding: 140px 15px 15px;
}
.information_faculty .learning .flex .item:nth-child(1) .top .ttl{
  color: #449C6B;
}
.information_faculty .learning .flex .item:nth-child(2) .top .ttl{
  color: #50A9E1;
}
.information_faculty .learning .flex .item:nth-child(3) .top .ttl{
  color: #FAD528;
}
.information_faculty .learning .flex .bottom{
  padding: 20px;
}
.information_faculty .learning .flex .bottom dt{
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.information_faculty .learning .flex .bottom dd{
  text-align: center;
  font-size: 13px;
}
.information_faculty .learning .flex .item:nth-child(1){
  background-color: #D5F5DB;
}
.information_faculty .learning .flex .item:nth-child(2){
  background-color: #C8E4F5;
}
.information_faculty .learning .flex .item:nth-child(3){
  background-color: #FDF1BB;
}

.information_faculty .learning .heading{
  margin-top: 40px;
}
.information_faculty .learning .heading .txt{
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 28px;
  text-align: center;
}
.information_faculty .learning .heading .txt::after{
  content:"";
  width: 143px;
  height: 26px;
  background-image: url("../images/faculty_learning_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.information_faculty .learning .heading .ttl{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.information_faculty .learning .heading .ttl::after{
  content: "";
  width: 159px;
  height: 134px;
  background-image: url("../images/faculty_learning_ttl_img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right:-179px;
  top:50%;
  transform: translateY(-50%);
}
.information_faculty .learning .heading .ttl span{
   background:linear-gradient(transparent 80%, #3BD0FF 80%);
}
.information_faculty .learning .heading .caption{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}

.information_faculty .learning .flex2{
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
.information_faculty .learning .flex2 .item{
  width: 530px;
  padding: 190px 40px 60px;
  position: relative;
}
.information_faculty .learning .flex2 .item:nth-child(1){
  background-color: #FF44E0;
}
.information_faculty .learning .flex2 .item:nth-child(2){
  background-color: #000DC3;
}
.information_faculty .learning .flex2 .item .img{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  text-align: center;
}
.information_faculty .learning .flex2 .item .img img{
  transform: translateY(-30%);
}
.information_faculty .learning .flex2 .item p{
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.information_faculty .learning .flex2 .item h3{
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  color: #E6FF60;
}
.information_faculty .learning .flex2 .item ul{
  margin-top: 30px;
}
.information_faculty .learning .flex2 .item ul li{
  font-size: 16px;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}
.information_faculty .learning .link{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000DC3;
  width: 440px;
  height: 76px;
  border-radius: 50vh;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  font-size: 18px;
  font-weight: 700;
  margin: 60px auto 0;
  text-align: center;
  line-height: 1.4;
}
.information_faculty .Label{
  width: fit-content;
  margin: 0 auto;
}
.information_faculty .acc_btn::before{
  content:"";
  position: absolute;
  z-index: 10;
  top:50%;
  left: 50%;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform:translateX(3.8em) translateY(-65%) rotate(135deg);
}
.information_faculty .acc_btn::after{
  content:"詳しく見る";
  width: 360px;
  height: 60px;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  border: solid 1px #000DC3;
  background-color: #fff;
  color: #000DC3;
  font-size: 18px;
  font-weight: 600;
}
.information_faculty .toggle:checked + .Label .acc_btn::before{
  transform:translateX(2.8em) translateY(-15%) rotate(-45deg);
}
.information_faculty .toggle:checked + .Label .acc_btn::after{
  content:"閉じる";
}


.link_area{
  padding: 60px 30px;
  background: linear-gradient(to left, #FF8811, #FF61BB);
}
.link_area ul{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  gap:20px;
}
.link_area ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 380px;
  height: 76px;
  border-radius: 50vh;
  color: #FF66A4;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  font-size: 18px;
  font-weight: 700;
}
.link_area ul li a.color2{
  color: #FF861C;
}
.link_area ul li a:hover{
  opacity: 0.7;
}
.link_area_f{
  bottom: 0;
  width: 100%;
  z-index: 898;
}
.link_area_f{
  padding: 30px;
}
.link_area_m{
  margin:80px auto;
}

.footer{
  background: #000DC3 !important;
}
.footer .inner{
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.footer ul li a{
  color: #000DC3;
}
.footer .footer_txt{
  margin-top: 50px;
  display: block;
}
.footer .footer_txt li{
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}

.school > .inner,
.faq > .inner{
  max-width: 1100px;
  margin: 0 auto;
}
.school .main_ttl,
.faq .main_ttl{
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  background-color: #000DC3;
  color: #fff;
  padding: 50px 30px;
}
.school .acc_ttl{
  position: relative;
}
.school .acc_ttl .link{
  position: absolute;
  right: 25px;
  top:50%;
  transform: translateY(-50%);
  color: #E6FF60;
  background-color: #000DC3;
  border-radius: 50vh;
  width: 170px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  z-index: 10;
}
.school .acc_ttl .catch{
  font-size: 18px;
  font-weight: 700;
  color: #000DC3;
  padding-right: 210px;
}
.school .acc_ttl .name{
  display: flex;
  align-items: center;
  gap:10px;
  margin-top: 5px;
}
.school .acc_ttl .name img{
  width: 100px;
  max-height: 50px;
}
.school .acc_ttl .name h3{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.school .acc_ttl .name h3 span{
  font-size: 0.7em;
  padding-left: 6px;
}
.school .Label{
  padding: 1.2em 60px 1.2em 0;
  border-bottom: dashed 1px #707070;
}
.school .toggle:checked + .Label + .acc_body {
  border-bottom: solid 1px #707070;
}

.school .Label::before{	
	content:"";
  background-color: #030303;
	position: absolute;
	top:50%;
  transform: translateY(-50%);
	right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50vh;
}
.school .Label::after{
  content:"＋";
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  top:50%;
  transform: translateY(calc(-50% - 1px));
	right: 10px;
  position: absolute;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.school .toggle:checked + .Label::after {
	content: "－";
}


.toggle {
	display: none;
}
.Label {	
	display: block;
  cursor: pointer;
}


.Label,
.acc_body {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.6s;
}
.acc_body {
	height: 0;
	padding:0;
	overflow: hidden;
}
.toggle:checked + .Label + .acc_body {	/*開閉時*/
	height: auto;
	padding:30px 0;
	transition: all .3s;
}
.acc_body_prev:has(+ .toggle:checked) {
  height: auto;
	padding:30px 0;
	transition: all .3s;
}

.school .acc_body .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:20px;
}
.school .acc_body .box .left dl{
  display: flex;
  gap:0.5em;
  font-size: 17px;
  font-weight: 700;
  color: #828282;
}
.school .acc_body .box .left dl dt{
  white-space: nowrap;
}
.school .acc_body .box .link{
  color: #E6FF60;
  background-color: #1199FF;
  border-radius: 50vh;
  width: 246px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq .box + .box{
  margin-top: 100px;
}
.faq .caption_ttl{
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}
.faq .caption_ttl span{
  background:linear-gradient(transparent 60%, #FFEB37 60%);
}
.faq .acc_ttl{
  padding: 30px 40px 30px 0;
  border-top:solid 1px #B1B1B1;
  position: relative;
}
.faq .acc_ttl.last{
  border-bottom:solid 1px #B1B1B1;
}
.faq .acc_ttl::after{
  content:"＋";
  font-size: 24px;
  color: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq .toggle:checked + .Label .acc_ttl{
  border-bottom: none;
}
.faq .toggle:checked + .Label .acc_ttl::after{
  content:"ー";
}

.faq .question{
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.faq .question::before{
  content:"";
  width: 30px;
  height: 30px;
  background-color:#000DC3;
  border-radius: 50vh;
  position: absolute;
  left: 0;
  top:0;
  z-index: 2;
}
.faq .question::after{
  content:"Q";
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 7px;
  top: 3px;
  z-index: 3;
  line-height: 1;
}
.faq .toggle:checked + .Label + .acc_body{
  border-top:dashed 1px #B1B1B1;
}
.faq .answer{
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 40px;
  position: relative;
}
/*
.faq .answer::before{
  content:"";
  width: 30px;
  height: 30px;
  border:solid 1px #000DC3;
  border-radius: 50vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.faq .answer::after{
  content:"A";
  color: #000DC3;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 10px;
  top: 4px;
  z-index: 3;
  line-height: 1;
}
*/
.faq .answer ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.faq .answer dl{
  margin-top: 30px;
}
.faq .answer dl dt{
  color: #000DC3;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: solid 1px #707070;
}
.faq .notes{
  margin-top: 40px;
}
.faq .notes li{
  font-size: 15px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.page_nav{
  display: flex;
  flex-wrap: wrap;
  gap:16px;
  margin-bottom: 50px;
}
.page_nav li a{
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: fit-content;
  border-radius: 50vh;
}
.page_nav li a:hover{
  opacity: 0.8;
}
.page_nav li:nth-child(1) a{
  background-color: #eb6161;
}
.page_nav li:nth-child(2) a{
  background-color: #f39939;
}
.page_nav li:nth-child(3) a{
  background-color: #2ea7e0;
}
.page_nav li:nth-child(4) a{
  background-color: #8cc66d;
}
.page_nav li:nth-child(5) a{
  background-color: #e84173;
}
.page_nav li:nth-child(6) a{
  background-color: #dd1984;
}
.page_nav li:nth-child(7) a{
  background-color: #d49f44;
}
.page_nav li:nth-child(8) a{
  background-color: #00ad8f;
}
.page_nav li:nth-child(9) a{
  background-color: #458aa6;
}
.page_nav li:nth-child(10) a{
  background-color: #9970ae;
}
.page_nav li:nth-child(11) a{
  background-color: #6ea61e;
}

@media screen and (max-width: 1460px) {
  .mv_box{
    bottom: 6.5%;
  }
  .mv_txt1{
    max-width: 40vw;
    margin-top: 20px;
  }
  .mv_txt2{
    max-width: 44vw;
    margin-bottom: 5px;
  }
  .mv_txt3{
    max-width: 40vw;
  }
}
@media screen and (max-width: 1390px) {
  .information_study{
    padding-top: 98px;
  }
  .mv_notes{
    color: #232323;
  }
}


@media screen and (max-width: 1160px) {
  .headline{
    font-size: 37px;
  }
  .mv_txt{
    left: 6%;
  }
  .mv_notes li{
    font-size: 9px;
  }
  .nav li + li{
    margin-left: 15px;
    padding-left: 15px;
  }
  .nav li a {
    font-size: 18px;
  }
  
  .information_faculty .learning .flex{
    gap:20px;
  }
  .information_faculty .learning .flex .item{
    width: calc((100% - 40px) / 3)
  }
  .information_faculty .learning .flex .item:nth-child(1) .img{
    max-width: 80%;
  }
  .information_faculty .learning .flex .item:nth-child(2) .img{
    max-width: 70%;
  }
  .information_faculty .learning .flex .item:nth-child(3) .img{
    max-width: 88%;
  }

  .information_faculty .learning .flex2 .item{
    width: calc(50% - 10px);
  }
  
  .school > .inner,
  .faq > .inner{
    padding: 0 30px;
  }

}
@media screen and (max-width: 1100px) {
  .mv_txt1{
    font-size: 24px;
  }
  .mv_txt2{
    font-size: 18px;
  }
  .mv_ttl{
    font-size: 36px;
  }
  .mv_txt3{
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .information_faculty .learning .flex .top .ttl{
    padding: 120px 15px 15px;
  }
}
@media screen and (max-width: 920px) {
  .school .acc_ttl{
    position: relative;
    padding-bottom: 60px;
  }
  .school .acc_ttl .catch{
    padding-right: 0;
  }
  .school .acc_ttl .link{
    position: absolute;
    right: auto;
    left: calc(50% + 30px);
    top:auto;
    bottom: 0;
    width: 240px;
    transform: translateY(0) translateX(-50%);
  }
  .school .Label::before{
    top:calc(50% - 30px);
  }
  .school .Label::after{
    top:calc(50% - 30px);
  }
}
@media screen and (max-width: 820px) {
  .headline{
    font-size: 26px;
    padding-right: 50px;
  }
  
  /* nav */
  .hamburger-menu {
    width: 40px;
    height: 40px;
    position:fixed;
    right: 5px;
    top:5px;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
    background-color: #ff77c0;
    border-radius: 3px;
    display: block;
  }
  .hamburger-menu.hamburger-menu--open{
    background-color: transparent;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
    
  }
  .hamburger-menu__bar:first-child {
    top: 11px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 19px;
  }
  .hamburger-menu__bar:last-child {
    top: 28px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: rgba(0,13,195,0.9);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    backdrop-filter: blur(5px);
  }
  .navigation__list {
    text-align: center;
    list-style: none;
    padding: 60px 0 0;
    margin: 0;
  }
  .navigation__link {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top:dashed 1px #fff;
    display: block;
  }
  .navigation__list-item:last-child .navigation__link{
    border-bottom:dashed 1px #fff;
  }
  
  
  .mv_txt{
    width: 100%;
    padding: 0 0 40px;
    position: static;
  }
  .mv_txt .mv_sp_img{
    display: block;
  }
  .mv_txt h1{
    padding:0 20px;
    margin-top: 20px;
  }
  .mv_txt .mv_notes{
    padding: 0 20px;
  }
  
  .mv{
    width: 100%;
    background-image: url("../images/renewal/mv_bg@sp.jpg");
    aspect-ratio:auto;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav{
    display: none;
    flex-direction: column;
    gap:0;
  }
  .nav li{
    text-align: center;
  }
  .nav li + li{
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-top:dashed 1px #fff;
    border-left: none;
  }
  
  .information_faculty .learning .heading .ttl{
    padding-bottom: 160px;
    font-size: 24px;
  }
  .information_faculty .learning .heading .ttl::after{
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translateX(-50%) translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  .link_btn{
    max-width: 100%;
    width: 280px;
  }
  
  .mv_box{
    left: 15px;
    bottom: 30px;
  }
  .mv_logo {
    max-width: 54.78vw;
}
  .mv_ttl {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .mv_notes{
    width: 100%;
    margin-top: 20px;
  }
  .mv_notes li{
    font-size: 12px;
  }
  .main_content{
    padding: 50px 20px;
  }
  .main_content_top{
    padding: 0 0 50px;
  }
  .main_content .main_ttl{
    font-size: 26px;
  }
  
  
  .point .inner{
    flex-direction: column;
  }
  .point .inner .item{
    max-width: 100%;
    width: 100%;
    padding: 20px 30px;
  }
  .point .inner .item .ttl{
    font-size: 30px;
  }
  .point .inner .item p{
    margin-top: 20px;
  }
  
  .information_study .movie .movie_ttl{
    font-size: 16px;
  }
  .information_study .movie .movie_txt{
    font-size: 14px;
  }
  
  .concept_movie{
    padding:40px 20px;
  }
  .concept_movie .ttl{
    font-size: 20px;
  }
  .concept_movie .concept_link{
    font-size: 18px;
  }
  
  .merit > .inner{
    margin-top: 30px;
  }
  .information_study .inner .txt_b{
    font-size: 26px;
    letter-spacing: 0;
  }
  .merit .inner .item{
    width: 100%;
    padding: 30px 15px;
  }
  .merit .inner .item .ttl{
    padding-left: 0;
    padding-top: 70px;
  }
  .merit .inner .item .ttl::before{
    left: 50%;
    top:0;
    transform: translateY(0) translateX(-50%);
  }
  .merit .inner .item.merit2 .img{
    margin-top: 40px;
  }
  .merit .inner .item .txt br{
    display: none;
  }
  .merit .inner .Label{
    padding: 0 0 60px;
  }
  .merit .inner .Label::before{
    top:auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
  .merit .inner .Label::after{
    top:auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
  .merit .inner .item .flex{
    flex-direction: column;
    gap:0;
  }
  .merit .inner .item .flex .left{
    width: 100%;
  }
  .merit .link_btn{
    height: 90px;
    width: 100%;
  }
  .merit .link_btn_w{
    height: 60px;
  }
  .merit .link_btn .link_catch{
    font-size: 13px;
  }
  .merit .link_btn .link_ttl{
    font-size: 27px;
    margin-top: 3px;
  }
  .faq_link .faq_link_catch{
    font-size: 16px;
  }
  .faq_link .faq_link_ttl{
    font-size: 30px;
    margin-top: 5px;
  }
  .school_acc{
    padding:30px 15px;
  }
  
  .information_study{
    background-size: auto;
  }
  .information_study .inner .main_ttl{
    font-size: 34px;
    padding: 10px;
  }
  .information_faculty{
    padding: 50px 0;
  }
  .information_faculty .faculty .flex .logo{
    padding: 0;
  }
  .information_faculty .faculty .flex .txt{
    font-size: 20px;
  }
  .information_study .acc_btn::after{
    max-width: 100%;
    width: 280px;
  }
  
  .information_study .inner .img{
    margin-top: 35px;
  }
  .information_faculty .faculty .flex > dl{
    flex-direction: column;
    width: 100%;
  }
  .information_faculty .faculty .flex .item1,
  .information_faculty .faculty .flex .item2{
    width: 100%;
  }
  .information_faculty .faculty .flex .item1 dt,
  .information_faculty .faculty .flex .item1 dd,
  .information_faculty .faculty .flex .item2 dt,
  .information_faculty .faculty .flex .item2 dd,
  .information_faculty .faculty .flex .item3 dt,
  .information_faculty .faculty .flex .item3 dd{
    width: 100%;
    max-width: 100%;
  }
  .information_faculty .main_ttl{
    font-size: 34px;
    padding: 10px;
  }
  .information_faculty .inner{
    padding: 0 20px;
  }
  .information_faculty .learning{
    padding: 0;
  }
  .information_faculty .learning > .txt{
    margin-top: 20px;
  }
  .information_faculty .learning .flex{
    gap:20px;
    flex-direction: column;
  }
  .information_faculty .learning .flex .item{
    width: 100%;
  }
  .information_faculty .learning .flex .item + .item{
    margin-top: 130px;
  }
  .information_faculty .learning .flex .bottom dt{
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .information_faculty .learning .flex .bottom dd{
    width: 100%;
  }
  
  .information_faculty .learning .flex2{
    flex-direction: column;
  }
  .information_faculty .learning .flex2 .item{
    width: 100%;
    padding: 190px 20px 40px;
  }
  .information_faculty .learning .flex2 .item + .item{
    margin-top: 100px;
  }
  .information_faculty .learning .flex2 .item h3{
    font-size: 28px;
  }
  .information_faculty .learning .link{
    max-width: 90%;
    font-size: 16px;
  }
  .information_faculty .acc_btn::after{
    max-width: 100%;
    width: 280px;
  }
  /*
  .information_faculty .graph{
     width: 100vw;
    padding: 0 5px;
    margin: 60px calc(50% - 50vw) 0;
  }*/
  
  .link_area ul li a{
    max-width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }
  .link_area ul li a img{
    max-width: 100%;
  }
  .link_area_f ul li a{
    max-width: 90%;
    padding: 0 5px;
    line-height: 1.3;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
  
  
  .school  .main_ttl{
    font-size: 34px;
  }
  
  .school .acc_ttl .catch{
    font-size: 16px;
    line-height: 1.4;
  }
  .school .acc_ttl .name{
    flex-direction: column;
    align-items: flex-start;
    gap:0;
    margin-top: 10px;
  }
  .school .acc_ttl .name h3{
    font-size: 23px;
    line-height: 1.4;
  }
  .acc_body .box{
    flex-direction: column;
  }
  .acc_body .box .right{
    margin-top: 30px;
  }
  
  .page_nav_sp{
    margin-bottom: 50px;
    position: relative;
  }
  .page_nav_sp .Label{
    background-color: #000DC3;
    padding: 0.6em 60px 0.6em 0;
    border-bottom: none;
  }
  .page_nav_sp .Label::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    transform: translateY(-50%) rotate(90deg);
    margin: auto;
    border-radius: 0;
    top: 50%;
    right: 20px;
  }
  .page_nav_sp .toggle:checked + .Label::before{
    transform: translateY(-50%) rotate(-90deg);
  }
  .page_nav_sp .Label::after{
    display: none;
  }
  .page_nav_sp .acc_ttl{
    padding-bottom: 0;
  }
  .page_nav_sp_ttl{
    font-size: 18px;
    padding-left: 10px;
    font-weight: 700;
    color: #fff;
  }
  .page_nav_sp .acc_body{
    max-height: 0;
    height: auto;
  }
  .page_nav_sp .toggle:checked + .Label + .acc_body{
    padding: 0;
    border-bottom: none;
    max-height: 600px;
    transition: all .8s;
  }
  .page_nav_sp_list{
    background-color: #000DC3;
  }
  .page_nav_sp_list li a{
    display: block;
    padding: 0.5em 0 0.5em 10px;
    font-size: 13px;
    color: #fff;
  }
  .page_nav_sp_list li{
    border-top:dashed 1px #fff;
  }
  
}

.pagetop {
  display: none;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 15px;
  bottom: 30px;
  background: #000DC3;
  border: solid 2px #fff;
  border-radius: 50vh;
  justify-content: center;
  align-items: center;
  z-index: 998;
  opacity: 0.7;
}
.pagetop:hover{
  opacity: 1;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
@media (max-width: 768px) {
  .pagetop {
    display: flex;
  }
}
