﻿@charset "utf-8";
@import url("reset.css");


@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

html.fixed {
	overflow: hidden;
	height: 100%;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	overflow: auto;
	height: 100%;
}

h2 {
	font-family: "游明朝 Midium", "游明朝", "YuMincho", serif;
}

a {
	text-decoration: none;
}

img {
	vertical-align: top;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

header {
	overflow: hidden;
}

header h1 {
	float: left;
	padding: 16.5px 30px;
}

header .inner {
	width: 100%;
	min-width: 1100px;
}

#pageTop {
	position: fixed;
	bottom: 55px;
	right: 20px;
	width: 51px;
}

footer .inner {
	padding: 40px 0;
}

footer .footer_inner_top {
	margin-bottom: 50px;
}

footer .inner p {
	font-size: 11px;
	text-align: center;
	color: #0443b6;
}

/* 202407追記 mainVisual > internship-banner */

.internship-banner {
	position: fixed;
	bottom: 50px;
	left: 0;
	z-index: 9999;
}

.footer_sns {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.594);
}


.footer_sns-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_sns_line {
	width: 168px;
	height: 35px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	border-radius: 5px;
	background: #4CC764;
	margin-top: 7px;
	margin-right: 14px;
}

.footer_sns_line_icon {
	width: 29px;
	height: 29px;
	display: block;
	margin-left: 8px;
}

.footer_sns_text {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	margin-left: 8px;
}

.footer_sns_Instagram {
	margin-left: 14px;
	margin-top: 7px;
	width: 167px;
	height: 35px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	background: url(../img/bg_Instagram.png) no-repeat center center / cover;
}

.footer_sns_Instagram_icon {
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 8px;
}


#gnavi {
	float: right;
}

#gnavi ul li {
	text-align: center;
	display: table-cell;
	width: 123px;
	vertical-align: middle;
}

#gnavi ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #262626;
	display: block;
	background: #fff;
	padding: 14px 0;
	line-height: 1.5;
}

#gnavi ul li a span {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

#gnavi ul li:last-child {
	background-color: #162158;
	background-image: url(../img/entry_bg.png);
	background-repeat: no-repeat;
	padding-left: 21px;
}

#gnavi ul li:last-child a {
	font-size: 20px;
	color: #fff;
	background: #162158;
}

#gnavi-sp {
	display: none;
}

#wrapper {
	min-width: 1500px;
	overflow: hidden;
	width: 100%;
}

/* .catch h2 {
	margin-bottom: 38px;
	margin-left: -6px;
}
.catch p{
	font-family: "游明朝 Midium", "游明朝", "YuMincho", serif;
	line-height: 2;
	font-size: 22px;
}
.catch:before {
	content: "";
	position: absolute;
	display: block;
	width: 28px;
	height: 0;
	left: -96px;
	top: 0;
	border-style: solid;
	border-width: 0 0 470px 68px;
	border-color: transparent transparent rgba(2,13,73,.9) transparent;
} */
/* .cutline {
	position: relative;
	padding: 0 0 40px;
	margin: 150px 0 100px;
}
.cutline:before {
	content: "";
	position: absolute;
	display: block;
	width: 28px;
	height: 0;
	left: -79px;
	top: 0;
	border-style: solid;
	border-width: 0 0 350px 51px;
	border-color: transparent transparent rgba(2,13,73,.9) transparent;
} */
.leftBox {
	width: 680px;
}

/*メッセージ*/

#message p:first-child {
	margin-top: 0;
}

#message span.sign {
	display: block;
	float: right;
	margin-top: 38px;
	padding: 0 5px;
}

#message span.sign img {
	margin-left: 34px;
}

/*4つのアングル*/
#company {
	background: #020d49;
	margin-top: 110px;
	padding: 65px 0 0;
	position: relative;
}

