@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');
/* CSS Document */
/*PC*/
body {
	font-family: 'M PLUS 1p', sans-serif; 
	font-size: 16px;
	line-height: 1.8;
}
.pc_none {
	display: none;
}
#mainVisual {
	position: relative;
	max-width: 1000px;
	height: 523px;
	background-image: url(../../img/recruit/img_0001_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
	border-radius: 10px;
}
#mainVisual:after {
    position: absolute;
    content: '';
    top: 20px;
    left: calc(50% - (585px/2));
    width: 585px;
    height: 210px;
    background-image: url(../../img/recruit/symposium_title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#mainVisual > .name {
	position: absolute;
	display: flex;
	width: 150px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	bottom: 20px;
	color: #ffffff;
}
#mainVisual > .name.user-nakamoto {
	left: calc(50% - 300px - 60px);
	background-color: rgba(55,190,206,0.8);
}
#mainVisual > .name.user-suzuki {
	left: calc(50% - 150px);
	background-color: rgba(37,191,146,0.8);
}
#mainVisual > .name.user-funaki {
	left: calc(50% + 60px);
	background-color: rgba(215,46,154,0.8);
}
#mainVisual > .name.user-saito {
	left: calc(50% + 270px);
	background-color: rgba(60,70,198,0.8);
}

#contents {
	padding: 20px 20px 0;
	max-width: 1000px;
	margin: 0 auto;
}

#contents h2 {
	position: relative;
	display: flex;
	width: calc(100% - 40px);
	min-height: 50px;
	font-size: 30px;
	padding: 5px 20px;
	background-color: #0071bc;
	color: #ffffff;
	border-radius: 25px;
	margin-bottom: 50px;
	align-items: center;
}
/*#contents h2:after{
	position: absolute;
	content:'';
	border-top: 15px solid #0071bc;
	left: 30px;
	bottom: -15px;
	border-right:15px solid transparent;
	border-left: 15px solid transparent;
}*/
.section {
	margin-bottom: 30px;
}
.section.symposium_01{
	background-image: url(../../img/recruit/symposium_01.jpg);
	background-repeat: no-repeat;
	padding-bottom: 65%;
	background-size: contain;
	background-position: bottom;
}
.section.symposium_02{
	background-image: url(../../img/recruit/symposium_02.jpg);
	background-repeat: no-repeat;
	padding-bottom: 65%;
	background-size: contain;
	background-position: bottom;
}
.section.bottomSection{
	background-image: url(../../img/recruit/symposium_03.jpg);
	background-repeat: no-repeat;
	padding-bottom: 63.6%;
	background-size: contain;
	background-position: bottom;
}
.article > span {
	position: relative;
	display: block;
	line-height: 1.6;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 50px;
	background-color: #e2e2e2;
	border-radius: 10px;
}
.article > span.left {
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 70px;
}
.article > span.left:after {
	position: absolute;
	content:'';
	border-right: 10px solid #e2e2e2;
	top: calc(50% - 10px);
	left: -7px;
	border-top:10px solid transparent;
	border-bottom: 10px solid transparent;
}
.article > span.right {
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 70px;
}
.article > span.right:before {
	position: absolute;
	content:'';
	border-left: 10px solid #e2e2e2;
	top: calc(50% - 10px);
	right: -7px;
	border-top:10px solid transparent;
	border-bottom: 10px solid transparent;
}
.article > span.left:before,
.article > span.right:after {
	position: absolute;
	content:'';
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #0071bc;
	background-size: 94%;
	background-repeat: no-repeat;
	background-position: center;
}
.article > span.left:before {
	top: calc(50% - 30px);
	left: -70px;
}
.article > span.right:after {
	top: calc(50% - 30px);
	right: -70px;
}

.article > span.user-funaki:before { background-color: #d72e9a;}
.article > span.user-saito:before { background-color: #3c46c6;}
.article > span.user-nakamoto:after { background-color: #37bece;}
.article > span.user-suzuki:after { background-color: #25bf92;}

.article > span.user-funaki.left:before { background-image: url(../../img/recruit/user_funaki_left.png);}
.article > span.user-saito.left:before { background-image: url(../../img/recruit/user_saito_left.png);}
.article > span.user-nakamoto.left:before { background-image: url(../../img/recruit/user_nakamoto_left.png);}
.article > span.user-suzuki.left:before { background-image: url(../../img/recruit/user_suzuki_left.png);}

.article > span.user-funaki.right:after { background-image: url(../../img/recruit/user_funaki_right.png);}
.article > span.user-saito.right:after { background-image: url(../../img/recruit/user_saito_right.png);}
.article > span.user-nakamoto.right:after { background-image: url(../../img/recruit/user_nakamoto_right.png);}
.article > span.user-suzuki.right:after { background-image: url(../../img/recruit/user_suzuki_right.png);}

.bottomSection {
	position: relative;
}
.bottomSection .article > a {
	position: absolute;
	bottom: 20px;
	left: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	text-decoration: none;
	border-radius: 20px;
	background-color: #187DAA;
	color: #ffffff;
}
#footer {
	margin-top: 70px;
	padding: 20px;
	background-color: #D6D6D6;
}
#footer a {
	display: block;
	color: #2283ff;
	text-decoration: none;
}
#footer a:before {
	margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
	content:'\f105';
	font-weight: bold;
}
#pageTop {
	position: fixed;
	width: 60px;
	height: 60px;
	background-color: #187DAA;
	border-radius: 100%;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6);
	right: 20px;
	bottom: 40px;
	z-index: 5;
}
#pageTop:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content:'\f106';
	font-weight: bold;
	color: #ffffff;
	font-size: 30px;
	top: calc(50% - 22px);
	left: calc(50% - 10px);
}

/*SP*/
@media screen and (max-width:768px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}
	.pc_none { display: block;}
	#mainVisual {
		width: 100vw;
		height: 50vh;
		border-radius: 0;
		background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1) 40%,rgba(255,255,255,0) 50%,rgba(255,255,255,0)),url(../../img/recruit/img_0001_1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-position-y: top,bottom;
		background-size: cover,auto 100%;
	}
	#mainVisual:after {
		width: 80vw;
		height: 20vh;
		left: calc(50% - 40vw);
	}
	#mainVisual > .name.user-saito {
		left: calc(50% + 220px);
	}

	/* コンテンツ */
	#contents h2 {
		font-size: 25px;
	}
	.article h3 {
		font-size: 20px;
	}
	.section.bottomSection {
		padding-bottom: 77.6%;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	.bottomSection .article > a {
		bottom: -54px;
		left: calc(50% - 75px);
	}

}
@media screen and (max-width:680px) {
	#mainVisual {
		height: 45vh;
		background-size: cover,auto 70%;
	}
	#mainVisual > .name {
		font-size: 12px;
		width: 70px;
		border-radius: 10px;
		margin: 0 5px;
		bottom: 10px;
	}
	#mainVisual > .name.user-nakamoto {
		left: calc(50% - 50vw);
	}
	#mainVisual > .name.user-suzuki {
		left: calc(50% - 25vw);
	}
	#mainVisual > .name.user-funaki {
		left: calc(50%);
	}
	#mainVisual > .name.user-saito {
		left: calc(50% + 25vw);
	}
}