@charset "utf-8";


/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
h2.ttl span {
	font-size: 56px;
	margin-bottom: 10px;
}
#interview .box {
	width: 90%;
	max-width: 1224px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D9E9F4;
	border-radius: 30px;
	margin-top: 90px;
	padding-bottom: 80px;
}
#interview .box h2 {
	text-align: center;
	padding-top: 80px;
	margin-bottom: 55px;
}
#interview .box .flex {
	display: flex;
	justify-content: space-between;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
#interview .box .flex div {
	width: 28%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#interview .box .flex div figure img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#interview .box .flex div figure+p{
	font-size: 50px;
	font-family: 'Jost', sans-serif;
	color: #0064B8;
	position: relative;
	padding-left: 17px;
	margin-top: 30px;
	margin-bottom: 25px;
}
#interview .box .flex div figure+p span {
	font-size: 25px;
	position: absolute;
	left: 0px;
	top: -10px;
}
#interview .box .flex div dd {
	font-size: 18px;
}
#interview .box .flex div dl+p {
	color: #0064B8;
	font-size: 14px;
	background-color: #fff;
	width: 103px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100px;
	margin-top: 15px;
}
#interview .flex2 {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 120px;
}
#interview .flex2 div {
	max-width: 520px;
	width: 50%;
}
#interview .flex2 div h3 {
	font-size: 38px;
	font-weight: 500;
	color: #0064B8;
	font-family: 'Jost', sans-serif;
	position: relative;
	margin-bottom: 35px;
}
#interview .flex2 div h3 span {
	font-size: 75px;
	position: relative;
	font-weight: normal;
	padding-left: 20px;
	margin-left: 20px;
}
#interview .flex2 div h3 span em {
	font-size: 38px;
	position: absolute;
	left: 0px;
	top: 25px;
}
#interview .flex2 figure {
	max-width: 404px;
	width: 40%;
}
#interview .flex2 figure img {
	width: 100%;
	height: auto;
}
#interview .flex2 dd {
	font-size: 18px;
	margin-top: -5px;
}
#interview .flex2 dl+p {
	color: #0064B8;
	font-size: 14px;
	background-color: #D9E9F4;
	width: 103px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100px;
	margin-top: 15px;
}
#interview .flex2 dl+p+ul {
	margin-top: 10px;
}
#interview .flex2 dl+p+ul li {
	display: inline;
	margin-right: 10px;
}
#interview .flex2 dl+p+ul li span {
	color: #0064B8;
}
#interview .flex2 h4 {
	font-size: 34px;
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 20px;
}
#interview .flex3 {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	flex-direction: row-reverse;
	margin-top: 80px;
	border-top: 1px solid #99c1e3;
	padding-top: 110px;
}
#interview .flex3 div {
	max-width: 520px;
	width: 54%;
	position: relative;
	top: -10px;
}
#interview .flex3 div h5 {
	font-size: 34px;
	line-height: 1.6em;
	margin-bottom: 20px;
	white-space: nowrap;
}

#interview .flex3 figure {
	max-width: 404px;
	width: 40%;
}
#interview .flex3 figure img {
	width: 100%;
	height: auto;
}





#guideline {
	width: 90%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
}
#guideline h2 {
	text-align: center;
	margin-bottom: 50px;
}
#guideline th {
	width: 178px;
	border-bottom: 1px solid #cecece;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: left;
}
#guideline td {
	border-bottom: 1px solid #cecece;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: left;
}
#guideline table+ul {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
#guideline table+ul li a {
	width: 388px;
	display: block;
	background-color: #FD0085;
	color: #fff;
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 14px;
	border-radius: 30px;
	background-image: url("../images/pc/recruit/icon_window.png");
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
}
#guideline table+ul li a:hover {
	opacity: 0.7;
}
#guideline table+ul li+li {
	margin-left: 40px;
}
#guideline table+ul li+li a {
	background-color: #00398D;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.num {
	padding-top: 5vw;
}
h2.ttl span {
	font-size: 12vw;
	margin-bottom: 1vw;
}
#interview .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D9E9F4;
	border-radius: 5vw;
	margin-top: 15vw;
	padding-bottom: 10vw;
}
#interview .box h2 {
	text-align: center;
	padding-top: 10vw;
	margin-bottom: 8vw;
}
#interview .box .flex {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#interview .box .flex div {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#interview .box .flex div figure img {
	width: 100%;
	height: auto;
}
#interview .box .flex div figure+p{
	font-size: 12vw;
	font-family: 'Jost', sans-serif;
	color: #0064B8;
	position: relative;
	padding-left: 4vw;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
