@charset "utf-8";

/*
Theme Name: Theme of We CAREER
Description: Theme of We CAREER
Author: We CAREER
*/


/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* padding,border内側設定 */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

/* HTML5 */
article, aside, figure, figcaption, footer, header, nav, section{display: block;}

/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/

html,body {margin:0px;padding:0px;height:100%;width:100%;-webkit-text-size-adjust:none;}

a img.linkimg {background:none!important;transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;-webkit-transition:opacity 0.2s linear;}
a:hover img.linkimg {opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )";background:none!important;}
a.linkimg img {background:none!important;transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;-webkit-transition:opacity 0.2s linear;}
a.linkimg:hover img {opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )";background:none!important;}

a:link {color:#000;text-decoration:none;}
a:hover {color:#000;text-decoration:none;}
a:active {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}

.clear {clear:both;}
.alignleft {float:left;margin:0 2% 2% 0;}
.alignright {float:right;margin:0 0 2% 2%;}
.aligncenter {clear:both;display:block;margin:0 auto 2%;}

/* clearfix */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
/* clearfix for ie7 */
.clearfix {display:inline-block;}
.clearfix {display:block;}

img {max-width:100%;height:auto;}

*:focus {
	outline: none;
}

.wow {
   visibility:hidden;
}


/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/


html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
}



#wrap {
	width: 100%;
	min-height: 100vh;
	height: auto;
	padding: 0 20px;
	position: relative;
}
.home #wrap {
	padding: 0;
}



@media screen and (max-width:640px) {
	body {
		font-size: 12px;
	}
	#wrap {
		padding: 0;
	}
}
@media screen and (max-width:480px) {
}

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/

#header {
	width: calc(100vw - 160px);
	margin: auto;
}
.header-wrap {
	height: 7vh;
	min-height: 56px;
	position: relative;
}
.header-wrap h1 img {
	vertical-align: bottom;
	position: absolute;
	top: calc(100vh * 120 / 780);
	left: 0;
	width: calc(100vw * 330 / 1200);
	z-index: 10;
}
.header-wrap h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: calc(100vw * 38 / 1200);
	line-height: 1;
	font-weight: 100;
	font-feature-settings: "palt" 1;
	letter-spacing: -.12em;
	position: absolute;
	top: calc(100vh * 245 / 780);
	left: 0;
	z-index: 10;
	color: #004b7e;
}
.header-wrap h2 .sp {
	display: none;
}
.header-wrap h2 span {
	color: #ca1232;
}
.header-wrap > ul {
	position: absolute;
	top: calc(100vh * 332 / 780);
	left: 0;
	font-family: 'Roboto', sans-serif;
	font-size: calc(100vw * 18 / 1200);
	font-weight: 700;
	line-height: 1;
	z-index: 1;
}
.header-wrap > ul > li {
	line-height: 1;
}

