@charset "utf-8";
body{
margin:0;
padding:0;
font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif ;
}

#wrap{overflow:hidden;}

/*モーションCSS*/

.bottom{
  transform:translateY(60px);
  opacity:0;
  transition:opacity 1s,transform 0.5s;
}

.in{
  opacity:1;
  transform:translateX(0);
  transform:translateY(0);
}

.in_mb{
  opacity:1;
  transform:translateX(0);
  transform:translateY(0);
}

/*テキストアニメCSS*/

.st0{    
    stroke: #FFFF00; /* 文字色 */
    fill: none; /* 塗りつぶし無し */
    stroke-width: 2; /* 文字の太さ */
    stroke-dasharray:  4000; /* 破線の間隔 */
    stroke-dashoffset: 4000; /* 破線の開始位置 */
stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;
}

.t_1{
    animation: DASH 5s ease-in-out alternate 0.5s forwards;
    -webkit-animation: DASH 5s ease-in-out alternate 0.5s forwards;}
.t_2{
    animation: DASH 5s ease-in-out alternate 1.3s forwards;
    -webkit-animation: DASH 5s ease-in-out alternate 1.3s forwards;}
.t_3{
    animation: DASH 5s ease-in-out alternate 1.5s forwards;
    -webkit-animation: DASH 5s ease-in-out alternate 1.5s forwards;}
.t_4{
    animation: DASH 8s ease-in-out alternate 2.3s forwards; 
    -webkit-animation: DASH 8s ease-in-out alternate 2.3s forwards;}
.t_5{
    animation: DASH 8s ease-in-out alternate 3s forwards; 
    -webkit-animation: DASH 8s ease-in-out alternate 3s forwards;}
.t_6{
    animation: DASH 5s ease-in-out alternate 4s forwards; 
    -webkit-animation: DASH 5s ease-in-out alternate 4s forwards;}

.t_7{
    animation: DASH 5s ease-in-out alternate 4.3s forwards; 
    -webkit-animation: DASH 5s ease-in-out alternate 4.3s forwards;}

.t_8{
    animation: DASH 5s ease-in-out alternate 5.2s forwards; 
    -webkit-animation: DASH 5s ease-in-out alternate 5.2s forwards;}

.t_9{
    animation: DASH 8s ease-in-out alternate 6.2s forwards; 
    -webkit-animation: DASH 8s ease-in-out alternate 6.2s forwards;}

@keyframes DASH {
    0% {
        stroke-dashoffset: 4000;
        }
    100% {
        stroke-dashoffset: 0;
        }
    }

@-webkit-keyframes DASH {
    0% {
        stroke-dashoffset: 4000;
    }
    100% {
        stroke-dashoffset: 0;
      }
    }

.snowfall-canvas{

}



p{line-height:200%;}

/*top*/
header{
width:100%;
height:95vh;
background:url(/common_d/connect/admission/late_application/img/top.jpg) no-repeat center bottom/cover;
position:relative;

}


header:after{
content:"";
display: block;
width:100%;
padding-top:60%;
background:url(/common_d/connect/admission/late_application/img/sakura.png) no-repeat center top -150px/cover;
}

.title_y{
width:33%;
min-width:400px;
background-color:#FFFF00;
font-family: 'HGP創英角ゴシックUB',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif ;
font-weight:bold;
font-size:26px;
padding:30px;
position:absolute;
top:30px;
right:0;
}

header p{
color:#2B395B;
max-width:250px;
letter-spacing:0;
text-align-last: justify;       /* Chrome・Firefox用 */
text-justify: inter-ideograph;  /* IE・Edge用 */
line-height:170%;
}

h1{
font-size:50px;
margin-top:30px;
color:#2B395B;
}


header figure{
width:70%;
max-width:1000px;
height:200px;
background:url(/common_d/connect/admission/late_application/img/goukaku.png) no-repeat center/contain;
position:absolute;
top:55%;
left: 35%;
}

