﻿@charset "UTF-8";
@keyframes fadeInAnime{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeDownAnime{
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
#interview_wrap {
	border: 1px solid #00A0E9;
	margin: 0 0 8px;
}
h1 {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.6;
	margin: 16px;
	opacity: 0;
	animation-name: fadeDownAnime;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 1s;
	animation-direction:normal;
}
h1.fukidashi {
	position: relative;
	padding: 1.5rem 2rem;
	border-bottom: 3px solid #36BEF0;
	border-left: 3px solid #36BEF0;
	border-radius: 0 0 0 20px;
/*	background-color: #DFF2FC;
	background: -moz-linear-gradient(top,#FFF,#FFF 10%,#DFF2FC);
	background: -webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(0.1,#FFF),to(#DFF2FC));*/
	text-shadow: 0px 2px 0px #FFF, 2px 2px 0px #FFF, 2px 0px 0px #FFF, 2px -2px 0px #FFF, 0px -2px 0px #FFF, -2px -2px 0px #FFF, -2px 0px 0px #FFF, -2px 2px 0px #FFF, 3px 3px 2px #CCC;
}
h1.fukidashi:before {
	position: absolute;
	right: 50px;
	bottom: -21px;
	width: 0;
	height: 0;
	content: '';
	border-width: 21px 21px 0 0;
	border-style: solid;
	border-color: #36BEF0 transparent transparent transparent;
}
h1.fukidashi:after {
	position: absolute;
	right: 54px;
	bottom: -14px;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 14px 0 0;
	border-style: solid;
	border-color: #DFF2FC transparent transparent transparent;
	border-color: #FFF transparent transparent transparent;
}
h1.point {
	position: relative;
	padding: 1rem 2rem;
	text-align: center;
	border: 3px solid #36BEF0;
	border-radius: 0 10px 10px 10px;
	margin-top: 32px;
}
h1.point:before {
	font-size: 15px;
	position: absolute;
	top: -24px;
	left: -3px;
	height: 24px;
	padding: 0 1em;
	content: 'POINT';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background: #36BEF0;
}
#interview_wrap img {
	width: 100%;
	height: auto;
	display: block;
	margin: 8px auto;
	opacity: 0;
	animation-name: fadeInAnime;
	animation-fill-mode: forwards;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	animation-direction:normal;
}
#interview_wrap img.w50 {
	width: 50%;
}
#interview_wrap img.w70 {
	width: 70%;
}
#interview_wrap img.w80 {
	width: 80%;
}
#interview_wrap img.w90 {
	width: 90%;
}
#interview_wrap img.w94 {
	width: 94%;
}
.com_logo {
	margin: 20px auto;
	text-align: left;
	width: 80%;
	max-width: 300px;
}
#interview_wrap .com_logo img {
	object-fit: contain;
	max-width: 300px;
	max-height: 70px;
	/*opacity: 1;
	animation-name: none;*/
}
.com_name {
	color: #00A0E9;
	font-weight: 400;
	margin: 12px 16px;
	text-align: center;
}
.img_caption {
	text-align: center;
}
.article_pickup {
	background-color: #DFF2FC;
	text-align: center;
	margin-top: 20px;
}
.article_pickup p {
	font-weight: 400;
	background-color: #FFF;
	width: 13em;
	margin: 0 auto;
}
.pickup_icon {
	margin: 8px;
	margin-bottom: 40px;
}
.pickup_icon:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.pickup_icon li {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	background-color: #36BEF0;
	border-radius: 16px;
	width: 46%;
	margin: 6px 2%;
	padding: 4px 0;
	text-align: center;
	float: left;
}
.pickup_icon li.pickup_icon_wide {
	width: 96%;
}
.pickup_icon li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.point_wrap {
	margin: 10% 0 60px;
}
.point_wrap p {
	margin: 8px 12px 36px;
}
.point_wrap p.img_caption {
	margin-bottom: 16px;
}
h2 {
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	background-color: #36BEF0;
	border-radius: 20px;
	width: 85%;
	margin: 2px auto 12px;
	padding: 4px 0;
	text-align: center;
}
h3 {
	background: -moz-linear-gradient(top,#FFF,#FFF 30%,#DFF2FC 31,#DFF2FC 70%,#FFF 71%,#FFF);
	background: -webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(0.3,#FFF),color-stop(0.31,#DFF2FC),color-stop(0.7,#DFF2FC),color-stop(0.71,#FFF),to(#FFF));
	padding: 8px;
}
h3 span {
	display: inline-block;
	background-color: #FFF;
	margin-left: 1em;
	padding: 0 6px;
}
h3 span em {
	color: #FFF;
	background-color: #36BEF0;
	border-radius: 16px;
	padding: 4px 12px;
	margin-right: 4px;
}
dl.interview {
	margin-bottom: 60px;
}
dl.interview dt {
	font-weight: bold;
	background-color: #DFF2FC;
	padding: 2px 4px;
	margin-top: 20px;
}
dl.interview dd {
	margin: 8px 12px 40px;
}
h4 {
	color: #FFF;
	background-color: #36BEF0;
	padding: 0 16px;
	margin-bottom: 12px;
}
h4 span {
	color: #000;
	background-color: #FFF;
	display: inline-block;
	position: relative;
	padding-left: 13px;
	margin-left: 19px;
	padding-right: 20px;
}
h4 span:before,h4 span:after {
	position: absolute;
	top: 0;
	display: block;
	height: 0;
	content: '';
}
h4 span:before {
	left: -13px;
	border: 16px solid #FFF;
	border-left-width: 12px;
	border-left-color: transparent;
	border-right-width: 1px;
}
h4 span:after {
	right: -1px;
	border: 16px solid #36BEF0;
	border-left-width: 12px;
	border-left-color: transparent;
	border-right-width: 1px;
}
h4.line2 {
	line-height: 22px;
}
h4.line2 span {
	font-size: 13px;
	line-height: 18px;
}
h4.line2 span:before {
	left: -13px;
	border: 18px solid #FFF;
	border-left-width: 12px;
	border-left-color: transparent;
	border-right-width: 1px;
}
h4.line2 span:after {
	right: -1px;
	border: 18px solid #36BEF0;
	border-left-width: 12px;
	border-left-color: transparent;
	border-right-width: 1px;
}
.interview_catchcopy {
	border-left: 8px solid #36BEF0;
	margin: 4px 12px;
	padding: 0 8px;
	font-weight: 600;
	font-size: 20px;
}
.com_data {
	background-color: #DFF2FC;
	padding: 8px;
	margin: 12px;
}
.com_data dt {
	text-align: center;
}
.com_data dd {
	font-size: 14px;
}
.recruit {
	margin: 20px;
}
h5 {
	font-size: 20px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 28px;
	margin: 24px auto;
	padding: 4px 8px;
}
.recruit_data {
	margin: 0 8px;
}
.recruit_data dt {
}
.recruit_data dt:before {
	content: "■";
}
.recruit_data dd {
	margin-bottom: 1em;
}
.coverage_staff_message {
	background-color: #DFF2FC;
	padding: 8px;
	margin: 12px;
}
.coverage_staff_message dt {
	font-weight: 400;
}
.coverage_staff_message dd {
	font-size: 14px;
}
a.recruit_link {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	background-color: #36BEF0;
	border: 1px solid #36BEF0;
	border-radius: 28px;
	margin: 24px auto;
	display: block;
	width: 80%;
	padding: 8px 0 8px 16px;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	transition: .2s;
}
.h3_br{
	display: none;
}
@media screen and (max-width:360px) {
	a.recruit_link {
		font-size: 16px;
	}
	.h3_br{
		display: block;
	}
}
a.recruit_link::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 6%;
	width: 9px;
	height: 9px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .2s;
}
a.recruit_link:hover {
	background-color: #FFF;
	color: #36BEF0;
}
a.recruit_link:hover::before {
	left: 15%;
	border-top: 2px solid #36BEF0;
	border-right: 2px solid #36BEF0;
}
a.homepage_link {
	color: #00A0E9;
	font-size: 20px;
	text-align: center;
	border: 1px solid #00A0E9;
	border-radius: 28px;
	margin: 24px auto;
	display: block;
	width: 80%;
	padding: 8px 0 8px 16px;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	transition: .2s;
}
a.homepage_link::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 6%;
	width: 9px;
	height: 9px;
	border-top: 1px solid #00A0E9;
	border-right: 1px solid #00A0E9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .2s;
}
a.homepage_link:hover {
	background-color: #00A0E9;
	color: #FFF;
}
a.homepage_link:hover::before {
	left: 10%;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.footer_navi {
}
.footer_navi:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
a.navi_back {
	float: left;
	margin: 16px;
	color: #000;
}
a.navi_forward {
	float: right;
	margin: 16px;
	color: #000;
}
.br_css{
	display: inline-block;
}