.header-wrap > ul span,
.header-wrap > ul a {
	color: #004b7e;
	line-height: 2;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header-wrap > ul span:hover,
.header-wrap > ul a:hover {
	color: #ca1232;
}
.header-wrap > ul > li ul {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: calc(100vw * 14 / 1200);
	line-height: 1;
	overflow: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.header-wrap > ul > li:hover ul {
	opacity: 1;
	height: 12em;
}
.header-wrap > ul ul li {
	line-height: 1;
}
.header-wrap > ul ul li a {
	line-height: 1;
	margin-bottom: 1em;
}
.header-wrap > ul ul li a::before {
	content: '';
	display: inline-block;
	width: .43em;
	height: .57em;
	background: url(images/triangle.svg) center center/cover no-repeat;
	margin-right: .7em;
}

.top-slide {
	height: 80vh;
	width: 80vw;
	margin: auto;
}
.top-slide .slide-item {
	height: 80vh;
	min-height: calc(100vh - 160px);
	width: 80vw;
	background: center center/cover no-repeat;
}







@media screen and (max-height: 800px) {
	.top-slide {
		height: calc(100vh - 160px);
	}
	.top-slide .slide-item {
		height: calc(100vh - 160px);
	}
}
@media screen and (max-width: 1000px) {
	.top-slide {
		width: calc(100vw - 200px);
	}
	.top-slide .slide-item {
		width: calc(100vw - 200px);
	}
}

@media screen and (max-width:640px) {
	#header {
		width: calc(100vw - 10px);
		margin-left: 10px;
	}
	.header-wrap {
		height: 50px;
		min-height: 50px;
	}
	.header-wrap h1 img {
		width: 210px;
		top: 80px;
	}
	.header-wrap h2 {
		font-size: 32px;
		line-height: 1.125;
		top: 130px;
	}
	.header-wrap > ul {
		font-size: 14px;
		top: 230px;
	}
	.header-wrap > ul > li ul {
		font-size: 11px;
	}
	.top-slide {
		width: calc(100vw - 50px);
		margin-left: 40px;
		height: calc(100vh - 100px);
		min-height: 420px;
	}
	.top-slide .slide-item {
		width: calc(100vw - 50px);
		height: calc(100vh - 100px);
		min-height: 420px;
	}
}




@media screen and (max-width:640px) and (orientation: portrait) {
	.header-wrap h2 .sp {
		display: block;
	}
	.header-wrap > ul {
		top: 230px;
	}
}
@media screen and (max-width:640px) and (orientation: landscape) {
	.header-wrap > ul {
		top: 194px;
	}
}


/*------------------------------------------------------------
	HEADER COMMON
------------------------------------------------------------*/

#header.common {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 5;
	margin: 0;
	-webkit-transition: top .4s ease-out .0s, opacity .2s ease-out .25s;
	-o-transition: top .4s ease-out .0s, opacity .2s ease-out .25s;
	transition: top .4s ease-out .0s, opacity .2s ease-out .25s;
}
#header.common.hide {
	top: -50px;
	opacity: 0;
	-webkit-transition: top .4s ease-out 0s, opacity .15s ease-out 0s;
	-o-transition: top .4s ease-out 0s, opacity .15s ease-out 0s;
	transition: top .4s ease-out 0s, opacity .15s ease-out 0s;
}


#header.common .header-wrapper {
	width: 100%;
	max-width: 960px;
	height: 80px;
	margin: auto;
	position: relative;
}
#header.common .header-logo {
	line-height: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header.common .header-logo img {
	vertical-align: bottom;
	width: 130px;
}

@media screen and (max-width:640px) {
	#header.common {
		height: 50px;
	}
	#header.common .header-wrapper {
		height: 50px;
	}
	#header.common .header-logo {
		left: 10px;
	}
	#header.common .header-logo img {
		width: 106px;
	}

}

/*------------------------------------------------------------
	MENU
------------------------------------------------------------*/



