@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
Theme Name: NSS MARKETING RECRUITMENT
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #262626;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #262626;
}
a:hover {
	color: #262626;
}
a:active {
	color: #262626;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #262626;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.borderPage {
    background: url("img/common/body_bg.png") repeat left top;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	/* padding-top: 83px; */
    padding-top: 130px;
	text-align: left;
    overflow: hidden;
}
#main {
    margin-bottom: 206px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
    .borderPage {
        background: url("img/common/sp_body_bg.png") repeat left top;
        /* background-size: 14px auto; */
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 50px;
    }
	#container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
    background: #111;
	height: 130px;
}
.topPage #gHeader {
	height: 130px;
    background: #111;
}
#gHeader h1 {
	padding: 34px 0 0 50px;
	float: left;
}
#gHeader .rBox {
    padding: 41px 47px 0 0;
	float: right;
}
#gHeader .rBox .btn {
	float: left;
    margin-right: 18px;
}
#gHeader .rBox .btn a {
	color: #fff;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 215px;
	text-align: center;
	/* background: #d84545; */
    background-image: linear-gradient(45deg, #EA5514, #FF8300);
	letter-spacing: 0.06em;
    border: 2px solid #faf8f8;
    box-sizing: border-box;
    border-radius: 25px;
}
#gHeader .rBox .btn .img {
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: sub;
    position: relative;
}
#gHeader .rBox .btn .img .over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}
#gHeader .menu {
	float: right;
	width: 52px;
	height: 52px;
	display: flex;
    cursor: pointer;
	align-items: center;
	justify-content: center;
    border-radius: 26px;
    position: relative;
    box-sizing: border-box;
}
.menu span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 11px);
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
}
.menu span:nth-of-type(1) {
    top: 15px;
}
.menu span:nth-of-type(2) {
    top: 24px;
}
.menu span:nth-of-type(3) {
    top: 33px;
}
.menu.on span {
    top: 24px !important;
    opacity: 0;
}
.menu.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}
.menu.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    opacity: 1;
}
.menuBox {
    display: none;
    position: fixed;
    right: 0;
    top: 130px;
    width: 60%;
    background: rgb(17 17 17 / .9);
    z-index: 1000;
    height: calc(100% - 136px);
    overflow-y: auto;
    box-sizing: border-box;
}
.menuBox .naviUl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    padding: 20px 50px 50px 60px;
}
.menuBox .naviUl li {
    width: 45%;
}
.menuBox .naviUl li p {
    font-size: 2.0rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin-top: 20px;
}
.menuBox .naviUl li a {
    width: 100%;
    padding: 16px 30px 10px 0;
    position: relative;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06em;
}
.menuBox .naviUl .subUl2 li a {
    position: relative;
}
.menuBox .naviUl > li:first-child > a {
    border-top: none;
}
.menuBox .subUl2 {
    margin: 0 4px 20px 16px;
    /* width: initial; */
}
.menuBox .subUl2 li {
    margin-bottom: 12px;
    width: initial;
    width: 94%;
}
.menuBox .subUl2 li a {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}

.menuBox .naviUl li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05_02.png") no-repeat left top;
    background-size: 21px 11px; 
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.menuBox .naviUl .blank a:before {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("img/common/icon13.png") no-repeat left top;
    background-size: 17px 17px; 
    content: "";
}

/* .menuBox .naviUl .jobtagbox {
	font-size: 1.4rem;
	margin: 5px 0 10px;
}
.menuBox .naviUl .jobtagbox span {
	background: #fff;
	color: #111;
	padding: 3px 10px;
} */
	
@media all and (min-width: 897px) {
    #gHeader .menu:hover {
        background: #fff;
    }
    #gHeader .menu:hover span {
        background-color: #262626;
    }
    #gHeader .rBox .btn .img img {
        transition: .3s;
    }
    #gHeader .rBox .btn a:hover {
        background-color: #fff;
        /* border-color: #EA5514; */
        background-image: none;
        color: #EA5514;
        border: 2px solid #EA5514;
    }
    #gHeader .rBox .btn a:hover .img img {
        opacity: 0;
    }
    #gHeader .rBox .btn a:hover .img .over {
        opacity: 1;
    }
    .menuBox .naviUl li a:hover:before {
        right: -15px;
    }
	#gHeader.on {
		height: 90px;
		background: #111;
	}
	#gHeader.on h1 {
		padding: 24px 0 0 50px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on h1 img {
		transition: .3s;
		-webkit-transition: .3s;
		width: 228px;
	}
	#gHeader.on .rBox {
		padding-top: 24px;
		transition: .3s;
		-webkit-transition: .3s;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
	}
	#gHeader.on {
		/* background: #fff; */
	}
	.topPage #gHeader {
		height: 60px;
	}
    body.fixed #gHeader {
        border-bottom: none;
    }
    body.fixed #gHeader:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        box-sizing: border-box;
        border-bottom: none;
    }
    #gHeader h1 {
        padding: 16px 0 0 24px;
        float: left;
    }
    #gHeader .rBox {
        padding: 18px 18px 0 0;
        float: right;
    }
    #gHeader .rBox .btn {
        float: left;
        margin-right: 8px;
    }
    #gHeader .rBox .btn a {
        height: 30px;
        width: 127px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }
    #gHeader .rBox .btn .img {
        margin: 6px 6px 0 0;
    }
    #gHeader .rBox .btn a:hover .img .over {
        opacity: 0 !important;
    }
    #gHeader .menu {
        float: right;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu span {
        left: calc(50% - 7px);
        width: 15px;
    }
    .menu span:nth-of-type(1) {
        top: 7px;
    }
    .menu span:nth-of-type(2) {
        top: 12px;
    }
    .menu span:nth-of-type(3) {
        top: 17px;
    }
    .menu.on span {
        top: 12px !important;
    }
    .menuBox {
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
}
@media all and (max-width: 480px) {
    .menuBox .naviUl {
        display: block;
    }
    .menuBox .naviUl li {
        width: 100%;
    }
    .menuBox .subUl2 {
        margin: 0 30px 20px 16px;
    }
}
@media all and (max-width: 374px) {
    #gHeader h1 {
        padding-left: 7px;
    }
    #gHeader .rBox {
        padding-right: 7px;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
    padding: 0 20px;
	margin: 0 auto 120px;
}
#pagePath li {
	margin-right: 10px;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 30px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; 
}

#pagePath li:last-child a {
	background: none;
}

#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 0 24px;
    }
    #pagePath li {
        margin-right: 9px;
    }
    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto; 
    }
    #pagePath li img {
        margin: -3px 0 0;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter  {
    padding: 39px 100px;
    border-top: 1px solid #efeded;
    background: url("img/common/footer_bg.png") no-repeat;
    background-size: cover;
}
#gFooter .fLogo {
    text-align: center;
    /* margin: 0 auto 60px; */
    max-height: 200px;
    display: block;
}
.fInner {
    max-width: 1340px;
    margin: 0 auto;
    /* padding: 0 20px; */
}
.fInner .rBox {
    /* flex: 1; */
    padding: 10px 24px;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fInner .rBox a {
    /* color: #111; */
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.fInner .rBox a[target="_blank"] {
    padding-right: 22px;
    background: url("img/common/icon15.png") no-repeat right center;
    background-size: 17px auto;
}
/* .fInner .rBox a:hover {
    opacity: 0.7;
} */
.fInner .naviUl {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-right: -40px; */
}
.fInner .naviUl > li {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.fInner .naviUl > li p {
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-family: "Barlow Semi Condensed", sans-serif;
    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: 8px;
    padding-left: 16px;
    font-size: 1.4rem;
    position: relative;
    letter-spacing: 0.06em;
}
.fInner .naviUl > li .subUl li:before {
	width: 10px;  
	height: 2px;
    background: #111;
	position: absolute;  
	top: 40%;
	left: 0;
	content: ""; 
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}
.pageTop {
    position: fixed;
    right: 49px;
    bottom: 30px;
    z-index: 500;
	width: 80px;
}
.pageTop .inner {
    position: relative;
}
.pageTop .inner::after {
    position: absolute;
    content: "";
	width: 80px;
    height: 80px;
    background: url("img/common/page_top_star.png") no-repeat center center;
    background-size: contain;
    top: 0;
    left: 0;
    animation: rotateAnimation 20s linear infinite;
}
.pageTop a:hover {
    opacity: 0.7;
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg); /* 開始位置 */
    }
    100% {
        transform: rotate(-360deg); /* 反時計回りに360度回転 */
    }
}

@media all and (max-width: 896px) {
    #gFooter  {
        padding: 35px 0;
    }  
    #gFooter address {
        padding-right: 36px;
        font-size: 1.2rem;
        text-align: center;
    }
    .pageTop {
		display: none;
        right: 25px;
        bottom: 27px;
		width: 44px;
    }
    .pageTop img {
        width: 44px;
    }
}
@media all and (max-width: 604px) {
    #gFooter .fLogo {
        margin: 0 auto 60px;
        width: 280px;
    }
    .fInner .naviUl {
        display: block;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 20px;
}
@media all and (max-width: 896px) {
    .content {
        max-width: inherit;
        padding: 0 24px;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 26px;
	padding: 93px 0 63px;
	text-align: center;
	border-bottom: 1px solid #D1CFCF;
}
.pageTitle .headLine01 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 5.4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 13px;
        padding: 18px 0 30px;
    }
    .pageTitle .headLine01 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }
    .pageTitle .headLine01 .jp {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}    
/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/

.comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 490px;
    background: url("img/recruitnew/com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
}
.comVisual .headLine05 {
    font-size: 10rem;
    letter-spacing: 0.06em;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 13px;
        height: 200px;
        background: url("img/recruit/sp_com_visual_bg.jpg") no-repeat center center;
        background-size: cover;
    }
    .comVisual .headLine05 {
        font-size: 2rem;
    }
}

.comVisual:has(video) {
	height: auto;
	display: block;
	background: none;
  width: 100%;
}
.comVisual:has(video) video {
    width: 100%;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 75px;
    padding-bottom: 40px;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.headLine02:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #111;
    content: "";
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 50px;
        padding-bottom: 23px;
        font-size: 2.4rem;
        text-align: center;
    }
    .headLine02:before {
        margin-left: -16px;
        left: 50%;
        bottom: 0;
        width: 32px;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 20px;
    padding-bottom: 26px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #333;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 10px;
        padding-bottom: 13px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
	margin-bottom: 58px;
}

.ttl_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.h2_sub {
    color: #111;
    font-size: 4rem;
    font-weight: bold;
}

.headLine04 {
    position: relative;
    color: #111;
    /* font-size: 14rem; */
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    /* letter-spacing: 0.1em;     */
}
.headLine04 .Ltxt {
    font-size: 8rem;
    color: #EA5514;
}
.headLine04 .Stxt {
    font-size: 3.6rem;
    color: #fff;
}

