@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
/*
Theme Name: NSS MARKETING
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #212836;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #212836;
}
a:hover {
	color: #212836;
}
a:active {
	color: #212836;
}

.vsc-controller{
	display: none;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #212836;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.borderPage {
    background: url("img/common/body_bg.png") repeat left top;
    background-size: 35px auto;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 83px;
	text-align: left;
    overflow: hidden;
}
.borderPage #container {
	padding-top: 0;
    border: 10px solid #D84545;
}
#main {
    margin-bottom: 206px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
    .borderPage {
        background: url("img/common/sp_body_bg.png") repeat left top;
        background-size: 14px auto;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 50px;
    }
	#container {
		padding-top: 60px;
	}
    .borderPage #container {
        border: 5px solid #D84545;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
}
.topPage #gHeader {
	height: 150px;
	background: #fff;
}
#gHeader h1 {
	padding: 50px 0 0 50px;
	float: left;
}
#gHeader .rBox {
    padding: 60px 47px 0 0;
	float: right;
}
#gHeader .rBox .btn {
	float: left;
    margin-right: 18px;
}
#gHeader .rBox .btn a {
	color: #fff;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 215px;
	text-align: center;
	background: #d84545;
	letter-spacing: 0.06em;
    border: 2px solid #faf8f8;
    box-sizing: border-box;
    border-radius: 25px;
}
#gHeader .rBox .btn .img {
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: middle;
    position: relative;
}
#gHeader .rBox .btn .img .over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}
#gHeader .menu {
	float: right;
	width: 52px;
	height: 52px;
	display: flex;
    cursor: pointer;
	align-items: center;
	justify-content: center;
    border-radius: 26px;
    position: relative;
    background-color: #D84545;
    border: 2px solid #D84545;
    box-sizing: border-box;
}
.menu span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 11px);
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
}
.menu span:nth-of-type(1) {
    top: 15px;
}
.menu span:nth-of-type(2) {
    top: 24px;
}
.menu span:nth-of-type(3) {
    top: 33px;
}
.menu.on span {
    top: 24px !important;
    opacity: 0;
}
.menu.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}
.menu.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    opacity: 1;
}
.menuBox {
    display: none;
    position: fixed;
    right: 0;
    top: 150px;
    width: 550px;
    background: #D84545;
    z-index: 1000;
    height: calc(100% - 136px);
    overflow-y: auto;
    box-sizing: border-box;
}

.menuBox.on{
    display: none;
    position: fixed;
    right: 0;
    top: 90px;
    width: 550px;
    background: #D84545;
    z-index: 1000;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.menuBox .naviUl {
    padding: 0 50px 100px 60px;
}
.menuBox .naviUl li a {
    padding: 20px 30px 19px 0;
    position: relative;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #fff;
}
.menuBox .naviUl li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left top;
    background-size: 21px 11px; 
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.menuBox .naviUl .blank a:before {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("img/common/icon13.png") no-repeat left top;
    background-size: 17px 17px; 
    content: "";
}
	
@media all and (min-width: 897px) {
    #gHeader .menu:hover {
        background: #fff;
    }
    #gHeader .menu:hover span {
        background-color: #D84545;
    }
    #gHeader .rBox .btn .img img {
        transition: .3s;
    }
    #gHeader .rBox .btn a:hover {
        background-color: #fff;
        border-color: #D84545;
        color: #D84545;
    }
    #gHeader .rBox .btn a:hover .img img {
        opacity: 0;
    }
    #gHeader .rBox .btn a:hover .img .over {
        opacity: 1;
    }
    .menuBox .naviUl li a:hover:before {
        right: -15px;
    }
	#gHeader.on {
		height: 90px;
		background: #fff;
	}
	#gHeader.on h1 {
		padding: 24px 0 0 50px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on h1 img {
		transition: .3s;
		-webkit-transition: .3s;
		width: 228px;
	}
	#gHeader.on .rBox {
		padding-top: 24px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	.borderPage #container:before {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 10px;
		background: #D84545;
		content: "";
		z-index: 1001;
	}
	.borderPage:before {
		position: fixed;
		left: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background: #D84545;
		content: "";
		z-index: 1001;
	}
	.borderPage:after {
		position: fixed;
		right: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background: #D84545;
		content: "";
		z-index: 1001;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
	}
	#gHeader.on {
		background: #fff;
	}
	.topPage #gHeader {
		height: 60px;
	}
	.borderPage #container:before {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 5px;
		background: #D84545;
		content: "";
		z-index: 1001;
	}
	.borderPage:before {
		position: fixed;
		left: 0;
		top: 0;
		width: 5px;
		height: 100%;
		background: #D84545;
		content: "";
		z-index: 1001;
	}
	.borderPage:after {
		position: fixed;
		right: 0;
		top: 0;
		width: 5px;
		height: 100%;
		background: #D84545;
		content: "";
		z-index: 1001;
	}
    body.fixed #gHeader {
        background: #fff;
        border-bottom: none;
    }
    body.fixed #gHeader:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        box-sizing: border-box;
        border: 5px solid #D84545;
        border-bottom: none;
    }
    #gHeader h1 {
        padding: 16px 0 0 24px;
        float: left;
    }
    #gHeader .rBox {
        padding: 18px 18px 0 0;
        float: right;
    }
    #gHeader .rBox .btn {
        float: left;
        margin-right: 8px;
    }
    #gHeader .rBox .btn a {
        height: 30px;
        width: 127px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }
    #gHeader .rBox .btn .img {
        margin: 6px 6px 0 0;
    }
    #gHeader .rBox .btn a:hover .img .over {
        opacity: 0 !important;
    }
    #gHeader .menu {
        float: right;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu span {
        left: calc(50% - 7px);
        width: 15px;
    }
    .menu span:nth-of-type(1) {
        top: 7px;
    }
    .menu span:nth-of-type(2) {
        top: 12px;
    }
    .menu span:nth-of-type(3) {
        top: 17px;
    }
    .menu.on span {
        top: 12px !important;
    }
    .menuBox {
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
	

	 .menuBox.on {
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
}
@media all and (max-width: 374px) {
    #gHeader h1 {
        padding-left: 7px;
    }
    #gHeader .rBox {
        padding-right: 7px;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
    padding: 0 20px;
	margin: 0 auto 120px;
}
#pagePath li {
	margin-right: 10px;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 30px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; 
}
#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 0 24px;
    }
    #pagePath li {
        margin-right: 9px;
    }
    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto; 
    }
    #pagePath li img {
        margin: -3px 0 0;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter  {
    padding: 39px 100px;
    border-top: 1px solid #efeded;
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}
.pageTop {
    position: fixed;
    right: 49px;
    bottom: 30px;
    z-index: 500;
	width: 80px;
}
.pageTop a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter  {
        padding: 35px 0;
        background: #fff;
    }
    #gFooter address {
        padding-right: 36px;
        font-size: 1.2rem;
        text-align: center;
    }
    .pageTop {
		display: none;
        right: 25px;
        bottom: 27px;
		width: 44px;
    }
    .pageTop img {
        width: 44px;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 40px;
}
@media all and (max-width: 896px) {
    .content {
        max-width: inherit;
        padding: 0 24px;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 26px;
	padding: 93px 0 63px;
	text-align: center;
	border-bottom: 1px solid #D1CFCF;
}
.pageTitle .headLine01 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 5.4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 13px;
        padding: 18px 0 30px;
    }
    .pageTitle .headLine01 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }
    .pageTitle .headLine01 .jp {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}    


/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
    margin-bottom: 25px;
    padding: 15% 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
	 background: url("img/recruit/com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
 
}
/* 
.comVisual:before {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */
.comVisual .headLine05 {
    font-size: 4.6rem;
	  color: #fff;
    letter-spacing: 0.06em;
	position: relative;
	z-index: 5;
}

/* .comVisual .jobtag{
	position: relative;
	z-index: 5;
} */

@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 13px;
        height: 200px;
		  background: url("img/recruit/sp_com_visual_bg.jpg") no-repeat center center;
        background-size: cover;
    }
    .comVisual .headLine05 {
        font-size: 2rem;
    }
}

.mainVisual {
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    margin-top: 150px;

    /*     height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background:linear-gradient(rgba(76, 76, 76, .5), rgba(76, 76, 76, .5)), url("img/recruit/com_visual_img.jpg")  center no-repeat;
background-size: cover; */
}

/* .comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
} */

.mainVisual .bg {
    position: relative;
    width: 90%;
    height: 750px;
    margin: 0 auto;
}

/* .comVisual .bg-about {
		position: relative;
		width: 800px;
		height: 500px;
		margin: 0 auto 5em;
	} */

.mainVisual .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0 !important;
}