.menu {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu > ul {
	line-height: 1;
}
.menu > ul > li {
	float: left;
	line-height: 1;
	font-size: 13px;
	margin-left: 1em;
	padding-left: 1em;
	position: relative;
}
.menu > ul > li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #004b7e;
	width: 1px;
	height: 1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu > ul > li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.menu > ul > li:first-child::before {
	display: none;
}
.menu > ul > li > span,
.menu > ul > li > a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 3;
	color: #004b7e;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.menu > ul > li:hover > span,
.menu > ul > li > a:hover {
	color: #ca1232;
}


.menu > ul > li ul {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	width: 250px;
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	background-color: rgba(0,75,126,0.7);
}
.menu > ul > li:hover ul {
	opacity: 1;
	visibility: visible;
}
.menu > ul ul li {
	line-height: 1;
	border-top: 1px solid #80a5be;
}
.menu > ul ul li:first-child {
	border-top: none;
}
.menu > ul ul li a {
	line-height: 1;
	font-size: 12px;
	padding: 1em 1.5em;
	display: block;
	color: #fff;
	border-color: transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.menu > ul ul li a:hover {
	background-color: #ca1232;
}
.menu > ul ul li a::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 8px;
	background: url(images/triangle-w.svg) center center/cover no-repeat;
	margin-right: 10px;
}




@media screen and (max-width:640px) {

	.menu {
		overflow-y: auto;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		z-index: 9000;
		background-color: rgba(0,75,126,0.8);
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		padding: 70px 0;
	}
	.menu > ul > li {
		padding: 0;
		margin: 0;
		float: none;
		display: block;
	}
	.menu > ul > li > span,
	.menu > ul > li > a {
		color: #fff;
		line-height: 2;
		font-size: 14px;
		padding: 0 20px 0 10px;
	}
	.menu > ul > li > span {
		cursor: none;
	}
	.menu > ul > li:hover > span {
		color: #fff;
	}
	.menu > ul > li > a:hover {
		color: #fff;
		background-color: #ca1232;
	}
	.menu > ul > li ul {
		font-size: 12px;
		line-height: 1;
		position: static;
		z-index: 10;
		width: 100%;
		visibility: visible;
		opacity: 1;
		width: auto;
		background: none;
		margin-bottom: 3px;
	}
	.menu > ul ul li {
		border-top: none;
	}
	.menu > ul ul li a {
		line-height: 2;
		font-size: 12px;
		padding: 0 20px;
		position: relative;
	}
	.menu > ul ul li a::before {
		position: absolute;
		top: 1em;
		left: 10px;
		-webkit-transform: scale(0.75,0.75) translateY(-50%);
		-ms-transform: scale(0.75,0.75) translateY(-50%);
		-o-transform: scale(0.75,0.75) translateY(-50%);
		transform: scale(0.75,0.75) translateY(-50%);
	}
	/* メニューON/OFF */
	.menuOff {
		-webkit-transform:translate3d(100%, 0, 0);
		-moz-transform:translate3d(100%, 0, 0);
		transform:translate3d(100%, 0, 0);
	}
	.menuOn {
		-webkit-transform:translate3d(0, 0, 0);
		-moz-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0);
	}

}

/* オーバーレイ */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 999;
}



.menu-trigger {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 18px;
	right: 15px;
	width: 22px;
	height: 14px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.menu-trigger span {
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 1;
	background-color: #000;
}
.menu-trigger:hover span {
	opacity: 0.6;
}
.menu-trigger.opened span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	margin-top: -1px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.opened span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	-ms-transform: translateY(6px) rotate(-45deg);
	-o-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.opened span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
}
.menu-trigger.opened span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	-o-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}



@media screen and (max-width:640px) {
	.menu-trigger {
		display: block;
	}
}


/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
#footer {
	background-color: #fff;
	color: #004b7e;
	height: 13vh;
	min-height: 104px;
	width: 100%;
	position: relative;
}
#footer a {
	color: #004b7e;;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#footer a:hover {
	color: #ca1232;
}
#footer .footer-left {
	position: absolute;
	left: 10vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#footer .copyright {
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
#footer .footer-right {
	position: absolute;
	right: 10vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#footer .footer-right .btn-share {
	font-size: 14px;
	line-height: 1;
}
#footer .footer-right .btn-share span {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
}
#footer .footer-right a {
	margin-left: 1em;
	line-height: 1;
	display: inline-block;
}

#footer .footer-right a i {
	letter-spacing: normal;
	font-weight: normal;
}


#footer.page-single {
	height: 80px;
	min-height: 80px;
	width: 100%;
	max-width: 960px;
	margin: auto;
}
#footer.page-single .footer-left {
	left: 0;
}
#footer.page-single .footer-right {
	right: 0;
}



@media screen and (max-width: 1000px) {
	#footer .footer-left {
		left: 100px;
	}
	#footer .footer-right {
		right: 100px;
	}
}
@media screen and (max-width: 640px) {
	#footer {
		height: 50px;
		min-height: 50px;
	}
	#footer .footer-left {
		left: 10px;
	}
	#footer .footer-right {
		right: 10px;
	}
	#footer .footer-right .btn-share {
		font-size: 12px;
	}
	#footer .footer-right .btn-share span {
		font-size: 10px;
		line-height: 12px;
	}
	#footer.page-single .footer-left {
		left: 10px;
	}
	#footer.page-single .footer-right {
		right: 10px;
	}
}