header figure:after{
content:"";
display: block;
width:250px;
height:160px;
background:url(/common_d/connect/admission/late_application/img/top_comment2.png) no-repeat center/contain;
position:absolute;
top:-130px;
left:50px;
}

#logo{
width:70%;
max-width:400px;
position:absolute;
top:55%;
left:calc(35% + 280px);
filter: drop-shadow(2px 2px 2px rgba(0,0,0,.5));}

/*
header figure:before{
content:"";
display: block;
width:400px;
height:92px;
background:url(/common_d/connect/admission/late_application/img/lastchance.png) no-repeat center/contain;
position:absolute;
top:40px;
left:0;
right:0;
margin:auto;
}
*/


/*コンテンツ1*/
.content{
background-color:#ffcecc;
padding:30% 0 80px;
position:relative;
}


.content_inner{
width:90%;
max-width:1000px;
margin:0 auto;
}

.content figure{
width:90%;
max-width:1200px;
padding-top:25%;
background:url(/common_d/connect/admission/late_application/img/text1.png) no-repeat center/contain;
position:absolute;
top:10px;
left:0;
right:0;
margin:auto;
z-index:9999;
}

.inner_box{
display:flex;
justify-content:space-between;}


.txt_box{
display:inline-block;
border:3px solid #2B395B;
padding:50px;
margin:20px 0 80px;
background-color:#FFF;
}

.img_box{
flex: 1;
background:url(/common_d/connect/admission/late_application/img/boy.png) no-repeat center/contain;
display:flex;
align-items:center;
margin-left:20px;
}

.txt_box p{
color:#2B395B;
font-size:1.1em;
font-weight:bold;
margin-top:15px;
line-height:150%;
}

.txt_box img{
width:100%;
max-width:400px;
}

p.info_txt{
font-size:1.5em;
}

br.sp_br{
    display: none;
}

.faclity_txt_flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 510px;
}

p.faclity_txt{
font-size:1.5em;
font-weight:bold;
margin:0 30px 0 0;
}

p.faclity_txt:last-of-type{
    margin-right: 0;
}


.txt_box h2{
color:#2B395B;
font-size:4em;
letter-spacing:0.1em;
font-weight:400;
margin:15px 0 20px;
}

.period{
    position:relative;
}

p.period_last{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    background:rgba(255,255,255,0.8);
    padding:0.5em 1em;
    color: #ff6473;
    letter-spacing:0.1em;
}
    
.date_l{
    font-family: 'Affogato-Black';
    font-size:clamp(2rem, 1.273rem + 3.64vw, 4rem);
}

.date_m{
    font-family: 'Affogato-Black';
    font-size:clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
    padding:0 7px;
}

.date_s{
    font-family: 'Affogato-Black';
    font-size:clamp(1.6rem, 1.018rem + 2.91vw, 3.2rem);
    padding:0 5px;
}

.date_m{
    padding:0 3px;
}

/*単独方式説明*/
.content dl{

color:#2B395B;
background:url(/common_d/connect/admission/late_application/img/text2_kai.png) no-repeat center top/contain;
width:100%;
padding-top:200px;
margin:120px 0 50px;
}

.content dt{
font-size:2em;
margin-bottom:50px;
text-align:center;
line-height:180%;
}

.content dt span{
color:#ff6473;
background-color:#fff;
border:1px solid #ff6473;
padding:0 10px;
margin:0 5px;

}



.content dd{
font-size:1.5em;
margin:0 0 0 200px;
padding:2em;
position:relative;
font-family: 'HuiFontP';
line-height:180%;
}

.content dd span{
border-bottom:1px dashed #2B395B;
padding:0.5em 0;
}

.content dd span > span{
font-size:1.3em;
border-bottom:none;
padding:0;
}

.content dd:after{
content:"";
display: block;
width:130px;
height:100%;
background:url(/common_d/connect/admission/late_application/img/point_nv.png) no-repeat center/contain;
position:absolute;
top:0;
left:-100px;
}



