@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+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
/*
Theme Name: masuto
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #212836;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #212836;
}
a:hover {
	color: #212836;
}
a:active {
	color: #212836;
}
p {
    line-height: 1.85;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #212836;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
    overflow-y: scroll;
}
#container {
	padding-top: 83px;
	overflow: hidden;
	text-align: left;
}
#main {
    margin-bottom: 250px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
video {
    width: 100%;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 110px;
    }
	#container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	height: 83px;
	box-sizing: border-box;
	z-index: 1000;
}
#gHeader h1 {
	padding: 18px 0 0 27px;
	float: left;
}
#gHeader .rBox {
	float: right;
    display: flex;
    align-items: center;
}
#gHeader .rBox .btn {
	float: left;
}
#gHeader .rBox .btn a {
	color: #fff;
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 194px;
	text-align: center;
	background: #e60012;
	letter-spacing: 0.06em;
}
#gHeader .rBox .btn img {
	margin: -3px 12px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#gHeader .rBox .btn a:hover {
    opacity: 0.7;
}
#gHeader .menu {
	float: right;
	width: 83px;
	height: 83px;
	display: flex;
    cursor: pointer;
	align-items: center;
	justify-content: center;
    background-color: #37a34a;
}
#gHeader .menu {
    position: relative;
}
.menu span {
    position: absolute;
    left: calc(50% - 17px);
    top: calc(50% - 1px);
    transition: all .4s;
    box-sizing: border-box;
    width: 35px;
    height: 2px;
    background-color: #fff;
}
.menu span:nth-of-type(1) {
    top: calc(50% - 11px);
}
.menu span:nth-of-type(3) {
    top: calc(50% + 9px);
}
#gHeader .menu.on span {
    opacity: 0;
    top: calc(50% - 1px) !important;
}
#gHeader .menu.on span:nth-of-type(1) {
    opacity: 1;
    transform: rotate(45deg);
}
#gHeader .menu.on span:nth-of-type(3) {
    opacity: 1;
    transform: rotate(-45deg);
}
#gHeader .menu.on span {
    display: block !important;
}
.menu.on span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menuBox {
    display: none;
    position: fixed;
    right: 0;
    top: 83px;
    width: 550px;
    background: #37a34a;
    z-index: 1000;
    height: calc(100% - 83px);
    overflow-y: auto;
    box-sizing: border-box;
}
.menuBox .naviUl {
    padding: 0 50px 100px 60px;
}
.menuBox .naviUl li a {
    padding: 20px 30px 19px 0;
    position: relative;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #fff;
}
.menuBox .naviUl li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    background: url("img/common/icon02.png") no-repeat left top;
    background-size: 14px 14px; 
    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: #37a34a;
	padding: 3px 10px;
}
.sns {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 16px;
    @media (width < 896px) {
        width: 35px;
        height: 35px;

    }
}
@media all and (min-width: 897px) {
    #gHeader .menu:hover {
        background: #EFEFEF; 
	    transition: .3s;
		-webkit-transition: .3s;
    }
    #gHeader .menu:hover span {
        background-color: #37a34a;
    }
    #gHeader .menu.on:before {
        display: none;
    }
    .menuBox .naviUl li a:hover:before {
        right: -4px;
    }
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
	}
    #gHeader h1 {
        padding: 16px 0 0 16px;
        float: left;
    }
    #gHeader .rBox {
        float: right;
    }
    #gHeader .rBox .btn {
        float: left;
    }
    #gHeader .rBox .btn a {
        height: 60px;
        width: 96px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }
    #gHeader .rBox .btn img {
        margin: -1px 6px 0 0;
    }
    #gHeader .menu {
        float: right;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gHeader .menu:before {
		margin: -10px -10px 0 0;
		width: 20px;
		height: 20px;
        background: url("img/common/sp_menu.png") no-repeat center center;
        background-size: 20px 20px; 
    }
	#gHeader .menu.on:before {
		display: none;
	}
    .menu span {
        width: 20px;
        height: 1px;
        left: calc(50% - 9px);
    }
    .menu span:nth-of-type(1) {
        top: calc(50% - 8px);
    }
    .menu span:nth-of-type(3) {
        top: calc(50% + 7px);
    }
    .menuBox {
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
	margin: 0 auto 120px;
	padding: 0 20px;
    margin-top: 40px;
}
#pagePath li {
	margin-right: 10px;
	color: #37a34a;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 30px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; 
}
#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 0 24px;
    }
    #pagePath li {
        margin-right: 9px;
    }
    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto; 
    }
    #pagePath li img {
        margin: -3px 0 0;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter  {
    padding: 24px 100px;
    background-color: #222;
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: right;
    color: #fff;
}
.pageTop {
    position: fixed;
    right: 15px;
    bottom: 12px;
    width: 44px;
	z-index: 600;
}
.pageTop a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter  {
        padding: 20px 0;
    }
    #gFooter address {
        font-size: 1.2rem;
        text-align: center;
    }
    .pageTop {
        display: none;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1116px;
	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: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("img/recruit/com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
}
.comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
	color: #fff;
}
@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: #232835;
    content: "";
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 50px;
        padding-bottom: 23px;
        font-size: 2.4rem;
        text-align: center;
    }
    .headLine02:before {
        margin-left: -16px;
        left: 50%;
        bottom: 0;
        width: 32px;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 20px;
    padding-bottom: 26px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 10px;
        padding-bottom: 13px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 40px;
	color: #37a34a;
	font-family: 'Oswald', sans-serif;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.03em;
    border-bottom: 3px solid #37a34a;
    display: inline-block;
}
@media all and (max-width: 896px) {
    .headLine04 {
        font-size: 2.5rem;
    }
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 45px;
	color: #37a34a;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.headLine05 .info {
	padding-bottom: 20px;
	position: relative;
}
.headLine05 .info:before {
    position: absolute;
    left: 0;
	right: 0;
    bottom: 0;
    height: 4px;
    background: #37a34a;
    content: "";
}
@media all and (max-width: 896px) {
    .headLine05 {
        margin-bottom: 47px;
        font-size: 2.4rem;
    }
    .headLine05 .info {
        padding-bottom: 15px;
    }
}
/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
    padding: 136px 0 140px;
    background: #fff;
}
.comCompany .headLine04 {
	margin-bottom: 60px;
}
.comCompany .textBox {
    position: relative;
    width: 45%;
    float: left;
    color: #222;
    box-sizing: border-box;
}
.comCompany .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.comCompany .textBox th,
.comCompany .textBox td {
    padding: 20px 0;
	font-size: 1.4rem;
	text-align: left;
	vertical-align: middle;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(34,34,34,0.2);
}
.comCompany .textBox th {
    width: 30.6%;
    font-weight: 700;
}
.comCompany .mapBox {
    width: 48.7%;
    float: right;
}
.comCompany .mapBox iframe {
	height: 390px;
	width: 100%;
	vertical-align: top;
	background: #000;
}
@media all and (max-width: 896px) {
    .comCompany {
        padding: 44px 0 72px;
    }
    .comCompany .headLine04 {
        margin-bottom: 0;
        letter-spacing: 0.08em;
    }
    .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: 238px;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 361px;
    background: url("img/common/com_box_bg.jpg") no-repeat center center;
    background-size: cover;
}
.comBox01 {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .comBox {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 182px;
        background: url("img/common/sp_com_box_bg.jpg") no-repeat center center;
        background-size: cover;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
    display: block;
    width: 560px;
    color: #fff;
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
    border: 2px solid #fff;
    letter-spacing: 0.06em;
}
.comLink .info {
    position: relative;
    z-index: 2;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comLink .info:before {
	margin-top: -15px;
    position: absolute;
    right: 15px;
	top: 50%;
    background: url("img/common/icon10.png") no-repeat left top;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		color: #37a34a;
		background: #fff;
	}
	.comLink a:hover .info:before {
		right: 11px;
		background: url("img/common/icon10_over.png") no-repeat left top;
		background-size: 30px auto;
	}
}
@media all and (max-width: 896px) {
    .comLink a {
        width: 324px;
        font-size: 1.6rem;
    }
    .comLink .info {
        height: 56px;
    }
    .comLink .info:before {
        margin-top: -12px;
        right: 15px;
        background: url("img/common/sp_icon07.png") no-repeat left top;
        background-size: 23px auto;
        width: 23px;
        height: 23px;
    }
}
@media all and (max-width: 374px) {
    .comLink a {
        width: 290px;
    }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    max-width: 1920px;
    margin: 0 auto 255px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.comImgBox .photoBox {
    width: 49.2%;
	position: relative;
	z-index: 2;
      overflow: hidden;
}

.comImgBox .photoBox::before {
  transform: translateX(0);
  animation: none;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.comImgBox.active .photoBox::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}


.comImgBox .textBox {
	width: 50.8%;
	position: relative;
}
.comImgBox .textBox:before {
	position: absolute;
	top: -157px;
	bottom: -122px;
	right: 0;
	left: -63%;
	content: "";
	/* background: #EFEFEF; */
	z-index: -1;
    background: #37a34a;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");

}
.comImgBox .textBox .subBox {
	max-width: 465px;
	padding: 0 20px 0 0;
	margin: 0 auto -12px 96px;
}
.comImgBox .textBox .subBox p {
	font-size: 2rem;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.9;
	text-align: justify;
	letter-spacing: 0.06em;
}
@media all and (min-width: 1201px) and (max-width: 1399px) {
	.comImgBox .textBox::before {
		/* top: -70%; */
            top: -15%;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comImgBox .textBox .subBox {
		margin: 0 auto 0 40px;
	}
	.comImgBox01 .textBox .subBox {
		margin: 0 40px 0 auto;
	}
	.comImgBox .textBox::before {
		top: -5%;
	}
	.comImgBox .textBox .subBox p {
		font-size: 1.8rem;
	}
}
@media all and (max-width: 896px) {
    .comImgBox {
        max-width: inherit;
        margin: 0 0 55px;
        display: block;
    }
    .comImgBox .photoBox {
        width: auto;
        margin: 0 24px 0 0;
    }
    .comImgBox .photoBox img {
        width: 100%;
    }
    .comImgBox .photoBox .nameSpan {
        margin-top: 18px;
        font-size: 1.6rem;
    }
    .comImgBox .photoBox .nameSpan .small {
        margin-left: 10px;
    }
    .comImgBox .textBox {
        width: 100%;
        margin-bottom: 25px;
    }
    .comImgBox .textBox:before {
        right: 0;
        bottom: 0;
        top: -174px;
        left: 24px;
    }
    .comImgBox .textBox .subBox {
        max-width: inherit;
        margin: 0;
		padding: 16px 33px 18px 48px;
    }
    .comImgBox .textBox .subBox p {
        font-size: 1.4rem;
        line-height: 2.1;
    }
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
	margin: 0 auto;
	width: 200px;
	height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	background: #e60012;
	letter-spacing: 0.08em;
}
.comMore a:before {
    position: absolute;
	margin-top: -9px;
	right: 13px;
	top: 50%;
	width: 18px;
	height: 18px;
	background: url("img/common/sp_icon06.png") no-repeat left top;
	background-size: 18px auto;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
	.comMore a:hover {
		color: #fff;
		background: #37a34a;
	}
	.comMore a:hover:before {
		right: 9px;
		/* background: url("img/common/icon16.png") no-repeat left top; */
        background: url("img/common/sp_icon06.png") no-repeat left top;
		background-size: 18px auto;
	}
}
@media all and (max-width: 896px) {
    .comMore a {
        font-size: 1.6rem;
    }
    .comMore a:before {
        position: absolute;
        margin-top: -9px;
        right: 13px;
        width: 18px;
        height: 18px;
        background: url("img/common/sp_icon06.png") no-repeat left top;
        background-size: 18px auto;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
    margin-bottom: -207px;
}
.indexPage .mainVisual {
	position: relative;
	padding: 0 0 100px;
}
.indexPage .mainVisual:before {
	content: "";
	width: 93%;
    height: 80%;
    background: #37a34a;
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: -1;
}
.indexPage .mainVisual:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	bottom: 0; right:7%;
	z-index: -1;
}
.indexPage .mainVisual .mainImg {
	margin: 0 0 0 139px;
}
.indexPage .mainVisual .mainImg video {
	width: 100%;
}
.indexPage .mainVisual .txtInner {
	padding: 92px 0 0;
	position: relative;
}
.indexPage .mainVisual .txtInner:before {
	position: absolute;
	left: 0;
	right: calc(50% - 683px);
	background: #37a34a;
	content: "";
	bottom: 0;
	height: 771px;
	z-index: -1;
}
.indexPage .mainVisual .txtInner:after {
	position: absolute;
	right: calc(50% - 683px);
	width: 53px;
	height: 49px;
	background: url("img/index/icon01.jpg") no-repeat right bottom;
	background-size: 53px auto;
	content: "";
	bottom: 0;
}
.indexPage .mainVisual .txtInner .content {
	padding-left: 160px;
}
.indexPage .mainVisual .txtInner .ttl {
	padding: 0 90px 98px 0;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.3;
	letter-spacing: 0.06em;
}
.indexPage .interviewSec {
	padding: 60px 0 20px;
}
.indexPage .interviewSec .topBox {
	padding: 72px 0;
	background: url("img/common/com_bg01.png") no-repeat right top;
	background-size: 567px auto; 
}
.indexPage .interviewSec .topBox .txt {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.06em;
}
.indexPage .interviewSec .linkList li {
	width: 100%;
}
.indexPage .interviewSec .linkList li a {
	height: 553px;
	display: block;
	position: relative;
	background: url("img/index/bg01.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .interviewSec .linkList .bg02 a {
	background: url("img/index/bg02.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .interviewSec .linkList .bg03 a {
	background: url("img/index/bg03.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .interviewSec .linkList li .content {
	display: block;
	padding-top: 120px;
}
.indexPage .interviewSec .linkList li .content img {
	width: 100%;
    @media (width < 896px) {
        height: 170px;
        object-fit: cover;
}

}
.indexPage .interviewSec .linkList li .txtBox {
	display: block;
	padding: 34px 43px;
	width: 320px;
	height: 320px;
	position: relative;
	box-sizing: border-box;
	background: url("img/index/bg04.png") no-repeat center bottom;
	background-size: cover;
	z-index: 10;
}
.indexPage .interviewSec .linkList li .txtBox .name {
	margin-bottom: 20px;
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 3.2rem;
	letter-spacing: 0.06em;
}
.indexPage .interviewSec .linkList li .txtBox .txtSpan {
	display: block;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.06em;
}
.indexPage .interviewSec .linkList li .txtBox .more {
	padding: 1px 20px 1px 0;
	position: absolute;
	right: 50px;
	bottom: 30px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.indexPage .interviewSec .linkList li .txtBox .more:before {
	margin-top: -7px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
	height: 14px;
	background: url("img/common/icon02.png") no-repeat right center;
	background-size: 14px auto; 
	content: "";
	transition: .3s;
	-webkit-transition: .3s;
}
.indexPage .interviewSec .linkList li:nth-child(2n) .txtBox {
	float: right;
}
.indexPage .interviewSec .linkList li .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #37a34a94;
	opacity: 0;
    transition: .3s;
	-webkit-transition: .3s;
}
.indexPage .interviewSec .linkList li .hover .infoHover {
	width: 340px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	color: #fff;
	font-size: 1.8rem;
	align-items: center;
	justify-content: center;
	text-align: justify;
	line-height: 2;
}
.indexPage .aboutSec {
	margin-bottom: 130px;
}
.indexPage .aboutSec .topBox {
	padding: 130px 0 40px;
	background: url("img/common/com_bg01.png") no-repeat left 100px top;
	background-size: 567px auto; 
}
.indexPage .aboutSec .topBox .headLine04 {
	margin-bottom: 0;
}
.indexPage .aboutSec .businessBox {
	padding: 124px 0;
	position: relative;
	min-height: 555px;
	box-sizing: border-box;
	background: no-repeat center center;
	background-size: cover; 
}
.indexPage .aboutSec .businessBox:before {
	position: absolute;
	right: -21px;
	bottom: 0;
	width: 567px;
	height: 431px;
	background: url("img/common/com_bg02.png") no-repeat right center;
	background-size: 567px auto;
	content: "";
}
.indexPage .aboutSec .businessBox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #37a34a;
    opacity: 0.4;
    top: 0;
    z-index: 0;
}
.indexPage .aboutSec .businessBox .content {
	max-width: 920px;
    position: relative;
    z-index: 1;
}
.indexPage .aboutSec .businessBox .headLine04 {
	margin-bottom: 21px;
	color: #fff;
}
.indexPage .aboutSec .businessBox .txt {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.9;
}
.indexPage .jobSec {
	padding-bottom: 140px;
	background: #37a34a;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}
.indexPage .jobSec .topBox {
	padding: 140px 0 93px;
	/* background: url("img/common/com_bg03.png") no-repeat left 93px top; */
	background-size: 567px auto; 
}
.indexPage .jobSec .topBox .headLine04 {
	color: #fff;
}
.indexPage .jobSec .topBox .txt {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
}
.indexPage .jobSec .innerBox {
	margin-bottom: 65px;
	position: relative;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
/* .indexPage .jobSec .innerBox:before {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 46px;
	height: 41px;
	background: url("img/index/icon02.png") no-repeat left top;
	background-size: 46px auto;
	content: "";
    z-index: 2;
} */
.indexPage .jobSec .innerBox .photoBox {
	padding-bottom: 33%;
	width: 43%;
	height: 0;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
}
.indexPage .jobSec .innerBox .textBox {
	width: 57%;
	padding: 32px 65px 32px 60px;
	box-sizing: border-box;
    position: relative;
    z-index: 1;
    &::before {
        position: absolute;
        content: "";
        width: 150px;
        height: 100%;
        left: -43px;
        top: 0;
        background-color: #fff;
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        z-index: -1;
        @media (width < 896px) {
            display: none;
        }
        
    }
}
.indexPage .jobSec .innerBox .photoBox::after {
  transform: translateX(0);
  animation: none;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 50%;
  @media (width < 896px) {
    display: none;
}

}

.indexPage .jobSec .innerBox.active .photoBox::after {
  animation: img-wrap 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.indexPage .jobSec .innerBox .textBox .jobTagBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0 0 12px;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox span {
	background: #37a34a;
	color: #FFFFFF;
	margin-right: 5px;
	padding: 3px 20px;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox span:last-of-type {
	margin-right: 0;
}

.indexPage .jobSec .innerBox .textBox .headLine03 {
	margin-bottom: 22px;
	padding-bottom: 21px;
	color: #37a34a;
}
.indexPage .jobSec .innerBox .textBox .txt {
	margin-bottom: 70px;
	letter-spacing: 0.06em;
	line-height: 1.9;
}
.indexPage .jobSec .btnMore {
	padding-top: 40px;
}
.indexPage .jobSec .btnMore a {
	position: relative;
	display: flex;
	color: #37a34a;
	width: 200px;
	height: 50px;
	font-size: 1.6rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	border: 1px solid #fff;
	letter-spacing: 0.08em;
}
.indexPage .jobSec .btnMore .info {
	position: relative;
	z-index: 3;
}
.indexPage .jobSec .btnMore a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.indexPage .interviewSec .linkList li .hover .infoHover {
		padding-left: 260px;
	}
	.indexPage .interviewSec .linkList li:nth-child(2n) .hover .infoHover {
		padding: 0 260px 0 0;
	}
}
@media all and (min-width: 897px) {
	.indexPage .interviewSec .linkList li a:hover .txtBox {
		background: url("img/index/bg04_over.png") no-repeat center bottom;
		background-size: cover;
	}
	.indexPage .interviewSec .linkList li a:hover .hover {
		opacity: 1;
	}
	.indexPage .interviewSec .linkList li a:hover .txtBox .name {
		color: #37a34a;
	}
	.indexPage .interviewSec .linkList li a:hover .txtBox .txtSpan {
		color: #37a34a;
	}
	.indexPage .interviewSec .linkList li a:hover .more {
		color: #37a34a;
	}
	.indexPage .interviewSec .linkList li a:hover .more:before {
		right: -4px;
		background: url("img/common/icon02_over.png") no-repeat right  center;
		background-size: 14px auto; 
	}
}
@media all and (max-width: 896px) {
    .indexPage {
        margin-bottom: -110px;
    }
	.indexPage .mainVisual {
		padding: 0 0 30px;
	}
	.indexPage .mainVisual .mainImg {
		margin: 0;
	}
    .indexPage .mainVisual .txtInner {
        padding: 0 24px 44px;
    }
    .indexPage .mainVisual .txtInner:before {
        top: -269px;
        right: 24px;
        height: auto;
        bottom: 0;
    }
    .indexPage .mainVisual .txtInner:after {
        position: absolute;
        right: 24px;
        width: 22px;
        height: 22px;
        background: url("img/index/sp_icon.jpg") no-repeat right bottom;
        background-size: 22px auto;
        content: "";
        bottom: 0;
    }
    .indexPage .mainVisual .txtInner .content {
        padding-left: 0;
    }
    .indexPage .mainVisual .txtInner .ttl {
        padding: 44px 0 0;
        font-size: 1.4rem;
        line-height: 2.15;
        text-align: justify;
    }
    .indexPage .interviewSec {
        padding: 10px 0 0;
    }
    .indexPage .interviewSec .topBox {
        padding: 32px 0 57px;
        background: url("img/common/sp_com_bg01.png") no-repeat right -10px top;
        background-size: 123px auto; 
    }
    .indexPage .interviewSec .topBox .txt {
        font-size: 1.4rem;
        line-height: 2.1;
        text-align: justify;
    }
    .indexPage .interviewSec .linkList li a {
        height: auto;
        background: none !important;
    }
    .indexPage .interviewSec .linkList li .content {
        display: block;
        padding: 0;
    }
    .indexPage .interviewSec .linkList li .txtBox {
        padding: 17px 23px;
        width: 100%;
        height: auto;
        background: #37a34a url("img/common/sp_icon06.png") no-repeat right 25px center;
        background-size: 18px auto; 
    }
    .indexPage .interviewSec .linkList li .txtBox .name {
        margin-bottom: 6px;
        font-size: 1.6rem;
    }
    .indexPage .interviewSec .linkList li .txtBox .txtSpan {
        font-size: 1.4rem;
    }
    .indexPage .interviewSec .linkList li .txtBox .more {
        display: none;
    }
    .indexPage .interviewSec .linkList li:nth-child(2n) .txtBox {
        float: none;
    }
    .indexPage .interviewSec .linkList li .hover {
        position: static;
        background: none;
        opacity: 1;
    }
    .indexPage .interviewSec .linkList li .hover .infoHover {
        width: auto;
        padding: 8px 25px 50px;
        display: block;
        color: #212836;
        line-height: 1.8;
        font-size: 1.4rem;
    }
    .indexPage .aboutSec {
        margin-bottom: 54px;
        padding: 30px 0 0;
        background: url("img/common/sp_com_bg02.png") no-repeat left 26px top;
        background-size: 123px auto; 
    }
    .indexPage .aboutSec .topBox {
        padding: 0;
        background: none;
    }
    .indexPage .aboutSec .topBox .headLine04 {
        margin-bottom: 16px;
    }
    .indexPage .aboutSec .businessBox {
        padding: 44px 0 37px;
        min-height: 311px;
        box-sizing: border-box;
        background: url("img/index/sp_bg01.jpg") no-repeat center center;
        background-size: cover; 
    }
    .indexPage .aboutSec .businessBox:before {
        position: absolute;
        right: -6px;
        top: 10px;
        bottom: auto;
        width: 123px;
        height: 93px;
        background: url("img/common/sp_com_bg03.png") no-repeat left center;
        background-size: 123px auto;
        content: "";
    }
    .indexPage .aboutSec .businessBox .content {
        max-width: inherit;
    }
    .indexPage .aboutSec .businessBox .headLine04 {
        margin-bottom: 9px;
        letter-spacing: 0.08em;
    }
    .indexPage .aboutSec .businessBox .txt {
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.06em;
        line-height: 2.1;
    }
    .indexPage .jobSec {
        padding-bottom: 56px;
    }
    .indexPage .jobSec .topBox {
        padding: 46px 0 52px;
        background: url("img/common/sp_com_bg04.png") no-repeat left 25px top 8px;
        background-size: 123px auto; 
    }
    .indexPage .jobSec .topBox .txt {
        text-align: justify;
        font-size: 1.4rem;
        line-height: 2.15;;
    }    
    .indexPage .jobSec .innerBox {
        margin-bottom: 57px;
        display: block;
    }
	.indexPage .jobSec .innerBox:before {
		width: 30px;
		height: 26px;
		background-size: 30px auto;
	}
    .indexPage .jobSec .innerBox .photoBox {
        padding-bottom: 78%;
        width: 100%;
    }
    .indexPage .jobSec .innerBox .textBox {
        width: 100%;
        padding: 28px 24px 43px;
    }
    .indexPage .jobSec .innerBox .textBox .headLine03 {
        margin-bottom: 14px;
        padding-bottom: 23px;
    }
    .indexPage .jobSec .innerBox .textBox .txt {
        margin-bottom: 35px;
        line-height: 2.15;
    }
    .indexPage .jobSec .innerBox .textBox .comMore {
        margin-right: 0;
        text-align: center;
    }
    .indexPage .jobSec .btnMore {
        margin: 0 auto;
		padding: 0;
    }
    .indexPage .jobSec .btnMore a {
        height: 48px;
    }
}
/*------------------------------------------------------------
	recruitPage
------------------------------------------------------------*/
.recruitPage {
    margin-bottom: -250px;
}
.recruitPage #pagePath {
	margin-bottom: 150px;
}
.recruitPage .topSec {
    margin-bottom: 150px;
}
.recruitPage .topSec .topText {
    max-width: 840px;
    margin: -8px auto 156px;
    font-size: 2rem;
	color: #37a34a;
    position: relative;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.06em;
}
.recruitPage .topSec .linkList {
	justify-content: center;
	gap: 10px 2.5%;
}
.recruitPage .topSec .linkList li {
    width: 18%;
}
.recruitPage .topSec .linkList li:nth-child(5n) {
    margin-right: 0;
}
.recruitPage .topSec .linkList li a {
    padding: 0 15px;
    display: flex;
    height: 53px;
	color: #fff;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    align-items: center;
    justify-content: flex-start; 
    box-sizing: border-box;
	background: #dc3232;
}
.recruitPage .topSec .linkList li .info {
	position: relative;
	z-index: 2;
}
.recruitPage .topSec .linkList li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #37a34a;
	width: 100%;
	height: 0;
	transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.recruitPage .topSec .linkList li a:after {
    margin-top: -7px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url("img/common/icon09.png") no-repeat right center;
    background-size: 14px auto; 
    content: "";
	z-index: 2;
}
@media all and (min-width: 897px) {
	.recruitPage .topSec .linkList li a:hover:before{
		 height: 100%;	
		 background-color: #37a34a;
	}
}
.recruitPage .recruitSec {
    padding: 155px 0 170px;
    /* background: #EFEFEF url("img/common/com_bg04.png") no-repeat left 92px top; */
    background: #eaffed url("img/common/com_bg06.png") no-repeat left 92px top;
	background-size: 567px auto; 
}
.recruitPage .recruitSec .headLine05 {
	margin-bottom: 120px;
}
.recruitPage .recruitSec .innerBox {
    max-width: 1920px;
    margin: 0 auto;
}
.recruitPage .recruitSec .innerBox .photoBox {
    padding-top: 12px;
    float: right;
    width: 44.3%;
}
.recruitPage .recruitSec .innerBox .photoBox img {
	margin-bottom: 10px;
}
.recruitPage .recruitSec .innerBox .textBox {
    margin-top: -10px;
    float: left;
    width: 55.7%;
}
.recruitPage .recruitSec .innerBox .infoBox {
    max-width: 587px;
    margin: 0 90px 0 auto;
	padding-left: 20px;
    span {
        border-left: 5px solid #37a34a;
        padding-left: 8px;
        font-weight: bold;
        color: #37a34a;
    }

}
.recruitPage .recruitSec .innerBox .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.recruitPage .recruitSec .innerBox .textBox th,
.recruitPage .recruitSec .innerBox .textBox td {
    color: #222;
    padding: 17px 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.9;
    border-bottom: 1px solid rgba(34,34,34,0.2);
    letter-spacing: 0.06em;
}
.recruitPage .recruitSec .innerBox .textBox th {
    width: 34.5%;
}

/*--- ポイント ---*/
.recruitPage .pointSec {
	padding: 120px 0;
}
.recruitPage .pointSec .headLine06 {
	margin-bottom: 62px;
}
.recruitPage .pointSec .pointBox {
	/* border: 1px solid #DBE1E7; */
    background: #eaffed;
	padding: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px;
}
.no {
    position: absolute;
    left: -25px;
    font-size: 10rem;
    z-index: -1;
    color: #37a34a;
    @media (width < 896px) {
        top: -90px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
}

}
.recruitPage .pointSec .pointBox:last-of-type {
	margin-bottom: 0;
}
.recruitPage .pointSec .pointBox figure {
	width: 14%;
}
.recruitPage .pointSec .pointBox figure img {
	width: 100px;
	height: auto;
}
.recruitPage .pointSec .pointBox dl {
	width: 86%;
}
.recruitPage .pointSec .pointBox dl dt {
	color: #37a34a;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 0 0 25px;
}
.recruitPage .pointSec .pointBox dl dd {
	line-height: 2.3;
    display: inline-block;
    text-align: left;
}


/*--- インタビュー ---*/
.recruitPage .interviewSec {
    padding: 132px 0 120px;
	background: url("img/common/com_bg01.png") no-repeat right top;
	background-size: 567px auto; 
}
.recruitPage .interviewSec .topTxt {
    margin-bottom: 137px;
	color: #37a34a;
    line-height: 2.35;
    letter-spacing: 0.06em;
}
.recruitPage .interviewSec .video {
    margin-bottom: 200px;
}
.recruitPage .interviewSec .video .name {
    margin-top: 27px;
	color: #37a34a;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.recruitPage .interviewSec .video .name .small {
    margin-right: 24px;
    font-weight: 500;
    font-size: 2rem;
}
.recruitPage .interviewSec .infoVideo video {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.recruitPage .interviewSec .innerBox {
    max-width: 1920px;
    margin: 0 auto 120px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.recruitPage .interviewSec .innerBox:last-child {
	margin-bottom: 0;
}
.recruitPage .interviewSec .innerBox .photoBox {
    width: 44%;
}
.recruitPage .interviewSec .innerBox .photoBox .nameSpan {
    margin-top: 18px;
    display: block;
	color: #37a34a;
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.recruitPage .interviewSec .innerBox .photoBox .nameSpan .small {
    margin-left: 20px;
    font-size: 1.4rem;
	font-weight: 400;
}
.recruitPage .interviewSec .innerBox .textBox {
    width: 64%;
	padding-bottom: 30px;
}
.recruitPage .interviewSec .innerBox .textBox .subBox {
    max-width: 650px;
	padding-right: 20px;
    margin: 0 auto 30px 93px;
}
.recruitPage .interviewSec .innerBox .textBox h4 {
    margin-bottom: 20px;
	color: #37a34a;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.recruitPage .interviewSec .innerBox .textBox p {
	color: #222;
    line-height: 2.2;
    letter-spacing: 0.06em;
	text-align: justify;
	text-justify:inter-ideograph;
}
.recruitPage .interviewSec .innerBox01 {
    flex-direction: row-reverse;
}
.recruitPage .interviewSec .innerBox01 .textBox .subBox {
    margin: 0 93px 30px auto;
	padding: 0 0 0 20px;
}
.recruitPage .interviewSec .innerBox01 .photoBox .nameSpan {
    text-align: left;
}

/*--- 業務内容 ---*/
.recruitPage .businessSec {
	position: relative;
	padding: 120px 0;
	background: #eaffed;
}
.recruitPage .businessSec .headLine06 {
	margin-bottom: 62px;
}
.recruitPage .businessSec .businessBox {
	width: 51%;
}
.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: #37a34a;
}
.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: 48vw;
	margin-right: calc(50% - 50vw);
}
.recruitPage .businessSec figure img + img {
    margin-top: 10px;
}

/*--- 福利厚生 ---*/
.recruitPage .welfareSec {
	padding: 120px 0;
}
.recruitPage .welfareSec .headLine06 {
	margin-bottom: 62px;
}
.recruitPage .welfareSec ul {
	display: flex;
	flex-flow: row wrap;
    justify-content: center;
	/* gap: 60px 5%; */
}
.recruitPage .welfareSec ul > li {
	width: 33%;
	line-height: 2.3;
}
.recruitPage .welfareSec ul > li figure {
	/* background: #FFFFFF;
	border: 1px solid #DBE1E7; */
	/* padding: 65px 45px 45px; */
	text-align: center;
}
/* .recruitPage .welfareSec ul > li:last-child {
    width: 50%;

} */
.recruitPage .welfareSec ul > li figure img {
	/* width: 100px; */
    width: 100%;
	height: auto;
}
.recruitPage .welfareSec ul > li figure figcaption {
	display: block;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	/* padding: 45px 0 0; */
    color: #37a34a;
}
.recruitPage .welfareSec ul > li  {
    background-color: #eaffed;
}
.recruitPage .welfareSec ul > li:nth-child(odd)  {
    background-color: #ffe8e8;
}
.recruitPage .welfareSec ul > li p  {
    padding: 16px 16px 24px;
    @media (width < 896px) {
        padding-top: 0;
    }
    
}
/*--- 1日のスケジュール ---*/
.recruitPage .oneDay {
    padding: 152px 0 180px;
    background: #eaffed;
}
.recruitPage .oneDay .headLine05 {
    margin-bottom: 172px;
    text-align: center;
}
.recruitPage .listBox {
    position: relative;
}
.recruitPage .listBox:before {
    position: absolute;
    left: 50%;
    top: -25px;
    bottom: -20px;
    width: 1px;
    background: #37a34a;
    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% - 150px);
	color: #fff;
    position: relative;
    padding: 20px 40px;
    background: #37a34a;
    box-sizing: border-box;
}
.recruitPage .listBox .timeBox .txtInner:before {
    margin-top: -11px;
    position: absolute;
    right: -35px;
    top: 50%;
    background: url("img/common/icon11.png") no-repeat right center;
    background-size: 54px auto;
    width: 54px;
    height: 22px;
    content: "";
}
.recruitPage .listBox .timeBox .txtInner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("img/common/icon15.png") no-repeat right center;
    background-size: 25px auto;
    width: 25px;
    height: 15px;
    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: 25px;
    width: 150px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: right;
    box-sizing: border-box;
    color: #37a34a;
}
.recruitPage .listBox .timeBox .time:before {
    margin-top: -10px;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #37a34a;
    content: "";
    border-radius: 50%;
}
.recruitPage .listBox .timeBox01 {
    float: right;
    flex-direction: row;
}
.recruitPage .listBox .timeBox01 .txtInner:before {
    right: auto;
    left: -35px;
    background-image: url("img/common/icon12.png");
}
.recruitPage .listBox .timeBox01 .time {
    text-align: left;
    padding: 0 0 0 25px;
}
.recruitPage .listBox .timeBox01 .time02 {
    padding-left: 45px;
}
.recruitPage .listBox .timeBox01 .time:before {
    position: absolute;
    left: -10px;
    right: auto;
}
.recruitPage .companySec {
    padding: 250px 0 276px;
	background: url("img/common/com_bg05.png") no-repeat left 100px top;
	background-size: 567px auto; 
}
.recruitPage .companySec .textBox:before {
	top: -132px;
}
.recruitPage .companySec .textBox .headLine05 {
    margin-bottom: 48px;
    color: #fff;
}
.recruitPage .companySec .textBox p {
	/* color: #37a34a; */
	font-weight: 400;
	font-size: 1.6rem;
    line-height: 2.3;
}
.recruitPage .companySec .comImgBox01 {
	margin-bottom: 0;
	flex-direction: row-reverse;
}
.recruitPage .companySec .comImgBox01 .textBox .subBox {
	padding: 0 0 0 20px;
	margin: 0 96px 0 auto;
}
.recruitPage .companySec .comImgBox01 .textBox:before {
	left: 0;
	right: -63%;
}
.recruitPage .comCompany {
    padding: 150px 0 140px;
	background: #eaffed;
}
.recruitPage .comCompany .headLine05 {
	margin-bottom: 140px;
}
.recruitPage .FormSec {
	padding: 100px 0;
}

@media all and (min-width: 1401px) and (max-width: 1700px) {
	.recruitPage .companySec .textBox:before {
		top: -32%;
	}
}
@media all and (min-width: 1201px) and (max-width: 1400px) {
	.recruitPage .companySec .textBox:before {
		top: -18%;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.recruitPage .interviewSec .innerBox .textBox .subBox {
		margin: 0 auto 30px 40px;
	}
	.recruitPage .interviewSec .innerBox01 .textBox .subBox {
		margin: 0 40px 30px auto;
	}
	.recruitPage .companySec .textBox .headLine05 {
		font-size: 2rem;
		padding-bottom: 10px;
		margin-bottom: 28px;
	}
	.recruitPage .companySec .textBox p {
		font-size: 1.4rem;
	}
	.recruitPage .companySec .textBox:before {
		top: -10%;
	}
}
@media all and (max-width: 896px) {
    .recruitPage {
        margin-bottom: -38px;
    }
	.recruitPage #pagePath {
		margin-bottom: 42px;
	}
    .recruitPage .headLine05 {
		margin-bottom: 50px !important;
        text-align: center;
    }
    .recruitPage .topSec {
        margin-bottom: 53px;
    }
    .recruitPage .topSec .topText {
        max-width: inherit;
        margin: -3px auto 44px;
        padding-bottom: 0;
        font-size: 1.4rem;
        line-height: 2.15;
        text-align: justify;
    }
    .recruitPage .topSec .linkList li {
        margin: 0;
        width: 100%;
    }
    .recruitPage .topSec .linkList li:nth-child(4n) {
        margin-right: 0;
    }
    .recruitPage .topSec .linkList li a {
        height: 62px;
    }
    .recruitPage .recruitSec {
        padding: 52px 0 70px;
        background: #eaffed url("img/common/sp_com_bg05.png") no-repeat left 22px top;
        background-size: 123px auto; 
    }
    .recruitPage .recruitSec .innerBox {
        max-width: inherit;
        margin: 0 24px;
		padding: 0;
    }
    .recruitPage .recruitSec .innerBox .photoBox {
        padding-top: 12px;
        float: none;
        width: auto;
    }
    .recruitPage .recruitSec .innerBox .photoBox img {
        width: 100%;
    }
    .recruitPage .recruitSec .innerBox .textBox {
        margin: -10px auto 60px;
        float: none;
        width: auto;
    }
    .recruitPage .recruitSec .innerBox .infoBox {
        max-width: inherit;
        margin: 0;
		padding: 0;
    }
    .recruitPage .recruitSec .innerBox .textBox th,
    .recruitPage .recruitSec .innerBox .textBox td {
        float: left;
        width: 100%;
        padding: 0 0 16px;
        line-height: 1.9;
        border-bottom: 1px solid rgba(34,34,34,0.2);
    }
    .recruitPage .recruitSec .innerBox .textBox th {
        padding: 20px 0 0;
        width: 100%;
        border-bottom: none;
    }
	
	/*--- ポイント ---*/
	.recruitPage .pointSec {
		padding: 62px 0;
		background: url(img/common/sp_com_bg01.png) no-repeat right -10px top 10px;
    	background-size: 123px auto;
	}
	.recruitPage .pointSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .pointSec .pointBox {
		padding: 50px 25px;
		margin: 90px 0 30px;
		text-align: center;
	}
	.recruitPage .pointSec .pointBox figure {
		width: 100%;
		text-align: center;
		margin: 0 0 25px;
	}
	.recruitPage .pointSec .pointBox figure img {
		height: auto;
	}
	.recruitPage .pointSec .pointBox dl {
		width: 100%;
	}
	.recruitPage .pointSec .pointBox dl dt {
		font-size: 1.6rem;
		padding: 0 0 15px;
	}	
	
	/*--- インタビュー ---*/
    .recruitPage .interviewSec {
        padding: 40px 0 70px;
        background: url("img/common/sp_com_bg01.png") no-repeat right -10px top 10px;
        background-size: 123px auto; 
    }
    .recruitPage .interviewSec .comImgBox:last-child {
        margin-bottom: 0;
    }
    .recruitPage .interviewSec .headLine05 {
        text-align: center;
        margin-bottom: 44px;
    }
    .recruitPage .interviewSec .headLine05 .info {
        padding-bottom: 10px;
    }
    .recruitPage .interviewSec .topTxt {
        margin-bottom: 53px;
        line-height: 2.35;
    }
    .recruitPage .interviewSec .video {
        margin: 0 -24px 66px;
    }
    .recruitPage .interviewSec .video .name {
        margin: 22px 23px 0;
        font-size: 1.6rem;
    }
    .recruitPage .interviewSec .video .name .small {
        margin-right: 20px;
        font-size: 1.4rem;
    }
    .recruitPage .interviewSec .innerBox {
        max-width: inherit;
        /* margin: 0 24px 50px; */
        margin: 0 15px 50px;
        display: block;
    }
    .recruitPage .interviewSec .innerBox .photoBox {
        width: auto;
		/* margin: 0 0 28px -24px; */
        margin: 0 0 28px 0px;

    }
	.recruitPage .interviewSec .innerBox01 .photoBox {
		margin: 0 -24px 28px 0;
	}
    .recruitPage .interviewSec .innerBox .photoBox .nameSpan {
        /* margin: 18px 0 0 24px; */
        margin: 18px 0 0 0;
        font-size: 1.6rem;
		text-align: left;
    }
	.recruitPage .interviewSec .innerBox01 .photoBox .nameSpan {
		margin: 18px 24px 0 0;
	}
    .recruitPage .interviewSec .innerBox .photoBox .nameSpan .small {
        margin-left: 10px;
    }
    .recruitPage .interviewSec .innerBox .textBox {
        width: 100%;
        margin: 0 0 15px;
		padding-bottom: 0;
    }
    .recruitPage .interviewSec .innerBox .textBox .subBox {
        max-width: inherit;
        margin: 0;
		padding: 0;
    }
    .recruitPage .interviewSec .innerBox .textBox h4 {
        margin-bottom: 11px;
        font-size: 1.6rem;
    }
    .recruitPage .interviewSec .innerBox .textBox p {
        line-height: 2.1;
    }
    .recruitPage .interviewSec .innerBox01 .textBox .subBox {
        margin: 0 0 15px;
		padding: 0;
    }
	
	/*--- 業務内容 ---*/
	.recruitPage .businessSec {
		padding: 62px 0;
	}
	.recruitPage .businessSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .businessSec .businessBox {
		width: 100%;
		padding: 5% 0 0;
	}
	.recruitPage .businessSec figure {
		width: 100%;
		margin: 0;
	}
	
	/*--- 福利厚生 ---*/
	.recruitPage .welfareSec {
		padding: 62px 0;
	}
	.recruitPage .welfareSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .welfareSec ul > li {
		width: 100%;
	}
	.recruitPage .welfareSec ul > li figure {
		padding: 35px 35px 0;
	}
	.recruitPage .welfareSec ul > li figure img {
		height: auto;
	}
	.recruitPage .welfareSec ul > li figure figcaption {
		font-size: 1.6rem;
		padding: 20px 0 0;
	}
	
	
	/*--- 1日のスケジュール ---*/
    .recruitPage .oneDay {
        padding: 47px 0 70px;
    }
    .recruitPage .oneDay .headLine05 {
        margin-bottom: 50px;
    }
    .recruitPage .oneDay h3 .info {
        padding-bottom: 12px;
        font-size: 1.6rem;
    }
    .recruitPage .listBox:before {
        position: absolute;
        left: 10px;
        top: 0px;
        bottom: 0px;
        width: 1px;
		background: #969696;
    }
    .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 18px;
    }
    .recruitPage .listBox .timeBox .txtInner:before {
        margin-top: -9px;
        position: absolute;
        right: auto;
        left: -32px;
        top: 50%;
        background: url("img/common/sp_icon05.png") no-repeat right center;
        background-size: 42px auto;
        width: 42px;
        height: 17px;
        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 28px;
        width: 110px;
        font-size: 1.6rem;
        text-align: left;
    }
    .recruitPage .listBox .timeBox .time:before {
        margin-top: -10px;
        right: auto;
        left: 3px;
        top: 50%;
        width: 15px;
        height: 15px;
    }
    .recruitPage .listBox .timeBox01 {
        float: none;
    }
    .recruitPage .listBox .timeBox01 .txtInner:before {
        right: auto;
        left: -32px;
        background-image: url("img/common/sp_icon05.png");
    }
	.recruitPage .listBox .timeBox .txtInner::after {
		width: 14px;
		height: 14px;
		background-image: url("img/common/sp_icon08.jpg");
		background-size: 14px auto;
	}
    .recruitPage .listBox .timeBox01 .time02 {
        padding-left: 45px;
    }
    .recruitPage .listBox .timeBox01 .time:before {
        position: absolute;
        left: 3px;
        right: auto;
    }
    .recruitPage .companySec {
        margin-top: -10px;
        padding: 30px 0 55px;
        background: url("img/common/com_bg01.png") no-repeat left 20px top;
        background-size: 123px auto;
    }
    .recruitPage .companySec .comImgBox {
        max-width: inherit;
        display: block;
        margin-bottom: 50px;
    }
    .recruitPage .companySec .comImgBox:last-of-type {
        margin-bottom: 0;
    }
	.recruitPage .companySec .comImgBox .textBox {
		margin-bottom: 0;
	}
    .recruitPage .companySec .photoBox {
        width: auto;
    }
    .recruitPage .companySec .photoBox img {
        width: 100%;
    }
	.recruitPage .companySec .comImgBox01 .textBox::before {
		top: -174px;
	}
    .recruitPage .companySec .comImgBox01 .photoBox {
        margin: 0 0 0 24px;
    }
    .recruitPage .companySec .comImgBox .textBox .subBox {
        margin: 0;
        max-width: inherit;
    }
    .recruitPage .companySec .comImgBox01 .textBox .subBox {
        margin: 0;
        padding: 16px 54px 18px 24px;
    }
    .recruitPage .companySec .comImgBox01 .textBox::before {
        left: 0;
        right: 24px;
    }
    .recruitPage .companySec .headLine05 {
        margin-bottom: 35px;
        text-align: center;
    }
    .recruitPage .companySec .textBox p {
        line-height: 2.2;
        font-size: 1.4rem;
    }
    .recruitPage .comCompany {
        padding: 67px 0;
    }
    .recruitPage .comCompany .headLine05 {
        margin-bottom: 50px;
        text-align: center;
    }
	.recruitPage .FormSec {
		padding: 62px 0;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	padding: 28px 0 28px 58px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D1CFCF;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 29%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
}
.contactPage th .must {
	float: right;
	width: 44px;
	color: #fff;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #37a34a;
	text-align: center;
}
.contactPage th .optional {
	float: right;
	width: 44px;
	color: #37a34a;
	border: 1px solid #37a34a;
	box-sizing: border-box;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	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: #212836;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #F4F4F4;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 7px;
    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 7px;
    background-size: 16px 16px;
}
.contactPage .submit {
    text-align: center
}
.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
	display: none !important;
}
.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.contactPage .submit li .info01:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
}
.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
	background: none;
}
.contactPage .submit li input:disabled {
	cursor: default;
	pointer-events: none;
}
.contactPage .submit .back .info01 {
    background: #919191;
	border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
	background: #CECECE;
	border-color: #CECECE;
}
.contactPage .submit li.disabled .info01:after {
	display: none;
}
.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}
.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}
.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}
.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}
.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}
.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
	box-sizing: border-box;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.thanks .linkBtn .info {
	position: relative;
	z-index: 2;
}
.thanks .linkBtn a:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 897px) {
	.contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
	}
	.contactPage .submit li:hover .info01:before {
		right: -21px;
		background-image: url("img/common/icon08.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon05.png");
	}
	.contactPage .submit li:hover input {
		color: #212836;
	}
	.contactPage .submit li.disabled:hover input {
		color: #fff;
	}
	.contactPage .submit li.back:hover .info01:before {
		left: -21px;
		background-image: url("img/common/icon14.png");
	}
	.thanks .linkBtn a:hover {
		color: #212836;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon14.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }
    .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: auto;
        border: none;
    }
	.contactPage th .must,
	.contactPage th .optional {
		margin-left: 10px;
	}
    .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 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 .pageTitle {
		padding: 28px 0 30px;
	}
	.privacy .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacy .pageTitle .headLine01 .jp {
		font-size: 2rem;
	}
	.privacy #pagePath {
		margin-bottom: 56px;
	}
    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }
    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }
    .privacy .txt01 {
        margin-bottom: 57px;
    }
    .privacy .txt02 {
        margin-bottom: 60px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}



