/*全体共通*/
html {
	overflow: auto;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  position: relative;
  color: #333333;
	overflow-x: hidden;
}
h1{
  max-height: 100%; 
  color: #333333;
}
a{
	color: #333333;
	font-weight: normal;
}
a:hover{
	cursor: pointer;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.red{
	color: #e60012!important;
}
.yellow{
	color: #ffff00;
}
.blue{
	color: #3372b9;
	transition: .3s;
}
.blue:hover{
	color: #135299;
}
.pink{
	color: #ff7987;
}
.center{
	text-align: center;
}
.under{
	border-bottom: 1px solid #888;
}
#loading{
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
/*パンくずリスト*/
.breadcrumbs{
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 20px;
}
.breadcrumbs li{
	position: relative;
	padding: 0 10px;
	line-height: 20px;
	height: 20px;
}
.breadcrumbs li a,.breadcrumbs li{
	display: inline-block;
	font-size: 1.3rem;
	color: #494949;
}
.breadcrumbs li:after{
	content: "";
    display: inline-block;
    border-top: 1px #494949 solid;
    border-right: 1px #494949 solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -4px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumbs li:last-child::after{
	display: none;
}


/*フォント*/
html { font-size: 62.5%; } 
body { font-size: 1.6rem; } 
h1 { font-size: 2.5rem; } 
h2 { font-size: 2rem; }
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}
/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none){
    body {font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;}
}

p,li,dd{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
    color: #233;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
}
.bold{
	font-weight: bold;
}
.serif{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.sanSerif{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
.adobe_g_p{
	font-family: adobe-garamond-pro,serif;
	font-weight: 400;
	font-style: normal;
}
.flood_st{
	font-family: flood-std,sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*スクロールダウン全体の場所*/
.scrolldown1{
	/*描画位置※位置は適宜調整してください*/
	position:absolute;
	left: 96.4%;
	bottom: 20px;
	/*全体の高さ*/
	height: 140px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	/*描画位置*/
	position: absolute;
	left: -15px;
	top: 26px;
	/*テキストの形状*/
	color: #eee;
	font-size: 14px;
	letter-spacing: 0.05em;
	transform: rotate(90deg);
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
	/*描画位置*/
	position: absolute;
	top: 0;
	/*線の形状*/
	width: 1px;
	height: 181px;
	background: #eee;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 2.4s ease-in-out infinite;
	opacity:0;
	/* left: 0%; */
	}

	@media screen and (max-width:767px){
		.scrolldown1 {
			left: 4%;
			bottom: 30px;
		}
		.scrolldown1::after {
			height: 81px;
			animation: pathmove-sp 1.4s ease-in-out infinite;
		}
		.scrolldown1 {
			height: 81px;
		}
		.scrolldown1 span {
			font-size: 12px;
			left: -16px;
			top: 17px;
			color: #fff;
			letter-spacing: 0.2em;
		}
	}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
	height:0;
	top:0;
	opacity: 0;
}
30%{
	height:90px;
	opacity: 1;
}
100%{
	height:0;
	top:181px;
	opacity: 0;
}
}

@keyframes pathmove-sp{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:40px;
		opacity: 1;
	}
	100%{
		height:0;
		top:81px;
		opacity: 0;
	}
	}





.newsBox::-webkit-scrollbar {
  width: 8px;   /* 縦スクロールバーの幅 */
}

/*
 * Windows だとスクロールバーの上下に出るクリックすることで少しだけスクロールできるボタン
 * Mac の場合は表示されない 
 */
 .newsBox::-webkit-scrollbar-button {
	display: none;
}

/* スクロールバー領域全体の背景色 (piece と thumb まとめて) */
.newsBox::-webkit-scrollbar-track {
	background: #fff;
}

/* スクロールバー領域の背景色 */
.newsBox::-webkit-scrollbar-track-piece {
  
}

/* スクロールバーの色 */
.newsBox::-webkit-scrollbar-thumb {
  
  border-radius: 10px;
  background: rgba(188, 188, 188, 1);
}

.newsBox::-webkit-scrollbar-track {
	border-radius: 10px;
}

/* 縦横スクロールバーの間 (角) に表示される領域 */
.newsBox::-webkit-scrollbar-corner {
  
}

/* リサイズ可能な場合の角の色 */
.newsBox::-webkit-resizer {
  background: rgba(255, 255, 0, .5);
}

/* 現状 Firefox でのみ有効 */
#scrollbar > * {
  /* スクロールバーの色・背景領域を同時指定する */
  scrollbar-color: rgba(255, 0, 0, .5) rgba(0, 0, 255, .5);
  /* スクロールバーの太さ */
  scrollbar-width: thin;
}


/*PC*/
@media screen and (min-width:900px){
	.pc{
		display: block;
	}
	.tab{
		display: none!important;
	}
	.sp{
		display: none!important;
	}
	.tab_sp{
		display: none!important;
	}
}
/*TAB*/
@media screen and (max-width:899px){
	.pc{
	  	display: none!important;
	}
	.tab{
		display: block;
	}
	.sp{
		display: none!important;
	}
	.tab_sp{
		display: block;
	}

}

/*SP*/
@media screen and (max-width:480px){
	.tab{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
}

#mainBox {
	overflow: hidden;
}

/*共通セクションタイトル*/
.section-title {
	font-size: 85px;
	color: #223E5C;
}
.section-title::before {
	content: "";
	position: absolute;
	width: 260px;
	height: 1px;
	background-color: #223E5C;
	top: 98%;
	left: 67%;
	transform: rotate(-45deg);
}
.section-title::after {
	letter-spacing: 0 !important;
}
.mainCntBox .cntTitle {
	position: relative;
	display: inline-block;
	z-index: 2;
}
.mainCntBox .cntBox {
	padding-left: 25px;
	padding-right: 25px;
}
/*共通ボタン*/
.btn {
	font-size: 16px;
	letter-spacing: 0.05em;
}
.btn a {
	display: inline-block;
	padding: 25px 107px 23px 26px;
	background-color: #223E5C;
	color: #fff;
	position: relative;
	transition: all .3s ease 0s;
}
.btn a:hover {
	padding-right: 97px;
}
.btn a span {
	transition: all .3s ease 0s;
}
.btn a:hover span {
	padding-left: 10px;
}
.btn a::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	background-color: #FAF9F4;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: all .3s ease 0s;
}
.btn a:hover::after {
	width: 90px;
}

@media screen and (max-width:767px){
	.btn {
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	.btn a {
		display: inline-block;
		background-color: #223E5C;
		color: #fff;
		position: relative;
	}
	.btn a::after {
		content: "";
		position: absolute;
		width: 72px;
		height: 1px;
		background-color: #FAF9F4;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}	
	.section-title::before {
		width: 130px;
	}
	.mainCntBox .cntTitleWrapper {
		width: 295px;
		margin-left: auto;
		margin-right: auto;
	}
	.mainCntBox .cntBox {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

.is-sp {
	display: none;
}


@media screen and (max-width:767px) {
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 11px 18px;
	}
	.wp-pagenavi .page, .wp-pagenavi span {
		margin: 0 2px;
	}
}

/*ヘッダー*/
#header {
	position: absolute;
	top: 45px;
	left: 29px;	
}
#headerLogo a {
	display: block;
	transition: all .3s ease 0s;
}
#headerLogo a:hover {
	opacity: 0.7;
}
#headerLogo img {
	width: 330px;
	height: 68px;
}
#headerNav {
	margin-top: 16px;
	margin-left: 7px;
}
#headerNav li {
	display: flex;
	align-items: center;
}
#headerNav a {
	display: flex;
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #223E5C;
	line-height: 1.35;
	align-items: center;
	transition: all .3s ease 0s;
}
#headerNav a:hover {
	opacity: 0.7;
}
#headerNav .mainTitle {
	width: 104px;
}
#headerNav .subTitle {
	font-size: 13px;
	letter-spacing: -0.02em;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	padding-left: 61px;
	position: relative;
}
#headerNav .subTitle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 11px;
	width: 45px;
	height: 1px;
	background-color: #223E5C;
	opacity: 0.5;
}
#drawer {
	display: none;
}




