@charset "utf-8";
.hr-h1 {
	background: #00B8F8 url(../images/hr/recruit_kv1.jpg) right center/contain no-repeat;
	display: flex;
	align-items: center;
	height: 282px;
}
.hr-h1 > .c-h1-inner {
	line-height: 1;
	color:white;
	font-size:48px;
	letter-spacing: 0;
}
.hr-h1 > .c-h1-inner .c-h1-sub{
	font-size: 22px;
	padding-top: 20px;
}
.women-lead {
	font-size: 18px;
	line-height: 1.777;
	letter-spacing: 0.08em;
	margin: 52px 0 53px;
}
@media screen and (max-width: 767px) {
	.hr-h1 {
		display: block;
		height: auto;
		padding: 40px 20px 30px 20px;
		background: #00B8F8;
	}
	.hr-h1 > .c-h1-inner {
		font-size: 24px;
		padding: 0;
		width: auto;
	}
	.hr-h1 > .c-h1-inner .c-h1-sub{
		font-size: 12px;
		padding-top: 10px;
	}
}

.section{
	padding: 100px 0;
}
#cont1.section{
	padding-top: 130px;
}
.section.top-lead{
	padding: 40px 0;
}

.section.top-lead{
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	font-weight: bold;
}
.section.top-lead p{
	font-size: 20px;
	line-height: 2em;
}

.section.top-lead .lead{
	font-size: 28px;
	padding-bottom: 2rem;
	font-family: 'SyntaxNextBold', 'TazuganeGothicBold';
}
@media screen and (max-width: 767px) {
	.section{
		padding: 60px 0;
	}
	#cont1.section{
		padding-top: 40px;
	}
	.section.top-lead{
		padding: 20px 0;
		text-align: left;
	}
	.section.top-lead .lead{
		font-size: 27px;
	}
	.section.top-lead p{
		font-size: 18px;
	}
	.section.top-lead p br{
		display: none;
	}
}

.yt-movie{
	background: #FAFAFA;
	padding: 70px 0;
}
.yt-wrap{
	aspect-ratio: 16 / 9;
	max-width: 740px;
	margin: auto;
}
iframe.yt{
	display: block;
	/*width: 740px;
	height: 416px;*/
	width: 100%;
	height: 100%;
	margin: auto;
	border: none;
}
@media screen and (max-width: 767px) {
	.yt-movie{
		padding: 40px 0;
	}
	iframe.yt{
		/*width: 100%;
		height: 200px;*/
	}
}


.common-h2{
	font-size: 36px;
	font-family: 'SyntaxNextBold', 'TazuganeGothicBold';
	font-weight: bold;
	letter-spacing: 0;
}
.common-h2 .label{
	color: #00B8F8;
	font-size: 18px;
	line-height: 1em;
}
.common-h2 .label span.num{
	display: inline-block;
	padding-right: 1rem;
	border-right: 1px solid #00B8F8;
	margin-right: 1rem;
}
@media screen and (max-width: 767px) {
	.common-h2{
		font-size: 27px;
	}
	.common-h2 .label{
		font-size: 16px;
		padding-bottom: .5rem;
	}
}

.page-nav{
	padding-top: 30px;
}
#follow-nav-wrapper {
	position: relative;
	margin-top: 60px;
}
#follow-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: solid 1px #B2B2B2;
	z-index: 90;
	position: relative;
	margin-top: 60px;
	width: 100%;
}
#follow-nav > li{
	width: 20%;
}
#follow-nav > li > a {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #002060;
	line-height: 1;
	padding: 0 0 30px 0;
	text-align: center;
	position: relative;
	font-family: 'SyntaxNextBold', 'TazuganeGothicBold';
}
#follow-nav > li > a::after{
	content: "";
	display: block;
	width: 8px;
	height: 5px;
	background: url(../images/hr/arrow.svg) no-repeat center center/100%;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	transition:all 0.2s ease;
}
#follow-nav > li > a:hover::after{
	bottom: 12px;
	transition:all 0.2s ease;
}
@media screen and (max-width: 767px) {
	.page-nav{
		padding-top: 0px;
	}
	.page-nav .c-section-container{
		padding: 0;
	}
	#follow-nav{
		padding: 0 10px;
		justify-content: center;
		flex-wrap: wrap;
		border: none;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#follow-nav > li{
		width:33.3%;
		padding-top: 30px;
		border-bottom: solid 1px #B2B2B2;
	}
	#follow-nav > li:nth-of-type(4),
	#follow-nav > li:nth-of-type(5){
		width: 50%;
	}
	#follow-nav.nav-2-2 > li{
		width: 50%;
	}
	#follow-nav.nav-3-3 > li{
		width:33.3%!important;
	}
	#follow-nav > li > a {
		padding-bottom: 20px;
		font-size: 14px;
	}
	#follow-nav > li > a::after{
		bottom: 10px;
	}
}

.c-section-container p{
	line-height: 2.2rem;
	font-size: 18px;
	padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.c-section-container p{
		font-size: 16px;
		line-height: 1.8rem;
	}
}
.gr{
	background: #FAFAFA;
}

.c-section-inner{
	padding: 80px 0 0px 0;
}
.c-section-inner h3{
	text-align: center;
	font-size: 30px;
}
.c-section-inner h3 span{
	display: inline-block;
	border-bottom: 4px solid #002060;
	padding: 0 0 3px 0;
	margin-bottom: 30px;
}
.c-section-inner h4{
	font-size: 30px;
	padding-bottom: 1.5rem;
}
.picture{
	padding: 60px 0;
}
.picture.last{
	padding-bottom: 0;
}
@media screen and (max-width: 767px) {
	.c-section-inner{
		padding: 60px 0 0px 0;
	}
	.c-section-inner h3{
		font-size: 18px;
	}
	.c-section-inner h4{
		font-size: 18px;
		padding-bottom: .5rem;
	}
	.picture{
		padding: 30px 0;
	}
}