#company:before {
	content: "";
	background: url(../img/n01-top.png) no-repeat;
	background-position: top center;
	width: 100%;
	height: 110px;
	display: block;
	position: absolute;
	top: -110px;
}

#company h2 {
	text-align: center;
	padding-left: 53px;
}

#company h2 img {
	width: 80%;
}

#company h3 img {
	height: 77px;
	width: auto;
}

#company .n01:after {
	content: "";
	background: url(../img/n01-bottom.png) no-repeat;
	background-position: top center;
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	bottom: -100px;
}

#company .n02 {
	position: relative;
	background: center center /cover no-repeat fixed;
	background-image: url(../img/n02-bg-img.png);
	background-repeat: no-repeat;
	padding: 100px 0 238px;
}

#company .n02 .cententBox h3 {
	margin-bottom: 40px;
}

#company .n02 .cententBox p {
	line-height: 2.25;
	color: #Fff;
}

#company .n02:before {
	content: "";
	background: url(../img/n01-bottom.png) no-repeat;
	background-position: top center;
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	top: 0px;
}

#sliderInner {
	position: relative;
	left: 50%;
	width: 2198px;
	margin-left: -1099px;
}

#company .n03 {
	position: relative;
	background: #f5f5f5;
	padding: 150px 0 125px;
}

#company .n03 h3 {
	position: absolute;
	left: 50%;
	margin-left: -550px;
}

#company .n03 figure {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}

#company .n03 figure figcaption {
	width: 550px;
	float: left;
	padding: 184px 0 0 0;
	box-sizing: border-box;
	line-height: 2.25;
}

#company .n03 figure .imgBox {
	float: right;
}

#company .n04 .inner {
	overflow: hidden;
	padding: 225px 0 263px;
}

#company .n04:before {
	content: "";
	background: url(../img/n04-top.png) no-repeat;
	background-position: top center;
	width: 100%;
	height: 101px;
	display: block;
	position: absolute;
	top: 0;
}

#company .n04:after {
	content: "";
	background: url(../img/n04-bottom.png) no-repeat;
	background-position: top center;
	width: 100%;
	height: 110px;
	display: block;
	position: absolute;
	bottom: 0;
}

#company .n04 .cententBox {
	width: 545px;
	float: right;
}

#company .n04 .cententBox p {
	color: #fff;
	line-height: 2.2;
}

#company .n04 .cententBox h3 {
	margin-bottom: 41px;
}

#company .n05 {
	position: relative;
	background: #051363;
}

#company .n05:after {
	content: "";
	background: url(../img/n05-bottom.png) no-repeat;
	background-position: top center;
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	bottom: -100px;
}

#company .n05 h3 {
	margin-bottom: 10px;
}

/*中井聖建設の社員*/
#people {
	margin: 100px 0;
	padding: 90px 0 78px;
}

#people h2 {
	text-align: center;
	margin-bottom: 70px;
}

#people .inner {
	padding: 0 20px;
	width: 1180px;
}

.peopleList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.peopleList .peopleList_item {
	width: 25%;
}

.peopleList .peopleList_item_link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.peopleList .peopleList_item_link .peopleList_item_belong {
	padding: 12px 19px;
	background: #051363;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 15px;
	line-height: 1;
}

.peopleList .peopleList_item_link img {
	width: 100%;
	display: block;
}

.peopleList .peopleList_item_link .peopleList_item_caption {
	width: 100%;
	background: #020d49;
	padding: 9px 18px 9px 15px;
	box-sizing: border-box;
	position: relative;
}