/*メインヴィジュアル*/
#mainVisual {
	width: 100%;
	height: 768px;
	background: transparent url(../img/mainVisual_bg.jpg) no-repeat center center / cover;
	position: relative;
}
#mainVisual #copyText {
	position: absolute;
	top: 66.5%;
	left: 30px;
	font-size: 44px;
}
#mainVisual #copyText p {
	color: #FFF;
	line-height: 1.7;
	/*opacity: 0.8;*/
	-webkit-mix-blend-mode: overlay;
	mix-blend-mode: overlay;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#mainVisual #copyText .ja {
	position: relative;
	padding-left: 35px;
}
#mainVisual #copyText .ja::before {
	content: "「";
	position: absolute;
	top: -7%;
	left: -25px;
	font-weight: 600;
}
#mainVisual #copyText .en {
	margin-left: 177px;
	position: relative;
}
#mainVisual #copyText .en::after {
	content: "」";
	position: absolute;
	top: 20%;
	right: -10%;
}
#mainVisual #copyText .en span:first-child {
	font-size: 55px;
}
#mainVisual #copyText .en span:not(:first-child) {
	font-size: 35px;
}
#mainVisual::after {
	content: "";
	position: absolute;
	width: 69.39vw;
	height: 12%;
	bottom: -12%;
	left: 0;
	background-color: #F4F5F7;
}

/*メッセージ*/
#message {
	margin-top: 150px;
	position: relative;
}
#message::before {
	content: "";
	position: absolute;
	top: 15.2%;
	right: 0;
	width: 91.36vw;
	height: 90%;
	background-color: #DFEBF7;
	z-index: -1;
}
#message::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -13%;
	width: 91.36vw;
	height: 9%;
	background-color: #39699B;
}
#message .section-title::after {
	content: "代表メッセージ";
	position: absolute;
	bottom: -59%;
	left: 114%;
	width: 98%;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#message .cntBox {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	position: relative;
}
.messageBoxWrapper {
	margin-top: 105px;
	display: flex;
}
.messageBox01 {
	width: 73%;
	position: relative;
}
.messageBox01 .title {
	font-size: 43px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #223E5C;
	line-height: 1.8;
	color: #fff;
	margin-left: -65px;
	margin-top: 11px;
	letter-spacing: 0;
	position: relative;
}
.messageBox01 .title::after {
	content: "";
	position: absolute;
	width: 175px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	right: 6%;
}
.messageBox01 .about {
	width: 676px;
	max-width: 100%;
	margin-left: 46px;
	margin-right: auto;
	line-height: 2.1;
	letter-spacing: 0;
}
.messageBox01 .role {
	position: absolute;
	top: 60%;
	right: 9%;
}
.messageBox01 .role img {
	width: 100%;
	height: auto;
}
.messageBox01 .role span {
	display: block;
}
.messageBox01 p {
	margin-top: 51px;
	font-size: 18px;
	color: #223E5C;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.messageBox02 {
	width: 27%;
	margin-top: -159px;
}
.messageBox02 .cntImg {
	width: 342px;
	position: relative;
}
.messageBox02 .cntImg::before {
	padding-top: 132.748%;
	display: block;
	content: "";
}
.messageBox02 .cntImg img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.messageBox02 .careerBox {
	color: #223E5C;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	padding: 30px 20px;
	width: 120%;
	max-width: 120%;
	background-color: #fff;
	opacity: 0.9;
	margin-top: -24px;
	margin-left: -80px;
}
.messageBox02 .name {
	font-size: 17px;
	font-weight: 700;
	border-bottom: 1px solid #E9E4D4;
	padding-bottom: 15px;
}
.messageBox02 .player {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	color: rgb(34, 62, 92);
}
.messageBox02 .player p {
	margin-top: -8px;
	color: rgb(34, 62, 92);
}
.messageBox02 .leader {
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}
.messageBox02 .leader p {
	color: rgb(34, 62, 92);
}
.messageBox02 .from {
	font-size: 14px;
	font-weight: 500;
	margin-top: 14px;
}
.messageBox02 .explain {
	font-size: 14px;
	font-weight: 500;
	margin-top: 21px;
	line-height: 1.4;
	color: rgb(34, 62, 92);
}
#message .cntBox .cntName {
	font-size: 196px;
	color: #fff;
	position: absolute;
	top: 66%;
	left: 20%;
	transform: rotate(-17deg);
	letter-spacing: -0.03em;
	z-index: -1;
}

