.sp@charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

/*Regular*/
@font-face {
font-family: 'Noto Sans JP';
font-weight: 400;
font-style: normal;
}

/*Midium*/
@font-face {
font-family: 'Noto Sans JP';
font-weight: 500;
font-style: normal;
}

/*Bold*/
@font-face {
font-family: 'Noto Sans JP';
font-weight: 700;
font-style: normal;
}

@media screen and (min-width:768px) {

html {
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
}

@font-face {
font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 900;
src: local('Noto Sans CJK JP Black'), local('NotoSansCJKjp-Black'), local('NotoSansJP-Black'), url('../fonts/NotoSansJP-Black.woff') format('woff');
}

@font-face {
font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 700;
src: local('Noto Sans CJK JP Bold'), local('NotoSansCJKjp-Bold'), local('NotoSansJP-Bold'), url('../fonts/NotoSansJP-Bold.woff') format('woff');
}

/*タグ初期設定*/
section,
nav,
article,
figure,
aside,
header,
footer,
main {
display: block;
position:relative;

}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

img {
display: block;
width: 100%;
height: auto;
}

ul,
li {
list-style-type: none;
}

body {
padding: 0;
font-size: 1.4em;
color: #222;
font-family: 'Noto Sans JP',
"Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
}

.sp {
display: none !important;
}	
	
.btn-wrap{
position:relative;
width:30%;
/*min-width:500px;*/
margin: auto;
font-weight: 700;
text-align: center;
}
	
	
/*
.btn-wrap a img{
width:60%;
margin: auto;
font-weight: 700;
text-align: center;
}
*/
/*
.btn-wrap span{
position:relative;
display:block;
margin:auto;
width:400px;
z-index:1;
text-align:center;
color: #222;
font-size: 2.0rem;
background-color:#fff;
padding:0.8rem 2.0rem;
border-radius:100px;
}
*/
.btn-orange{
position:relative;
top:-25px;
display:block;
color: #FFF;
font-size: 2.6rem;
letter-spacing: 0.075rem;
width:100%;
padding:3.6rem 0;
background-color:#F28130;
border:solid 4px #fff;
border-radius:100px;
box-shadow: 0px 0px 20px 0px rgba(147, 147, 147, 0.9);
text-decoration:none;
}
.btn-wrap span:has(+ .btn-orange) strong{
color:#F28130;
}

.btn-red{
position:relative;
top:-25px;
display:block;
color: #FFF;
font-size: 2.6rem;
letter-spacing: 0.075rem;
width:100%;
padding:3.6rem 0;
background-color:#ee5638;
border:solid 4px #fff;
border-radius:100px;
box-shadow: 0px 0px 20px 0px rgba(147, 147, 147, 0.9);
text-decoration:none;
}
.btn-wrap span:has(+ .btn-red) strong{
color:#ee5638;
}

.btn-green{
position:relative;
top:-25px;
display:block;
color: #FFF;
font-size: 2.6rem;
letter-spacing: 0.075rem;
width:100%;
padding:3.6rem 0;
background-color:#00c472;
border:solid 4px #fff;
border-radius:100px;
box-shadow: 0px 0px 20px 0px rgba(147, 147, 147, 0.9);
text-decoration:none;
}
.btn-wrap span:has(+ .btn-green) strong{
color:#00c472;
}

.btn-brightred{
position:relative;
/*top:30px;*/
display:block;
color: #FFF;
font-size: 2.6rem;
letter-spacing: 0.075rem;
width:100%;
padding:2.5rem 0;
background-color:#e52655;
border:solid 3px #fff;
border-radius:100px;
box-shadow: 0px 0px 15px 0px rgba(147, 147, 147, 0.9);
text-decoration:none;
}
.btn-wrap span:has(+ .btn-brightred) strong{
color:#e52655;
}
	
	
/***********************************/

#fv-area {
width: 100%;
height: auto;

/*position: relative;*/
}
#fv-area .btn-wrap{
	top: -9.5em;
	margin-left: 20%;
	height: 0;
}

