@charset "UTF-8";

/* ================= main ================= */
.site_main{
  overflow: hidden;
}
/* === mv === */
.mv{
  width: 100%;
  height: 60vh;
  background-image: url("../img/top/pic_mv_01.png");
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  position: relative;
}
.mv .txtbox{
  position: absolute;
  bottom: 30px;
  left: 50px;
  font-weight: bold;
}
.mv .txtbox .lead{
  font-size: 6rem;
  color: #ffeb00;
  text-shadow: 1px 1px 0 #534741,-1px 1px 0 #534741,1px -1px 0 #534741,-1px -1px 0 #534741;
}
.mv .txtbox .txt{
  font-size: 2.6rem;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}
@media (max-width: 768px){
  .mv{
    height: 40vh;
    background-image: url("../img/top/sp-pic_mv_01.png");
  }
  .mv .txtbox .lead{
    font-size: 5.0vw;
  }
  .mv .txtbox .txt{
    font-size: 2.0vw;
  }
}
@media (max-width: 480px){
  .mv{
    height: 40vh;
  }
  .mv .txtbox{
    bottom: 20px;
    left: 20px;
  }
  .mv .txtbox .lead{
    font-size: 7.5vw;
  }
  .mv .txtbox .txt{
    font-size: 3vw;
  }
}

/* === un_mv === */
.about_mv{
  width: 100%;
  height: 50vh;
  background-image: url("../img/about/pic_mv_01.png");
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  margin-bottom: 55px;
}
@media (max-width: 768px){
  .about_mv{
    height: 30vh;
  }
}
@media (max-width: 480px){
  .about_mv{
    height: 30vh;
  }
}

.school_mv{
  width: 100%;
  height: 50vh;
  background-image: url("../img/school/pic_mv_01.png");
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  margin-bottom: 55px;
}
@media (max-width: 768px){
  .school_mv{
    height: 30vh;
  }
}
@media (max-width: 480px){
  .school_mv{
    height: 30vh;
  }
}

.access_mv{
  width: 100%;
  height: 50vh;
  background-image: url("../img/access/pic_mv_01.png");
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  margin-bottom: 55px;
}
@media (max-width: 768px){
  .access_mv{
    height: 30vh;
  }
}
@media (max-width: 480px){
  .access_mv{
    height: 30vh;
  }
}

.faq_mv{
  width: 100%;
  height: 50vh;
  background-image: url("../img/faq/pic_mv_01.png");
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  margin-bottom: 55px;
}
@media (max-width: 768px){
  .faq_mv{
    height: 30vh;
  }
}
@media (max-width: 480px){
  .faq_mv{
    height: 30vh;
  }
}

.contact_mv{
  width: 100%;
  height: 50vh;
  background-image: url("../img/contact/pic_mv_01.png");
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  margin-bottom: 55px;
}
.contact_mv2{
  width: 100%;
  height: 50vh;
  background-image: url("../img/contact/pic_mv_02.png");
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  margin-bottom: 55px;
}
@media (max-width: 768px){
  .contact_mv{
    height: 30vh;
  }
}
@media (max-width: 480px){
  .contact_mv{
    height: 30vh;
  }
}
/* === top_about === */
.top_about{
  margin: 60px 0 78px;
  text-align: center;
}
.top_about_list{
  position: relative;
  margin-bottom: 120px;
}
.top_about_list .img_left,
.top_about_list .img_right{
  width: 30%;
  position: absolute;
  top: -30px;
  left: 0;
}
.top_about_list .img_right{
  left: auto;
  right: 0;
}
.top_about_list .center{
  width: 100%;
}
.top_about .lead{
  font-size: 3.5rem;
  color: #2e4fa1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.top_about .txt{
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: .2em;
  margin-bottom: 48px;
  font-weight: 500;
}
.top_about .con_tit{
  margin: -20px 0 10px;
}
.top_about .con_txt{
  margin-bottom: 20px;
  line-height: 2.0;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 768px){
  .top_about{
    margin: 60px 0 0px;
  }
  .top_about_list .img_left,
  .top_about_list .img_right{
    top: auto;
    bottom: -30px;
  }
  .top_about_list .img_left{
    left: -30px;
  }
  .top_about_list .img_right{
    right: -30px;
  }
}
@media (max-width: 480px){
  .top_about .lead{
    font-size: 7.0vw;
  }
  .top_about .txt{
    font-size: 5.0vw;
  }
  .top_about .con_txt{
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}


/* === top_news === */
.top_news{
  margin: 120px 0 80px;
}
.top_news_inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_news_box{
  width: 60%;
}
.top_news_box li{
  padding: 20px 0;
  border-bottom: #000 1px dashed;
}
.top_news_box li time{
  display: block;
  color: #ffc900;
  font-size: 2.0rem;
}
.top_news_box li a{
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
}
.calender{
  width: 35%;
}
.calender_con{
  width: 90%;
}

@media (max-width: 768px){
  .top_news{
    margin: 0px 0 80px;
    text-align: center;
  }
  .top_news_box{
    width: 100%;
    margin-bottom: 100px;
  }
  .top_news_box li{
    text-align: left;
  }
  .calender{
    width: 100%;
  }
  .calender_con{
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 480px){
  .top_news_box li a{
    font-size: 1.5rem;
  }
}

div#news dl dt {
  color: #ffc900;
  font-size: 2.0rem;
}
div#news dl dd {
  font-size: 2.0rem;
  margin-bottom: 2rem;
    border-bottom: #000 1px dashed;
    padding-bottom: 1rem;
}