/*サービス*/
#service {
	margin-top: 198px;
	position: relative;
}
#service::before {
	content: "";
	position: absolute;
	width: 65.15vw;
	top: 16%;
	right: 0;
	height: 64.2%;
	background-color: #DFEBF7;
	z-index: -1;
}
#service .section-title::after {
	content: "事業内容";
	position: absolute;
	bottom: -59%;
	left: 114%;
	width: 100%;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#service .cntBox {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
}
.serviceBox .cntImg {
	width: 620px;
	max-width: 100%;
	position: relative;
}
.serviceBox .cntImg::before {
	padding-top: 75.1612%; /* (466 / 620) */
	display: block;
	content: "";
}
.serviceBox .cntImg img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.serviceBox {
	display: flex;
	margin-top: 156px;
	padding-right: 118px;
}
.serviceBox .lifeBox {
	width: 576px;
	max-width: 100%;
	margin-left: 52px;
}
.serviceBox .lifeBox .name {
	padding-left: 59px;
	position: relative;
}
.serviceBox .lifeBox .name .en {
	font-size: 20px;
	color: #223E5C;
	letter-spacing: 0.05em;
	display: block;
	line-height: 1.5;	
}
.serviceBox .lifeBox .name .ja {
	font-size: 33px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #223E5C;
	letter-spacing: .em;
	display: block;
}
.lifeBox .name::before,.lifeBox .name::after{
	content: "";
	position: absolute;
	top: -3%;
	left: 0;
	width: 5px;
	height: 70px;
}
.lifeBox .name::before {
	border-left: 10px solid #39699B;
}
.lifeBox .name::after {
	border-left: 5px solid #9BC0E8;
}
.serviceBox .serviceLogo {
	width: 196px;
	max-width: 100%;
	position: relative;
	margin-top: 16px;
	margin-left: auto;
}
.serviceBox .serviceLogo::before {
	padding-top: 31.12%; /* (61 / 196) */
	display: block;
	content: "";
}
.serviceBox .serviceLogo img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.serviceBox .lifeBox .name {
	margin-top: 49px;
	padding-left: 24px;
}
.serviceBox .lifeBox p {
	margin-top: 17px;
	font-size: 16px;
	font-weight: 500;
	color: #223E5C;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0;
	line-height: 1.8;
}
.serviceBtn {
	margin-top: 30px;
	text-align: right;
}
#service .bgImg {
	width: 100%;
	position: relative;
	margin-top: 69px;
	z-index: -2;
}
#service .bgImg::before {
	padding-top: 17.3499%; /* (237/1366) */
	display: block;
	content: "";
}
#service .bgImg img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*アバウト*/
#about {
	margin-top: 70px;
}
#about .cntBox {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
}
#about .cntTitle {
	margin-left: 60%;
} 
#about .section-title::after {
	content: "会社概要";
	position: absolute;
	bottom: -59%;
	left: 114%;
	width: 100%;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cntAboutBox {
	width: 85.13vw;
}
.cntAboutBox .company {
	font-size: 28px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	color: #223E5C;
	border-bottom: 1px solid #39699B;
	padding-left: 28px;
	padding-bottom: 54px;
	position: relative;
}
.cntAboutBox .company::before {
	content: "";
	position: absolute;
	top: -16%;
	left: 0;
	width: 5px;
	height: 55px;
	border-left: 10px solid #39699B;
}
.cntAboutBox .company::after {
	content: "";
	position: absolute;
	top: -16%;
	left: 0;
	width: 5px;
	height: 55px;
	border-left: 5px solid #9BC0E8;
}
.cntAboutBox .info {
	padding: 107px 104px 87px 118px;
	background-color: #FAF9F4;
}
.cntAboutBox .block {
	display: flex;
	align-items: center;
	padding: 25px 0;
	font-size: 17px;
	border-bottom: 1px solid #39699B;
	letter-spacing: 0.05em;
	padding-left: 36px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cntAboutBox .header {
	width: 181px;
	max-width: 100%;
	color: #39699B;
}
.cntAboutBox .description {
	width: calc(100% - 181px);
	color: #223E5C;
}

/*リクルート*/
#recruit {
	margin-top: 62px;
}
#recruit .cntBox {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
}
#recruit .cntTitle {
	margin-left: 54%;
} 
#recruit .section-title::before {
	left: 65%;
	width: 259px;
	top: 114%;
}
#recruit .section-title::after {
	content: "採用情報";
	position: absolute;
	bottom: -82%;
	left: 113%;
	width: 50%;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.recruitBox {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position: relative;
	z-index: 1;
	background-color: #F4F5F7;
	padding-top: 208px;
	padding-bottom: 194px;
	padding-left: 128px;
}
.recruitBox::after {
	content: "";
	position: absolute;
	top: 25%;
	right: 0;
	width: 91.3616%;
	height: 54.5%;
	background-color: #223E5C;
	z-index: -1;
}
.recruitBox .cntImg {
	width: 620px;
	max-width: 101%;
	position: relative;
	margin-top: -154px;
	margin-left: 40px;
}
.recruitBox .cntImg::before {
	padding-top: 75.1612%; /* (466 / 620) */
	display: block;
	content: "";
}
.recruitBox .cntImg img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.challengeBox {
	width: 540px;
	max-width: 100%;
	margin-top: 45px;
}
.challengeBox .copy {
	font-size: 45px;
	letter-spacing: 0.1em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #FAF9F4;
	line-height: 1.13;
}
.challengeBox p {
	margin-top: 24px;
	color: #FFFFFF;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #FAF9F4;
	line-height: 1.8;
}
.recruitBtn {
	margin-top: 22px;
}
.recruitBtn a {
	background-color: #FFFFFF;
	color: #223E5C;
}
.recruitBtn a::after {
	background-color: #223E5C;
}

/*ニュース*/
#news {
	padding-top: 64px;
	padding-bottom: 42px;
	background: url(../img/news_bg.jpg) no-repeat center center / cover;
}
#news .cntBox {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
}
#news .news-title {
	font-size: 159px;
	letter-spacing: 0.05em;
	color: rgba(57, 105, 155, 0.17);
	text-align: center;
	position: relative;	
}
#news .news-title::before {
	content: "お知らせ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #223E5C;
	opacity: 1;
}
.newsBox {
/*	overflow-y: scroll;
	height: 478px;*/
	padding-right: 20px;
	margin-top: 15px;
}
.newsMeta {
	padding: 20px 0 20px 8px;
	border-bottom: 1px solid #707070;
}
.newsMeta:first-child {
	border-top: 1px solid #707070;
}
/*.newsMeta span {
	display: block;
	color: #000;
	transition: all .3s ease 0s;
}*/
/*.newsMeta span:hover {
	opacity: 0.7;
}*/
.newsData {
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #223E5C;
	color: #fff;
	letter-spacing: 0.07em;
}
.newsCnt{
	margin-top: 12px;
}
.newsCnt p,.newsCnt a,.newsCnt li,.newsCnt dd{
	font-size: 18px;
	margin: 5px 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	letter-spacing: 0.03em;
}
@media screen and (max-width:767px){
    .newsCnt p,.newsCnt a,.newsCnt li,.newsCnt dd{
    	font-size: 16px;
    }
}
.newsCnt a{
  transition: all .3s ease 0s;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, sans-serif;
  color: #223E5C;
  padding-bottom: 3px;
  border-bottom: 1px solid #223E5C;
  font-size: 16px;
}
.newsCnt a: hover{
	opacity: .8;
}
.newsLink {
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	color: #223E5C;
	margin-top: 21px;
	text-decoration: underline solid #223E5C !important;
}
.newsBtn {
	margin-top: 44px;
	text-align: center;
}

/*マップ*/



#iframe-map {
  padding-top: 24.08%; /*(329 / 1366)*/
  position: relative;
	background-color: #39699B;
}
#iframe-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	filter: opacity(50%);
	-webkit-filter: opacity(50%);
	transition: all .3s;
}
#iframe-map iframe:hover {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}







/*フッター*/
#footer {
	padding-top: 57px;
	padding-bottom: 22px;
	background-color: #F4F5F7;
}
#footer #footerCnt {
	width: 96%;
	max-width: 1130px;
	margin: 0 auto;
	display: flex;

}
#footer .company {
	font-size: 17px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	color: #39699B;
	margin-top: 32px;
}
.footerMeta {
	display: flex;
}
.footerBtn {
	width: 315px;
	max-width: 100%;
}
.footerBtn a {
	font-size: 16px;
	padding-right: 62px;
	padding-top: 25px;
	padding-bottom: 19px;
}
.footerBtn a:hover {
	padding-right: 52px;
}
.footerBtn a::after {
	width: 54px;
}
.footerBtn a:hover::after {
	width: 44px;
}
#footerLogo a {
	display: block;
}
#footerLogo img {
	width: 251px;
	height: 54px;
}
#footerNav {
	margin-left: auto;
}
#footerNavMain li {
	font-size: 19px;
	letter-spacing: 0.05em;
	color: #223E5C;
	display: flex;
	align-items: center;
	text-align: right;
}
#footerNavMain a {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #223E5C;
	line-height: 1.2;
	align-items: center;
	text-align: right;
	transition: all .3s;
}
#footerNavMain a:hover {
	opacity: 0.7;
}
#footerNavMain .mainTitle {
	width: 104px;
	font-size: 17px;
}
#footerNavMain .subTitle {
	font-size: 11px;
	letter-spacing: -0.02em;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	position: relative;
	padding-left: 61px;
	width: 77px;
}
#footerNavMain .subTitle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 11px;
	width: 45px;
	height: 1px;
	background-color: #223E5C;
	opacity: 0.5;
}
#footerNavMain li:not(:first-child) .subTitle::before {
	left: 17px;
	width: 38px;
}
#footer small {
	font-size: 13px;	
}
.footerCopyBox {
	width: 96%;
	max-width: 1130px;
	margin: 10px auto 0;
}


/*ニュース下層ページ*/
#subMainVisual {
	width: 100%;
	height: 325px;
	position: relative;
}
.newsMainVisual {
	background: transparent url(../img/newsMainVisual_bg.jpg) no-repeat center center / cover;
}
#subNews {
	margin-top: 78px;
}
#subMainVisual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 325px;
	background: transparent linear-gradient(121deg, #FFFFFFAD 0%, #FFFFFF15 100%) 0% 0%;
}
#subNews .cntBox {
	width: 1130px;
	max-width: 90%;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}