/*コンテンツ2*/
.content2{
width:90%;
max-width:1000px;
margin:0 auto;
padding:80px 0 0;
}



.content2 figure{
width:80%;
max-width:800px;
height:200px;
margin:0 auto;
background:url(/common_d/connect/admission/late_application/img/closeup.png) no-repeat center/contain;
}



.closeup{
display:flex;
flex-wrap:wrap;
align-items:center;
margin:50px 0 0;
justify-content:space-between;}

.closeup_img{
width:30%;
/*margin-bottom:150px;*/
}

.closeup_img img{
width:100%;}


/*キャンパス画像*/
.campus img{
width:90%;
padding:8px;
background-color:#fff;
border:1px solid #2B395B;
}


/*修一郎さん画像*/
.students img{
padding:8px;
background-color:#fff;
border:1px solid #2B395B;
margin-top:60px;}




.closeup_txt{
width:65%;
margin-bottom:150px;}

.closeup_txt_short{
width:65%;
margin-bottom:10px;}

.closeup_txt_short img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.closeup_txt p{
}

.campus{
position:relative;}

.campus:after{
content:"";
display: block;
width:150px;
height:150px;
background:url(/common_d/connect/admission/late_application/img/campus.png) no-repeat center/contain;
position:absolute;
top:-50px;
left:-50px;}


.campus:before,.students:before{
content:"";
display: block;
width:150px;
height:150px;
background-color: #fff;
  background-image:
    radial-gradient(#2B395B 30%, transparent 30%);
  background-size: 8px 8px;
position:absolute;
bottom:-20px;
right:-20px;
z-index:-1;}

.study2{
position:relative;}

/*.study2:after{
content:"";
display: block;
width:150px;
height:150px;
background:url(/common_d/connect/admission/late_application/img/study.png) no-repeat center/contain;
position:absolute;
top:-50px;
right:-50px;}*/


.students{
position:relative;}

.students:after{
content:"";
display: block;
width:150px;
height:200px;
background:url(/common_d/connect/admission/late_application/img/student.png) no-repeat center/contain;
position:absolute;
top:-80px;
left:-50px;}


.closeup li a{
background-color: #f1f1f1;
display:inline-block;
padding:3px 1.5em 8px;
font-size:0.9em;
border-radius:10px;
color:#2B395B;
position:relative;
margin-top:30px;

}

.closeup li a p{
line-height:180%;
}

.closeup li a:after{
content:"";
display: block;
width:100%;
height:100%;
border-radius:10px;
border:#2B395B 1px solid;
position:absolute;
top:-4px;
left:-4px;
}

.closeup li a:hover{
background-color:#FFFF00;
opacity:1;
}


/*コンテンツ3*/
.content3{
width:100%;
position:relative;
overflow:hidden;
padding:200px 0 200px 370px;/*左スペース用余白*/
}


.content3:after{
content:"";
display: block;
width:500px;
height:1000px;
border-radius:0 500px 500px 0;
background-color:#f1f1f1;
position:absolute;
top:0;
left:-130px;
z-index:-10;
}

.content3:before{
content:"";
display: block;
width:200px;
height:56px;
background:url(/common_d/connect/admission/late_application/img/howto.png) no-repeat center/contain;
position:absolute;
top:300px;
left:50px;
}




.title_g{
font-family: 'HGP創英角ゴシックUB',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif ;
font-weight:bold;
font-size:26px;
padding:30px;
position:absolute;
top:360px;
left:0;
}

.title_g p{
color:#2B395B;
letter-spacing:0;
text-align-last: justify;       /* Chrome・Firefox用 */
text-justify: inter-ideograph;  /* IE・Edge用 */
line-height:170%;
}

.title_g h2{
font-size:50px;
margin-top:30px;
color:#2B395B;
}


.web_info{
width:95%;
margin:0 auto;
position:relative;
padding-top:100px;/*タイトル用余白*/
margin-bottom:50px;
text-align:center;/*.stripe中央寄せ*/
}

.web_info:after{
content:"";
display: block;
width:250px;
height:63px;
background:url(/common_d/connect/admission/late_application/img/syutugan.png) no-repeat center/contain;
position:absolute;
top:0;
left:0;}

.web_info p{
font-size:1.5em;
color:#2B395B;
text-align:center;}

p.stripe{ 
  position: relative;
  padding: 0.3em;
display:inline-block;
}


p.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #ffcecc, #ffcecc 2px, white 2px, white 4px);
}

