@charset "UTF-8";

/*base--------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #333;
  background-color: #fff;
}

a {
  text-decoration: none!important;
}

h1 {
  font-weight: 700;
}

/*見出し--------------------*/
h2 {
  font-family: 'Noto Serif JP', serif; 
  font-size: 1.1em;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}

.sp {
  font-size: 1em;
  letter-spacing: 0.05em;
}

/*項目 E--------------------*/
h3 {
  font-size: 2.1em;
  font-weight: 100;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #999;
  text-shadow: rgba(255,255,255,0.6) 3px 3px 6px;
}

/*項目 日--------------------*/
h4 {
  font-weight: 700;
  font-size: 1.0em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/*見出し 職種--------------------*/
h5 {
 font-size: 0.95em;
 font-weight: 700;
 margin: 30px 40px 10px;
}

h6 {
  font-weight: 500;
  font-size: 0.85em;
  margin: 25px auto -15px;
  text-align: center;
}

/*本文--------------------*/
p {
  margin: 20px auto 30px;
}

/*box 進路　AP--------------------*/
.t_box {
    max-width: 800px;
    margin: 0 auto 40px;
	padding: 0 20px;
}
.t_box p {
  font-size: 0.85em;
  margin-bottom: 20px;
}

/*box カリキュラム　画像--------------------*/
.e_box p {
  font-size: 0.95em;
  padding: 0 20px;
}

.e_box h6 {
  margin: -35px 0 10px;
}

/*アニメーション--------------------*/
/*oc blin--------------------*/
.sidein {}
.start_anime02 {
  animation: sample_anime04 1.1s cubic-bezier(0.25, 0.5, 0.5, 1);
}
@keyframes sample_anime04 {
 from {
  margin-left: 100%;
  width: 300%; 
  /*letter-spacing: 9em;*/
  opacity: 0.1;
  }	
 to {
  margin-left: 0;
  width: 100%;
  opacity: 1;
  }
}

/*h4 blin--------------------*/
.blin {}
.start_bl {
  animation: bl_anim 0.8s cubic-bezier(0.25, 0.5, 0.5, 1);
}
@keyframes bl_anim  {
 from {
  filter: blur(8px); 
  letter-spacing: -30em;
  opacity: 0.1;
  }
 to {
  filter: blur(0); 
  opacity: 1;
  }
}

/*h3 zoomin--------------------*/
.txt_zoom {}
.start_txzm {animation: txt_zm_anim 0.8s ease 0.2s;}
@keyframes txt_zm_anim  {
 from {transform: scale(0.1);}
  85% {transform: scale(1.3);
	color: #666;}
  87% {color: #cfc}
 to {transform: scale(1);}
}

/*ad_zoomin--------------------*/
.ad_zoom {}
.start_adzm {animation: ad_zm_anim 1s ease 0.2s;}
@keyframes ad_zm_anim  {
 from {transform: scale(0.2);}
 to {transform: scale(1);}
}

/*zoomin--------------------*/
.zoomin {}
.start_zm {animation: zm_anim 0.8s ease-in-out 0.2s;}
@keyframes zm_anim  {
 from { transform: scale(0.2);  }
 90% { transform: scale(1.1);}
 to {transform: scale(1);}
}

/*zoomin--------------------*/
.zoomin_bl {}
.start_zmbl {animation: zmb_anim 1s ease 1s;}
@keyframes zmb_anim  {
 from {  filter: blur(40px); transform: scale(0.2);}
 60% {  filter: blur(0); }	
 90% { transform: scale(1.1);}
 to {transform: scale(1);}
}

/*boxin--------------------*/
.boxin {}
.start_bx {animation: bx_anim 0.8s ease-in-out;}
@keyframes bx_anim  {
 from {
  filter: blur(50px);
  transform: translateY(1000px);
  opacity: 0;
 }
  70% { opacity: 1; filter: blur(0px); }	
  85% { transform: translateY(0); }	
  to { opacity: 1; }
}

/*boxin_pbl--------------------*/
.boxin_r {}
.start_bxr {animation: bxr_anim 0.7s ease-in-out; }
@keyframes bxr_anim  {
 from {
  filter: blur(50px);
  transform: translateX(1000px);
  opacity: 0;
  }
 70% { opacity: 1; filter: blur(0px); }		
 85% { transform: translateX(0); }	
 to { opacity: 1; }
}

/*boxin_cb--------------------*/
.boxin_y {}
.start_bxy {animation: bxy_anim 1s ease-in-out; }
@keyframes bxy_anim  {
 from {
  filter: blur(50px);
  transform: translateY(-1200px);
  opacity: 0; }
 75% {
  filter: blur(0);
  transform: translateY(0);
  opacity: 1; }
 85% { transform: translateY(-40px); }	
 to { transform: translateY(0); }
}


/*ボトム　見出しエリア--------------------*/
.f_box{
	margin: 20px auto 0;
	padding-bottom: 5px;
	border-top: solid 1px #999;
}
.f_box .t_box {
	margin-bottom: 0;
}
.btm{
  margin: -10px auto -20px;
  text-align: left;
  font-weight: 700;
  color: #444;
}


/*リスト-------------------*/
li {
  margin-left: 20px;
  margin-top: 5px;
}

.yd {
margin-top: 20px;
font-size: 0.85em;
line-height: 1.5;
list-style-type: circle;
}

.md {
font-size: 0.95em;
margin-top: 20px;
line-height: 1.5;
list-style-type: disc;
}


/*下線 黃-------------------*/
span{
    background: linear-gradient(transparent 70%, #ff0 20%);
    margin-top: 0px;
}

/*下線 薄緑-------------------*/
em{
    background: linear-gradient(transparent 60%, #cfc 20%);
	font-style: normal; 
}


/*レイアウト-------------------*/
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.fadein {
  opacity : 0.1;
  transform: translateY(100px);
  transition: all 1s;
}

.inside_box{
display:flex;
justify-content: center;
flex-wrap: wrap;
width:100%;
margin-top: -15px;
}

.gallery {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}


/*トップ動画-------------------*/
#videotop{
    position: relative;
    height:100vw;
}

#video-area{
    position: fixed;
    z-index: -1;
    top: 40px;
    right:0;
    left:0;
    bottom:0;
    overflow:hidden;
}

#video-area:after {
    content: "";
    position: fixed;
    z-index: -1;
    top: 40px;
    right:0;
    left:0;
    bottom:0;
    overflow:hidden;
    background-color: rgba(0,0,0,0.1);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

#video-top{
    position: fixed;
    z-index: -1;
    top:40px;
    left:50%;
    transform:translate(-50%, 0px);
    min-height:100%;
    min-width: 100%;
}

.videotop p {
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  margin: 5px auto 40px;  
  text-shadow: rgba(0,0,0,0.6) 3px 3px 6px;
}

.t_header {
  display: block;
  padding-top: 5% ;
  filter: drop-shadow(3px 3px 6px #666)
}

/*成果発表の動画-------------------*/
#video-area2 {
    position: relative;
    z-index: -1;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%;
    height: 500px;
    overflow:hidden;
}

#video{
    position: absolute;
    z-index: -1;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 177.777777778vh;
    height: 56.25vw;
    min-height: 75%;
    min-width: 100%;  
}

/*リンクボタン-------------------*/
.bt a {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.3;
  color: #fff;
  padding: 10px;
  margin:5px 10px 10px ;
  width:150px;
  height:20px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
  to right,
  #04a 0%,
  #04a 50%,
  #777 50%,
  #777 100%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.4s;
}
.bt a:hover {
  background-position: 0 0;
}

/*ページトップボタン-------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 50px;
  opacity: 0;
  border-radius: 15%;
  background-color: #999;
}
#page_top a{
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border: solid 3px #000;
  border-radius: 15%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  text-decoration: none;
  text-align: center;
}
#page_top a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  background-color: #000;
  border-radius: 10%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f102';
  font-weight: 700;
  font-size: 35px;
  color: #000;
  position: absolute;
  width: 35px;
  height: 55px;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#page_top a:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
#page_top a:hover:before {
  border-color: #fff;
  color: #fff;
}


/*ヘッダー-------------------*/
header{
    position: relative;
}
.fixheader{
   position: fixed;
   width: 100%;
   height: 40px!important;
}
/*ヘッダー　テーブル-------------------*/
table{ 
 width: 100%;
 border: 0 none;
}
.td01, .td02, .td03{
 font-family: 'Noto sans JP', sans-serif;
 font-weight: 700;
 color: #fff;
 height: auto;
}
.td01{
 background-color: #009;
 width: 66%;
 text-align: right;
 padding-right: 6px;
 font-size: 1.6em;
 letter-spacing: 0.08em;
 line-height: 1.5;
}
.td02, .td03{
 width: 34%;
 text-align: left;
 padding-left: 5px;
 font-size: 0.8em;
}
.td02{ background-color: #0BF;} 
.td03{ background-color: #e39;}


/*各ブロックのトップ背景画像-------------------*/
.curriculum, .graduate,.admission, .open {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 420px;
    margin: 0 auto -380px;
	padding: 40px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
 }
.curriculum { background-image: url("../images/bg/bg_cr2.jpg"); }
.graduate { background-image: url("../images/bg/bg_ag2.jpg"); }
.admission { background-image: url("../images/bg/bg_ap2.jpg");  }
.open { background-image: url("../images/bg/bg_oc2.jpg");  }

.works {
    display:flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0;
}


/*フッター-------------------*/
.yda {
  color: #000;
  padding: 10px 0 40px ;
  color: #000;
  border-top: solid 4px #04a;
  background-color: #ccc;
}
.yda h6 {
  font-size: 0.85em;
  margin: 0 0 2px;
}
.yda p {
  text-align: center;
  font-size: 0.75em;
  margin: 0;
  padding: 0 30px;
}
/*固定-------------------*/
p.ft {
  font-size: 0.7em;
  line-height: 1.3;
  margin-bottom: 15px;
}
footer {
  position: fixed;
  bottom: 0; /*下に固定*/
  width: 100%;
  color: #fff; 
  background-color: #04a;
  padding: 4px ;
}
footer h6 {
  font-size: 0.75em;
  margin: 0 0 2px;
}



/*style(mobile ~480px)-------------------*/

.wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

header {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

section.main {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.contents {
  width: 100%;
  height: auto;
}

.b_box {
  width: 90%;
  height: auto;
}

.e_box {
  width: 95%;
  height: auto;
  margin: 20px auto ;
  text-align: left;
  padding: 0;
}

.s_tm {
display:flex;
justify-content: center;
padding: 0;
}


/*作品-------------------*/
.contents img {
    width: 100%;
  }

.sakuhin {
  width: 33.3%;
  height: auto;
  overflow:hidden;
  display: block;
}
.people {
  width: 25%;
  height: auto;
  overflow:hidden;
  display: block;
}

.sakuhin img{
  opacity: 100%;
}	
.sakuhin img:hover{
  opacity: 40%;
  transform:scale(1.2);	 
  transition:0.6s all;
}
.people img:hover{
  opacity: 40%;
  transform:scale(1.2);	 
  transition:0.6s all;
}

/*style(tablet 481px~640px)-------------------*/
@media only screen and (min-width: 481px) {

/*テキスト-------------------*/	
h2 { font-size: 1.3em; }
.sp{
  font-size: 1.3em;
  letter-spacing: 0.1em;
}	
h6 { font-size: 0.9em; }
.e_box p {
    font-size: 1.1em;
	line-height: 1.7;
}
.t_box p, .yd  { font-size: 0.9em; }
.md { font-size: 1em;}
p.ft { font-size: 0.8em; }

/*作品-------------------*/
.sakuhin {
    width: 33.3%;
    height: auto;
	overflow:hidden;
	display: block;
	}
#video-top{
    min-height: 85%;
}
#video{
    min-height: 85%;
}

}
/*style(tablet/PC 641px~1280px)-------------------*/
@media only screen and (min-width: 641px) {

h2 { font-size: 1.4em; }
.sp{ font-size: 1.4em;}
h3 { font-size: 2.4em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

.e_box p { max-width: 800px; }
.t_box p, .yd { font-size: 1em; }
.md { font-size: 1.1em; }
p.ft { font-size: 0.85em; }

.b_box {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

/*作品-------------------*/
.gallery {
max-width: 1280px;
}	
.sakuhin {
    width: 16.4%;
    height: auto;
    margin:0.1%;
}
.people {
    width: 12.5%;
    height: auto;
}

.t_header { padding-top: 0;}	
.videotop p { font-size: 1.8em; }
}	

/*style(PC 801px~)-------------------*/
@media only screen and (min-width: 801px) {

h1 {
    font-size: 1.6em;
  }
p {
    font-size: 1.2em;
  }
	
#header-image {
    max-width: 1600px;
    margin: 0 auto;
  }
}