#content2,
#content3,
#content4,
#content5,
#content6,
#content7,
#content8,
#content9,
#content10,
#content11,
#content13,
#content14,
/*#content15,*/
#content16,
#content17,
#content18
	{
width: 100%;
height: auto;
/*
max-width: 1080px;
min-width: 1000px;
*/
margin: auto;
padding: 60px 0;
}

#content3 div,
#content4 div,
#content5 div,
#content7 div,
#content8 div,
#content9 div,
#content15 div{
		width:76.4%;
		height: auto;
		margin: auto;	
	}
	

#content01{
	margin-top: 0;	
	background-color: #F7F0E7;
	padding: 70px 0;
	}
#content01 div{
	width: 68.75%;
	height: auto;
	margin: auto;
	}
#content2{
		padding: 60px 0;
	}
	
#content2 div{
		width: 65%;
		height: auto;
		margin: auto;
	}
#content3{
	background-image: url("../images/graduate_back01_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	}
	
#content4{
width: 100%;
}
#content4 div :nth-child(2){
	margin-top: 60px;
	}
	
.freeinfo{
	width: 100%;
	height: auto;
	background-color: #e2f6ff;
	padding: 40px 0 10px;
	}
	
.freeinfo div{
		width:76.4%;
		height: auto;
		margin: auto;}
	
.freeinfo .btn-wrap{
		margin: 20px auto 40px;
		width: 60%;
	}	
#content6{
		background-color: #efefef;
	}
	
#content6 div{
		width:64.8%;
		height: auto;
		margin: auto;	
	}
	
#content8{
		padding: 0 0 60px;
	}
#content9{
		background-color: #c06569;
	}
	#content10 div{
		width: 69.5%;
		height: auto;
		margin: auto;
	}
	#content10 div img:last-child{
		margin-top: 40px;
	}

	#content11{
		background-color: #efefef;
	}
	#content11 div img:last-child{
		margin-top: 40px;
	}
	#content11 div{
		width: 55.5%;
		height: auto;
		margin: auto;
	}

	#content12{
		padding:  0;
		background-color: #fff0eb;
	}	

#content13{
	background-color:  #fff0eb;
	padding: 30px 0	60px;
	}
	
#content13 div{
		width: 68.75%;
		height: auto;
		margin: auto;
	}
#content13 div img:last-child{
		margin-top: 20px;
	}
#content14{
		padding: 70px 0;
	}
	
#content14  .reskill{
	width: 68.75%;
	height: auto;
	margin: 0 auto;

	}
#content15 .course{
	width: 100%;
	height: auto;
	padding: 0 0 70px ;
	background-image: linear-gradient(#57c3ea, #39baf4 30%, #1ab1ff);

	}
	#content15 .course img{
	display: block;
	width: 50.7%;
	height: auto;
	margin: 0 auto;
	}
	
	
#content16{
	background-color: #e2f6ff;
	}
	
#aboutustytle{
	width: 23.25%;
	height: auto;
	margin: auto;
	
	}
	
#contentsMovie{
width: 780px;
padding: 3% 0 3%;
background: #fff;
border-radius: 5px;
margin: 40px auto 0;
}
	
#contentsMovie div{
display: flex;
flex-direction: row;
justify-content: center;
}
	

	

#faqtitle{
	width: 51.4%;
	height: auto;
	margin: 0 auto 30px;
			
	}
#faqcontent{
		width:76.4%;
		height: auto;
		margin: auto;	
	font-size: 1.25em;
	color: #505050;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.03em;

	}
	
	#faqcontent li{
		width: 100%;
		height: auto;
		padding: 3px 0;
		border-top: solid 2px #c9caca;	
		position: relative;
	}
	
	#faqcontent li:last-child{
		border-bottom: solid 2px #c9caca;	
	}

	#faqcontent li details summary{
		list-style: none;
		display: flex;
		align-items: center;
		width: 100%;	
	}
	#faqcontent li details summary::before{
		content: url("../images/Q.png");
		vertical-align: middle;
  		padding-right: 5px;
	transform: scale(0.5);
	}