p.stripe span{
font-size:1.1em;
font-weight:bold;
}

.web_info a{
background-color: #2B395B;
border:2px solid #2B395B;
display:inline-block;
padding:1em 2em;
width:90%;
max-width:800px;
margin:50px auto 10px;
color:#FFF;
font-weight:bold;
letter-spacing:0.2em;
text-align:center;
font-size:1.5em;
line-height:180%;
}



.web_info a:hover{
background-color:#FFF;
opacity:1;
color:#2B395B;
}


p.date_info{
font-size:1.3em;
color:#2B395B;
text-align:center;
    line-height: 180%;
}

.attention_list{
width:90%;
max-width:800px;
margin:0 auto;
}

.attention_list li{
color:#2B395B;
line-height:200%;
font-size:0.9em;
padding-left: 1em;
    text-indent: -1em;
margin-bottom:1em;
}

.iten_kokuchi img{
border:#333 solid 1px;
padding:8px;
margin:10px 0;
width:98%;
height:auto;
}





/*************タブレットipadpro*********************/

@media all and (max-width: 1024px ) and (min-width: 959px ) {

/*top*/
header{
height:50vh;
}


header:after{
padding-top:80%;
background:url(/common_d/connect/admission/late_application/img/sakura.png) no-repeat center bottom/cover;
}


header figure{
max-width:1000px;
min-width:700px;
height:200px;
left: 30%;
}

header figure:after {
    top: -100px;
}

#logo{
max-width: 300px;
top:calc(55% + 30px);
left:calc(30% + 190px);}

.content dd {
    margin: 0 0 0 150px;
    padding:1em 2em;}

.content dd:after {
    width: 100px;
left: -50px;
}

.content3{
padding:200px 0 100px 370px;/*左スペース用余白*/
}


}/*タブレット閉じタグ*/






/*************タブレット*********************/
@media all and (max-width: 959px ) and (min-width: 431px ) {

/*top*/
header{
height:50vh;
}


header:after{
padding-top:80%;
background:url(/common_d/connect/admission/late_application/img/sakura.png) no-repeat center bottom/cover;
}

/*
header figure:before{
width:250px;
height:60px;
top:55px;
}
*/
header figure:after {
    width: 160px;
    height: 80px;
    top:-20px;
    left:0;
}

#logo{
max-width: 300px;
top:calc(55% + 20px);
left:calc(30% + 160px);}


.title_y {
    width: 33%;
    min-width: 340px;
font-size: 20px;}

h1 {
    font-size: 40px;
margin-top: 20px;
}




.inner_box{
display:flex;
flex-direction:column;
justify-content:center;}

.img_box {
    width: 80%;
max-width:400px;
padding-top:85%;
margin:0 auto;}


.content dl{
margin:80px 0 0;
}

.content dd {
    margin: 0 0 0 80px;
    padding:1em 2em;}

.content dd:after {
    width: 100px;
left: -50px;
}



/*コンテンツ2*/
.content2{
width:90%;
margin:0 auto;
padding:40px 0 0;
}


.content2 figure{
width:100%;
height:120px;
}

.closeup{
flex-direction:column;
margin:20px auto;
width:95%;
}

.closeup_img{
width:80%;
margin-bottom:50px;
text-align:center;
}

.closeup_img img{
width:90%;
max-width:400px;
}


