@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Oswald:wght@300;400;500;600;700&family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url("https://use.typekit.net/vxt0gvy.css");
/*
Theme Name: Lincom-R
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;
}
.oswald {
    font-family: 'Oswald', sans-serif;
}
.roboto {
    font-family: 'Roboto Condensed', 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: all ease 0.3s;
}
a:visited {
	color: #212836;
}
a:hover {
	color: #212836;
}
a:active {
	color: #212836;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #212836;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.375;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#container {
    overflow: hidden;
	text-align: left;
}
#main {
    padding-top: 118px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
    .menuBox {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
		line-height: 1.857;
	}
    body.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        padding-top: 56px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: white;
}
.hInner {
	height: 119px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 40px;
    box-sizing: border-box;
}
.hInner h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
}
.hInner .link {
    position: absolute;
    top: 34px;
    right: 77px;
    width: 186px;
}
.hInner .link a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: white;
    width: 186px;
    height: 50px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    border-radius: 30px;
    background-color: #EA751F;
}
.hInner .link a:hover {
    opacity: 0.7;
}
.hInner .naviUl {
    display: flex;
    justify-content: center;
}
.hInner .naviUl > li {
    margin: 0 34px;
    z-index: 1;
}
.hInner .naviUl > li > a {
    padding: 7px 0;
    color: #EA751F;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.06em;
}
.hInner .naviUl > li >a:before {
	width: 100%;  
	height: calc(100% + 80px);
    background-color: white;
	position: absolute;  
	top: -40px;
	left: 0;  
	content: ""; 
    z-index: -1;
}
.hInner .naviUl > li > a:after {
	width: calc(100% + 5px);  
	height: 1px;
    background-color: #EA751F;
	position: absolute;  
	bottom: 0;
	left: -5px;  
	content: ""; 
    opacity: 0;
}
.hInner .naviUl > li > a:hover {
    color: #EA751F;
}
.hInner .naviUl > li.on a {
    color: #EA751F;
}
.hInner .naviUl > li.on > a:after {
    opacity: 1;
}
.menuBox .naviUl > li > a[target="_blank"] {
    background-image: url("img/common/icon12.png");
    background-size: 17px auto;
}
.hInner .jsBox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}
.hInner .jsBox .sub {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(255,255,255,0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.hInner .jsBox .sub .lBox {
    width: 28.8%;
}
.hInner .jsBox .sub .lBox img {
    width: 100%;
}
.hInner .jsBox .sub .rBox {
    flex: 1;
    padding: 27px 86px;
}
.hInner .jsBox .subUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hInner .jsBox .subUl li {
    margin: 10px 0;
    width: 36%;
}
.hInner .jsBox .subUl li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #EA751F;
    letter-spacing: 0.06em;
    background: url("img/common/icon04.png") no-repeat right center;
    background-size: 17px auto;
}
.hInner .jsBox .subUl li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
	#gHeader {
	}
    .hInner {
        height: 56px;
        display: block;
        padding: 10px 24px;
    }
    .hInner .link {
        display: none;
    }
    .hInner .naviUl {
        display: none;
    }
    .hInner h1 {
        position: relative;
        top: auto;
        transform: none;
        left: 0;
        width: 135px;
    }
    #gHeader .menu {
        position: absolute;
        top: 8px;
        right: 11px;
    }
    #gHeader .menu.on a {
        display: block;
        transition: none;
        background: url("img/common/close.png") no-repeat center center;
        background-size: 35px auto;
    }
    #gHeader .menu.on a img {
        visibility: hidden;
    }
    .menuBox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 0 24px;
        z-index: 1000;
        box-sizing: border-box;
        background-color: white;
    }
    .menuBox .naviUl {
        margin: 68px 0 34px;
        border-bottom: 1px solid #CCCCCC;
    }
    .menuBox .naviUl > li > a {
        padding: 17px 0;
        display: block;
        font-size: 1.6rem;
        letter-spacing: 0.06em;
        color: #EA751F;
        font-weight: bold;
        background: url("img/common/sp_icon01.png") no-repeat right center;
        background-size: 14px auto;
        border-top: 1px solid #CCCCCC;
    }
    .menuBox .naviUl > li:first-child > a {
        border-top: none;
    }
    .menuBox .subUl {
        margin: -3px 0 23px 15px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .menuBox .subUl li {
        margin-bottom: 12px;
    }
    .menuBox .subUl a {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.06em;
        color: #EA751F;
    }
    .menuBox .link {
        margin: 0 auto 50px;
        width: 186px;
    }
    .menuBox .link a {
        display: block;
        font-size: 1.6rem;
        color: white;
        text-align: center;
        padding: 10px;
        letter-spacing: 0.06em;
		border-radius: 30px;
        background-color: #EA751F;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    position: relative;
	background-color: #EA751F;
}
#gFooter:before {
    position: absolute;
    left: 0;
    top: -50px;
    background: url("img/common/com_bg01.png") repeat-x left top;
    background-size: auto 101px;
    width: 100%;
    height: 101px;
    content: "";
}
#gFooter .pageTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
.fInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto;
    padding: 86px 20px;
}
.fInner .rBox {
    flex: 1;
    padding: 10px 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fInner .rBox a {
    color: white;
}
.fInner .rBox a:hover {
    opacity: 0.7;
}
.fInner .rBox a[target="_blank"] {
  padding-right: 22px;
  background: url("img/common/icon11.png") no-repeat right center;
    background-size: auto;
  background-size: 17px auto;
}
.fInner .naviUl {
    margin-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
}
.fInner .naviUl > li {
    width: 210px;
    margin-left: 45px;
}
.fInner .naviUl > li p {
    letter-spacing: 0.06em;
    font-weight: 500;
}
.fInner .naviUl > li .subUl {
    margin: 5px 0 38px 5px;
}
.fInner .naviUl > li .subUl:last-child {
    margin-bottom: 0;
}
.fInner .naviUl > li .subUl li {
    margin-bottom: 3px;
    padding-left: 20px;
    font-size: 1.4rem;
    position: relative;
    letter-spacing: 0.06em;
}
.fInner .naviUl > li .subUl li:after {
	width: 6px;  
	height: 1px;
    background-color: white;
	position: absolute;  
	top: 17px;
	left: 2px;  
	content: ""; 
}
address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: white;
    text-align: right;
    font-style: normal;
}


@media all and (max-width: 896px) {
	#gFooter:before {
		top: -10px;
		background: url("img/common/sp_com_bg02.png") repeat-x left top;
		background-size: auto 20px;
		height: 20px;
	}
    .fInner {
        max-width: inherit;
        display: block;
        padding: 55px 24px 25px;
    }
    .fLogo {
        margin-bottom: 37px;
        width: 203px;
    }
    .fInner .rBox {
        padding: 0;
        display: block;
    }
    .fInner .naviUl {
        display: block;
        margin: 0;
    }
    .fInner .naviUl > li {
        width: auto;
        margin: 0 0 44px;
    }
    .fInner .naviUl > li .subUl {
        margin-left: 0;
    }
    .fInner .naviUl > li p {
        margin-bottom: 11px;
    }
    .fInner .naviUl > li .subUl li {
        margin-bottom: 10px;
        padding-left: 31px;
    }
    .fInner .naviUl > li .subUl li::after {
        top: 12px;
        left: 5px;
    }
    address {
        text-align: left;
        font-size: 1.2rem;
        letter-spacing: 0.06em;
    }
    #gFooter .pageTop {
		display: none;
        width: 35px;
        right: 10px;
    }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 19px;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(img/about/main_img.jpg) no-repeat center top / cover;
}
.pageTitle h2 {
	color: #FFF;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.pageTitle h2 .en {
    letter-spacing: 0.08em;
	margin-bottom: 15px;
	display: block;
    font-family: 'Roboto', sans-serif;
	font-size: 5.4rem;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 10px;
		height: 200px;
		background-image: url(img/about/sp_main_img.jpg);
	}
	.pageTitle h2 {
		font-size: 1.6rem;
	}
	.pageTitle h2 .en {
		margin-bottom: 5px;
		font-size: 3rem;
	}
}
/* pagePath */
#pagePath {
    padding: 0 24px;
	margin: 0 auto 105px;
	max-width: 1150px;
}
#pagePath li {
	display: inline-block;
	color: #362121;
	letter-spacing: 0.08em;
}
#pagePath li a {
	color: #362121;
}
#pagePath img {
	vertical-align: middle;
	margin-top: -4px;
}
#pagePath a::after {
	margin: 0 11px 0 20px;
	display: inline-block;
	content: '';
	width: 9px;
	height: 11px;
	background: url(img/common/icon02.png) no-repeat center center / 100%;
}
#pagePath a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 0 37px;
	}
	#pagePath img {
		width: 13px;
	}
	#pagePath a::after {
		margin: 0 11px 0 17px;
		width: 7px;
	}
}

/* content */
.content {
	margin: 0 auto;
    padding: 0 24px;
	max-width: 1110px;	
}

@media all and (max-width: 896px) {
}

/* comLink */
.comLink a {
    padding-right: 20px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #184C6C;
    position: relative;
}
.comLink a:after {
	width: 14px;  
	height: 14px;
    background: url("img/common/next.png") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	top: 48%;
    transform: translateY(-50%);
	right: 0;  
	content: ""; 
    transition: all ease 0.3s;
}

@media all and (min-width: 897px) {
    .comLink a:hover:after {
        right: -10px;
    }

}


@media all and (max-width: 896px) {
    .comLink a {
        font-size: 1.7rem;
        padding-right: 30px;
    }
    .comLink a::after {
        width: 16px;
        height: 16px;
    }
}

/* mainBox */
.mainBox {
	margin: 0 auto;
    padding: 0 24px;
	max-width: 919px;	
}

@media all and (max-width: 896px) {
    .mainBox {
        max-width: inherit !important;
    }
}

/* midTxt */
.midTxt {
	margin: 0 auto 150px;
	max-width: 1110px;	
	font-size: 2rem;
	text-align: center;
	line-height: 2.5;
	letter-spacing: 0.06em;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.midTxt {
		margin: 0 24px 47px;
		font-size: 1.4rem;
		line-height: 2.14;
	}
}