.peopleList .peopleList_item_link .peopleList_item_caption::after {
	content: "";
	width: 9px;
	height: 10px;
	background: url(../img/people_arrow.png) no-repeat center center/100% auto;
	position: absolute;
	right: 118px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_hover_ttl {
	margin-bottom: 13px;
	font-size: 10px;
	line-height: 1;
}

.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_hover_ttl .peopleList_hover_ttl_nmb {
	font-size: 18px;
	margin-left: 5px;
}

.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_item_name {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1;
}

.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_item_name .peopleList_item_hire {
	display: inline-block;
	margin-left: 15px;
	font-size: 10px;
}

.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_hover_copy {
	font-size: 13px;
}

.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_hover_readmore {
	font-size: 15px;
	text-align: center;
}

.peopleList .peopleList_item_link .peopleList_item_exp {
	position: absolute;
	bottom: 98px;
	left: 12px;
	color: #000;
	font-size: 12px;
	line-height: 1.2;
	-webkit-transition: opacity .2s .1s;
	-o-transition: opacity .2s .1s;
	transition: opacity .2s .1s;
}

.peopleList .peopleList_item_link .peopleList_item_exp .peopleList_item_num {
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
}

.peopleList .peopleList_item_link .peopleList_item_exp .peopleList_item_comment {
	display: block;
	margin-top: 10px;
	font-size: 17px;
	line-height: 30px;
}

/*モーダルエリア*/
#people .modal ul li {
	float: none;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
	-ms-transition: background 0s;
	-o-transition: background 0s;
	transition: background 0s;
}

#people .modal ul li:hover {
	background: transparent;
}

.modalArea {
	width: 1000px;
	box-sizing: border-box;
}

.modalContents {
	overflow: hidden;
	padding: 50px;
}

.modalContents figure {
	overflow: hidden;
}

.modalContents .left {
	margin-top: 40px;
}

.modalContents .right .imgBox {
	float: right;
	margin-left: 40px;
}

.modalContents .left .imgBox {
	float: left;
	margin-right: 40px;
}

.modalContents dl:last-child {
	margin-top: 40px;
}

.modalContents .right dl {
	margin-top: 0;
}

.modalContents dl dt {
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
}

.modalContents dl dd {
	font-size: 16px;
	line-height: 30px;
}

.modalContents dl dt span.title {
	display: block;
	margin-bottom: 10px;
}

.modalContents dl dt span.sub-title {
	font-size: 13px;
	color: #fff;
	background: #020d49;
	padding: 3px 15px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 18px;
}

.centerCont {
	margin-top: 40px;
}

.modalContents .bgcont {
	display: block;
	overflow: visible;
	margin-top: 40px;
}

.modalContents .bgcont .imgBox {
	display: table-cell;
	vertical-align: top;
}

.modalContents .bgcont figcaption {
	display: table-cell;
	padding: 30px;
	background: #f5f5f5;
	box-sizing: border-box;
	vertical-align: top;
}

.modalContents .bgcont figcaption dl:last-child {
	margin-top: 0;
}

.closeBtn {
	margin-top: 50px;
	text-align: center;
}

.closeBtn a:hover {
	opacity: 0.8;
}

#cboxClose {
	display: none;
}

#cboxLoadedContent {
	margin-bottom: 0;
}


/*数字で見る中井聖建設*/

#number h2 {
	text-align: center;
	margin-bottom: 90px;
}

#number:before {
	content: "";
	background: url(../img/number-top.png) no-repeat;
	background-position: top center;
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	top: -100px;
}

.number {
	margin-bottom: 30px;
}

.universe_tabele {
	margin-bottom: 36px;
}

.universe_title {
	width: 160px;
	margin: 0 auto 17px;
}

.universe_container-flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.universe_box {
	width: 50%;
}

.universe_box:nth-child(1) {
	margin-left: 5px;
}



.universe_subtitle {
	position: relative;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #051363;
	margin-bottom: 11px;
}

.universe_subtitle::before {
	content: "";
	display: block;
	width: 133px;
	height: 2px;
	position: absolute;
	top: 13px;
	left: 0;
	background-color: #051363;
}

.universe_subtitle::after {
	content: "";
	display: block;
	width: 133px;
	height: 2px;
	position: absolute;
	top: 13px;
	right: 0;
	background-color: #051363;
}

