@charset "UTF-8";

section {
	margin:0 auto;
	padding-bottom:120px;
}

@media screen and (max-width: 767px) {
	section {
		width:100%;
		padding-bottom:10vw;
	}

	#com_man {
		width:86%;
	}
}

#page main {
	padding-top:0;
}

/*===== interview　共通 タイトル =====*/
#sec001 .inr {
	max-width:1100px;
	width:100%;
	margin:0 auto;
}


#sec001 .box {
	background-color:#009de6;
	background-image:url(../img/bg_ttl_pc.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:50px 0;
	color:#fff;
}

.bgdot {
	position:relative;
}

.bgdot::after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/bg_dot_w.svg);
}

#sec001 .box .inr {
	position:relative;
	display:flex;
	z-index:2;
}

#sec001 .box .photo {
	width:300px;
	margin-right:50px;
}

#sec001 .box .photo img {
	border-radius:50%;
}

#sec001 .box .txt h1 {
	font-size:32px;
	font-weight:bold;
	letter-spacing:2px;
	padding-top:80px;
}

#sec001 .box .txt p {
	font-size:18px;
	letter-spacing:2px;
	padding-top:20px;
	position:relative;
	display:inline-block;
	padding:0 70px;
	margin-top:20px;
}

#sec001 .box .txt p small {
	display:block;
	line-height:1.5em;
}

#sec001 .box .txt p span {
	font-size:90%;
	letter-spacing:0;
}


#sec001 .box .txt p:before {
	content:"";
	position:absolute;
	top:17px;
	display:inline-block;
	width:50px;
	height:1px;
	background-color:#fff;
}

#sec001 .box .txt p:before {
	left:0;
}


#sec001 .box .btn {
	position:absolute;
	bottom:0;
	right:0;
	line-height:1.4em;
}

#sec001 .box .btn a {
	display:inline-block;
	background-color:#fff;
	box-shadow:0 2px 10px rgba(0, 0, 0, .2);
	color:#15a;
	border-radius:9999px;
	padding:1.2em 2.5em 1em;
	font-size:13px;
	font-weight:bold;
}

#sec001 .box .btn a:hover {
	opacity:.7;
	transition:.3s;
}

#sec001 .box .btn strong {
	display:block;
	font-family:"Roboto Condensed",
	sans-serif;
	font-weight:700;
	font-size:24px;
	letter-spacing:2px;
}


@media screen and (max-width: 767px) {
	#sec001 .inr {
		width:90%;
		margin:0 auto;
	}

	#sec001 .inr {
		display:block;
	}

	#sec001 .box {
		padding:15vw 0;
		background-image:url(../img/bg_ttl-2_sp.svg);
		background-position:0 0;
		background-size:100% auto;
	}


	#sec001 .box .inr {
		flex-direction:column;
		text-align:center;
	}

	#sec001 .box .photo {
		width:60%;
		margin:0 auto;
	}

	#sec001 .box .photo img {
		border-radius:50%;
	}

	#sec001 .box .txt h1 {
		font-size:5.2vw;
		padding-top:1em;
		letter-spacing:0;
	}

	#sec001 .box .txt p {
		font-size:3.8vw;
		padding-top:1em;
		display:inline-block;
		padding:0;
		margin-top:2vw;
	}

	#sec001 .box .txt p:before {
		display:none;
	}

	#sec001 .box .btn {
		position:relative;
		bottom:auto;
		right:auto;
		margin-top:10vw;
	}

	#sec001 .box .btn a {
		font-size:3vw;
	}

	#sec001 .box .btn strong {
		font-size:5vw;
	}
}

/*===== interview　共通 質問 =====*/
#sec001 .box2 {
	display:flex;
	justify-content:space-between;
	margin-top:100px;
}

#sec001 .box2 .txt {
	width:580px;
}

#sec001 .box2 .photo {
	width:450px;
}

#sec001 .box2 dl {
	display:block;
	overflow:hidden;
	padding:0 0 20px;
	margin:0 0 20px;
	width:100%;
	position:relative;
}