/*キャンパス画像*/
.campus img{
width:90%;
padding:8px;
background-color:#fff;
border:1px solid #2B395B;
}


/*修一郎さん画像*/
.students img{
padding:8px;
background-color:#fff;
border:1px solid #2B395B;
margin-top:60px;}




.closeup_txt{
width:100%;
margin-bottom:150px;}

.closeup_txt_short{
    width: 100%;
}


/*closeup 位置並べ替え*/
.campus{margin-top:40px;}
.campus2{order: 1;}
.study{order:3;}
.study2{order: 2;margin-top:-40px;}
.students{order: 4;margin-top:-30px;}
.students2{order: 5;margin-bottom:40px;}


/*コンテンツ3*/
.content3{
padding:100px 0 200px 250px;/*左スペース用余白*/
}


.content3:after{
width:500px;
height:1000px;
border-radius:0 500px 500px 0;
top:0;
left:-250px;

}

.content3:before{
top:300px;
left:10px;
}


.title_g{
font-size:20px;
position:absolute;
top:400px;
left:10px;
padding:0;
}


.title_g h1{
font-size:36px;
}
.attention_list {
    width: 95%;}

/*コンテンツ3*/
.content3{
padding:0 0 40px;
}
.content3:after{
content:"";
display: block;
width:200px;
height:400px;
border-radius:0 200px 200px 0;
background-color:#f1f1f1;
position:absolute;
top:0;
left:-100px;
z-index:-10;
}

.content3:before{
width:150px;
height:40px;
top:50px;
left:10px;
}



.title_g{
font-size:1.5em;
padding:0;
top:100px;
left:10px;
}

.title_g p{
line-height:150%;
}

.title_g h1{
display:none;
}

.web_info{
width:95%;
padding-top:200px;/*タイトル用余白*/
margin-bottom:50px;
text-align:center;
}

.web_info:after{
width:150px;
height:40px;
top:100px;
left:auto;
right:10px;
z-index: -10;}


.web_info p{
font-size:1em;
color:#2B395B;
}

p.stripe{ 
  padding: 0 0 0.5em;
}

.web_info a{
width:90%;
max-width:800px;
margin:50px 5% 10px;
padding: 1em;
font-size: 1.1em;
}
p.date_info{
font-size:1em;
width:90%;
margin:0 5%;
}


}/*タブレット閉じタグ*/




/*************変形スマホサイズ*********************/
@media all and (max-width: 600px ) and (min-width: 415px ) {
#logo {
    max-width: 200px;
    top: calc(55% + 55px);
    left: calc(30% + 100px);
}

}/*変形スマホ閉じタグ*/



/*************スマホ*********************/
@media all and (max-width: 430px ) {

/*top*/
header{
width:100%;
height:60vh;
background:url(/common_d/connect/admission/late_application/img/top.jpg) no-repeat left -70px bottom/cover;
}


header:after{
content:"";
padding-top:130%;
background:url(/common_d/connect/admission/late_application/img/sakura.png) no-repeat right bottom/cover;
}

.title_y{
min-width:60%;
font-size:1em;
padding:20px;
}

header p{

}

h1{
font-size:1.5em;
margin-top:20px;

}



header figure{
width:100%;
max-width:1000px;
height:200px;
background:url(/common_d/connect/admission/late_application/img/goukaku.png) no-repeat center/contain;
position:absolute;
  top:calc(100% - 150px);
left: 0;
}

#logo{
    width: 60%;
top:calc(100% - 100px);
left: 20%;}


header figure:after{
    width: 160px;
    height:80px;
top: 0;
    left: 15%;
    top:0;
left:0;
right:0;
margin:0;
}

/*
header figure:before{
width:160px;
height:50px;
    top:33%;
left:0;
right:0;
margin:auto;
}
*/

.content{
padding-top:55%;
padding-bottom:20px;
}

.content figure{
width:98%;
top:20px;
padding-top:50%;
background:url(/common_d/connect/admission/late_application/img/text1_mb.png) no-repeat center/contain;
}