/* headLine */
.headLine01 {
	margin-bottom: 150px;
	font-size: 3rem;
	color: #EA751F;
	letter-spacing: 0.06em;
}
.headLine01 .color {
	color: #57B8FF;
}
.headLine02 {
	margin-bottom: 35px;
	color: #FFF;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.headLine02 .en {
	margin-bottom: 5px;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 3.6rem;
	letter-spacing: 0.06em;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 150px;
		font-size: 2.4rem;
		text-align: center;
        line-height: 1.67;
	}
    .headLine01 .txtSpan {
        text-align: left;
        padding-bottom: 10px;
    }
	.headLine02 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.headLine02 .en {
		margin-bottom: 5px;
		font-size: 2.6rem;
		letter-spacing: 0.08em;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 22px;
    padding-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
	color: #57B8FF;
	background: url("img/common/line.png") repeat-x left bottom;
	background-size: auto 3px; 
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 14px;
        padding-bottom: 20px;
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 44px;
    font-size: 3rem;
    letter-spacing: 0.06em;
    color: #57B8FF;
}
.headLine04 .txtSpan {
	margin-bottom: -26px;
    display: block;
	color: #EA751F;
	font-weight: 300;
	font-family: "look-script";
    font-size: 8rem;
    line-height: 1;
	letter-spacing: 0;
}
.headLine04 .color {
	color: #57B8FF;
}
@media all and (max-width: 896px) {
    .headLine04 {
        margin-bottom: 27px;
        font-weight: 500;
        font-size: 2.4rem;
    }
    .headLine04 .txtSpan {
        margin: 0 0 -8px;
        font-size: 4.5rem;
    }
}
/* comBg */
.comBg {
    position: relative;
    padding: 190px 0 180px;
    background: #FDF4E8;
}
.comBg:before {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 101px;
    background: url("img/common/com_bg02.png") repeat-x center top;
    background-size: auto 101px;
    content: "";
    z-index: 2;
}
.comBg:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 101px;
    background: url("img/common/com_bg02.png") repeat-x center bottom;
    background-size: auto 101px;
    content: "";
    z-index: 2;
}
@media all and (max-width: 896px) {
	.comBg {
		padding: 70px 0 180px;
	}
	.comBg:before {
		top: -10px;
		width: 100%;
		height: 20px;
		background: url("img/common/sp_com_bg01.png") repeat-x center top;
		background-size: auto 20px;
	}
	.comBg:after {
		bottom: -10px;
		height: 20px;
		background: url("img/common/sp_com_bg01.png") repeat-x center top;
		background-size: auto 20px;
	}
}
/* comTopBox */
.comTopBox {
	margin: -19px 0 0;
	padding: 20px 0 92px;
	background: url("img/common/com_bg04.png") no-repeat center top;
	background-size: 100% 284px;
}
.comTopBox01 {
    position: relative;
}
.comTopBox01:before {
    position: absolute;
    left: 27px;
    top: 130px;
    width: 565px;
    height: 280px;
    background: url("img/common/com_bg03.png") repeat left top;
    background-size: 1363px auto; 
    content: "";
    z-index: -1;
}
@media all and (max-width: 896px) {
    .comTopBox {
        margin: -10px 0 0;
        padding: 10px 0 22px;
        background: url("img/common/sp_com_bg04.png") no-repeat center top;
        background-size: 100% 85px;
    }
    .comTopBox .comTxt {
        padding-top: 0;
    }
	.comTopBox01:before {
		left: auto;
		right: 0;
		top: 20px;
		width: 128px;
		height: 80px;
		background: url("img/common/sp_com_bg03.png") repeat left top;
		background-size: 571px auto; 
		content: "";
		z-index: -1;
	}
}


/* comContact */
.comContact {
	text-align: center;
}
.comContact01 {
    padding: 200px 0;
    position: relative;
}
.comContact:after {
    display: none;
}
.comContact .content {
    max-width: 1370px;
}
.comContact .infoBox {
    display: flex;
    height: 440px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("img/common/contact_bg.jpg") no-repeat center center;
    background-size: cover;
}
.comContact .btn a {
	display: block;
	width: 565px;
	position: relative;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
    border-radius: 80px;
}
.comContact .btn .info {
    position: relative;
    z-index: 2;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comContact .btn .info:before {
	margin-top: -8px;
    position: absolute;
    right: 17px;
	top: 50%;
    background: url("img/common/icon03.png") no-repeat left top;
    background-size: 17px auto;
    width: 17px;
    height: 16px;
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.comContact01:before {
    position: absolute;
    left: 27px;
    top: -20px;
    width: 565px;
    height: 190px;
    background: url("img/common/com_bg03.png") repeat left top;
    background-size: 1363px auto; 
    content: "";
    z-index: -1;
}
.comContact01:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 570px;
    height: 250px;
    background: url("img/common/com_bg03.png") repeat left top;
    background-size: 1363px auto; 
    content: "";
    z-index: -1;
}
@media all and (max-width: 896px) {
	.comContact {
		margin: 0 auto 46px;
		padding: 0;
		background: none;
	}
	.comContact .content {
		padding: 0;
	}
	.comContact .infoBox {
		height: 260px;
		background-image: url(img/common/sp_contact_bg.jpg);
	}
	.comContact:before {
		display: none;
	}
	.comContact:after {
		display: none;
	}
	.comContact .btn a {
		margin: 0 auto;
		width: 100%;
		min-width: 330px;
		justify-content: center;
		align-items: center;
		display: inline-flex;
		height: 60px;
		font-weight: 500;
		font-size: 1.6rem;
	}
	.comContact .btn .info {
		width: 100%;
		height: 60px;
	}
}
@media all and (max-width: 374px) {
	.comContact .btn a {
		min-width: 290px;
	}
}
.philosophyPage #pagePath {
    margin-bottom: 12px;
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
	margin: 0 auto;
	width: 290px;
	height: 56px;
	color: #EA751F;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	letter-spacing: 0.08em;
	border: 3px solid #EA751F;
	border-radius: 50px;
	overflow: hidden;
}
.comMore a:before {
    position: absolute;
	margin-top: -9px;
	right: 30px;
	top: 50%;
	width: 18px;
	height: 18px;
	background: url("img/common/icon04.png") no-repeat left top;
	background-size: 18px auto;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
	z-index: 2;
}
.comMore a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #EA751F;
    border-radius: 80px;
    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);
}
.comMore .info {
    position: relative;
    z-index: 2;
}
@media all and (min-width: 897px) {
    .comMore a:hover {
        color: #fff;
    }
    .comMore a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
	.comMore a:hover:before {
		right: 16px;
    	background: url("img/common/icon03.png") no-repeat right center;
        background-size: 17px auto;
	}
}
@media all and (max-width: 896px) {
    .comMore {
        max-width: 240px;
		margin: 0 auto;
    }
    .comMore a {
        height: 42px;
        border-width: 1px;
        width: auto;
        font-size: 1.5rem;
    }
    .comMore a:before {
        margin-top: -7px;
        right: 23px;
        width: 14px;
        height: 14px;
        background: url("img/common/sp_icon01.png") no-repeat right center;
        background-size: 14px auto;
    }
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .content {
    margin-bottom: 245px;
}
.contactPage .topTxt {
	margin: 0 0 63px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
    line-height: 1.5;
	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 {
    color: #222;
	width: 100%;
	height: 58px;
	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;
}
.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;
    line-height: 1.5;
    margin: 0 auto 90px;
    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 center;
    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 center;
    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/icon06.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/icon08.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 {
    line-height: 1.5;
    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/icon08.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/icon07.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon06.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/icon09.png");
	}
	.thanks .linkBtn a:hover {
		color: #212836;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon09.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .contactPage .content {
        margin-bottom: 80px;
    }
    .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;
    }
    .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;
    }
}
/*------------------------------------------------------------
	pageTitle-contact
------------------------------------------------------------*/
.pageTitle.style01 {
	margin-bottom: 19px;
	padding: 70px 0 55px;
	text-align: center;
	border-bottom: 1px solid #D1CFCF;
    background: none;
    height: auto;
}
.pageTitle.style01 h2 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 5.4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
    color: #212836;
}
.pageTitle.style01 h2 .jp {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
    color: #212836;
}
@media all and (max-width: 896px) {
    .pageTitle.style01 {
        margin-bottom: 13px;
        padding: 25px 0 30px;
    }
    .pageTitle.style01 h2 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }
    .pageTitle.style01 h2 .jp {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 200px;
}
.privacy p {
    margin-bottom: 6px;
    line-height: 2.25;
    letter-spacing: 0.06em;
}
.privacy h5 {
    line-height: 1.5;
    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: 75px;
    }
	.privacy .pageTitle {
		padding: 28px 0 30px;
	}
	.privacy #pagePath {
		margin-bottom: 56px;
	}
    .privacy p {
        margin-bottom: 4px;
        line-height: 2.14;
    }
    .privacy h5 {
        margin-bottom: 5px;
    }
    .privacy .txt01 {
        margin-bottom: 36px;
    }
    .privacy .txt02 {
        margin-bottom: 35px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}