.universe_subtitle.universe_subtitle-ac_short::before {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	position: absolute;
	top: 13px;
	left: 0;
	background-color: #051363;
}

.universe_subtitle.universe_subtitle-ac_short::after {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	position: absolute;
	top: 13px;
	right: 0;
	background-color: #051363;
}


.universe_text {
	font-size: 14px;
	margin-bottom: 7px;
}

/* 福利厚生 */
#benefit {
	background: #051363;
	margin-bottom: 42px;
}

.benefit_ac-top {
	width: 100%;
	overflow: hidden;
	background: #051363;
	position: relative;
	transform: skewX(273deg);
	transform-origin: bottom right;
	min-height: 24px;
	height: 24px;
	top: -24px;
}

.benefit_ac-bottom {
	width: 100%;
	overflow: hidden;
	background: #051363;
	position: relative;
	transform: skewX(273deg);
	transform-origin: top left;
	min-height: 24px;
	height: 24px;
	bottom: -24px;
}

.benefit_title {
	width: 145px;
	margin: 16px auto 22px;
	text-align: center;
}

#benefit .inner {
	padding: 0 17px 19px;
}

.benefit_container-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.benefit_box {
	width: 160px;
	height: 138px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.benefit_box:nth-child(1) {
	background: url(../img/bg_benefit_1.png) no-repeat center center / cover;
}

.benefit_box:nth-child(2) {
	background: url(../img/bg_benefit_2.png) no-repeat center center / cover;
}

.benefit_box:nth-child(3) {
	background: url(../img/bg_benefit_3.png) no-repeat center center / cover;
}

.benefit_box:nth-child(4) {
	background: url(../img/bg_benefit_4.png) no-repeat center center / cover;
}

.benefit_box:nth-child(5) {
	background: url(../img/bg_benefit_5.png) no-repeat center center / cover;
	margin-bottom: 0;
}

.benefit_box:nth-child(6) {
	background: url(../img/bg_benefit_6.png) no-repeat center center / cover;
	margin-bottom: 0;
}

.benefit_subtitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.benefit_subtitle_en {
	display: block;
	font-size: 10px;
}

/* ＊＊＊＊＊　福利厚生　資格取得プログラム ＊＊＊＊＊ */

.benefit_qualification_img {
	margin-top: 30px;
	text-align: center;
}

/*よくある質問*/
#faq h2 {
	text-align: center;
	margin: 0 auto 25px;
	width: 43%;
}

#faq .faqList {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

#faq .faqList_item_imgWrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

/*募集要項*/

#recruit .tabBtn {
	overflow: hidden;
}

#recruit .tabBtn>li {
	background: #edebeb;
	padding: 5px 20px;
	float: left;
	margin-right: 1px;
	cursor: pointer;
	color: #020d49;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.7;
	text-align: center;
	width: 325px;
	position: relative;
}

#recruit .tabBtn>li span {
	display: block;
	font-size: 18px;
}

#recruit .tabBtn>li.select {
	background: #0443b6;
	color: #fff;
	margin-bottom: 20px;
}

#recruit .tabBtn>li.select:after {
	content: "";
	background: url(../img/tab-arrow.png) no-repeat;
	width: 35px;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -17.5px;
}

#recruit .tabContent>li {
	background: #fff;
	padding: 27px 0;
}

#recruit .tabContent>li .t-slide>dl {
	display: table;
	vertical-align: middle;
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #0443b6;
	width: 100%;
}

#recruit .tabContent>li .t-slide>dl dt {
	display: table-cell;
	clear: left;
	margin-right: 0.5em;
	width: 200px;
	color: #020d49;
	font-weight: bold;
	font-size: 18px;
	padding: 0 20px;
	box-sizing: border-box;
	vertical-align: middle;
}

#recruit .tabContent>li .t-slide>dl dd {
	display: table-cell;
	vertical-align: middle;
}