.inner_box{
display:flex;
flex-direction:column;
justify-content:center;}

.txt_box{
padding:20px;
margin:20px auto;
width:95%;
}

.txt_box img{
margin:5px 0;
}

.img_box {
    width: 90%;
padding-top:100%;
margin:0 auto;}

.txt_box p{
margin-top:5px;
text-align:left;
}

.txt_box h2{
font-size:2.3em;
margin:15px 0 20px;
}

p.info_txt {
    font-size: 1.2em;
}

br.sp_br{
    display: block;
}

.txt_box p span > span{
font-size:1.3em;
}

.date_s{
    padding:0 0px;
}

p.faclity_txt{
    font-size: 1.2em;
    margin: 0 20px 0 0;
}

/*単独方式説明*/
.content dl{
color:#2B395B;
background:url(/common_d/connect/admission/late_application/img/text2_kai_mb.png) no-repeat center top/contain;
width:100%;
padding-top:90px;
margin:50px 0 50px;
}

.content dt{
font-size:1.3em;
margin-bottom:10px;
text-align:left;
}

.content dt span{
}



.content dd{
font-size:1.1em;
margin:10px;
padding:1em 0 1em 70px;
}

.content dd span{
padding: 0.5em 0;
}

.content dd span > span{
font-size:1.2em;
}

.content dd:after{
width:60px;
top:0;
left:0;
}


/*コンテンツ2*/
.content2{
width:95%;
padding:20px 0 0;
}


.content2 figure{
width:100%;
height:120px;
background:url(/common_d/connect/admission/late_application/img/closeup_mb.png) no-repeat center/contain;
}

.closeup{
flex-direction:column;
margin:20px auto;
width:95%;
}


.closeup li a{
width:100%;

}

.closeup_img{
width:80%;
margin-bottom:50px;
}

/*.closeup_img img{
width:90%;}*/


/*キャンパス画像*/
.campus img{
width:90%;
padding:8px;
background-color:#fff;
border:1px solid #2B395B;
}


/*修一郎さん画像*/
.students img{
padding:8px;
background-color:#fff;
border:1px solid #2B395B;
margin-top:60px;}




.closeup_txt{
width:100%;
margin-bottom:150px;}

.closeup_txt_short{
    width: 100%;
}


/*closeup 位置並べ替え*/
.campus{margin-top:40px;}
.campus2{order: 1;}
.study{order:3;}
.study2{order: 2;margin-top:-40px;}
.students{order: 4;margin-top:-30px;}
.students2{order: 5;margin-bottom:40px;}

.campus:after{
width:130px;
height:130px;}


.study2:after{
width:130px;
height:130px;}


.students:after{
width:130px;
height:165px;}

/*コンテンツ3*/
.content3{
padding:0 0 40px;
}
.content3:after{
content:"";
display: block;
width:200px;
height:400px;
border-radius:0 200px 200px 0;
background-color:#f1f1f1;
position:absolute;
top:0;
left:-100px;
z-index:-10;
}

.content3:before{
width:150px;
height:40px;
top:50px;
left:10px;
}



.title_g{
font-size:1em;
padding:0;
top:100px;
left:10px;
}

.title_g p{
line-height:150%;
}

.title_g h1{
display:none;
}

.web_info{
width:95%;
padding-top:170px;/*タイトル用余白*/
margin-bottom:50px;
text-align:left;
}

.web_info:after{
width:150px;
height:40px;
top:100px;
left:auto;
right:10px;
z-index: -10;}


.web_info p{
font-size:1em;
color:#2B395B;
text-align:justify;}

p.stripe{ 
  padding: 0 0 0.5em;
}

.web_info a{
width:90%;
max-width:800px;
margin:50px 5% 10px;
padding: 1em;
font-size: 1.1em;
}

p.date_info{
font-size:1em;
width:90%;
margin:0 5%;
}



}/*スマホ閉じタグ*/