/* よくある質問 */
.faq_box {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    @media (width < 896px) {
        padding-left: 16px;
        padding-right: 16px;
    }
    details {
        position: relative;
        border-bottom: 3px solid #37a34a;
        &::before {
            position: absolute;
            content: "Q";
            left: 0;
            top: 19px;
            font-size: 3rem;
            font-weight: 700;
            color: #37a34a;
            line-height: 3rem;
            @media (width < 896px) {
                top: 10px;
                font-size: 1.8rem;
            }
        }
    }
    summary {
        padding: 24px 24px 24px 40px;
        cursor:pointer;
        position: relative;
        padding-right: 30px;
        @media (width < 896px) {
            padding: 16px;

        }
    }
    .accordion-icon {
        position: absolute;
        right: 0;
        top: 50%;
        width: 25px;
        height: 25px;
        background: url('img/common/purasu.png') no-repeat center center;
        background-size: contain;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease;
        }

    details[open] .accordion-icon {
        transform: translateY(-50%) rotate(135deg);
    }
    .faq_txt {
        position: relative;
        padding-left: 40px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 16px;
        pointer-events: none;
        @media (width < 896px) {
            padding-left: 16px;
        }

        &::before {
            position: absolute;
            content: "A";
            top: 19px;
            font-size: 3rem;
            font-weight: 700;
            color: #e60012;
            line-height: 3rem;
            top: 50%;
            left: 0%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             @media (width < 896px) {
                top: 10px;
                font-size: 1.8rem;
            }

        }
        img {
            width: 25%;
            min-width: 228px;
            @media (width < 896px) {
                min-width: 305px;
            }
        }
        p {
            width: 70%;
            @media (width < 896px) {
                width: 93%;
            }

        }
        
    }
    .comMore {
	/* margin: 0 auto; */
    margin: 16px 40px;
	width: 200px;
	height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	background: #dc3232;
	letter-spacing: 0.08em;
    @media (width < 896px) {
        margin-left: 16px;
    }

}
.comMore:before {
    position: absolute;
	margin-top: -9px;
	right: 13px;
	top: 50%;
	width: 18px;
	height: 18px;
	background: url("img/common/sp_icon06.png") no-repeat left top;
	background-size: 18px auto;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
	.comMore:hover {
		color: #ffffff;
		background: #37a34a;
	}
	.comMore:hover:before {
		right: 9px;
		background: url("img/common/icon16.png") no-repeat left top;
		background-size: 18px auto;
	}
}
@media all and (max-width: 896px) {
    .comMore {
        font-size: 1.6rem;
    }
    .comMore:before {
        position: absolute;
        margin-top: -9px;
        right: 13px;
        width: 18px;
        height: 18px;
        background: url("img/common/sp_icon06.png") no-repeat left top;
        background-size: 18px auto;
    }
}

}