.banner-link{
	padding-top: 60px;
}
.banner-link a{
	display: block;
	margin: auto;
	max-width: 740px;
	overflow: hidden;
}
.banner-link a.culture-banner{
	background:#00b8f8;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 214px;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #000E4E;
	font-family: 'SyntaxNextBold', 'TazuganeGothicBold';
	position: relative;
	overflow: hidden;
}
.banner-link a.culture-banner img{
	height: 100%;
}
.banner-link a.culture-banner div{
	padding-left: 1rem;
}
.banner-link a.culture-banner::after{
	content: "";
	background: url(../images/hr/banner_arrow.svg) no-repeat center center/100%;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
	transition: all 0.5s ease-out;
}
.banner-link a.culture-banner:hover::after{
	right: 15px;
}
.banner-link a img{
	transition: all 0.5s ease-out;
}
.banner-link a:hover img{
	transform: scale(1.1);
	transition: all 0.5s ease-out;
}
@media screen and (max-width: 767px) {
	.banner-link{
		padding-top: 30px;
	}
	.banner-link a.culture-banner{
		height: 100px;
		font-size: 16px;
	}
	.banner-link a.culture-banner div{
		padding-left: .5rem;
	}
	.banner-link a.culture-banner::after{
		right: 10px;
		width: 20px;
	}
}

#workstyle-area{
	padding-bottom: 80px;
}
#workstyle-area h2{
	font-size: 36px;
	color: #00B8F8;
	font-family: 'SyntaxNextBold', 'TazuganeGothicBold';
	padding-bottom: 3rem;
}
#workstyle-area h2 small{
	display: block;
	color: #002060;
	font-size: 25px;
}
#workstyle-area a.big-banner{
	border: 5px solid #00B8F8;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}
#workstyle-area a.big-banner .img{
	width: 420px;
	aspect-ratio: 12 / 7;
	position: relative;
	overflow: hidden;
}
#workstyle-area a.big-banner .img img{
	width: 100%;
	position: relative;
	object-fit: cover;
	transition: all 0.5s ease-out;
}
#workstyle-area a.big-banner:hover .img img{
	transform: scale(1.1);
}
#workstyle-area a.big-banner .text-area{
	width: calc(100% - 450px);
}
#workstyle-area a.big-banner .text-area .title{
	font-size: 19px;
	font-weight: bold;
	font-family: 'SyntaxNextBold', 'TazuganeGothicBold';
	padding-bottom: 1rem;
}
#workstyle-area a.big-banner .text-area p{
	font-size: 15px;
}


@media screen and (max-width: 767px) {
	#workstyle-area{
		padding-bottom: 60px;
	}
	#workstyle-area h2{
		font-size: 1.8rem;
		padding-bottom: 2rem;
	}
	#workstyle-area h2 small{
		font-size: 0.8125rem;
	}
	#workstyle-area a.big-banner{
		display: block;
		padding: 20px;
	}
	#workstyle-area a.big-banner .text-area,
	#workstyle-area a.big-banner .img{
		width: 100%;
	}
	#workstyle-area a.big-banner .text-area{
		padding-top: 1rem;
	}
	#workstyle-area a.big-banner .text-area .title{
		padding-bottom: .5rem;
	}
	#workstyle-area a.big-banner .text-area p br{
		display: none;
	}
	#workstyle-area a.big-banner .text-area p{
		font-size: 12px;
		line-height: 2em;
	}
}

div.button{
	display: flex;
	justify-content: flex-end;
}
div.button span {
    display: block;
    min-width: 208px;
    background: #000E4E;
    color: white;
    padding: 10px 25px;
    border-radius: 40px;
    text-align: left;
    letter-spacing: 0.06em;
    position: relative;
    font-size: 12px;
    font-family: 'SyntaxNextBold', 'TazuganeGothicBold';
	transition: all 0.5s ease-out;
}
div.button span::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/top_new/arrow.svg) no-repeat center center / 100%;
    width: 6px;
    height: 100%;
    right: 20px;
    top: 0;
	transition: all 0.5s ease-out;
}
a div.button:hover span{
	cursor: pointer;
	background: #00B8F8;
	transition: all 0.5s ease-out;
}
a div.button:hover span::after{
	right: 15px;
	transition: all 0.5s ease-out;
}


a.mid-banner{
	display: block;
	height: 150px;
	position: relative;
	margin-top:4rem;
	transition: all 0.5s ease-out;
}
a.mid-banner span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20%;
	font-size: 17px;
	color: #000E4E;
	font-family: 'SyntaxNextBold', 'TazuganeGothicBold';
}
a.mid-banner.women{
	background: url(../images/hr/banner_3.jpg) no-repeat center center/100%;
}
a.mid-banner.hr{
	background: url(../images/hr/banner_5.jpg) no-repeat center center/100%;
}
a.mid-banner.hr:hover,
a.mid-banner.women:hover{
	background-size: 105%;
}

@media screen and (max-width: 767px) {
	a.mid-banner{
		margin-top: 1rem;
		height: 50px;
	}
}


#event img{
	padding-bottom: 20px;
	display: block;
	margin: auto;
}
#event p.lead{
	font-weight: 700;
	padding-bottom: 20px;
}
@media(max-width:767px) {
	#event p.lead{
		text-align: left;
		padding-bottom: 0;
	}
}

.p-contents-link p::after{
	display: none;
}


.activity-voice-container a.p-contents-link.movie:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/employee/play.png) no-repeat center center/100%;
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
	z-index: 10;
}
.activity-voice-container a.p-contents-link.movie[target="_blank"] div:after{
	display: none!important;
}
