
#contents{
    font-family: 'YakuHanJP','Zen Kaku Gothic New', sans-serif;
}


head + body header {
  padding-top: 0px;
}

header {
  width: 100%;
  padding-top: 0px;
}



#contents #curten{
	position: absolute;
	height: 10000px;
	width: 100%;
	background-color: #c9eafc;
	right:0px;
	top: 0px;
	z-index: 1000;
	transition: all 500ms 0s ease;
}

#contents.load #curten{
	width: 0%;
}



@media screen and (max-width: 1000px) {

	#contents #curten{
		top: 60px;
	}

}

@media screen and (max-width: 840px) {
	
	#contents #curten{
		top: 75px;
	}
	
}


#contents #contentsarea{
	overflow: hidden;
	height: 0px;
	padding: 0px;
}

#contents.load #contentsarea{
	overflow: auto;
	height: auto;
}


#contents main{
	position: relative;
	/* min-height: 820px; */
	height: auto;
	overflow: hidden;
	background-color: #FFF;
}

#contents main #mainphoto{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	
}


footer{
	display: none;
}

footer.load{
	display: block;
}



header #header_area{
    /* backdrop-filter: blur(12px); */
    background-color: inherit;
}

header #header_area::before {
    background-color: inherit;
    
}



#header_intern_bg{
    position: fixed;
    display: block;
    width: 100%;
    height: 76px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index:1000;
    top: 0;
}

#header_intern_bg::before{
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c9eafc;
    opacity: .7;
}

@media screen and (max-width: 1000px) {
    #header_intern_bg{
        height: 60px;
    }
}

@media screen and (max-width: 840px) {
    #header_intern_bg{
        background-color: #FFF;
    }
}


/* main */

#contents main{
    position: relative;
    background-color: #c9eafc;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 20;
    overflow: visible;
}

#contents main #main_inner{
    position: relative;
    width: 90vw;
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
}

#contents main #main_inner #titleHeader{
    position: absolute;
    width: 40%;
    z-index: 100;
    top: 54%;
    transform: translateY(-50%);
    min-width: 450px;
}

#contents main #main_inner #titleHeader strong{
    display: block;
    width: 92%;
}

#contents main #main_inner #titleHeader div{
    padding-top: 5%;
    padding-bottom: 5%;
}

#contents main #main_inner #titleHeader article{
    position: relative;
    width: 44%;
    min-width: 180px;
    max-width: 240px;
    cursor: pointer;
}

#contents main #main_inner #titleHeader article figure{
    position: absolute;
    width: 77%;
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}

#contents main #main_inner #titleHeader article figure img{
    transition: all 500ms 0s ease;
}

.pc #contents main #main_inner #titleHeader article:hover figure img{
    transform: scale(1.1);
}

#contents main #main_inner #titleHeader article figcaption{
    transition: all 500ms 0s ease;
    position: relative;
    z-index: 1;
    animation: circlerote 45s infinite linear 0s;
}

.pc #contents main #main_inner #titleHeader article:hover figcaption{
    opacity: .4;
}

#contents main #main_inner #titleHeader article aside{
    transition: all 500ms 0s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 30.76923077%;
}

.pc #contents main #main_inner #titleHeader article:hover aside{
    opacity: 0;
}

#contents main #main_inner #mainphoto{
    position: relative;
    width: 91%;
    padding-right: 2.4vw;
    margin: 0 0 0 auto;
}

#contents main #main_inner #mainphoto #mainphoto_inner{
    position: relative;
    width: 100%;
    height: auto;
}

#contents main #main_inner #mainphoto li{
    position: absolute;
}

#contents main #main_inner #mainphoto li:nth-child(1){
    width: 34.7826087%;
    right: -7.39%;
    top: 10%;
    animation: float-vertical 10s infinite linear 0s;
}

#contents main #main_inner #mainphoto li:nth-child(2){
    width: 24.7826087%;
    left: 18%;
    top: -2%;
    animation: float-vertical 5s infinite linear -5s;
}

#contents main #main_inner #mainphoto li:nth-child(3){
    width: 27.39130435%;
    left: 35%;
    top: 70%;
    animation: float-vertical 7s infinite linear -12s;
}



@keyframes circlerote {
	0% {
		transform: rotate(0deg);
	}
	100% {

		transform: rotate(-360deg);
	}
}

@keyframes float-vertical {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); 
    }
    100% {
        transform: translateY(0);
    }
}


@media screen and (max-width: 1500px) {
	#contents main{
        padding-top: calc(3vw + 76px) ;
        padding-bottom: 6.66vw;
    }
}

@media screen and (max-width: 1000px) {
	#contents main{
        padding-top: calc(3vw + 60px) ;
        padding-bottom: 8vw;
    }
}