#sec001 .box2 dl dt {
	position:relative;
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	background-color:#009de6;
	border-radius:5px;
	color:#fff;
	padding:1em .5em;
	text-align:center;
}

#sec001 .box2 dl dt::after {
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	border-style:solid;
	border-width:10px 7.5px 0 7.5px;
	border-color:#009de6 transparent transparent;
	translate:-50% 100%;
}


#sec001 .box2 dl dd {
	margin-bottom:0;
	font-size:16px;
	line-height:1.8em;
	margin-left:.5em;
	margin-right:.5em;
	margin-top:1.5em;
	border:none;
	text-align:justify;
	line-height:1.7em;
}


@media screen and (max-width: 767px) {
	#sec001 .box2 {
		display:block;
		margin-top:15vw;
	}

	#sec001 .box2 .txt {
		width:100%;
	}

	#sec001 .box2 .photo {
		width:100%;
		margin:0 auto;
	}

	#sec001 .box2 .photo.mini {
		width:60%;
	}

	#sec001 .box2 dl dt {
		font-size:4.4vw;
	}

	#sec001 .box2 dl dd {
		font-size:3.4vw;
	}
}


/*===== interview　共通 社員インタビューリンク =====*/
#com_man .btn_ent {
	text-align:center;
	margin-top:0px;
}

#com_man .btn_ent a {
	display:inline-block;
	color:#fff;
	font-size:20px;
	letter-spacing:2px;
	background-color:#e70;
	border-radius:5px;
	margin:0 20px;
	padding:15px 40px;
	font-weight:bold;
}

#com_man .btn_ent a:hover {
	opacity:.8;
}

#com_man .btn_ent a span::after {
	content:"\f105";
	font-family:FontAwesome;
	margin-left:20px;
}

@media screen and (max-width: 767px) {
	#com_man .btn_ent {
		margin-top:10vw;
	}

	#com_man .btn_ent a {
		display:block;
		font-size:5vw;
		margin:1em 0;
		padding:1em;
	}

	#com_man .btn_ent a span::after {
		content:"\f105";
		font-family:FontAwesome;
		margin-left:1em;
	}
}



#com_man .box {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	max-width:900px;
	width:100%;
	margin:0 auto;
	margin-top:80px;
}

#com_man .box .item {
	width:16%;
	margin:2%;
}

@media screen and (max-width: 767px) {
	#com_man .box .item {
		width:42%;
		margin:4%;
	}
}

#com_man .box img {
	border-radius:50%;
}

#com_man .box .name {
	text-align:center;
	font-size:15px;
	margin-top:10px;
	line-height:1.5em;
}

#com_man .box .btn {
	margin-top:1em;
	text-align:center;
}


#com_man .box .btn a {
	display:inline-block;
	color:#333;
	border:1px solid #999;
	font-size:14px;
	padding:.5em 1em;
	letter-spacing:2px;
	font-family:"Roboto Condensed", sans-serif;
}

#com_man .box .btn a:hover {
	border:1px solid #333;
}

#com_man .box .btn a span::after {
	content:"\f105";
	font-family:FontAwesome;
	margin-left:10px;
}


#sec001 .youtube {
	background-color:#009de6;
	margin-top:100px;
	padding:80px 0;
}

#sec001 .youtube h2 {
	font-family:"Roboto Condensed", sans-serif;
	font-weight:700;
	letter-spacing:4px;
	text-align:center;
	color:#fff;
	font-size:40px;
}


#sec001 .youtube .inr {
	position:relative;
	max-width:900px;
	width:86%;
	margin:0 auto;
	z-index:5;
}

#sec001 .youtube .item {
	position:relative;
	width:100%;
	padding-top:56.25%;
	height:0;
	margin-top:30px;
}

#sec001 .youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 15px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 767px) {
	#sec001 .youtube {
		margin-top:15vw;
		padding:12vw 0;
	}

	#sec001 .youtube h2 {
		font-size:8vw;
	}


	#sec001 .youtube .item {
		margin-top:5vw;
	}
}