#faqcontent li details summary::after{
		content: url("../images/allow.png");
		vertical-align: middle;
  		transition: rotate .5s;
		transform: scale(0.5);
		position: absolute;
		right: 10px;
	}
#faqcontent li details[open] summary::after{
		rotate: 180deg;
	}
	
	#faqcontent li details[open]{
		margin-bottom: 10px;
	}

	#faqcontent li details p{
		display: flex;
		align-items: center;
		width: 100%;
		margin-top: 10px;
	}
	#faqcontent li details p::before{
		content: url("../images/A.png");
  		padding-right: 10px;
		transform: scale(0.5);
	}
	

#content18{
		background-image: url("../images/graduate_back02_pc.jpg");
		background-size:cover;
		background-repeat:no-repeat;
	}
#content18 .pc{
		width:76.4%;
		height: auto;
		margin: auto;
	}	
	#content18 .interviewtitle{
		width: 86.36%;
		height: auto;
		margin: auto;
		margin-bottom: 40px;
	} 
	
	#content18 .interviewcontent img{
		margin-bottom: 30px;
	}
	#content18 .interviewcontent :last-child{
		margin-bottom: 0;
	}
	
/*----------20251030　中本追加------------*/	
#jobchg-f-benefit-area {
	width: 100%;
	margin: 0 auto 50px;
	padding: 60px 0 50px;
	background-color: #fff0eb;
}	
#jobchg-f-benefit-area h2{
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 auto 1em;
	color: #2b2b2b;
}
#jobchg-f-benefit-area h2 .text-pink{
	color: #ec6d65;
	}	
#jobchg-f-benefit-area h2 .text-border{
	border: solid 1px #ec6d65;
	padding: 0 5px 5px;
	margin-right: 5px;
	background-color: #fff;
	border-radius: 5px;
	}
#jobchg-f-benefit-area h2+ div{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 60px solid #f7c5c1;
  border-bottom: 0;
	border-radius: 5px;
	margin: auto ;
	position: relative;
	margin-top: 30px;
	}

#jobchg-f-benefit-area h2+ div p{
	position: absolute;
	color: #ec6d65; 
	font-size: 1.3em;
	width: 140px;
	text-align:  center;  
	top: -54px;               
    bottom:  0;
    left:  -70px;
    right:  0; 
	margin: auto;
	}	
#jobchg-f-benefit-area section{
	max-width: 1000px;
	min-width: 900px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin: 40px auto;
	position: relative;
	padding: 0 0 40px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(204,204,204, 1);
	}	
#jobchg-f-benefit-area section h3{
	background-color: #ec6d65;
	width: 40%;
	height: 40px;
	text-align: center;
	color: #fff;
	margin: auto;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	font-size: 18px;
	font-weight: 700;
	padding: 9px 0 9px;
	line-height: 1;
	border-radius: 20px;
	}
#jobchg-f-benefit-area section h3 .text-yellow{
		color: #ffed63;
		font-size: 22px;
	}		
#jobchg-f-benefit-area section #jobchg-f_bnf_dis{
		padding: 60px 0 50px;
		background-color: #efefef;
		border-radius: 5px 5px 0 0 ;
	
	}
#jobchg-f-benefit-area section #jobchg-f_bnf_dis img{
	max-width: 690px;
	min-width: 620px;
	height: auto;
	display: block;
	margin: auto;
	}		
#jobchg-f-benefit-area section div:nth-of-type(1){
		padding: 30px 0;
	}

#jobchg-f-benefit-area section div:nth-of-type(1) ul{
		max-width: 700px;
		min-width: 630px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
#jobchg-f-benefit-area section div:nth-of-type(1) ul li{
		max-width: 210px;
		min-width: 190px;
		
	}	
#jobchg-f-benefit-area section div:nth-of-type(1) ul li img{
		width: 100%;
		height: auto;
	}	
#jobchg-f-benefit-area section section{
		max-width: 900px;
		min-width: 800px;
		margin: 0 auto 30px;
		background-color: #fff0eb;
		border-radius: 10px;
		padding: 30px 40px 45px;
		position: relative;
		overflow: hidden;
		border:none;
		box-shadow: none;
	}		
