/*
* aboutus/index.html
* aboutus_index.css
*
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
/*
* categoryTop
* categorytop.css
*
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
/* --------------------------------
   categoryTop
-------------------------------- */
.categoryTop {
	padding-top: 35px;
}
@media screen and (min-width: 770px) {
	.categoryTop {
		padding-top: 60px;
	}
}
.categoryTop:last-child {
	padding-bottom: 20px;
}
@media screen and (min-width: 770px) {
	.categoryTop:last-child {
		padding-bottom: 90px;
	}
}

@media screen and (min-width: 770px) {
	.categoryTop_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 1040px;
		max-width: 1040px;
	}
}

.categoryTop_container .categoryTop_block:last-child {
	margin-bottom: 0;
}

.categoryTop_container .block-l {
	margin-bottom: 30px;
}
@media screen and (min-width: 770px) {
	.categoryTop_container .block-l {
		margin-bottom: 0; 
		width: 694px;
	}
}

@media screen and (min-width: 770px) {
	.categoryTop_container .block-r {
		margin-left: 37px;
		width: 310px;
	}
}

.categoryTopLink {
	margin-bottom: 20px;
}
.categoryTopLink .inner {
	display: block;
	position: relative; 
	border: 1px solid #d5d5d5;
	width: 100%;
	background: #fff;
	text-decoration: none;
}
@media screen and (min-width: 770px) {
	.categoryTopLink .inner {
		position: relative;
	}
	.categoryTopLink .inner:after {
		content: "";
		display: block;
		opacity: 0;
		position: absolute;
		top: 5px;
		left: 5px;
		border: 1px solid #033f86;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.categoryTopLink .inner:hover:after {
		opacity: 1;
	}
}
@media screen and (min-width: 770px) {
	.categoryTopLink .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 210px;
	}
}
.categoryTopLink .categoryTopLink_figure {
	width: 100%;
}
@media screen and (min-width: 770px) {
	.categoryTopLink .categoryTopLink_figure {
		display: inline-block;
		width: 286px;
	}
}
.categoryTopLink .categoryTopLink_figure img {
	width: 100%;
	max-width: auto;
}
.categoryTopLink .categoryTopLink_content {
	padding: 17.5px 20px 18.5px;
}
@media screen and (min-width: 770px) {
	.categoryTopLink .categoryTopLink_content {
		position: relative;

		-webkit-box-flex: 1;

		    -ms-flex: 1 1 auto;

		        flex: 1 1 auto;
	}
}
@media screen and (min-width: 770px) {
	.categoryTopLink .categoryTopLink_content {
		padding: 38px 20px 0 40px;
	}
}
.categoryTopLink .txt-s {
	margin-bottom: 13px; 
	font-size: 1.2rem;
}
@media screen and (min-width: 770px) {
	.categoryTopLink .txt-s {
		font-size: 1.6rem;
	}
}
.categoryTopLink .txt {
	margin-bottom: 13px; 
	font-size: 1.7rem;
	line-height: 1.41;
}
@media screen and (min-width: 770px) {
	.categoryTopLink .txt {
		font-size: 2.4rem;
	}
}
.categoryTopLink .name {
	font-size: 1rem;
}
@media screen and (min-width: 770px) {
	.categoryTopLink .name {
		font-size: 1.2rem;
	}
}
.categoryTopLink .name .txt_name {
	font-size: 1.2rem; 
	font-weight: bold;
}
@media screen and (min-width: 770px) {
	.categoryTopLink .name .txt_name {
		font-size: 1.6rem;
	}
}