/*------------------------------------------------------------
	CONTENTS
------------------------------------------------------------*/
.wrapper {
	max-width: 960px;
	width: 100%;
	margin: auto;
	background-color: #f3f3f3;
	height: auto;
	min-height: calc(100vh - 160px);
	margin-top: 80px;
}
.logo-bg img {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
#main-contents {
	z-index: 2;
	position: relative;
}

#kv {
	width: 100%;
	padding-top: 27%;
	padding-top: calc(100% * 260 / 960);
	position: relative;
	text-align: center;
	background: center center/cover no-repeat;
	z-index: 2;
}
#kv .title-wrap,
#kv .title-wrap-service {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
}
#kv .title-wrap h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
#kv .title-wrap h1::after {
	content: '';
	width: 240px;
	height: 1px;
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#kv .title-wrap h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 2;
	white-space: nowrap;
}
#kv .title-wrap h2 br {
	display: none;
}

#kv .title-wrap-service h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}
#kv .title-wrap-service h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
	padding-bottom: 10px;
	position: relative;
}
#kv .title-wrap-service h2::after {
	content: '';
	width: 240px;
	height: 1px;
	background-color: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contents-wrap {
	padding: 60px;
}

.contents-wrap h2 {
	position: relative;
	color: #ca1232;
	padding: 30px 0;
}
.contents-wrap h2::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -60px;
	height: 1px;
	width: 120px;
	background-color: #ca1232;
}


@media screen and (max-width: 1000px) {
	.logo-bg img {
		width: calc(100% * 716 / 960);
	}
}
@media screen and (max-width: 640px) {
	.wrapper {
		margin-top: 50px;
	}
	.contents-wrap {
		padding: 20px 15px;
	}
	.contents-wrap h2 {
		padding: 20px 0;
	}
	#kv {
		padding-top: 56.25%;
		padding-top: calc(100% * 180 / 320);
	}
	#kv .title-wrap-service h2 {
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#kv .title-wrap-service h1 {
		font-size: 22px;
	}
	#kv .title-wrap-service h2::after {
		width: 192px;
	}
	#kv .title-wrap h1 {
		font-size: 22px;
	}
	#kv .title-wrap h2 {
		font-size: 13px;
	}
	#kv .title-wrap h2 br {
		display: block;
	}
}





/*------------------------------------------------------------
	CONTENTS - Footer Nav
------------------------------------------------------------*/


.footer-upper {
	padding: 30px 60px 20px;
	position: relative;
	color: #004b7e;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.footer-upper::before {
	content: '';
	display: block;
	height: 1px;
	width: 120px;
	background-color: #004b7e;
	position: absolute;
	top: 0;
	left: 0;
}
.footer-upper h3 {
	float: left;
	line-height: 20px;
}
.footer-upper ul {
	margin-left: 80px;
	letter-spacing: -.5em;
	width: 420px;
	line-height: 1;
}
.footer-upper ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	line-height: 1;
}
.footer-upper ul li a {
	color: #004b7e;
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.footer-upper ul li a:hover {
	color: #ca1232;
}
.footer-upper ul li a::before {
	content: '▲';
	display: inline-block;
	-webkit-transform: rotate(90deg) scale(0.6);
	-ms-transform: rotate(90deg) scale(0.6);
	-o-transform: rotate(90deg) scale(0.6);
	transform: rotate(90deg) scale(0.6);
}
.footer-lower {
	padding: 0 60px 60px;
}
.footer-lower ul {
	letter-spacing: -.5em;
	line-height: 1;
}
.footer-lower ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	line-height: 1;
}
.footer-lower ul li a {
	color: #004b7e;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.footer-lower ul li a:hover {
	color: #ca1232;
}
.footer-lower ul li a::before {
	content: '▲';
	display: inline-block;
	-webkit-transform: rotate(90deg) scale(0.6);
	-ms-transform: rotate(90deg) scale(0.6);
	-o-transform: rotate(90deg) scale(0.6);
	transform: rotate(90deg) scale(0.6);
}

