@charset "utf-8";



/**************************************************
 header
**************************************************/
header .logoHanger{padding-left: 50px;}



/**************************************************
 main
**************************************************/
main{
	width: 1000px;
	margin: 0 auto 150px auto;
}

main h1{
	font-size: 5.0rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 80px;
}

section h2{
	position: relative;
	margin-top: 120px;
	font-size: 3.5rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-left: 45px;
}
section h2::before{
	width: 28px;
	height: 10px;
	top: 20px;
	left: 0;
	background: var(--main-color1);
	border-radius: 5px;
}

section h3.common{
	position: relative;
	margin-top: 90px;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

main p{
	font-size: 1.8rem;
	line-height: 1.8;
	padding-top: 30px;
}
main p.style1{padding-top: 120px;}

main table{
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid var(--txt-black);
	border-left: 1px solid var(--txt-black);
}
main table th{
	padding: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	background: var(--bg-color1);
	border-bottom: 1px solid var(--txt-black);
	border-right: 1px solid var(--txt-black);
	white-space: nowrap;
}
main table td{
	padding: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	border-bottom: 1px solid var(--txt-black);
	border-right: 1px solid var(--txt-black);
}

.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: 30px;}
.numItem{
	width: calc((100% - 60px) / 4);
	margin: 20px 20px 0 0;
	padding: 25px 20px;
	background: var(--bg-color1);
	border-radius: 15px;
	
}
.numItem:nth-of-type(4n){margin: 20px 0 0 0;}
.numItem h3{
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: center;
	color: var(--main-color1);
}
.iconHanger{
	margin: 25px auto 0 auto;
	width: 70%;
	aspect-ratio: 4 / 3;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	/*background: #CCCCCC;*/
}
.iconHanger svg,
.iconHanger img{
	width: 70%;
	height: auto;
}
.numItem:nth-of-type(1)  .iconHanger img{width: 62%;}
.numItem:nth-of-type(6)  .iconHanger img{width: 62%;}
.numItem:nth-of-type(7)  .iconHanger img{width: 66%;}
.numItem dl{margin-top: 20px;}
.numItem dl dt{
	font-size: 5.0rem;
	font-weight: 900;
	text-align: center;
}
.numItem dl dt span{
	font-size: 2.5rem;
	font-weight: 700;
}
.numItem dl dd{
	padding-top: 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

.ideal{margin-top: 40px;}
.ideal li{
	position: relative;
	width: 32%;
	height: 100px;
	padding: 0;
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 1.3;
	color: var(--main-color1);
	background: var(--bg-color1);
	text-align: center;
	border-radius: 20px;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.ideal li::before{
	width: 15px;
	height: 15px;
	top: 10px;
	left: 10px;
	background: var(--main-color1);
	border-radius: 100%;
}
.ideal li:nth-of-type(2){margin: 0 2%;}

.aboutPhoto{
	margin-top: 40px;
	text-align: center;
}
.aboutPhoto img{
	width: 80%;
	border-radius: 20px;
}

.tab{
	margin-top: 80px;
	-webkit-box-pack: center;
	justify-content: center;
}
.tab span{
	position: relative;
	width: 25%;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	color: #FFFFFF;
	background: var(--main-color1);
	padding: 15px 0 30px 0;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.tab span:first-of-type{margin-right: 20px;}
.tab span::before{
	width: 8px;
	height: 8px;
	bottom: 15px;
	left: calc(50% - 4px);
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	transform: rotate(45deg);
}
.tab span:hover{opacity: 0.5;}
.tab span:hover::before{bottom: 10px;}



/**************************************************
 interview
**************************************************/
.interviewHero{
	position: relative;
	margin-top: 80px;
}
.heroImg{
	position: relative;
	border-radius: 25px;
	/*overflow: hidden;*/
	z-index: 0;
}
.heroImg img{border-radius: 25px;}
.profileHanger{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 30px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background: #FFFFFF;
	border-top-left-radius: 20px;
}
.interviewCopy{
	margin-top: 50px;
	font-size: 4.0rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.interviewCopy::first-letter{
	font-size: 5.5rem;
	color: var(--main-color1);
}

.interviewFaq{margin-top: 100px;}
.interviewFaq dt{
	position: relative;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-left: 45px;
}
.interviewFaq dt span{
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.0;
	color: var(--main-color1);
}
.interviewFaq dd{
	font-size: 1.8rem;
	line-height: 1.8;
	padding-top: 25px;
}

.interviewPhoto{
	margin-top: 100px;
	text-align: center;
}
.interviewPhoto img{
	width: 80%;
	border-radius: 20px;
}



/**************************************************
 environment
**************************************************/
.itemHanger{margin-top: 20px;}
.itemWrap{
	width: 32%;
	margin: 30px 2% 0 0;
	padding: 30px 20px;
	background: var(--bg-color1);
	border-radius: 20px;
}
.itemWrap:nth-of-type(3n){margin: 30px 0 0 0;}
.itemWrap h3{
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
	color: var(--main-color1);
}
.itemWrap h3::before{
	width: 30px;
	height: 4px;
	left: calc(50% - 15px);
	bottom: -20px;
	background: var(--main-color1);
}



/**************************************************
 faq
**************************************************/
.faqHanger{
	position: relative;
	margin-top: 80px;
	border: 3px solid var(--main-color1);
	border-radius: 25px;
	overflow: hidden;
}
.faqHanger:nth-of-type(1){margin-top: 120px;}
.faqHanger dt{
	position: relative;
	padding: 25px 25px 25px 65px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #FFFFFF;
	background: var(--main-color1);
}
.faqHanger dt::before{
	content: 'Q';
	top: 14px;
	left: 25px;
	font-size: 3.5rem;
	font-weight: 700;
	color: #FFFFFF;
}
.faqHanger dd{
	position: relative;
	padding: 25px 25px 25px 65px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.faqHanger dd::before{
	content: 'A';
	top: 10px;
	left: 25px;
	font-size: 3.5rem;
	font-weight: 700;
	color: var(--txt-black);
}