#subNews .newsBoxSub {
	margin-top: 36px;
	margin-bottom: 60px;
}
#subNews .section-title::before {
	left: 49%;
}
#subNews .section-title::after {
	content: "お知らせ";
	position: absolute;
	bottom: -57%;
	left: 120%;
	width: 100%;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.subBtn {
	font-size: 16px !important;
}
.subBtn a {
	padding-left: 16px;
	padding-right: 66px;
	padding-bottom: 17px;
	padding-top: 20px;
}
.subBtn a:hover {
	padding-right: 56px;
}
.subBtn a::after {
	width: 56px;
}
.subBtn a:hover::after {
	width: 46px;
}
#subNews .yearPage {
	display: flex;
	justify-content: end;
	margin-top: 56px;
}
#subNews .yearPage .btn:nth-child(2) {
	margin-left: 20px;
}
.subNewsFooter {
	margin-top: 118px;
}


/*リクルート下層ページ*/
.recruitMainVisual {
	background: transparent url(../img/recruitMainVisual_bg.jpg) no-repeat center center / cover;
}
#subRecruit {
	margin-top: 78px;
	position: relative;
}
#subRecruit .section-title::before {
	left: 65%;
}
#subRecruit .section-title::after {
	content: "採用情報";
	position: absolute;
	bottom: -58%;
	left: 115%;
	width: 50%;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#subRecruit .cntBox {
	width: 1130px;
	max-width: 85%;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}