@media screen and (max-width: 640px) {
	.footer-upper {
		padding: 20px 15px 20px;
	}
	.footer-upper h3 {
		float: none;
		font-size: 12px;
		line-height: 2;
		margin-bottom: .5em;
	}
	.footer-upper ul {
		margin-left: 0;
		width: 100%;
	}
	.footer-lower {
		padding: 0 15px 40px;
	}
	.footer-lower ul li a {
		font-size: 12px;
	}
}

/*------------------------------------------------------------
	ABOUT US
------------------------------------------------------------*/
.about .contents-wrap h2 {
	position: relative;
	color: #ca1232;
	padding: 30px 0;
	text-align: center;
	font-size: 40px;
	line-height: 1.25;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.about .about-list {
	max-width: 660px;
	width: 100%;
	margin: auto;
}
.about .about-list li {
	padding-left: 90px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.875;
	min-height: 71px;
	color: #004b7e;
	padding-top: 5px;
}
.about .about-list li:first-child {
	margin-bottom: 30px;
}
.about .about-list li:nth-child(1)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 71px;
	height: 71px;
	background: url(images/number-1.svg) center center/cover no-repeat;
}
.about .about-list li:nth-child(2)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 71px;
	height: 71px;
	background: url(images/number-2.svg) center center/cover no-repeat;
}
.about .contents-wrap h3 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #004b7e;
	position: relative;
	margin: 80px 0 40px;
}
.about .contents-wrap h3::after {
	content: '';
	display: block;
	height: 1px;
	width: 320px;
	background-color: #004b7e;
	position: absolute;
	bottom: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.about .service-list {
	letter-spacing: -.5em;
	margin-top: calc(-100% * 21 / 840);
}
.about .service-list li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: calc(100% * 266 / 840);
	margin-right: calc(100% * 21 / 840);
	margin-top: calc(100% * 21 / 840);
}
.about .service-list li:nth-child(3n) {
	margin-right: 0;
}
.about .service-list li a {
	display: table;
	width: 100%;
	height: 95px;
}
.about .service-list li a span {
	display: table-cell;
	width: 100%;
	height: 100%;
	border: 2px solid #004b7e;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #004b7e;
	line-height: 1.5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.about .service-list li a:hover span {
	color: #fff;
	background-color: #004b7e;
}
.about .service-list li a span::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #004b7e;
	border-right: 2px solid #004b7e;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.about .service-list li a:hover span::after {
	border-color: #fff;
}
.about .contents-wrap p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.875;
	margin-bottom: 1.875em;
}
.about .contents-wrap .strong {
	color: #004b7e;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.875;
	text-align: center;
}
.about .heading {
	background: url(images/about-top_message.jpg) center center/cover no-repeat;
	width: 100%;
	padding-top: 31.25%;
	position: relative;
}
.about .heading h2 {
	color: #fff;
	position: absolute;
	top: 20px;
	left: 0;
	padding: 30px 60px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}
.about .heading h2::before {
	content: '';
	display: block;
	width: 120px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 640px) {
	.about .contents-wrap h2 {
		font-size: 22px;
		padding: 20px 0;
	}
	.about .about-list li:nth-child(1)::before,
	.about .about-list li:nth-child(2)::before {
		width: 50px;
		height: 50px;
	}
	.about .about-list li {
		padding-left: 60px;
		font-size: 14px;
		margin-top: calc(-100vw * 10 / 320);
	}
	.about .service-list li,
	.about .service-list li:nth-child(3n) {
		width: calc(100vw * 140 / 320);
		margin-right: calc(100vw * 10 / 320);
		margin-top: calc(100vw * 10 / 320);
	}
	.about .service-list li:nth-child(2n) {
		margin-right: 0;
	}
	.about .contents-wrap h3 {
		font-size: 20px;
	}
	.about .contents-wrap h3::after {
		width: 160px;
		bottom: 3px;
	}
	.about .service-list li a {
		height: 70px;
	}
	.about .service-list li a span {
		font-size: 12px;
	}
	.about .service-list li a span::after {
		width: 8px;
		height: 8px;
	}
	.about .contents-wrap .strong {
		font-size: 14px;
	}
	.about .heading h2 {
		padding: 20px 40px;
	}
}