#jobchg-f-benefit-area section section #jobchg-f-bnf-ex{
		width: 200px;
  		height: 80px;
		position: absolute;
		background-color: #ec6d65;
		top: -15px;
		left: -75px;
		padding: 0;
		transform:rotate(-45deg); 
	}
#jobchg-f-benefit-area section section #jobchg-f-bnf-ex p{
		color: #fff;
		font-size: 1em;
		font-weight: 700;
		text-align: center;
		line-height: 1;
		position: absolute;
		bottom: 0;
		padding: 0 0 10px;
		width: 100%;
	}
#jobchg-f-benefit-area section section h4{
		text-align: center;
		font-size: 30px;
		line-height: 1.5;
		color: #2b2b2b;
		font-weight: 700;
		
	}
#jobchg-f-benefit-area section section h4 span{
		font-size: 18px;
		color: #ec6d65;
		display: block;
	}	
	
#jobchg-f-benefit-area section section #jobchg-f-bnf-price{
		max-width: 760px;
		min-width: 684px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 30px auto;
		list-style: none;
		background-image: url(../images/jobchg-f_bnf_arrow01.png);
		background-repeat: no-repeat;
		background-position: center;
	}
#jobchg-f-benefit-area section section #jobchg-f-bnf-price li{
		max-width: 360px;
		min-width: 324px;
		height: 100px;
		background-color: #fff;
		border-radius: 5px;
		border: 1px solid #cccccc; 
		padding: 10px 0;
		display: block;
		align-items: center;
		justify-content: center;
	}
#jobchg-f-benefit-area section section #jobchg-f-bnf-price li p{
		text-align: center;
		font-weight: 700;
		color: #2b2b2b;
		font-size: 20px;
		padding: 0;
		line-height: 1.8em;
	}

#jobchg-f-benefit-area section section #jobchg-f-bnf-price li:nth-of-type(1) span{
		font-size: 30px;
	}
#jobchg-f-benefit-area section section #jobchg-f-bnf-price  li:nth-of-type(2) p{
		line-height: 1.3;
	}
	
#jobchg-f-benefit-area section section #jobchg-f-bnf-price  li:nth-of-type(2) span{
		font-size: 40px;
		color: #ec6d65;
	}
#jobchg-f-benefit-area section section #jobchg-f-bnf-payment{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: baseline;
		font-size: 1.75em;
		font-weight: 700;
		padding: 0;
		color: #2b2b2b;
	}

#jobchg-f-benefit-area section section #jobchg-f-bnf-payment span{
		color: #e52655;
		font-size: 42px;	
		margin: 0 5px;
		font-weight: 700;
	}
#jobchg-f-benefit-area section section #jobchg-f-bnf-payment span strong{
		font-size: 60px;
		line-height: 1;
		vertical-align: -10%;
		font-weight: 700;
	}	
#jobchg-f-benefit-area section #jobchg-f_bnf_csl{
		max-width: 88%;
/*		min-width: 85%;*/
		height: 110px;
		margin: auto;
		display:flex;
		justify-content: space-between;
		align-items: center;
		background-image:url("../images/jobchg-f_bnf_pic_01.png"),url("../images/jobchg-f_bnf_arrow02.png");
		background-repeat: no-repeat, no-repeat;
		background-size: contain,40px 40px;
		background-position: left bottom,55% center;
		
	}


#jobchg-f-benefit-area section #jobchg-f_bnf_csl p{
		font-size: 24px;
		color: #ec6d65;
		font-weight: 700;
		line-height: 1;
		padding: 0;
		margin: 20px 0 20px 14%;
	}
#jobchg-f-benefit-area section #jobchg-f_bnf_csl p span{
		color: #2b2b2b;
		font-size: 16px;
		display: block;
		margin-top: 10px;
	}

	
#jobchg-f-benefit-area section #jobchg-f_bnf_csl #jobchg-f-benefit-btn{
		position: relative;
		display: block;
    	max-width: 400px;
		min-width: 360px;
		height: 70px;
		padding: 22px 0 0;
	   	text-align: center;
    	text-decoration: none;
    	font-weight: 700;
    	color: #fff;
    	background-color: #e52655;
    	box-shadow: 3px 5px 0px #ac3133;
    	font-size: 20px;
    	border-radius: 35px;
		margi: 10px 0 15px;
		transition: .3s;
	}