.mainVisual .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
    .mainVisual {
        position: relative;
        margin-top: 0px;
        margin-bottom: 13px;
        /*         height: 200px;
        background: url("img/recruit/sp_com_visual_bg.jpg") no-repeat center center;
        background-size: cover; */
    }

    /*     .comVisual .headLine05 {
        font-size: 2rem;
    } */

    .mainVisual .bg {
        position: relative;
        width: 80%;
        height: 700px;
    }

    .mainVisual .bg-about {
        position: relative;
        width: 80%;
        height: 400px;
        margin: 0 auto 5em;
    }

    .mainVisual .video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 0 !important;
    }

    .mainVisual .video video {
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }


}


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

    .mainVisual {
        margin-top: 0;

    }

    .mainVisual .bg {
        position: relative;
        width: 100%;
        height: 500px;
    }

    .mainVisual .bg-about {
        position: relative;
        width: 90%;
        height: 400px;
        margin: 0 auto 3em;
    }

    .mainVisual .video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 0 !important;
    }

    .mainVisual .video video {
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: contain;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    .mainVisual .bg {
        height: auto;
    }

    .bg-about {
        position: static;
        width: 100%;
        height: 100%;
    }

    .mainVisual .video {
        position: static;
    }

    .mainVisual .video video {
        position: static;
        transform: none;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 75px;
    padding-bottom: 40px;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.headLine02:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #232835;
    content: "";
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 50px;
        padding-bottom: 23px;
        font-size: 2.4rem;
        text-align: center;
    }
    .headLine02:before {
        margin-left: -16px;
        left: 50%;
        bottom: 0;
        width: 32px;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 20px;
    padding-bottom: 26px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 10px;
        padding-bottom: 13px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
	margin-bottom: 58px;
}
.headLine04 {
    position: relative;
    padding-left: 40px;
    color: #D84545;
    font-size: 7rem;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.1em;    
}
.headLine04:after {
    margin-top: -7px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #D84545;
    content: "";
}
.comTtlBox .title {
	padding: 23px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.9;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
    .comTtlBox {
        display: block;
        margin-bottom: 44px;
    }
    .headLine04 {
        padding-left: 20px;
        font-size: 2.6rem;
    }
    .headLine04:after {
        margin-top: -3px;
        width: 6px;
        height: 6px;
    }
    .comTtlBox .title {
        width: 100%;
        padding: 16px 0 0 0;
        font-size: 1.4rem;
        line-height: 2.2;
    }
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
    margin-bottom: 20px;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
    .headLine06 {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
    margin-bottom: 60px;
    color: #D84545;
    font-size: 3rem;
}
.headLine07 .info {
    padding: 8px 56px 6px 0;
    position: relative;
    display: inline-block;
    letter-spacing: 0.06em;
}
.headLine07 .info:before {
    position: absolute;
    right: -50px;
    left: -2000px;
    top: 0;
    bottom: 0;
    background: #fff;
    content: "";
    z-index: -1;
}
@media all and (max-width: 896px) {
    .headLine07 {
        margin: 0 40px 25px -24px;
        font-size: 2.4rem;
    }
    .headLine07 .info {
        padding: 7px 56px 6px 22px;
        display: block;
        font-size: 2.4rem;
        background: #fff;
    }
    .headLine07 .info:before {
        display: none;
    }
}
/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
    padding: 150px 0 80px;
    position: relative;
}
.comCompany:before {
    position: absolute;
    right: -220px;
    top: 10px;
    width: 550px;
    height: 485px;
    background: url("img/index/bg10.png") no-repeat right top;
    background-size: 550px auto; 
    content: "";
}
.comCompany:after {
	display: none;
    position: absolute;
    left: -120px;
    bottom: -90px;
    width: 412px;
    height: 482px;
    background: url("img/index/bg11.png") no-repeat right top;
    background-size: 412px auto; 
    content: "";
}
.comCompany .comTtlBox {
    margin-bottom: 76px;
}
.comCompany .textBox {
    position: relative;
    width: 40%;
    float: left;
    color: #212836;
    box-sizing: border-box;
}
.comCompany .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.comCompany .textBox th,
.comCompany .textBox td {
    padding: 15px 0;
	text-align: left;
	vertical-align: middle;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.comCompany .textBox th {
    color: #4CB452;
    width: 42.5%;
    font-weight: 700;
}
.comCompany .mapBox {
    padding-top: 20px;
    width: 54%;
    float: right;
}
.comCompany .mapBox iframe {
	height: 290px;
	width: 100%;
    background: #000;
	vertical-align: top;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
    .comCompany .headLine04 {
        font-size: 5rem;
    }
}
@media all and (max-width: 896px) {
    .comCompany {
        padding: 95px 0 0;
        position: relative;
    }
    .comCompany:before {
        right: auto;
        left: -86px;
        top: 0;
        width: 192px;
        height: 142px;
        background: url("img/index/sp_bg09.png") no-repeat right top;
        background-size: 192px auto; 
        content: "";
    }
    .comCompany:after {
		display: block;
        left: auto;
        right: -10px;
        top: 20px;
        bottom: auto;
        width: 80px;
        height: 35px;
        background: url("img/index/sp_bg10.png") no-repeat right top;
        background-size: 80px auto; 
        content: "";
    }
    .comCompany .content {
        padding: 0 20px;
        position: relative;
    }
    .comCompany .content:before {
        position: absolute;
        right: -70px;
        bottom: 203px;
        width: 123px;
        height: 196px;
        background: url("img/index/sp_bg11.png") no-repeat right top;
        background-size: 123px auto;
        content: "";
    }
    .comCompany .headLine04 {
        margin: 0 -10px 0 0;
        letter-spacing: 0.06em;
    }
    .comCompany .comTtlBox {
        margin-bottom: 20px;
    }
    .comCompany .textBox {
        padding: 0;
        position: relative;
        width: 100%;
        float: none;
    }
    .comCompany .textBox th,
    .comCompany .textBox td {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 16px;
        letter-spacing: 0.06em;
    }
    .comCompany .textBox th {
        padding: 18px 0 7px;
        width: 100%;
        border-bottom: none;
    }
    .comCompany .mapBox {
        margin: 72px -24px 0;
        width: auto;
        float: none;
    }
	.comCompany .mapBox iframe {
		height: 180px;
	}
}
@media all and (max-width: 374px) {
    .comCompany .headLine04 {
        font-size: 2.2rem;
    }
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 293px;
    background: url("img/common/com_box_bg.jpg") no-repeat center center;
    background-size: cover;
}
@media all and (max-width: 896px) {
    .comBox {
        height: 182px;
        background: url("img/common/sp_com_box_bg.jpg") no-repeat center center;
        background-size: cover;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
    color: #fff;
    width: 514px;
    height: 100px;
    font-size: 2.4rem;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	position: relative;
    border: 3px solid #fff;
	letter-spacing: 0.08em;
    border-radius: 100px;
    background: #D84545;
}
.comLink a:before {
	margin-top: -23px;
	position: absolute;
	right: 32px;
	top: 50%;
	width: 47px;
	height: 46px;
	background: url("img/common/icon02.png") no-repeat right center;
	background-size: 47px auto;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
    .comLink a:hover {
        color: #D84545;
        border-color: #D84545;
        background: #fff;
    }
	.comLink a:hover:before {
        background: url("img/common/icon02_over.png") no-repeat right center;
        background-size: 47px auto;
	}
}
@media all and (max-width: 896px) {
    .comLink a {
        width: 260px;
        height: 50px;
        font-size: 1.6rem;
    }
    .comLink a:before {
        right: 15px;
        background: url("img/common/sp_icon06.png") no-repeat right center;
        background-size: 24px auto;
    }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    margin: 0 auto 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comImgBox .photoBox {
    width: 30%;
}
.comImgBox .photoBox .infoPho {
    display: block;
    border-radius: 0 20px 0 0;
}
.comImgBox .photoBox .nameSpan {
    margin-top: 18px;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.comImgBox .photoBox .nameSpan .small {
    margin-right: 25px;
    font-size: 2rem;
	font-weight: 500;
}
.comImgBox .textBox {
	padding-bottom: 50px;
    width: 58.6%;
}
.comImgBox .textBox h4 {
    margin-bottom: 16px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.comImgBox .textBox p {
    line-height: 2.3;
    letter-spacing: 0.06em;
	text-align: justify;
	text-justify:inter-ideograph;
}
.comImgBox01 {
    flex-direction: row-reverse;
}
.comImgBox01 .photoBox .nameSpan {
    text-align: left;
}
.comImgBox:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .comImgBox {
        max-width: inherit;
        margin: 0 0 80px;
        display: block;
    }
    .comImgBox .photoBox {
        width: 100%;
    }
    .comImgBox .photoBox img {
        width: 100%;
    }
    .comImgBox .photoBox .nameSpan {
        margin-top: 12px;
        font-size: 1.6rem;
    }
    .comImgBox .photoBox .nameSpan .small {
        margin-right: 20px;
        font-size: 1.4rem;
    }
    .comImgBox .textBox {
        width: 100%;
		padding: 0;
        margin-top: 20px;
    }
    .comImgBox .textBox h4 {
        margin-bottom: 18px;
        font-size: 1.6rem;
    }
    .comImgBox .textBox p {
        line-height: 2.1;
    }
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
    margin-bottom: 148px;
	display: flex;
	justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.comInner01 {
    position: relative;
    flex-direction: row;
}
.comInner .photoBox {
	width: 48%;
}
.comInner .textBox {
/*     padding-right: 80px; */
	width: 48%;
    box-sizing: border-box;
}
.comInner .photoBox img {
	width: 100%;
}
.comInner .textBox .headLine04 {
    margin-bottom: 30px;
}
.comInner .textBox p {
    line-height: 2;
}
.comInner01 .textBox {
/*     padding: 0 0 0 100px; */
}
.comInner01:before {
    position: absolute;
    right: -164px;
    top: 140px;
    width: 402px;
    height: 354px;
    background: url("img/index/bg09.png") no-repeat left bottom;
    background-size: 402px auto; 
    content: "";
}
@media all and (min-width: 897px) and (max-width: 1400px) {
    .comInner .textBox {
        padding-right: 0;
    }
    .comInner .textBox .headLine04 {
        font-size: 5rem;
    }
    .comInner01 .textBox {
        padding-left: 0;
    }
}
@media all and (max-width: 896px) {
    .comInner {
        margin-bottom: 106px;
        display: block;
    }
    .comInner01 {
        margin-bottom: 0;
    }
    .comInner .photoBox {
        width: 100%;
    }
    .comInner .textBox {
        padding-right: 0;
        margin-bottom: 40px;
        width: 100%;
        box-sizing: border-box;
    }
    .comInner .textBox .headLine04 {
        margin-bottom: 30px;
    }
    .comInner .textBox p {
        line-height: 2.05;
        letter-spacing: 0.06em;
    }
    .comInner01 .textBox {
        padding: 0;
    }
    .comInner01:before {
        display: none;
    }
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
    color: #fff;
    width: 420px;
    height: 68px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	position: relative;
    border: 3px solid #fff;
	letter-spacing: 0.08em;
    border-radius: 100px;
    background: #D84545;
    box-shadow: 0 4px 0 #af1110;
}
.comMore a:before {
	margin-top: -16px;
	position: absolute;
	right: 23px;
	top: 50%;
	width: 32px;
	height: 32px;
	background: url("img/common/icon19.png") no-repeat right center;
	background-size: 32px auto;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
    .comMore a:hover {
        color: #D84545;
        border-color: #D84545;
        background: #fff;
    }
	.comMore a:hover:before {
        background: url("img/common/icon19_over.png") no-repeat right center;
        background-size: 32px auto;
	}
}
@media all and (max-width: 896px) {
     .comMor {
         text-align: center;
    }
    .comMore a {
        width: auto;
        max-width: 260px;
        width: 100%;
        height: 50px;
        font-size: 1.6rem;
    }
    .comMore a:before {
        margin-top: -12px;
        right: 14px;
        width: 24px;
        height: 24px;
        background: url("img/common/sp_icon11.png") no-repeat left top;
        background-size: 24px auto;
    }
}
/*------------------------------------------------------------
	comIcon
------------------------------------------------------------*/
.comIcon {
    position: relative;
}
.comIcon:before {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 113px;
    height: 113px;
    background: url("img/common/icon15.png") no-repeat left top;
    background-size: 113px auto;
    content: "";
}
.comIcon:after {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 113px;
    height: 113px;
    background: url("img/common/icon16.png") no-repeat left top;
    background-size: 113px auto;
    content: "";
}
.comIcon01:before {
    position: absolute;
    left: -20px;
    top: auto;
    bottom: -20px;
    width: 113px;
    height: 113px;
    background: url("img/common/icon17.png") no-repeat left top;
    background-size: 113px auto;
    content: "";
}
.comIcon01:after {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 113px;
    height: 113px;
    background: url("img/common/icon18.png") no-repeat left top;
    background-size: 113px auto;
    content: "";
}
@media all and (max-width: 896px) {
    .comIcon:before {
        left: -13px;
        top: -13px;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon07.png") no-repeat left top;
        background-size: 65px auto;
    }
    .comIcon:after {
        right: -13px;
        bottom: -13px;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon08.png") no-repeat left top;
        background-size: 65px auto;
    }
    .comIcon01:before {
        left: -13px;
        top: -13px;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon07.png") no-repeat left top;
        background-size: 65px auto;
    }
    .comIcon01:after {
        right: -13px;
        bottom: -13px;
        top: auto;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon08.png") no-repeat left top;
        background-size: 65px auto;
    }
}

.jobtag {
	color: #fff;
	padding: 3px 10px;
	background: #333;
	/* border-radius: 4px; */
	display: inline-block;
	margin-bottom: 7px;
}

.jobtag:not(:first-child) {
    margin-left: 3px;
}



@media all and (max-width: 896px) {
	.indexPage .jobtagbox{
		text-align: center;
	}
	
	.indexPage .jobtag {
		font-size: 14px;
	}
}


.menu_jobtag{
	font-size: 14px;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
    margin-bottom: -207px;
}
.indexPage .mainVisual .topBox .mainImg {
	position: relative;
    margin-top: -10px;
	height: 890px;
}
.indexPage .mainVisual .topBox .mainImg .videoBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.indexPage .mainVisual .topBox .mainImg .videoBox video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.indexPage .mainVisual .txtInner {
	margin: 30px auto 0;
    padding: 50px 20px;
    position: relative;
    max-width: 1367px;
    text-align: center;
}
.indexPage .mainVisual .txtInner:before {
    position: absolute;
    left: -134px;
    top: 0;
    width: 481px;
    height: 390px;
    background: url("img/index/bg01.png") no-repeat left top;
    background-size: 481px auto; 
    content: "";
}
.indexPage .mainVisual .txtInner:after {
    position: absolute;
    right: -165px;
    bottom: -29px;
    width: 512px;
    height: 290px;
    background: url("img/index/bg02.png") no-repeat left top;
    background-size: 513px auto; 
    content: "";
}
.indexPage .mainVisual .txtInner .infoTxtBox {
    padding: 120px 20px;
	background: #D84545;
    border-radius: 0 40px 0 40px;
}
.indexPage .mainVisual .txtInner .ttl {
    color: #333;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.89;
}
.indexPage .interviewSec {
    position: relative;
	padding: 137px 0 228px;
}
.indexPage .interviewSec:before {
	display: none;
    position: absolute;
    left: 90px;
    top: 226px;
    background: url("img/index/bg05.png") no-repeat left top;
    background-size: 167px auto; 
    width: 167px;
    height: 366px;
    content: "";
}
.indexPage .interviewSec:after {
	display: none;
    position: absolute;
    right: 90px;
    top: 226px;
    background: url("img/index/bg06.png") no-repeat left top;
    background-size: 163px auto; 
    width: 163px;
    height: 302px;
    content: "";
}
.indexPage .interviewSec .ulBox {
    max-width: 1200px;
    margin: 0 auto;
}
.indexPage .interviewSec .listUl {
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.indexPage .interviewSec .listUl li {
	float: left;
}
.indexPage .interviewSec .listUl li .infoPho {
    display: block;
    position: relative;
    border-radius: 0 30px 0 0;
	overflow: hidden;
}
.indexPage .interviewSec .listUl .slick-slide > div {
    width: 336px;
    padding: 0 27px;
}
.indexPage .interviewSec .listUl li a {
	display: block;
	position: relative;
}
.indexPage .interviewSec .listUl li .pho {
	display: block;
}
.indexPage .interviewSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 65px 30px 50px;
    width: 100%;
    height: 369px;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
	background: rgba(33,40,54,0.25); 
    line-height: 2.25;
    box-sizing: border-box;
    letter-spacing: 0;
    text-align: justify;
	opacity: 0;
    border-radius: 0 30px 0 0;
	transition:all 0.6s ease;
}
.indexPage .interviewSec .listUl li .txtBox {
    margin: -70px 0 0 -17px;
    display: block;
    color: #211B1B;
    position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	z-index: 10;
	box-sizing: border-box;
}
.indexPage .interviewSec .listUl li .txtBox .name {
    padding: 7px 26px;
	display: inline-block;
    color: #fff;
	font-size: 2.3rem;
	font-weight: 700;
    background: #D84545;
}
.indexPage .interviewSec .listUl li .txtBox .smallTxt {
    color: #fff;
    padding: 10px 26px 15px;
    display: inline-block;
    background: #D84545;
}
.indexPage .interviewSec .listUl li .txtBox .info {
    display: block;
}
.indexPage .interviewSec .listUl .slick-dots {
    margin-top: 25px;
    text-align: center;
}
.indexPage .interviewSec .listUl .slick-dots li {
    float: none;
	margin: 0 17px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background-color: #fff;
}
.indexPage .interviewSec .listUl .slick-dots li button {
	display: none;
}
.indexPage .interviewSec .listUl .slick-dots li.slick-active {
	background-color: #D84545;
/*	-webkit-transform: scale(2);
	transform: scale(2);
*/	transform-origin: center;
}
.indexPage .interviewSec .listUl .slick-prev,
.indexPage .interviewSec .listUl .slick-next {
    margin-top: -60px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 47px;
    height: 46px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.indexPage .interviewSec .listUl .slick-prev {
	left: -49px;
	background: url("img/common/prev.png") no-repeat;
	background-size: 47px 46px;
	z-index: 10;
}
.indexPage .interviewSec .listUl .slick-next {
	right: -49px;
	background: url("img/common/next.png") no-repeat;
	background-size: 47px 46px;
	z-index: 10;
}
.indexPage .interviewSec .sliderSec {
    position: relative;
}
.indexPage .interviewSec .sliderSec:before {
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 100%;
    height: 305px;
    background: #4CB452;
    content: "";
    z-index: -1;
}
.indexPage .interviewSec .sliderSec:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 326px;
    height: 261px;
    background: url("img/index/bg03.png") no-repeat  left top;
    background-size: 326px auto; 
    content: "";
    z-index: 1;
}
.indexPage .interviewSec .infoBox {
    position: relative;
}
.indexPage .interviewSec .infoBox:before {
    position: absolute;
    right: 0;
    bottom: -45px;
    width: 326px;
    height: 261px;
    background: url("img/index/bg04.png") no-repeat  left top;
    background-size: 326px auto; 
    content: "";
    z-index: 1;
}
.indexPage .aboutSec {
	margin-bottom: 250px;
    position: relative;
}
.indexPage .aboutSec:before {
	display: none;
    position: absolute;
    left: -235px;
    bottom: -210px;
    width: 617px;
    height: 751px;
    background: url("img/index/bg07.png") no-repeat  left top;
    background-size: 617px auto; 
    content: "";
    z-index: 1;
}
.indexPage .aboutSec:after {
    position: absolute;
    right: -127px;
    top: -362px;
    width: 668px;
    height: 650px;
    background: url("img/index/bg08.png") no-repeat  left top;
    background-size: 668px auto; 
    content: "";
    z-index: -1;
}
.indexPage .aboutSec .content {
    max-width: 1380px;
}
.indexPage .jobSec {
	padding: 160px 0 128px;
/*    background: url("img/index/bg12.jpg") repeat-y left top,url("img/index/bg13.jpg") repeat-y right top;
    background-size: 528px auto,528px auto; 
*/    background-color: #D84545;
}
.indexPage .jobSec .comTtlBox {
	margin-bottom: 115px;
	align-items: flex-end;
}
.indexPage .jobSec .comTtlBox .title {
	padding: 0 0 20px;
    color: #fff;
}
.indexPage .jobSec .headLine04 {
    margin-bottom: 25px;
    color: #fff;
}
.indexPage .jobSec .headLine04:after {
    background: #fff;
}
.indexPage .jobSec .innerBox {
	margin-bottom: 110px;
}
.indexPage .jobSec .innerBox .photoBox {
	width: 72%;
    margin: 0 auto -270px;
}
.indexPage .jobSec .innerBox .photoBox:before {
    background-image: url("img/common/icon09.png");
}
.indexPage .jobSec .innerBox .photoBox:after {
    background-image: url("img/common/icon10.png");
}
.indexPage .jobSec .innerBox .photoBox .infoPho {
    padding-bottom: 62%;
	height: 0;
    display: block;
	background: url("img/index/photo06.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .jobSec .innerBox .textBox {
    padding: 310px 30px 70px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 0 40px 0 40px;
    box-sizing: border-box;
}
.indexPage .jobSec .innerBox .textBox .headLine03 {
	margin-bottom: 17px;
	padding-bottom: 21px;
}
.indexPage .jobSec .innerBox .textBox .txt {
	margin-bottom: 35px;
    color: #fff;
	letter-spacing: 0.06em;
	line-height: 2;
}
.indexPage .jobSec .comMore01 {
	padding-top: 22px;
    text-align: center;
}
.indexPage .jobSec .comMore01 a:before {
    display: none;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
    .indexPage .mainVisual .txtInner:before {
        left: -49px;
        background-size: 215px auto; 
    }
    .indexPage .mainVisual .txtInner:after {
        right: -44px;
        bottom: -30px;
        width: 162px;
        height: 120px;
        background: url("img/index/sp_bg02.png") no-repeat left top;
        background-size: 140px auto; 
    }
	.indexPage .interviewSec .listUl .slick-prev {
		left: 10px;
	}
	.indexPage .interviewSec .listUl .slick-next {
		right: 10px;
	}
}
@media all and (min-width: 897px) {
    .indexPage .interviewSec .listUl li a:hover .hover {
		opacity: 1;
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox {
        color: #212836;
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox:before {
		right: -21px;
        background-image: url("img/common/icon05.png");
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox::after {
        width: 100%;
        right: auto;
        left: 0;
    }
	.indexPage .jobSec .btnMore a::before {
	  content: " ";
	  position: absolute;
	  top: 0;
	  height: 100%;
	  width: 0;
	  left: auto;
	  right: 0;
	  background-color: #232835;
	  transition-duration: 0.5s;
	  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	  -ms-transition-duration: 0.5s;
	  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	  -webkit-transition-duration: 0.5s;
	  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	  -moz-transition-duration: 0.5s;
	  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	.indexPage .jobSec .btnMore a:hover {
		color: #fff;
	}
    .indexPage .jobSec .btnMore a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .indexPage {
        margin-bottom: -51px;
    }
    .indexPage .mainVisual .topBox .mainImg {
        margin: -5px -5px 0;
        height: 486px;
    }
    .indexPage .mainVisual .txtInner {
/*         margin: 0px 20px 0; */
        padding: 0;
        max-width: inherit;
    }
    .indexPage .mainVisual .txtInner:before {
        position: absolute;
        left: -114px;
        top: 0;
        width: 245px;
        height: 173px;
        background: none;
    }
    .indexPage .mainVisual .txtInner:after {
        position: absolute;
        right: -48px;
        bottom: -16px;
        width: 162px;
        height: 120px;
       background: none;
    }
    .indexPage .mainVisual .txtInner .infoTxtBox {
        padding: 56px 24px;
        border-radius: 0 14px 0 14px;
    }
    .indexPage .mainVisual .txtInner .ttl {
        font-size: 1.4rem;
        line-height: 1.9;
        text-align: justify;
    }    
    .indexPage .interviewSec {
        padding: 76px 0 0;
    }
    .indexPage .interviewSec:before {
		display: block;
        left: -8px;
        top: 20px;
        width: 61px;
        height: 54px;
        background: url("img/index/sp_bg03.png") no-repeat left top;
        background-size: 61px auto; 
    }
    .indexPage .interviewSec:after {
		display: block;
        left: auto;
        right: -20px;
        top: 70px;
        width: 57px;
        height: 171px;
        background: url("img/index/sp_bg04.png") no-repeat left top;
        background-size: 57px auto; 
    }
    .indexPage .interviewSec .content {
        padding: 0 20px;
    }
    .indexPage .interviewSec .sliderSec::before {
        display: none;
    }
    .indexPage .interviewSec .infoBox::before {
        display: none;
    }
    .indexPage .interviewSec .sliderSec::after {
        display: none;
    }
    .indexPage .interviewSec .ulBox {
        max-width: inherit;
    }
    .indexPage .interviewSec .listUl li {
        width: 100%;
        margin: 0;
    }
    .indexPage .interviewSec .listUl li .pho {
        display: block;
        position: relative;
    }
	.indexPage .interviewSec .listUl li .pho img {
		width: 100%;
	}
    .indexPage .interviewSec .listUl li .txtBox {
        font-size: 1.5rem;
        width: auto;
        margin: -70px -20px 0;
    }
    .indexPage .interviewSec .listUl li .txtBox:before {
        right: 23px;
    }
    .indexPage .interviewSec .listUl li .txtBox .name {
        font-size: 2.2rem;
    }
    .indexPage .interviewSec .listUl li .hover {
        padding: 10px 0 50px;
        position: static;
        height: auto;
        color: #212836;
        font-size: 1.4rem;
        text-align: left;
        display: block;
        line-height: 1.8;
		opacity: 1;
		background: none;
    }
    .indexPage .aboutSec {
        margin-bottom: 0;
        padding: 50px 0 166px;
        position: relative;
        background: none;
    }
    .indexPage .aboutSec:before {
		display: block;
        position: absolute;
        left: -60px;
        top: -33px;
        width: 137px;
        height: 671px;
        background: url("img/index/sp_bg05.png") no-repeat left top;
        background-size: 137px auto; 
    }
    .indexPage .aboutSec:after {
        position: absolute;
        right: -88px;
        top: -37px;
        width: 164px;
        height: 760px;
        background: url("img/index/sp_bg06.png") no-repeat left top;
        background-size: 164px auto; 
    }
    .indexPage .aboutSec .content {
        max-width: inherit;
        padding: 0 20px;
        position: relative;
    }
    .indexPage .aboutSec .content:before {
        position: absolute;
        left: -5px;
        bottom: -161px;
        width: 68px;
        height: 132px;
        background: url("img/index/sp_bg07.png") no-repeat left top;
        background-size: 68px auto; 
        content: "";
    }
    .indexPage .aboutSec .content:after {
        position: absolute;
        right: -5px;
        bottom: -130px;
        width: 56px;
        height: 81px;
        background: url("img/index/sp_bg08.png") no-repeat left top;
        background-size: 56px auto; 
         content: "";
    }
    .indexPage .aboutSec .headLine04 {
        margin-bottom: 20px;
    }
    .indexPage .jobSec {
        padding: 64px 0 85px;
        position: relative;
        background: url("img/index/sp_bg12.png") no-repeat left top,url("img/index/sp_bg14.png") no-repeat right top;
        background-size: 115px auto,95px auto; 
        background-color: #D84545;
    }
    .indexPage .jobSec:before {
        position: absolute;
        left: -5px;
        bottom: 20px;
        width: 70px;
        height: 61px;
        background: url("img/index/sp_bg13.png") no-repeat left bottom;
        background-size: 70px auto; 
        content: "";
    }
    .indexPage .jobSec:after {
        position: absolute;
        right: -92px;
        bottom: 17px;
        width: 173px;
        height: 184px;
        background: url("img/index/sp_bg15.png") no-repeat left bottom;
        background-size: 173px auto; 
        content: "";
    }
    .indexPage .jobSec .content {
        padding: 0 20px;
    }
    .indexPage .jobSec .comTtlBox {
        display: block;
        margin-bottom: 72px;
    }
	.indexPage .jobSec .comTtlBox .title {
		padding: 0;
	}
    .indexPage .jobSec .headLine04 {
        margin-bottom: 20px;
    }
    .indexPage .jobSec .innerBox {
        margin-bottom: 60px;
    }
    .indexPage .jobSec .innerBox .photoBox {
        margin: 0 auto -25%;
        width: 86%;
    }
    .indexPage .jobSec .innerBox .photoBox::before {
        width: 56px;
        height: 62px;
        background-image: url("img/common/sp_icon09.png");
        background-size: 56px auto; 
    }
    .indexPage .jobSec .innerBox .photoBox::after {
        width: 56px;
        height: 62px;
        background-image: url("img/common/sp_icon10.png");
        background-size: 56px auto; 
    }
    .indexPage .jobSec .innerBox .textBox {
        width: 100%;
        padding: 33% 20px 50px;
        border-radius: 0 20px 0 20px;
    }
    .indexPage .jobSec .innerBox .textBox .headLine06 {
        margin-bottom: 12px;
        padding-bottom: 0;
    }
    .indexPage .jobSec .innerBox .textBox .txt {
        margin-bottom: 33px;
        line-height: 2.2;
        text-align: justify;
    }
    .indexPage .jobSec .innerBox .textBox .comMore {
        margin-right: 0;
        text-align: center;
    }
    .indexPage .jobSec .comMore01 {
        padding-top: 16px;
    }
}
/*------------------------------------------------------------
	recruitPage
------------------------------------------------------------*/
.recruitPage {
    margin-bottom: -206px;
}
.recruitPage #pagePath {
    margin-bottom: 0;
}
.recruitPage .topSec {
    padding: 120px 0 80px;
    position: relative;
}
.recruitPage .topSec:before {
	display: none;
    position: absolute;
    right: 43px;
    top: 88px;
    width: 162px;
    height: 402px;
    background: url("img/recruit/bg01.png") no-repeat right top;
    background-size: 162px auto;
    content: "";
    z-index: -1;
}
.recruitPage .topSec:after {
    position: absolute;
    left: -10px;
    top: 50px;
    width: 345px;
    height: 755px;
    background: url("img/recruit/bg02.png") no-repeat right top;
    background-size: 345px auto;
    content: "";
    z-index: 1;
}
.recruitPage .topSec .content {
    position: relative;
    z-index: 2;
}
.recruitPage .topSec .title {
    max-width: 1000px;
    margin: 0 auto 140px;
    font-size: 2rem;
    position: relative;
    font-weight: 500;
    line-height: 2.5;
    text-align: justify;
    letter-spacing: 0.06em;
}
.recruitPage .topSec .linkList li {
    margin-right: 2.4%;
    width: 23.2%;
}
.recruitPage .topSec .linkList li:nth-child(4n) {
    margin-right: 0;
}
.recruitPage .topSec .linkList li a {
    padding: 0 15px;
    display: flex;
    height: 53px;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    background: #D8D8D8;
    border-radius: 9px;
    align-items: center;
    justify-content: flex-start; 
    box-sizing: border-box;
}
.recruitPage .topSec .linkList li a:after {
    margin-top: -16px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url("img/common/icon20.png") no-repeat right center;
    background-size: 32px auto; 
    content: "";
}
@media all and (min-width: 897px) {
    .recruitPage .topSec .linkList li a:hover {
        color: #fff;
        background: #D84545;
    }
    .recruitPage .topSec .linkList li a:hover:after {
        background: url("img/common/icon20_over.png") no-repeat right center;
        background-size: 32px auto; 
    }
}
.recruitPage .recruitSec {
    padding: 148px 0 260px;
    position: relative;
    background: #D84545;
}
.recruitPage .recruitSec:before {
    position: absolute;
    right: -57px;
    bottom: 0;
    width: 372px;
    height: 261px;
    background: url("img/recruit/bg03.png") no-repeat left top;
    background-size: 372px auto;
    content: "";
}
.recruitPage .recruitSec .headLine07 {
	position: relative;
	z-index: 20;
}
.recruitPage .recruitSec .innerBox {
    max-width: 1920px;
	padding: 0 60px;
    margin: 0 auto;
}
.recruitPage .recruitSec .innerBox .photoBox {
    padding-top: 12px;
    float: right;
    width: 48%;
}
.recruitPage .recruitSec .innerBox .textBox {
    margin-top: -10px;
    float: left;
    width: 48%;
}
.recruitPage .recruitSec .innerBox .infoBox {
/*     max-width: 572px; */
    margin: 0 50px 0 auto;
/* 	padding-left: 20px; */
}
.recruitPage .recruitSec .innerBox .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.recruitPage .recruitSec .innerBox .textBox th,
.recruitPage .recruitSec .innerBox .textBox td {
    color: #fff;
    padding: 17px 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.9;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.06em;
}
.recruitPage .recruitSec .innerBox .textBox th {
    width: 24.5%;
}

.recruitPage .intro .inner {
		max-width: 1100px;
		width: 100%;
		margin: 0 auto;
		padding: 100px 0 120px;
	}

.recruitPage .beneath_point_contents_logo h1 {
		color: #fff;
		/* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
		-webkit-font-smoothing: auto;
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 2px;
	}

.recruitPage .beneath_point_contents_logo p {
		color: #fff;
		/* /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
		*/ -webkit-font-smoothing: auto;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
	}

.recruitPage .intro .inner h2 {
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		padding: 5px 0 100px;
		position: relative;
	}

.recruitPage .intro h3 {
		font-size: 24px;
		/* /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
		*/ -webkit-font-smoothing: auto;
		font-weight: 600;
/* 		color: #0d3387; */
		padding: 0 10px 10px 0;
		text-align: center;
	}

.recruitPage .intro .intro_box {
		background: #fff;
		padding: 45px 0;
		display: flex;
		justify-content: flex-end;
		position: relative;
		width: 80%;
		box-shadow: 8px 8px 15px -5px #333;
		margin: 0 auto 40px;
		align-items: center;
	}
.recruitPage .intro .intro_box h4{
		color:#ffc0cb;
		font-size: 2rem;
		padding-bottom: 10px;
}

	.intro .intro_box img {
		width: 120px;
	}

	.intro .intro_box:last-child {
		margin-bottom: 0;
	}

	.intro .intro_box div:first-child {
		width: 28%;
		padding: 0;
		text-align: center;
	}

	.intro .intro_box div:last-child {
		width: 680px;
	}

	.intro .intro_box div:last-child img {
		position: absolute;
		top: -20px;
		left: -20px;
	}

	.intro p {
		line-height: 2;
		padding-right: 20px;
}

.recruitPage .interviewSec {
    padding: 130px 0 150px;
/*    background: url("img/recruit/bg05.png") repeat-y left -10px top,url("img/recruit/bg04.png") repeat-y right -10px top;
    background-size: 287px auto,330px auto; 
*/}
.recruitPage .interviewSec .comImgBox .photoBox img {
	border-radius: 0 30px 0 0;
	overflow: hidden;
}
.recruitPage .interviewSec .headLine07 {
    color: #fff;
}
.recruitPage .interviewSec .headLine07 .info:before {
    right: 16px;
    background: #CC3A3A;
}
.recruitPage .interviewSec .headLine02 {
    margin-bottom: 49px;
}
.recruitPage .interviewSec .topTxt {
    margin-bottom: 47px;
    line-height: 2.35;
    letter-spacing: 0.06em;
}
.recruitPage .interviewSec .video {
    margin-bottom: 135px;
}
.recruitPage .interviewSec .video .name {
    margin-top: 16px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
	text-align: right;
}
.recruitPage .interviewSec .video .name .small {
    margin-right: 24px;
    font-weight: 500;
    font-size: 2rem;
}
.recruitPage .interviewSec .infoVideo video {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.recruitPage .faqSec {
    padding-bottom: 150px;

}

.recruitPage .faqSec .innerBox {
    display: flex;
    justify-content: space-between;
}


.recruitPage .faqSec .innerBox .name {
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.recruitPage .faqSec .innerBox .name span{
	display: block;
	padding-bottom:10px;
}

.recruitPage .faqSec .fadeInUp {
    width: 38%;
}

.recruitPage .faqSec .innerBox .textBox {
    width: 52%;
}

.recruitPage .faqSec .faq-wrap {}

.recruitPage .faqSec .faq-wrap h3 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 15px
}

.recruitPage .faqSec .faq-wrap p {
    line-height: 30px;
    padding-bottom: 30px;
}

.recruitPage .oneDay {
    padding: 0 20px 175px;
}
.recruitPage .oneDay .content {
    max-width: 1350px;
    padding: 0 0 125px;
    background: rgba(216,216,216,0.3);
}
.recruitPage .oneDay h3 {
    margin-bottom: 125px;
}
.recruitPage .oneDay h3 .info {
    padding: 5px 30px 10px;
    display: inline-block;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: #CC3A3A;
}


.welfare-inner .comImgBox:nth-child(2n) .photoBox {
    margin-left: 0px;
}

.welfare-inner .comImgBox .photoBox {
    margin-right: 0;
}


.welfare-inner .comImgBox .photoBox {
    width: auto;
}

.recruitPage .welfare_section {
    padding: 100px 0;
    background: #f3fbf6;
}


.recruitPage .welfare_section .welfare-title {
	padding-bottom: 10px;
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	color: #0d1e6a;
	margin-bottom: 2em;
}
.recruitPage .welfare_section .welfare-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 1px;
	background: #232835;
	content: "";
	margin-left: -16px;
	left: 50%;
	bottom: 0;
	width: 32px;
}

.recruitPage .welfare_section .welfare-title span{
	 padding-bottom: 13px;
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.recruitPage .welfare_section .welfare-inner {
    max-width: 1370px;
    padding: 0 70px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.recruitPage .welfare_section .welfare-inner .comImgBox {
    flex-flow: column;
    justify-content: flex-start;
	margin: 0 30px 70px;
    width: 28%;
}

.recruitPage .welfare_section .comImgBox .textBox {
    width: auto;
	margin-top: 10px;
}

.recruitPage .welfare_section .comImgBox .textBox h3{
	padding: 0 10px ;
}

.recruitPage .welfare_section .comImgBox .textBox p{
	padding: 0 10px ;
}


.recruitPage .listBox {
    margin: 0 50px;
    position: relative;
}
.recruitPage .listBox:before {
    position: absolute;
    left: 50%;
    top: -25px;
    bottom: -20px;
    width: 3px;
    background: #D84545;
    content: "";
}
.recruitPage .listBox .timeBox {
    clear: both;
    width: 50%;
    margin-bottom: -15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.recruitPage .listBox .timeBox:last-child {
    margin-bottom: 0;
}
.recruitPage .listBox .timeBox .txtInner {
    width: calc(100% - 210px);
    position: relative;
    padding: 20px 40px;
    background: #fff;
    box-sizing: border-box;
}
.recruitPage .listBox .timeBox .txtInner:before {
    margin-top: -11px;
    position: absolute;
    right: -17px;
    top: 50%;
    background: url("img/common/icon11.png") no-repeat right center;
    background-size: 19px auto;
    width: 19px;
    height: 22px;
    content: "";
}
.recruitPage .listBox .timeBox .txtInner .ttl {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.06em;
}
.recruitPage .listBox .timeBox .txtInner .txt {
    letter-spacing: 0.06em;
    line-height: 1.9;
}
.recruitPage .listBox .timeBox .time {
    padding-right: 34px;
    width: 140px;
    color: #D84545;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: right;
    box-sizing: border-box;
}
.recruitPage .listBox .timeBox .time:before {
    margin-top: -10px;
    position: absolute;
    right: -11px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #D84545;
    content: "";
    border-radius: 50%;
}
.recruitPage .listBox .timeBox01 {
    float: right;
    flex-direction: row;
}
.recruitPage .listBox .timeBox01 .txtInner:before {
    right: auto;
    left: -17px;
    background-image: url("img/common/icon12.png");
}
.recruitPage .listBox .timeBox01 .time {
    text-align: left;
    padding: 0 0 0 32px;
}
.recruitPage .listBox .timeBox01 .time02 {
    padding-left: 45px;
}
.recruitPage .listBox .timeBox01 .time:before {
    position: absolute;
    left: -9px;
    right: auto;
}
.recruitPage .companySec {
    padding: 200px 0 180px;
    background: url("img/recruit/bg06.png") no-repeat left bottom,url("img/recruit/bg07.png") no-repeat right top;
    background-size: 240px auto,336px auto;
    background-color: #D84545;
}
.recruitPage .companySec .comImgBox {
    margin-bottom: 100px;
	flex-direction: row-reverse;
}
.recruitPage .companySec .comImgBox01 {
	flex-direction: row;
}
.recruitPage .companySec .comImgBox:last-child {
    margin-bottom: 0;
}
.recruitPage .companySec .photoBox {
    width: 56%;
}
.recruitPage .companySec .photoBox:before {
    background-image: url("img/common/icon09.png");
}
.recruitPage .companySec .photoBox:after {
    background-image: url("img/common/icon10.png");
}
.recruitPage .companySec .textBox {
	width: 40%;
}
.recruitPage .companySec .textBox .headLine06 {
    margin-bottom: 38px;
    text-align: left;
}
.recruitPage .companySec .textBox p {
    color: #fff;
    line-height: 2.4;
}
.recruitPage .comCompany {
    padding: 110px 0 146px;
}
.recruitPage .comCompany:before {
    right: -165px;
    top: -20px;
    width: 435px;
    height: 612px;
    background-image: url("img/recruit/bg.png");
    background-size: 435px auto;
}
.recruitPage .comCompany:after {
    left: -106px;
    bottom: -15px;
    width: 382px;
    height: 468px;
    background-image: url("img/recruit/bg0.png");
    background-size: 382px auto;
}
.recruitPage .comCompany .headLine07 {
    color: #fff;
}
.recruitPage .comCompany .headLine07 .info:before {
    background: #CC3A3A;
}

.recruitPage .works-content{
	padding: 30px 0;
}


.recruitPage .works-content h3{
	margin-bottom: 100px;
	padding-bottom: 10px;
    text-align: center;
	position: relative;
}
	
.recruitPage .works-content h3 .works-title{
	padding-bottom: 13px;
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
	color: #fff;
}

.recruitPage .works-content .works-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 1px;
	background: #fff;
	content: "";
	margin-left: -16px;
	left: 50%;
	bottom: 0;
	width: 32px;
}


.recruitPage .works-content .comImgBox {
    flex-direction: row;
}


.recruitPage .works-content .textBox {
	width: 45%;
}


.recruitPage .works-content .textBox h4{
	color:#fff;
}

.recruitPage .works-content .photoBox {
    width: 45% !important;
}

.recruitPage .works-content .comImgBox01 {
    flex-direction: row-reverse;
}

.recruitPage .works-content .comImgBox:nth-child(2n) .photoBox{
	margin-left: 0px;
}

.recruitPage .works-content .comImgBox:nth-child(even) .photoBox{
	margin-right: 40px;
}

.recruitPage .works-content .comImgBox:nth-child(odd) .photoBox{
	margin-right: 0px;
	margin-left: 40px;
}


@media all and (min-width: 897px) and (max-width: 1400px) {
	.recruitPage .recruitSec .innerBox .infoBox {
		margin: 0 40px 0 auto;
	}
    .recruitPage .topSec::before {
        right: 0;
        top: 0;
        background-size: 100px auto;
    }
    .recruitPage .topSec::after {
        left: -160px;
        top: 256px;
        background-size: 200px auto;
    }
    .recruitPage .listBox {
        margin: 0 20px;
    }
}
@media all and (max-width: 896px) {
    .recruitPage {
        margin-bottom: -51px;
    }
    .recruitPage #pagePath {
        margin-bottom: 23px;
    }
    .recruitPage .topSec {
        padding: 0 0 20px;
        margin: 0 auto;
    }
    .recruitPage .topSec:before {
        display: none;
    }
    .recruitPage .topSec:after {
        display: none;
    }
    .recruitPage .topSec .content {
        padding: 0 20px;
    }
    .recruitPage .topSec .title {
        margin: 0 auto 49px;
        font-size: 1.4rem;
        line-height: 2.15;
    }
    .recruitPage .topSec .linkList li {
        margin: 0 0 10px;
        width: 100%;
    }
    .recruitPage .topSec .linkList li:nth-child(4n) {
        margin-right: 0;
    }
    .recruitPage .topSec .linkList li a {
        height: 62px;
    }
    .recruitPage .recruitSec {
        padding: 62px 0 70px;
    }
    .recruitPage .recruitSec:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 123px;
        height: 84px;
        background-image: url("img/recruit/sp_bg01.png");
        background-size: 123px auto;
        content: "";
    }
    .recruitPage .recruitSec:after {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 127px;
        height: 102px;
        background: url("img/recruit/sp_bg02.png") no-repeat left top;
        background-size: 127px auto;
        content: "";
        z-index: 1;
    }
    .recruitPage .recruitSec .innerBox {
        max-width: inherit;
        margin: 0 20px;
		padding: 0;
    }
    .recruitPage .recruitSec .innerBox .photoBox {
        padding-top: 12px;
        float: none;
        width: auto;
        margin: 0 -24px 0 0;
        position: relative;
        z-index: 2;
    }
    .recruitPage .recruitSec .innerBox .photoBox img {
        width: 100%;
    }
    .recruitPage .recruitSec .innerBox .textBox {
        margin: -10px auto 43px;
        float: none;
        width: auto;
    }
    .recruitPage .recruitSec .innerBox .infoBox {
        max-width: inherit;
        margin: 0;
		padding: 0;
    }
    .recruitPage .comBox {
        position: relative;
        z-index: 10;
    }
    .recruitPage .recruitSec .innerBox .textBox th,
    .recruitPage .recruitSec .innerBox .textBox td {
        float: left;
        width: 100%;
        padding: 0 0 16px;
        line-height: 1.9;
    }
    .recruitPage .recruitSec .innerBox .textBox th {
        padding: 20px 0 0;
        width: 100%;
        border-bottom: none;
    }
	   .recruitPage .intro .inner {
        padding: 40px 0 100px;
    }

    .recruitPage .beneath_point_contents_logo h1 {
        color: #fff;
        /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
        -webkit-font-smoothing: auto;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .recruitPage .beneath_point_contents_logo p {
        color: #fff;
        /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
        -webkit-font-smoothing: auto;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 2px;
        text-align: center;
    }

    .recruitPage .intro h2 {
        color: #fff;
        font-size: 9px;
        padding: 5px 0 55px;
        font-weight: 400;
        position: relative;
    }

    .recruitPage .intro h3 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        padding-bottom: 10px;
        text-align: center;
        line-height: 1.2;
    }

    .recruitPage .intro .intro_box {
        background: #fff;
        /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
        -webkit-font-smoothing: auto;
        padding: 15px;
        position: relative;
        margin: 0 auto 30px;
        text-align: center;
        width: 70%;
        display: block;
    }

    .recruitPage .intro .intro_box img {
        width: 100px;
    }

    .recruitPage .intro .intro_box:last-child {
        margin-bottom: 0;
    }

    .recruitPage .intro .intro_box div:first-child {
        text-align: center;
        width: auto;
        margin-bottom: 15px;
    }

    .recruitPage .intro .intro_box div:last-child {
        width: auto;
    }

    .recruitPage .intro .intro_box div:last-child img {
        position: absolute;
        top: -20px;
        left: -20px;
    }

	
	
    .recruitPage .interviewSec {
        padding: 80px 0 82px;
        position: relative;
        background: none;
    }
    .recruitPage .interviewSec:before {
        position: absolute;
        right: -36px;
        top: 10px;
        width: 108px;
        height: 643px;
        background: url("img/recruit/sp_bg07.png") no-repeat right top;
        background-size: 108px auto; 
        content: "";
    }
    .recruitPage .interviewSec .comImgBox {
        margin: 0 -4px 80px;
    }
    .recruitPage .interviewSec .comImgBox:last-child {
        margin-bottom: 0;
    }
    .recruitPage .interviewSec .headLine07 {
        margin-bottom: 36px;
    }
    .recruitPage .interviewSec .headLine07 .info {
        background: #D84545;
    }
    .recruitPage .interviewSec .topTxt {
        margin: 0 -4px 37px;
        line-height: 2.35;
    }
    .recruitPage .interviewSec .video {
        margin: 0 -24px 70px;
    }
    .recruitPage .interviewSec .video .name {
        margin: 12px 17px 0;
        font-size: 1.6rem;
    }
    .recruitPage .interviewSec .video .name .small {
        margin-right: 20px;
        font-size: 1.4rem;
    }
	
	  .recruitPage .faqSec .innerBox {
        display: block;
    }

    .recruitPage .faqSec .fadeInUp {
        width: 95%;
        margin: 0 auto 80px;
    }

    .recruitPage .faqSec .fadeInUp img {
        width: 100%
    }

    .recruitPage .faqSec .innerBox .textBox {
        width: 95%;
        margin: 0 auto;
    }

    .recruitPage .faqSec .faq-wrap h3 {
        font-size: 18px;
    }

    .recruitPage .faqSec .faq-wrap p {
        font-size: 15px;
    }

	
	 .recruitPage .welfare_section .welfare-inner {
        display: block;
        padding: 0 0px;
    }
	
	.recruitPage .welfare_section .welfare-title {
		margin-bottom: 60px;
    position: relative;
	}
	
		.recruitPage .welfare_section .welfare-title:before {
		position: absolute;
    margin-left: -16px;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 1px;
    background: #232835;
    content: "";
}
	
	.recruitPage .welfare_section .welfare-title span{
			    padding-bottom: 23px;
    			font-size: 2.4rem;
    			text-align: center;
    			border-bottom: none;
	}

    .recruitPage .welfare_section .welfare-inner .comImgBox {
        width: 90%;
        margin: 30px auto 50px;
    }

    .recruitPage .welfare_section .welfare-inner .textBox {
        margin-top: 20px;
    }

    .recruitPage .welfare_section .welfare-inner .textBox p {
        text-align: center;
    }

	
    .recruitPage .oneDay {
        padding: 0;
        background: #F2F3F2;
    }
    .recruitPage .oneDay .content {
        padding-bottom: 60px;
    }
    .recruitPage .oneDay h3 {
        margin-bottom: 52px;
    }
    .recruitPage .oneDay h3 .info {
        padding: 14px 22px 10px;
        font-size: 1.6rem;
    }
    .recruitPage .listBox {
        margin: 0 20px;
    }
    .recruitPage .listBox:before {
        position: absolute;
        left: 10px;
        top: 0px;
        bottom: 0px;
        width: 3px;
    }
    .recruitPage .listBox .timeBox {
        clear: both;
        width: 100%;
        margin-bottom: 15px;
        flex-direction: row;
    }
    .recruitPage .listBox .timeBox:last-child {
        margin-bottom: 0;
    }
    .recruitPage .listBox .timeBox .txtInner {
        width: calc(100% - 110px);
        padding: 8px 10px 12px 14px;
    }
    .recruitPage .listBox .timeBox .txtInner:before {
        margin-top: -11px;
        position: absolute;
        right: auto;
        left: -14px;
        top: 50%;
        background: url("img/common/sp_icon05.png") no-repeat right center;
        background-size: 17px auto;
        width: 17px;
        height: 16px;
        content: "";
    }
    .recruitPage .listBox .timeBox .txtInner .ttl {
        margin-bottom: 4px;
        font-size: 1.4rem;
    }
    .recruitPage .listBox .timeBox .txtInner .txt {
        font-size: 1.2rem;
        line-height: 1.6;
        text-align: justify;
    }
    .recruitPage .listBox .timeBox .time {
        padding: 0 0 0 34px;
        width: 110px;
        font-size: 1.6rem;
        text-align: left;
    }
    .recruitPage .listBox .timeBox .time:before {
        margin-top: -10px;
        right: auto;
        left: 4px;
        top: 50%;
        width: 15px;
        height: 15px;
    }
    .recruitPage .listBox .timeBox01 {
        float: none;
    }
    .recruitPage .listBox .timeBox01 .txtInner:before {
        right: auto;
        left: -14px;
        background-image: url("img/common/sp_icon05.png");
    }
    .recruitPage .listBox .timeBox01 .time02 {
        padding-left: 45px;
    }
    .recruitPage .listBox .timeBox01 .time:before {
        position: absolute;
        left: 4px;
        right: auto;
    }
    .recruitPage .companySec {
        margin-top: 65px;
        position: relative;
        padding: 57px 0 137px;
        background: url("img/recruit/sp_bg03.png") no-repeat left top 10px;  
        background-size: 74px auto; 
        background-color: #D84545;
    }
    .recruitPage .companySec:before {
        position: absolute;
        right: -100px;
        top: -90px;  
        width: 173px;
        height: 184px;
        background: url("img/recruit/sp_bg04.png") no-repeat left top;
        background-size: 173px auto; 
        content: "";
    }
    .recruitPage .companySec:after {
        position: absolute;
        left: -14px;
        bottom: 10px;  
        width: 83px;
        height: 117px;
        background: url("img/recruit/sp_bg05.png") no-repeat left top;
        background-size: 83px 117px; 
        content: "";
    }
    .recruitPage .companySec .content {
        position: relative;
		z-index: 2;
    }
    .recruitPage .companySec .content:before {
        position: absolute;
        right: 3px;
        bottom: -123px;
        width: 72px;
        height: 75px;
        background: url("img/recruit/sp_bg06.png") no-repeat right bottom;
        background-size: 72px auto; 
        content: "";
    }
    .recruitPage .companySec .comImgBox {
        max-width: inherit;
        display: block;
		padding: 0;
        margin-bottom: 117px;
    }
    .recruitPage .companySec .comImgBox:last-of-type {
        margin-bottom: 0;
    }
    .recruitPage .companySec .photoBox {
        width: 100% !important;
    }
    .recruitPage .companySec .photoBox img {
        width: 100%;
    }
	.recruitPage .companySec .photoBox:before {
		background-image: url("img/common/sp_icon09.png");
		background-size: 56px auto;
		width: 56px;
		height: 62px;
	}
	.recruitPage .companySec .photoBox:after {
		background-image: url("img/common/sp_icon10.png");
		background-size: 56px auto;
		width: 56px;
		height: 62px;
	}
	.recruitPage .companySec .comImgBox01 {
		position: relative;
	}
	.recruitPage .companySec .comImgBox01:before {
		position: absolute;
		left: -30px;
		bottom: -65px;
		width: 70px;
		height: 50px;
		background: url("img/recruit/sp_bg11.png") no-repeat left top;
		background-size: 70px auto;
		content: "";
	}
	.recruitPage .companySec .comImgBox01:after {
		position: absolute;
		right: -8px;
		bottom: -108px;
		width: 59px;
		height: 50px;
		background: url("img/recruit/sp_bg12.png") no-repeat left top;
		background-size: 59px auto;
		content: "";
	}
	.recruitPage .companySec .textBox {
		margin-bottom: 26px;
		width: auto;
	}
    .recruitPage .companySec .textBox .headLine06 {
        margin-bottom: 19px;
        font-size: 2.4rem;
    }
    .recruitPage .companySec .textBox p {
        line-height: 2.15;
    }
    .recruitPage .comCompany {
        padding: 67px 0 100px;
    }
    .recruitPage .comCompany .headLine07 {
        margin-bottom: 30px;
    }
    .recruitPage .comCompany .headLine07 .info {
        background: #D84545;
    }
    .comCompany .mapBox {
        margin-top: 32px;
    }
    .recruitPage .comCompany:before {
        right: auto;
        left: 47px;
        top: 26px;
        width: 35px;
        height: 29px;
        background: url("img/recruit/sp_bg08.png") no-repeat left top;
        background-size: 35px auto;
    }
    .recruitPage .comCompany:after {
        left: auto;
        right: -80px;
        top: 111px;
        bottom: 0;
        width: 165px;
        height: 109px;
        background: url("img/recruit/sp_bg09.png") no-repeat left top;
        background-size: 165px auto;
    }
    .recruitPage .comCompany .content:after {
        position: absolute;
        left: 22px;
        bottom: -90px;
        width: 52px;
        height: 45px;
        background: url("img/recruit/sp_bg10.png") no-repeat left top;
        background-size: 52px auto;
        content: "";
    }
	
	
	.recruitPage .works-content {
		padding: 80px 0 ;
	}
	
	.recruitPage .works-content > h3{
		margin-bottom:60px;
		position: relative;
	}
	
	.recruitPage .works-content > h3::before {
	position: absolute;
    margin-left: -16px;
    left: 50%;
    bottom: 0;
    width: 32px;
	height: 1px;
    background: #232835;
    content: "";
}
	
	.recruitPage .works-content > h3 .works-title {
		padding-bottom: 23px;
    font-size: 2.4rem;
    text-align: center;
		border-bottom: none;
	}
	
	.recruitPage .welfare_section .welfare-inner .textBox h3{
		text-align: center;
		padding-bottom: 10px;
	}
	
	.recruitPage .welfare_section .welfare-inner .textBox p{
		text-align: center;
	}

}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/

#entry {
	padding: 100px 0 130px;
}


.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	padding: 28px 0 28px 58px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D1CFCF;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 29%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
}
.contactPage th .must {
	float: right;
	width: 44px;
	color: #fff;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #212836;
	text-align: center;
}
.contactPage td:before {
	position: absolute;
	left: 0;
	top: 27px;
	width: 1px;
	bottom: 27px;
	background: #D1CFCF;
	content: "";	
}
.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="tel"],
.contactPage td input[type="number"],
.contactPage td select,
.contactPage td textarea {
	width: 100%;
	height: 58px;
	color: #212836;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #F4F4F4;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}
.contactPage .submit {
    text-align: center
}
.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
	display: none !important;
}
.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.contactPage .submit li .info01:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
}
.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
	background: none;
}
.contactPage .submit li input:disabled {
	cursor: default;
	pointer-events: none;
}
.contactPage .submit .back .info01 {
    background: #919191;
	border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
	background: #CECECE;
	border-color: #CECECE;
}
.contactPage .submit li.disabled .info01:after {
	display: none;
}
.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}
.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}
.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}
.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}
.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}
.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
	box-sizing: border-box;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.thanks .linkBtn .info {
	position: relative;
	z-index: 2;
}
.thanks .linkBtn a:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 897px) {
	.contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
	}
	.contactPage .submit li:hover .info01:before {
		right: -21px;
		background-image: url("img/common/icon08.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon05.png");
	}
	.contactPage .submit li:hover input {
		color: #212836;
	}
	.contactPage .submit li.disabled:hover input {
		color: #fff;
	}
	.contactPage .submit li.back:hover .info01:before {
		left: -21px;
		background-image: url("img/common/icon14.png");
	}
	.thanks .linkBtn a:hover {
		color: #212836;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon14.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }
    .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
		  display: flex;
    }
	
	  .contactPage th .must{
		  float: none;
		  margin-left: 20px;
	}
    .contactPage td:before {
        display: none;
    }
    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }
    .contactPage td {
        font-size: 1.4rem;
    }
    .contactPage td .wid01 {
        width: 124px !important;
    }
    .contactPage td .ico {
        margin-right: 7px;
    }
    .contactPage td .add {
        margin-bottom: 20px;
    }
    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }
    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }
    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
    }
	.contactPage .agreeTxt span.wpcf7-list-item {
		margin: 0 !important;
	}
    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }
    .contactPage .submit li span:before {
        right: 17px;
    }
    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }
    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }
    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }
    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }
    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }
    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }
    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }
    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9; 
    }
    .thanks .linkBtn a {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }
    .thanks .linkBtn a:before {
        left: 16px;
    }
}
@media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }
    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 240px;
}
.privacy p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}
.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.privacy .txt01 {
    margin-bottom: 65px;
}
.privacy .txt02 {
    margin-bottom: 72px;
}
.privacy .txt03 {
    margin-bottom: 35px;
}
.privacy .txt04 {
    margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 110px;
    }
	.privacy .pageTitle {
		padding: 28px 0 30px;
	}
	.privacy .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacy .pageTitle .headLine01 .jp {
		font-size: 2rem;
	}
	.privacy #pagePath {
		margin-bottom: 56px;
	}
    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }
    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }
    .privacy .txt01 {
        margin-bottom: 57px;
    }
    .privacy .txt02 {
        margin-bottom: 60px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}