/*------------------------------------------------------------
	COMPANY
------------------------------------------------------------*/
.company .contents-wrap h2 {
	position: relative;
	color: #ca1232;
	padding: 30px 0;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.company dl {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 90px;
}
.company dt {
	width: 160px;
	float: left;
	text-align: center;
	border-top: 1px solid #d8d8d8;
	padding: 1em 0;
}
.company dd {
	margin-left: 190px;
}
.company dd span {
	display: block;
	padding: 1em 0;
	border-top: 1px solid #d8d8d8;
}
.company dt.last,
.company dd.last span {
	border-bottom: 1px solid #d8d8d8;
}
.company #map {
	width: calc(100% + 120px);
	margin-left: -60px;
	padding-top: 27%;
	margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
	.company .contents-wrap h2 {
		font-size: 12px;
		padding: 20px 0;
	}
	.company dl {
		font-size: 12px;
	}
	.company dt {
		width: 120px;
	}
	.company dd {
		margin-left: 130px;
	}
	.company #map {
		width: calc(100% + 30px);
		margin-left: -15px;
		padding-top: 75%;
		margin-bottom: 20px;
	}
}


/*------------------------------------------------------------
	SERVICE
------------------------------------------------------------*/
.service h2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	margin-top: 60px;
}
.service .flow-1 {
	border-left: 5px solid #ca1232;
	margin-top: 30px;
	padding-left: 20px;
	padding-bottom: 30px;
	margin-bottom: 60px;
	position: relative;
}
.service .flow-1::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -19px;
	left: -5px;
	background: url(images/triangle-r.svg) center center/cover no-repeat;
}
.service .flow-1 h3 {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #ca1232;
}
.service .flow-1 h4 {
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
	color: #ca1232;
	margin-top: 2em;
	padding: .5em 0;
	position: relative;
}
.service .flow-1 h4::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	height: 1px;
	width: 120px;
	background-color: #ca1232;
}
.service .flow-1 p {
	line-height: 1.8;
	font-weight: 300;
}
.service .flow-1 p span {
	font-weight: 500;
	margin-right: 1em;
}
.service .flow-1 p span::before {
	content: '・';
}