#jobchg-f-benefit-area section #jobchg-f_bnf_csl #jobchg-f-benefit-btn:hover {
	transform: scale(1.1);
	}
#jobchg-f-benefit-area section #jobchg-f_bnf_csl a {
		color: #fff;
		text-decoration: none;
	}


#jobchg-f-benefit-area section #jobchg-f_bnf_csl #jobchg-f-benefit-btn span{
	position: absolute;
    display: block;
    width: 250px;
    margin: auto;
    top: -12px;
    left: 18%;
    color: #2b2b2b;
    font-size: 16px;
	line-height: 1;
    padding: 5px 0;
    border-radius: 60px;
    background: #fff;
    text-align: center;
    border: 1px solid #e52655;
	transition: .3s;
		}
	#jobchg-f-benefit-area section #jobchg-f_bnf_csl #jobchg-f-benefit-btn span strong{
		color: #e52655;
	}	
		
/*------------------------------------------*/		
/*----------20251119　中本追加------------*/			
	
.popup-bnr{
display: none;
position: fixed;
z-index: 20;
bottom: -30px;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 94%;
text-align: center;
font-size: 1.2em;
font-weight: bold;
line-height: 120%;
}

	
.popup-bnr a{
display: block;
height: auto;
padding: 3.5rem 0;
text-decoration: none;
color:#fff;
filter: drop-shadow(0 0 6px rgba(0,67,118,0.2));
transition: all 0.3s ease;
border-radius: 100px;
background-color: #e52655;
margin: auto;
width: 60%;
position:relative;
font-size: 2.6rem;
letter-spacing: 0.075rem;
border:solid 3px #fff;
box-shadow: 0px 0px 20px 0px rgba(147, 147, 147, 0.9);
}
	
/*-----------------------------------------*/	
	
	
	
	#advertiser{
	width: 100%;
	height: auto;
	background-color: #505050;
	padding: 60px 0 40px;
	
}
#advertiser h2{
	margin: 0 auto 30px;
	color: #ffffff;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	padding: 0;
	

}
#advertiser ul{
	width: 47.7%;
	height: auto;
	margin: auto;
	list-style: none;
	font-size: 1.2em;
}

#advertiser ul li{
	display: flex;
	margin-bottom: 10px;
	
}
#advertiser ul li .adhead{
	width: 140px;
	height: 1.5em;
	text-align: center;
	background-color: #ffffff;
	color: #505050;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#advertiser ul li .adcontent{
	margin: 0 0 0 20px;
	color: #ffffff;
	letter-spacing: 0.05em;
}
#advertiser ul li .adcontent a{
	color: #ffffff;
	text-underline-offset:0.3em;
}	
	
	
footer {
    background-color: #505050;
    text-align: center;
    padding: 0 0 70px;
    color: #fff;
    font-size: 14px;
}
footer div{
	width: 77%;
	margin: auto;
	padding: 50px 0 0;
	border-top: 1px solid #ffffff;
}

footer img {
    width: 20%;
	margin: 0px auto 30px;
}

footer p {
    margin-bottom: 0;
}
	
/*
#content_price{
width: 100%;
margin:0 auto 0;
}
#content_price img:nth-child(2){
width: 80%;
display:block;
margin:auto;
}
#content_price img:nth-child(3){
margin: 0 auto 30px;
width:90%;
max-width: 1280px;
min-width: 1080px;
}
*/
/*
#content_price a{
display: block;
margin: auto;
width: 50%;
height: auto;
}	
*/




.shine {
  overflow: hidden;
}

.shine::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.75) 32%, rgba(255, 255, 255, 0.75) 78%, rgba(255, 255, 255, 0) 82%);
  animation: shine-loop 2.2s linear infinite;
mix-blend-mode:screen;
}

@keyframes shine-loop {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(200%);
  }
}

	

