/* CSS Document */
@import url("/shse/koho/css/style.css");

main {
  width: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.head-icon {
  width: 70%;
  display: flex;
  justify-content: flex-start;
}

.head-wrap .pc-toggle {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  margin-right: 85px;
  }


.head-wrap .pc-toggle {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  margin-right: 85px;
 }
 
 
.head-wrap .head-school {
  width: 10%;
  max-width: 48px;
  margin-top: 8px;
}
.head-wrap .head-map {
  width: 10%;
  max-width: 48px;
  margin-top: 8px;
  margin-left: 20px;
}

.enham{
display: none;
}


@media (max-width: 767px) {
.head-wrap .head-school {
display: none;
}
.head-wrap .head-map {
display: none;
}

.enham{
display: block;
}

}
.topArea {
  width: 100%;
  position: relative;
  text-align: center;
/*  background: url("/shse/koho/img/top_main01_pc_20230324.jpg") top center no-repeat; 20240514 Tanaka */
  background-size: cover;
  height: 100vh;
  z-index: 0;
}
.topArea_center {
  width: 100%;
  max-width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.topArea_center img {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: 0 auto;
}
.topArea_bottom {
  width: 43%;
  max-width: 820px;
  position: absolute;
  top: 75%;
  left: 0;
  /*    transform: translateY(-50%) translateX(-50%);*/
}
.topArea_bottom img {
  display: block;
}

.topArea_bottom01 {
  width: 43%;
  max-width: 820px;
  position: absolute;
  top: 22%;
  left: 0;
  /*    transform: translateY(-50%) translateX(-50%);*/
}
.topArea_bottom01 img {
  display: block;
}

.page-ttl {}
.page-ttl h3 {
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
  margin-top: 1.8em;
}
.triangle {
  width: 250px;
  position: relative;
}
/* ラベル部分 左上に表示 */
.triangle::before {
  content: "";
  top: 30px;
  left: 20px;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #9ad100; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.triangle::after {
  content: "";
  display: block;
  top: 5px;
  transform: rotate(-45deg);
  left: 0;
  position: absolute;
  z-index: 101;
}
.news-box .triangle {
  width: 250px;
  position: relative;
}
/* ラベル部分 左上に表示 */
.news-box .triangle::before {
  content: "";
  top: -7px;
  left: 20px;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #9ad100; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.news-box.triangle::after {
  content: "";
  display: block;
  top: 5px;
  transform: rotate(-45deg);
  left: 0;
  position: absolute;
  z-index: 101;
}
.triangle02 {
  width: 250px;
  position: relative;
}
/* ラベル部分 左上に表示 */
.triangle02::before {
  content: "";
  top: 33px;
  left: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #9ad100;
  position: absolute;
  z-index: 100;
}
.triangle02::after {
  content: "";
  display: block;
  top: 5px;
  transform: rotate(-45deg);
  left: 0;
  position: absolute;
  z-index: 101;
}
.news-box .triangle02 {
  width: 250px;
  position: relative;
}
/* ラベル部分 左上に表示 */
.news-box .triangle02::before {
  content: "";
  top: -7px;
  left: 20px;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #9ad100; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.news-box.triangle02::after {
  content: "";
  display: block;
  top: 5px;
  transform: rotate(-90deg);
  left: 0;
  position: absolute;
  z-index: 101;
}
.news-box h4 {
  position: absolute;
  top: 5px;
  right: 10px;
}
.news-box .triangle::before {
  left: -8px;
}

.zenbun p{
font-size: 16px;
font-weight: normal;
text-align: left;
margin:1em;
line-height: 190%;
  }

.zenbun_nenpyou{
font-size: 16px;
font-weight: normal;
text-align: left;
margin:1em;
padding-left: 1.7em;
line-height: 190%;
 }

.gakububtn{
width: 96.5%;
margin: 0 auto;
}

.sp_br{
display: none;
}

table.sikakutable {
width: 70%;
/*border: 1px #E3E3E3 solid;*/
margin:0px auto;
}

table.sikakutable th {
padding:0.7em;
font-weight: bold;
color:#393e4f;
line-height: 120%;
text-align: center;
font-size:16px;
margin:0px 0 5px 0px;
vertical-align:middle;
background-color:rgb(226,240,217,1);
border: 1px #FFFFFF solid;
border-width: 2px 2px 2px 2px;
}
table.sikakutable td {
padding:0.7em;
color:#393e4f;
border: 1px #FFFFFF solid;
border-width: 2px 2px 2px 2px;
background-color:#fdeff2;
line-height:130%;
text-align: left;
vertical-align:middle;
font-size:16px;
/*background-color:#F7ECFF;*/
}

.sikakubun p{
width: 70%;
text-align: left;
margin: 0 auto;
padding-top: 0.5em;
}

.gakucyo{
width: 55%;
font-size: 18px;
font-weight: normal;
text-align: center;
margin: 0 auto;
}
.gakucyo img{
padding-bottom: 0.5em;
}

.gakucyoname{
font-size: 22px;
line-height: 160%;
}

.flex-box-03{
/*max-width:1200px;*/
width:95%;
display:flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
text-align: center;
margin:0 auto;	
}

.flex-box-03 .flex-item-03{
display: flex;
flex-direction: column;		
width: calc(100% / 4 - 1em);
margin: 0.5em 0.5em 1em 0.5em;
}

.flex-box-04{
/*max-width:1200px;*/
width:100%;
display:flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
text-align: center;
margin:0 auto;	
}

.flex-box-04 .flex-item-04{
display: flex;
flex-direction: column;		
width: calc(100% / 3 - 1em);
margin: 0.5em 0.5em 1em 0.5em;
}

.flex-box-05{
/*max-width:1200px;*/
width:100%;
display:flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
text-align: center;
margin:0 auto;	
}

.flex-box-05 .flex-item-05{
display: flex;
flex-direction: column;		
width: calc(100% / 2 - 1em);
margin: 0.5em 0.5em 1em 0.5em;
}

.listflex{
display: flex;
width: 75%;
margin: 0 auto;
margin-top: 2em;
padding: 2em 0em 2em 4em;
border: 20px solid #e9f1f3;
}


.kyojuname{
font-size: 16px;
font-weight: 600;
color: #000;
}

.flex-item-03 img{
padding-bottom: 0.5em;
}

.tbl-r02 {
width: 93.5%;
margin: 0 auto;
}

.tbl-r02 td {
width: 25%;
height: 3em;
border: solid 1px #ccc;
color: #000;
padding: 10px;
font-size: 16px;
font-weight: 600;
vertical-align:middle;
}
 
.tbl-r02 td a{
color: #000;
}

.bunindent{
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.righttext{
right: 0;
text-align: right;
margin: 1em;
}

.gakubulogo{
max-width: 400px;
margin: 0 auto;
}

.table-enkaku {
width:100%;
border-spacing: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
}

.table-enkaku th {
padding: 1em 1em 1em 3em;
border: 0.5px #CCC solid;
border-width: 0px 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:top;
font-weight:normal;
/*background-color:#F4F4EA;*/
/*background:url(/shse/koho/img/com_bg.jpg);
background-repeat:repeat-y;
background-position: top center;*/
font-size:1em;
width:20%;
}
.table-enkaku td {
padding: 1em 0px 1em 2.5em;
border: 0.5px #CCC solid;
border-width: 0px 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:middle;
background-color:#FFF;
/*font-size:12px;*/
}

.koukaittl p{
font-size: 23px;
font-weight: bold;
text-align: center;
margin-top: 2em;
}

.table-koukai {
width:95%;
border-spacing: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
}

.table-koukai th {
padding: 1em 1em 1em 2em;
border: 0.5px #CCC solid;
border-width: 0px 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:top;
font-weight:bold;
/*background-color:#F4F4EA;*/
/*background:url(/shse/koho/img/com_bg.jpg);
background-repeat:repeat-y;
background-position: top center;*/
font-size:1em;
width:15%;
}
.table-koukai td {
padding: 1em 0px 1em 2.5em;
border: 0.5px #CCC solid;
border-width: 0px 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:middle;
background-color:#FFF;
/*font-size:12px;*/
}

.ceremony_img{
width: 95%;
margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/******PCお知らせバナー*****/
@media print,screen and (min-width: 980px) {
.news-img-pc {
  width: 100%;
  margin-top: 2em;
}
.news-img-pc img {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.news-img-sp {
	display:none;
}
}


/*******SMARTお知らせバナー******/
@media print,screen and (max-width: 979px) {
/****TOPスライダースマホトリミング用****/	
.unit-img img{
  margin-top: 20px;
		width: 100%;
  height: 650px;
  object-fit:cover;
}
.lay-block-top01 {
  width: 100%;
  position: relative;
  text-align: center;
	overflow: hidden;
	padding-top:5em;
}	
	
.news-img-sp {
  width: 100%;
  margin-top: 1em;
}
.news-img-sp img {
  width: 90%;
  margin: 0 auto;
}

.news-img-pc {display:none;}
}


.entrance-info {
  display: block;
  margin-top: 5em;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 2%;
}
.entrance-info_wrap {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.entrance-info_link {
  width: 70%;
  text-align: left;
  padding-right: 3em;
  padding-left: 3em;
  display: flex;
  flex-direction: column;
}


.entrance-info_link h3 {
  margin-bottom: 30px;
}
.entrance-info_link a {
  color: #333;
  padding: 0.5em 0 0.5em 1em;
}

.zeroimg a{
  padding: 0;

}


.entrance-info_bna {
  width: 100%;
  max-width: 496px;
  margin: 10px 0 10px 20px;
}
.concept-movie {
  margin-top: 10em;
position:relative;
}
.concept-movie_img {
  position: relative;
  width: 100%;
}

.en_vision{
padding-top: 7em;
display: block;
}

.concept-movie_txt {
  width: 100%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.concept-movie_txt p {
  color: #fff;
}
.concept-movie_txt h2 {
font-size: 2.5em;
  color: #fff;
  line-height: 130%;
text-shadow: 1px 2px 3px #000;
}
h2.txt_sm {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 20px;
}
.txt_sm p {
  font-size: 28px;
}
.bar-ttl h2 {
  font-size: 28px;
}
.bar-ttl img {
  padding: 0 1em;
}
.ttl-flex {
  width: 100%;
  display: flex;
  margin-top: 5em;
  margin-bottom: 1em;
  padding-left: 20px;
}
.ttl-flex h3 {
 width:45%;
}
.ttl-flex p {
  width: 62%;
  text-align: left;
  border-left: 5px solid #231815;
  padding-left: 30px;
}
.faculty {
  margin-top: 6em;
  background-color: #fff;
}
.detail-box_bl {
  width: 100%;
  display: flex;
  border: 30px solid #e9f1f3;
  align-items: center;
  margin-top: 2em;
  text-align: left;
  margin: 0 auto;
}
.detail-box_bl_img {
  margin: 3em 0 3em 2em;
  width: 70%;
}
.detail-box_bl_img img {
  display: block;
  width: 100%;
}
.detail-box_bl_link {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 3%;
}
.detail-box_bl_link a {
  display: block;
  position: relative;
  width: 310px;
  text-align: left;
  padding: 24px;
  margin: 15px 0 0 0px;
  background: #ffffffcf;
  color: #333;
  font-weight: bold;
}
.bc_01 {
  border: 1px solid #fbee00;
}
.bc_02 {
  border: 1px solid #29abe2;
}
.bc_03 {
  border: 1px solid #662d91;
}
.bc_04 {
  border: 1px solid #009245;
}
.bc_05 {
  border: 1px solid #f15a24;
}
.bc_06 {
  border: 1px solid #666;
}
.detail-box_bl_link a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 12px;
}
a.bc_01::before {
  background-color: #fbee00;
}
a.bc_02::before {
  background-color: #29abe2;
}
a.bc_03::before {
  background-color: #662d91;
}
a.bc_04::before {
  background-color: #009245;
}
a.bc_05::before {
  background-color: #f15a24;
}
a.bc_06::before {
  background-color: #666;
}
/*****kyouin*****/
.kyoin-box_bl_link a {
  display: block;
  position: relative;
  width: 290px;
  text-align: left;
  padding: 12px 0 12px 25px;
  margin: 15px 0 0 0px;
  background: #ffffffcf;
  color: #333;
  font-weight: bold;
}
.kyoin-box_bl_link a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.detail-box_pk {
  width: 100%;
  display: flex;
  border: 30px solid #fcefea;
  align-items: center;
  margin: 2em auto 0;
}
.transparent-box {
  width: 34%;
  z-index: 3000;
  background-color: #ffffffcf;
  position: absolute;
  left: 20%;
  padding: 18px 0;
}
.detail-box_pk_img {
  width: 62%;
  margin: 3em 2em 3em auto;
}
.detail-box_pk_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -150px;
  text-align: left;
}
.detail-box_pk_link a {
  width: 90%;
  padding: 10px 0 10px 15px;
  margin: 8px 0;
  background: #000;
  color: #FFFFFF;
  transition: .5s;
}
.detail-box_pk_link a:hover {
  background: #9ad100;
}

.detail-box_pk_link a .fa{
    transition: .5s;
}

.detail-box_pk_link a:hover .fa{
    margin-left: 3px;
}

.manabi-box_pk_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1em;
  margin-left: -150px;
  text-align: left;
}
.manabi-box_pk_link a {
  /*width: 50%;*/
  width: 90%;
  padding: 10px 0 10px 15px;
  margin: 8px 0;
  background: #fff;
  color: #000;
  border: solid 1px #000;
transition: .5s;
}
.manabi-box_pk_link a:hover {
  background: #9ad100;
}

.manabi-box_pk_link a .fa{
    transition: .5s;
}

.manabi-box_pk_link a:hover .fa{
    margin-left: 3px;
}

.en_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em 0em 1em 2em;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.en_link a {
width: 85%;
padding: 10px 15px 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.en_link a:hover {
background: #9ad100;
}

.en_link a .fa{
transition: .5s;
}

.en_link a:hover .fa{
/*margin-left: 3px;*/
}




.naka-box_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em 2em 1em 2em;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.naka-box_pk_link a {
width: 40%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-box_pk_link a:hover {
background: #9ad100;
}

.naka-box_pk_link a .fa{
transition: .5s;
}

.naka-box_pk_link a:hover .fa{
/*margin-left: 3px;*/
}

.naka-box_pk_linkleft {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em 2em 1em 2em;
text-align: left;
align-items: flex-start;
/*align-items: flex-end;*/
}
.naka-box_pk_linkleft a {
width: 50%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-box_pk_linkleft a:hover {
background: #9ad100;
}

.naka-box_pk_linkleft a .fa{
transition: .5s;
}

.naka-box_pk_linkleft a:hover .fa{
/*margin-left: 3px;*/
}

.naka-boxgakubu_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em 0.5em 1em 2em;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.naka-boxgakubu_pk_link a {
width: 72%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-boxgakubu_pk_link a:hover {
background: #9ad100;
}

.naka-boxgakubu_pk_link a .fa{
transition: .5s;
}

.naka-boxgakubu_pk_link a:hover .fa{
/*margin-left: 3px;*/
}

.naka-boxseven_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 0.3em 0.5em 0.3em 0.5em;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.naka-boxseven_pk_link a {
width: 100%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-boxseven_pk_link a:hover {
background: #9ad100;
}

.naka-boxseven_pk_link a .fa{
transition: .5s;
}

.naka-boxseven_pk_link a:hover .fa{
/*margin-left: 3px;*/
}

.naka-boxzemi_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em 0.5em 1em 0.5em;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.naka-boxzemi_pk_link a {
width: 100%;
padding: 10px 15px 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-boxzemi_pk_link a:hover {
background: #9ad100;
}

.naka-boxzemi_pk_link a .fa{
transition: .5s;
}

.naka-boxzemi_pk_link a:hover .fa{
/*margin-left: 3px;*/
}

.manabi-box_pk_link_naibu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0.5em;
  margin-left: 15px;
  text-align: left;
}
.manabi-box_pk_link_naibu a {
  width: 30%;
  padding: 10px 0 10px 15px;
  margin: 8px 0;
  background: #fff;
  color: #000;
  border: solid 1px #000;
transition: .5s;
}
.manabi-box_pk_link_naibu a:hover {
  background: #9ad100;
}


.manabi-box_pk_link_naibu a .fa{
    transition: .5s;
}

.manabi-box_pk_link_naibu a:hover .fa{
    margin-left: 3px;
}

.lay-block_grad {
  width: 100%;
  margin: 0 auto;
  background: url("/shse/koho/img/bg_pattern01.png") top center repeat-y;
  background-size: auto; /* 全画面 */
  background-attachment: fixed; /* 固定 */
  z-index: 0;
}
.graduate-school {
  width: 100%;
  max-width: 1200px;
  margin: 6em auto 0;
  padding: 3em 0;
  z-index: 2000;
  opacity: 1;
}
.btn {
  width: 12%;
  display: inline-block;
  padding: 0.5em;
  font-weight: 400;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.2rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  background-color: #1470a9;
  margin: 1em;
  border-radius: 10px;
}
.btn a {
  color: #fff !important;
  font-size: 1rem;
}
.btn:hover {
  opacity: 0.8;
}
.moreflex{
display: flex;
position:absolute;
justify-content: center;
align-content: center;
align-items: center;
left: 0;
right: 0;
padding-top: 4.5em;
}
.more-btn {
color: #FFFFFF;
font-size: 1rem;
background-color: #9ad100;
border-radius: 0px;
width: 170px;
height: 43px;
max-width: 200px;
padding: 8px 0;
margin-left: 1em;
margin-right: 1em;
/*position: absolute;*/
/*transform: translateY(-50%) translateX(-50%);*/
/*  transform: translateY(-180px);*/
}
.more-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.concept-link {
  color: #FFFFFF;
  font-size: 1rem;
  border-radius: 0px;
  width: 140px;
  max-width: 200px;
  padding: 8px 0;
  margin: 0 auto;
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*  transform: translateY(-180px);*/
}
.concept-link a {
  color: #fff;
}
.detail-box_bl_sm {
  width: 100%;
  margin: 2em auto;
  display: flex;
  border: 30px solid #e9f1f3;
  align-items: flex-start;
  text-align: left;
}

.detail-box_bl_link_sm {
  margin-top: 2em;
  padding: 1em 2em;
}
.grad-cnt {
  margin-bottom: 20px;
}
.detail-box_bl_link_sm p {
  line-height: 170%;
  padding: 0.5em;
}
.detail-box_bl_img_sm {
  margin: 3em 0 3em 2em;
  width: 70%;
}
.detail-box_bl_img_sm img {
  display: block;
  width: 100%;
}
.seido-btn {
  color: #FFFFFF;
  font-size: 1rem;
  background-color: #000;
  border-radius: 0px;
  margin: 0 auto;
	
}
.seido-btn a {
  color: #FFFFFF;
  display: block;	
  padding: 10px;
transition: .5s;
}
.seido-btn a:hover {
  background-color: #9ad100;
  opacity: 1;
  display: block;
}

.seido-btn a .fa{
    transition: .5s;
}

.seido-btn a:hover .fa{
    margin-left: 3px;
}

.seido-btn_sm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 1rem;
  margin: 0 auto;
  }
.seido-btn_sm a {
  width: 48%;
  color: #FFFFFF;
  text-align: center;
  background-color: #000;
  padding: 10px;
  transition: .5s;
}
.seido-btn_sm a:hover {
  background-color: #9ad100;
  opacity: 1;
}


.seido-btn_sm a .fa{
    transition: .5s;
}

.seido-btn_sm a:hover .fa{
    margin-left: 3px;
}


.ronbun-txt {
  text-align: center;
}
.student-voice {}
.voice-flex {
  width: 100%;
  display: flex;
  margin-top: 2em;
  padding: 0 1em;
}
.voice-flex_img {
  width: 39%;
}
.voice-flex_link {
  width: 57%;
  margin-left: 3em;
}
.voice-flex_link td {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  padding: 0.6em 0 0.6em 0.5em;
}
.voice-flex_link td a {
  color: #333;
}
.voice-flex_link td a:hover {
  text-decoration: underline;
}
.society {
  margin-top: 6em;
  background-color: #fff;
}
.img-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  justify-content: space-between;
}
.img-box_item {
  width: 47%;
  margin: 10px;
  border: 20px solid #fff;
  height: 420px;
}
.img-box_item p strong {
  font-size: 18px;
}
.img-box_item:hover {
  border: 20px solid #9ad100;
  transition: .5s;
}
.img-box_item p {
  background-color: #ffffffcf;
  color: #333;
  text-align: left;
  margin: 2em;
  padding: 10px;
  transform: translateY(-75px);
}
.img-box_item:hover p {
  background-color: #9ad100;
  color: #FFFFFF;
  transition: .5s;
}

.img-box_item02 {
  width: 47%;
  margin: 10px;
  border: 20px solid #fff;
  height: 440px;
}
.img-box_item02 p strong {
  font-size: 18px;
}
.img-box_item02:hover {
  border: 20px solid #9ad100;
  transition: .5s;
}
.img-box_item02 p {
  background-color: #ffffffcf;
  color: #333;
  text-align: left;
  margin: 2em;
  padding: 10px;
  transform: translateY(-75px);
}
.img-box_item02:hover p {
  background-color: #9ad100;
  color: #FFFFFF;
  transition: .5s;
}
.career {
  width: 100%;
  max-width: 1200px;
  margin: 6em auto 0;
  padding: 3em 0;
  z-index: 3000;
  opacity: 1;
}
.career-flex {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2em;
}
.career-flex_img {
  width: 65%;
}
.career-flex_base {
  z-index: 4000;
}
.career-flex_link {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  /*background-color: #ffffffcf;*/
  position: absolute;
  top: 30%;
  right: 0%;
}
.career-flex_link a {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  background: #000;
  color: #FFFFFF;
  transition: .5s;
}
.career-flex_link a:hover {
  background-color: #9ad100;
  opacity: 1;
}


.career-flex_link a .fa{
    transition: .5s;
}

.career-flex_link a:hover .fa{
    margin-left: 3px;
}


.transparent-box_sm {
  width: 38%;
  height: 360px;
  z-index: 3000;
  /*transform: translateX(-100px);*/
  background-color: #ffffffcf;
  background-color: red;
}
.teacher {
  margin-top: 6em;
  background-color: #fff;
}
.teacher-flex {
  display: flex;
  margin-top: 2em;
  padding: 1em;
}
.teacher-flex_img {
  width: 90%;
  margin: 0 0 0 15%;
}
.teacher-flex_list {
  width: 40%;
  text-align: left;
  line-height: 180%;
  padding: 1em 0 1em 1em;
}
.teacher-flex_list a {
  display: block;
  color: #333;
  padding: 1.2em 0 1.2em 1em;
}
.teacher-flex_list a:hover {
  text-decoration: underline;
}
/* ===================
スライド
====================== */
.slide-box {
 /*padding-bottom: 1000px;*/

}
.slide-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12em;
}
.slide-item {
  width: calc(100% / 4 - 4%);
  margin: 2%;
}
.footer-lead {
  width: 100%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.footer-lead a {
  color: #333;
  margin: 20px;
}
.footer-lead a:hover {
  text-decoration: underline;
}
.listindent{
text-align: left;
line-height: 1.8;
text-indent: 0em;
padding-left: 0em;
}

@media (max-width: 1180px) {
  .slide-box {
    padding-bottom: 0;
  }
.slider-area {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto 3em;
}
.slider-card {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.slider-card::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.slider-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slider-card img {
  /*  object-fit: cover;*/
  object-position: top;
  width: 100%;
  height: 61.8%;
}
.link-wrap .main-ttl > a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.link-wrap .main-ttl p {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.concept-link {
  width: 100%;
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.concept-link a {
  color: #FFFFFF;
  font-size: 18px;
}

	
}
/*ipad pro*/
@media (max-width: 1024px) {
 .topArea {
    height: 500px;
    }

  .sp-toggle .head-map {
    /*width: 50%;
    margin: 2em;
    display: inline-block;
    max-width: 60px;*/
display: none;
  }

  .sp-toggle .head-school {
    width: 50%;
    margin: 2em;
    display: inline-block;
    max-width: 60px;
  }
  .news-img img {
    max-width: 825px;
  }
  .entrance-info {
    padding: 6%;
  }
  .entrance-info_link a {
    display: inline-block;
    padding: 10px;
    width: 60%;
  }
  .entrance-info_bna {
    margin: 20px 0;
  }
  .ttl-flex {
    margin: 5em 0 1em;
  }
  .ttl-flex p {
    width: 60%;
    font-size: 15px;
  }
  .teacher-flex {
    /*align-items: center;*/
  }
  .teacher-flex {
    padding: 2em;
  }
  .teacher-flex_img {
    margin: 0 0 0 5%;
  }
  .voice-flex {
    padding: 0 2em;
  }
  .news-box h4 {
    right: 57px;
  }
  .concept-movie_img img {
    width: 100%;
  }
  .concept-link {
    top: 86%;
  }
  .entrance-info_wrap {
    display: flex;
  }
  .career-flex_link {
    top: 25%;
    right: 6%;
  }
  .transparent-box {
    top: 10%;
  }
  .detail-box_pk {
    height: 650px;
  }
  .detail-box_pk_img {
    margin: 5em 2em 3em auto;
  }
  .detail-box_bl_img {
    width: 65%;
  }
  .manabi-box_pk_link a {
    width: 67%;
  }
  .manabi-box_pk_link_naibu a {
    width: 67%;
  }
  .slide-wrap {
    margin-bottom: 8em;
  }

}







.top_btn{
width: 100%;
display: flex;
max-width:950px;
text-align: center;
margin:0 auto ;
left: 0;
right: 0;

/*position: absolute;*/
}

.top_btn a{
width:100%;
text-decoration: none;
color:#fff;
padding: 0.8em;
margin: 0.4em;
display: grid;
place-items: center;
margin-left: 1.5em;
margin-right: 1.5em;
}

.top_btn02{
width: 100%;
display: flex;
max-width:950px;
text-align: center;
margin:0 auto ;
left: 0;
right: 0;
/*position: absolute;*/
}

.top_btn02 a{
width:100%;
text-decoration: none;
color:#fff;
padding: 0.8em;
margin: 0.4em;
margin-top: 1.5em;
display: grid;
place-items: center;
margin-left: 1.5em;
margin-right: 1.5em;
}

.top_btn_en{
width: 100%;
display: flex;
max-width:1063px;
text-align: center;
margin:0 auto ;
left: 0;
right: 0;
/*position: absolute;*/
}

.top_btn_en a{
width:65%;
text-decoration: none;
color:#fff;
padding: 0.8em;
margin: 0.4em;
display: grid;
place-items: center;
}

.item_center{
background-color: #9ad100;
/*border-radius: 15px;*/
margin-bottom:20px;
} 

.item_center02{
background-color: #6EB92C;
/*border-radius: 15px;*/
margin-bottom:20px;
}  



/*ipad*/
@media (max-width: 768px) {

  .entrance-info {
    display: block;
  }
  .entrance-info_bna {
    max-width: 700px;
  }
  .ttl-flex h3 {
    font-size: 20px;
  }
  .entrance-info_link {
    flex-direction: column;
    padding-left: 3em;/*20250121*/
    width: 100%;
    padding-bottom: 0px;
    white-space: nowrap;
  }
  .entrance-info_link a {
    width: 30%;
  }
	
.zeroimg a{
  padding: 0;

}	
	
	
  .slide-item {
    width: calc(100% / 2 - 4%);
    margin: 2%;
  }
  .career-flex_link {
    top: 5%;
  }
  .career-flex_link {
    width: 32%;
  }
  .career-flex_img {
    width: 55%;
  }
  .ttl-flex h3 {
  font-size: 18px;
    padding-right: 10px;
  }
  .detail-box_bl {
    height: 560px;
  }
  .transparent-box {
    top: 7%;
    left: 26%;
  }
  .detail-box_pk_img {
    margin: 1em 2em 3em auto;
  }
  .detail-box_pk_link a {
    width: 350px;
}
.seido-btn {
    font-size: 15px;
}

.moreflex{
padding-top: 0em;
}

.teacher-flex_img {
width: 100%;
margin: 30px auto;
margin-top: 15px;
margin-left: 10px;
}

.naka-box_pk_link a {
width: 50%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}

.naka-boxgakubu_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em;
margin-left: 0;
margin-right: 0;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.naka-boxgakubu_pk_link a {
width: 87%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-boxgakubu_pk_link a:hover {
background: #9ad100;
}

.naka-boxgakubu_pk_link a .fa{
transition: .5s;
}

.naka-boxgakubu_pk_link a:hover .fa{
/*margin-left: 3px;*/
}

.listflex{
display: flex;
width: 75%;
margin: 0 auto;
margin-top: 2em;
padding: 2em 0em 2em 0em;
border: 20px solid #e9f1f3;
}
	
.top_btn{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
max-width:1000px;
text-align: center;
position: absolute;
margin: 0 auto;
vertical-align: middle;
}

.top_btn a{
display: inline-block;
width:70%;
text-decoration: none;
color:#fff;
padding: 0.8em;
margin: 0.4em;
vertical-align: middle;
}

.en_vision{
padding-top: 1em;
display: block;
}

.concept-movie_txt {
top: 48%;
}

.top_btn02{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
max-width:1000px;
text-align: center;
/*position: absolute;*/
margin: 0 auto;
vertical-align: middle;
}

.top_btn02 a{
display: inline-block;
width:70%;
text-decoration: none;
color:#fff;
padding: 0.8em;
margin-top: 12.5em;
vertical-align: middle;
}
}


/*スマホ*/
@media (max-width: 568px) {
  .head-wrap .pc-toggle {
    display: none;
  }
	
	
  .topArea_bottom {
    width: 76%;
    max-width: 820px;
  }
  .topArea_bottom01 {
    width: 76%;
    max-width: 820px;
  }
  .inmenu {
    right: 10px;
  }
  table.table-news th {
    display: block;
    width: 100%;
  }
  table.table-news td {
    display: block;
    width: 100%;
  }

table.table-news tr:nth-child(n+6){
display:none;
}

  .ttl-flex {
    display: block;
  }
  .ttl-flex p {
    width: 91%
  }
  .ttl-flex h3 {
    width: 90%;
  }
  .triangle::before {
    top: -9px;
  }
  .detail-box_bl {
    width: 100%;
    display: block;
  }
  .detail-box_bl_img {
    margin: 0 auto;
    width: 100%;
  }
	
.detail-box_bl_link {
align-items: center;
left: 0;
right: 0;
}	
	
	
	
.detail-box_bl_link a {
  display: block;
  position: relative;
  width: 290px;
  text-align: left;
  padding: 12px 0 12px 25px;
  margin: 15px 0 0 0px;
  background: #ffffffcf;
  color: #333;
  font-weight: bold;
}
.detail-box_bl_link a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.detail-box_bl_link a {
  display: block;
  position: relative;
  width: 290px;
  text-align: left;
  padding: 12px 0 12px 25px;
  margin: 15px 0 0 0px;
  background: #ffffffcf;
  color: #333;
  font-weight: bold;
}
.detail-box_bl_link a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 10px;
}	
	
	
/*
  .detail-box_bl_link {
    width: 100%;
    margin: 10px auto 0;
    right: 0;
  }
  .detail-box_bl_link a {
    width: 90%;
    margin: 15px auto;
  }
*/

  .detail-box_pk {
    display: block;
  }
  .detail-box_pk_img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .detail-box_pk_link {
    margin-left: 0;
    margin-top: 0;
  }
  .detail-box_pk_link a {
    width: 96%;
    font-size: 14px;
    margin: 10px auto;
  }
  .transparent-box {
    width: 100%;
    top: 32%;
    left: 0;
  }
  .manabi-box_pk_link {
    margin-left: 0;
  }
  .manabi-box_pk_link a {
    width: 96%;
    margin: 0 auto;
  }
  .detail-box_bl_sm {
    display: block;
  }
  .detail-box_bl_img_sm {
    margin: 0;
    width: 100%;
  }
  .detail-box_bl_link_sm {
    padding: 1em;
  }
  .voice-flex {
    display: block;
  }
  .voice-flex_img {
    width: 100%;
  }
  .voice-flex_link {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .voice-flex_link td {
    line-height: 180%;
  }
  .society {
    margin-top: 2em;
  }
  .txt_sm p {
    font-size: 17px;
  }
  .img-box_item {
    width: 100%;
    height: 333px;
  }
  .img-box_item p {
    margin: 0.5em;
  }
  .img-box_item02 {
    width: 100%;
    height: 370px;
  }
  .img-box_item02 p {
    margin: 0.5em;
  }
  .career {
    margin: 2em auto 0;
  }
  .career-flex {
    display: block;
	height: 500px;
/*    height: 545px; 20240514 Tanaka*/
  }
  .career-flex_img {
    width: 100%;
  }
  .career-flex_link {
    width: 85%;
    padding: 0;
    margin-top: 240px;
    right: 8%;
  }
  .teacher {
    margin-top: 3em;
  }
  .ttl-flex {
    margin: 3em 0 1em;
  }
  .teacher-flex {
    display: flex;
flex-direction: column-reverse;
    margin-top: 0;
  }
  .teacher-flex_img {
    width: 100%;
    margin: 30px auto;
  }
  .kyoin-box_bl_link a {
    width: 100%;
  }
  .entrance-info_link {
    width: 80%;
    flex-direction: column;
  }
  .concept-movie {
    margin-top: 5em;
  }
  .detail-box_bl {
    height: 630px;
    border: 20px solid #e9f1f3;
  }
  .detail-box_pk {
    height: 780px;
    border: 20px solid #fcefea;
  }
  .detail-box_bl_sm {
    border: 20px solid #e9f1f3;
  }
  .footer-lead {
    flex-wrap: wrap;
  }
  .footer-lead a {
    width: 60%;
  }
  .img-box_item p strong {
    font-size: 17px;
  }
.en_vision{
/*padding-top: 17em;*/
display: block;
}
  .concept-movie_txt {
    font-size: 0.8em;
    /*top: 20%;*/
  }
  .entrance-info_link a {
    width: 100%;
  }
  .career-flex_link a {
    display: block;
    width: 100%;
  }
  .entrance-info_wrap {
    display: block;
  }
  .topArea_bottom {
    top: 80%;
}
  .topArea_bottom01 {
    top: 33%;
}

.gakububtn{
width: 90%;
margin: 0 auto;
}

.zenbun p{
font-size: 16px;
font-weight: normal;
text-align: left;
margin:1em;
line-height: 190%;
}
	
.zenbun_nenpyou{
font-size: 17px;
font-weight: normal;
text-align: center;
line-height: 190%;
padding-left: 0em;
}

.sp_br{
display:block;
}

table.sikakutable {
width: 90%;
/*border: 1px #E3E3E3 solid;*/
margin:0px auto;
}
	
table.sikakutable th {
padding:0.7em;
font-weight: bold;
color:#393e4f;
line-height: 120%;
text-align: center;
font-size:16px;
margin:0px 0 5px 0px;
vertical-align:middle;
background-color:rgb(226,240,217,1);
border: 1px #FFFFFF solid;
border-width: 2px 2px 2px 2px;
}
table.sikakutable td {
padding:0.7em;
color:#393e4f;
border: 1px #FFFFFF solid;
background-color:#fdeff2;
border-width: 2px 2px 2px 2px;
line-height:130%;
text-align: left;
vertical-align:middle;
font-size:16px;
/*background-color:#F7ECFF;*/
}

.sikakubun p{
width: 90%;
text-align: left;
margin: 0 auto;
padding-top: 0.5em;
}	

.gakucyo{
width: 90%;
font-size: 15px;
font-weight: normal;
text-align: center;
margin: 0 auto;
}

.gakucyo img{
padding-bottom: 0.5em;
}

.gakucyoname{
font-size: 19px;
line-height: 160%;
}

.gakubulogo{
width: 75%;
margin: 0 auto;
padding-bottom: 5em;
}

table.table-enkaku {
width:90%;
margin:0px auto;
border-collapse: separate;
border-spacing: 0px;
}

table.table-enkaku th {
width:100%;
padding: 0.5em;
border: 1px #CCC solid;
border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:top;
font-weight:normal;
padding-bottom: 0.5em;
padding-top: 0.5em;
/*background-color:#F4F4EA;*/
/*background:url(/shse/koho/img/com_bg.jpg);
background-repeat:repeat-y;
background-position: top center;*/
color:#222;
display: block;
}
table.table-enkaku td {
display: block;	
padding: 0.5em;
border: 1px #CCC solid;
border-width: 0 0px 0px 0px;
line-height:180%;
text-align:left;
vertical-align:middle;
background-color:#FFF;
/*font-size:12px;*/
}

.koukaittl p{
font-size: 18px;
font-weight: bold;
text-align: center;
margin-top: 2em;
}

table.table-koukai {
width:90%;
margin:0px auto;
border-collapse: separate;
border-spacing: 0px;
}

table.table-koukai th {
width:100%;
padding: 0.5em;
border: 1px #CCC solid;
border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:top;
font-weight:bold;
padding-bottom: 0.5em;
padding-top: 0.5em;
/*background-color:#F4F4EA;*/
/*background:url(/shse/koho/img/com_bg.jpg);
background-repeat:repeat-y;
background-position: top center;*/
color:#222;
display: block;
}
table.table-koukai td {
display: block;	
padding: 0.5em;
border: 1px #CCC solid;
border-width: 0 0px 0px 0px;
line-height:180%;
text-align:left;
vertical-align:middle;
background-color:#FFF;
/*font-size:12px;*/
}

.flex-box-03{
/*max-width:1200px;*/
width:90%;
display:flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
text-align: center;
margin:0 auto;	
}
.flex-box-03 .flex-item-03{
display: flex;
flex-direction: column;		
width: calc(100% / 2 - 1em);
margin: 0em 0.5em 1em 0.5em;
}

.flex-box-04{
/*max-width:1200px;*/
width:90%;
display:flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
text-align: center;
margin:0 auto;	
}
.flex-box-04 .flex-item-04{
display: flex;
flex-direction: column;		
width: calc(100% / 1 - 1em);
margin: 0em 0.5em 1em 0.5em;
}
	
.flex-box-05{
/*max-width:1200px;*/
width:90%;
display:flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
text-align: center;
margin:0 auto;	
}
.flex-box-05 .flex-item-05{
display: flex;
flex-direction: column;		
width: calc(100% / 1 - 1em);
margin: 0em 0.5em 1em 0.5em;
}

.tbl-r02 {
margin: 0 auto;
width: 86%;
vertical-align:middle;
}

.tbl-r02 td {
height: 3em;
border: solid 1px #ccc;
color: #000;
padding: 10px;
font-size: 16px;
font-weight: 600;
}

.tbl-r02 td a{
color: #000;
}

.bar-ttl img {
padding: 0 0.5em;
width: 20%;
}

.moreflex{
display: flex;
flex-direction: column;
position:absolute;
justify-content: center;
align-content: center;
align-items: center;
left: 0;
right: 0;
padding-top: 0em;
}

.more-btn {
color: #FFFFFF;
font-size: 1rem;
background-color: #9ad100;
border-radius: 0px;
width: 170px;
height: 43px;
max-width: 200px;
padding: 8px 0;
margin-top: 0.7em;

/*position: absolute;*/
/*transform: translateY(-50%) translateX(-50%);*/
/*  transform: translateY(-180px);*/
}

.bar-topsp{
display: block;
}

.bar-topsp p{
font-size: 24px;
}
	
.bar-topsp img{
width:25%;
}

.en_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.en_link a {
width: 110%;
padding: 10px 15px 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.en_link a:hover {
background: #9ad100;
}

.en_link a .fa{
transition: .5s;
}

.en_link a:hover .fa{
/*margin-left: 3px;*/
}
	
	
	
	
	
.naka-box_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.naka-box_pk_link a {
width: 100%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-box_pk_link a:hover {
background: #9ad100;
}

.naka-box_pk_link a .fa{
transition: .5s;
}

.naka-box_pk_link a:hover .fa{
/*margin-left: 3px;*/
}
	
.naka-box_pk_linkleft {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em;
text-align: left;
align-items: flex-start;
/*align-items: flex-end;*/
}
.naka-box_pk_linkleft a {
width: 100%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-box_pk_linkleft a:hover {
background: #9ad100;
}

.naka-box_pk_linkleft a .fa{
transition: .5s;
}

.naka-box_pk_linkleft a:hover .fa{
/*margin-left: 3px;*/
}

.naka-boxgakubu_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em;
margin-left: 0;
margin-right: 0;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.naka-boxgakubu_pk_link a {
width: 100%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-boxgakubu_pk_link a:hover {
background: #9ad100;
}

.naka-boxgakubu_pk_link a .fa{
transition: .5s;
}

.naka-boxgakubu_pk_link a:hover .fa{
/*margin-left: 3px;*/
}
	
.naka-boxseven_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.naka-boxseven_pk_link a {
width: 100%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-boxseven_pk_link a:hover {
background: #9ad100;
}

.naka-boxseven_pk_link a .fa{
transition: .5s;
}

.naka-boxseven_pk_link a:hover .fa{
/*margin-left: 3px;*/
}
	
.naka-boxzemi_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 1em;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}
.naka-boxzemi_pk_link a {
width: 100%;
padding: 10px 0 10px 15px;
background: #fff;
color: #000;
border: solid 1px #000;
transition: .5s;
}
.naka-boxzemi_pk_link a:hover {
background: #9ad100;
}

.naka-boxzemi_pk_link a .fa{
transition: .5s;
}

.naka-boxzemi_pk_link a:hover .fa{
/*margin-left: 3px;*/
}	
	
.naka-boxseven_pk_link {
display: flex;
flex-direction: column;
/*justify-content:center;*/
margin: 0.3em 0em 0.3em 0em;
text-align: left;
align-items: flex-end;
/*align-items: flex-end;*/
}	
	
.listflex{
display: flex;
flex-direction: column;
width: 100%;
margin: 0 auto;
margin-top: 2em;
padding: 2em 0em 2em 1em;
border: 20px solid #e9f1f3;
}	
	
.listindent{
text-align: left;
line-height: 0.7;
text-indent: -1.5em;
padding-left: 1em;
}	

.top_btn{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
max-width:1000px;
text-align: center;
position: absolute;
margin: 0 auto;
vertical-align: middle;
}
	
.top_btn a{
display: inline-block;
width:70%;
text-decoration: none;
color:#fff;
padding: 0.8em;
margin: 0.4em;
vertical-align: middle;
}
	
.top_btn02{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
max-width:1000px;
text-align: center;
/*position: absolute;*/
margin: 0 auto;
vertical-align: middle;
}

.top_btn02 a{
display: inline-block;
width:70%;
text-decoration: none;
color:#fff;
padding: 0.8em;
margin-top: 12.5em;
vertical-align: middle;
}
	
.top_btn_en{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
max-width:1000px;
text-align: center;
/*position: absolute;*/
margin: 0 auto;
vertical-align: middle;
}
	
.top_btn_en a{
display: inline-block;
width:70%;
text-decoration: none;
color:#fff;
padding: 0.8em;
margin: 0.4em;
vertical-align: middle;
}
	
.ceremony_img{
width: 90%;
margin: 0 auto;
}


}
/*　iPad Air 縦　*/
@media screen and (min-width:769px) and (max-width:912px) {
  .topArea {
    height: 500px;
  }
  .entrance-info_link {
    width: 100%;
  }
  .manabi-box_pk_link a {
    width: 60%;
  }
  .ttl-flex h3 {
    width: 43%;
  }
  .ttl-flex p {
    width: 54%;
  }
  .detail-box_bl_img_sm {
    margin: 0;
    width: 100%;
  }
  .detail-box_bl_link_sm {
    width: 100%;
  }
  .voice-flex {
    align-items: center;
  }
  .voice-flex_img {
    width: 50%;
  }
  .career-flex_base {
    z-index: 4000;
    width: 40%;
  }
  .entrance-info_bna {
    margin: 60px 0;
  }
  .voice-flex_link {
    width: 74%;
    margin-left: 1em;
    line-height: 180%;
  }
  .detail-box_bl {
    height: 580px;
  }
  .detail-box_pk_img {
    margin: 1em 2em 3em auto;
  }
  .career-flex_link {
    top: 12%;
  }
  .detail-box_pk {
    height: 640px;
  }
  .transparent-box {
    top: 12%;
    left: 22%;
  }
  .detail-box_pk_link a {
    width: 95%;
  }
  .detail-box_bl_img_sm {
    margin-top: 115px;
  }

}
/*　iPad Air　横　*/
@media screen and (min-width:1025px) and (max-width:1200px) {
  .concept-movie_txt {
    top: 28%;
  }
.en_vision{
padding-top: 7em;
display: block;
}
  .ttl-flex {
    margin-bottom: 1em;
  }
  .teacher-flex {
    padding: 3em;
  }
  .career-flex_link a {
    margin: 15px 0;
  }
  .career-flex_link {
    top: 20%;
    right: 5%;
  }
}
@media screen and (min-width:500px) and (max-width:540px) {
  .detail-box_pk_link {
    margin-top: 345px;
  }
  .detail-box_bl {
    height: 1020px;
  }
  .detail-box_pk {
    height: 850px;
  }
  .detail-box_pk_link {
    margin-top: 0;
  }
  .transparent-box {
    top: 42%;
  }
  .img-box_item {
    height: 400px;
  }
  .img-box_item02 {
    height: 400px;
  }
  .career-flex {
    height: 650px;
  }
  .career-flex_link {
    margin-top: 338px;
  }
  .inmenu {
     right: 12px; 
}

}
@media (max-width: 280px) {
.topArea {
    height: 300px;
    }
  .bar-ttl h2 {
    font-size: 25px;
  }
  .concept-movie {
    margin-top: 3em;
  }
  .ttl-flex h3 {
    width: 93%;
  }
  .manabi-box_pk_link a {
    width: 90%;
    margin: 5px auto;
  }
  .bar-ttl h2 {
    font-size: 22px;
  }
  .bar-ttl img {
width: 65%;
  }
  .txt_sm p {
    font-size: 18px;
  }
  .img-box_item {
    width: 100%;
    height: 285px;
  }
  .img-box_item {
    border: 10px solid #fff;
  }
  .img-box_item02 {
    width: 100%;
    height: 285px;
  }
  .img-box_item02 {
    border: 10px solid #fff;
  }
  .detail-box_pk {
    height: 846px;
  }
  .transparent-box {
    top: 24%;
  }
  .detail-box_bl {
    height: 810px;
  }
  .career-flex_link {
    margin-top: 195px;
  }
  .seido-btn_sm a {
    font-size: 13px;
  }
.topArea_bottom {
    top: 80%;
}
.topArea_bottom01 {
    top: 40%;
}
}
@media screen and (min-width:1201px) and (max-width:1280px) {
  .slide-box {
    padding-bottom: 2em;
  }
}

@media screen and (min-width:667px) and (max-width:896px) {
  .topArea_bottom {
    width: 43%;
    max-width: 820px;
    position: absolute;
    top: 80%;
    left: 0;
}
  .topArea_bottom01 {
    width: 43%;
    max-width: 820px;
    position: absolute;
    top: 30%;
    left: 0;
}
.img-box_item p strong {
    font-size: 16px;
}
.company-info img {
    width: 70%;
}

}

@media (max-width: 1200px) {
.slide-box {
    padding-bottom: 0px;
}
}



/*iphone5&SE用*/
@media screen and (min-width: 320px) and (max-width: 374px){


}


/*iphone5&SE用*/
@media screen and (min-width: 569px) and (max-width: 767px){
.downmenu{
display: none;
}

}