@media screen and (max-width: 840px) {
	#contents main{
        padding-top: calc(3vw + 80px) ;
        padding-bottom: 0vw;
        padding-bottom: 5vw;
    }

    #contents main #main_inner{
        width: 100vw;
    }

    #contents main #main_inner #titleHeader{
        position: relative;
        width: 90vw;
        max-width: 500px;
        min-width: auto;
        top: 3vw;
        left: 5vw;
        transform: translateY(0%);
        padding-bottom: 0vw;
        
    }

    #contents main #main_inner #titleHeader article{
        position: relative;
        width: 30%;
        min-width: 120px;
        max-width: 200px;
    }

    #contents main #main_inner #mainphoto{
        /* position: absolute; */
        width: 100%;
        padding-right:0;
        margin: 0 0 0 auto;
        margin-top: -150px;
    }

    #contents main #main_inner #mainphoto li:nth-child(1){
        width: 40%;
        right: -5%;
        top: -10%;
    }

    #contents main #main_inner #mainphoto li:nth-child(2){
        width: 22%;
        left: auto;
        right: 10%;
        top: 80%;
    }

    #contents main #main_inner #mainphoto li:nth-child(3){
        width: 30%;
        left: 10%;
        top: 55%;
    }



}


@media screen and (max-width: 540px) {
    #contents main #main_inner #mainphoto{
        margin-top: -20%;
        
    }

    #contents main #main_inner #mainphoto li:nth-child(1){
        top: -7vw;
        right: 5%;
    }

    #contents main #main_inner #mainphoto li:nth-child(2){
        width: 25%;
        right: -2%;
        top: 75%;
    }

    #contents main #main_inner #mainphoto li:nth-child(3){
        top: 65%;
        left: 5%;
    }

}


/* main */



#contents section h2{
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 20px;
    color: #005bac;
}



/* coursearea */


#coursearea{
    position: relative;
    z-index: 10;
    padding: 90px 0px 100px;
    text-align: center;
}


#coursearea h1{
    position: relative;
    font-size: 34px;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 100px;
}

#coursearea h1::before{
    /* content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 90px;
    background-color: #005bac;
    bottom: 40px;
    left: calc(50% - 1px) ; */
}

#coursearea h1 span{
    display: inline-block;
}

#coursearea p.title_txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}


#coursearea ul{
    padding-top: 60px;
}

#coursearea ul li{
    width: 250px;
}

#coursearea ul li a{
    transition: all 500ms 0s ease;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 23px 20px;
    color: #FFF;
    background-color: #005bac;
    border-radius: 20px;
    box-shadow: 2px 2px 4px gray;
}

#coursearea ul li a small{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

#coursearea ul li a aside{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

#coursearea ul li a aside span{
    position: absolute;
    display: inline-block;
    color: #005bac;
    z-index: 2;
}

#coursearea ul li a aside::before{
    content: "";
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 1;
}

#coursearea ul li a strong{
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    padding: 15px 0px 30px;
}

#coursearea ul li a div{
    background-color: #fff000;
    color: #000;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
	justify-content: center;
    text-align: center;
    padding: 0 10px;
    line-height: 1;
}

#coursearea ul li a div em{
    display: inline-block;
    width: 15px;
}

#coursearea ul li a div span{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -2px;
    padding-left: 5px;
}

.pc #coursearea ul li a:hover{
    transform: scale(1.05);
}


@media screen and (max-width: 1200px) {

    #coursearea h1{
        font-size: 30px;
    }

    #contents section h2{
        font-size: 30px;
    }

    #coursearea p.title_txt{
        font-size: 16px;
    }

    #coursearea ul li{
        width: 20.83333333vw;
    }

    #coursearea ul li a div span{
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {

    #coursearea ul li{
        width: 48%;
        padding-bottom: 4%;
    }

    #coursearea ul li a strong{
        font-size: 30px;
        padding: 10px 0px 20px;
    }

}


@media screen and (max-width: 767px) {

    #contents section h2{
        font-size: 26px;
        padding-bottom: 15px;
    }

    #coursearea{
        padding: 70px 0px;
    }

    #coursearea h1{
        font-size: 26px;
        padding-bottom: 100px;
    }

    #coursearea h1::before{
        height: 60px;
        bottom: 20px;
    }

    #coursearea ul li a{
        padding: 5px 15px 15px;
        border-radius: 15px;
    }

    #coursearea ul li a small{
        font-size: 16px;
    }

    #coursearea ul li a div span{
        font-size: 15px;
    }

    #coursearea ul li a aside{
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    #coursearea ul li a aside::before{
        width: 30px;
        height: 30px;
    }

}