.service .flow-2 {
	border-left: 5px solid #ca1232;
	margin-top: 30px;
	padding-left: 20px;
	margin-bottom: 60px;
	position: relative;
}
.service .flow-2::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -19px;
	left: -5px;
	background: url(images/triangle-r.svg) center center/cover no-repeat;
}
.service .flow-2 li {
	line-height: 1;
	padding-bottom: 30px;
}
.service .flow-2 .step {
	display: inline-block;
	color: #fff;
	background-color: #ca1232;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 700;
	width: 80px;
	line-height: 21px;
	text-align: center;
	margin-left: -20px;
}
.service .flow-2 h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #ca1232;
	padding: 15px 0 10px;
}
.service .flow-2 h4 span {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.service .flow-2 h4 span.small {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	margin-left: 10px;
}
.service .flow-2 p {
	line-height: 1.8;
}
.service .square-list {
	letter-spacing: -.5em;
	margin-left: -20px;
	margin-top: 10px;
}
.service .square-list li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 195px;
	margin-left: 20px;
	border: 1px solid #000;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 18px 0;
}
.service .price-list {
	padding: 0 0 60px;
}
.service .price-list::after {
	content: '';
	display: block;
	clear: both;
}
.service .price-list .right,
.service .price-list .left {
	width: 50%;
	float: left;
}
.service .price-list .right > li,
.service .price-list .left > li {
	margin-top: 30px;
	border-left: 1px solid #ca1232;
	padding-left: 20px;
	position: relative;
}
.service .price-list ul ul li {
	position: relative;
	padding-left: 1.5em;
}
.service .price-list ul ul li span {
	display: inline-block;
	-webkit-transform: rotate(90deg) scale(0.6);
	-ms-transform: rotate(90deg) scale(0.6);
	-o-transform: rotate(90deg) scale(0.6);
	transform: rotate(90deg) scale(0.6);
}
.service .price-list ul ul li::before {
	content: '□';
	margin-right: .5em;
	position: absolute;
	top: 0;
	left: 0;
}
.service .price-list ul h3 {
	font-size: 14px;
	font-weight: 500;
	color: #ca1232;
	line-height: 1;
	margin-bottom: 1em;
}
.service dl {
	border: 1px solid #ca1232;
	padding: 10px 20px;
	margin-bottom: 60px;
}
.service dt,
.service dd {
	display: inline-block;
}
.service dt {
	font-size: 14px;
	font-weight: 500;
	color: #ca1232;
	margin-right: 1em;
}
.service dd {
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 24px;
}
.service dd span {
	font-size: 14px;
}
.service .shaded {
	width: 100%;
	border: 1px solid #ca1232;
	overflow: hidden;
	margin: 30px 0 60px;
}
.service .shaded td {
	position: relative;
	padding: 1em 0;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	color: #ca1232;
}
.service .shaded.col-2 td {
	width: 50%;
}
.service .shaded.col-3 td {
	width: 33.33%;
}
.service .shaded td::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 200%;
	width: 1px;
	background-color: #ca1232;
	-webkit-transform: translateY(-50%) rotate(10deg);
	-ms-transform: translateY(-50%) rotate(10deg);
	-o-transform: translateY(-50%) rotate(10deg);
	transform: translateY(-50%) rotate(10deg);
}
.service .shaded td:first-child::before {
	display: none;
}
.service .contents-wrap > h3 {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	color: #ca1232;
	margin: 30px 0 10px;
	padding-left: 20px;
	position: relative;
}

.service .contents-wrap > h3::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: .3em;
	left: 0;
	background: url(images/triangle-r.svg) center center/cover no-repeat;
}
.service .square-list.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service .square-list.flex li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 70px;
	text-align: center;
	padding: 0;
	line-height: 1.4;
}

@media screen and (max-width: 640px) {
	.service h2 {
		margin-top: 40px;
		font-size: 22px;
	}
	.service .contents-wrap > h3 {
		font-size: 14px;
		margin-top: 20px;
	}
	.service .contents-wrap > h3::after {
		width: 14px;
		height: 14px;
	}
	.service .flow-1 {
		margin-top: 20px;
		padding-left: 15px;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.service .flow-1 h3 {
		font-size: 16px;
	}
	.service .flow-1 h4 {
		font-size: 12px;
		margin-top: 20px;
	}
	.service .square-list {
		margin-left: -10px;
	}
	.service .square-list li {
		margin-left: 10px;
		width: 140px;
		font-size: 12px;
		margin-top: 10px;
	}
	.service .price-list .right,
	.service .price-list .left {
		float: none;
		width: 100%;
	}
	.service dt {
		font-size: 12px;
	}
	.service dd {
		font-size: 22px;
	}
	.service dd span {
		font-size: 12px;
	}
	.service .shaded td {
		font-size: 12px;
	}
	.service .flow-2 .step {
		font-size: 12px;
	}
	.service .flow-2 h4 {
		font-size: 16px;
	}
	.service .flow-2 h4 span {
		font-size: 18px;
	}
	.service .flow-2 li {
		padding-bottom: 20px;
	}
	.service .flow-2 {
		margin-bottom: 40px;
	}
}


/*------------------------------------------------------------
	CONTACT FORM
------------------------------------------------------------*/
.contact-contents {
	padding-bottom: 60px;
}
.contact-contents h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 700;
}
.contact-contents h3 {
	font-size: 15px;
	line-height: 2;
	margin-bottom: .5em;
}
.contact-contents p {
	font-size: 12px;
	line-height: 2;
}
.wpcf7::after {
	content: "";
	display: block;
	clear: both;
}
.wpcf7 p {
	line-height: 1.8;
	padding-bottom: 20px;
}
.wpcf7 .required {
	color: #ca1232;
	font-size: 12px;
}
.wpcf7 span {
	font-size: 12px;
}