#recruit a.entry {
	display: inline-block;
	margin-left: 66px;
}

#recruit a.entry:hover {
	opacity: 0.8;
}


body {
	font-size: 10px;
	-webkit-overflow-scrolling: touch;
}

img {
	width: 100%;
}

#wrapper {
	min-width: 320px;
}

.inner {
	width: 100%;
	padding: 0 17px 48px;
	box-sizing: border-box;
}

.inner_people {
	padding: 3px 0px 0px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	overflow: visible;
}

header .inner {
	width: 100%;
	min-width: auto;
	padding: 0;
	position: relative;
	z-index: 10;
	background: #fff;
	overflow: hidden;
}

header h1 {
	float: left;
	padding: 11.5px 0 11.5px 17px;
	width: 167.5px;
}

#gnavi ul li:last-child {
	background-color: #162158;
	background-image: url(../img/entry_bg.png);
	background-repeat: no-repeat;
	padding-left: 21px;
}

#navToggle {
	float: left;
	width: 25px;
	height: 21px;
	cursor: pointer;
	z-index: 100;
	padding: 14.5px;
}

#navToggle div {
	position: relative;
}

#navToggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: 2px solid #0a3d7f;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
	top: 0;
}

#navToggle span:nth-child(2) {
	top: 9px;
}

#navToggle span:nth-child(3) {
	top: 18px;
}

#navToggle p {
	position: relative;
	top: 20px;
	font-weight: bold;
	letter-spacing: -0.4px;
	font-size: 10px;
}

.openNav #navToggle span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	top: 1px;
}

.openNav #navToggle span:nth-of-type(2) {
	opacity: 0;
}

.openNav #navToggle span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
	top: 17px;
}

.sp-nav {
	overflow: hidden;
	float: right;
}

.entry {
	width: 66px;
	float: right;
}

.entry a {
	display: block;
	width: 100%;
	height: 100%;
}

nav#gnavi-sp {
	display: none;
	position: fixed;
	top: -500%;
	background: #fff;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding: 20px 20px;
	overflow-y: scroll;
	box-sizing: border-box;
	z-index: -1;
}

.openNav nav#gnavi-sp {
	display: block;
	z-index: 5;
	background: #162158;
	box-sizing: border-box;
	padding: 0;
}

nav#gnavi-sp ul li {
	border-top: 1px solid #fff;
	position: relative;
}

nav#gnavi-sp ul li:first-child {
	border-top: none;
}

nav#gnavi-sp ul li a {
	font-size: 16px;
	padding: 18px 40px;
	color: #fff;
	text-align: left;
	display: block;
	font-weight: bold;
	background: url(../img/menu-arrow.png) no-repeat;
	background-size: 7px;
	background-position: right 40px center;
}

nav#gnavi-sp ul li:nth-child(3) a {
	background: none;
}

nav#gnavi-sp ul li a span {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}

article#mainContents {
	margin-top: 50px;
	position: relative;
	z-index: 0;
}

nav#gnavi-sp ul li span.btn {
	display: block;
	width: 40%;
	height: 63px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/plus.png) no-repeat;
	background-size: 11px;
	background-position: right 40px center;
	z-index: 5;
}

nav#gnavi-sp ul li span.btn.open {
	background: url(../img/minus.png) no-repeat;
	background-size: 11px;
	background-position: right 40px center;
}

nav#gnavi-sp ul.sub {
	background: #edebec;
}

nav#gnavi-sp ul.sub li {
	border-top: 0;
}

nav#gnavi-sp ul.sub li a {
	color: #333;
	font-weight: normal;
	padding-left: 60px;
	background: url(../img/menu-sub-arrow.png) no-repeat;
	background-size: 7px;
	background-position: left 40px center;
}

nav#gnavi-sp ul.sub li a span {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 5px;
}

/*-- mainVisual
	------------------------*/