#subRecruit::before {
	content: "";
	position: absolute;
	top: -12.5%;
	left: 0;
	background-color: #F4F5F7;
	width: 91.3616vw;
	height: 122%;
	z-index: -2;
}
#subRecruit .cntImg {

}
#subRecruit .cntImg::before {
	
}
.subRecruitBox .cntImg {
	width: 683px;
	max-width: 100%;
	position: relative;
	z-index: -1;
}
.subRecruitBox .cntImg::before {
	padding-top: 68.3748%; /* (467 / 687) */
	display: block;
	content: "";
}
.subRecruitBox .cntImg img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.subRecruitBox {
	display: flex;
	margin-top: 75px;
	align-items: center;
	max-width: 98%;
}
.subRecruitBox .lifeBox {
	width: 576px;
	max-width: 82%;
	margin-left: -73px;
	margin-top: 30px;
	position: relative;
}
.subRecruitBox .lifeBox::before {
	content: "";
	position: absolute;
	top: 6%;
	height: 143%;
	right: -13.1vw;
	width: 60vw;
	background-color: #FAF9F4;
	z-index: -2;
}
.subRecruitBox .lifeBox .name {
	padding-left: 59px;
	position: relative;
}
.subRecruitBox .lifeBox .name .en {
	font-size: 53px;
	color: #223E5C;
	letter-spacing: 0.05em;
	display: block;
	line-height: 1.9;
}
.subRecruitBox .lifeBox .name .ja {
	font-size: 40px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #223E5C;
	letter-spacing: -0.01em;
	display: block;
	padding-left: 20px;
}
#subRecruit .lifeBox .name::before {
	content: none;
}
#subRecruit .lifeBox .name::after {
	content: none;
}
.subRecruitBox .lifeBox .name {
	margin-top: 75px;
	padding-left: 24px;
}
.subRecruitBox .lifeBox p {
	margin-top: 39px;
	font-size: 16px;
	font-weight: 500;
	color: #223E5C;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2.3;
	padding-left: 28px;
}
#environment {
	margin-top: 194px;
	position: relative;
}
#environment::before {
	content: "";
	position: absolute;
	width: 75.3294vw;
	height: 76%;
	top: 16.8%;
	left: 0;
	background-color: #9BC0E8;
	z-index: -1;
}
#environment .cntImgBox {
	display: flex;
	padding-left: 65px;
}
#environment .cntImgBox .cntImg:not(:first-child) {
	margin-left: 18px;
}
#environment .cntImgBox .cntImg:nth-child(2) {
	margin-top: 100px;
}
#environment .cntImgBox .cntImg:nth-child(3) {
	margin-top: 38px;
}
#environment .cntBox {
	width: 1130px;
	max-width: 96%;
	margin: 113px auto 0;
}
#environment .cntTitle {
	background-color: #39699B;
	position: relative;
	position: absolute;
	top: 7.8%;
	right: 8.5%;
	text-align: center;
	padding-top: 127px;
	padding-top: 100px;
  padding-bottom: 87px;
  padding-right: 27.5px;
  padding-left: 37.5px;
}
#environment .cntTitle span:first-child {
	font-size: 40px;
	letter-spacing: 0.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #FFF;
	display: block;
	line-height: 1.3;
}
#environment .cntTitle span:nth-child(2) {
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #FFF;
	display: block;
	margin-top: 8px;
}
#environment .cntTitle::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 11px;
	width: 100%;
	height: 100%;
	border: 1px solid #223E5C;
}
.cntTextBox {
	position: relative;
}
.cntEnvironmentBox .cntImg {
	position: relative;
	width: 100%;
}
.cntEnvironmentBox .cntImg::before {
	content: "";
	display: block;
	padding-top: 63.955%;
}
.cntEnvironmentBox .cntImg img {
	-o-object-position: top;
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: top;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.cntEnvironmentBox .cntImg::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #223E5C;
}
.cntEnvironmentBox .cntTextBox::before {
	position: absolute;
	font-size: 174px;
	font-family: adobe-garamond-pro,serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(34, 62, 92, 0.19);
	right: 0;
	letter-spacing: -0.07em;
}
/*.cntEnvironmentBox:first-child .cntTextBox::before {
	content: "01";
	top: -41%;
}*/
/*.cntEnvironmentBox:nth-child(2) .cntTextBox::before {
	content: "02";
	top: -20%;
}*/
.cntTextBox .heading {
	color: #223E5C;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cntTextBox p {
	color: #223E5C;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	font-weight: 500;
	line-height: 1.75;
	width: 557px;
	max-width: 100%;
	letter-spacing: 0.05em;
	margin-top: 16px;
}
.cntEnvironmentBox {
	display: flex;
	align-items: center;
}
.cntEnvironmentBox:nth-child(2n) {
	flex-direction: row-reverse;
	margin-top: 116px;
}
.cntEnvironmentBox:first-child .cntTextBox {
	margin-left: 40px;
	/*margin-top: 72px;*/
}
.cntEnvironmentBox:not(:first-child) .cntTextBox {
	margin-right: 40px;
	margin-top: 19px;
}
#jobInfo {
	margin-top: 113px;
	position: relative;
}
#jobInfo::before {
	content: "";
	position: absolute;
	top: -0.9%;
	right: 0;
	width: 50vw;
	height: 50%;
	background-color: #E9E4D4;
	z-index: -2;
}
#jobInfo::after {
	content: "";
	position: absolute;
	top: 1.8%;
	left: 4%;
	width: 92.0937vw;
	height: 101.5%;
	background-color: #FAF9F4;
	z-index: 1;
}
#jobInfo .cntBox {
	width: 1130px;
	max-width: 89%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#jobInfo .section-title::before {
	left: 69%;
}
#jobInfo .section-title::after {
	content: "募集要項";
	position: absolute;
	bottom: -58%;
	left: 115%;
	width: 50%;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#jobInfo .jobKind {
	display: flex;
	justify-content: end;
	margin-top: 57px;
}
#jobInfo .jobKind .btn:nth-child(2) {
	margin-left: 24px;
}
#jobInfo .jobKind .btn a {
	letter-spacing: 0.02em;
}
#jobInfo .heading {
	color: #223E5C;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	padding-left: 29px;
	position: relative;
}
#jobInfo .heading::before {
	content: "";
	position: absolute;
	top: -46%;
	left: 0;
	width: 5px;
	height: 60px;
	border-left: 10px solid #39699B;
}
#jobInfo .heading::after {
	content: "";
	position: absolute;
	top: -46%;
	left: 0;
	width: 5px;
	height: 60px;
	border-left: 5px solid #9BC0E8;
}
.sales-table {
	margin-top: 30px;
} 
.sales-table .btn {
	text-align: right;
	margin-top: 30px;
}
.office-table {
	margin-top: 94px;
}
.office-table .btn {
	text-align: right;
	margin-top: 30px;
}
.table {
	width: 100%;
	border: 1px solid #39699B;
	border-collapse: collapse;
	margin-top: 35px;
}
.table th, td {
  vertical-align: middle;
}
th {
	color: #fff;
	background-color: #223E5C;
	border-bottom: 1px solid #DFEBF7;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 312px;
}
tr:last-child th {
	border-bottom: none;
}
td {
	color: #223E5C;
	background-color: #fff;
	border-bottom: 1px solid #39699B;
	padding-top: 24px;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 23px;
  letter-spacing: -0.01em;
	line-height: 1.75;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
tr:last-child td {
	border-bottom: none;
}
#entry {
	margin-top: 38px;
	padding-top: 147px;
	padding-bottom: 55px;
	background-color: #9BC0E8;
}
#entry .cntBox {
	width: 1130px;
	max-width: 100%;
	margin: 0 auto;
}
#entry .cntTitle {
	margin-left: 50%;
}
#entry .section-title::before {
	left: 56%;
}
#entry .section-title::after {
	content: "ご応募フォーム";
	position: absolute;
	bottom: -58%;
	left: 117%;
	width: 100%;
	font-size: 36px;
	letter-spacing: -0.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entryBtn a {
	padding-right: 164px;
	padding-bottom: 22px;
}
.entryBtn a:hover {
	padding-right: 154px;
}
.entryBtn a::after {
	width: 145px;
}
.entryBtn a:hover::after {
	width: 135px;
}
.entryText {
	width: 58.7115vw;
	background-color: #223E5C;
	color: #FFF;
	padding: 22px 0;
	margin-top: 87px;
}
.entryText p {
	color: #fff;
	font-size: 25px;
	line-height: 2;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: inline-block;
	margin-left: 24%;
}
.entryText p:nth-child(2) {
	
}
.contact-form {
	width: 800px;
	max-width: 96%;
	margin: 76px auto 0;
}
.contact-form__row {
	display: flex;
	align-items: center;
}
.contact-form__row:not(:first-child) {
	margin-top: 14px;
}
.contact-form__label {
	width: 200px;
	color: #223E5C;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #FAF9F4;
	border-bottom: 1px solid #FAF9F4;
	background-color: #FAF9F4;
	position: relative;
}
.contact-form__label .is-required {
	position: relative;
}
.contact-form__label .is-required::before {
	content: "*";
	position: absolute;
	top: -22px;
	right: -14px;
	width: 16px;
	height: 16px;
	color: #C62525;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.contact-form__label .contact-required::before {
	top: -87px;
}
.contact-form__row .contact {
	height: 189px;
	line-height: 189px;
	margin-top: -9px;
}
.contact-form__input {
	width: calc(100% - 206px);
}
.contact-form__input [type=text],
.contact-form__input [type=email],
.contact-form__input [type=number],
.contact-form__input [type=tel] {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #223E5C;
  height: 58px;
	line-height: 58px;
	border: 1px solid #FAF9F4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
  width: 95%;
	padding-left: 30px;
	outline: none;
	color: #fff;
}
.contact-form__radio .contact-form__label {
	min-width: 200px;
}
.contact-form__radio .contact-form__input {
	height: 60px;
	line-height: 60px;
	background-color: #223E5C;
}
.contact-form__radio [type=radio] {
  display: none;
}
.contact-form__radio span {
  padding-left: 25px;
  margin-right: 21.5px;
  position: relative;
	color: #FFFFFF;
}
.contact-form__radio span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
					-webkit-box-shadow: none;
          box-shadow: none;
					-webkit-appearance: none;
					-moz-appearance: none;
							 appearance: none;
}
.contact-form__radio span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #223E5C;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}
.contact-form__radio [type=radio]:checked + span::after {
  display: block;
}
.contact-form__row .radio {
	padding-left: 47px;
	border: 1px solid #FAF9F4;
}
.contact-form__input textarea {
	-webkit-box-shadow: none;
          box-shadow: none;
  background-color: #223E5C;
  height: 171px;
	border: 1px solid #FAF9F4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
  width: 95.5%;
	resize: none;
	padding-top: 17px;
	padding-left: 29px;
	outline: none;
	color: #fff;
}
.contact-form__button {
  margin-top: 41px;
  text-align: center;
}
.contact-form__button [type=submit] {
  color: #223E5C;
	background-color: #DFEBF7;
  padding: 16px 120px;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  width: 300px;
  cursor: pointer;
  font-size: inherit;
	border: 1px solid #FAF9F4;
}
.topReturn {
	position: fixed;
	bottom: 10px;
	right: 11px;
	transition: all .3s;
	cursor: pointer;
	z-index: 100;
}
.topReturn:hover {
	opacity: 0.8;
}
@media screen and (max-width:1364px){
	.serviceBox .lifeBox .name .ja {
		font-size: 28px;
	}
	#message::before {
		width: 94.5vw;
	}
	#message::after {
		width: 94.5vw;
	}
}
@media screen and (max-width:1249px){
	#recruit .cntTitle {
		margin-left: 50%;
	} 
	.messageBox01 {
		width: 70%;
	}
	.messageBox02 {
		width: 30%;
	}
	.messageBox01 .about {
		width: 600px;
	}
}
@media screen and (max-width:1199px){
	#about .cntTitle {
		margin-left: 50%;
	} 
	#recruit .cntTitle {
		margin-left: 40%;
	} 
	.recruitBox .cntImg {
		margin-top: -271px;
	}
	.challengeBox .copy {
		font-size: 37px;
	}
	.serviceBox .lifeBox .name .ja {
		font-size: 22px;
	}
	.messageBox01 .about {
		width: 430px;
	}
	#service::before {
		height: 72%;
	}
	.messageBox01 {
		width: 60%;
	}
	.messageBox02 {
		width: 40%;
	}
	.messageBox02 .careerBox {
		width: 300px;
	}
	#footerNav {
		padding-right: 40px;
	}
	.newsBox {
		width: 900px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.messageBox01 .title::after {
		width: 70px;
		right: 3%;
	}
}
@media screen and (max-width:949px){
	#about .cntTitle {
		margin-left: 35%;
	} 
	#recruit .cntTitle {
		margin-left: 25%;
	} 
	.cntAboutBox .info {
		padding: 53px 52px 43px 59px;
	}
	.serviceBox {
		padding-right: 29px;
	}
	#service::before {
		height: 72%;
	}
	.recruitBox .cntImg {
		margin-top: -340px;
	}
	.challengeBox .copy {
		font-size: 30px;
	}
	.recruitBox {
		padding-left: 95px;
	}
	.serviceBox .lifeBox .name .ja {
		font-size: 19px;
	}
	.messageBox01 .about {
		width: 320px;
		margin-left: 50px;
	}
	#mainVisual #copyText .en {
		margin-left: 48px;
	}
	.messageBox01 .title {
		font-size: 33px;
		padding-left: 30px;
		padding-right: 30px;
		margin-left: 0;
		line-height: 1.5;
	}
	.messageBox01 .about {
		width: 240px;
	}
	.messageBox01 {
		width: 50%;
	}
	.messageBox02 {
		width: 50%;
	}
	.newsBox {
		width: 670px;
	}
	.messageBox01 .title::after {
		width: 40px;
		right: 1%;
	}
	.messageBox01 .title {
		font-size: 28px;
	}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
	#environment .cntTitle {
		padding-top: 63.5px;
		padding-bottom: 52.5px;
		padding-right: 33.75px;
		padding-left: 33.75px;
		top: 27.8%;
		/*right: 20.5%;*/
	}
	#environment .cntTitle span:first-child {
		font-size: 25px;
	}
	#environment .cntTitle span:nth-child(2) {
		font-size: 10px;
	}
	#environment .cntTitle::before {
		top: 5px;
		left: 5.5px;
	}
	#entry .cntTitle {
		margin-left: 24%;
	}
	.entryText p {
		font-size: 17px;
	}
}
@media screen and (max-width:767px){
	#footerNavMain a {
		line-height: 1.4;
		text-align: left;
	}
	#footerNavMain .mainTitle {
		display: inline-block;
		text-align: right;
	}
	#footerNavMain li:first-child .subTitle::before {
		top: 40%;
		left: 9px;
		width: 40px;
	}
	#footerNavMain li:not(:first-child) .subTitle::before {
		left: 11px;
	}
	.is-pc {
		display: none;
	}
	#header {
		top: 20px;
		left: 13px;
	}
	#headerLogo img {
		width: 183px;
		height: 40px;
	}
	#mainVisual {
		width: 100%;
		height: 100vh;
		background: transparent url(../img/mainVisual_bg.jpg) no-repeat 76% center / cover;
	}
	
	#mainVisual::after {
		width: 81.39vw;
		height: 8.5%;
		bottom: -8.5%;
	}
	#mainVisual #copyText {
		font-size: 21px;
		bottom: 100px;
		top: auto;
		left: 25px;
	}
	#mainVisual #copyText p {
		line-height: 1.5;
		opacity: .8;
		-webkit-mix-blend-mode: normal;
		mix-blend-mode: normal;
	}
	#mainVisual #copyText .ja {
		padding-left: 0;
	}
	#mainVisual #copyText .ja::before {
		content: "「";
		position: absolute;
		top: -8%;
		left: -36px;
		font-weight: 600;
		font-size: 25px;
	}
	#mainVisual #copyText .en {
		margin-left: 50px;
	}
	#mainVisual #copyText .en::after {
		top: 53%;
		right: -4%;
		font-size: 25px;
		width: 0;
	}
	#mainVisual #copyText .en span:first-child {
		font-size: 30px;
		display: block;
	}
	#mainVisual #copyText .en span:not(:first-child) {
		font-size: 18px;
		display: block;
		margin-left: 162px;
	}
	#message {
		margin-top: 74px;
	}
	.messageBoxWrapper {
		display: block;
		margin-top: 51px;
	}
	.messageBox01 {
		width: 100%;
	}
	.messageBox02 {
		width: 100%;
		margin-top: -46px;
	}
	.section-title {
		font-size: 38px;
	}
	.messageBox02 .careerBox {
		margin-left: 0;
		padding-right: 15px;
		padding-left: 36px;
		padding-bottom: 31px;
		width: 310px;
	}
	.messageBox01 .about {
		width: 490px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 20px;
		padding-left: 20px;
		line-height: 1.93;
		margin-top: 27px;
		font-size: 14px;
	}
	.messageBox02 .cntImg {
		width: 234px;
		margin: 210px auto 0;
	}
	#message .section-title::after {
		font-size: 17px;
	}
	.messageBox01 .role {
		top: 87%;
		right: -2%;
	}
	.messageBox02 .name {
		font-size: 16px;
	}
	.messageBox02 .player {
		margin-top: 13px;
	}
	.messageBox02 .leader {
		margin-top: 0;
	}
	.messageBox02 .explain {
		font-size: 12px;
		margin-top: 14px;
	}
	#message::before {
		width: 96vw;
		top: 39%;
		height: 60%;
	}
	#message::after {
		bottom: -1.5%;
		height: 3.5%;
		z-index: -1;
		width: 96vw;
	}
	#message .cntBox .cntName {
		font-size: 136px;
		top: 38.5%;
		left: 5%;
	}
	#service {
		margin-top: 77px;
	}
	#service .cntTitleWrapper {
		padding-left: 68px;
	}
	#service .section-title::before {
		width: 118px;
		left: 65%;
	}
	.serviceBox {
		display: block;
		padding-right: 0;
		margin-top: 22px;
	}
	.serviceBox .lifeBox {
		margin-left: 0;
		padding-top: 19px;
		padding-bottom: 30px;
		background-color: #DFEBF7;
	}
	.serviceBox .lifeBox .name {
		margin-top: 0;
		padding-left: 12%;
		line-height: 1.5;
	}
	.serviceBox .lifeBox .name .en {
		font-size: 14.5px;
	}
	.lifeBox .name::before {
		top: -7%;
		left: 7.6%;
		width: 3px;
		height: 51px;
		border-left: 6px solid #39699B;
	}
	.lifeBox .name::after {
		top: -7%;
		left: 7.4%;
		width: 3px;
		height: 51px;
		border-left: 3px solid #9BC0E8;
	}
	#service::before {
		content: none;
	}
	.serviceBox .serviceLogo {
		width: 120px;
		margin-right: 32px;
		margin-top: 0;
	}
	.serviceBox .lifeBox p {
		width: 460px;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		line-height: 2;
	}
	.serviceBtn {
		padding-right: 35px;
		margin-top: 15px;
	}
	#service .bgImg {
		margin-top: 0;
	}
	#service .bgImg::before {
		padding-top: 46%;
	}
	#service .bgImg img {
		object-position: left;
	}
	#about {
		margin-top: 60px;
	}
	#about .cntTitleWrapper {
		padding-left: 80px;
	}
	#about .section-title::before {
		width: 118px;
		left: 63%;
	}
	#about .section-title::after {
		left: 126%;
	}
	.cntAboutBox .block {
		display: block;
	}
	.cntAboutBox .description {
		width: 100%;
		margin-top: 7.5px;
		padding-left: 7px;
		line-height: 1.5;
	}
	.cntAboutBox .description .is-sp {
		display: none;
	}
	.cntAboutBox {
		width: 100%;
		margin-top: 24px;
	}
	.cntAboutBox .info {
		padding: 47px 15px 29px 15px;
	}
	.cntAboutBox .block {
		padding-top: 20px;
		padding-bottom: 13px;
		padding-left: 13px;
		font-size: 15px;
	}
	.cntAboutBox .block:last-child .description {
		font-size: 12px;
		line-height: 2;
	}
	.cntAboutBox .company {
		font-size: 20px;
		padding-left: 22px;
		padding-bottom: 43px;
	}
	.cntAboutBox .company::before {
		top: -20%;
		left: 3px;
		width: 3px;
		height: 48px;
		border-left: 6px solid #39699B;
	}
	.cntAboutBox .company::after {
		top: -20%;
		left: 3px;
		width: 3px;
		height: 48px;
		border-left: 3px solid #9BC0E8;
	}
	#recruit {
		margin-top: 38px;
	}
	#recruit .cntTitleWrapper {
		padding-left: 80px;
	}
	#recruit .section-title::before {
		width: 118px;
		left: 63%;
	}
	#recruit .section-title::after {
		left: 126%;
	}
	.recruitBox {
		display: block;
		padding-left: 16px;
		padding-bottom: 75px;
		padding-top: 42px;
	}
	.recruitBox .cntImg {
		margin-top: 0;
		margin-left: 0;
	}
	.recruitBox .cntImg::before {
		padding-top: 79.1612%;
	}
	.recruitBox::after {
		width: 95.8vw;
		height: 67.5%;
	}
	.challengeBox {
    width: calc(100% - 20px);
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		padding-left: 20px;
	}
	.challengeBox .copy {
		font-size: 28px;
		line-height: 1.3;
	}
	.challengeBox p {
		margin-top: 16px;
		font-size: 14px;
		line-height: 2;
	}
	.recruitBtn {
		margin-top: 15px;
	}
	#iframe-map {
		padding-top: 55.85%;
	}
	#news {
		padding-top: 40px;
		padding-bottom: 28px;
	}
	#news .news-title {
		font-size: 90px;
	}
	#news .news-title::before {
		font-size: 28px;
	}
	.newsBox {
		/*height: 375px;*/
		margin-top: 8px;
		width: 480px;
	}
	.newsMeta {
		padding-top: 20px;
		padding-bottom: 19px;
	}
	.newsDate {
		font-size: 15px;
	}
	.newsTitle {
		font-size: 15px;
		margin-top: 8px;
	}
	.newsLink {
		font-size: 13px;
	}
	.newsBtn {
		margin-top: 30px;
	}
	#about .cntTitle {
		margin-left: 0;
	}
	#recruit .cntTitle {
		margin-left: 0;
	}
	#service .section-title::after {
		font-size: 17px;
	}
	#about .section-title::after {
		font-size: 17px;
	}
	#recruit .section-title::after {
		font-size: 17px;
	}
	#footer {
		text-align: center;
		padding-top: 40px;
	}
	#footer #footerCnt {
		display: block;
		padding-left: 0;
	}
	#footerLogo {
		margin-bottom: -4px;
	}
	#footerLogo img {
		width: 199px;
		height: 46px;
	}
	.footerMeta {
		display: block;
	}
	.footerCopyBox {
		padding-left: 0;
	}
	.footerBtn {
		width: 100%;
		margin-top: 11px;
	}
	.footerBtn a {
		padding-right: 36px;
		padding-top: 15px;
		padding-bottom: 11px;
		line-height: 1.5;
	}
	.footerBtn a::after {
		width: 30px;
		top: 52%;
	}
	#footerNav {
		padding-right: 0;
		margin-top: 20px;
	}
	ul#footerNavMain {
		
	}
	#footerNavMain a {
		line-height: 1.4;
		text-align: center;
	}
	#footer .company {
		font-size: 13px;
	}



	/* ドロワー */
	#menu li:not(:first-child) {
		margin-top: 22px;
	}
	#menu ul {
		position: absolute;
		top: 120px;
		right: 6%;
	}
	#menu li {
		display: flex;
		align-items: center;
	}
	#menu li {
		width: 100%;
		text-align: right;
	}
	#menu a {
		display: flex;
		font-size: 22px;
		letter-spacing: 0.05em;
		color: #fff;
		line-height: 1.35;
		align-items: center;
	}
	#menu .mainTitle {
		width: 104px;
	}
	#menu .subTitle {
		font-size: 13px;
		letter-spacing: -0.02em;
		font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
		padding-left: 61px;
		position: relative;
		width: 93px;
	}
	#menu li:first-child .mainTitle {
	
	}
	#menu li:not(:first-child) .mainTitle {
		margin-right: -46px;
	}
	#menu .subTitle::before {
		content: "";
		position: absolute;
		top: 22%;
		transform: translateY(-50%);
		left: 11px;
		width: 45px;
		height: 1px;
		background-color: #fff;
		opacity: 0.5;
	}
	#menu li:not(:first-child) .subTitle::before {
		left: 53px;
		top: 48%;
	}
	
	#drawer {
		display: block;
	}
	
	#drawer button {
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		height: 80px;
		padding: 0 80px 0 40px;
		border: 0;
		border-radius: 0;
		color: #fff;
		-webkit-appearance: none;
		appearance: none;
		z-index: 300;
	}
	
	#menu-open {
		background: #153c78;
	}
	
	#menu-close {
		background: transparent;
	}
	
	#drawer button::before,#drawer button::after {
		content: "";
		position: absolute;
		top: calc(50% + 7px);
		right: 28px;
		width: 38px;
		height: 2px;
		background: #fff;
	}
	
	#menu-open::before {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	#menu-open::after {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	
	#menu-close::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(27deg);
	}
	
	#menu-close::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-25deg);
	}

	#drawer button {
		width:60px;
		height: 60px;
		padding: 0;
	}

	#drawer button .txt {
			display: none;
	}

	#drawer #menu-open .ico {
		position: absolute;
		top: calc(50% + 7px);
		right: calc(50% - 19px);
		width: 38px;
		height: 2px;
	}

	#menu-open {
			background: transparent;
	}

	#drawer button::before,#drawer button::after {
			right: calc(50% - 19px);
	}

	#drawer #menu-open::before,#drawer #menu-open::after {
			background: #386798;
	}

	#menu-open .ico,#menu-open::before,#menu-open::after {
			background: #386798;
	}

	#menu-open::before {
			-webkit-transform: translateY(-7px);
			transform: translateY(-7px);
	}

	#menu-open::after {
			-webkit-transform: translateY(7px);
			transform: translateY(7px);
	}

	body.loaded #drawer .logo,body.loaded #drawer::before,body.loaded #drawer button {
		transform: none;
		transition: transform .6s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#menu,#menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
	}

	#menu {
		visibility: hidden;
		overflow-x: hidden;
		right: 0;
		bottom: 0;
		height: 100%;
		text-align: center;
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: 0;
		pointer-events: none;
		-webkit-overflow-scrolling: touch;
	}

	#menu-overlay {
		width: 100%;
		height: 100%;
		background: transparent linear-gradient(180deg, #13305C 0%, #2472B5 100%) 0% 0%;
		
	}
	#menu .menu-box{
		display: flex;
		flex-flow: column;
		justify-content: center;
		height: 100%;
	}
	#menu .menu-list {
		display: inline-block;
		/*position: relative;*/
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1.8rem;
		/*right: -9%;*/
	}

	#menu .menu-list a {
		display: inline-block;
		width: 100%;
		padding: 0;
	}

	#menu .menu-list a:not([href]),.contentsinfo .sitemap-list a:not([href]) {
		cursor: default;
	}

	#menu .menu-list .comingsoon a,.contentsinfo .sitemap-list .comingsoon a {
		opacity: .3;
	}
	#menu-close {
		opacity: 0;
	}

	#menu .menu-list {
		perspective: 1000px;
	}

	#menu .menu-list li {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

	#menu.anima {
		transition: visibility .3s, opacity .3s, transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#menu.anima #menu-close {
		transition: opacity .3s;
	}

	#menu.anima .menu-list li {
		transition: opacity .3s, transform .3s .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	body.navOpen #menu {
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		transition-duration: .3s, .3s, .6s;
		z-index: 9999;
	}

	body.navOpen #menu-close {
		opacity: 1;
	}

	body.navOpen #menu #menu-close {
		transition-delay: .5s;
	}

	body.navOpen #menu .menu-list li {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		transition-duration: .3s, .6s;
	}

	body.navOpen #menu .menu-list li:nth-child(1) {
		transition-delay: .08s;
	}

	body.navOpen #menu .menu-list li:nth-child(2) {
		transition-delay: .16s;
	}

	body.navOpen #menu .menu-list li:nth-child(3) {
		transition-delay: .24s;
	}

	body.navOpen #menu .menu-list li:nth-child(4) {
		transition-delay: .32s;
	}

	body.navOpen #menu .menu-list li:nth-child(5) {
		transition-delay: .4s;
	}

	body.navOpen #menu .menu-list li:nth-child(6) {
		transition-delay: .48s;
	}

	body.navOpen #menu .menu-list li:nth-child(7) {
		transition-delay: .56s;
	}

	body.navOpen #menu .menu-list li:nth-child(8) {
		transition-delay: .64s;
	}

	.drawerBtn {
		position: absolute;
		top: 400px;
		right: 0;
	}

	.drawerBtn a {
		font-size: 16px !important;
		padding: 14px 43px 12px 12px;
		line-height: 1.55;
	}

	.drawerBtn a::after {
		width: 29px;
	}

	.drawerLogo {
		position: absolute;
		top: 18px;
		left: 10px;
		z-index: 1;
	}

	.drawerLogo a {
		display: block;
	}

	.is-sp {
		display: block;
	}
	.messageBox01 .title::after {
		width: 96px;
		right: 9.5%;
		top: 73%;
	}
	.messageBox01 .title {
		font-size: 28px;
		padding: 10px 25px;
	}

	#subNews .section-title::after {
		font-size: 17px;
		left: 145%;
	}

	#subNews .yearPage {
		margin-top: 70px;
	}

	#headerNav {
		display: none;
	}

	#subRecruit .section-title::after {
		font-size: 17px;
	}

	.subRecruitBox {
		display: block;
	}

	.subRecruitBox .lifeBox {
		margin-left: 0;	
		padding-left: 35px;
		padding-right: 35px;
 }
 .subRecruitBox .lifeBox .name {
	 padding-left: 0;
	 margin-top: 35px;
 }
 .subRecruitBox .lifeBox .name .en {
	font-size: 32px;
 }

 .subRecruitBox .lifeBox .name .ja {
	 padding-left: 48px;
	 font-size: 24px;
 }

 .subRecruitBox .lifeBox p {
	 padding-left: 0;
 }
 #environment .cntImgBox {
	 display: block;
	 padding-left: 0;
 }
 #environment .cntImgBox img{
 	width: 180px;
 }
 #environment .cntImgBox .cntImg:nth-child(2) {
	 margin-top: -36px;
	 margin-left: 153px;
 }
 #environment .cntImgBox .cntImg:nth-child(3) {
	 margin-left: 0;
	 margin-top: -10px;
 }
 #environment .cntBox {
	 max-width: 90%;
 }
 .cntEnvironmentBox {
	 display: block;
 }
 .cntEnvironmentBox:first-child .cntTextBox {
	 margin-top: 36px;
	 margin-left: 0;
 }
 .cntEnvironmentBox:not(:first-child) .cntTextBox {
	 margin-right: 0;
 }
 .cntEnvironmentBox:nth-child(2n) {
	 margin-top: 60px;
 }
 .cntTextBox .heading {
	 font-size: 24px;
 }
 #environment .cntBox {
	 margin-top: 182px;
 }
 #environment .cntTitle {
	top: 43.8%;
	right: 3.5%;
	padding-top: 63.5px;
	padding-bottom: 52.5px;
	padding-right: 33.75px;
	padding-left: 33.75px;
}
#environment .cntTitle span:first-child {
	font-size: 25px;
}
#environment .cntTitle span:nth-child(2) {
	font-size: 14	px;
}
#environment .cntTitle::before {
	top: 5px;
	left: 5.5px;
}
#jobInfo::before {
	height: 40%;
}
#jobInfo::after {
	top: 0.8%;
	left: 2%;
	width: 95.0937vw;
}
#jobInfo .cntBox {
	max-width: 90%;
}
#jobInfo .section-title::after {
	font-size: 17px;
	left: 124%;
}
#jobInfo .heading {
	font-size: 24px;
}
th {
	width: 120px;
	font-size: 13px;
}
td {
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
.sales-table,
.office-table {
	
}
#jobInfo .jobKind {
	display: block;
	text-align: right;
	margin-top: 78px;
}
#jobInfo .jobKind .btn a {
	font-size: 13px;
	padding-right: 53px;
}
#jobInfo .jobKind .btn:nth-child(2) {
	margin-left: 0;
	margin-top: 24px;
}
#entry .cntTitle {
	margin-left: 0;
}
#entry .section-title::after {
	font-size: 17px;
	width: 110%;
}
.entryText {
	width: 94.7115vw;
}
.entryText p {
	font-size: 13px;
	margin-left: 10%;
}
.contact-form {
	max-width: 90%;
}
.contact-form__label {
	font-size: 14px;
	width: 145px;
}
.contact-form__input {
	width: calc(100% - 145px);
}
.contact-form__input [type=text], .contact-form__input [type=email], .contact-form__input [type=number], .contact-form__input [type=radio],
.contact-form__input textarea,.contact-form__input [type=tel] {
	padding-left: 13px;
}
.contact-form__radio .contact-form__label {
	min-width: auto;
	height: 120px;
	line-height: 120px;
}
.contact-form__radio .contact-form__input {
	width: calc(93% - 145px);
}
.contact-form__row .radio {
	padding-left: 37px;
	height: 106.7px;
	border: 1px solid #FAF9F4;
	padding-top: 13px;
}
.contact-form__radio .contact-form__label {
	min-width: 145px;
}
.contact-form__row .radio label {
	display: block;
	height: 30%;
}
.contact-form__radio span {
	padding-left: 0;
	margin-right: 0;
	font-size: 13px;
}
.contact-form__radio span::before {
	left: -24px;
}
.contact-form__radio span::after {
	left: -21px;
}
.contact-form__label .job::before {
	top: -53px;
}
}