@media screen and (max-width: 560px) {

    #coursearea{
        padding: 12.5vw 0px;
    }

    #coursearea h1{
        font-size: 4.6vw;
        padding-bottom: 80px;
    }

    #coursearea h1::before{
        height: 40px;
        bottom: 20px;
    }

}



@media screen and (max-width: 480px) {

    #coursearea ul li a strong{
        font-size: 6.25vw;
        padding: 10px 0px 20px;
    }

    #coursearea ul li a div em{
        width: 13px;
        padding-top: 4px;
    }

    #coursearea ul li a div span{
        font-size: 3.125vw;
    }

    #coursearea ul li a div{
        height: 30px;
        border-radius: 15px;
    }

}


@media screen and (max-width: 380px) {

    #contents section h2{
        font-size: 22px;
        padding-bottom: 15px;
    }

}




/* coursearea */


/* interviewarea */


#interviewarea{
    background-color: #c9eafc;
    padding: 80px 0px 100px;
    text-align: center;
}

#interviewarea ul{
    padding-top: 40px;
    max-width: 860px;
    margin: 0 auto;
}

#interviewarea ul li{
    display: flex;
    flex-direction: column;
    width: 48%;
    max-width: 400px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

#interviewarea ul li figure{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 8px gray;
}

#interviewarea ul li figure img{
    transition: all 500ms 0s ease;
}

.pc #interviewarea ul li:hover figure img{
    transform: scale(1.1);
}

#interviewarea ul li small{
    display: block;
    font-size: 18px;
    padding-top: 18px;
}

#interviewarea ul li strong{
    display: block;
    font-size: 30px;
    padding: 5px 0px;
}

#interviewarea ul li div{
    flex-grow: 1;
    padding-bottom: 10px;
}

#interviewarea ul li div span{
    display: block;
    font-size: 16px;
    padding-bottom: 3px;
    letter-spacing: 0;
}

#interviewarea ul li div span i{
    display: inline-block;
    padding: 0px .5em;
    font-style: normal;
}

#interviewarea ul li div span em{
    display: inline-block;
    font-style: normal;
}

#interviewarea ul li aside{
    transition: all 500ms 0s ease;
    display: flex;
    width: 140px;
    height: 30px;
    border-radius: 15px;
    font-size: 16px;
    align-items: center;
	justify-content: center;
    margin: 0 auto;
    background-color: #005bac;
    color: #FFF;
}

.pc #interviewarea ul li:hover aside{
    opacity: .7;
}

@media screen and (max-width: 767px) {

    #interviewarea{
        padding: 12.5vw 0px;
    }

    #interviewarea ul li figure{
        border-radius: 15px;
    }
}


@media screen and (max-width: 560px) {
    #interviewarea ul li{
        width: 100%;
        margin: 0 auto 10%;
    }
}

/* interviewarea */





#voicearea{
    padding: 100px 0px;
    background-color: #005bac;
    text-align: center;
}

#contents section#voicearea h2{
    color: #FFF;
}

#voicearea div.grid{
    display: flex;
    padding-top: 80px;
}

#voicearea div.grid-item{
    margin: 0 1.4% calc(2.6% + 5px);
    width: 30.5%;
}

#voicearea div.grid-item.voicebox{
    padding-top: 55px;
}

#voicearea div.grid-item article{
    position: relative;
    display: block;
    border-radius: 20px;
    padding: 70px 7% 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    background-color: #FFF;
}

#voicearea div.grid-item div{
    border-radius: 20px;
    overflow: hidden;
}

#voicearea div.grid-item figure{
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}

#voicearea div.grid-item p{
	word-break:break-all;
    text-align:justify;
    text-justify:distribute;
}


#voicearea div.grid:after{
    content: '';
    display: block;
    clear: both;
}

#voicearea div.grid-sizer,
#voicearea div.gutter-sizer{
    display: none;
}

#voicearea.load div.grid-sizer {
    display: block;
    width: 23%;
}

#voicearea.load div.gutter-sizer{
    display: block;
    width: 2.6%;
}


@media screen and (max-width: 1200px) {

    #voicearea div.grid-item{
        margin: 0 1% calc(2.6% + 5px);
        width: 48%;
    }

}

@media screen and (max-width: 767px) {
    #voicearea{
        padding: 12.5vw 0px;
    }
}


@media screen and (max-width: 560px) {
    #voicearea div.grid-item{
        margin: 0 0% calc(2.6% + 10px);
        width: 100%;
    }
}



#lastmesbox{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0px;
}

@media screen and (max-width: 767px) {
    #lastmesbox{
        padding: 8vw 0px;
    }
}





/* interviewarea */