#mainVisual {
	/* background: url(../img/mv.png) no-repeat;
		background-size: 100%;
		background-position: top;
		padding-top: 54.0625%; */
	position: relative;
	width: 100%;
}

#mainVisual .inner {
	/* position: static;
		margin-left: 0; */
	width: 100%;
	/* min-width: 320px;
		height: 100%;
		padding: 0; */
	box-sizing: border-box;
	overflow: hidden;
	/* position: relative; */
	position: absolute;
	bottom: 0;
}

.hp_p0 {
	padding: 0;
}

.catch {
	/* background: rgba(2,13,73,.9);
		color: #fff;
		padding: 20px;
		margin-left: 0;
		position: absolute;
		top: 25vw;
		left: 20px; */
	border-top: 0vw solid transparent;
	border-bottom: 55vw solid #162158;
	border-right: 217vw solid transparent;
	opacity: 0.7;
}

.catch img {
	position: absolute;
	bottom: 3%;
	left: 3%;
}

.catch:before {
	content: "";
	display: none;
}

.catch h2 {
	/* margin-bottom: 10px;
		margin-left: 0;
		width: 100%; */
	font-family: "平成角ゴシック", sans-serif;
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: lighter;
}

.catch p {
	font-size: 12px;
}



#mainVisual h3 {
	padding: 20px 10px 20px 18px;
	color: #162158;
	line-height: 2.125;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.zoom-fade__item.zoom-fade__item01 {
	background-image: url(./../img/testmv01_sp.jpg);
}

.zoom-fade__item.zoom-fade__item02 {
	background-image: url(./../img/testmv01_sp.jpg);
}

.zoom-fade__item.zoom-fade__item03 {
	background-image: url(./../img/testmv01_sp.jpg);
}

.zoom-fade__item.zoom-fade__item04 {
	background-image: url(./../img/testmv01_sp.jpg);
}

.zoom-fade__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.add-animation {
	animation: zoom-fade 15s both;
}

@keyframes zoom-fade {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

/*-- message
	------------------------*/
#message {
	padding-bottom: 70px;
}

#message .inner {
	position: relative;
	padding: 0;
}

.leftBox {
	width: 100%;
}

.message-text {
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
}

#message span.sign {
	display: none;
}

#message p {
	line-height: 2;
	margin-top: 20px;
	font-size: 12px;
}

/*-- company
	------------------------*/
#company {
	margin-top: 0px;
	padding: 0;
}

#company h2 {
	text-align: center;
	padding-left: 0px;
}

#company .n01 {
	background: #020d49;
	color: #fff;
	position: relative;
	padding: 20px 0 40px;
	height: auto;
	box-sizing: border-box;
}

#company .n01 h3 {
	position: static;
	margin-left: 0;
	box-sizing: border-box;
	padding: 0 20px;
}

#company .n01 figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}

#company .n01 figure .imgBox.left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	margin: 0;
	width: 50%;
	float: left;
	position: static;
}

#company .n01 figure figcaption {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 100%;
	margin: 0;
	padding: 20px;
	line-height: 2;
	font-size: 12px;
}

#company .n01 figure .imgBox.right {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	position: static;
	width: 50%;
	margin: 0;
	float: left;
}

#company .n01:after {
	bottom: -60px;
}

/*-- n02 --*/
#company .n02 {
	/*background: center center /100% auto no-repeat fixed;*/
	background: none;
	background-image: url(../img/n02-bg-img.png);
	background-repeat: no-repeat;
	padding: 20px 0 10px;
	box-sizing: border-box;
	/* background-size: cover; */
	background-size: 100% auto;
	background-position: right 40px;
}

#company .n02 .cententBox {
	width: 100%;
	padding: 62px 20px 25px;
	box-sizing: border-box;
}

#company .n02 .cententBox h3 {
	margin-bottom: 20px;
}