@media (max-width: 480px){
div#news dl dt {
  color: #ffc900;
  font-size: 1.4rem;
}
div#news dl dd {
  font-size: 1.4rem;
  margin-bottom: 2rem;
    border-bottom: #000 1px dashed;
    padding-bottom: 1rem;
    text-align: left;
}
}




/* === top access === */
.top_acc{
  text-align: center;
  margin: 0 0 60px;
}
.map{
  margin: 25px 0;
  position: relative;
  padding-bottom: 32%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px){
  .map{
    padding-bottom: 70%;
  }
}


/* === img_list === */
.img_list{
  margin-bottom: 35px;
}

/* === banner list === */
.banner_list{
  background-color: #2e4fa1;
}
.banner_list ul{
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner_list li{
  width: 24%;
}
@media (max-width: 768px){
  .banner_list li{
    width: 49%;
  }
  .banner_list li:nth-child(1),
  .banner_list li:nth-child(2){
    margin-bottom: 25px;
  }
}

/* === mess === */
.mess{
  text-align: center;
}
.mess .main_tit{
  margin-bottom: 60px;
  color: #000;
}
.mess_leadbox{
  margin-bottom: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.mess_leadbox .img{
  width: 70%;
}
.mess_leadbox .txtbox{
  width: 30%;
}
.mess_leadbox .txt{
  text-align: left;
  margin: 0 auto;
  writing-mode:vertical-rl;
  font-size: 3.3rem;
  font-weight: bold;
  position: relative;
}
.mess_leadbox .txt::before{
  content: '';
  position: absolute;
  top: 5px;
  right: -30px;
  background:url("../img/about/icon_txt_01.png") no-repeat;
  background-size: contain;
  width: 80px;
  height: 65px;
  z-index: -1;
}
.mess_leadbox .br{
  display: block;
}
.mess_txt{
  margin-bottom: 100px;
  font-size: 1.8rem;
  line-height: 3.6;
}
.mess_list{
  margin-bottom: 80px;
}
.mess_list .mess_item .img{
  width: 65%;
  margin: 0 auto 35px;
}
.mess_list .mess_item .img_02{
  width: 40%;
  margin: 0 auto 35px;
}
.mess_img_list{
  width: 96%;
  margin: 0 auto 50px;
}
.mess .col_02 li{
  width: 49.8%;
}
.mess .col_02 li .txt{
  line-height: 2.0;
}
@media (max-width: 768px){
  .mess_leadbox{
    margin-bottom: 0px;
  }
}
@media (max-width: 480px){
  .mess_leadbox .img{
    width: 80%;
  }
  .mess_leadbox .txtbox{
    width: 20%;
  }
  .mess_leadbox .txt{
    font-size: 4.5vw;
  }
  .mess_leadbox .txt::before{
    width: 60px;
    height: 45px;
  }
  .mess_txt{
    font-size: 1.3rem;
    line-height: 2.5;
    margin-bottom: 80px;
  }
  .mess_item .txt{
    font-size: 2.5vw;
  }
  .mess .col_02 li{
    margin-bottom: 0px;
  }
}
/* === company === */
.com{
  padding: 90px 0 140px;
  background-color: rgba(0,0,0,.05);
  text-align: center;
}
.com .main_tit{
  color: #000;
}
.com table{
  width: 55%;
  margin: 75px auto 0;
  text-align: left;
}
.com table th{
  font-weight: 600;
  padding: 20px;
  width: 30%;
  border-bottom: rgba(0,0,0,.2) 1px solid;
}
.com table td{
  padding: 20px;
  width: 70%;
  border-bottom: rgba(0,0,0,.2) 1px solid;
}

@media (max-width: 768px){
  .com{
    padding: 60px 0 60px;
  }
  .com table{
    width: 90%;
  }
}
@media (max-width: 480px){
  .com{
    padding: 60px 0 60px;
  }
  .com table{
    margin: 10px auto 0;
  }
  .com table th{
    padding: 15px 10px;
  }
  .com table td{
    padding: 15px 10px;
  }
}
/* === brand === */
.brand{
  margin: 100px 0 150px;
}
.brand_list{
  width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand_item{
  margin-bottom: 45px;
  width: 31%;
  border: rgba(0,0,0,.05) 18px solid;
  box-sizing: border-box;
  padding: 20px;
}
.brand_item .tit{
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 20px;
}
.brand_item .img{
  width: 80%;
  margin: 0 auto 35px;
}

@media (max-width: 768px){
  .brand{
    margin: 60px 0;
  }
  .brand_list{
    width: 100%;
  }
  .brand_item{
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px){
  .brand_item{
    padding: 10px;
    border: rgba(0,0,0,.05) 13px solid;
  }
  .brand_item .tit{
    font-size: 4.0vw;
  }
  .brand_item .img{
    width: 100%;
    margin: 0 auto 10px;
  }
  .brand_item .txt{
    font-size: 1.2rem;
  }
}
/* === lineup === */
.lineup{
  text-align: center;
  margin-bottom: 165px;
}
.lineup_list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup .main_tit{
  margin-bottom: 50px;
	                      margin-top: 50px;
  color: #000;
}
.lineup_item{
  width: 30%;
  margin: 0 0 100px;
}
.lineup_item .img_s{
  width: 50%;
  margin: 0 auto 20px;
}
.lineup_item .img{
  width: 80%;
  margin: 0 auto 20px;
}
.lineup_item .img img{
  height: 280px;
  width: auto;
}






.lineup_item2025{
  width: 16%;
  margin: 0 0 100px;
}
.lineup_item2025 .img_s{
  width: 50%;
  margin: 0 auto 20px;
}
.lineup_item2025 .img{
  width: 80%;
  margin: 0 auto 20px;
}
.lineup_item2025 .img img{
  height: auto;
  width: auto;
}














.lineup_txt br{
  display: none;
}
@media (max-width: 768px){
  .lineup{
    margin-bottom: 60px;
  }
  .lineup_item .img img{
    height: 150px;
    width: auto;
  }
	
	
	
	
	
	  .lineup_item2025 .img img{
    height: auto;
    width: auto;
  }
	
	
	
	
	
  .lineup_txt{
    line-height: 2.0;
  }
  .lineup_txt br{
    display: block;
  }
}

@media (max-width: 480px){
  .lineup{
    margin-bottom: 100px;
  }
  .lineup_item{
    width: 33%;
    margin: 0 0 60px;
  }
  .lineup_item .img img{
    height: 100px;
  }
	
	
	
	
	  .lineup_item2025{
    width: 16%;
    margin: 0 0 60px;
  }
  .lineup_item2025 .img img{
    height: auto;
  }
	
	
	
	
	
	
}















/* === school === */
.txt_school{
line-height: 3;
margin-bottom: 60px;
font-weight: bolder;
}
/* === access === */
.txt_access{
line-height: 2;
margin-bottom: 60px;
font-weight: bolder;
}
/* === contact === */
.contact{
text-align: left;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10rem;
}
.txt_contact{
line-height: 2;
margin-bottom: 60px;
font-weight: bolder;
text-align: center;
}
.contact_privacy{
color: #2e4fa1;
font-size: 120%;
letter-spacing: 5px;
text-align: left;
line-height: 1.5;
text-align: center;
}
.block {
    margin-top: 100px;
    margin-bottom: 100px;
}
.cp-txt{
text-align: left;
margin-top: 10px;
margin-bottom: 20px;
}
/* === faq === */
.qaContainer{
margin-bottom: 10rem;
}
.qaContainer dt {
padding: 10px 10px 10px 76px;
border-radius: 5px;
text-indent: -25px;
font-size: 2.4rem;
}
.qaContainer dt:before {
content: "Q.";
margin-right: 7px;
font-size: 6rem;
color: #2E4FA1;
}
.qaContainer dd {
margin: 20px 10px 40px 64px;
text-indent: -40px;
font-size: 1.8rem;
padding-left: 5rem;
}
.qaContainer dd:before {
content: "A.";
margin-right: 10px;
color: #FF7E00;
/*display: inline-block;*/
font-size: 4rem;
}
.faq_txt_cap{
 color: #FF7E00;
 font-weight: bold;
}
@media (max-width: 480px){
.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
text-indent: -25px;
font-size: 2rem;
}
.qaContainer dd {
margin: 20px 10px 40px 64px;
text-indent: -40px;
font-size: 1.8rem;
padding-left: 0rem;
}
}


/* === list === */
.listContainer {
  margin-bottom: 10rem;
}
.listContainer dt {

}
.listContainer dd {
margin-bottom: 4rem;
}

.info_leadbox {
    margin-bottom: 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.info {
        text-align: left;
}

.info_leadbox .img {
     width: 100%; 
}

@media (max-width: 768px)
.info_leadbox {
    margin-bottom: 0px;
}

.infoContainer {
  margin-bottom: 0rem;
}
.infoContainer dt {
  padding: 0;
  border-radius: 5px;
/*  font-size: 2.4rem;*/
}
.infoContainer dd {
      margin: 10px 0 20px 0;
  font-size: 1.8rem;
  padding-left: 0rem;
}

.info_txt {
    margin-bottom: 100px;
    font-size: 1.8rem;
    line-height: 2.6;
}
.infolist_txt {
    margin-bottom: 100px;
    font-size: 1.8rem;
    line-height: 2.6;
    text-align: center !important;
    font-weight: bolder;
}

/*ヒーローヘッダー*/
.bxslider li {
  position: relative;
  overflow: hidden;/*横スクロールバーが出ないように*/
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */

  text-align:center;
}
.bxslider li img{
  display: block;
  width: 100vw;
  height: 100vh;
  /*height: 95vh;*/ /*ページャーをファーストビューに含める*/
  height:600px; /*任意の高さを指定*/
}
/*スマホでコンテンツが領域をはみ出さないよう絶対値でサイズを指定*/
@media screen and (max-width: 320px) and (max-width: 480px) {
  .box {
    width: 320px;
    height: 480px;
  }
}

/* 画像アニメーション */
.bxslider li img{
  -webkit-animation: inout 15s;
  -moz-animation: inout 15s;
  animation: inout 15s;
  animation-iteration-count: infinite;
  /*z-index:2!important;*/
  /*background-size:cover; */
  margin: 0 auto;
  object-fit: cover;/* 縦横比を保ったまま画像を中央に配置して切り抜き */
}

@-webkit-keyframes inout {
  0%   { -webkit-transform: scale(1.08) rotate(0.1deg); }
  100% { -webkit-transform: scale(1.3) rotate(0.1deg); }
}
@-moz-keyframes inout {
  0%   { -moz-transform: scale(1.08) rotate(0.1deg); }
  100% { -moz-transform: scale(1.3) rotate(0.1deg); }
}
@keyframes inout {
  0%   { transform: scale(1.08) rotate(0.1deg); }
  100%  { transform: scale(1.3) rotate(0.1deg); }
}

/*画像の上にテキスト表示*/
div.text{
	width: 100%; 
	position: absolute;
    bottom: -15%;
    left: 55%;
	text-align: left;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999!important;
	color:#fff;
}
.text-01{
font-weight: bold;
  font-size: 6rem;
  color: #ffeb00;
  text-shadow: 1px 1px 0 #534741,-1px 1px 0 #534741,1px -1px 0 #534741,-1px -1px 0 #534741;
}
.text-02{
	font-size: 2.2rem;
	text-shadow:#000000;
	margin:5px 0 0 0;
	font-weight: bold;
	padding:0;
	display        : inline-block;
  color          : #000000;            /* 文字の色 */
  letter-spacing : 4px;                /* 文字間 */
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}
@media (max-width: 480px){
div.text{
    bottom: -3%;
}
.text-01{
font-size: 3.4rem;
}
.text-02{
font-size: 1.4rem;
font-feature-settings: "palt";
}
}


  /* デフォルト：PCなど幅広画面 */
  .responsive-img {
    width: 70%;
    height: auto;
  }
  /* スマホ向け：画面幅767px以下 */
  @media screen and (max-width: 768px) {
    .responsive-img {
      width: 100%;
      /* 必要なら高さ自動 */
      height: auto;
    }
  }
