@charset "utf-8";


/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){
	
	
	
/**************************************************
 header
**************************************************/
header .logoHanger{padding-left: 20px;}
header .logoHanger img{width: calc(95% - 80px);}
	
	
	
/**************************************************
 main
**************************************************/
main{
	width: 100%;
	margin: 0 auto 100px auto;
	padding: 0 20px;
}

main h1{
	font-size: 8.5vw;
	margin-top: 50px;
}
	
section h2{
	margin-top: 100px;
	font-size: 7.5vw;
	padding-left: 40px;
}
section h2::before{
	width: 25px;
	height: 8px;
	top: 4.5vw;
}
section h2.style1{margin-top: 60px;}
	
section h3.common{
	margin-top: 70px;
	font-size: 6.5vw;
	letter-spacing: 0.05em;
}
	
main p{
	font-size: 4.5vw;
	padding-top: 25px;
}
main p.style1{padding-top: 60px;}
	
main table{margin-top: 30px;}
main table th{
	padding: 10px;
	font-size: 4.5vw;
}
main table td{
	padding: 10px;
	font-size: 4.5vw;
}
main table.style1 th{
	display: block;
	text-align: center;
}
main table.style1 td{display: block;}

.btnHanger{
	margin-top: 80px;
	text-align: center;
}
.btnHanger a{
	position: relative;
	width: 250px;
	height: 60px;
	margin: 0 auto;
	font-size: 2.0rem;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 10.0rem;
	background: var(--main-color1);
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.btnHanger a:hover{opacity: 0.5;}
	
	
	
/**************************************************
 about
**************************************************/
.spNumbers{margin-top: 10px;}
.numItem{
	width: calc(50% - 10px);
	margin: 20px 20px 0 0;
	padding: 20px 10px;
	border-radius: 15px;
	
}
.numItem:nth-of-type(4n){margin: 20px 0 0 0;}
.numItem:nth-of-type(2n){margin: 20px 0 0 0;}
.numItem h3{font-size: 4.5vw;}
.iconHanger{
	margin: 15px auto 0 auto;
	width: 80%;
}
.numItem dl{margin-top: 5px;}
.numItem dl dt{font-size: 10.0vw;}
.numItem dl dt span{font-size: 5.0vw;}
.numItem dl dd{font-size: 4.0vw;}
	
.ideal{margin-top: 30px;}
.ideal li{
	width: 100%;
	height: 100px;
	font-size: 5.0vw;
}
.ideal li:nth-of-type(2){margin: 20px 0;}

.aboutPhoto{margin-top: 30px;}
.aboutPhoto img{
	width: 100%;
	border-radius: 15px;
}
	
.tab{margin-top: 50px;}
.tab span{
	width: calc(50% - 10px);
	font-size: 5.0vw;
}



/**************************************************
 interview
**************************************************/
.interviewHero{margin-top: 50px;}
.heroImg{aspect-ratio: 4 / 3;}
.heroImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.profileHanger{
	padding: 20px;
	bottom: -20px;
	right: -19px;
	font-size: 4.0vw;
	letter-spacing: 0.05em;
	border-top-left-radius: 15px;
}
.interviewCopy{
	margin-top: 40px;
	font-size: 7.5vw;
	letter-spacing: 0.05em;
}
.interviewCopy::first-letter{font-size: 10.0vw;}

.interviewFaq{margin-top: 80px;}
.interviewFaq dt{
	font-size: 6.0vw;
	padding-left: 40px;
}
.interviewFaq dt span{
	top: 2px;
	font-size: 6.5vw;
}
.interviewFaq dd{
	font-size: 4.5vw;
	padding-top: 20px;
}

.interviewPhoto{margin-top: 80px;}
.interviewPhoto img{
	width: 100%;
	border-radius: 15px;
}
	
	
	
/**************************************************
 environment
**************************************************/
.itemHanger{margin-top: 10px;}
.itemWrap{
	width: 100%;
	margin: 30px 0 0 0;
	padding: 30px 20px;
}
.itemWrap:nth-of-type(3n){margin: 30px 0 0 0;}
.itemWrap h3{font-size: 5.8vw;}
.itemWrap h3::before{bottom: -18px;}
	
	
	
/**************************************************
 faq
**************************************************/
.faqHanger{
	margin-top: 60px;
	border-radius: 20px;
}
.faqHanger:nth-of-type(1){margin-top: 60px;}
.faqHanger dt{
	padding: 15px 15px 15px 50px;
	font-size: 5.5vw;
}
.faqHanger dt::before{
	top: 1.5vw;
	left: 15px;
	font-size: 8.0vw;
}
.faqHanger dd{
	padding: 15px 15px 15px 50px;
	font-size: 4.5vw;
}
.faqHanger dd::before{
	top: 1.0vw;
	left: 15px;
	font-size: 8.0vw;
}
	
	
	
}