.comTtlBox .title {
	padding: 23px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.9;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
    .comTtlBox {
        display: block;
        margin-bottom: 44px;
    }
    .headLine04 {
        font-size: 2.6rem;
    }
    .headLine04 .Ltxt {
        font-size: 3.6rem;
        color: #EA5514;
    }
    .headLine04 .Stxt {
        font-size: 1.8rem;
        color: #fff;
    }

    .comTtlBox .title {
        width: 100%;
        padding: 16px 0 0 0;
        font-size: 1.4rem;
        line-height: 2.2;
    }
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
    margin-bottom: 20px;
    font-size: 3rem;
    color: #262626;
    text-align: center;
    letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
    .headLine06 {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
    margin-bottom: 60px;  
    font-size: 6.4rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0;
}
.headLine07 .info {
    color: #111;
    font-size: 1.6rem;
    display: block;
    position: relative;
    letter-spacing: 0.06em;
}

@media all and (max-width: 896px) {
    .headLine07 {
        margin: 0 30px 25px 0x;
        font-size: 2.4rem;
    }
    .headLine07 .info {
        /* padding: 7px 56px 6px 22px; */
        display: block;
    }
    .headLine07 .info:before {
        display: none;
    }
}
/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
    padding: 150px 0 80px;
    position: relative;
}
.comCompany .comTtlBox {
    margin-bottom: 76px;
}
.comCompany .textBox {
    position: relative;
    width: 40%;
    float: left;
    color: #262626;
    box-sizing: border-box;
}
.comCompany .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.comCompany .textBox th,
.comCompany .textBox td {
    padding: 15px 0;
	text-align: left;
	vertical-align: middle;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.comCompany .textBox th {
    color: #00478f;
    width: 42.5%;
    font-weight: 700;
}
.comCompany .mapBox {
    padding-top: 20px;
    width: 54%;
    float: right;
}
.comCompany .mapBox iframe {
	/* height: 290px; */
	width: 100%;
    background: #111;
	vertical-align: top;
    border-radius: 20px;
    aspect-ratio: 3 / 2;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
    .comCompany .headLine04 {
        font-size: 5rem;
    }
}
@media all and (max-width: 896px) {
    .comCompany {
        padding: 95px 0 0;
        position: relative;
    }
    .comCompany .content {
        padding: 0 20px;
        position: relative;
    }
    .comCompany .headLine04 {
        margin: 0 -10px 0 0;
        letter-spacing: 0.06em;
    }
    .comCompany .comTtlBox {
        margin-bottom: 20px;
    }
    .comCompany .textBox {
        padding: 0;
        position: relative;
        width: 100%;
        float: none;
    }
    .comCompany .textBox th,
    .comCompany .textBox td {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 16px;
        letter-spacing: 0.06em;
    }
    .comCompany .textBox th {
        padding: 18px 0 7px;
        width: 100%;
        border-bottom: none;
    }
    .comCompany .mapBox {
        margin: 72px -24px 0;
        width: auto;
        float: none;
    }
	.comCompany .mapBox iframe {
		height: 180px;
	}
}
@media all and (max-width: 374px) {
    .comCompany .headLine04 {
        font-size: 2.2rem;
    }
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 293px;
    background: url("img/common/com_box_bg.jpg") no-repeat center center;
    background-size: cover;
}
@media all and (max-width: 896px) {
    .comBox {
        height: 182px;
        background: url("img/common/sp_com_box_bg.jpg") no-repeat center center;
        background-size: cover;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
    color: #fff;
    width: 514px;
    height: 100px;
    font-size: 2.4rem;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	position: relative;
    border: 3px solid #fff;
	letter-spacing: 0.08em;
    border-radius: 100px;
    /* background: #EA5514; */
    background-image: linear-gradient(45deg, rgb(234 85 20 / .6), rgb(255 131 0 / .6));
    letter-spacing: 0.06em;
}
.comLink a:before {
	margin-top: -23px;
	position: absolute;
	right: 32px;
	top: 50%;
	width: 47px;
	height: 46px;
	background: url("img/common/icon02.png") no-repeat right center;
	background-size: 47px auto;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
    .comLink a:hover {
        color: #EA5514;
        border-color: #EA5514;
        background: #fff;
    }
	.comLink a:hover:before {
        background: url("img/common/icon02_over.png") no-repeat right center;
        background-size: 47px auto;
	}
}
@media all and (max-width: 896px) {
    .comLink a {
        width: 260px;
        height: 50px;
        font-size: 1.6rem;
    }
    .comLink a:before {
        right: 15px;
        background: url("img/common/sp_icon06.png") no-repeat right center;
        background-size: 24px auto;
    }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    margin: 0 auto 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comImgBox .photoBox {
    width: 30%;
}
.comImgBox .photoBox .infoPho {
    display: block;
    border-radius: 0 20px 0 0;
}
.comImgBox .photoBox .nameSpan {
    margin-top: 10px;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.comImgBox .photoBox .nameSpan .small {
    margin-right: 25px;
    font-size: 2rem;
	font-weight: 500;
	display: block;
}
.comImgBox .textBox {
	padding-bottom: 50px;
    width: 63%;
}
.comImgBox .textBox .subBox + .subBox {
	margin-top: 30px;
}
.comImgBox .textBox h4 {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #EA5514;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
}
.comImgBox .textBox p {
    line-height: 2.3;
    letter-spacing: 0.06em;
	text-align: justify;
	text-justify:inter-ideograph;
    background: rgb(38 38 38 / .1);
    border-radius: 60px;
    padding: 20px 30px;
}
.comImgBox01 {
    flex-direction: row-reverse;
}
.comImgBox01 .photoBox .nameSpan {
    text-align: left;
}
.comImgBox:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .comImgBox {
        max-width: inherit;
        margin: 0 0 80px;
        display: block;
    }
    .comImgBox .photoBox {
        width: 100%;
    }
    .comImgBox .photoBox img {
        width: 100%;
    }
    .comImgBox .photoBox .nameSpan {
        margin-top: 12px;
        font-size: 1.6rem;
    }
    .comImgBox .photoBox .nameSpan .small {
        margin-right: 20px;
        font-size: 1.4rem;
    }
    .comImgBox .textBox {
        width: 100%;
		padding: 0;
        margin-top: 20px;
    }
    .comImgBox .textBox h4 {
        margin-bottom: 18px;
        font-size: 1.6rem;
    }
    .comImgBox .textBox p {
        line-height: 2.1;
    }
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
    margin-bottom: 148px;
	display: flex;
	justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.comInner01 {
    position: relative;
    flex-direction: row;
}
.comInner .photoBox {
	width: 40%;
}
.comInner .textBox {
    /* padding-right: 80px; */
	width: 56%;
    box-sizing: border-box;
}
.comInner .photoBox img {
	width: 100%;
    /* border-radius: 20px; */
}
.comInner .textBox .headLine04 {
    /* margin-bottom: 30px; */
}
.comInner .textBox p {
    line-height: 2;
}
.comInner01 .textBox {
    padding: 0 0 0 100px;
}

@media all and (min-width: 897px) and (max-width: 1400px) {
    .comInner .textBox {
        padding-right: 0;
    }
    .comInner .textBox .headLine04 {
        font-size: 5rem;
    }
    .comInner01 .textBox {
        padding-left: 0;
    }
}
@media all and (max-width: 896px) {
    .comInner {
        margin-bottom: 106px;
        display: block;
    }
    .comInner01 {
        margin-bottom: 0;
    }
    .comInner .photoBox {
        width: 100%;
    }
    .comInner .textBox {
        padding-right: 0;
        margin-bottom: 40px;
        width: 100%;
        box-sizing: border-box;
    }
    .comInner .textBox .headLine04 {
        /* margin-bottom: 30px; */
    }
    .comInner .textBox p {
        line-height: 2.05;
        letter-spacing: 0.06em;
    }
    .comInner01 .textBox {
        padding: 0;
    }
    .comInner01:before {
        display: none;
    }
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
    color: #111;
    width: 350px;
    height: 68px;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
    /* font-weight: 400; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
	position: relative;
    border: 2px solid #00478F;
	letter-spacing: 0.08em;
    border-radius: 100px;
    background: #fff;
}
.comMore a:before {
	margin-top: -16px;
	position: absolute;
	right: 23px;
	top: 50%;
	width: 32px;
	height: 32px;
	background: url("img/common/icon19.png") no-repeat right center;
	background-size: 32px auto;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
    .comMore a:hover {
        color: #EA5514;
        border-color: #EA5514;
        background: #fff;
        border: 2px solid;
    }
	.comMore a:hover:before {
        background: url("img/common/icon19_over.png") no-repeat right center;
        background-size: 32px auto;
	}
}
@media all and (max-width: 896px) {
     .comMor {
         text-align: center;
    }
    .comMore a {
        width: auto;
        max-width: 260px;
        width: 100%;
        height: 50px;
        font-size: 1.6rem;
    }
    .comMore a:before {
        margin-top: -12px;
        right: 14px;
        width: 24px;
        height: 24px;
        background: url("img/common/sp_icon11.png") no-repeat left top;
        background-size: 24px auto;
    }
}
/*------------------------------------------------------------
	comIcon
------------------------------------------------------------*/
.comIcon {
    position: relative;
}

@media all and (max-width: 896px) {
    .comIcon:before {
        left: -13px;
        top: -13px;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon07.png") no-repeat left top;
        background-size: 65px auto;
    }
    .comIcon:after {
        right: -13px;
        bottom: -13px;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon08.png") no-repeat left top;
        background-size: 65px auto;
    }
    .comIcon01:before {
        left: -13px;
        top: -13px;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon07.png") no-repeat left top;
        background-size: 65px auto;
    }
    .comIcon01:after {
        right: -13px;
        bottom: -13px;
        top: auto;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon08.png") no-repeat left top;
        background-size: 65px auto;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
    margin-bottom: -207px;
	/* margin-top: 140px; */
}
.indexPage .mainVisual .mainImg {
	width: 100%;
}
.indexPage .mainVisual .mainImg video {
	width: 100%;
}
.indexPage .mainVisual .txtInner {
	margin: -50px auto 0;
    padding: 0 20px;
    position: relative;
    max-width: 1367px;
    text-align: center;
}
.mainImg {
	min-height: 320px;
	display: flex;
	justify-content: center;
	/* height: calc(100vh - 150px); */
	color: #EA5514;
	/* background: rgba(255, 255, 255, .5); */
	position: relative;
	padding: 0 0 90px;
}
.mainImgBox {
/* width: calc(100% - 10% - 50px); */
width: 100%;
min-width: calc(100% - 20px);
}
.mainImgBox .naviUl {
width: 100%;
display: flex;
justify-content: space-between;
position: relative;
padding: 0;
}
.mainImg .mainFlexBox {
	display: flex;
	justify-content: space-between;
}
/* Kv画像の部分 */
.mainImg .bg {
width: 50%;
height: 700px;
/* margin: 0 auto; */
/* box-shadow: 4px 4px 6px rgba(102, 94, 75, 0.5); */
/* position: relative;
z-index: 2; */
}
.mainImg .top_mainUl {
width: 100%;
height: 100%;
overflow: hidden;
will-change: transform;
}
.mainImg .top_mainUl img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-mask-image: -webkit-radial-gradient(white, black);
will-change: transform;
object-fit: cover;
}
.top_mainUl div {
width: 100%;
height: 100%;
overflow: hidden;
}
/* Kvテキストの部分 */
.mainImgBox .inner {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainImgBox .inner {
  transform: translateX(-100%);
  opacity: 0;
  transition: all 1s ease-out;
}

.mainImgBox .inner.slideIn {
  transform: translateX(0%);
  opacity: 1;
}

.mainImgBox .inner h2 {
	font-size: 3rem;
}
.mainImgBox .inner h2 .txtLarge {
	font-size: 16rem;
	line-height: 1.0;
	display: block;
	text-align: center;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.mainImgBox .inner h2 .txtSpan {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
	display: block;
	text-align: center;
    background: #EA5514;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 25%;
}
.indexPage .mainVisual .txtInner .infoTxtBox {
    padding: 0 20px;
	/* background: #EA5514; */
    /* border-radius: 0 40px 0 40px; */
    margin-top: -10%;
}
/* .indexPage .mainVisual .txtInner .ttl {
    color: #fff;
    font-size: 6rem;
    letter-spacing: 0.06em;
    line-height: 1.89;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
} */

/* テキストスライダー */
.indexPage .sliderSec01 {
    position: relative;
	padding: 60px 0 60px;
}
.indexPage .sliderSec01 .ulBox {
    /* max-width: 1200px; */
    margin: 0 auto;
}
.indexPage .sliderSec01 .listUl {
    padding: 0;
    position: relative;
    z-index: 2;
}
.indexPage .sliderSec01 .listUl li {
	/* float: left; */
}
.indexPage .sliderSec01 .listUl li .infoPho {
    display: block;
    position: relative;
	overflow: hidden;
}
.indexPage .sliderSec01 .listUl .slick-slide > div {
    /* width: 336px; */
    padding: 0;
}
.indexPage .sliderSec01 .listUl li a {
	display: block;
	position: relative;
}
.indexPage .sliderSec01 .listUl li .pho {
	display: block;
}
.indexPage .sliderSec01 .listUl li .pho img {
    width: 100%;
    object-fit: cover;
}

.indexPage .aboutSec {
	/* margin-bottom: 250px; */
    position: relative;
    background: #111;
    padding: 60px 0;
}
.indexPage .aboutSec .content {
    max-width: 1380px;
}
.indexPage .aboutSec .content .comInner .textBox p {
    color: #fff;
}

/* 初期状態 */
.textBox,
.photoBox {
  opacity: 0;
  transition: all 1s ease;
}
/* textBox は右から */
.textBox {
  transform: translateX(100px);
}
/* photoBox は左から */
.photoBox {
  transform: translateX(-100px);
}
/* スライドイン時 */
.textBox.slideIn,
.photoBox.slideIn {
  transform: translateX(0);
  opacity: 1;
}

/* About us */
.indexPage .aboutusSec {
    position: relative;
	padding: 120px 0 120px;
}

/* 初期状態：左にずらす */
.indexPage .aboutusSec .ttl_flex {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease;
}
/* スライドイン時 */
.indexPage .aboutusSec .ttl_flex.slideInLeft {
  transform: translateX(0);
  opacity: 1;
}

.indexPage .aboutusSec .headLine04 {
    font-size: 14rem;
    margin-right: 30px;
}
.indexPage .aboutusSec .ulBox {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.indexPage .aboutusSec .listUl {
    width: 33%;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.indexPage .aboutusSec .listUl:nth-child(1) {
    margin-top: 50px;
}
.indexPage .aboutusSec .listUl:nth-child(3) {
    margin-top: -50px;
}
.indexPage .aboutusSec .listUl li {
	/* float: left; */
}
.indexPage .aboutusSec .listUl li .infoPho {
    display: block;
    position: relative;
	overflow: hidden;
}
.indexPage .aboutusSec .listUl .slick-slide > div {
    width: 336px;
    padding: 0 27px;
}
.indexPage .aboutusSec .listUl li a {
	display: block;
	position: relative;
}
.indexPage .aboutusSec .listUl li .pho {
	display: block;
}
.indexPage .aboutusSec .listUl li .pho img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.indexPage .aboutusSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 65px 30px 50px;
    width: 100%;
    height: 350px;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
	background: rgba(33, 40, 54, 0.6); 
    line-height: 2.25;
    box-sizing: border-box;
    letter-spacing: 0;
    text-align: justify;
	opacity: 0;
    border-radius: 20px;
	transition:all 0.6s ease;
}
.indexPage .aboutusSec .listUl li .txtBox {
    display: block;
    color: #EA5514;
    position: relative;
	font-size: 6.4rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
	letter-spacing: 0.06em;
	z-index: 10;
	box-sizing: border-box;
    margin-top: 20px;
}
.indexPage .aboutusSec .listUl li .txtBox .name {
    padding: 4px 24px;
	display: inline-block;
    color: #fff;
	font-size: 1.6rem;
	/* font-weight: 700; */
    background: #EA5514;
    -webkit-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(-88%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px 0 20px 0; 
}
.indexPage .aboutusSec .listUl li .txtBox .smallTxt {
    color: #EA5514;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    z-index: 1;
}
.indexPage .aboutusSec .listUl li .txtBox .info {
    display: block;
}
.indexPage .aboutusSec .infoBox {
    position: relative;
}

/* イントロダクションムービー */
.indexPage .movieSec {
    position: relative;
	padding: 120px 0 120px;
    background: #111;
}
.indexPage .movieSec .headLine04 {
    font-size: 12rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
.indexPage .movieSec .h2_sub {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 60px;
}
.indexPage .movieSec .mainVisual .mainImg {
	width: 100%;
}
.indexPage .movieSec .mainVisual .mainImg video {
	width: 100%;
}

.movieSec .mainImg {
	min-height: 320px;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0 0 90px;
}

/* Voice */
.indexPage .interviewSec {
    position: relative;
	padding: 137px 0 228px;
}
.indexPage .interviewSec .content {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}
.indexPage .interviewSec .headLine04 {
    font-size: 14rem;
    line-height: 1.2;
}

.indexPage .interviewSec .comTtlBox {
    width: 36%;
    padding: 0 0 0 60px;
}
.indexPage .interviewSec .sliderSec {
    width: 64%;
}

.indexPage .interviewSec:before {
	display: none;
    position: absolute;
    left: 90px;
    top: 226px;
    background: url("img/index/bg05.png") no-repeat left top;
    background-size: 167px auto; 
    width: 167px;
    height: 366px;
    content: "";
}
.indexPage .interviewSec:after {
	display: none;
    position: absolute;
    right: 90px;
    top: 226px;
    background: url("img/index/bg06.png") no-repeat left top;
    background-size: 163px auto; 
    width: 163px;
    height: 302px;
    content: "";
}
.indexPage .interviewSec .ulBox {
    max-width: 1200px;
    margin: 0 auto;
}
.indexPage .interviewSec .listUl {
    padding: 0;
    position: relative;
    z-index: 2;
}
.indexPage .interviewSec .listUl li {
	/* float: left; */
}
.indexPage .interviewSec .listUl li .infoPho {
    display: block;
    position: relative;
	overflow: hidden;
}
.indexPage .interviewSec .listUl .slick-slide > div {
    width: 300px;
    /* padding: 0 27px; */
}
.indexPage .interviewSec .listUl li a {
	display: block;
	position: relative;
}
.indexPage .interviewSec .listUl li .pho {
	display: block;
}
.indexPage .interviewSec .listUl li .pho img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.indexPage .interviewSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 65px 30px 50px;
    width: 100%;
    height: 600px;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
	background: rgba(33,40,54,0.25); 
    line-height: 2.25;
    box-sizing: border-box;
    letter-spacing: 0;
    text-align: justify;
	opacity: 0;
	transition:all 0.6s ease;
}
.indexPage .interviewSec .listUl li .txtBox {
    margin: -88px 0 0 0;
    display: block;
    color: #211B1B;
    /* position: relative; */
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	z-index: 10;
	box-sizing: border-box;
}
.indexPage .interviewSec .listUl li .txtBox .name {
    /* padding: 4px 24px; */
	display: inline-block;
    color: #fff;
	font-size: 4rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    background: #EA5514;
    position: absolute;
    top: 0;
    /* right: 0; */
}
.indexPage .interviewSec .listUl li .txtBox .smallTxt {
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    font-size: 1.8rem;
    width: 100%;
    background: #EA5514;
    background: linear-gradient(90deg,rgba(234, 85, 20, 1) 0%, rgba(234, 85, 20, 0.8) 50%, rgba(234, 85, 20, 0) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
}
.indexPage .interviewSec .listUl li .txtBox .info {
    display: block;
}
.indexPage .interviewSec .listUl .slick-dots {
    margin-top: 25px;
    text-align: center;
}
.indexPage .interviewSec .listUl .slick-dots li {
    float: none;
	margin: 0 17px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background-color: #ccc;
}
.indexPage .interviewSec .listUl .slick-dots li button {
	display: none;
}
.indexPage .interviewSec .listUl .slick-dots li.slick-active {
	background-color: #EA5514;
	transform-origin: center;
}
.indexPage .interviewSec .listUl .slick-prev,
.indexPage .interviewSec .listUl .slick-next {
    margin-top: -60px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 47px;
    height: 46px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.indexPage .interviewSec .listUl .slick-prev {
	left: -49px;
	background: url("img/common/prev.png") no-repeat;
	background-size: 47px 46px;
	z-index: 10;
}
.indexPage .interviewSec .listUl .slick-next {
	right: -49px;
	background: url("img/common/next.png") no-repeat;
	background-size: 47px 46px;
	z-index: 10;
}
.indexPage .interviewSec .sliderSec {
    position: relative;
}
.indexPage .interviewSec .infoBox {
    position: relative;
}

/* Service */
.indexPage .serviceSec {
    position: relative;
	padding: 60px 0 120px;
    background: #EA5514;
}
.indexPage .serviceSec .content {
    padding: 0 20px;
    display: flex;
}
.indexPage .serviceSec .headLine04 {
    font-size: 14rem;
    line-height: 1.2;
    color: #fff;
}
.indexPage .serviceSec .comTtlBox .h2_sub {
    color: #fff;
}
.indexPage .serviceSec .comTtlBox {
    width: 36%;
    padding: 0 60px 0 0;
}
.indexPage .serviceSec .sliderSec {
    width: 64%;
}

.indexPage .serviceSec .ulBox {
    max-width: 1200px;
    margin: 0 auto;
}
.indexPage .serviceSec .listUl {
    padding: 0;
    position: relative;
    z-index: 2;
}
.indexPage .serviceSec .listUl li {
	/* float: left; */
}
.indexPage .serviceSec .listUl li .infoPho {
    display: block;
    position: relative;
	overflow: hidden;
}
.indexPage .serviceSec .listUl .slick-slide > div {
    width: 300px;
    /* padding: 0 27px; */
}
.indexPage .serviceSec .listUl li a {
	display: block;
	position: relative;
}
.indexPage .serviceSec .listUl li .pho {
	display: block;
}
.indexPage .serviceSec .listUl li .pho img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.indexPage .serviceSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 65px 30px 50px;
    width: 100%;
    height: 600px;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
	background: rgba(33,40,54,0.25); 
    line-height: 2.25;
    box-sizing: border-box;
    letter-spacing: 0;
    text-align: justify;
	opacity: 0;
	transition:all 0.6s ease;
}
.indexPage .serviceSec .listUl li:hover .hover {
    opacity: 1;
}
.indexPage .serviceSec .listUl li .txtBox {
    margin: -88px 0 0 0;
    display: block;
    color: #211B1B;
    /* position: relative; */
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	z-index: 10;
	box-sizing: border-box;
}
.indexPage .serviceSec .listUl li .txtBox .name {
    /* padding: 4px 24px; */
	display: inline-block;
    color: #111;
	font-size: 4rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 30px;
    left: 30px;
}
.indexPage .serviceSec .listUl li .txtBox .smallTxt {
    color: #fff;
    padding: 0;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: 30px;
}
.indexPage .serviceSec .listUl li .txtBox .info {
    display: block;
}
.indexPage .serviceSec .listUl .slick-dots {
    margin-top: 25px;
    text-align: center;
}
.indexPage .serviceSec .listUl .slick-dots li {
    float: none;
	margin: 0 17px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background-color: #fff;
}
.indexPage .serviceSec .listUl .slick-dots li button {
	display: none;
}
.indexPage .serviceSec .listUl .slick-dots li.slick-active {
	background-color: #FF8300;
/*	-webkit-transform: scale(2);
	transform: scale(2);
*/	transform-origin: center;
}
.indexPage .serviceSec .listUl .slick-prev,
.indexPage .serviceSec .listUl .slick-next {
    margin-top: -60px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 47px;
    height: 46px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.indexPage .serviceSec .listUl .slick-prev {
	left: -49px;
	background: url("img/common/prev.png") no-repeat;
	background-size: 47px 46px;
	z-index: 10;
}
.indexPage .serviceSec .listUl .slick-next {
	right: -49px;
	background: url("img/common/next.png") no-repeat;
	background-size: 47px 46px;
	z-index: 10;
}
.indexPage .serviceSec .sliderSec {
    position: relative;
}
.indexPage .serviceSec .infoBox {
    position: relative;
}

/* News */
.indexPage .newsSec {
    position: relative;
	padding: 137px 0 228px;
}
.indexPage .newsSec .content {
    padding: 0;
}
.indexPage .newsSec .headLine04 {
    font-size: 14rem;
    line-height: 1.2;
    margin-right: 30px;
}

.indexPage .newsSec .comTtlBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 60px;
}
/* 初期状態：左にずれて非表示 */
.indexPage .newsSec .comTtlBox {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease;
}

/* スライドイン時 */
.indexPage .newsSec .comTtlBox.slideInLeft {
  transform: translateX(0);
  opacity: 1;
}


.indexPage .newsSec .ulBox {
    max-width: 1350px;
    margin: 0 auto;
}
.indexPage .newsSec .listUl {
    padding: 0;
    position: relative;
    z-index: 2;
}
.indexPage .newsSec .listUl li {
	/* float: left; */
}
.indexPage .newsSec .listUl li .infoPho {
    display: block;
    position: relative;
	overflow: hidden;
}
.indexPage .newsSec .listUl .slick-slide > div {
    /* width: 390px; */
    /* padding: 0 27px; */
    margin: 0 10px;
}
.indexPage .newsSec .listUl li a {
	display: block;
	position: relative;
}
.indexPage .newsSec .listUl li .pho {
	display: block;
}
.indexPage .newsSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 65px 30px 50px;
    width: 100%;
    height: 430px;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
	background: rgba(33,40,54,0.25); 
    line-height: 2.25;
    box-sizing: border-box;
    letter-spacing: 0;
    text-align: justify;
	opacity: 0;
	transition:all 0.6s ease;
}
.indexPage .newsSec .listUl li .txtBox {
    display: block;
    color: #211B1B;
    /* position: relative; */
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	z-index: 10;
	box-sizing: border-box;
    padding: 30px 20px;
    width: 390px;
    height: 300px;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.indexPage .newsSec .listUl li .txtBox h4 {
    font-size: 2.4rem;
    color: #fff;
    background: rgb(234 85 20 / .6);
    padding: 0 10px;
    margin-bottom: 60px;   
}
.indexPage .newsSec .listUl li .txtBox .date {
    font-size: 1.6rem;
    color: #777;
    margin-bottom: 20px;
}
.indexPage .newsSec .listUl li .txtBox .contxt {

}
.indexPage .newsSec .listUl li .txtBox .contxt p {
    white-space: normal;       /* 自動改行を有効にする */
    word-wrap: break-word;     /* 長すぎる単語を途中で改行 */
    overflow-wrap: break-word; /* より新しいCSS用法（上とほぼ同じ） */    
}
.indexPage .newsSec .listUl .slick-dots {
    margin-top: 25px;
    text-align: center;
}
.indexPage .newsSec .listUl .slick-dots li {
    float: none;
	margin: 0 17px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background-color: #ccc;
}
.indexPage .newsSec .listUl .slick-dots li button {
	display: none;
}
.indexPage .newsSec .listUl .slick-dots li.slick-active {
	background-color: #EA5514;
    transform-origin: center;
}
.indexPage .newsSec .listUl .slick-prev,
.indexPage .newsSec .listUl .slick-next {
    margin-top: -60px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 47px;
    height: 46px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.indexPage .newsSec .listUl .slick-prev {
	left: -49px;
	background: url("img/common/prev.png") no-repeat;
	background-size: 47px 46px;
	z-index: 10;
}
.indexPage .newsSec .listUl .slick-next {
	right: -49px;
	background: url("img/common/next.png") no-repeat;
	background-size: 47px 46px;
	z-index: 10;
}
.indexPage .newsSec .sliderSec {
    position: relative;
}
.indexPage .newsSec .infoBox {
    position: relative;
}

/* Recruit */
.indexPage .recruitSec {
    position: relative;
	padding: 60px 0 60px;
}
.indexPage .recruitSec .content {
    padding: 0;
}
.indexPage .recruitSec .RecruitLink {
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.indexPage .recruitSec .RecruitLink:nth-child(1) {
    background: url("img/common/recbtn_bg3.png") no-repeat;
}
.indexPage .recruitSec .RecruitLink:nth-child(2) {
    background: url("img/common/recbtn_bg1.jpg") no-repeat;
}
.indexPage .recruitSec .RecruitLink .txtBox {
    width: 60%;
}
.indexPage .recruitSec .RecruitLink .rightBox {
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 20px;
}
.indexPage .recruitSec .RecruitLink .txtBox .btntxt1 {
    font-size: 12rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    padding: 0 20px;
}
.indexPage .recruitSec .RecruitLink .txtBox .btntxt2S {
    color: #111;
    font-size: 3.2rem;
    font-weight: bold;
    display: block;
}
.indexPage .recruitSec .RecruitLink .txtBox .btntxt2L {
    color: #111;
    font-size: 6.4rem;
    font-weight: bold;
    display: block;
}
.indexPage .recruitSec .RecruitLink .txtBox .btntxt2LL {
    font-size: 9rem;
}
.indexPage .recruitSec .RecruitLink:nth-child(1) .txtBox {
    background: rgb(234 85 20 / .6);
}
.indexPage .recruitSec .RecruitLink:nth-child(1) .txtBox .btntxt2 {
    background: rgb(234 85 20 / .8);
    display: block;
    padding: 20px;
}
.indexPage .recruitSec .RecruitLink:nth-child(2) .txtBox {
    background: rgb(255 131 0 / .6);
}
.indexPage .recruitSec .RecruitLink:nth-child(2) .txtBox .btntxt2 {
    background: rgb(255 131 0 / .8);
    display: block;
    padding: 20px;
}

@media all and (min-width: 897px) and (max-width: 1400px) {
    .indexPage .mainVisual .txtInner:before {
        left: -49px;
        background-size: 215px auto; 
    }
    .indexPage .mainVisual .txtInner:after {
        right: -44px;
        bottom: -30px;
        width: 162px;
        height: 120px;
        background: url("img/index/sp_bg02.png") no-repeat left top;
        background-size: 140px auto; 
    }
    .indexPage .movieSec .headLine04 {
        font-size: 9rem;
    }
    .indexPage .movieSec .h2_sub {
        font-size: 2.4rem;
    }
    .h2_sub {
        font-size: 2.4rem;
    }
    .indexPage .interviewSec .headLine04 {
        font-size: 9rem;
    }
    .indexPage .serviceSec .headLine04 {
        font-size: 9rem;
    }
    .indexPage .interviewSec .comTtlBox .comMore a {
        width: 260px;
        height: 50px;        
    }
    .indexPage .interviewSec .comTtlBox {
        padding: 0 0 0 30px;
    }
	.indexPage .interviewSec .listUl .slick-prev {
		left: 10px;
	}
	.indexPage .interviewSec .listUl .slick-next {
		right: 10px;
	}
    .indexPage .serviceSec .comTtlBox .comMore a {
        width: 260px;
        height: 50px;
    }
    .indexPage .serviceSec .comTtlBox {
        padding: 0 30px 0 0;
    }
    .indexPage .serviceSec .listUl .slick-prev {
		left: 10px;
	}
	.indexPage .serviceSec .listUl .slick-next {
		right: 10px;
	}
    .indexPage .recruitSec .RecruitLink:nth-child(1) {
        background-position: center top;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(2) {
        background-position: center top;
    }
}

@media all and (max-width: 1050px) {
    .indexPage .mainImgBox {
	  width: 100%;
	}
	.indexPage .mainImg {
	  min-height: 100%;
	  padding: 0 0 60px;
	}
	.indexPage .mainImg .top_mainUl {
	  /* margin-top: 56px; */
	}
	.mainImg .bg {
	  border-radius: 0;
	}
	.mainImg .top_mainUl img {
	  border-radius: 0;
	}
    .indexPage .recruitSec .RecruitLink {
        height: 242px;
    }
    .indexPage .recruitSec .RecruitLink .txtBox .btntxt1 {
        font-size: 7rem;
    }
    .indexPage .recruitSec .RecruitLink .txtBox .btntxt2S {
        font-size: 2.4rem;
    }
    .indexPage .recruitSec .RecruitLink .txtBox .btntxt2L {
        font-size: 3.2rem;
    }
    .indexPage .recruitSec .RecruitLink .txtBox .btntxt2LL {
        font-size: 4rem;
    }
}
@media all and (min-width: 350px) {
    .indexPage .mainVisual .mainImg {
		height: auto;
		z-index: 2;
	}
}
@media all and (min-width: 897px) {
    .indexPage .interviewSec .listUl li a:hover .hover {
		opacity: 1;
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox {
        color: #262626;
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox:before {
		right: -21px;
        background-image: url("img/common/icon05_02.png");
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox::after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .indexPage {
        margin-bottom: -51px;
		margin-top: 0;
    }
	.indexPage .mainVisual {
		/* margin-top: 60px; */
	}
    .indexPage .mainVisual .topBox .mainImg {
        /* margin: -5px -5px 0; */
        margin: 0;
        height: auto;
        position: relative;
        display: block;
    }
    .mainImg .mainFlexBox {
        flex-direction: row-reverse;
    }
    .mainImg .bg {
		/* width: 80%; */
	    height: 500px;
	}
	
    .mainImg h2 {
	font-size: 3rem;
	line-height: 1.77;
	}
	.mainImg h2 .txtSpan {
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	}
	.mainImg .inner {
        /* display: none; */
        margin-top: -5px;
        padding: 0 16px;
        position: absolute;
        top: 50%;
        left: 0;
        /* width: 100%; */
        box-sizing: border-box;
        transform: translateY(-50%);
        justify-content: center;
	}
	.mainImgBox .inner h2 .txtLarge {
		font-size: 8rem;
		margin-right: 0;
	}
    .mainImgBox .inner h2 .txtSpan {
        top: 35%;
        left: 30%;
    }
	.mainImg .textImg {
	display: none;
	}
    .indexPage .mainVisual .txtInner {
        margin: -30px 20px 0;
        padding: 0;
        max-width: inherit;
    }
    .indexPage .mainVisual .txtInner .infoTxtBox {
        /* padding: 56px 24px; */
        border-radius: 0 14px 0 14px;
    }
    .indexPage .mainVisual .txtInner .ttl {
        font-size: 3rem;
        line-height: 1.9;
        text-align: justify;
    }

    .indexPage .sliderSec01 {
        padding: 30px 0 30px;
    }
    .indexPage .sliderSec01 .listUl li .pho img {
        height: auto !important;
        max-height: 60px !important;
        object-fit: contain !important;
    }
    .indexPage .sliderSec01 .listUl .slick-slide > div {
        width: 270px;
    }

    .indexPage .aboutusSec .headLine04 {
        font-size: 7rem;
        margin-right: 30px;
    }
    .h2_sub {
        color: #111;
        font-size: 2rem;
        font-weight: bold;
    }

    .indexPage .interviewSec {
        padding: 60px 0 60px;
    }
    .indexPage .interviewSec .content {
        padding: 0 20px;
    }
    .indexPage .interviewSec .sliderSec::before {
        display: none;
    }
    .indexPage .interviewSec .infoBox::before {
        display: none;
    }
    .indexPage .interviewSec .sliderSec::after {
        display: none;
    }
    .indexPage .interviewSec .ulBox {
        max-width: inherit;
    }
    .indexPage .interviewSec .listUl li {
        width: 100%;
        margin: 0;
    }
    .indexPage .interviewSec .listUl li .pho {
        display: block;
        position: relative;
    }
	.indexPage .interviewSec .listUl li .pho img {
		width: 100%;
        height: 470px;
	}
    .indexPage .interviewSec .listUl li .txtBox {
        font-size: 1.5rem;
        width: auto;
        /* margin: -70px -20px 0; */
    }
    .indexPage .interviewSec .listUl li .txtBox:before {
        right: 23px;
    }
    .indexPage .interviewSec .listUl li .txtBox .name {
        font-size: 2.2rem;
        left: 0;
    }
    .indexPage .interviewSec .listUl li .hover {
        padding: 10px 0 50px;
        position: static;
        height: auto;
        color: #262626;
        font-size: 1.4rem;
        text-align: left;
        display: block;
        line-height: 1.8;
		opacity: 1;
		background: none;
    }
    .indexPage .aboutSec {
        margin-bottom: 0;
        padding: 50px 0 60px;
        position: relative;
    }
    .indexPage .aboutSec .content {
        max-width: inherit;
        padding: 0 20px;
        position: relative;
    }
    .indexPage .aboutSec .headLine04 {
        /* margin-bottom: 20px; */
    }
}

@media all and (max-width: 1380px) {
    .indexPage .mainVisual .txtInner .ttl {
        font-size: 3.6rem;
    }
}

@media all and (max-width: 896px) {
    .indexPage .mainVisual .txtInner .ttl {
        font-size: 2.4rem;
        text-align: justify;
    }
    .indexPage .aboutusSec {
        position: relative;
        padding: 50px 0 60px;
    }
    .indexPage .aboutusSec .listUl li .txtBox {
        font-size: 3.2rem;
    }
    .indexPage .aboutusSec .listUl li .txtBox .smallTxt {
        font-size: 1.4rem;
        line-height: 1;
    }
    .indexPage .movieSec .headLine04 {
        font-size: 7rem;
    }
    .indexPage .movieSec .h2_sub {
        font-size: 2rem;
    }
    .indexPage .interviewSec .headLine04 {
        font-size: 7rem;
    }
    .indexPage .serviceSec {
        padding: 60px 0 60px;
    }
    .indexPage .serviceSec .content {
        padding: 0 20px;
    }
    .indexPage .serviceSec .headLine04 {
        font-size: 7rem
    }
    .indexPage .serviceSec .comTtlBox {
        padding: 0 60px 0 20px;
    }
    .indexPage .serviceSec .listUl li .pho img {
        height: 470px;
    }
    .indexPage .serviceSec .listUl li .txtBox .name {
        font-size: 2rem;
    }
    .indexPage .serviceSec .listUl li .txtBox .smallTxt {
        font-size: 1.4rem;
    }
    .indexPage .newsSec .headLine04 {
        font-size: 7rem;
    }
    .indexPage .newsSec .listUl li .txtBox {
        height: initial;
    }
    .indexPage .recruitSec .RecruitLink .txtBox {
        width: 50%;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(1) {
        background-position: center;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(2) {
        background-position: center;
    }
    .indexPage .recruitSec .RecruitLink .rightBox {
        width: 50%;
    }
    .indexPage .recruitSec .RecruitLink .rightBox .comMore a {
        max-width: initial;
        width: 260px;
    }

}
@media all and (max-width: 604px) {
    .indexPage .mainVisual .txtInner .ttl {
        font-size: 2.4rem;
        line-height: 1.1;
        text-align: left;
    }
    .indexPage .mainVisual .txtInner {
        margin: -66px 20px 0;
    }
    .indexPage .mainVisual .txtInner .infoTxtBox {
        padding: 0;
    }
    .mainImgBox .inner h2 .txtLarge {
        font-size: 6rem;
        margin-right: 0;
    }
    .ttl_flex {
        display: block;
    }
    .indexPage .aboutusSec .listUl li .txtBox .smallTxt {
        font-size: 1.1rem;
    }
    .indexPage .interviewSec .content {
        display: block;
    }
    .indexPage .interviewSec .comTtlBox {
        width: initial;
    }
    .indexPage .interviewSec .sliderSec {
        width: initial;
    }
    .indexPage .interviewSec .listUl li .txtBox .smallTxt {
        font-size: 1.4rem;
    }

    .indexPage .interviewSec .listUl .slick-next {
        right: -30px;
        background-size: 32px 32px;
        top: 55%;
    }
    .indexPage .interviewSec .listUl .slick-prev {
        left: -16px;
        background-size: 32px 32px;
        top: 55%;
    }
    .indexPage .serviceSec .listUl .slick-next {
        right: -30px;
        background-size: 32px 32px;
        top: 55%;
    }
    .indexPage .serviceSec .listUl .slick-prev {
        left: -16px;
        background-size: 32px 32px;
        top: 55%;
    }  
    .indexPage .serviceSec .content {
        display: block;
    }
    .indexPage .serviceSec .comTtlBox {
        width: initial;
    }
    .indexPage .serviceSec .sliderSec {
        width: initial;
    }
    .indexPage .newsSec .listUl .slick-slide > div {
        margin: 0 10px;
        padding: 0;
    }
    .indexPage .newsSec .listUl li .txtBox {
        width: initial;
    }
    .indexPage .recruitSec .RecruitLink {
        display: block;
    }
    .indexPage .recruitSec .RecruitLink .txtBox {
        width: initial;
    }
    .indexPage .recruitSec .RecruitLink .rightBox {
        width: initial;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(1) .rightBox {
        background: rgb(234 85 20 / .8);
    }
    .indexPage .recruitSec .RecruitLink:nth-child(2) .rightBox {
        background: rgb(255 131 0 / .8);
    }
    .indexPage .recruitSec .RecruitLink {
        height: 330px;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(1) {
        background-position: right;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(2) {
        background-position: right;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(1) .txtBox .btntxt2 {
        background: none;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(2) .txtBox .btntxt2 {
        background: none;
    }
}
@media all and (max-width: 390px) {
	.mainImg .bg {
		width: 80%;
	  height: 300px;
	}
	.mainImg .inner {
		transform: translateY(-25%);
	}
	.mainImg h2 .txtSpan {
        transform: translateY(-65%);
        text-align: right !important;
	}
    .mainImg .inner {
        z-index: 1000;
    }
    .indexPage .aboutusSec .listUl {
        padding: 0 16px;
    }
    .indexPage .aboutusSec .listUl li .pho img {
        height: 200px;
    }
    .indexPage .aboutusSec .listUl li .txtBox .smallTxt {
        top: -14px;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(1) {
        background-position: 70% top;
    }
    .indexPage .recruitSec .RecruitLink:nth-child(2) {
        background-position: 70% top;
    }
}

/*------------------------------------------------------------
	companyPage
------------------------------------------------------------*/
.companyPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 490px;
    width: 90vw;
    margin-left: 10vw;
    background: url("img/company/company_kv04.png") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    display: block;
}
.companyPage .comVisual .headLine05 {
    background: #EA5514;
    line-height: 1.2;
    position: absolute;
    left: -60px;
    top: 340px;
}
.companyPage .bgWrap {
    /* padding-bottom: 120px;
    background: url("img/philosophy/bg01.png") no-repeat 55px 30px/160px auto, url("img/philosophy/bg02.png") no-repeat right 12px top 68px/174px auto; */
}

.corporate {
    padding: 145px 0 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.corporate .photoBox {
    margin: 54px -17px 0 0;
    width: calc(50% - 50px);
    position: relative;
    z-index: 1;
}
.corporate .photoBox img {
    width: 100%;
}
.corporate .textBox {
    padding: 0 150px;
    flex: 1;
    color: #fff;
    display: flex;
    justify-content: flex-end;
}
.corporate .textBox .subBox {
    max-width: 490px;
}
.corporate .textBox .headLine01 {
    margin-bottom: 58px;
}
.corporate .textBox .headLine01 span {
    min-width: 220px;
}
.corporate .textBox h4 {
    margin-bottom: 21px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
}
.corporate .textBox p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.33;
    letter-spacing: 0.06em;
}

.companyBox {
    /* margin-bottom: -160px; */
    padding: 90px 0 90px;
}
.companyBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.companyBox .headLine01 {
    margin-bottom: 20px;
    font-size: 6.4rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.companyBox .comVisual01 {
    margin-bottom: 70px;
    color: #fff;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url("https://marketing.recruit-nss.com/wp-content/uploads/2025/04/IMG_0794-1.jpg") no-repeat center center;
    background-size: cover;
}
.companyBox .comVisual01Inner {
    width: 100%;
    text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
.companyBox .comVisual01Inner h3 {
    font-size: 11rem;
    font-weight: normal;
}
.companyBox .comVisual01Inner small {
    font-size: 4.8rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
.companyBox .phittl {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 30px;
}
.companyBox p {
    text-align: center;
    
}

.companyBox .headLine02 {
    margin-bottom: 20px;
    font-size: 4rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.companyBox .textBox p {
    line-height: 2;
}
.companyBox .name {
    font-size: 2.4rem;
    display: block;
    text-align: right;
    line-height: 2;
}
.companyBox .name span {
    font-size: 1.8rem;
}
.companyBox .textBox .img {
    display: block;
    height: 700px;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 30px;
}
.companyBox .textBox .img img {
    margin-bottom: 30px;
    border-radius: 30px;
    object-fit: cover;
} 

.companyBox .headLine01 .jp {
    color: #111;
    font-size: 1.6rem;
    display: block;
}
.companyBox .pic {
    width: 45.5%;
    height: 45.5%;
    margin-right: 75px;
    aspect-ratio: 1 / 1;
    border-radius: 40px;
    overflow: hidden;
    /* order: 2; */
}
.companyBox .map {
    width: 100%;
    /* margin-right: 75px; */
    /* height: 294px; */
    aspect-ratio: 2 / 1;
    /* border-radius: 40px; */
    overflow: hidden;
    /* order: 2; */
}
.companyBox .map iframe {
    width: 100%;
    height: 100%;
}
.companyBox .textBox {
    /* margin-top: -30px; */
    flex: 1;
    width: 45.5%;
}
.companyBox .textBox h4 {
    font-size: 7.2rem;
    color: rgb(235 85 20 / .3);
    margin-bottom: 50px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
.companyBox .textBox h4 .jp {
    font-size: 2.4rem;
    color: #111;
    display: block;
    margin-top: -48px;
}
.companyBox .textBox .inBox {
    display: flex;
    justify-content: space-between;
}
.companyBox .textBox .inBox .comTable {
    width: 48%;
}
.companyBox .textBox .inBox .map {
    width: 48%;
}

@media all and (max-width: 1114px) {
    .companyPage .timeline-content:before {
        /* top: 0; */
        left: 19.2%;
    }
    .companyPage .timeline-content {
        padding: 6px 0 40px 6%;
    }
    .companyPage .timeline-date {
        width: 20%;
    }
}
@media all and (max-width: 896px) {
    .companyBox .textBox .img {
        height: 300px;
    }
    .companyBox .textBox .img img {
        object-position: 0 -40px;
    }
    .companyPage .TimelineBox {
        width: 80%;
    }
    .companyPage .timeline-date  {
        color: #8B8B8B;
        font-size: 3.2rem;
        font-family: "all-round-gothic", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .companyPage .timeline-date span {
        font-size: 1.6rem;
    }
}
@media all and (max-width: 690px) {
    .companyPage .timeline-content:before {
        left: 18.8%;
    }
}
@media all and (max-width: 639px) {
    .companyPage .timeline-date {
        width: 100%;
    }
    .companyPage .timeline-content {
        width: 100%;
        float: left;
        border-left: 1px #D9D9D9 solid;
    }
}
/* Overviewのテーブル */
.comTable01 {
    width: 70%;
    border-collapse: collapse;
    margin: 0 auto 60px;
}
.comTable01 th {
    text-align: left;
    vertical-align: middle;
    width: 26%;
    color: #8B8B8B;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.14;
    padding: 20px 10px 20px 0;
    border-bottom: 1px solid #ccc;
}
.comTable01 td {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.14;
    vertical-align: middle;
    padding: 20px 10px 20px 0;
    border-bottom: 1px solid #ccc;
}

@media all and (max-width: 896px) {
    .companyPage .comVisual {
        margin-bottom: 13px;
        height: 300px;
    }
    .companyPage .comVisual .headLine05 {
        position: absolute;
        left: -20px;
        top: 246px;
        font-size: 3.2rem;
    }
    .companyPage {
        overflow: hidden;
    }
    .companyPage .linkList a {
        margin: -17px auto 17px;
    }
    .companyPage .bgWrap:before {
        display: none;
    }
    .companyPage #pagePath {
        margin-bottom: 16px;
    }
    .companyPage .comBgBox {
        margin-bottom: 0;
        padding: 60px 19px 60px;
    }
    .corporate {
        margin-bottom: 59px;
        display: block;
        padding: 0 24px;
    }
    .corporate .textBox {
        margin-bottom: 30px;
        padding: 0;
    }
    .corporate .textBox .subBox {
        max-width: inherit;
    }
    .corporate .photoBox {
        width: auto;
        margin: 0;
    }
    .corporate .textBox .headLine01 {
        margin-bottom: 26px;
    }
    .corporate .textBox h4 {
        margin-bottom: 24px;
        line-height: 1.9;
    }
    .corporate .textBox p {
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.86;
    }
    .companyBox {
        margin-bottom: 0;
        padding: 60px 0 0;
        position: relative;
    }
    /* 企業理念の上部 */
    .companyBox#a02 {
        padding: 66px 0 0;
    }
    .companyBox .comVisual01Inner h3 {
        font-size: 4rem;
    }
    .companyBox .phittl {
        font-size: 2.4rem;
    }
    .companyBox .textBox .inBox {
        display: block;
    }
    .companyBox .textBox .inBox .comTable {
        width: initial;
        margin-bottom: 30px;
    }
    .companyBox .headLine01 {
        font-size: 4rem;
        margin-bottom: 14px;
    }
    .companyBox .headLine02 {
        font-size: 3.2rem;
        margin-bottom: 14px;
    }
    .companyBox .inner {
        display: block;
    }
    .companyBox .textBox {
        margin: 0 0 0;
        width: 100%;
    }
    .companyBox .pic {
        margin: 0;
        width: auto;
    }
    .companyBox .map {
        margin: 0;
        width: auto;
        /* height: 56vw; */
    }
    .companyBox .textBox .inBox .map {
        width: initial;
    }
    .companyBox .map img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .comTable01 th {
        float: left;
        box-sizing: border-box;
        padding: 12px 0 0;
        width: 100%;
        font-size: 1.4rem;
        border-bottom: none;
    }
    .comTable01 td {
        line-height: 2;
        float: left;
        font-size: 1.4rem;
        box-sizing: border-box;
        padding: 0 0 13px;
        width: 100%;
        border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    }
    
    .companyPage .linkBox {
        margin: 0 0 60px;
    }
    .companyPage .linkList01 .img::before {
        border-radius: 30px;
    }
    .companyPage .linkList01 .img img {
        border-radius: 32px;
    }
    .companyPage .linkList01 a .Desc {
        font-size: 1.4rem;
    }
}
@media all and (max-width: 639px) {
    .companyBox .comVisual01 {
        height: 230px;
    }
    .comTable01 {
        width: 100%;
    }
    .companyBox:nth-child(6) {
        padding: 30px 0 150px;
    }
}

@media all and (max-width: 540px) {
    .companyPage .linkList01 .img .nameSpan {
        font-size: 1.8rem;
    }
    .companyPage .linkList01 .img .nameSpan .small {
        font-size: 1.6rem;
    }
}

@media all and (max-width: 480px) {
    .companyBox .textBox {
        margin: 0 0 30px;
    }
}

@media all and (max-width: 390px) {
    .comVisualInner_r p {
        font-size: 1.6rem;
    }
    .companyBox:nth-child(6)  {
        padding: 30px 0 150px;
    }
    .companyBox .content .linkBox .content {
        padding: 0;
    }
    .companyPage .linkList01 .img {
        padding: 14px;
    }
    .companyPage .linkList01 .img img {
        border-radius: 38px;
    }
}

/*------------------------------------------------------------
	servicePage
------------------------------------------------------------*/
.servicePage {
    position: relative;
}

.servicePage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 490px;
    width: 90vw;
    margin-left: 10vw;
    background: url("img/service/service_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    display: block;
}
.servicePage .comVisual .headLine05 {
    background: #EA5514;
    line-height: 1.2;
    position: absolute;
    left: -60px;
    top: 340px;
}

.servicePage #pagePath {
    margin-bottom: 16px;
}
.servicePage .bgWrap {
    /* padding-bottom: 200px;
    background: url("img/about/bg01.png") no-repeat 30px 44px/177px auto, url("img/about/bg02.png") no-repeat right -140px top 20px/413px auto; */
}

/* リンクリスト */
/* .servicePage .topSec {
    padding: 90px 0 80px;
    position: relative;
}
.servicePage .topSec .content {
    position: relative;
    z-index: 2;
}
.servicePage .topSec .topText {
    max-width: 840px;
    margin: 0 auto 140px;
    font-size: 2rem;
    position: relative;
    font-weight: 500;
    line-height: 2.5;
    text-align: justify;
    letter-spacing: 0.06em;
}
.servicePage .topSec .linkList {
	justify-content: center;
	gap: 10px 2.5%;
}
.servicePage .topSec .linkList li {
    width: 23%;
}
.servicePage .topSec .linkList li a {
    padding: 0 15px;
    display: flex;
    height: 58px;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    justify-content: center; 
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.servicePage .topSec .linkList li a:after {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(img/common/icon02_on_sub.png) no-repeat right center;
    background-size: 20px auto;
    content: "";
}
@media all and (min-width: 897px) {
    .servicePage .topSec .linkList li a:hover {
        color: #fff;
        background: var(--main-bg-color);
    }
    .servicePage .topSec .linkList li a:hover:after {
        background: url("img/common/icon20_over.png") no-repeat right center;
        background-size: 32px auto; 
    }
} */
@media all and (max-width: 896px) {
    .servicePage .comVisual {
        margin-bottom: 13px;
        height: 300px;
    }
    .servicePage .comVisual .headLine05 {
        position: absolute;
        left: -20px;
        top: 246px;
        font-size: 3.2rem;
    }
    /* .servicePage .topSec {
        padding: 0 0 20px;
        margin: 0 auto;
    }
    .servicePage .topSec .content {
        padding: 0 20px;
    }
    .servicePage .topSec .topText {
        margin: 0 auto 49px;
        font-size: 1.4rem;
        line-height: 2.15;
    }
    .servicePage .topSec .linkList li {
        width: 48%;
    }
    .servicePage .topSec .linkList li a {
        height: 62px;
    } */
}

/* サービス情報 */
.servicePage .serviceBox {
    margin-bottom: 125px;
}
.servicePage .serviceBox p {
    margin-bottom: 50px;
}
.servicePage .serviceBox .midBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;  
}
.servicePage .serviceBox .midBox .mid-l {
    width: 48%;
}
.servicePage .serviceBox .midBox .imgBox {
    width: 48%;
}

.servicePage .serviceBox .midBox .imgBox.slidein.is-animated {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
   
  @keyframes slideIn {
    0% {
      transform: translateX(180px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
    }
    40%,100% {
      opacity: 1;
    }
  }

.servicePage .serviceBox .midBox .mid-l h3 {
    font-size: 4.0rem;
    margin-bottom: 50px;
}
.servicePage .serviceBox .btmBox {
    display: flex;
    justify-content: space-between; 
}
.servicePage .serviceBox .btmBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.servicePage .serviceBox .btmBox .imgBox {
    width: 28%;
}

.servicePage .serviceBox .btmBox .imgBox.slidein.is-animated {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }

.servicePage .serviceBox .btmBox .btm-r {
    width: 68%;
}
.servicePage .serviceBox .btmBox .btm-r h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.servicePage .serviceBox .midBox2 {
    display: block;
    margin-bottom: 50px;  
}
.servicePage .serviceBox .midBox2 .Box_flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.servicePage .serviceBox .midBox2 .Box_flex .mid-l {
    width: 48%;
}
.servicePage .serviceBox .midBox2 .Box_flex .mid-l h3 {
    font-size: 3.6rem;
    margin-bottom: 30px;
    margin-top: -78px;
    padding-left: 50px;
}
.servicePage .serviceBox .midBox2 .Box_flex .mid-l span {
    font-size: 15rem;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #EA5514, #FF8300 100%);
    -webkit-background-clip: text;
    opacity: .4;
}
.servicePage .serviceBox .midBox2:nth-child(even) .Box_flex .mid-l span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #1769A7, #2E8BC0 100%);
    -webkit-background-clip: text;
}
.servicePage .serviceBox .midBox2 .Box_flex .imgBox {
    width: 48%;    
}
.servicePage .serviceBox .midBox2 .subBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.servicePage .serviceBox .midBox2 .sub-in {
    width: 42%;
}
.servicePage .serviceBox .midBox2 .sub-in img {
    width: 228px;
    height: 228px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 30px;
}
.servicePage .serviceBox .midBox2 .sub-in h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    text-align: center;
}

.servicePage .comBg01 {
    padding: 0 0 0;
}

/* サービス詳細 */
.servicePage .linkBox {
    margin: 60px 20px 120px;
    /* transform: translateY(130px); 0307*/
}

.servicePage .midTxt {

}

.servicePage .linkList01 li {
    margin-bottom: 140px;
}

.servicePage .linkList01 li:nth-child(odd) {
    background: #EA5514;
}
.servicePage .linkList01 li:nth-child(even) {
    background: #FF8300;
}

.servicePage .linkList01 a {
    margin: 20px auto 25px;
    z-index: 10;
    display: block;
    box-sizing: border-box;
}

.servicePage .linkList01 a .link {
    position: relative;
    z-index: 10;
    display: block;
    font-size: 6.4rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    text-align: left;
}
.servicePage .linkList01 a .link .small,.servicePage .linkList01 a .link01 .small {
    display: block;
    font-size: 3.2rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.servicePage .linkList01 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;
}

.servicePage .linkList01 .img {
    display: block;
    margin-bottom: 30px;
    width: 48%;
}
.servicePage .linkList01 .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.servicePage .linkList01 .inBox {
    width: 48%;
    padding: 0 30px;
}
.servicePage .linkList01 .txt {
    display: block;
    line-height: 1.875;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
    min-height: 120px;
}
.servicePage .linkList01 .comMore a {
    color: #111;
    width: 350px;
    height: 68px;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
    /* font-weight: 400; */
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #00478F;
    letter-spacing: 0.08em;
    border-radius: 100px;
    background: #fff;
}
.servicePage .linkList01 .comMore a:before  {
    margin-top: -16px;
    position: absolute;
    right: 23px;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url(img/common/icon19.png) no-repeat right center;
    background-size: 32px auto;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}
.servicePage .linkList01 .comMore a:hover {
    color: #EA5514;
    border-color: #EA5514;
    background: #fff;
    border: 2px solid;
}
.servicePage .linkList01 .comMore a:hover:before{
    margin-top: -16px;
    position: absolute;
    right: 23px;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url(img/common/icon19.png) no-repeat right center;
    background-size: 32px auto;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
    .servicePage .linkList01 .comMore02 a {
        font-size: 2rem;
    }
}

@media all and (min-width: 897px) {
    .servicePage .linkList a:hover .link {
        opacity: 0.7;
        background-position: right 10px center;
    }
    /* .servicePage .linkList {
    }
    .servicePage .linkList li {
    }
    .servicePage .specialBox .linkList a {
        margin-top: -21px;
    }
    .servicePage .linkList a:hover:before {
    } */
    .servicePage .linkList01 {
    }
    .servicePage .linkList01 li {
        display: flex;
        justify-content: space-between;
    }
    .servicePage .linkList01 li:nth-child(even) {
        flex-direction: row-reverse;
    }
}

@media all and (max-width: 896px) {
    .servicePage .comBg01 {
        padding: 90px 0 0;
    }
    .servicePage .comVisualInner_r p {
        font-size: 1.8rem;
    }

    .servicePage .linkList01 .img {
        display: block;
        margin-bottom: 30px;
        width: initial;
    }
    .servicePage .linkList01 .inBox {
        width: initial;
    }

    .servicePage .serviceBox p {
        margin-bottom: 30px;
    }
    .servicePage .serviceBox .midBox {
        display: block;
    }
    .servicePage .serviceBox .midBox .mid-l {
        width: initial;
    }
    .servicePage .serviceBox .midBox .mid-l h3 {
        font-size: 2.4rem;
    }
    .servicePage .serviceBox .midBox .imgBox {
        width: initial;
    }
    .servicePage .serviceBox .btmBox {
        flex-direction: column-reverse;
    }
    .servicePage .serviceBox .btmBox .imgBox {
        width: initial;
    }
    .servicePage .serviceBox .btmBox .btm-r {
        width: initial;
    }
    .servicePage .serviceBox .midBox2 .Box_flex {
        display: block;
        margin-bottom: 50px;
    }
    .servicePage .serviceBox .midBox2 .Box_flex .mid-l {
        width: initial;
    }
    .servicePage .serviceBox .midBox2 .Box_flex .mid-l h3 {
        font-size: 2.4rem;
        margin-top: -46px;
        padding-left: 24px;
    }
    .servicePage .serviceBox .midBox2 .Box_flex .mid-l span {
        font-size: 7rem;
    }
    .servicePage .serviceBox .midBox2 .Box_flex .imgBox {
        width: initial;
    }
    .servicePage .serviceBox .midBox2 .subBox {
        flex-flow: column;
    }
    .servicePage .serviceBox .midBox2 .sub-in {
        width: 70%;
        margin: 0 auto 30px;
    }

    .servicePage .linkBox {
        margin: 100px 0;
    }

    .servicePage #a02 .linkBox .linkList01 li:nth-child(1) {
        margin-bottom: -200px;
    }
    
    .servicePage .linkBox .linkList01 li {
        margin-bottom: 30px;
    }

    .servicePage .linkList a {
        margin: -17px auto 25px;
        border-radius: 0 13px 0 0;
        border-width: 1px;
    }
    .servicePage .linkList a .link {
        padding: 7px 24px 7px 15px;
        font-size: 1.6rem;
        background-size: 12.8px;
        background-size: 24px auto;
        background-position: right 15px center;
    }

    .servicePage .linkList01 a .link {
        font-size: 3.2rem;
    }
    .servicePage .linkList01 a .link .small, .servicePage .linkList01 a .link01 .small {
        font-size: 1.6rem;
    }
    .servicePage .linkList01 .comMore a {
        margin: 0 auto 20px;
        height: 42px;
        border-width: 1px;
        width: auto;
        font-size: 1.4rem;
        padding-left: initial;
        padding: 0 40px 0 20px;
    }
    .servicePage .linkList01 .comMore a:before {
        margin-top: -4px;
        width: 14px;
        height: 14px;
        background: #00478F;
        right: 18.5px;
    }

    .servicePage .linkList01 .txt {
        min-height: initial;
        margin-bottom: 30px;
    }
    .servicePage .linkList01 .comMore02 {
        max-width: 324px;
    }
    .servicePage .linkList01 .comMore02 a {
        margin: 0 auto 20px;
        height: 42px;
        border-width: 1px;
        width: auto;
        font-size: 1.4rem;
        padding-left: initial;
        padding: 0 40px 0 20px;
    }
    .servicePage .linkBox.specialBox {
        margin: 140px 20px 100px;
    }
    .servicePage .linkBox.specialBox .linkList01 li {
        margin-bottom: 30px;
    }
}

@media (max-width: 390px) {
    .servicePage .comVisualInner_r p {
        font-size: 1.6rem;
    }
    .servicePage .linkList01 a .link {
        font-size: 2.4rem;
        padding: 6px 0;
    }
    .servicePage .linkList01 a .link01 {
        font-size: 2.4rem;
    }
    .servicePage .linkList01 a .link02 {
        font-size: 2.4rem;
    }
    .servicePage .linkBox.specialBox {
        padding-bottom: 0 !important;
    }
}

/*------------------------------------------------------------
	benefitsPage
------------------------------------------------------------*/
.benefitsPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 490px;
    width: 90vw;
    margin-left: 10vw;
    background: url("img/benefits/benefits_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    display: block;
}
.benefitsPage .comVisual .headLine05 {
    background: #EA5514;
    line-height: 1.2;
    position: absolute;
    left: -60px;
    top: 340px;
}

/* 福利厚生 */
.benefitsPage .benefitsBox {
    margin: 0 auto 90px;
}
.benefitsPage .benefits01 {
    display: flex;
    flex-flow: wrap;
    margin: 20px auto 25px;
    /* width: 90%; */
    z-index: 10;
    box-sizing: border-box;
    /* text-align: center; */
}
.recruitBox01 .headLine01 {
    margin-bottom: 20px;
    font-size: 6.4rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.recruitBox01 .headLine01 .jp {
    color: #111;
    font-size: 1.6rem;
    display: block;
    position: relative;
}
.benefitsPage .benefits01 li {
    /* display: flex;
    justify-content: space-between; */
    width: 33%;
    position: relative;
}

.benefitsPage .benefits01 .textBox {
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.benefitsPage .benefits01 h3 {
    z-index: 10;
    display: block;
    color: #fff;
    background: rgb(0 0 0 / .8);
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-align: center;
    padding: 4px 20px;
}

.benefitsPage .benefits01 .img {
    width: 38%;
}

.benefitsPage .benefits01 .img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.benefitsPage .benefits01 .img.slidein.is-animated {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
   
  @keyframes slideIn {
    0% {
        transform: translateX(180px);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
      }
      40%,100% {
        opacity: 1;
      }
}
.benefitsPage .benefits01 li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 65px 30px 50px;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
	background: rgba(33,40,54,0.6); 
    line-height: 2.25;
    box-sizing: border-box;
    letter-spacing: 0;
    text-align: justify;
	opacity: 0;
	transition:all 0.6s ease;
}
/* ホバー時に表示 */
.benefitsPage .benefits01 li:hover .hover {
    opacity: 1;
}

@media all and (max-width: 896px) {
    .benefitsPage .comVisual {
        margin-bottom: 13px;
        height: 300px;
    }
    .benefitsPage .comVisual .headLine05 {
        position: absolute;
        left: -20px;
        top: 246px;
        font-size: 3.2rem;
    }
    
    .benefitsPage .benefits01 li {
        width: 50%;
    }
    .benefitsPage .benefits01 h3 {
        font-size: 1.4rem;
        padding: 4px 8px;
    }
    .benefitsPage .benefits01 li .hover {
        padding: 30px 20px 20px;
        font-size: 1.4rem;
    }
}
@media all and (max-width: 604px) {
    .benefitsPage .benefits01 .textBox {
        width: 90%;
        bottom: 10px;
    }
    .benefitsPage .benefits01 li .hover {
        padding: 16px 16px 20px;
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

/*------------------------------------------------------------
	dataPage
------------------------------------------------------------*/
.dataPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 490px;
    width: 90vw;
    margin-left: 10vw;
    background: url("img/data/data_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    display: block;
}
.dataPage .comVisual .headLine05 {
    background: #EA5514;
    line-height: 1.2;
    position: absolute;
    left: -60px;
    top: 340px;
}

.company_data_one_group {
    display: flex;
    /* width: 80%; */
    margin: 0 auto;
    text-align: center;
    gap: 30px;
}
.company_data_one_group > div {
    background: #fef6f3;
    flex: 1;
    width: calc(100% / 3 - 20px);
    box-sizing: border-box;
    height: 62vh;
}
.company_qa_section {
    margin-bottom: 180px;
    width: 100%;
}
.company_qa_section .title span {
    font-size: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.company_qa_section .box span {
    font-size: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
}
.company_data_one_group > .company_data_box {
    padding: 32px;
    position: relative;
}
.company_data_one_group > .company_data_box1 {
    padding: 32px;
    position: relative;
    margin-bottom: 30px;
}
.company_data_one_group > .company_data_box > h4,
.company_data_twobox h4 {
    font-size: 2.3rem;
}
.company_data_one_group > .company_data_box > h4 {
    margin-bottom: 20px;
}
.company_data_one_group > .company_data_box1 h4 {
    font-size: 2.3rem;
    margin-bottom: 20px;
}
.company_data_one_group > .company_data_box1 p {
    font-size: 7rem;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #EA5514;
}
.company_data_twobox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
}
.company_data_twobox > div {
    width: calc(100% / 3 - 20px);
    box-sizing: border-box;
    padding: 32px;
    background: #fef6f3;
    height: 62vh;
    margin-bottom: 30px;
}
.company_data_threebox > div {
    /* width: calc(100% / 3 - 20px); */
    box-sizing: border-box;
    padding: 32px;
    background: #fef6f3;
    height: 70vh;
}
.kindsbox {
    display: inline-block;
    margin: 0 16px 16px;
}
.company_data_unit {
    font-size: 1.5rem;
    /* margin-left: 8px; */
}
.middle {
    font-size: 3.5rem;
}
.company_data_box p,
.company_data_twobox p {
    font-size: 7rem;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #EA5514;
}
.company_data_box.business_kinds_box > div p {
    font-size: 2.3rem;
    line-height: 1.8em;
}
.company_data_box.business_kinds_box > div .company_data_name {
    font-size: 1.6rem;
    line-height: 1.8em;
    background: var(--subdarkcolor);
    padding: 2px 16px 2px 16px;
}

.company_data_three_group {
    display: flex;
    /* width: 80%; */
    margin: 0 auto;
    text-align: center;
    gap: 30px;
}
.company_data_three_group > div {
    background: #fef6f3;
    flex: 1;
}
.company_data_three_group > .company_data_box {
    padding: 32px;
    position: relative;
}
.company_data_three_group > .company_data_box1 {
    padding: 32px;
    position: relative;
    margin-bottom: 30px;
}
.company_data_three_group > .company_data_box1:nth-child(1) {
    width: 33%;
}
.company_data_three_group > .company_data_box > h4 {
    font-size: 2.3rem;
}
.company_data_three_group > .company_data_box > h4 {
    margin-bottom: 20px;
}
.company_data_three_group > .company_data_box1 h4 {
    font-size: 2.3rem;
    margin-bottom: 20px;
}
.company_data_three_group > .company_data_box1 p {
    font-size: 7rem;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #EA5514;
}
.company_data_three_group .company_data_box1 .flex-box {
    display: flex;
    justify-content: space-around;
}
.company_data_three_group .company_data_box1 .hometown span {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    color: #EA5514;
}
.company_data_threebox {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    gap: 30px;
    justify-content: center;
    text-align: center;
}
.company_data_threebox > div {
    /* width: calc(100% / 3 - 20px); */
    box-sizing: border-box;
    padding: 32px;
    background: #fef6f3;
    height: 50vh;
}
.company_data_threebox .company_data_box1 .flex-box {
    display: flex;
    justify-content: space-around;
}
.company_data_threebox .company_data_box1 h4 {
    font-size: 2.3rem;
    margin-bottom: 20px;
}
.company_data_threebox .company_data_box1 .hometown span {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    color: #EA5514;
    text-align: left;
    margin-bottom: 10px;
}
.company_data_threebox .company_data_box1 .hometown span .sfont {
    font-size: 1.4rem;
}

/*=========グラフ表示のためのCSS ===============*/

.chart-area{/*円グラフがスマホでつぶれないようにする*/
    position: relative;
    width:100%;
    height:50vh;
}

@media all and (max-width: 896px) {
    .dataPage .comVisual {
        margin-bottom: 13px;
        height: 300px;
    }
    .dataPage .comVisual .headLine05 {
        position: absolute;
        left: -20px;
        top: 246px;
        font-size: 3.2rem;
    }
    .dataPage .recruitBox01 .headLine01 {
        font-size: 4rem;
    }
    .company_data_one_group > .company_data_box1 p {
        font-size: 4rem;
    }
    .company_data_box p, .company_data_twobox p {
        font-size: 4rem;
    }
}

@media all and (max-width: 604px) {
    .company_data_one_group {
        display: block;
    }
    .company_data_one_group > div {
        width: 100%;
    }     
    .company_data_one_group > .company_data_box1 {
        padding: 16px;
    }
    
    .company_data_twobox {
        display: block;
    }
    .company_data_twobox > div {
        width: 100%;
        padding: 16px;
    }
    .company_data_threebox > div {
        padding: 16px;
    }

    .company_data_three_group {
        display: block;
    }
    .company_data_three_group > .company_data_box1 {
        padding: 16px;
    }
    .company_data_three_group > .company_data_box1:nth-child(1) {
        width: 100%;
        padding: 16px;
    }
    .company_data_three_group .company_data_box1 .hometown span {
        font-size: 1.4rem;
    }
    .company_data_threebox .company_data_box1 .flex-box {
        flex-flow: wrap;
        justify-content: space-between;
    }
    .company_data_threebox .company_data_box1 .hometown span {
        font-size: 1.4rem;
    }
    .company_data_threebox .company_data_box1 .hometown span .sfont {
        font-size: 1.2rem;
    }
    .company_data_threebox > div {
        height: 62vh;
    }
}

/*------------------------------------------------------------
	recruitnewPage 新卒採用&中途採用
------------------------------------------------------------*/
.recruitnewPage .comVisual {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    background: url(img/recruitnew/new_visual_bg.jpg) no-repeat center center !important;
    background-size: cover;    
}
.recruitnewPage .comVisual .headLine05 {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12rem;
    line-height: 1.0;
    margin-bottom: 20px;
    text-shadow: 0 0 20px #EA5514;
}
.recruitnewPage .comVisual small {
    font-size: 6.2rem;
    font-weight: bold;
    color: #fff;
    background: #111;
    padding: 0px 20px;
}

/* 中途採用 */
.recruitnewPage .comVisual01 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;    
    margin-bottom: 25px;
    color: #fff;
    height: 490px;
    background: url(img/recruitnew/mid_visual_bg.jpg) no-repeat center center !important;
    background-size: cover;
}
.recruitnewPage .comVisual01 .headLine05 {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12rem;
    line-height: 1.0;
    margin-bottom: 20px;
    text-shadow: 0 0 20px #FF8300;
}
.recruitnewPage .comVisual01 small {
    font-size: 6.2rem;
    font-weight: bold;
    color: #fff;
    background: #111;
    padding: 0px 20px;
}

.recruitnewPage .recruitSec .RecruitLink {
    height: 670px;
}
.recruitnewPage .recruitSec .RecruitLink:nth-child(1) {
    background: url("img/recruitnew/RecruitLink_bg.jpg") no-repeat;
    background-size: cover;
}
.recruitnewPage .recruitSec .RecruitLink .txtBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.recruitnewPage .recruitSec .RecruitLink .rightBox {
    /* width: 100%; */
    display: flex;
    justify-content: flex-end;
    align-items: end;
    padding: 20px;
}
.recruitnewPage .recruitSec .RecruitLink .txtBox .btntxt1 {
    font-size: 10rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

/* 中途採用 */
.recruitSec .inner-flex {
    display: flex;
}
.recruitnewPage .recruitSec .RecruitLink01 {
    width: calc(100% / 3);
    height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 60px;
}
.recruitnewPage .recruitSec .RecruitLink01:nth-child(1) {
    background: url("img/recruitnew/sales_bg.jpg") no-repeat;
    background-size: cover;
}
.recruitnewPage .recruitSec .RecruitLink01:nth-child(2) {
    background: url("img/recruitnew/clerical_bg.jpg") no-repeat;
    background-size: cover;
}
.recruitnewPage .recruitSec .RecruitLink01:nth-child(3) {
    background: url("img/recruitnew/creative_bg.jpg") no-repeat;
    background-size: cover;
}
.recruitnewPage .recruitSec .RecruitLink01 .txtBox {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.recruitnewPage .recruitSec .RecruitLink01 .rightBox {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 20px;
}
.recruitnewPage .recruitSec .RecruitLink01 .txtBox .btntxt1 {
    font-size: 8rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
    color: #FF8300;
    padding: 0 30px;
    display: block;
    margin: 0 auto;
}


.recruitnewPage .recruitBox01 {
    padding: 60px 0;
}
.recruitnewPage .recruitBox01 .recruitLinks .jobList {
  display: flex;
	flex-wrap: wrap;
  gap: 16px;
}
.recruitnewPage .recruitBox01 .recruitLinks .jobList li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 32px) / 3);
  aspect-ratio: 1 / 1;
}

@media all and (max-width: 640px) {
  .recruitnewPage .recruitBox01 .recruitLinks .jobList li {
    width: calc((100% - 16px) / 2);
  }
}

.jobItem {
  position: relative;
  width: 250px; /* サイズ調整OK */
  overflow: hidden;
  border-radius: 6px;
}

.jobCard {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.jobThumb {
  position: relative;
  overflow: hidden;
}

.jobThumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: brightness(60%); /* ←最初は暗めに */
  border-radius: 6px;
}

/* タイトル：左上に常時ラベル */
.jobTitle {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  z-index: 2;
  border-radius: 3px;
}

/* すりガラス層：常時表示 */
.jobGlass {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 1;
  transition: background 0.4s ease;
}

/* 「詳細を見る」：ホバー時だけ表示 */
.jobOverlay {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 3px;
  opacity: 0; /* 初期は非表示 */
  transition: opacity 0.4s ease;
  z-index: 2;
}

/* ホバー時に明るく＆ガラスを薄くし、「詳細を見る」を表示 */
.jobCard:hover .jobThumb img {
  filter: brightness(100%);
  transform: scale(1.05);
}

.jobCard:hover .jobGlass {
  background: rgba(255, 255, 255, 0.05); /* ガラスを薄めてクリアに */
  backdrop-filter: none;
}

.jobCard:hover .jobOverlay {
  opacity: 1; /* 「詳細を見る」表示 */
}





/* Dataとも共通 */
.recruitBox01 .headLine01 {
    margin-bottom: 20px;
    font-size: 6.4rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.recruitBox01 .headLine01 .jp {
    color: #111;
    font-size: 1.6rem;
    display: block;
    position: relative;
}

.recruitnewPage .sliderSec01 .listUl {
    /* padding-top: 53px; */
    position: relative;
}

.recruitnewPage .sliderSec01 .listUl li {
	float: left;
}
.recruitnewPage .sliderSec01 .listUl li .infoPho {
    display: block;
    position: relative;
	overflow: hidden;
}
.recruitnewPage .sliderSec01 .listUl li .infoPho img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.recruitnewPage .sliderSec01 .listUl .slick-slide > div {
    width: 288px;
    margin: 0 8px;
    float: left;
}

/* faqDl */
.faqDl {
    margin-bottom: 60px;
}
.faqDl dt {
    padding: 20px 36px;
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
    margin-bottom: 40px;
}
.faqDl dt .head_q , .faqDl dd .head_a {
    font-size: 4.8rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-right: 20px;
}
.faqDl dt:first-child {
    border: none;
}
.faqDl dt:before, .faqDl dt:after {
    margin-top: -1px;
    position: absolute;
    right: 36px;
    top: 50%;
    width: 24px;
    height: 2px;
    background-color: #8B8B8B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
}
.faqDl dt:after {
    transform: rotate(90deg);
}
.faqDl dt.on:after {
    transform: rotate(180deg);
    opacity: 0;
}
.faqDl dd {
    padding: 20px 40px 20px;
    display: none;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-top: -78px;
    margin-bottom: 40px;
}
@media all and (max-width: 896px) {
    .faqDl {
        margin-bottom: 55px;
    }
    .faqDl dt {
        padding: 20px 50px 20px 20px;
        font-size: 1.6rem;
        /* line-height: 2.14; */
        background-position: right 5px center;
        background-size: 25px auto;
    }
    .faqDl dt .head_q, .faqDl dd .head_a {
        font-size: 3.2rem;
    }
    .faqDl dt:before, .faqDl dt:after {
        right: 20px;
        width: 14px;
        height: 2px;
    }
    .faqDl dd {
        padding: 20px 24px;
        font-size: 1.4rem;
        line-height: 1.86;
        margin-top: -64px;
    }
}
@media all and (max-width: 393px) {
    .faqDl {
        margin-bottom: 0;
    }
}

@media all and (min-width: 897px) and (max-width: 1200px) {
    .recruitnewPage .recruitSec .RecruitLink .txtBox .btntxt1 {
        font-size: 8rem;
    }
    .recruitnewPage .recruitSec .RecruitLink {
        height: 450px;
    }

    /* 中途採用 */
    .recruitnewPage .recruitSec .RecruitLink01 .txtBox .btntxt1 {
        font-size: 6rem;
        padding: 0 20px;
    }
    .recruitnewPage .recruitSec .RecruitLink01 {
        height: 450px;
    }
    .recruitnewPage .recruitSec .RecruitLink01 .comMore a {
        width: 230px;
    }
}

@media all and (max-width: 896px) {
    .recruitnewPage .comVisual {
        margin-bottom: 13px;
        height: 300px;        
    }
    .recruitnewPage .comVisual .headLine05 {
        font-size: 4rem;
    }
    .recruitnewPage .comVisual small {
        font-size: 1.8rem;
    }
    .recruitnewPage .recruitSec .RecruitLink .txtBox .btntxt1 {
        font-size: 5rem;
    }
    .recruitnewPage .recruitSec .RecruitLink {
        height: 370px;
    }
    .recruitnewPage .recruitSec .RecruitLink .txtBox {
        margin-top: 60px;
    }
    .recruitnewPage .recruitSec .RecruitLink .rightBox {
        display: block;
        text-align: center;
    }
    .recruitBox01 .headLine01 {
        font-size: 4rem;
    }

    /* 中途採用 */
    .recruitnewPage .comVisual01 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 13px;
        height: 300px;        
    }
    .recruitnewPage .comVisual01 .headLine05 {
        font-size: 4rem;
    }
    .recruitnewPage .comVisual01 small {
        font-size: 1.8rem;
    }
    .recruitSec .inner-flex {
        display: block;
    }
    .recruitnewPage .recruitSec .RecruitLink01 {
        width: initial;
    }
    .recruitnewPage .recruitSec .RecruitLink01 {
        height: 370px;
    }
    .recruitnewPage .recruitSec .RecruitLink01 .comMore a {
        width: 260px;
    }

}
@media all and (max-width: 604px) {
    .recruitnewPage .recruitSec .RecruitLink .txtBox .btntxt1 {
        font-size: 3.2rem;
        padding: 0 16px
    }
    .recruitnewPage .recruitSec .RecruitLink {
        height: 220px;
    }

    /* 中途採用 */
    .recruitnewPage .recruitSec .RecruitLink01 {
        height: 220px;
    }
    .recruitnewPage .recruitSec .RecruitLink01 .txtBox .btntxt1 {
        font-size: 4.8rem;
    }
}

/*------------------------------------------------------------
	recruitPage 募集要項（Application）
------------------------------------------------------------*/
.recruitPage {
    margin-bottom: -206px;
}
.recruitPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 490px;
    width: 90vw;
    margin-left: 10vw;
    background: url("img/recruit/application_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    display: block;
}
.recruitPage .comVisual .headLine05 {
    background: #EA5514;
    line-height: 1.2;
    position: absolute;
    left: -60px;
    top: 340px;
}
.recruitPage #pagePath {
    margin-bottom: 0;
}

@media all and (min-width: 897px) {
}
.recruitPage .recruitSec {
    padding: 120px 0 120px;
    position: relative;
}
.recruitPage .recruitSec .headLine07 {
	position: relative;
	color: #111;
    -webkit-text-fill-color: initial;
    margin-bottom: 60px;
}
.recruitPage .recruitSec .headLine07 .info {
    color: #111;
    -webkit-text-fill-color: initial;
}
.recruitPage .recruitSec .innerBox {
    max-width: 1920px;
    margin: 0 auto;
}
.recruitPage .recruitSec .innerBox .photoBox {
    padding-top: 12px;
    float: right;
    width: 46.5%;
}
.recruitPage .recruitSec .innerBox .photoBox img {
	margin-bottom: 10px;
}
.recruitPage .recruitSec .innerBox .textBox {
    margin-top: -10px;
    float: left;
    width: 53.5%;
}
.recruitPage .recruitSec .innerBox .infoBox {
    max-width: 572px;
    margin: 0 50px 0 auto;
	padding-left: 20px;
}
.recruitPage .recruitSec .innerBox .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.recruitPage .recruitSec .innerBox .textBox th,
.recruitPage .recruitSec .innerBox .textBox td {
    color: #111;
    padding: 17px 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.9;
    border-bottom: 1px solid #111;
    letter-spacing: 0.06em;
}
.recruitPage .recruitSec .innerBox .textBox th {
    width: 34.5%;
}

/*--- 選考の流れ ---*/
.recruitPage .flowSec {
	padding: 120px 0;
}
.recruitPage .flowSec .headLine07 {
	color: #111;
    margin-bottom: 60px;
}
.recruitPage .flowSec .innerBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.recruitPage .flowSec .innerBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #EA5514;
    top: 50%;
}
.recruitPage .flowSec .flowBox {
	border: 2px solid #EA5514;
    background: #fff;
	padding: 24px;
	align-items: center;
    max-width: 92px;
}
.recruitPage .flowSec .flowBox:last-of-type {
	/* margin-bottom: 0; */
}
.recruitPage .flowSec .flowBox figure {
	/* width: 15%; */
    text-align: center;
}
.recruitPage .flowSec .flowBox figure img {
	width: 50px;
	height: auto;
    margin-bottom: 10px;
}
.recruitPage .flowSec .flowBox dl {
	/* width: 85%; */
    display: flex;
    justify-content: center;
}
.recruitPage .flowSec .flowBox dl dt {
    writing-mode: vertical-rl;
	font-size: 2.4rem;
	font-weight: 600;
}
.recruitPage .flowSec .flowBox dl dd {
	line-height: 2.3;
}

/*--- 業務内容 ---*/
.recruitPage .businessSec {
	position: relative;
	padding: 120px 0;
}
.recruitPage .businessSec .headLine07 {
	/* color: #FFFFFF; */
    margin-bottom: 60px;
}
.recruitPage .businessSec .headLine07 .info:before {
    right: 16px;
    background: #CC3A3A;
}
.recruitPage .businessSec .businessBox {
	width: 48%;
}
.recruitPage .businessSec .businessBox dl {
	margin: 0 0 30px;
}
.recruitPage .businessSec .businessBox dl:last-of-type {
	margin-bottom: 0;
}
.recruitPage .businessSec .businessBox dl dt {
	font-size: 2rem;
	font-weight: 600;
	padding: 0 0 10px;
	color: #262626;
}
.recruitPage .businessSec .businessBox dl dd {
	line-height: 2.3;
}
.recruitPage .businessSec .business-wrap {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
}
.recruitPage .businessSec figure {
	width: 48%;
}
.recruitPage .businessSec figure img {
    /* border-radius: 20px; */
}
.recruitPage .businessSec figure img + img {
    margin-top: 20px;
}

/*--- キャリアパス ---*/
.recruitPage .careerSec {
	padding: 120px 0;
}
.recruitPage .careerSec .headLine07 {
	color: #111;
    margin-bottom: 120px;
}

.recruitPage .careerSec ul {
	display: flex;
	/* flex-flow: row wrap; */
	justify-content: space-between;
	gap: 60px 5%;
    width: 98%;
}
.recruitPage .careerSec ul > li {
	width: 8%;
	line-height: 2.3;
}
.recruitPage .careerSec ul > li figure {
    background: #EA5514;
    /* padding: 65px 45px 45px; */
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: relative;
}
.recruitPage .careerSec li:nth-child(2) {
    margin-top: -2%;
}
.recruitPage .careerSec li:nth-child(3) {
    margin-top: -3%;
}
.recruitPage .careerSec li:nth-child(4) {
    margin-top: -4%;
}
.recruitPage .careerSec li:nth-child(5) {
    margin-top: -5%;
}
.recruitPage .careerSec li:nth-child(6) {
    margin-top: -6%;
}
.recruitPage .careerSec li {
    position: relative;
}
.recruitPage .careerSec li::before {
    position: absolute;
    content: "";
    width: 150%;
    height: 2px;
    background: #EA5514;
    top: 30%;
    left: 130%;
    transform: rotateZ(-4deg);
}
.recruitPage .careerSec li:nth-child(6)::before {
    display: none;
}

.recruitPage .careerSec ul > li figure img {
	width: 35px;
	height: auto;
    margin-top: -85px;
}
.recruitPage .careerSec ul > li figure figcaption {
    position: absolute;
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
    color: #fff;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

/*--- 1日のスケジュール ---*/
.recruitPage .oneDay {
    padding: 0 20px 175px;
}
.recruitPage .oneDay .content {
    max-width: 1350px;
    padding: 0 0 125px;
    background: rgb(234 85 20 / .6);
}
.recruitPage .oneDay h3 {
    margin-bottom: 125px;
    font-size: 6rem;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 30px 30px 10px;
    color: #fff;
}
.recruitPage .oneDay h3 .info {
    /* padding: 5px 30px 10px; */
    display: block;
    color: #fff;
    font-size:1.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.recruitPage .listBox {
    margin: 0 120px;
    position: relative;
}
.recruitPage .listBox:before {
    position: absolute;
    left: 50%;
    top: -25px;
    bottom: -20px;
    width: 2px;
    background:  #fff;
    content: "";
}
.recruitPage .listBox .timeBox {
    clear: both;
    width: 50%;
    margin-bottom: -15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.recruitPage .listBox .timeBox:last-child {
    margin-bottom: 0;
}
.recruitPage .listBox .timeBox .txtInner {
    width: calc(100% - 140px);
    position: relative;
    padding: 20px 40px;
    background: rgb(255 255 255 / .2);
    box-sizing: border-box;
}
.recruitPage .listBox .timeBox .txtInner:before {
    margin-top: -11px;
    position: absolute;
    right: -17px;
    top: 60%;
    background: #fff;
    width: 19px;
    height: 2px;
    content: "";
}
.recruitPage .listBox .timeBox .txtInner .ttl {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.06em;
}
.recruitPage .listBox .timeBox .txtInner .txt {
	margin-top: 6px;
    letter-spacing: 0.06em;
    line-height: 1.9;
}
.recruitPage .listBox .timeBox .time {
    padding-right: 34px;
    width: 140px;
    color: #fff;
    position: relative;
    font-size: 3.2rem;
    font-family: "Kanit", sans-serif;
    font-style: normal;
    text-align: right;
    box-sizing: border-box;
}
.recruitPage .listBox .timeBox .time:before {
    margin-top: -10px;
    position: absolute;
    right: -11px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    content: "";
    border-radius: 50%;
}
.recruitPage .listBox .timeBox01 {
    float: right;
    flex-direction: row;
}
.recruitPage .listBox .timeBox01 .txtInner:before {
    right: auto;
    left: -17px;
    background-image: url("img/common/icon12.png");
}
.recruitPage .listBox .timeBox01 .time {
    text-align: left;
    padding: 0 0 0 32px;
}
.recruitPage .listBox .timeBox01 .time02 {
    padding-left: 45px;
}
.recruitPage .listBox .timeBox01 .time:before {
    position: absolute;
    left: -9px;
    right: auto;
}
/* .recruitPage .companySec {
    padding: 200px 0 180px;
    background-size: 240px auto,336px auto;
    background-image: linear-gradient(45deg, rgb(234 85 20 / .65), rgb(255 131 0 / .65));
    b
}
.recruitPage .companySec .comImgBox {
    margin-bottom: 100px;
	flex-direction: row-reverse;
}
.recruitPage .companySec .comImgBox01 {
	flex-direction: row;
}
.recruitPage .companySec .comImgBox:last-child {
    margin-bottom: 0;
}
.recruitPage .companySec .photoBox {
    width: 56%;
    border-radius: 20px;
    overflow: hidden;
}
.recruitPage .companySec .photoBox:before {
    background-image: url("img/common/icon09.png");
}
.recruitPage .companySec .photoBox:after {
    background-image: url("img/common/icon10.png");
}
.recruitPage .companySec .textBox {
	width: 40%;
}
.recruitPage .companySec .textBox .headLine06 {
    margin-bottom: 38px;
    text-align: left;
    font-size: 6rem;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    color: #fff;
}
.recruitPage .companySec .textBox p {
    color: #fff;
    line-height: 2.4;
} */
.recruitPage .comCompany {
    padding: 110px 0 146px;
}
.recruitPage .comCompany:before {
    right: -165px;
    top: -20px;
    width: 435px;
    height: 612px;
    background-image: url("img/recruit/bg.png");
    background-size: 435px auto;
}
.recruitPage .comCompany:after {
    left: -106px;
    bottom: -15px;
    width: 382px;
    height: 468px;
    background-image: url("img/recruit/bg0.png");
    background-size: 382px auto;
}
.recruitPage .comCompany .headLine07 {
    color: #fff;
}
.recruitPage .FormSec {
	padding: 100px 0;
}
.recruitPage .FormSec .headLine07 {
	color: #111;
}

@media all and (min-width: 897px) and (max-width: 1350px) {

}
@media all and (min-width: 897px) and (max-width: 1400px) {
	.recruitPage .recruitSec .innerBox .infoBox {
		margin: 0 40px 0 auto;
	}

    .recruitPage .careerSec ul > li figure {
        width: 86px;
        height: 86px;
    }
    .recruitPage .careerSec ul > li figure figcaption {
        font-size: 1.4rem;
        top: 30%;
    }
}
@media all and (max-width: 896px) {
    .recruitPage {
        margin-bottom: -51px;
    }
    .recruitPage .comVisual {
        margin-bottom: 13px;
        height: 300px;
    }
    .recruitPage .comVisual .headLine05 {
        position: absolute;
        left: -20px;
        top: 246px;
        font-size: 3.2rem;
    }

    .recruitPage #pagePath {
        margin-bottom: 23px;
    }
    .recruitPage .recruitSec {
        padding: 62px 0 70px;
    }
    .recruitPage .recruitSec .headLine07 {
        font-size: 4rem;
    }
    
    .recruitPage .recruitSec .innerBox {
        max-width: inherit;
        margin: 0 20px;
		padding: 0;
    }
    .recruitPage .recruitSec .innerBox .photoBox {
        padding-top: 12px;
        float: none;
        width: auto;
        margin: 0;
        position: relative;
        z-index: 2;
    }
    .recruitPage .recruitSec .innerBox .photoBox img {
        width: 100%;
    }
    .recruitPage .recruitSec .innerBox .textBox {
        margin: -10px auto 43px;
        float: none;
        width: auto;
    }
    .recruitPage .recruitSec .innerBox .infoBox {
        max-width: inherit;
        margin: 0;
		padding: 0;
    }
    .recruitPage .comBox {
        position: relative;
        z-index: 10;
    }
    .recruitPage .recruitSec .innerBox .textBox th,
    .recruitPage .recruitSec .innerBox .textBox td {
        float: left;
        width: 100%;
        padding: 0 0 16px;
        line-height: 1.9;
    }
    .recruitPage .recruitSec .innerBox .textBox th {
        padding: 20px 0 0;
        width: 100%;
        border-bottom: none;
    }
	
	/*--- 選考の流れ ---*/
	.recruitPage .flowSec {
		padding: 62px 0;
	}
	.recruitPage .flowSec .headLine07 {
		font-size: 4rem;
	}
	.recruitPage .flowSec .headLine07 .info {
		/* background: #d84545; */
	}
	.recruitPage .flowSec .flowBox {
		padding: 20px;
		margin: 0 0 30px;
		text-align: center;
	}
	.recruitPage .flowSec .flowBox figure {
		width: 100%;
		text-align: center;
		margin: 0 0 25px;
	}
	.recruitPage .flowSec .flowBox figure img {
		height: auto;
	}
	.recruitPage .flowSec .flowBox dl {
		width: 100%;
	}
	.recruitPage .flowSec .flowBox dl dt {
		font-size: 1.6rem;
		padding: 0 0 15px;
	}	
		
	/*--- 業務内容 ---*/
	.recruitPage .businessSec {
		padding: 62px 0;
	}
    .recruitPage .businessSec .headLine07 {
        font-size: 4rem;
    }
	.recruitPage .businessSec .headLine07 .info {
		/* background: #d84545; */
	}
	.recruitPage .businessSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .businessSec .businessBox {
		width: 100%;
		padding: 5% 0 0;
	}
	.recruitPage .businessSec figure {
		width: 100%;
		margin: 0;
	}
	
	/*--- キャリアパス ---*/
	.recruitPage .careerSec {
		padding: 62px 0;
	}
	.recruitPage .careerSec .headLine07 {
		font-size: 4rem;
	}
	.recruitPage .careerSec .headLine07 .info {
		/* background: #d84545; */
	}
	.recruitPage .careerSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .careerSec ul > li {
		width: 100%;
		text-align: center;
	}
    .recruitPage .careerSec ul > li figure {
        width: 70px;
        height: 70px;
    }
	.recruitPage .careerSec ul > li figure img {
		height: auto;
	}
	.recruitPage .careerSec ul > li figure figcaption {
		font-size: 1.1rem;
        top: 30%;
	}
    .recruitPage .careerSec li::before {
        width: 100%;
        left: 66%;
    }
    .recruitPage .careerSec ul > li figure img {
        width: 28px;
        margin-top: -74px;
    }
	
	/*--- 1日のスケジュール ---*/	
    .recruitPage .oneDay {
        padding: 0;
        background: #F2F3F2;
    }
    .recruitPage .oneDay .content {
        padding-bottom: 60px;
    }
    .recruitPage .oneDay h3 {
        margin-bottom: 52px;
        font-size: 2.4rem;
    }
    .recruitPage .oneDay h3 .info {
        padding: 14px 22px 10px;
        font-size: 1.4rem;
    }
    .recruitPage .listBox {
        margin: 0 20px;
    }
    .recruitPage .listBox:before {
        position: absolute;
        left: 10px;
        top: 0px;
        bottom: 0px;
        width: 3px;
    }
    .recruitPage .listBox .timeBox {
        clear: both;
        width: 100%;
        margin-bottom: 15px;
        flex-direction: row;
    }
    .recruitPage .listBox .timeBox:last-child {
        margin-bottom: 0;
    }
    .recruitPage .listBox .timeBox .txtInner {
        width: calc(100% - 110px);
        padding: 8px 10px 12px 14px;
    }
    .recruitPage .listBox .timeBox .txtInner:before {
        margin-top: -11px;
        position: absolute;
        right: auto;
        left: -14px;
        top: 50%;
        background: url("img/common/sp_icon05.png") no-repeat right center;
        background-size: 17px auto;
        width: 17px;
        height: 16px;
        content: "";
    }
    .recruitPage .listBox .timeBox .txtInner .ttl {
        font-size: 1.4rem;
    }
    .recruitPage .listBox .timeBox .txtInner .txt {
		margin-top: 4px;
        font-size: 1.2rem;
        line-height: 1.6;
        text-align: justify;
    }
    .recruitPage .listBox .timeBox .time {
        padding: 0 0 0 34px;
        width: 110px;
        font-size: 1.6rem;
        text-align: left;
    }
    .recruitPage .listBox .timeBox .time:before {
        margin-top: -10px;
        right: auto;
        left: 4px;
        top: 50%;
        width: 15px;
        height: 15px;
    }
    .recruitPage .listBox .timeBox01 {
        float: none;
    }
    .recruitPage .listBox .timeBox01 .txtInner:before {
        right: auto;
        left: -14px;
        background-image: url("img/common/sp_icon05.png");
    }
    .recruitPage .listBox .timeBox01 .time02 {
        padding-left: 45px;
    }
    .recruitPage .listBox .timeBox01 .time:before {
        position: absolute;
        left: 4px;
        right: auto;
    }
    
	.recruitPage .FormSec {
		padding: 62px 0;
	}
    .recruitPage .FormSec .headLine07 {
        font-size: 4rem;
    }
	.recruitPage .FormSec .headLine07 .info {
		/* background: #EA5514; */
	}
}
@media all and (max-width: 604px) {
    .recruitPage .flowSec .flowBox figure img {
        width: 28px;
    }
    .recruitPage .flowSec .flowBox {
        padding: 12px;
    }
    .recruitPage .flowSec .flowBox dl dt {
        font-size: 1.4rem;
    }
    .recruitPage .careerSec ul {
        gap: 60px 2%;
    }
    .recruitPage .careerSec ul > li figure {
        width: 54px;
        height: 54px;
    }
    .recruitPage .careerSec ul > li figure figcaption {
        line-height: 1.1;
    }
}

/*------------------------------------------------------------
	voicePage
------------------------------------------------------------*/
.voicePage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 490px;
    width: 90vw;
    margin-left: 10vw;
    background: url("img/voice/voice_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    display: block;
}
.voicePage .comVisual .headLine05 {
    background: #EA5514;
    line-height: 1.2;
    position: absolute;
    left: -60px;
    top: 340px;
}

.voicePage .infoSec {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.voicePage .infoSec .innerBox {
    width: 32%;
    margin-bottom: 150px;
    position: relative;
}
.voicePage .infoSec .innerBox .photoBox {
    margin-bottom: 30px;
}
.voicePage .infoSec .innerBox .photoBox img {
    aspect-ratio: 5 / 7;
    object-fit: cover;
}
.voicePage .infoSec .innerBox .job {
    position: absolute;
    top: 0;
    color: #fff;
    background: #EA5514;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4rem;
    line-height: 1;
}
.voicePage .infoSec .innerBox .textBox {
    position: absolute;
    bottom: 30px;
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: normal !important;
    background: #EA5514;
    background: linear-gradient(90deg,rgba(234, 85, 20, 1) 0%, rgba(234, 85, 20, 0.8) 50%, rgba(234, 85, 20, 0) 100%);
    box-sizing: border-box;
}
.voicePage .infoSec .innerBox h3 {
    font-size: 1.8rem;
    font-weight: normal;
}
.voicePage .infoSec .innerBox .date {
    color: #777;
}

@media all and (max-width: 896px) {
    .voicePage {
        margin-bottom: 0;
        overflow: hidden;
    }
    .voicePage .comVisual {
        margin-bottom: 13px;
        height: 300px;
    }
    .voicePage .comVisual .headLine05 {
        position: absolute;
        left: -20px;
        top: 246px;
        font-size: 3.2rem;
    }
    .voicePage .infoSec .innerBox {
        margin-bottom: 50px;
    }
    .voicePage .infoSec .innerBox h3 {
        font-size: 1.8rem;
    }
}

@media all and (max-width: 639px) {
    .voicePage .infoSec {
        flex-direction: column;
    }
    .voicePage .infoSec .innerBox {
        width: initial;
    }
}

/*------------------------------------------------------------
	newsPage
------------------------------------------------------------*/
.newsPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 490px;
    width: 90vw;
    margin-left: 10vw;
    background: url("img/voice/voice_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    display: block;
}
.newsPage .comVisual .headLine05 {
    background: #EA5514;
    line-height: 1.2;
    position: absolute;
    left: -60px;
    top: 340px;
}

.newsPage .infoSec {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.newsPage .infoSec .innerBox {
    width: 32%;
    margin-bottom: 150px;
}
.newsPage .infoSec .innerBox .photoBox {
    margin-bottom: 30px;
}
.newsPage .infoSec .innerBox .photoBox img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
}
.newsPage .infoSec .innerBox h3 {
    font-size: 2.4rem;
}
.newsPage .infoSec .innerBox .date {
    color: #777;
}

/* 個別記事ページ */
.detailBox {
    margin: -54px auto -25px;
    max-width: 920px;
}
.detailBox p {
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}
.detailBox .date {
    margin-bottom: 0;
    letter-spacing: 0.06em;
}
.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;
    vertical-align: 2px;
    border-radius: 7px;
    margin: 2px 5px 2px 20px;
    background-color: #D84545;
}
.detailBox h3 {
    margin-bottom: 46px;
    padding-bottom: 17px;
    font-size: 3rem;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
.detailBox .detailPhoto {
    margin-bottom: 40px;
}
.pageNavi {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.pageNavi li {
    margin: 0 20px;
}
.pageNavi li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    .newsPage {
        margin-bottom: 0;
        overflow: hidden;
    }
    .newsPage .comVisual {
        margin-bottom: 13px;
        height: 300px;
    }
    .newsPage .comVisual .headLine05 {
        position: absolute;
        left: -20px;
        top: 246px;
        font-size: 3.2rem;
    }
    .newsPage .infoSec .innerBox {
        margin-bottom: 50px;
    }
    .newsPage .infoSec .innerBox h3 {
        font-size: 1.8rem;
    }

    .detailBox {
        padding: 22px 0 30px;
        margin: -30px 24px -60px;
    }
    .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;
    }
    .pageNavi {
        padding-bottom: 55px;
    }
}

@media all and (max-width: 639px) {
    .newsPage .infoSec {
        flex-direction: column;
    }
    .newsPage .infoSec .innerBox {
        width: initial;
    }
}

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