#company .n02 .cententBox p {
	line-height: 2;
	color: #Fff;
	padding: 0;
	font-size: 12px;
}

#slider {}

#sliderInner {
	position: relative;
	left: 0;
	width: 100%;
	margin-left: 0;
	padding: 10px;
	box-sizing: border-box;
}

/*-- n03 --*/
#company .n03 {
	position: relative;
	background: #f5f5f5;
	padding: 0 20px;
	box-sizing: border-box;
}

#company .n03:before {
	content: "";
	background: url(../img/n03-top.png) no-repeat;
	background-position: top center;
	width: 100%;
	height: 110px;
	display: block;
	position: absolute;
	top: -110px;
	left: 0;
}

#company .n03 h3 {
	position: static;
	margin: 0 0 20px;
}

#company .n03 figure {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

#company .n03 figure .imgBox {
	float: none;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: 100%;
}

#company .n03 figure figcaption {
	width: 100%;
	float: none;
	padding: 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	font-size: 12px;
	line-height: 2;
	margin-bottom: 20px;
}

/*-- n04 --*/
#company .n04 {
	position: relative;
	/* background: center center /100% auto no-repeat fixed; */
	background: none;
	background-image: url(../img/n04-bg-img.png);
	background-repeat: no-repeat;
	padding: 80px 0;
	background-size: cover;
	background-position: center center;
}

#company .n04 .inner {
	overflow: hidden;
	padding: 10px 0;
}

#company .n04 .cententBox {
	width: 100%;
	float: none;
}

#company .n04 .cententBox h3 {
	margin-bottom: 20px;
	padding: 0 20px;
}

#company .n04 .cententBox p {
	color: #fff;
	line-height: 2;
	padding: 0 20px;
	font-size: 12px;
}

/*-- n05 --*/
.n05 .inner {
	padding: 0 20px;
}

/*-- people
	------------------------*/
#people {
	margin: 20px 0 78px;
	padding: 70px 0 40px;
}

#people h2 {
	text-align: center;
	margin-bottom: 30px;
}

#people .inner {
	width: 100%;
}

#people .inner>ul {
	background: none;
	overflow: visible;
	padding: 0;
}

#people .inner>ul>li {
	float: none;
	width: 100%;
	padding-left: 1.5px;
	overflow: hidden;
	margin-top: 15px;
	font-size: 10px;
	width: 100%;
}

#people .inner_people>ul>li {
	padding-bottom: 3px;
}

#people ul li>div {
	float: left;
	width: 50%;
}

#people ul li>div.right {
	float: right;
}

#people ul li>div .imgBox {
	font-size: 0;
	height: auto;
}

#people ul li>div figcaption {
	margin-top: 10px;
}

#people ul li .modal {
	position: static;
	width: 50%;
	opacity: 1;
	float: left;
	padding: 10px 10px 12px 10px;
	background: rgba(19, 29, 85, 1);
	color: #fff;
	box-sizing: border-box;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a.allLink {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	outline: none;
}

#people ul li .modal ul li {
	width: 100%;
	font-size: 10px;
}

#people ul li .modal ul li.name {
	font-size: 16px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#people ul li .modal ul li:last-child {
	margin-top: 15px;
	font-size: 13px;
}

#people ul li:first-child {
	margin-top: 0;
}

#people .modal ul li:nth-child(3) ul li {
	margin-top: 0;
}

#people ul li .modal a {
	width: 100%;
	margin: 20px auto 0;
	font-size: 10px;
	padding: 4px 0;
}

#people ul li .modal dl dt {
	margin-bottom: 15px;
	font-size: 14px;
}

/*-- number
	------------------------*/
#number {
	background: #edebeb;
	position: relative;
}

#number h2 {
	text-align: center;
	margin-bottom: 30px;
}



/*-- recruit
	------------------------*/
#recruit {
	/* padding: 20px 0; */
	position: relative;
}

#recruit h2 {
	margin-bottom: 25px;
	text-align: center;
}