/*------------------------------------------------------------
	comTtl02
------------------------------------------------------------*/
.comTtl02 {
    line-height: 1.5;
    margin-bottom: 75px;
    padding: 9px 0 40px;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.comTtl02:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #232835;
    content: "";
}
@media all and (max-width: 896px) {
    .comTtl02 {
        margin-bottom: 45px;
        padding: 0 0 30px;
        font-size: 2.4rem;
    }
    .comTtl02:before {
        width: 32px;
    }
}
/*------------------------------------------------------------
	comTtl03
------------------------------------------------------------*/
.comTtl03 {
    margin-bottom: 20px;
    padding-bottom: 26px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
@media all and (max-width: 896px) {
    .comTtl03 {
        margin-bottom: 15px;
        padding-bottom: 16px;
        line-height: 1.9;
        font-size: 2rem;
    }
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.newsPage .pageTitle {
    background-image: url("img/news/main_img.jpg");
}
.newsPage .bgBox {
	padding-bottom: 180px;
	position: relative;
}
.newsPage .bgBox:before {
	position: absolute;
	left: 0;
	top: -30px;
	background: url("img/common/com_bg03.png") repeat left top;
	background-size: 1368px auto; 
	width: 573px;
	height: 530px;
	content: "";
	z-index: -1;
}
.newsPage .bgBox:after {
	position: absolute;
	right: 0;
	bottom: -30px;
	background: url("img/common/com_bg03.png") repeat left top;
	background-size: 1368px auto; 
	width: 573px;
	height: 460px;
	content: "";
	z-index: -1;
}
.newsUl {
    margin-bottom: 136px;
    padding-top: 88px;
	border-bottom: 1px solid #CCC;
}
.newsUl a {
    padding: 34px 60px 36px 0;
    display: block;
	position: relative;
    line-height: 1.875;
    letter-spacing: 0.08em;
    border-top: 1px solid #CCCCCC;
    background: #fff;
    background-size: 17px auto;
}
.newsUl a:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 17px;
	height: 16px;
	background: url("img/common/icon04.png") no-repeat left top;
	background-size: 17px auto;
	content: "";
	z-index: 1;
	transition: all ease 0.3s;
}
.newsUl a:hover {
    opacity: 0.7;
}
.newsUl a .date {
    margin-bottom: 8px;
    letter-spacing: 0.06em;
    color: #184C6C;
}
.newsUl a .date .txtSpan {
    display: inline-block;
    text-align: center;
    padding: 2px 12px 4px;
    box-sizing: border-box;
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 2px 5px 2px 16px;
    background-color: #EA751F;
}
.wp-pagenavi {
    margin: 0 -10px;
    padding-top: 12px;
    clear: both;
    text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    letter-spacing: 0.06em;
    margin: 0 9px;
    font-weight: bold;
    color: #969696;
    box-sizing: border-box;
}
.wp-pagenavi .current {
    color: #EA751F;
}
.wp-pagenavi .first, 
.wp-pagenavi .last, 
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .extend {
    display: none;
}
.detailBox {
    padding-top: 85px;
}
.detailBox p {
    margin-bottom: 70px;
    letter-spacing: 0.06em;
	text-align: justify;
}
.detailBox .date {
    margin-bottom: 0;
    letter-spacing: 0.06em;
    color: #362121;
}
.detailBox .date .txtSpan {
    display: inline-block;
    text-align: center;
    padding: 2px 12px 4px;
    box-sizing: border-box;
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 2px 5px 2px 30px;
    background-color: #EA751F;
}
.detailBox h3 {
    margin-bottom: 46px;
    padding-bottom: 17px;
    font-size: 3rem;
    color: #EA751F;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
.detailBox .detailPhoto {
    margin-bottom: 40px;
}
.pageNavi {
    padding-top: 55px;
    display: flex;
    justify-content: center;
}
.pageNavi li {
    margin: 0 20px;
}
.pageNavi li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
	.pageNavi {
		padding-top: 0;
	}
    .newsPage .pageTitle {
        background-image: url("img/news/sp_main_img.jpg");
    }
	.newsPage .bgBox {
		padding-bottom: 75px;
	}
	.newsPage .bgBox:before {
		left: auto;
		right: 0;
		top: -30px;
		background: url("img/common/sp_com_bg03.png") repeat left top;
		background-size: 571px auto; 
		width: 130px;
		height: 89px;
	}
	.newsPage.newsDetail .bgBox:before {
		top: 26px;
		right: 23px;
		width: 45px;
		height: 61px;
		background: url("img/common/sp_add_icon01.png") no-repeat left top;
		background-size: 45px auto;
	}
	.newsPage .bgBox:after {
		right: auto;
		left: 0;
		bottom: -30px;
		background: url("img/common/sp_com_bg03.png") repeat left top;
		background-size: 571px auto; 
		width: 130px;
		height: 89px;
	}
	.newsPage.newsDetail .bgBox::after {
		left: auto;
		right: 0;
		bottom: -37px;
		width: 126px;
		height: 120px;
	}
	.newsDetail .mainBox {
		position: relative;
	}
	.newsDetail .mainBox:before {
		position: absolute;
		bottom: -36px;
		left: 25px;
		width: 45px;
		height: 61px;
		background: url("img/common/sp_add_icon01.png") no-repeat left top;
		background-size: 45px auto;
		content: "";
	}
    .newsUl {
        margin-bottom: 34px;
        padding-top: 25px;
        border-bottom: 1px solid #CCCCCC;
    }
    .newsUl a {
        padding: 25px 0 25px 0;
        line-height: 1.857;
    }
	.newsUl a:before {
		top: 30px;
		width: 14px;
		height: 14px;
		background: url("img/common/sp_icon01.png") no-repeat left top;
		background-size: 14px auto;
		content: "";
		z-index: 1;
		transition: all ease 0.3s;
	}
    .newsUl a .date {
        font-size: 1.6rem;
    }
    .wp-pagenavi a, .wp-pagenavi span {
        margin: 0 15px;
    }
    .detailBox {
        padding-top: 22px;
    }
    .detailBox .date {
        margin-bottom: 11px;
        font-size: 1.6rem;
    }
    .detailBox .date .txtSpan {
        margin-left: 15px;
    }
    .detailBox h3 {
        line-height: 1.71;
        font-size: 2.4rem;
    }
    .detailBox .detailPhoto {
        margin-bottom: 30px;
    }
    
}


/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
.interviewPage .pageTitle {
    background-image: url("img/interview/main_img.jpg");
} 
.interviewPage .comTopBox:before {
	height: 385px;
}
.comTxt {
    max-width: 830px;
    margin: 0 auto 149px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.06em;
}
.slick-dots {
	margin: 5px 0 0 -40px;
}
.interviewInner02 .slick-dots {
    text-align: left;
}
.slick-dots li {
    margin-left: 40px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background-color: #D5D5D5;
    cursor: pointer;
}
.interviewInner02 .slick-dots li {
    margin: 0 40px 0 0;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background-color: #EA751F;
}
.interviewInner {
    position: relative;
    margin-bottom: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interviewInner:last-child {
    margin-bottom: 0;
}
.interviewInner .jsBox {
    width: calc(50% - 205px);
    border-radius: 20px 0 0 0;
    overflow: hidden;
	order: 2;
}
.interviewInner .jsBox .fooUl {
	position: relative;
}
.interviewInner .jsBox .fooUl:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 55px;
	height: 8px;
	background: #EA751F;
	content: "";
	z-index: 6;
}
.interviewInner .rBox {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}
.interviewInner .rBox .textBox {
	position: relative;
}
.interviewInner .rBox .textBox:before {
	position: absolute;
	left: -106px;
	top: 173px;
	width: 62px;
	height: 85px;
	background: url("img/common/add_icon01.png") no-repeat left top;
	background-size: 62px auto; 
	content: "";
	z-index: -1;
}
.interviewInner02 .rBox .textBox:before {
	position: absolute;
	left: auto;
	right: -122px;
	top: auto;
	bottom: -98px;
	width: 110px;
	height: 158px;
	background: url("img/common/add_icon02.png") no-repeat left top;
	background-size: 110px auto; 
	content: "";
}
.interviewInner .textBox {
    width: 100%;
    max-width: 640px;
}
.interviewInner02 {
	position: relative;
}
.interviewInner02:before {
	position: absolute;
	right: 0;
	top: 40px;
	background: url("img/common/com_bg03.png") no-repeat center top;
	background-size: 1363px auto;
	content: "";
	width: 596px;
	height: 630px;
}
.interviewInner02:after {
	position: absolute;
	left: 0;
	bottom: -270px;
	background: url("img/common/com_bg03.png") no-repeat center top;
	background-size: 1363px auto;
	content: "";
	width: 580px;
	height: 200px;
	z-index: -1;
}
.businessPage .interviewInner .textBox {
    width: 100%;
    max-width: 760px;
}
.businessPage .interviewInner02 .textBox {
	margin: 0 auto 0 0;
}
.businessPage .interviewInner02 .textBox h3 {
	padding-left: 110px;
}
.businessPage .interviewInner02 .textBox h4 {
	padding-left: 110px;
}
.businessPage .interviewInner02 .textBox p {
	padding: 0 0 0 110px;
}
.businessPage .interviewInner02 .jsBox {
	border-radius: 0 20px 0 0;
	overflow: hidden;
}
.interviewInner h3 {
    margin-bottom: 35px;
	padding-bottom: 30px;
	font-size: 3rem;
	color: #57B8FF;
	background: url("img/common/line.png") repeat-x left bottom;
	background-size: auto 3px; 
	letter-spacing: 0.06em;
}
.interviewInner p {
	padding-right: 110px;
    letter-spacing: 0.06em;
}
.interviewInner .name {
	padding: 35px 0 0;
    margin-bottom: 160px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #211B1B;
}
.interviewInner .name small {
    margin-bottom: 3px;
    display: block;
    font-size: 2rem;
    font-weight: 500;
}
.interviewInner .dlBox {
    position: relative;
}
.interviewInner .dlBox:before {
	position: absolute;
	left: -900px;
	top: -90px;
	right: -368px;
	bottom: -100px;
	background: #FDF4E8;
	content: "";
	z-index: -1;
	border-radius: 0 20px 20px 0;
}
.interviewInner .dlBox dd,
.interviewInner .dlBox dt {
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    color: #211B1B;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.75;
}
.interviewInner .dlBox dt {
    margin-bottom: 15px;
}
.interviewInner .dlBox dt .txtSpan01 {
    width: 50px;
    margin-right: 10px;
}
.interviewInner .dlBox dt .txtSpan {
    width: calc(100% - 60px);
}
.interviewInner .dlBox dd {
    padding-bottom: 31px;
    margin-bottom: 46px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #969696;
    border-bottom: 1px solid #D1CFCF;  
}
.interviewInner .dlBox dd:last-child {
    margin-bottom: 0;
}
.interviewInner .dlBox dd .txtSpan01 {
    width: 50px;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 10px;
}
.interviewInner .dlBox dd .txtSpan {
    padding-top: 5px;
    width: calc(100% - 60px);
}
.interviewInner02 .jsBox {
    order: 0;
}
.interviewInner02 .dlBox::after {
    right: -348px;
    left: auto;
}
.interviewPage .interviewInner {
	margin-bottom: 390px;
}
.interviewPage .interviewInner .jsBox {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 6;
}
.interviewPage .interviewInner .slick-dots {
	text-align: right;
	margin: 0;
}
.interviewPage .interviewInner .fooUl {
	max-width: 478px;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.interviewPage .interviewInner .fooUl:before {
	bottom: 50px;
}
.interviewPage .interviewInner .rBox .textBox {
	margin: -10px 120px 0 auto;
}
.interviewPage .interviewInner02:before {
	height: 613px;
	top: -270px;
	z-index: 2;
}
.interviewPage .interviewInner02:after {
	height: 610px;
	bottom: -210px;
}
.interviewPage .interviewInner02 .slick-dots {
	margin-right: -40px;
}
.interviewPage .interviewInner02 .fooUl {
	margin: 0 0 0 auto;
}
.interviewPage .interviewInner02 .rBox .textBox {
	margin: -10px auto 0 110px;
}
.interviewPage .interviewInner02 .dlBox:before {
	left: -368px;
	right: -900px;
	border-radius: 20px 0 0 20px;
}
.interviewPage .interviewInner02 .rBox .textBox::before {
	right: -146px;
	bottom: -300px;
}
.interviewPage .video {
    margin: 0 auto 106px;
	max-width: 1110px;
	padding: 0 20px;
}
.interviewPage .video .name {
    margin-top: 30px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: right;
}
.interviewPage .video .name .small {
    margin-right: 24px;
    font-weight: 500;
    font-size: 2rem;
}
.interviewPage .infoVideo video {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.interviewPage .bgBox {
	padding-bottom: 400px;
	position: relative;
}
.interviewPage .bgBox .interviewInner:last-child {
	margin-bottom: 0;
}
.interviewPage .bgBox .interviewInner:last-child .rBox .textBox:before {
	left: -94px;
	top: auto;
	bottom: -218px;
}
.interviewPage .bgBox:before {
	position: absolute;
	right: -40px;
	bottom: -46px;
	width: 600px;
	height: 200px;
	content: "";
	background: url("img/common/com_bg03.png") no-repeat left top;
	background-size: 1363px auto; 
}
@media all and (max-width: 896px) {
    .interviewPage .pageTitle {
        background-image: url("img/interview/sp_main_img.jpg");
    }
	.interviewPage .comTopBox:before {
		display: none;
	}
	.interviewPage .video {
		max-width: inherit;
		margin: 0 24px 30px;
		padding: 0;
	}
    .interviewPage .infoVideo {
        height: 67vw;
        position: relative;
    }
    .interviewPage .infoVideo video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	.interviewPage .video .name {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.interviewPage .video .name .small {
		margin-right: 20px;
		font-size: 1.4rem;
	}
	.interviewPage .bgBox {
		padding-bottom: 56px;
	}
    .comTxt {
        max-width: inherit;
        margin-bottom: 41px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.14;
        padding-top: 5px;
    }
    .interviewInner {
        margin-bottom: 60px;
        display: block;
    }
    .interviewInner .rBox {
        padding: 0 24px;
    }
    .interviewInner .textBox {
        max-width: inherit;
		margin: 0 !important;
    }
    .interviewInner h3 {
		padding-bottom: 22px;
        margin-bottom: -14px;
		font-size: 2.4rem;
        line-height: 1.67;
		text-align: left;
    }
    .businessPage h3 {
		margin-bottom: 14px;
        padding-bottom: 21px;
    }
    .interviewInner .name {
        margin-bottom: 30px;
        font-size: 2rem;
    }
    .interviewInner .name small {
		margin-bottom: 2px;
        font-size: 1.6rem;
    }
    .interviewInner .jsBox {
        position: relative;
        z-index: 1;
        width: auto;
    }
	.interviewPage .interviewInner .fooUl {
		max-width: inherit;
		overflow: initial;
		border-radius: 0;
	}
    .slick-dots {
        margin-top: -5px;
    }
    .slick-dots li {
        width: 6px;
        height: 6px;
        margin-left: 15px;
    }
	.interviewPage .interviewInner {
		margin-bottom: 79px;
	}
	.interviewPage .interviewInner .jsBox {
        margin: 0;
		padding: 0 25px;
		box-sizing: border-box;
    }
	.interviewPage .interviewInner .jsBox .fooUl:before {
		bottom: 30px;
	}
	.interviewPage .interviewInner .jsBox .slick-slide img {
		border-top-left-radius: 20px;
	}
	.interviewPage .interviewInner02 .jsBox .slick-slide img {
		border-radius: 0 20px 0 0;
	}
	.interviewPage .interviewInner .slick-dots {
		text-align: left;
		margin: 0 0 0 -14px;
	}
    .interviewInner .dlBox {
        margin: -165px 0 0;
        padding: 189px 0 52px;
    }
    .interviewInner .dlBox dt {
        margin-bottom: 4px;
        line-height: 1.7;
    }
    .interviewInner .dlBox dt .txtSpan01 {
        width: 30px;
    }
    .interviewInner .dlBox dt .txtSpan {
        width: calc(100% - 40px);
    }
    .interviewInner .dlBox dd {
        line-height: 1.86;
        padding-bottom: 22px;
        margin-bottom: 22px;
        font-size: 1.4rem;
    }
    .interviewInner .dlBox dd .txtSpan01 {
        width: 35px;
    }
    .interviewInner .dlBox dd .txtSpan {
        width: calc(100% - 45px);
    }
    .interviewInner02 .slick-dots {
        text-align: right;
    }
    .interviewInner02 .slick-dots li {
        margin: 0 0 0 15px;
    }
    .slick-arrow {
        text-indent: -9999px;
        width: 23px;
        height: 23px;
        margin-top: -24px;
        border: none;
        position: absolute;
        cursor: pointer;
        top: 50%;
        z-index: 1;
    }
    .slick-prev {
        left: -25px;
        background: url("img/common/prev.png") no-repeat left center;
        background-size: 11px auto;
    }
    .slick-next {
        right: -25px;
        background: url("img/common/next.png") no-repeat right center;
        background-size: 11px auto;
    }
    .interviewPage .interviewInner .rBox {
        max-width: inherit;
        margin: 0;
        padding: 0 24px;
    }
    .interviewPage .interviewInner .jsBox {
        width: 100%;
    }
    .interviewPage .interviewInner .rBox::after {
        top: 237px;
        height: calc(100% - 237px);
    }
	.interviewInner:after {
		position: absolute;
		right: 23px;
		top: -52px;
		bottom: auto;
		width: 45px;
		height: 61px;
		background: url("img/common/sp_add_icon01.png") no-repeat left top;
		background-size: auto;
		background-size: 45px auto;
		content: "";
		z-index: 10;
	}
	.interviewPage .interviewInner .name {
		position: relative;
	}
	.interviewPage .interviewInner:after {
		display: none;
	}
	.interviewPage .interviewInner .name:after {
		position: absolute;
		right: 0;
		top: 47px;
		bottom: auto;
		width: 45px;
		height: 61px;
		background: url("img/common/sp_add_icon01.png") no-repeat left top;
		background-size: auto;
		background-size: 45px auto;
		content: "";
		z-index: 10;
	}
	.interviewInner02::before {
		display: none;
	}
	.interviewInner02:after {
		display: none;
	}
	.interviewInner02 .rBox .textBox::before {
		display: none;
	}
	.interviewPage .interviewInner .jsBox .slick-slide img {
		border-radius: 20px 20px 0 0;
	}
	.interviewInner .dlBox::before {
		bottom: 0;
		top: 72px;
	}
	.interviewPage .interviewInner .rBox {
		position: relative;
	}
	.interviewPage .interviewInner .rBox:before {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		bottom: -10px;
		height: 20px;
		background: url("img/common/sp_com_bg01.png") repeat-x left bottom;
		background-size: auto 20px;
		content: "";
	}
	.interviewPage .bgBox {
		padding-bottom: 75px;
	}
	.interviewPage .bgBox::before {
		display: none;
	}
}


/*------------------------------------------------------------
	business
------------------------------------------------------------*/
.businessPage .pageTitle {
    background-image: url("img/business/main_img.jpg");
}
.businessPage .comTopBox {
	padding-bottom: 220px;
}
.businessPage .comTopBox:before {
	height: 393px;
}
.businessPage .comTxt {
	margin-bottom: 250px;
}
.businessPage .interviewInner .rBox {
    padding: 0;
}
.businessPage .interviewInner .jsBox {
	margin-top: 20px;
}
.interviewInner h4 {
    font-size: 2.4rem;
    color: #EA751F;
    padding-top: 16px;
    margin-bottom: 22px;
    display: block;
    letter-spacing: 0.06em;
}
.businessPage .interviewInner02 .rBox::after {
    left: auto;
    right: -423px;
}
.businessPage .interviewInner02 .slick-dots {
    margin: 8px -40px 0 0;
	text-align: right;
}
@media all and (max-width: 896px) {
	.businessPage .comTopBox {
		padding-bottom: 0;
	}
    .businessPage .pageTitle {
        background-image: url("img/business/sp_main_img.jpg");
    }
	.businessPage .comTopBox:before {
		display: none;
	}
    .businessPage .comTxt {
        margin-bottom: 55px;
    }
    .businessPage .interviewInner .jsBox {
        margin: 0;
		position: relative;
		padding: 0 49px 34px;
    }
	.businessPage .interviewInner .jsBox:after {
		position: absolute;
	}
	.businessPage .interviewInner .jsBox:before {
		position: absolute;
		right: 0;
		top: 40px;
		width: 170px;
		height: 260px;
		background-image: url("img/common/sp_com_bg03.png");
		background-size: 571px auto;
		content: "";
	}
	.businessPage .interviewInner .jsBox .fooUl:before {
		bottom: 30px;
	}
	.businessPage .interviewInner .jsBox .slick-slide img {
		border-top-left-radius: 20px;
	}
    .businessPage .interviewInner .rBox {
        margin: -215px 0 0;
        padding: 195px 24px 50px;
    }
    .businessPage .interviewInner {
        margin-bottom: 19px;
    }
	.businessPage .interviewInner .textBox {
		max-width: inherit;
	}
	 .businessPage .interviewInner p {
		padding-right: 0;
	}
    .interviewInner h4 {
        font-size: 2rem;
        padding-top: 4px;
        margin-bottom: 17px;
    }
    .businessPage .slick-dots {
        margin: -4px 0 0 -15px;
    }
	.businessPage .interviewInner02 .slick-dots {
		margin: -4px 0 0 -15px;
		text-align: left;
	}
	.businessPage .interviewInner02 .jsBox .slick-slide img {
		border-radius: 0 20px 0 0;
		overflow: hidden;
	}
	.businessPage .interviewInner02 .textBox h3 {
		padding-left: 0;
	}
	.businessPage .interviewInner02 .textBox h4 {
		padding-left: 0;
	}
	.businessPage .interviewInner02 .textBox p {
		padding: 0;
	}
}

/*------------------------------------------------------------
	philosophy
------------------------------------------------------------*/
.philosophyPage .pageTitle {
    background-image: url("img/philosophy/main_img.jpg");
}
.greeting {
    padding: 185px 0 166px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.greeting:before {
    position: absolute;
    left: -106px;
    bottom: 75px;
    background: url("img/common/add_icon01.png") no-repeat left top;
    background-size: 62px auto;
    width: 62px;
    height: 85px;
    content: "";
}
.greeting .photoBox {
    width: 31.6%;
    margin-left: 120px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
}
.greeting .photoBox:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    border-bottom: 8px solid #EA751F;
    content: "";
}
.greeting .textBox {
    margin-top: -10px;
    flex: 1;
}
.greeting .textBox p {
    color: #211B1B;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.33;
    letter-spacing: 0.06em;
}
.greeting .photoBox img {
    width: 100%;
}
.greeting .headLine01 {
    margin-bottom: 80px;
}
.corporate {
    padding: 150px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.corporate .photoBox {
    width: calc(50% - 205px);
    border-radius: 0 20px 0 0;
    overflow: hidden;
    position: relative;
}
.corporate .photoBox:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    border-bottom: 8px solid #EA751F;
    content: "";
}
.corporate .textBox {
    padding: 15px 127px;
    order: 2;
    flex: 1;
}
.corporate .textBox .subBox {
    max-width: 490px;
}
.corporate .textBox .headLine01 {
    margin-bottom: 82px;
}
.corporate .textBox h4 {
    margin-bottom: 21px;
    font-size: 2.4rem;
    color: #211B1B;
    letter-spacing: 0.06em;
}
.corporate .textBox p {
    color: #211B1B;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.33;
    letter-spacing: 0.06em;
}
.companyBox {
    padding: 143px 0 195px;
    position: relative;
}
.companyBox:before {
    position: absolute;
    right: 0;
    top: -20px;
    background: url("img/common/com_bg03.png") repeat left top;
    background-size: auto;
    background-size: 1368px auto;
    width: 573px;
    height: 230px;
    content: "";
    z-index: -1;
}
.companyBox:after {
    position: absolute;
    left: 27px;
    bottom: -56px;
    background: url("img/common/com_bg03.png") repeat left top;
    background-size: auto;
    background-size: 1368px auto;
    width: 560px;
    height: 200px;
    content: "";
    z-index: -1;
}
.companyBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.companyBox .headLine01 {
    margin-bottom: 99px;
}
.companyBox .map {
    width: 48.6%;
    margin-left: 75px;
    height: 390px;
    order: 2;
    background: #000;
    position: relative;
}
.companyBox .map:before {
    position: absolute;
    right: -70px;
    top: -80px;
    width: 61px;
    height: 61px;
    background: url("img/common/add_icon03.png") no-repeat left top;
    background-size: 61px auto;
    content: "";
}
.companyBox .map iframe {
    width: 100%;
    height: 100%;
}
.companyBox .textBox {
    margin-top: -23px;
    flex: 1;
}
.companyBox .content {
    position: relative;
}
.companyBox .content:after {
    position: absolute;
    right: -100px;
    bottom: -263px;
    background: url("img/common/add_icon02.png") repeat left top;
    background-size: auto;
    background-size: 110px auto;
    width: 110px;
    height: 159px;
    content: "";
    z-index: 2;
}
.comTable {
    width: 100%;
    border-collapse: collapse;
}
.comTable th {
    text-align: left;
    vertical-align: middle;
    width: 31%;
	color: #211B1B;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.14;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #C8C9C8;
}
.comTable td {
	color: #211B1B;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.14;
    vertical-align: middle;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #C8C9C8;
}





@media all and (max-width: 896px) {
    .philosophyPage .pageTitle {
        background-image: url("img/philosophy/sp_main_img.jpg");
    }
    .philosophyPage #pagePath {
        margin-bottom: 27px;
    }
    .philosophyPage .comBgBox {
        padding: 16px 0;
    }
    .greeting {
        padding: 40px 0 0;
        margin-bottom: 53px;
        display: block;
    }
    .greeting .textBox {
        padding: 0 0 52px;
    }
    .greeting .photoBox {
        width: auto;
        margin: 0;
    }
    .greeting .headLine01 {
        margin-bottom: 30px;
		font-size: 3rem;
        text-align: left;
    }
    .greeting .textBox p {
        font-size: 1.4rem;
        line-height: 1.86;
        font-weight: normal;
    }
    .corporate{
        display: block;
        padding: 0 24px 60px;
    }
    .corporate .textBox{
        margin-bottom: 47px;
        padding: 0;
    }
    .corporate .textBox .subBox {
		padding-top: 50px;
		position: relative;
        max-width: inherit;
    }
	.corporate .textBox .subBox:before {
		position: absolute;
		right: 0;
		top: 32px;
		width: 75px;
		height: 109px;
		background: url("img/common/sp_add_icon02.png") no-repeat left top;
		background-size: 75px auto;
		content: "";
	}
    .corporate .photoBox {
        width: auto;
        margin: 0;
		border-radius: 20px 20px 0 0;
    }
	.corporate .photoBox img {
		width: 100%;
	}
    .corporate .textBox .headLine01 {
        margin-bottom: 36px;
		text-align: left;
		font-size: 3rem;
    }
    .corporate .textBox h4 {
        margin-bottom: 22px;
        line-height: 1.95;
    }
    .corporate .textBox p {
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.86;
    }
    .companyBox {
        padding: 55px 0;
    }
	.companyBox:before {
		right: auto;
		left: 0;
		top: -40px;
		width: 122px;
		height: 90px;
		background-image: url("img/common/sp_com_bg03.png");
		background-size: 571px auto;
	}
	.companyBox::after {
		display: none;
	}
	.companyBox .content::after {
		display: none;
	}
    .companyBox .headLine01 {
        margin-bottom: 26px;
		text-align: left;
		font-size: 3rem;
		position: relative;
    }
	.companyBox .headLine01:before {
		position: absolute;
		right: 0;
		top: -5px;
		width: 45px;
		height: 61px;
		background: url("img/common/sp_add_icon01.png") no-repeat left top;
		background-size: 45px auto;
		content: "";
	}
    .companyBox .inner {
        display: block;
    }
    .companyBox .textBox {
        margin: 0 0 56px;
    }
    .companyBox .map {
        margin: 0;
        width: auto;
        height: 56vw;
    }
	.companyBox .map:before {
		position: absolute;
		right: 0;
		top: -40px;
		width: 56px;
		height: 29px;
		background: url("img/common/sp_add_icon03.png") no-repeat left top;
		background-size: 56px auto;
		content: "";
	}
    .comTable th {
        float: left;
        box-sizing: border-box;
        padding: 12px 0 0;
        width: 100%;
		font-size: 1.4rem;
        border-bottom: none;
    }
    .comTable td {
        line-height: 2;
        float: left;
		font-size: 1.4rem;
        box-sizing: border-box;
        padding: 0 0 13px;
        width: 100%;
    }
}

/*------------------------------------------------------------
	job_list
------------------------------------------------------------*/
.job_list .pageTitle {
    background-image: url("img/job_list/main_img.jpg");
}
.infoSec .innerBox {
	margin-bottom: 100px;
	position: relative;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 20px 0 0 20px;
}
.infoSec .innerBox:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 57%;
	height: 6px;
	background: #EA751F;
	content: "";
}
.infoSec .innerBox:last-child {
    margin-bottom: 0;
}
.infoSec .innerBox .photoBox {
	padding-bottom: 33%;
	width: 44%;
    background-repeat: no-repeat;
    background-position: center center;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
	background-size: cover;
}
.infoSec .innerBox .textBox {
	width: 56%;
	padding: 37px 80px 44px 90px;
	box-sizing: border-box;
}
.infoSec .innerBox .textBox .headLine03 {
	padding-bottom: 17px;
	margin-bottom: 30px;
}
.infoSec .innerBox .textBox .txt {
	color: #211B1B;
	margin-bottom: 38px;
	letter-spacing: 0.06em;
	line-height: 1.875;
}
.infoSec {
    padding-top: 10px;
}
.infoSec .comMore01 {
	padding-top: 90px;
}
.infoSec .comMore01 a {
	width: 354px;
	height: 66px;
}
.job_list .comBg {
    padding: 150px 0 285px;
}
@media all and (max-width: 896px) {
    .job_list .pageTitle {
        background-image: url("img/job_list/sp_main_img.jpg");
    }
    .job_list .comTxt {
        margin-bottom: 43px;
    }
    .job_list .comBgBox.blueBg {
        padding: 45px 0 55px;
        background-image: none;
    }
    .job_list .comBg {
        padding: 72px 0 92px;
    }
    .infoSec {
        padding: 0;
    }
    .infoSec .innerBox {
        margin-bottom: 57px;
        display: block;
        background: none;
    }
	.infoSec .innerBox:before {
        display: none;
	}
    .infoSec .innerBox .photoBox {
        padding-bottom: 70%;
        width: auto;
        margin: 0 -24px;
        border-radius: 0;
    }
    .infoSec .innerBox .textBox {
        margin: -40px auto 0;
        width: auto;
        position: relative;
        padding: 32px 24px 32px;
        background: #fff;
        border-radius: 20px 20px 0 0;
        border-bottom: 8px solid #EA751F;
    }
    .infoSec .innerBox .textBox .headLine03 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 10px;
        padding-bottom: 13px;
        background-image: url("img/common/sp_line.png");
        background-size: auto 3px;
    }
    .infoSec .innerBox .textBox .txt {
        margin-bottom: 27px;
        line-height: 1.95;
        text-align: center;
    }
    .infoSec .innerBox .textBox .comMore {
        margin: 0 auto;
    }
    .infoSec .comMore01 {
        padding-top: 0px;
        max-width: 240px;
        margin: 0 auto;
    }
    .infoSec .comMore01 a {
        width: auto;
        height: 42px;
    }
}

/*------------------------------------------------------------
	job_list/detail/index.html
------------------------------------------------------------*/
.recruitPage .pageTitle {
    background-image:url("img/recruit/main_img.jpg");
}
.recruitPage .topBg {
	position: relative;
}
.recruitPage .topBg:before {
	position: absolute;
	left: 30px;
	top: -30px;
	width: 560px;
	height: 530px;
	background: url("img/common/com_bg03.png") repeat left top;
	background-size: 1363px auto;
	content: "";
}
.requirementsBox {
    padding: 78px 0 218px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.requirementsBox .lBox {
    width: 30%;
    margin-right: 20px;
}
.requirementsBox .lBox .headLine01 {
    margin-bottom: 0;
}
.requirementsBox .rBox {
    flex: 1;
}
.requirementsBox .rBox p {
	color: #211B1B;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2.5;
}
.requirements {
	padding: 150px 0 140px;
}
.requirements .headLine01 {
    margin: -8px 0 40px;
}
.requirements .inner {
    padding: 72px 0 31px;
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
    justify-content: space-between;
}
.requirements .inner .photoBox {
    width: calc(50% - 110px);
	border-radius: 20px 0 0 0;
	overflow: hidden;
	position: relative;
}
.requirements .inner .photoBox:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: #EA751F;
	content: "";
}
.requirements .inner .textBox {
    padding: 0 95px;
    margin-top: -19px;
    width: calc(50% - 82px);
    display: flex;
    justify-content: flex-end;
}
.requirements .inner .textBox .sub {
    width: 100%;
    max-width: 570px;
}
.requirements .comTable th {
    width: 35%;
    font-size: 1.6rem;
    line-height: 1.875;
}
.requirements .comTable td {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-right: 0;
}
.welfare {
	position: relative;
    padding: 160px 0 180px;
}
.welfare:before {
	position: absolute;
	right: 0;
	top: -45px;
	width: 569px;
	height: 200px;
	background: url("img/common/com_bg03.png") no-repeat left top;
	background-size: 1363px auto;
	content: "";
	z-index: -1;
}
.welfare:after {
	position: absolute;
	left: 27px;
	bottom: -20px;
	width: 560px;
	height: 600px;
	background: url("img/common/com_bg03.png") no-repeat left top;
	background-size: 1363px auto;
	content: "";
	z-index: -1;
}
.welfare .headLine01 {
    margin-bottom: 114px;
}
.welfareUl {
    display: flex;
    flex-wrap: wrap;
}
.welfareUl li {
    width: 23%;
    margin: 0 2.6666% 30px 0;
}
.welfareUl li a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.welfareUl li:nth-child(4n) {
    margin-right: 0;
}
.welfareUl li a:hover img {
    opacity: 0.7;
}
.welfareUl li img {
    width: 100%;
}
.popBox {
    max-width: 1110px;
    margin: 0 auto;
}
.mfp-bg {
	background: rgba(33,40,54,0.8);
}
.subPop {
    position: relative;
    padding: 87px 95px 73px;
    background-color: white;
    box-sizing: border-box;
	border-radius: 20px;
}
.subPop .close {
    position: absolute;
    top: 27px;
    right: 32px;
}
.subPop .close a:hover img {
    opacity: 0.7;
}
.subPop .popPhoto {
    margin-bottom: 16px;
    text-align: center;
}
.subPop p {
    margin-bottom: 20px;
    letter-spacing: 0.06em;
	text-align: justify;
}
.subPop p:last-child {
    margin-bottom: 0;
}
.subPop .ttl {
    font-size: 2.4rem;
    font-weight: bold;
    color: #EA751F;
    margin-bottom: 6px;
}
.FormSec {
	padding: 30px 0 0;
}
.FormSec .headLine01 {
	margin-bottom: 42px;
}
@media all and (max-width: 896px) {
    .recruitPage .pageTitle {
        background-image:url("img/recruit/sp_main_img.jpg");
	}
	.recruitPage .topBg {
		margin-top: -10px;
		padding-top: 10px;
		background: url("img/common/sp_com_bg04.png") no-repeat center top;
		background-size: 100% 85px;
	}
	.recruitPage .topBg:before {
		display: none;
	}
	.requirementsBox .lBox .headLine01 {
		padding-top: 18px;
		margin-bottom: -10px;
		text-align: left;
	}
    .requirementsBox {
        display: block;
        padding: 3px 0 60px;
    }
    .requirementsBox .lBox {
        width: auto;
        margin: 0 0 44px;
    }
    .requirementsBox .rBox p {
        font-size: 1.4rem;
        line-height: 1.86;
        font-weight: normal;
    }
    .recruitPage .requirements {
		padding: 65px 24px 60px;
    }
	.recruitPage .requirements .content {
		padding: 0;
	}
	.recruitPage .requirements .headLine01 {
		text-align: left;
		margin: 0 0 36px;
	}
    .requirements .inner {
        margin: -14px 0 0;
        padding: 0;
        display: block;
    }
    .requirements .inner .textBox {
        width: auto;
        margin: 0 0 40px;
        padding: 0;
        display: block;
    }
    .requirements .inner .textBox .sub {
        max-width: inherit;
    }
    .requirements .comTable th {
        padding: 20px 0 0 0;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.86;
    }
    .requirements .comTable td {
        font-size: 1.4rem;
        padding: 0 0 15px;
        line-height: 1.86;
    }
    .requirements .inner .photoBox {
        width: auto;
		margin-right: -24px;
    }
	.requirements .inner .photoBox img {
		width: 100%;
	}
    .welfare {
        padding: 75px 0 69px;
    }
	.welfare::before {
		right: auto;
		left: 8px;
		top: -40px;
		width: 122px;
		height: 110px;
		background-image: url("img/common/sp_com_bg03.png");
		background-size: 571px auto;
	}
	.welfare::after {
		display: none;
	}
    .welfare .headLine01 {
        margin-bottom: 50px;
		position: relative;
		text-align: left;
    }
	.welfare .headLine01::before {
	  position: absolute;
	  right: 0;
	  top: -21px;
	  width: 45px;
	  height: 61px;
	  background: url("img/common/sp_add_icon01.png") no-repeat left top;
	  background-size: auto;
	  background-size: 45px auto;
	  content: "";
	}
    .welfareUl {
        justify-content: space-between;
    }
    .welfareUl li {
        width: 48.2%;
        margin: 0 0 11px !important;
    }
    .subPop {
        padding: 56px 25px 30px;
    }
    .mfp-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .subPop .close {
        width: 17px;
        right: 20px;
        top: 20px;
    }
    .subPop .ttl {
        font-size: 2rem;
        margin-bottom: 2px;
    }
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
    background-size: cover;
    height: 890px;
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 77px;
    z-index: 2;
}
.mainImg .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	border-radius: 20px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	will-change: transform;
}
.mainImg .bg video {
    position: absolute;
    left: 50%;
    top: 50%;
	border-radius: 20px;
    transform: translate(-50%,-50%);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	will-change: transform;
}
.mainImg .textImg {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    z-index: 1;
}
.mainImg .inner {
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.mainImg h2 {
    font-size: 5rem;
    line-height: 1.5;
    color: white;
    letter-spacing: 0.22em;
}
.mainImg h2 .txtSpan {
    margin-top: 10px;
    display: block;
    font-size: 3.6rem;
    letter-spacing: 0.06em;
}
.mainImg .scroll {
    position: absolute;
    bottom: -38px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.mainImg .scroll a:hover img {
    opacity: 0.7;
}
.infoBox .newsUl {
    padding-top: 0;
    margin-bottom: 66px;
    border-bottom: 1px solid #CCCCCC;
}
.indexPage .infoBox:before {
	position: absolute;
	left: 0;
	top: -860px;
	width: 100%;
	height: 1219px;
	background: url("img/index/bg.png") no-repeat left top;
	background-size: 100% 100%;
	content: "";
	z-index: -1;
}
.indexPage .infoBox {
	padding: 170px 0 160px;
	position: relative;
}
.indexPage .infoBox:after {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 565px;
    height: 360px;
    background: url("img/common/com_bg03.png") repeat left top;
    background-size: 1363px auto; 
    content: "";
    z-index: -1;
}
.indexPage .infoBox .headLine04 {
	margin-bottom: 35px;
	color: #57B8FF;
	position: relative;
	text-align: center;
}
.indexPage .infoBox .headLine04:before {
	position: absolute;
	left: -127px;
	top: 20px;
	background: url("img/common/add_icon01.png") no-repeat left top;
	background-size: 62px auto;
	width: 62px;
	height: 85px;
	content: "";
}
.indexPage .infoBox .comMore a {
	width: 346px;
	height: 67px;
}
.messageBox {
    padding: 193px 0;
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
    justify-content: space-between;
}
.messageBox .photoBox {
    width: calc(50% - 68px);
	border-radius: 20px 0 0 0;
	overflow: hidden;
	position: relative;
}
.messageBox .photoBox:before {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 8px;
	background: #EA751F;
	content: "";
	z-index: 2;
}
.messageBox .photoBox img {
    width: 100%;
}
.messageBox .textBox {
	padding-top: 40px;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.messageBox .textBox .sub {
    max-width: 622px;
    width: 100%;
}
.messageBox .textBox p {
	padding-right: 80px;
    line-height: 2.625;
    font-weight: 500;
	text-align: justify;
    letter-spacing: 0.06em;
}
.messageBox .headLine04 {
    margin-bottom: 55px;
	padding-bottom: 50px;
	background: url("img/common/line.png") repeat-x left bottom;
	background-size: auto 3px;
}
.indexPage .interviewSec {
    position: relative;
	padding: 150px 0 166px;
}
.indexPage .interviewSec .headLine04 {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.indexPage .interviewSec .headLine04:after {
    position: absolute;
    right: -250px;
    top: -120px;
    background: url("img/common/add_icon02.png") repeat left top;
    background-size: auto;
    background-size: 110px auto;
    width: 110px;
    height: 159px;
    content: "";
}
.indexPage .interviewSec .txt {
	margin-bottom: 30px;
	color: #211B1B;
	line-height: 1.9;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	text-align: center;
}
.indexPage .interviewSec:before {
    position: absolute;
    left: 27px;
    top: 0;
    width: 560px;
    height: 430px;
    background: url("img/common/com_bg03.png") repeat left top;
    background-size: 1363px auto;
    content: "";
    z-index: -2;
}
.indexPage .interviewSec:after {
    position: absolute;
    right: 0;
	bottom: 0;
    width: 385px;
    height: 520px;
    background: url("img/common/com_bg03.png") repeat left top;
    background-size: 1363px auto;
    content: "";
    z-index: -2;
}
.indexPage .interviewSec .listUl {
    padding-top: 53px;
    position: relative;
}
.indexPage .interviewSec .listUl:before {
    position: absolute;
    right: -70px;
    top: -15px;
    background: url("img/common/add_icon03.png") no-repeat left top;
    background-size: 61px auto;
    width: 61px;
    height: 61px;
    content: "";
}
.indexPage .interviewSec .listUl:after {
    position: absolute;
    left: -152px;
    bottom: 59px;
    background: url("img/common/add_icon01.png") no-repeat left top;
    background-size: 62px auto;
    width: 62px;
    height: 85px;
    content: "";
}
.indexPage .interviewSec .listUl li {
	float: left;
}
.indexPage .interviewSec .listUl li .infoPho {
    display: block;
    position: relative;
    border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.indexPage .interviewSec .listUl li .infoPho:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-bottom: 8px solid #EA751F;
    content: "";
    z-index: 1;
}
.indexPage .interviewSec .listUl .slick-slide > div {
    width: 336px;
    margin: 0 26px;
}
.indexPage .interviewSec .listUl li a {
	display: block;
	position: relative;
}
.indexPage .interviewSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 80px 30px 50px;
    width: 100%;
    height: 368px;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
	background: rgba(33,27,27,0.77); 
    line-height: 1.9;
    box-sizing: border-box;
    letter-spacing: 0.06em;
    text-align: justify;
	opacity: 0;
    border-radius: 20px 20px 0 0;
	transition:all 0.6s ease;
}
.indexPage .interviewSec .listUl li .txtBox {
    padding-top: 30px;
    display: block;
    color: #211B1B;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	z-index: 10;
	line-height: 1.5;
	box-sizing: border-box;
}
.indexPage .interviewSec .listUl li .txtBox .name {
	margin-bottom: 9px;
	display: block;
    color: #EA751F;
	font-size: 2.3rem;
	font-weight: 700;
}
.indexPage .interviewSec .listUl .slick-dots {
    margin-top: 75px;
    text-align: center;
}
.indexPage .interviewSec .listUl .slick-dots li {
    float: none;
	margin: 0 17px;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100px;
	background-color: #DBDBDB;
}
.indexPage .interviewSec .listUl .slick-dots li button {
	display: none;
}
.indexPage .interviewSec .listUl .slick-dots li.slick-active {
	background-color: #EA751F;
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	transform-origin: center;
}
.indexPage .interviewSec .listUl .slick-prev,
.indexPage .interviewSec .listUl .slick-next {
    margin-top: -120px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 56px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.indexPage .interviewSec .listUl .slick-prev {
	left: -89px;
	background: url("img/common/prev02.png") no-repeat;
	background-size: 45px 56px;
	z-index: 10;
}
.indexPage .interviewSec .listUl .slick-next {
	right: -89px;
	background: url("img/common/next02.png") no-repeat;
	background-size: 45px 56px;
	z-index: 10;
}
.indexPage .aboutSec {
	padding: 130px 0 169px;
}
.indexPage .aboutSec .comBg {
	padding: 0;
}
.indexPage .aboutSec .comBg:before,
.indexPage .aboutSec .comBg:after {
	display: none;
}
.indexPage .aboutSec .inner {
	max-width: 1920px;
	margin: 0 auto 125px;
	display: flex;
	flex-direction: row-reverse;
    align-items: center;
	justify-content: space-between;
}
.indexPage .aboutSec .inner .photoBox {
    position: relative;
	width: 48.8%;
	overflow: hidden;
    border-radius: 20px 0 0 0;
}
.indexPage .aboutSec .inner .photoBox:before {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 8px solid #EA751F;
    width: 100%;
    height: 8px;
    content: "";
}
.indexPage .aboutSec .inner .textBox {
	width: 51.2%;
	padding-top: 30px;
}
.indexPage .aboutSec .inner .photoBox img {
	width: 100%;
}
.indexPage .aboutSec .inner .textBox .infoInner {
	max-width: 586px;
	padding: 0 0 0 20px;
	margin: 0 0 0 auto;
}
.indexPage .aboutSec .inner .textBox .headLine04 {
	padding-bottom: 50px;
	text-align: left;
	background: url("img/common/line.png") repeat-x left bottom;
	background-size: auto 3px;
}
.indexPage .aboutSec .inner .textBox p {
    padding: 0 140px 0 7px;
    color: #211B1B;
	text-align: justify;
	text-justify:inter-ideograph;
	line-height: 2;
	letter-spacing: 0.06em;
}
.indexPage .aboutSec .inner01 {
	margin-bottom: 0;
	flex-direction: row;
	align-items: center;
}
.indexPage .aboutSec .inner01 .photoBox {
    border-radius: 0 20px 0 0;
}
.indexPage .aboutSec .inner01 .textBox .infoInner {
	margin: 0 auto 0 0;
	padding: 0 20px 0 0;
}
.indexPage .aboutSec .inner01 .textBox .headLine04 {
    padding-left: 130px;
}
.indexPage .aboutSec .inner01 .textBox p {
    padding: 0 0 0 130px;
    margin-right: 0;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.indexPage .aboutSec .inner .textBox p {
		padding-right: 40px;
	}
	.indexPage .aboutSec .inner01 .textBox .headLine04 {
		padding-left: 40px;
	}
	.indexPage .aboutSec .inner01 .textBox p {
		padding-left: 40px;
	}
}
@media all and (min-width: 897px) {
    .indexPage .interviewSec .listUl li a:hover .hover {
		opacity: 1;
    }
    .indexPage .interviewSec .listUl .slick-slide.slick-current > div {
        margin-top: 80px;
    }
}
@media all and (max-width: 896px) {
    .linkList {
        padding: 0;
    }
    .linkBox .content {
        padding: 0;
    }
    .mainImg {
		margin: 0;
        height: auto;
        position: relative;
        display: block;
    }
    .mainImg .bg {
        position: static;
        left: 0;
        top: 0;
        overflow: hidden;
        bottom: 0;
        width: auto;
        height: auto;
        right: 0;
		border-radius: 0;
    }
    .mainImg .bg video {
        position: static;
        left: 50%;
        top: 50%;
        transform: none;
		border-radius: 0;
        object-fit: contain;
        width: 100% !important;
        height: 100% !important;
    }
    .mainImg h2 {
        font-size: 3rem;
        line-height: 1.77;
    }
    .mainImg h2 .txtSpan {
        font-size: 2rem;
        letter-spacing: 0.08em;
    }
    .mainImg .inner {
        display: none;
        margin-top: -5px;
        padding: 0 24px;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        transform: translateY(-50%);
    }
    .mainImg .textImg {
        display: none;
    }
    .mainImg .scroll {
        bottom: -18px;
        display: none;
    }
    .mainImg .scroll img {
        width: 14px;
    }
	.indexPage .infoBox::before {
		height: 504px;
		top: -400px;
		background-image: url("img/index/sp_bg.png");
	}
	.indexPage .infoBox .headLine04:before {
		left: 10px;
		top: 26px;
		background: url("img/common/sp_add_icon01.png") no-repeat left top;
		background-size: 45px auto;
		width: 45px;
		height: 61px;
	}
	.indexPage .infoBox {
		padding: 68px 0 68px;
	}
	.indexPage .infoBox:after {
		position: absolute;
		right: 0;
		bottom: -40px;
		width: 126px;
		height: 160px;
		background: url("img/common/sp_com_bg03.png") repeat left top;
		background-size: 571px auto; 
		content: "";
	}
    .infoBox .mainBox {
        padding: 0;
    }
	.indexPage .infoBox .comMore {
		margin: 0 auto;
	}
	.indexPage .infoBox .comMore a {
		width: auto;
		margin: 0 auto;
		height: 40px;
	}
    .infoBox .comLink {
        text-align: center;
    }
    .infoBox .newsUl {
        margin-bottom: 35px;
    }
    .messageBox {
        padding: 52px 24px;
        display: block;
    }
    .messageBox .textBox {
        display: block;
        margin: 0;
        padding: 0;
    }
    .messageBox .textBox .sub {
        max-width: inherit;
    }
    .messageBox .photoBox {
        width: auto;
        margin: 0 -24px 20px 0;
    }
    .messageBox .headLine04 {
        margin-bottom: 28px;
		text-align: center;
		background: none;
		padding-bottom: 0;
    }
    .messageBox .textBox p {
		padding: 0 24px;
		font-weight: 400;
        line-height: 1.86;
    }
	 .indexPage .interviewSec {
        padding: 50px 0 0;
		 position: relative;
    }
	.indexPage .interviewSec .txt {
		margin-bottom: 13px;
		text-align: left;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2.15;
	}
	.indexPage .interviewSec:after {
		position: absolute;
		left: 0;
		right: auto;
		bottom: auto;
		top: -60px;
		width: 136px;
		height: 100px;
		background: url("img/common/sp_com_bg03.png") repeat left top;
		background-size: auto;
		background-size: 571px auto;
		content: "";
		z-index: -1;
    }
    .indexPage .interviewSec .comTtlBox {
        margin: 0;
    }
    .indexPage .interviewSec .headLine04:before {
        position: absolute;
        right: 0;
        top: -7px;
        width: 45px;
        height: 61px;
        background: url("img/common/sp_add_icon01.png") no-repeat left top;
        background-size: 45px auto;
        content: "";
    }
    .indexPage .interviewSec:before {
        display: none;
    }
    .indexPage .interviewSec .listUl::after {
        display: none;
    }
    .indexPage .interviewSec .listUl {
        margin: 0;
        position: relative;
        padding: 44px 0 0;
    }
    .indexPage .interviewSec .listUl::before {
		display: none;
    }
    .indexPage .interviewSec .listUl li {
        width: 100%;
        margin: 0;
        float: none;
    }
    .indexPage .interviewSec .listUl li .pho {
        position: relative;
        display: block;
    }
    .indexPage .interviewSec .listUl li img {
        width: 100%;
    }
    .indexPage .interviewSec .listUl li .txtBox {
        padding: 14px 0 0;
        font-size: 1.6rem;
    }
    .indexPage .interviewSec .listUl li .txtBox .info {
        display: block;
    }
    .indexPage .interviewSec .listUl li .txtBox .name {
        margin-bottom: 1px;
        font-size: 2.3rem;
    }
    .indexPage .interviewSec .listUl li .hover {
        padding: 13px 0 70px;
        position: static;
        height: auto;
        color: #211B1B;
        font-size: 1.4rem;
        text-align: left;
        display: block;
        line-height: 1.8;
		opacity: 1;
		background: none;
    }
	.indexPage .aboutSec {
		padding: 0 0 85px;
		background: none;
	}
	.indexPage .aboutSec:before {
		display: none;
	}
	.indexPage .aboutSec .comBg {
		padding: 50px 0;
	}
	.indexPage .aboutSec:after {
		display: none;
	}
	.indexPage .aboutSec .comBg:before {
		position: absolute;
		left: 0;
		top: -10px;
		width: 100%;
		height: 20px;
		background: url("img/common/sp_com_bg01.png") repeat-x center top;
		background-size: auto 20px;
		content: "";
	}
	.indexPage .aboutSec .comBg:after {
		position: absolute;
		left: 0;
		bottom: -10px;
		height: 20px;
		background: url("img/common/sp_com_bg01.png") repeat-x center top;
		background-size: auto 20px;
		content: "";
	}
	.indexPage .aboutSec .comBg:before,
	.indexPage .aboutSec .comBg:after {
		display: block;
	}
	.indexPage .aboutSec .inner {
        max-width: inherit;
        margin: 0;
		padding: 0 24px;
        display: block;
    }
    .indexPage .aboutSec .inner .photoBox {
        width: auto;
        margin: 0 -24px 20px 0;
    }
    .indexPage .aboutSec .inner .photoBox .infoImg {
        width: 100%;
        margin-top: 0;
    }
    .indexPage .aboutSec .inner .textBox {
        width: 100%;
    }
    .indexPage .aboutSec .inner .textBox .infoInner {
        max-width: inherit;
        padding: 0;
        margin: 0 auto 38px;
        display: block;
    }
    .indexPage .aboutSec .inner .textBox p {
        padding: 0;
        line-height: 2.15;
    }
    .indexPage .aboutSec .inner01 {
        margin-bottom: 0;
		padding: 50px 24px 26px;
    }
    .indexPage .aboutSec .inner01 .photoBox {
        width: auto;
        margin: 0 0 20px -24px;
    }
    .indexPage .aboutSec .inner01 .textBox {
        padding-top: 10px;
        width: 100%;
    }
    .indexPage .aboutSec .inner01 .textBox .infoInner {
        margin: 0 auto;
		padding: 0;
    }
    .indexPage .aboutSec .inner .textBox .headLine04 {
        margin-bottom: 30px;
		text-align: center;
		background: none;
		padding: 0;
    }
    .indexPage .aboutSec .inner .textBox .headLine04:before {
        position: absolute;
        left: -5px;
        top: -30px;
        width: 76px;
        height: 109px;
        background: url("img/common/sp_add_icon02.png") no-repeat left top;
        background-size: 76px auto;
        content: "";
    }
    .indexPage .aboutSec .inner .textBox p {
        padding: 0;
    }
	.indexPage .aboutSec .inner01 .textBox .headLine04:before {
		display: none;
	}
}


@media all and (min-width: 897px) {
    .hInner .naviUl > li > a:hover:after {
        opacity: 1;
    }
    .comContact .btn a:before {
        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);
        overflow: hidden;
        border-radius: 50px;
    }
    .comContact .btn a:hover {
        color: #211B1B;
    }
    .comContact .btn a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }
    .comContact .btn a:hover .info:before {
		right: -17px;
    }
    .wp-pagenavi a:hover {
        color: #EA751F;
    }
    .newsUl a:hover:before {
		right: -15px;
    }
}


/*------------------------------------------------------------
	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);
}  


/*------------------------------------------------------------
    about
------------------------------------------------------------*/
.aboutPage .linkBox {
    padding-bottom: 158px;
    position: relative;
}
.aboutPage .linkBox:before {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 575px;
    height: 456px;
    background: url("img/common/com_bg03.png") repeat left top;
    background-size: 1363px auto; 
    content: "";
    z-index: -1;
}
.aboutPage .linkList {
    margin-top: -15px;
    position: relative;
}
.aboutPage .linkList:before {
    position: absolute;
    left: -73px;
    top: -83px;
    background: url("img/common/add_icon01.png") no-repeat left top;
    background-size: 62px auto;
    width: 62px;
    height: 85px;
    content: "";
}
.aboutPage .linkList .img {
    display: block;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.aboutPage .linkList .img img {
    width: 100%;
}
.aboutPage .linkList a {
    margin: -37px 35px 15px 0;
    position: relative;
    z-index: 10;
    display: block;
    background: #EA751F;
}
.aboutPage .linkList a .link {
    padding: 8px 45px 9px 34px;
    position: relative;
    z-index: 10;
    display: block;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    background: url(img/common/icon03.png) no-repeat right 24px center / 17px;
}
.aboutPage .linkList a:before {
    display: none;
    content: '';
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
    background: #5A7586;
    width: 100%;
    height: 0;
    transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.aboutPage .linkList .txt {
    color: #211B1B;
    display: block;
    line-height: 1.875;
    letter-spacing: 0.06em;
}
.aboutPage .specialBox {
    padding: 142px 0 100px;
    position: relative;
    z-index: 10;
}
.aboutPage .specialBox .headLine01 {
    margin: -20px 0 140px;
}
.aboutPage .specialBox .headLine01 .txtSpan {
    color: #57B8FF;
}
.aboutPage .specialBox .linkList {
    margin: -10px 67px 0 67px;
}
.aboutPage .specialBox .linkList:before {
    left: auto;
    right: -196px;
    top: auto;
    bottom: -13px;
    width: 110px;
    height: 159px;
    background-image: url("img/common/add_icon02.png");
    background-size: 110px auto;
}
.aboutPage .specialBox .linkList a .link {
    color: #fff;
    background-image: url(img/common/icon03.png);
}
.aboutPage .specialBox .linkList .txt {
    color: #211B1B;
}
@media all and (min-width: 897px) {
    .aboutPage .linkList a:hover .link {
        opacity: 0.7;
        background-position: right 10px center;
    }
    .aboutPage .linkList {
		padding: 0;
        display: flex;
        justify-content: space-between;
    }
    .aboutPage .linkList li {
        width: calc(50% - 45px);
    }
    .aboutPage .specialBox .linkList li:nth-child(2n) {
        margin-top: -185px;
    }
    .aboutPage .specialBox .linkList a {
        margin-top: -42px;
    }
    .aboutPage .linkList a:hover:before{
         height: 100%;
    }
/*
    .aboutPage .specialBox .linkList a:hover .link {
         color: #FFF;
        background-image: url(img/common/icon03.png);
    }
*/
}
@media all and (max-width: 896px) {
	.aboutPage .comTopBox {
		background: #FDF4E8;
	}
	.aboutPage .comTopBox:before {
		height: 140px;
		bottom: -120px;
		top: auto;
	}
	.aboutPage .comTopBox:after {
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: -10px;
		width: 100%;
		height: 20px;
		background: url("img/common/sp_com_bg01.png") repeat-x left top;
		background-size: auto 20px;
		content: "";
		z-index: 2;
	}
	.aboutPage .linkBox::before {
		top: 0;
		width: 122px;
		height: 120px;
		background-image: url("img/common/sp_com_bg03.png");
		background-size: 572px auto;
		bottom: auto;
		z-index: -1;
	}
	.aboutPage .linkBox {
		padding: 84px 24px 55px;
	}
	.aboutPage .linkBox::before {
		display: none;
	}
	.aboutPage .linkList::before {
		display: none;
	}
    .aboutPage .linkList li:not(:last-child) {
        margin-bottom: 45px;
    }
    .aboutPage .linkList a {
        margin: -23px 25px 10px 0;
    }
    .aboutPage .linkList a .link {
        padding: 8px 24px 9px;
        font-size: 1.6rem;
        background-size: 12.8px;
        background-position: right 25px center;
    }
	.aboutPage .specialBox {
		padding: 55px 0 50px;
	}
	.aboutPage .specialBox:after {
		position: absolute;
		left: 24px;
		top: -20px;
		right: 23px;
		width: 45px;
		height: 61px;
		background: url("img/common/sp_add_icon01.png") no-repeat left top;
		background-size: 45px auto;
		content: "";
	}
    .aboutPage .specialBox .headLine01 {
        margin: 0 0 44px;
        font-size: 3rem;
		text-align: left;
    }
	.aboutPage .specialBox .linkList {
		margin: 0;
	}
}
/*------------------------------------------------------------
    company
------------------------------------------------------------*/
.companyPage .pageTitle {
    background-image: url("img/company/main_img.jpg");
}
.companyPage .midTxt {
	padding-top: 55px;
    margin-bottom: 133px;
}
.companyPage .topBox {
	padding: 130px 20px 120px;
	position: relative;
}
.companyPage .topBox:before {
	position: absolute;
	right: 0;
	bottom: -100px;
	height: 670px;
	background: url("img/common/com_bg03.png") no-repeat left top;
	background-size: 1368px auto;
	width: 570px;
	content: "";
}
.companyPage .compareList {
	padding: 0;
	position: relative;
}
.companyPage .compareList:before {
	position: absolute;
	left: auto;
	right: -183px;
	top: -23px;
	width: 110px;
	height: 158px;
	background: url("img/common/add_icon02.png") no-repeat left top;
	background-size: 110px auto; 
	content: "";
}
.companyPage .compareList > li {
    margin-bottom: 37px;
    padding-bottom: 45px;
    text-align: center;
    background-color: #FDF4E8;
}
.companyPage .compareList .wid {
    margin-right: 0;
}
.companyPage .compareList h3 {
    margin-bottom: 10px;
    color: #FFF;
    font-size: 2rem;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.06em;
    background-color: #EA751F;
}
.companyPage .compareList p {
    margin: 0 10px 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    color: #212836;
}
.companyPage .compareList .img {
    margin: 0 10px;
}
.companyPage .compareList .txtList {
    margin: 20px 60px 9px;
    display: flex;
    flex-wrap: wrap;
}
.companyPage .compareList .txtList li {
    margin: 12px 6px 0;
    padding: 3px 13px 5px;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: left;
    color: #362121;
    border-radius: 15px;
    border: 1px solid #362121;
}
.companyPage .compareList .txtList .black {
    color: #212836;
}
.companyPage .faqArea {
    padding: 105px 0 60px;
}
.companyPage .faqArea .headLine01 {
    margin-bottom: 101px;
}
.companyPage .faqArea .headLine03 {
    margin-bottom: 20px;
    padding-bottom: 0;
	background: none;
}
.companyPage .faqArea .faqDl {
	position: relative;
}
.companyPage .faqArea .faqDl:first-of-type:before {
	position: absolute;
	left: -105px;
	top: 100px;
	width: 62px;
	height: 85px;
	background: url("img/common/add_icon01.png") no-repeat left top;
	background-size: 62px auto;
	content: "";
}
@media all and (min-width: 897px) {
    .companyPage .compareList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .companyPage .compareList > li {
        width: calc((100% - 60px)/3);
    }
    .companyPage .compareList .wid01 {
        padding-bottom: 60px;
        width: calc(50% - 16px);
    }
    .companyPage .compareList .wid02 {
        width: 100%;
    }
    .companyPage .compareList .wid01 h3 {
        margin-bottom: 22px;
    }
    .companyPage .compareList .wid01 p {
        margin-bottom: 33px;
    }
}
@media all and (max-width: 896px) {
    .companyPage .pageTitle {
        background-image: url("img/company/sp_main_img.jpg");
    }
	.companyPage .comTopBox {
		padding-bottom: 58px;
	}
	.companyPage .comTopBox:before {
		display: none;
	}
	.companyPage .topBox {
		padding: 20px 0 0;
	}
	.companyPage {
		position: relative;
	}
	.companyPage:before {
		position: absolute;
		right: 0;
		bottom: -100px;
		height: 90px;
		background: url("img/common/sp_com_bg03.png") no-repeat left top;
		background-size: 571px auto;
		width: 125px;
		content: "";
	}
	.companyPage .topBox:before {
		position: absolute;
		right: auto;
		left: 8px;
		bottom: -100px;
		height: 90px;
		background: url("img/common/sp_com_bg03.png") no-repeat left top;
		background-size: 571px auto;
		width: 125px;
		content: "";
	}
    .companyPage .midTxt {
        margin-bottom: 35px;
		padding: 0;
    }
	.companyPage .topBox .content {
		padding: 0 13px;
	}
	.companyPage .compareList:bfore {
		display: none;
	}
    .companyPage .compareList > li {
        margin-bottom: 30px;
    }
    .companyPage .compareList .wid01 {
        padding-bottom: 25px;
    }
    .companyPage .compareList h3 {
        margin-bottom: 17px;
    }
    .companyPage .compareList .wid01 p {
        margin-bottom: 13px;
    }
    .companyPage .compareList .txtList {
        margin: -5px 20px -10px 35px;
    }
    .companyPage .faqArea .headLine01 {
        margin-bottom: 50px;
		text-align: left;
		font-size: 3rem;
    }
    .companyPage .faqArea .headLine03 {
        font-size: 2rem;
    }
    .companyPage .faqArea {
		margin-bottom: 60px;
        padding: 40px 0 13px;
        background-image: none;
    }
}


/* comLinkList */
.comLinkList {
	margin-bottom: 103px;
}
.comLinkList li {
    margin-right: 2.4%;
    width: 23.2%;
}
.comLinkList li:nth-child(4n) {
    margin-right: 0;
}
.comLinkList li a {
    padding: 0 15px;
    display: flex;
    height: 53px;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    align-items: center;
    justify-content: flex-start; 
    box-sizing: border-box;
}
.comLinkList li a:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	background: #EA751F;
	width:100%;
	height: 1px;
	transition:all 0.3s ease-in-out;
    z-index: -1;
}
.comLinkList li a:after {
    margin-top: -3px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 16px;
    height: 9px;
    background: url("img/common/icon05.png") no-repeat right center;
    background-size: 16px auto; 
    content: "";
}
@media all and (min-width: 897px) {
    .comLinkList li a:hover:before {
        height: 100%;
    }
    .comLinkList li a:hover {
        color: #fff;
    }
    .comLinkList li a:hover:after {
        background: url("img/common/icon05_on.png") no-repeat right center;
        background-size: 16px auto; 
    }
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin-bottom: 56px;
		display: block;
	}
	.comLinkList li {
		margin: 0 0 12px;
		width: 100%;
	}
	.comLinkList li:last-child {
		margin-bottom: 0;
	}
}

/* faqDl */
.faqDl {
    margin-bottom: 155px;
    border-bottom: 1px solid #d1cfcf;
}
.faqDl dt {
    padding: 40px 50px 40px 37px;
    position: relative;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: left;
    color: #362121;
    cursor: pointer;
	background: #FFF;
    border-top: 1px solid #d1cfcf;
}
.faqDl dt:before,
.faqDl dt:after {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 24px;
    height: 3px;
    background-color: #362121;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    border-radius: 6px;
}
.faqDl dt:after {
    transform: rotate(90deg);
}
.faqDl dt.on:after {
    transform: rotate(180deg);
    opacity: 0;
}
.faqDl dd {
    padding: 25px 65px 35px;
	color: #362121;
    display: none;
    line-height: 2;
    background: #fff;
    border-top: 1px solid #d1cfcf;
}

@media all and (max-width: 896px) {
    .faqDl {
        margin-bottom: 55px;
    }
    .faqDl dt {
        padding: 20px 50px 20px 15px;
        font-size: 1.4rem;
        line-height: 2.14;
    }
    .faqDl dt:before,
    .faqDl dt:after {
        right: 10px;
        width: 16px;
        height: 2px;
    }
    .faqDl dd {
        padding: 23px 24px;
        line-height: 1.86;
    }
}

@media all and (min-width: 897px) and (max-width: 1200px) {
	.interviewBox .linkList li .hover .infoHover {
		padding-left: 260px;
	}
	.interviewBox .linkList li:nth-child(2n) .hover .infoHover {
		padding: 0 260px 0 0;
	}
    .aboutBox .textBox {
        padding: 0 50px;
    }
    .aboutBox .photoBox {
        width: calc(50% - 70px);
    }
    .messageBox .textBox {
        padding: 0 50px;
    }
    .messageBox .photoBox {
        width: calc(50% - 70px);
    }
    .corporate .textBox {
        padding-left: 40px;
        padding-right: 40px;
    }
    .businessPage .interviewInner .rBox {
        padding-left: 20px;
    }
    .interviewInner .jsBox {
        width: calc(50% - 120px);
    }
    .interviewPage .interviewInner .jsBox {
        width: calc(100% - 205px);
    }
    .interviewPage .interviewInner .rBox {
        padding-left: 60px;
        padding-right: 60px;
    }
    .requirements .inner .textBox {
        padding-left: 30px;
        padding-right: 30px;
        width: calc(50% - 31px);
    }
    .requirements .inner .photoBox {
        width: calc(50% - 70px);
    }
    .fInner .naviUl > li {
        width: 250px;
        margin-left: 25px;
    }
    .contactPage th {
        width: 32%;
        padding-right: 20px;
    }
    .contactPage td {
        padding-left: 20px;
    }
}

@media all and (min-width: 897px) and (max-width: 1500px) {
    .hInner h1 {
        left: 20px;        
    }
    .hInner .link a {
        width: 160px;
    }
	.hInner .link {
		right: 0;
	}
	.hInner .naviUl {
		padding-left: 50px;
	}
    .hInner .naviUl > li {
        margin: 0 1.5vw;
    }
    .hInner .jsBox .sub .rBox {
        padding-left: 30px;
        padding-right: 30px;
    }
    .hInner .jsBox .subUl li {
        width: 45%;
    }
    .hInner h1 {
        width: 24%;
    }
}
.bgimg {
	width:100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bgimg img {
	display: none !important;
}
@media all and (min-width: 1201px) and (max-width: 1400px) {
	.corporate .textBox {
		padding-right: 60px;
		padding-left: 60px;
	}
	.corporate .photoBox {
		width: 50%;
	}
	.interviewInner .jsBox {
		width: 50%;
	}
	.businessPage .interviewInner .textBox {
		padding-left: 20px;
	}
	.businessPage .interviewInner02 .textBox {
		padding: 0 20px 0 0;
	}
	.interviewPage .interviewInner .jsBox {
		width: auto !important;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.greeting .photoBox {
		margin-left: 40px;
	}
	.corporate .photoBox {
		width: 50%;
	}
	.interviewInner h3 {
		font-size: 2.6rem;
	}
	.interviewInner p {
		padding-right: 40px;
	}
	.interviewInner .jsBox {
		width: 46%;
	}
	.aboutPage .linkBox {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	.indexPage .interviewSec .listUl .slick-next {
		right: 0px;
	}
	.indexPage .interviewSec .listUl .slick-prev {
		left: 0px;
	}
	.indexPage .interviewSec .listUl::before {
		right: -20px;
	}
	.companyBox .map::before {
		right: -20px;
	}
	.companyBox .content::after {
		right: 0px;
	}
	.interviewInner02 .rBox .textBox::before {
		left: auto;
		right: -20px;
		bottom: -150px;
	}
	.interviewPage .interviewInner .rBox .textBox {
		margin: 0 20px 0 20px;
	}
	.interviewPage .interviewInner .rBox {
		padding: 0;
	}
	.interviewPage .interviewInner .jsBox {
		padding-right: 20px;
		width: 46%;
	}
	.interviewInner .dlBox::before {
		right: -200px;
	}
	.interviewPage .interviewInner02 .jsBox {
		padding: 0 0 0 20px;
	}
	.interviewPage .interviewInner02 .dlBox::before {
		left: -200px;
	}
	.interviewPage .interviewInner02 .rBox .textBox::before {
		right: -20px;
	}
	.interviewPage .bgBox .interviewInner:last-child .rBox .textBox::before {
		left: -20px;
	}
	.businessPage .interviewInner02 .textBox h3 {
		padding-left: 20px;
	}
	.businessPage .interviewInner02 .rBox {
		padding: 0 20px 0 0;
	}
	.businessPage .interviewInner02 .textBox h4 {
		padding-left: 20px;
	}
	.businessPage .interviewInner02 .textBox p {
		padding-left: 20px;
	}
	.interviewInner02::before {
		width: 295px;
	}
}