#interview .box .flex div figure+p span {
	font-size: 6vw;
	position: absolute;
	left: 0px;
	top: -3vw;
}
#interview .box .flex div dd {
	font-size: 5vw;
}
#interview .box .flex div dl+p {
	color: #0064B8;
	font-size: 3.5vw;
	background-color: #fff;
	width: 30vw;
	height: 8vw;
	line-height: 8vw;
	text-align: center;
	border-radius: 100px;
	margin-top: 3vw;
}
#interview .box .flex div+div {
	margin-top: 10vw;
}
#interview .flex2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 15vw;
}
#interview .flex2 div {

}
#interview .flex2 div h3 {
	font-size: 8vw;
	font-weight: 500;
	color: #0064B8;
	font-family: 'Jost', sans-serif;
	position: relative;
	margin-bottom: 5vw;
}
#interview .flex2 div h3 span {
	font-size: 12vw;
	position: relative;
	font-weight: normal;
	padding-left: 5vw;
	margin-left: 4vw;
}
#interview .flex2 div h3 span em {
	font-size: 8vw;
	position: absolute;
	left: 0px;
	top: 2vw;
}
#interview .flex2 figure {
	margin-top: 8vw;
}
#interview .flex2 figure img {
	width: 100%;
	height: auto;
}
#interview .flex2 dd {
	font-size: 18px;
	margin-top: -5px;
}
#interview .flex2 dl+p {
	color: #0064B8;
	font-size: 3.5vw;
	background-color: #D9E9F4;
	width: 30vw;
	height: 8vw;
	line-height: 8vw;
	text-align: center;
	border-radius: 100px;
	margin-top: 3vw;
}
#interview .flex2 dl+p+ul {
	margin-top: 10px;
}
#interview .flex2 dl+p+ul li {
	display: inline;
	margin-right: 1vw;
}
#interview .flex2 dl+p+ul li span {
	color: #0064B8;
}
#interview .flex2 h4 {
	font-size: 6vw;
	line-height: 1.6em;
	margin-top: 5vw;
	margin-bottom: 3vw;
}
#interview .flex3 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	flex-direction: row-reverse;
	margin-top: 15vw;
	border-top: 1px solid #99c1e3;
	padding-top: 15vw;
}
#interview .flex3 div {
	position: relative;
}
#interview .flex3 div h5 {
	font-size: 6vw;
	line-height: 1.6em;
	margin-bottom: 3vw;
}
#interview .flex3 figure {
	margin-top: 8vw;
}





#guideline {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20vw;
}
#guideline h2 {
	text-align: center;
	margin-bottom: 50px;
}
#guideline th {
	width: 25vw;
	border-bottom: 1px solid #cecece;
	padding-bottom: 5vw;
	padding-top: 5vw;
	text-align: left;
}
#guideline td {
	border-bottom: 1px solid #cecece;
	padding-bottom: 5vw;
	padding-top: 5vw;
	text-align: left;
}
#guideline table+ul {
	margin-top: 5vw;
}
#guideline table+ul li+li {
	margin-top: 5vw;
}
#guideline table+ul li a {
	width: 90vw;
	display: block;
	background-color: #FD0085;
	color: #fff;
	text-decoration: none;
	padding-top: 5vw;
	padding-bottom: 5vw;
	font-size: 4vw;
	border-radius: 5vw;
	background-image: url("../images/pc/recruit/icon_window.png");
	background-repeat: no-repeat;
	background-position: right 5vw top 5vw;
}
#guideline table+ul li a:hover {
	opacity: 0.7;
}
#guideline table+ul li+li a {
	background-color: #00398D;
}
#interview .box .flex div figure img:hover {
	opacity: 0.7;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}