/* 代表について */
.introduction_box {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;

        figure {

    }

    .introduction_txt {
        position: relative;
        /* background-color: #e7fbff; */
        background-color: #eaffed;
        padding: 40px;
        box-sizing: border-box;
        border-radius: 5px;
        margin-top: 40px;
        @media (width < 896px) {
            padding: 40px 16px 16px;
        }

        &::before {
            position: absolute;
            content: "PROFILE";
            font-size: 2.2rem;
            top: -17px;
            left: 40px;
            /* background-color: #45b6cc; */
            background-color: #37a34a;
            padding: 8px 16px;
            border-radius: 5px;
            color: #fff;
            font-weight: 600s;
            @media (width < 896px) {
                left: 16px;
            }
        }
        .introduction_txt_company {
            font-weight: 700;
            /* color: #37a34a; */
        }
        .introduction_txt_name {
            font-weight: 700;
            /* color: #37a34a; */
            margin-bottom: 16px;
        }

    }
    .representative_box {
        margin-top: 40px;
        h3 {
            font-size: 2.2rem;
            color: #dc3232;
            margin-bottom: 16px;
        }
        img {
            max-width: 500px;
            margin-bottom: 16px;
            @media (width < 896px) {
                width: 100%;
            }
        }
    }
}



/* 海上コンテナドライバー */
.driver_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;

    /* opacity: 0;
    transform: translateX(150px); 
    transition: all 1s ease;


&.on {
    opacity: 1;
    transform: translateX(0);
  }

  &:nth-of-type(odd) {
    transform: translateX(-150px); 

    &.on {
      transform: translateX(0);
    }
  } */


    .driver_imgbox {
        width: 40%;
        min-width: 340px;
        .driver_imgtop {
            display: flex;
            img {
                width: 50%;
            }
        }
        .driver_imgbottom {
            width: 100%;
        }
    }
    .driver_txt {
        width: 60%;
        min-width: 340px;
        box-sizing: border-box;
        display: flex;
        padding: 40px;
        flex-direction: column;
        /* background-color: #45b6cc; */
        background-color: #37a34a;
        color: #ffffff;
        background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
        justify-content: center;
        gap: 24px;
        h3 {
            font-size: 3rem;
        }
        p {
            margin-top: 16px;
        }
    }
}
.driver_box:nth-child(3) {
    flex-direction: row-reverse;
        .driver_txt {
            left: 0;
        }
}
.underline {
    background: linear-gradient(transparent 65%, pink 65%);
}

.highlight {
    text-align: center;
}


@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}



.driver_box,
.listslider {
    opacity: 0;
    transition: all 1s ease;
    transform: translateX(150px);

  &.on {
    opacity: 1;
    transform: translateX(0);
  }

  
  &:nth-of-type(odd) {
    transform: translateX(-150px);

    &.on {
      transform: translateX(0);
    }
  }
}

.pointBox {
    opacity: 0;
    transition: all 1s ease;
    transform: translateX(150px);

  &.on {
    opacity: 1;
    transform: translateX(0);
  }

}

small {
    color: #dc3232;
}