.wpcf7 .form-left {
	float: left;
	width: 50%;
	max-width: 500px;
	padding-right: 20px;
}
.wpcf7 .form-right {
	float: left;
	width: 50%;
	max-width: 500px;
	padding-left: 20px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=email] {
	border: 1px solid #d8d8d8;
	border-radius: 0;
	box-shadow: none;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #535353;
	background-color: #fff;
	width: 100%;
	-webkit-appearance: none;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=reset] {
	text-align: center;
	width: calc(50% - 10px);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-stretch: condensed;
	letter-spacing: .1em;
	text-indent: .1em;
	line-height: 20px;
	padding: 10px;
	color: #fff;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background-color: #004b7e;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-appearance: none;
	cursor: pointer;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=reset]:hover {
	opacity: 0.5;
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 input:-moz-placeholder,
.wpcf7 input::-moz-placeholder,
.wpcf7 input:-ms-input-placeholder {
	color: #999;
	font-weight: 300;
}
.wpcf7 textarea {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	height: 295px;
	color: #535353;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	margin-bottom: 17px;
}
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 textarea:-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
	color: #999;
	font-weight: 300;
}


.wpcf7 div.wpcf7-validation-errors {
    border: none;
	color: #ca1232;
	font-size: 14px;
}
.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
    background:#ffc;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    border:none;
	color:#06c;
	font-size:14px;
}
.wpcf7 div.wpcf7-response-output {
	margin:0;
	padding:1em 0 0;
	text-align:center;
	clear:both;
}

@media screen and (max-width: 640px) {
	.wpcf7 .form-left {
		float:none;
		width:100%;

		max-width:480px;
		padding-right:0;
	}
	.wpcf7 .form-right {
		float:none;
		width:100%;
		max-width:480px;
		padding-left:0;
	}
	.contact-contents h2 {
		font-size: 12px;
	}
	.contact-contents h3 {
		font-size: 13px;
	}
	.contact-contents p {
		font-size: 11px;
	}
	.wpcf7 textarea {
		height: 140px;
	}
}

/* 追加CSS */

/* アバウトページのスマホ対応 */
@media screen and (max-width: 453px){
	.sp_none{
		display: none;
	}
}


@media screen and (max-width: 379px){
	.sp_br_about{
		display: block;
	}
}

@media screen and (min-width: 380px){
	.sp_br_about{
		display: none;
	}
}


/* 求人ページ専用デザイン */
.recruit {
  max-width: 900px;
  margin: 40px auto 60px auto;
  padding: 32px 16px;
  background: #fafbfc;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.recruit > div {
  margin-bottom: 40px;
  padding: 32px 24px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e3e7ea;
  box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.recruit h3 {
  font-size: 1.5em;
  color: #004b7e;
  font-weight: 700;
  margin-bottom: 18px;
  border-left: 6px solid #ca1232;
  padding-left: 16px;
  background: linear-gradient(90deg, #fbeaec 0 60%, transparent 100%);
}
.recruit p, .recruit ul, .recruit li {
  font-size: 1.05em;
  color: #222;
  line-height: 2;
  margin-bottom: 12px;
}
.recruit strong {
  color: #ca1232;
  font-weight: 700;
}
.recruit ul {
  margin: 0 0 12px 24px;
  padding-left: 16px;
  list-style: disc;
}
.recruit ul li {
  margin-bottom: 6px;
}
.recruit > div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .recruit {
    padding: 10px 2vw;
    margin: 20px 0 30px 0;
  }
  .recruit > div {
    padding: 16px 6px;
    margin-bottom: 24px;
  }
  .recruit h3 {
    font-size: 1.1em;
    padding-left: 8px;
    margin-bottom: 10px;
  }
  .recruit p, .recruit ul, .recruit li {
    font-size: 0.98em;
  }
}