#data{
    display: none;
}

#overlay_intern{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .9);
    top: 0;
    left: 0;
    z-index: 800000;
}

#overlay_intern.active{
    
}

#overlay_inner{
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 5vw;
    padding-top: 100px;
    overflow-y: scroll;
}

#overlay_inner #pouparea{
    width: 86vw;
    text-align: center;
}

#overlay_inner #pouparea #popup_cont{
    display: inline-block;
}

#overlay_intern .bt_close{
    position: relative;
    margin: 0 0 0 auto;
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
}

#overlay_intern .bt_close::before,
#overlay_intern .bt_close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 1.5px;
}

#overlay_intern .bt_close::before {
  -webkit-transform: translateX(0px) rotate(-45deg);
  transform: translateX(0px) rotate(-45deg);
}

#overlay_intern .bt_close::after {
  -webkit-transform: translateX(0px) rotate(45deg);
  transform: translateX(0px) rotate(45deg);
}

#overlay_intern #pouparea{
    display: inline-block;
    margin: 0 auto;
}

/* popup_interview */


.popup_moviecont{
    text-align: left;
}

.popup_moviecont article{
    position: relative;
    width: 86vw;
    max-width: 800px;
    padding-top: 56.25%;
}

.popup_moviecont article iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* popup_interview */

.popup_interview{
    padding: 50px;
    border-radius: 50px;
    background-color: #FFF;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.popup_interview .popup_interview_main{
    position: relative;
}

.popup_interview .popup_interview_main figure{
    position: relative;
    z-index: 1;
    border-top-left-radius: 20px; /* 左上　*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.popup_interview .popup_interview_main .profilebox{
    position: absolute;
    width: 45%;
    bottom: 5%;
    left: 3.75%;
    z-index: 5;
}

#popup_interview1 .popup_interview .popup_interview_main .profilebox{
    color: #FFF;
}


.popup_interview .popup_interview_main .profilebox small{   
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}   

.popup_interview .popup_interview_main .profilebox strong{  
    display: block; 
    font-size: 46px;
    font-weight: 700;
    padding: 10px 0px 5px;
    line-height: 1;
}  

.popup_interview .popup_interview_main .profilebox span{
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.popup_interview .popup_interview_main .profilebox span i{
    display: inline-block;
    font-style: normal;
}

.popup_interview .popup_interview_main .profilebox span i em{
    display: inline-block;
    font-style: normal;
}

@media screen and (max-width: 1050px) {

    .popup_interview{
        padding: 4.76190476vw;
        border-radius: 30px;
    }
    

}

@media screen and (max-width: 767px) {

    .popup_interview{
        padding: 0vw;
        border-radius: 30px;
    }

    .popup_interview .popup_interview_main figure{
        border-top-left-radius: 20px; /* 左上　*/
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .popup_interview .popup_interview_main .profilebox small{   
        font-size: 4vw;
    }   

    .popup_interview .popup_interview_main .profilebox strong{  
        font-size: 7vw;
        padding: 1.3vw 0px .7vw;
    }  

    .popup_interview .popup_interview_main .profilebox span{
        font-size: 3.2vw;
    }
}



.popup_interview .interview_cont{
    padding-top: 45px;
}

.popup_interview .interview_cont strong{
    font-size: 20px;
    font-weight: 500;
    color: #005bac;
    letter-spacing: 0;
}

.popup_interview .interview_cont strong span{
    display: inline;
    background: linear-gradient(transparent 60%, #fffccc 60%);
}

.popup_interview .interview_cont h2{
    font-size: 32px;
    font-weight: 400;
    padding: 20px 0px 25px;
    line-height: 1.4;
}

.popup_interview .interview_cont p{
    text-align:justify;
    text-justify:distribute;
    font-size: 16px;
    line-height: 2.2;
}

.popup_interview .interview_cont.flex figure{
    width: 33.75%;
} 

.popup_interview .interview_cont.flex figure span{
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.popup_interview .interview_cont.flex article{
    width: 61.25%;
} 

#overlay_intern .bt_close.bt_close_end{
    padding: 50px 0;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .popup_interview .interview_cont{
        padding: 5vw;
    }


    .popup_interview .interview_cont.flex figure{
        width: 100%;
        margin-bottom: 20px;
    } 

    .popup_interview .interview_cont.flex figure span{
        border-radius: 15px;
    }

    .popup_interview .interview_cont.flex article{
        width: 100%;
    } 

    .popup_interview .interview_cont strong{
        font-size: 18px;
    }

    .popup_interview .interview_cont h2{
        font-size: 28px;
    }

    .popup_interview .interview_cont p{
        font-size: 14px;
    }

}












/* popup_interview */