.categoryTopLinkList {
	margin-bottom: 20px;
}
@media screen and (min-width: 770px) {
	.categoryTopLinkList {
		margin-bottom: 0;
	}
}
.categoryTopLinkList .categoryTopLinkList-wrap {
	border-bottom: 1px solid #d5d5d5;
}
@media screen and (min-width: 770px) {
	.categoryTopLinkList .categoryTopLinkList-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0; 

		-ms-flex-wrap: wrap; 

		    flex-wrap: wrap;
	}
}
.categoryTopLinkList .categoryTopLinkList_btn {
	display: block;
	border-top: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	width: 100%;
	background: #fff;
	line-height: 1.2;
}
@media screen and (min-width: 770px) {
	.categoryTopLinkList .categoryTopLinkList_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		border-bottom: 0; 
		width: 50%;
		min-height: 100px;
	}
}
@media screen and (min-width: 770px) {
	.categoryTopLinkList .categoryTopLinkList_btn:nth-child(2n) {
		border-left: 0;
	}
}
.categoryTopLinkList .categoryTopLinkList_btn a {
	display: block;
	position: relative;
	padding: 20px 0 17px; 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
@media screen and (min-width: 770px) {
	.categoryTopLinkList .categoryTopLinkList_btn a {
		position: relative;
	}
	.categoryTopLinkList .categoryTopLinkList_btn a:after {
		content: "";
		display: block;
		opacity: 0;
		position: absolute;
		top: 5px;
		left: 5px;
		border: 1px solid #033f86;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.categoryTopLinkList .categoryTopLinkList_btn a:hover:after {
		opacity: 1;
	}
}
@media screen and (min-width: 770px) {
	.categoryTopLinkList .categoryTopLinkList_btn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		line-height: 1;

		-webkit-box-pack: center;

		    -ms-flex-pack: center;

		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.categoryTop_recruit .inner {
	display: block;
	border: 2px solid #d5d5d5;
	width: 100%;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
	background: #fff;
	text-decoration: none;
}
@media screen and (min-width: 770px) {
	.categoryTop_recruit .inner {
		position: relative; 
		height: 430px;
	}
	.categoryTop_recruit .inner:hover {
		border-color: #033f86;
	}
}

.categoryTop_recruit .categoryTop_recruit_figure {
	width: 100%;
}
.categoryTop_recruit .categoryTop_recruit_figure img {
	width: 100%;
	max-width: auto;
}

.categoryTop_recruit .categoryTop_recruit_content {
	position: relative;
	padding: 25px 20px 17px;
	background: url(/assets/img/aboutus/ind_recruit_bg.png) no-repeat right top/72px auto;
}
@media screen and (min-width: 770px) {
	.categoryTop_recruit .categoryTop_recruit_content {
		position: static;
		padding: 30px 25px 0;
		background: url(/assets/img/aboutus/ind_recruit_bg_pc.jpg) no-repeat right top/82px auto;
	}
}

.categoryTop_recruit .replaceTxt {
	overflow: hidden;
	height: 0; 
	white-space: none;
	text-indent: 100%;
	font-size: 0;
}

.categoryTop_recruit .tag {
	position: absolute;
	top: -10px;
	width: 77px;
	height: 21px;
	background: #033f86;
	text-align: center;
	color: #fff; 
	font-family: "Poppins";
	font-size: 1.3rem;
	font-weight: 400;
	font-weight: bold;
}
@media screen and (min-width: 770px) {
	.categoryTop_recruit .tag {
		top: 218px;
		width: 84px; 
		height: 23px;
		font-size: 1.4rem;
		line-height: 23px;
	}
}

.categoryTop_recruit .txt-s {
	margin-bottom: 13px;
	font-size: 1.2rem;
	line-height: 1.75;
}
@media screen and (min-width: 770px) {
	.categoryTop_recruit .txt-s {
		font-size: 1.4rem;
	}
}

.categoryTop_recruit .txt {
	margin-bottom: 6px; 
	font-size: 2rem;
	line-height: 1.45;
}
@media screen and (min-width: 770px) {
	.categoryTop_recruit .txt {
		margin-bottom: 11px; 
		font-size: 2.2rem;
	}
}

/* --------------------------------
   aboutUs
-------------------------------- */
@media screen and (min-width: 770px) {
	.l-contentHead {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		height: 420px;

		-webkit-box-align: center;

		    -ms-flex-align: center;

		        align-items: center;
	}
}

.l-contentHead .l-contentHead_inner {
	margin-bottom: 25px;
	padding: 20px 20px 25px;
	border-left: 3.5px solid #033f86;
	background: #fff;
}
@media screen and (min-width: 770px) {
	.l-contentHead .l-contentHead_inner {
		position: relative;
		z-index: 1;
		margin: auto;
		padding: 20px 37px; 
		width: 1120px;
		background: none;
	}
}
.l-contentHead .l-contentHead_inner .l-contentHead_container {
	padding: 20px 20px 25px; 
	border-left: 3.5px solid #033f86;
}
@media screen and (min-width: 770px) {
	.l-contentHead .l-contentHead_inner .l-contentHead_container {
		position: relative;
		z-index: 1;
		margin: auto;
		padding: 20px 37px; 
		width: 1120px;
	}
}

.l-contentHead .l-contentHead_cap {
	margin-bottom: 18px; 
	max-width: 620px;
	color: #033f86;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.41;
}
@media screen and (min-width: 770px) {
	.l-contentHead .l-contentHead_cap {
		margin-bottom: 27px; 
		font-size: 2.7rem;
	}
}

.l-contentHead .l-contentHead_txt {
	width: 100%;
	max-width: 620px;
	line-height: 1.88;
}

@media screen and (min-width: 770px) {
	.l-contentHead .c-linkBtn {
		display: inline-block;
		margin: 30px 0 0; 
		width: auto;
	}
}

.l-contentHead .l-contentHead_mv {
	padding-top: 50.3125%;
	width: 100%;
	background: url(/assets/en/img/aboutus/characteristics/mv.jpg) no-repeat center top/100% auto #f2f2f2;
}
@media screen and (min-width: 770px) {
	.l-contentHead .l-contentHead_mv {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0; 
		height: 100%;
		background: url(/assets/en/img/aboutus/characteristics/mv_pc.jpg) no-repeat center top/cover #f2f2f2;
	}
}

.characteristics {
	margin-top: 50px;
	padding-bottom: 30px;
}
@media screen and (min-width: 770px) {
	.characteristics {
		margin-top: 80px;
		padding-bottom: 60px;
	}
}
.characteristics .l-linkBtn {
	padding-top: 20px;
	padding-bottom: 15px; 
	background-color: #f2f2f2;
}
@media screen and (min-width: 770px) {
	.characteristics .l-linkBtn {
		padding-top: 46px;
		padding-bottom: 30px;
	}
}
.characteristics .c-figure_large {
	margin-top: 10px;
}
@media screen and (min-width: 770px) {
	.characteristics .c-figure_large {
		margin-left: 0;
	}
}

@media screen and (max-width: 769px) {
	.u-characteristics {
		margin: 20px 20px 30px;
	}
}

@media screen and (min-width: 770px) {
	.c-accordion_inner .c-txtSize-XL + .c-colomunWrap .c-colomunWrap_block .c-txt {
		margin-left: 1.3rem;
		padding-right: 1.0rem;
	}
}

.c-youtube-wrapper {
	margin: 20px 0 30px;
}
@media screen and (min-width: 770px) {
	.c-youtube-wrapper {
		margin: 22px 0 60px;
	}
}

@media screen and (min-width: 770px) {
	.c-youtube {
		position: relative;
		margin: 0 auto 0; 
		padding-top: 46%;
		width: 80%;
	}
}

.c-youtube-cap {
	margin: 5px 9px;
}
@media screen and (min-width: 770px) {
	.c-youtube-cap {
		margin: 15px auto 0; 
		width: 74.5%;
	}
}

.c-contactUs {
	margin-top: 41px;
	padding: 39px 20px;
}
@media screen and (min-width: 770px) {
	.c-contactUs {
		margin-top: 60px;
		padding: 60px 0;
	}
}
@media screen and (min-width: 770px) {
	.c-contactUs .c-linkBtn {
		width: 358px;
	}
}

.c-color-bl {
	color: #033f87 !important;
}