@media screen {
  #menu .menu-list a span,.contentsinfo .sitemap-list a span {
      display: inline-block;
      position: relative;
  }

  #menu .menu-list a span::after,.contentsinfo .sitemap-list a span::after {
      content: "";
      position: absolute;
      top: 50%;
      border-top: 1px solid #fff;
      transform-origin: 0 50%;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

/*  #menu .menu-list a span::after {
      left: -16px;
      width: calc(100% + 32px);
  }*/

  .contentsinfo .sitemap-list a span::after {
      left: -1px;
      width: calc(100% + 2px);
  }

  #menu .menu-list a:not([href]) span::after,#menu .menu-list a:hover span::after,.contentsinfo .sitemap-list a:not([href]) span::after,.contentsinfo .sitemap-list a:hover span::after {
      -webkit-transform: none;
      transform: none;
  }
}

@media screen and (max-width:550px){
	.newsBox {
		width: 90%;
		padding-right: auto;
	}
	.messageBox01 .about {
		width: 302px;
	}
	.serviceBox .lifeBox p {
		width: 302px;
	}
	.contact-form__radio .contact-form__input {
		margin-right: -7px;
	}
	.cntEnvironmentBox .cntImg::after{
    top: 6px;
    left: 6px;
	}
}

@media screen and (max-width:374px){
	.newsBox {
		width: 280px;
	}
	#recruit .section-title::after {
		left: 110%;
	}
	.challengeBox {
		width: 278px;
		max-width: 100%;
	}
	#menu .menu-list {
		right: -5%;
	}
	.messageBox01 .title::after {
		width: 45px;
	}
	#message .cntBox .cntName {
		font-size: 70px;
		top: 45.5%;
		left: 5%;
	}
}