#recruit .toggle_Content {}

#recruit .toggle_Content h2.toggle_title {
	background: url(../img/ico_open.png) no-repeat #0443b6;
	background-position: right 15px center;
	background-size: 15px;
	color: #fff;
	padding: 15px 20px;
	float: none;
	margin-right: 1px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 0;
	text-align: left;
	font-family: "Yu Gothic", YuGothic, sans-serif;
}

#recruit .toggle_Content h2.toggle_title.active {
	background: url(../img/ico_close.png) no-repeat #0443b6;
	background-position: right 15px center;
	background-size: 15px;
	font-size: 14px;
}

#recruit .toggle_Content h2.toggle_title span {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	display: inline-block;
	font-size: 12px;
	padding-left: 14px;
}

#recruit .toggle_Content li {
	margin-top: 10px;
}

#recruit .toggle_Content li:first-child {
	margin-top: 0px;
}

#recruit .toggle_Content li .t-slide {
	display: none;
}

#recruit .toggle_Content ul li .t-slide.active {
	display: block;
}

#recruit .toggle_Content h2.toggle_title.active:after {
	content: "";
	background: url(../img/tab-arrow.png) no-repeat;
	width: 17.5px;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -9.5px;
	background-size: 100%;
}

#recruit .toggle_Content dl {
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #0443b6;
	width: 100%;
}

#recruit .toggle_Content dt {
	display: block;
	clear: left;
	margin-right: 0;
	width: 100%;
	color: #020d49;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	box-sizing: border-box;
}

#recruit .toggle_Content dd {
	display: block;
	font-size: 12px;
}

#recruit .toggle_Content dd.rtv {
	position: relative;
}

#recruit .toggle_Content dd.rtv img {
	padding-top: 10px;
}

#recruit .toggle_Content dd.rtv span {
	width: 30%;
	text-align: right;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

#recruit .toggle_Content dd div img {
	width: auto
}

#recruit .toggle_Content span a.entry {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin: 0;
}

/*-- n04 --*/

footer .inner {
	padding: 40px 0 88px;
}

footer .inner p {
	width: 80.5%;
	margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0;
	outline: 0;
	width: 50px;
	height: 100%;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-prev {
	left: -10px;
	background: url(../img/prev.png) no-repeat;
	background-size: 26px;
	background-position: left center;
}

.bx-wrapper .bx-next {
	right: -10px;
	background: url(../img/next.png) no-repeat;
	background-size: 26px;
	background-position: right center;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: right center;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: left center;
}

.modalContents {
	overflow: hidden;
	padding: 20px 0;
}

.modalArea {
	width: 100%;
	box-sizing: border-box;
}

.modalContents .right .imgBox {
	float: none;
	margin-left: 0;
}

/*モーダル*/
.modalContents figure.right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 20px;
}

.modalContents figure.right figcaption {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.modalContents figure.right .imgBox {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	float: none;
	width: 100%;
	margin-top: 20px;
}

.modalContents dl dd {
	font-size: 12px;
	line-height: 24px;
}

.modalContents dl dt {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.centerCont {
	padding: 0 20px;
}

.centerCont,
.modalContents dl,
.modalContents dl:last-child {
	margin-top: 20px;
}

.modalContents figure.right dl {
	margin-top: 0;
}

.modalContents .left {
	margin-top: 20px;
	padding: 0 20px;
}

.modalContents .left .imgBox {
	float: none;
	margin-right: 0;
}

.modalContents .bgcont figcaption {
	display: block;
	padding: 20px;
}

.modalContents .bgcont .imgBox {
	display: block;
}

.modalContents dl dt span.sub-title {
	font-size: 14px;
	font-weight: normal;
}

.closeBtn {
	margin: 30px auto 20px;
	text-align: center;
	width: 279px;
}

.modalContents .bgcont {
	margin-top: 20px;
}
