@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=Roboto+Condensed:wght@300;400;700&display=swap');
/*
Theme Name: 有限会社エムズダイニング
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/
:root{
    --color-main:#995734 ;
    --color-font:#341c06;
    --color-red:#F10000;
    --color-bg : #f6ede4;
}
.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;
}
figure{
    margin: 0;
}
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;
    object-fit: cover;
}
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;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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%;
}
#container {
	padding-top: 83px;
	overflow: hidden;
	text-align: left;
}
#main {
    margin-bottom:0px;
	display: block;
    position: relative;
}
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;
	}
	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: 50px;
	}
}
.is-sp{
    display: none;
    @media  (max-width: 600px){
        display: block;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
#gHeader .HeaderPcFlex {
    height: 83px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#gHeader.on {
	background: #fff;
}
#gHeader .HeaderPcFlex .rBox .btn .snsLinkTop{
    display: flex;
    gap: 20px;
    align-items: center;
}
#gHeader .HeaderPcFlex .rBox .btn .snsLinkTop .sitePC {
	color: #fff;
    padding: 10px 20px;
	font-weight: 500;
	width: 194px;
	text-align: center;
	background: var(--color-main);
	letter-spacing: 0.06em;
}
#gHeader .HeaderPcFlex .rBox .btn .snsDown figure img{
    display: block;
    position: relative;
    cursor: pointer;
    width: 45px;
}
#gHeader .HeaderPcFlex .rBox .btn .snsDown ul{
    display: none; 
    list-style: none;
    background: var(--color-bg); 
    position: absolute;
    z-index: 10;
    top: 80px;
    transform: translateX(-25px);
    border-radius: 5px;
    border: 2px solid #57BA2E;
}
#gHeader .HeaderPcFlex .rBox .btn .snsDown .instagram{
    border: 2px solid #ED6D35;
}
#gHeader .HeaderPcFlex .rBox .btn .snsDown ul li{
    padding: 5px 10px;
    text-align: center;
}
#gHeader .HeaderPcFlex .rBox .btn .snsDown ul li a{
    color: #000000;
    display: block;
    border-bottom: 1px solid var(--color-bg);
}
#gHeader .HeaderPcFlex .rBox .btn .snsDown ul li a:hover{
    border-bottom: 1px solid #555;
}

#gHeader .HeaderPcFlex .rBox .btn .recruitHeader{
    display: flex;
    gap: 10px;
    white-space: nowrap;
    align-items: center;
}
#gHeader .HeaderPcFlex .rBox .btn .recruitHeader .borderLink{
    background-color: #fff;
    border-bottom: 1px solid var(--color-font);
    padding: 5px 10px;
    color: var(--color-font);
    font-weight: 300;
    
} 
#gHeader .HeaderPcFlex .rBox .btn .recruitHeader .recruitbtn{
    color: #fff;
    padding: 10px 20px;
	font-weight: 500;
	width: 194px;
	text-align: center;
	background: var(--color-main);
	letter-spacing: 0.06em;
}
#gHeader .sns img{
    width: 45px;
    min-width: 30px;
}
#gHeader .HeaderPcFlex .rBox .btn a:hover {
    opacity: 0.5;
}
#gHeader .HeaderPcFlex .rBox .btn .sptelBox{
    display: none;
}
#gHeader .HeaderPcFlex .menu {
	float: right;
	width: 83px;
	height: 83px;
	display: flex;
    cursor: pointer;
	align-items: center;
	justify-content: center;
}
#gHeader .HeaderPcFlex .menu {
    position: relative;
    background-color: var(--color-main);
    display: none;
}

#gHeader .HeaderPcFlex .menuBox {
    position: fixed;
    top: 0;
    right: -550px; /* ←最初は右側に隠す */
    width: 300px;
    background: var(--color-font);
    z-index: 1000;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    transition: right 0.4s ease; /* ←アニメーション */
}
/* 開いた状態 */
#gHeader .HeaderPcFlex .menuBox.active {
    right: 0;
}
#gHeader .HeaderPcFlex .menuBox .naviUl {
    padding: 0 50px 100px 60px;
}
#gHeader .HeaderPcFlex .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;
}
#gHeader .HeaderPcFlex .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;
}
#gHeader .HeaderPcFlex .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: "";
}
#gHeader .HeaderPcFlex .menuBox .naviUl .jobtagbox {
	font-size: 1.4rem;
	margin: 5px 0 10px;
}
#gHeader .HeaderPcFlex .menuBox .naviUl .jobtagbox span {
	background: #fff;
	color: var(--color-main);
	padding: 3px 10px;
}
#gHeader .recruitHeaderSp{
    display: none;
}
@media all and (min-width: 897px) {
    #gHeader .HeaderPcFlex .menu:hover {
        background: #fff;
    }
    #gHeader .HeaderPcFlex .menu:hover span {
        background-color: var(--color-main);
    }
    #gHeader .HeaderPcFlex .menuBox .naviUl li a:hover:before {
        right: -15px;
    }
}
@media all and (max-width: 845px) {
	#gHeader .HeaderPcFlex{
		height: 50px;
        background: #341c06;
	}
    #gHeader .HeaderPcFlex h1 {
        padding: 16px 0 0 16px;
        display: none;
    }
    #gHeader .HeaderPcFlex .rBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }
    #gHeader .HeaderPcFlex .rBox .btn{
        position: relative;
    }
    #gHeader .HeaderPcFlex .rBox .btn .snsLinkTop{
        display: none;
    }
    #gHeader .HeaderPcFlex .menu{
        display: block;
    }
    #gHeader .HeaderPcFlex .sptelBox{
        padding: 0 10px;
    }
    #gHeader .HeaderPcFlex .sptelBox .tel-link .telicon{
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        display: inline-block;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #gHeader .HeaderPcFlex .sptelBox .tel-link .telicon::before {
        content: "\f2a0"; /* Font Awesome の電話アイコン */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 18px;
        color: var(--color-font); /* アイコンの色 */
    }
    #gHeader .HeaderPcFlex .sptelBox .siteSP{
        color: #fff;
        padding: 5px 10px;
        font-weight: 500;
        text-align: center;
        background: var(--color-main);
        border-radius: 5px;
        
    }
    #gHeader .HeaderPcFlex .rBox .btn .sptelBox{
        display: flex;
        gap: 7px;
        align-items: center;
    }
    #gHeader .HeaderPcFlex .rBox .btn .sptelBox .snsDown ul{
        top: 50px;
        width: 100px;
    } 
    #gHeader .HeaderPcFlex .rBox .btn .sptelBox .snsDown figure img{
        width: 30px;
    } 
    #gHeader .HeaderPcFlex .menu {
        text-align: center;
        width: 80px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ddd;
    }
    #gHeader .HeaderPcFlex .menuBox {
        top: 50px;
    }
    #gHeader .HeaderPcFlex .menuBox .naviUl {
        padding: 0 27px 50px;
    }
    #gHeader .HeaderPcFlex .rBox .btn .recruitHeader{
        display: none;
    }
    #gHeader .HeaderPcFlex .rBox .btn .recruitHeader .borderLink{
        display: none;
    } 
    #gHeader .HeaderPcFlex .rBox .btn .recruitHeader .entrypc{
        display: none;
    }
    #gHeader .recruitHeaderSp{
        display: flex;
        flex-wrap: wrap;
        background-color: var(--color-font);
        border-top: solid 1px rgba(255, 255, 255, 0.4);
    }
    #gHeader .recruitHeaderSp li{
        width: calc(100% / 3 - 2px);
        line-height: 32px;
        font-size: 12px;
        letter-spacing: 0;
        font-weight: 700;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    #gHeader .recruitHeaderSp .fa-angle-down:before{
        font-size: 8px;
        color: #fff;
    }
    #gHeader .recruitHeaderSp li:not(:last-child) {
        border-right: dotted 1px rgba(255, 255, 255, 0.8);
    }
    #gHeader .recruitHeaderSp .spbtn{
        color: #fff;
        font-weight: 400;
    }
    #gHeader .sns img{
        width: 30px;
        min-width: 20px;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
	margin: 0 auto 120px;
	padding: 0 20px;
}
#pagePath li {
	margin-right: 0px;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 10px;
	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 36px;
        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: 30px 100px;
    background-color: var(--color-font);
    color: #fff;
}
#gFooter a{
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}
.pageTop {
    position: fixed;
    right: 10px;
    bottom: 0;
	z-index: 600;
}
.pageTop a:hover {
    opacity: 0.7;
}

.pageTop a::before {
    content: "\f139";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 50px;
    color: var(--color-main);
}
@media all and (max-width: 896px) {
    #gFooter  {
        padding: 17px 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 16px;
    }
}
/*------------------------------------------------------------
	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;
}
@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: 2rem;
    }
}
/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
	margin-bottom: 56px;
}
.headLine04 {
    margin-bottom: 16px;
}
.headLine04 .en {
	color: #000000;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 8.8rem;
    line-height: 1;
    letter-spacing: 0.06em;
}
.headLine04 .jp {
    margin-top: -40px;
	display: block;
    color: var(--color-main);
	font-size: 2.4rem;
	letter-spacing: 0.06em;
}
.comTtlBox .title {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.875;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
    .comTtlBox {
        display: block;
        margin-bottom: 44px;
    }
    .headLine04 {
        width: 100%;
    }
    .headLine04 .en {
        font-size: 6rem;
    }
    .headLine04 .jp {
        margin-top: -21px;
        font-size: 2.4rem;
    }
    .comTtlBox .title {
        width: 100%;
        padding: 22px 0 0 0;
        font-size: 1.4rem;
        line-height: 2.2;
    }
}
/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
    padding: 40px 0;
    background: var(--color-font);
}
.comCompany .headLine04 {
    position: absolute;
    left: 0;
    top: 0;
}
.comCompany .headLine04 .en {
    color: #fff;
    opacity: 0.1;
}
.comCompany .headLine04 .jp {
    color: #fff;
}
.comCompany .inner {
    position: relative;
    margin: 0 auto;
    max-width: 567px;
}
.comCompany .headLine06 {
    margin-bottom: 17px;
    color: #fff;
}
.recruitPage .comCompany .inner {
    padding: 31px 0 0;
}
.comCompany table {
    width: 100%;
    border-collapse: collapse;
}
.comCompany tr{
    border-bottom: dotted 1px #fff;
}
.comCompany th,
.comCompany td {
    color: #fff;
    padding: 10px 0;
    font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
    letter-spacing: 0.06em;
}
.comCompany th {
    width: 24%;
    font-weight: 700;
}
.comCompany td {
    width: 76%;
}
@media all and (max-width: 896px) {
    .comCompany {
        padding: 65px 0 72px;
    }
    .comCompany .headLine04 {
        margin-bottom: 22px;
        position: static;
        width: 100%;
    }
    .comCompany .headLine04 .jp {
        font-size: 2.4rem;
        letter-spacing: 0.06em;
    }
    .comCompany {
        padding: 0 24px;
        position: relative;
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    .comCompany .inner {
        padding: 0;
        max-width: inherit;
        width: 100%;
    }
    .comCompany th,
    .comCompany td {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 16px;
        letter-spacing: 0.06em;
        color: #fff;
    }
    .comCompany th {
        padding: 18px 0 7px;
        width: 100%;
        border-bottom: none;
    }
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    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;
}
@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: 563px;
    color: #fff;
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
    border: 1px 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: -8px;
    position: absolute;
    right: 15px;
	top: 50%;
    background: url("img/common/icon02.png") no-repeat left top;
    background-size: 12px auto;
    width: 12px;
    height: 16px;
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
    .comLink a:before {
        content: " ";
        position: absolute;
        top: 0;
        height: 100%;
        width: 0;
        left: auto;
        right: 0;
        background-color: #fff;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .comLink a:hover {
        color: #212836;
    }
    .comLink a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }
    .comLink a:hover .info:before {
		filter: invert(1);
    }
}
@media all and (max-width: 896px) {
    .comLink a {
        width: 328px;
        font-size: 1.6rem;
    }
    .comLink .info {
        height: 60px;
    }
	.comLink .info:before {
		margin-top: -7px;
		background: url("img/common/sp_icon07.png") no-repeat left top;
		background-size: 10px auto;
		width: 10px;
		height: 13px;
	}
}
@media all and (max-width: 374px) {
    .comLink a {
        width: 290px;
    }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    margin: 0 auto 94px;
    display: flex;
    flex-direction: row-reverse;
    background-color: #fff;
	padding: 30px;
}
.comImgBox .photoBox {
    width: 31.3%;
	display: flex;
    flex-direction: column;
}
.comImgBox .photoBox img {
	height: 100%;
	object-fit: cover;
}
.comImgBox .photoBox .nameSpan {
    margin: 10px;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.comImgBox .photoBox .nameSpan .small {
    margin-top: 7px;
    display: block;
    font-size: 2rem;
	font-weight: 400;
}
.comImgBox .textBox .subBox + .subBox {
	margin-top: 20px;
}
.comImgBox .textBox {
    padding: 30px 80px 30px 48px;
    flex: 1;
}
.comImgBox01 .textBox {
    padding: 30px 48px 30px 80px;
    flex: 1;
}
.comImgBox .textBox h4 {
    margin-bottom: 10px;
    color: #4F74B6;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.comImgBox .textBox p {
    line-height: 2.3;
    letter-spacing: 0.06em;
	text-align: justify;
	text-justify:inter-ideograph;
}
.comImgBox01 {
    flex-direction: row;
}
.comImgBox01 .photoBox .nameSpan {
    text-align: left;
}
.comImgBox:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
    .comImgBox .textBox {
        padding: 40px;
    }
    .comImgBox01 .textBox {
        padding: 40px;
    }
}
@media all and (max-width: 896px) {
    .comImgBox {
        max-width: inherit;
        margin: 0 0 43px;
        padding: 30px 25px;
        display: block;
    }
    .comImgBox .photoBox {
        width: 100%;
    }
    .comImgBox .photoBox img {
        width: 100%;
    }
    .comImgBox .photoBox .nameSpan {
        margin-top: 11px;
        font-size: 1.6rem;
		padding: 0;
		margin: 10px 0;
    }
    .comImgBox .photoBox .nameSpan .small {
        display: inline;
        font-size: 1.4rem;
        margin-left: 10px;
    }
    .comImgBox .textBox {
        width: 100%;
		padding: 0;
        margin-top: 10px;
    }
    .comImgBox .textBox h4 {
        margin-bottom: 18px;
        font-size: 1.6rem;
    }
    .comImgBox .textBox p {
        margin-right: 11px;
        line-height: 2.142;
    }
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");

.comMore a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--color-main);
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-sizing: border-box;
    z-index: 10;
    border: 1px solid #fff;
}

.comMore a::before {
    content: "\f061"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 16px; /* 適宜調整 */
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}


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

    .comMore a:hover {
        color: var(--color-main);
        border: 1px solid var(--color-main);
        background-color: #fff;
    }
	.comMore a:hover::before {
		color:var(--color-main);
	}
}
@media all and (max-width: 896px) {
    .comMore a {
        padding-right: 12px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	共通class
------------------------------------------------------------*/
.topgroupSec {
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch; 

    & figure {
        width: 50%;
        flex: 1;
    
        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    }
    .topText {
        width: 50%;
        padding: 40px;
        box-sizing: border-box;
        box-shadow: 1px 1px 15px #33333311;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1; 
        background: #fff; 

        h3 {
            font-size: 2.4rem;
            position: relative;
            margin-bottom: 36px;

            &::before {
                content: "";
                position: absolute;
                width: 80px;
                left: 0;
                bottom: -10px;
                height: 3px;
                background-color: #333;
            }
        }

        p {
        font-size: 16px;
        line-height: 2;
        font-weight: 300;
        }
    }
}
@media (max-width: 768px) {
    .topgroupSec{
        flex-direction: column;
        figure,
        .topText {
        width: 100%;
        }
    
        figure img {
        height: auto;
        }
    }

}

.jobtitle {
    background-color: var(--color-font);
    padding: 40px 0;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 38px;
}
.jobtitle h2{
    color: #fff;
    font-family: "DM Serif Text", serif;
    margin: 0;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
}
.jobtitle:before {
    display: block;
    content: "";
    width: 35%;
    height: 300px;
    background-color: #995734;
    position: absolute;
    bottom: -50px;
    right: -100px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: -1;
}
.jobtitle .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jobtitle .caption{
    font-style: italic;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 24px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media(max-width:600px){
    .jobtitle {
        padding: 20px 0;
        font-size: 28px;
    }
    .jobtitle .content{
        flex-direction: column;
        gap: 0;
        align-items: start;
    }
    .jobtitle .caption{
        font-size: 20px;
    }
}
.contact{
    background: url(img/common/contact.jpg)no-repeat center / cover;
    padding: 60px 0;
    color: #fff;
}


.contact h3{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
}
.contact a{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.contact a .number{
    font-size: 50px;
    color: #fff;
    font-family: "DM Serif Text", serif;
    letter-spacing:1px;
    font-weight: 800;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
}
.contact a .telicon::before {
    content: "\f2a0"; /* Font Awesome の電話アイコン */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 45px;
    color: rgb(255, 255, 255); /* アイコンの色 */
    display: inline-block;
}
.contact p{
    text-align: center;
    font-size: 16px;
    line-height: 2;
}
.contact ul{
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 20px;
}
.contact ul a{
   display: block;
    width: 320px;
    padding: 10px 0;
    text-align: center;
    background-color: #995734;
    color: #fff;
    border-color: #995734;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    position: relative;   
    color: #fff;
    font-size: 24px;
}
.contact ul a:hover{
    background-color: #fff;
    color: var(--color-main);
}
@media(max-width:690px){
.contact h3{
    font-size: 24px;
}

.contact a .number{
    font-size: 36px;
}
.contact a .telicon::before {
    font-size: 30px;
}
.contact ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.contact ul a{
    display: block;
    width: 300px;
    font-size: 18x;
}
.contact ul a:hover{
    background-color: #fff;
    color: var(--color-main);
}
}
.logoBorder{
    padding: 40px;
    text-align: center;
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* .indexPage {
    margin-bottom: -207px;
} */
.indexPage .mainVisual{
    position: relative;
}
.indexPage .mainVisual .topbg {
	max-height: 80vh;
    aspect-ratio: 3 / 2;
    object-fit: cover;
	width: 100%;
}
.indexPage .mainVisual .toptext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 80%;
}
.indexPage .mainVisual .toptext h2{
    color: #fff;
    font-size: clamp(3rem, 4vw, 5rem);
    font-weight: 500;
    line-height: 1.2;
}
.indexPage .mainVisual .toptext img{
    width: 300px;
    object-fit: contain;
}
@media all and (max-width: 896px) {
    .indexPage .mainVisual .topbg {
        aspect-ratio: 3 / 4;
    }
    .indexPage .mainVisual .toptext{
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px;
        width: 100%;
    }
    .indexPage .mainVisual .toptext img{
        margin: 0 auto;
    }
}
.indexPage .jobSec .linkBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 80px;
    flex-wrap: wrap;
}
.indexPage .jobSec .linkBox a{
    display: block;
}
.indexPage .jobSec .linkBox a:hover{
    transform: scale(1.1);
}
.indexPage .jobSec .linkBox a:hover{
    opacity: 0.6;
}
.indexPage .jobSec .joblist{
    max-width: 1400px;
    margin: 0 auto 80px;
    padding: 40px;
}
.indexPage .jobSec .joblist:last-child{
    margin-bottom: 0;
}
.indexPage .jobSec .joblist:nth-child(odd){
    background: var(--color-bg);
}
.indexPage .jobSec .joblist .idImege{
    margin: 0 auto 30px;
    display: block;
}

.indexPage .jobSec .innerBox {
    margin-bottom: 40px;
    display: flex;
    align-items: stretch; /* これで子要素の高さを揃える */
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.indexPage .jobSec .innerBox .photoBox {
    width: 42.8%;
    flex: 1;
    height: auto; /* 高さは親に合わせる */
    background-position: center;
    background-size: cover;
}

.indexPage .jobSec .innerBox .textBox {
    padding: 53px 46px 110px 59px;
    flex: 1; /* 高さ揃えに必要 */
    display: flex;
    flex-direction: column;
    justify-content: center; /* 中央寄せ */
    box-sizing: border-box;
}

.indexPage .jobSec .innerBox .textBox .jobTagBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0 0 12px;
    position: relative;
    margin-bottom: 36px;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox::before{
    display: block;
    content: "";
    width: 15%;
    height: 3px;
    background-color: #341c06;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox span {
	color: var(--color-font);
	margin-right: 5px;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox span:last-of-type {
	margin-right: 0;
}

.indexPage .jobSec .innerBox .textBox .headLine03 {
	margin-bottom: 0px;
	padding-bottom: 0;
    color:var(--color-font);
    border-bottom: none;
    color: var(--color-font);
}
.indexPage .jobSec .innerBox .textBox p {
	letter-spacing: 0.06em;
    margin-bottom: 10px;
	line-height: 2;
}
.indexPage .jobSec .innerBox .textBox .comMore {
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 56px;
	text-align: center;
}


@media all and (max-width: 896px) {
    .indexPage {
        margin-bottom: -51px;
    }
	
    .indexPage .jobSec {
        padding: 60px 0 52px;
    }
    .indexPage .jobSec .headLine04 .en {
        color: #fff;
        opacity: 1;
    }
    .indexPage .jobSec .comTtlBox {
        display: block;
        margin-bottom: 42px;
    }
	.indexPage .jobSec .comTtlBox .title {
		padding: 20px 0 0;
	}
    .indexPage .jobSec .infoSec {
        padding: 0;
    }
    .indexPage .jobSec .headLine04 .jp {
        font-size: 2.4rem;
    }
    .indexPage .jobSec .title {
        width: 100%;
    }
}
@media all and (max-width:680px){
    .indexPage .jobSec .innerBox {
        margin-bottom: 50px;
        display: block;
    }
    .indexPage .jobSec .innerBox .photoBox {
        padding-bottom: 60%;
        width: 100%;
    }
    .indexPage .jobSec .innerBox .textBox {
        width: 100%;
        padding: 39px 24px 98px;
    }
    .indexPage .jobSec .innerBox .textBox p{
        margin-bottom: 20px;
    }
    .indexPage .jobSec .innerBox .textBox .jobTagBox span {
        font-size: 1.4rem;
    }
    .indexPage .jobSec .innerBox .textBox .headLine03 {
        margin-bottom: 10px;
    }
    .indexPage .jobSec .innerBox .textBox .comMore {
        margin-right: 0;
        text-align: center;
        bottom: 49px;
    }
    .indexPage .jobSec .btnMore {
        margin-top: 54px;
    }
    .indexPage .jobSec .joblist{
        padding: 20px;
    }

}
@media all and (max-width:374px) {
    .indexPage .mainVisual .txtInner {
        background-size: 100% 52%;
    }
}
/*------------------------------------------------------------
	recruitPage
------------------------------------------------------------*/
.recruitPage {
    margin-bottom: -207px;
}
.recruitPage .comVisual{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 0;
    flex-direction: row;
}
.recruitPage .jobselectBox{
    width: 45%;
}
.recruitPage .jobselectBox .headLine05{
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    font-size: clamp(30px,2vw,40px);
    white-space: nowrap;
}
.recruitPage .jobselectBox .tagBox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    max-width: 850px;
    margin: 0 auto;
}
.recruitPage .jobselectBox .tagBox p{
    text-align: center;
    font-size: 24px;
    background-color: #fff;
    border-radius: 10px;
    max-width: 250px;
    min-width: 160px;
    color: var(--color-red);
    padding: 15px 20px;
    font-weight: 700;
}
.recruitPage .comVisual figure{
    width: 30%;
    max-width: 400px;
}
@media(max-width:1450px){
    .recruitPage .jobselectBox{
        width: 58%;
    }
    .recruitPage .jobselectBox .tagBox p{
        font-size: 24px;
        max-width: 200px;
        min-width: 160px;
        padding: 10px 15px;
    }
}
@media(max-width:1130px){
    .recruitPage .jobselectBox{
        width: 65%;
    }
}
@media(max-width:957px){
    .recruitPage .jobselectBox{
        width: 100%;
    }
    .recruitPage .comVisual{
        flex-direction: column-reverse;
    }
    .recruitPage .jobselectBox .headLine05{
        margin-bottom: 20px;
        font-size: clamp(20px, calc(20px + (10 * ((100vw - 375px) / (957 - 375)))), 30px);
    }
    .recruitPage .jobselectBox .tagBox{
        gap: 10px;
        max-width: 780px;
    }
    .recruitPage .jobselectBox .tagBox p{
        font-size: 16px;
        border-radius: 10px;
        padding: 10px 15px;
    }
    .recruitPage .comVisual figure{
        width: 80%;
        margin-bottom: 20px;
    }
}

.recruitPage #pagePath {
	margin-bottom: 52px;
}
.recruitPage .topSec {
    margin-bottom: 120px;
}
.recruitPage .topSec .inner {
    margin: 0 auto 107px;
    padding: 60px 80px 60px;
    max-width: 1603px;
    position: relative;
}
.recruitPage .topSec .inner::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
	transform: translateX(-50%) skewX(-40deg);
	-webkit-transform: translateX(-50%) skewX(-40deg);
	-ms-transform: translateX(-50%) skewX(-40deg);
    position: absolute;
    background-color: var(--color-main);
    z-index: -1;
}
.recruitPage .topSec .topText {
    margin: 0 auto;
    max-width: 840px;
    font-size: 2rem;
    position: relative;
    color: #fff;
    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 a {
    padding: 0 15px;
    display: flex;
    height: 53px;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    align-items: center;
    justify-content: flex-start; 
    box-sizing: border-box;
    color: var(--color-main);
    border-bottom: 1px solid var(--color-main);
    overflow: hidden;
}
.recruitPage .topSec .linkList li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	background:var(--color-main);
	width:120%;
	height: 100%;
	transform: skewX(-25deg);
    transition: all ease 0.5s;
    z-index: -1;
}
.recruitPage .topSec .linkList li a:after {
    margin-top: -3px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 16px;
    height: 9px;
    background: url("img/common/icon09.png") no-repeat right center;
    background-size: 16px auto; 
    content: "";
}
@media all and (min-width: 897px) {
    .recruitPage .topSec .linkList li a:hover::before {
        /* animation: skewanime .5s forwards; */
        left: -10%;
    }
    .recruitPage .topSec .linkList li a:hover {
        color: #fff;
    }
    .recruitPage .topSec .linkList li a:hover:after {
        background: url("img/common/icon10.png") no-repeat right center;
        background-size: 16px auto; 
    }
    /* @keyframes skewanime {
        100% {
            left:-10%;
        }
    } */
}
.recruitPage .recruitSec {
    padding: 0px 0 120px;
}
.recruitPage .recruitSec .innerBox table {
    width: 100%;
    border-collapse: collapse;
}
.recruitPage .recruitSec .innerBox th,
.recruitPage .recruitSec .innerBox td {
    color: var(--color-font);
    padding: 30px 10px;
    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 th {
    width: 34.5%;
    font-size: 18px;
}
.recruitPage .recruitSec .innerBox td span{
    background-color: var(--color-main);
    padding: 5px 10px;
    color: #fff;
}
.recruitPage .recruitSec .innerBox td small{
    color: #777;
    font-size: 14px;
}

/*--- ポイント ---*/
.recruitPage .pointSec {
	padding-bottom: 120px;
    background-color: var(--color-bg);
}
.recruitPage .pointSec .headLine06 {
	margin-bottom: 62px;
}
.recruitPage .pointSec .space{
    padding: 100px 0 120px;
}
.recruitPage .pointSec .pointBox {
	border: 1px solid #DBE1E7;
	background: #FFFFFF;
	padding: 50px 200px;
	display: flex;
    gap: 50px;
	flex-flow: row wrap;
	align-items: center;
	margin: 0 0 50px;
    position: relative;
    box-shadow: 8px 8px 15px -5px #341c06;
    border-radius: 6px;
}
.recruitPage .pointSec .pointBox .pointnumber{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    color: #fff;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 48px;
    background: #995734;
    border-radius: 50%;
}
.recruitPage .pointSec .pointBox:last-of-type {
	margin-bottom: 0;
}
.recruitPage .pointSec .pointBox figure {
	width: 15%;
}
.recruitPage .pointSec .pointBox figure img {
	width: 100px;
	height: auto;
}
.recruitPage .pointSec .pointBox p {
	color: var(--color-font);
	font-size: 2.4rem;
	font-weight: 600;
}

/*--- インタビュー ---*/
.recruitPage .interviewSec {
    padding: 0px 0 232px;
}
.recruitPage .interviewSec .interviewOuter .photoBox{
    position: relative;
}
.recruitPage .interviewSec .interviewOuter .photoBox img{
	aspect-ratio: 2 / 1;
	width:100%
}
.recruitPage .interviewSec .interviewOuter .photoBox .nameBox{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #333333cc;
    font-size: 24px;
    display: block;
    width: 100%;
}
.recruitPage .interviewSec .interviewOuter .photoBox p{
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
    padding: 30px;
}
.recruitPage .interviewSec .interviewOuter .textBox{
    max-width: 800px;
    margin: 40px auto 0;
}
.recruitPage .interviewSec .interviewOuter .textBox .subBox{
    box-shadow: 10px 10px 0 #341c06;
    margin-bottom: 40px;
    border: 1px solid #ddd;
}
.recruitPage .interviewSec .interviewOuter .textBox .subBox h4{
    background-color: var(--color-main);
    position: relative;
    padding: 15px;
    color: #fff;
}
.recruitPage .interviewSec .interviewOuter .textBox .subBox h4::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #995734 transparent transparent transparent;
    position: absolute;
    left: 5%;
    bottom: -15px;
}
.recruitPage .interviewSec .interviewOuter .textBox .subBox p{
    padding: 40px;
}
/*--- 業務内容 ---*/
.recruitPage .businessSec {
	position: relative;
	padding: 0 0 120px ;
	background: #FFFFFF;
}
.recruitPage .businessSec h3{
    border: 2px solid var(--color-main);
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding: 10px 0;
}
.recruitPage .businessSec .businessBox {
	display: flex;
    justify-content: center;
    align-items: stretch;
}
.recruitPage .businessSec .businessBox dl {
	background-color: var(--color-main);
    color: #fff;
    width: calc(100% / 3);
    padding: 40px 20px;
}
.recruitPage .businessSec .businessBox dl:nth-child(2n){
    background-color: var(--color-font);
}
.recruitPage .businessSec .businessBox dl:last-of-type {
	margin-bottom: 0;
}
.recruitPage .businessSec .businessBox dl dt {
	font-size: 2rem;
	font-weight: 600;
    margin-bottom: 10px;
	color: #ffffff;
}
.recruitPage .businessSec .businessBox dl dd {
	line-height: 2.3;
}
.recruitPage .businessSec figure {
	width: 100%;
}
.recruitPage .businessSec figure img{
    aspect-ratio: 3 / 1.3;
    object-fit: cover  ;
}
.recruitPage .businessSec .frow{
    background-color: var(--color-bg);
    padding: 40px;
}
.recruitPage .businessSec .frow h4{
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-main);
    padding: 0 10px;
}

/*--- 福利厚生 ---*/
.recruitPage .welfareSec .welfareOuter{
    padding-bottom:80px ;
}
.recruitPage .welfareSec ul {
	display: flex;
    gap: 20px;
	flex-flow: row wrap;
	justify-content: center;
    align-items: stretch;
}
.recruitPage .welfareSec ul li {
	width: 45%;
	line-height: 2.3;
    max-width: 545px;
    border-bottom: 5px solid var(--color-font);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.recruitPage .welfareSec ul > li figure img {
	aspect-ratio: 2 / 1;
    object-fit: cover;
}
.recruitPage .welfareSec ul > li .welfareText{
    padding: 20px;
}
.recruitPage .welfareSec ul > li .welfareText h4 {
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
    color: var(--color-main);
}
.recruitPage .welfareSec ul > li .welfareText p{
    text-align: center;
}


/*--- 代表挨拶---*/
.recruitPage .greetingSec {
    padding-bottom: 120px;
}
.recruitPage .greetingSec .greeting-wrap{
    display: flex;
    justify-content: center;
    align-items: stretch
}
.recruitPage .greetingSec .greeting-wrap .greetingBox{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    width: 70%;
}
.recruitPage .greetingSec .greeting-wrap .greetingBox dl{
    padding: 40px;
}
.recruitPage .greetingSec .greeting-wrap .greetingBox dl dt{
    color: var(--color-font);
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 700;
}
.recruitPage .greetingSec .greeting-wrap .greetingBox dl dt::after {
    display: block;
    content: "";
    width: 15%;
    height: 3px;
    background-color: #341c06;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.recruitPage .greetingSec .greeting-wrap figure{
    width: 30%;
    max-height: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.recruitPage .greetingSec .greeting-wrap figure img{
    object-fit: cover; 
    height: 100%;   
}
@media(max-width:896px){
    .recruitPage .greetingSec .greeting-wrap{
        flex-direction: column;
    }
    .recruitPage .greetingSec .greeting-wrap .greetingBox{
        width: 100%;
    }
    .recruitPage .greetingSec .greeting-wrap .greetingBox dl{
        padding: 30px;
    }
    .recruitPage .greetingSec .greeting-wrap .greetingBox dl dt{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .recruitPage .greetingSec .greeting-wrap figure{
        width: 100%;
    }
}

.recruitPage .listBox {
    position: relative;
}
.recruitPage .listBox:before {
    position: absolute;
    left: 50%;
    top: -25px;
    bottom: -20px;
    width: 3px;
    background: #fff;
    content: "";
}
.recruitPage .listBox .timeBox {
    clear: both;
    width: 50%;
    margin-bottom: -15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.recruitPage .listBox .timeBox::before {
    content: "";
    width: 145px;
    display: block;
    border-bottom: 1px dotted var(--color-main);
}
.recruitPage .listBox .timeBox:last-child {
    margin-bottom: 0;
}
.recruitPage .listBox .timeBox .txtInner {
    width: 73.4%;
    position: relative;
    padding: 20px 40px;
    background: #fff;
    box-sizing: border-box;
}
.recruitPage .listBox .timeBox .txtInner:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--color-main);
    content: "";
}
.recruitPage .listBox .timeBox .txtInner .ttl {
    color: var(--color-main);
    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 {
    width: 70px;
    position: absolute;
    right: -91px;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: right;
}
.recruitPage .listBox .timeBox .time:before {
    margin-top: -10px;
    position: absolute;
    right: 80px;
    top: 50%;
    width: 19px;
    height: 19px;
    background: var(--color-main);
    content: "";
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.recruitPage .listBox .timeBox01 {
    float: right;
    flex-direction: row;
}
.recruitPage .listBox .timeBox01 .txtInner:before {
    right: auto;
    left: 0;
}
.recruitPage .listBox .timeBox01 .time {
    right: auto;
    left: -105px;
}
.recruitPage .listBox .timeBox01 .time02 {
    padding-left: 45px;
}
.recruitPage .listBox .timeBox01 .time:before {
    position: absolute;
    left: 97px;
    right: auto;
}
.recruitPage .companySec {
    padding: 202px 0 0;
    background: url("img/recruit/bg.png") no-repeat left bottom / 479px auto;
	background-color: #fff;
}
.recruitPage .companySec .comImgBox {
	margin-bottom: 0;
    padding-bottom: 182px;
    align-items: flex-start;
    flex-direction: row;
	background: none;
}
.recruitPage .companySec .comImgBox01 {
    flex-direction: row-reverse;
}
.recruitPage .companySec .comImgBox:last-child {
    margin-bottom: 0;
}
.recruitPage .companySec .photoBox {
    width: 49.2%;
}
.recruitPage .companySec .textBox {
    padding: 0;
    width: 50.8%;
}
.recruitPage .companySec .textBox h3 {
    margin-bottom: 25px;
}
.recruitPage .companySec .comImgBox .textBox .subBox {
    margin: 0 0 0 auto;
    max-width: 698px;
}
.recruitPage .companySec .comImgBox01 .textBox .subBox {
    margin: 0 auto 0 0;
    max-width: 572px;
}
.recruitPage .companySec .comImgBox .textBox h3 span {
    padding: 17px 130px;
    min-width: 768px;
    height: 79px;
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 0.06em;
    color: #fff;
    box-sizing: border-box;
    background: url("img/common/icon15.png") no-repeat left top / 100%;
}
.recruitPage .companySec .comImgBox01 .textBox h3 span {
    padding: 17px 95px;
    min-width: 739px;
    background-position-x: -101px;
}
.recruitPage .companySec .textBox p {
    margin-left: 130px;
    line-height: 2.4;
    margin-right: 100px;
}
.recruitPage .companySec .comImgBox01 .textBox p {
    margin-right: 0;
}
.recruitPage .FormSec {
	padding: 0 0 100px;
	background: #FFFFFF;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.recruitPage .recruitSec .innerBox .infoBox {
		margin: 0 40px 0 auto;
	}
    .recruitPage .companySec .textBox p {
        margin-left: 40px;
    }
	.recruitPage .companySec .comImgBox .textBox .subBox {
		margin: 0 auto 0 40px;
        max-width: inherit;
	}
	.recruitPage .companySec .comImgBox01 .textBox .subBox {
		margin: 0 40px 0 auto;
	}
    .recruitPage .companySec .comImgBox01 .textBox h3 span {
        padding-left: 45px;
		background-position: left -320px top;
        background-size: auto 100%;
    }
    .recruitPage .companySec .textBox p {
        margin-right: 40px;
    }
}
@media all and (max-width: 896px) {
    .recruitPage {
        margin-bottom: -51px;
    }
	.recruitPage #pagePath {
		margin-bottom: 36px;
	}
    .recruitPage .topSec {
        margin-bottom: 43px;
    }
    .recruitPage .topSec .inner {
        margin-bottom: 30px;
        padding: 30px 60px;
        background: var(--color-main) url("img/recruit/sp_bg.jpg") no-repeat left bottom;
        background-size: 100% auto;
    }
    .recruitPage .topSec .topText {
        max-width: 840px;
        margin: -3px auto 0;
        font-size: 1.4rem;
        line-height: 2.15;
        text-align: justify;
    }
    .recruitPage .topSec .inner::after {
        display: none;
    }
    .recruitPage .topSec .linkList li {
        margin: 0;
        width: 100%;
    }
    .recruitPage .topSec .linkList li a {
        height: 62px;
    }
    .recruitPage .recruitSec,
    .recruitPage .interviewSec,
    .recruitPage .companySec {
        /* background: url("img/common/icon12.png") no-repeat right top / 262px auto,
        url("img/common/icon11.png") no-repeat left bottom / 262px auto; */
        background-color: var(--color-bg);
    }
    .recruitPage .recruitSec {
        padding:0;
        background-color: #fff;
    }
    .recruitPage .recruitSec .innerBox {
        max-width: inherit;
        margin: 0 16px;
		padding: 0;
    }
    .recruitPage .recruitSec .innerBox .infoBox {
        max-width: inherit;
        margin: 0;
		padding: 0;
    }
    .recruitPage .recruitSec .innerBox th,
    .recruitPage .recruitSec .innerBox td {
        float: left;
        width: 100%;
        padding: 0 0 16px;
        line-height: 1.9;
        border-top: none;
        border-bottom: 1px solid rgba(34,34,34,0.2);
    }
    .recruitPage .recruitSec .innerBox th {
        padding: 20px 0 0;
        width: 100%;
        border-bottom: none;
    }
    .recruitPage .recruitSec .innerBox td small{
        font-size: 12px;
    }
	
	/*--- ポイント ---*/
	.recruitPage .pointSec {
		padding: 0px 0;
		background: var(--color-bg);
	}
	.recruitPage .pointSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .pointSec .pointBox {
		padding: 35px 50px;
		margin: 0 30px 30px;
        gap: 20px;
	}
    .recruitPage .pointSec .pointBox .pointnumber{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
	.recruitPage .pointSec .pointBox figure {
		height: auto;
        min-width: 66px;
	}
    .recruitPage .pointSec .pointBox p{
        font-size: 20px;
    }
	
	/*--- インタビュー ---*/
    .recruitPage .interviewSec {
        padding: 0;
        background-color: #fff;
    }
    .recruitPage .interviewSec .comImgBox:last-child {
        margin-bottom: 0;
    }
    .recruitPage .interviewSec .headLine02 {
        margin-bottom: 36px;
    }
    .recruitPage .interviewSec .topTxt {
        margin-bottom: 37px;
        line-height: 2.35;
    }
    .recruitPage .interviewSec .video {
        margin: 0 0 68px;
        padding: 0;
    }
    .recruitPage .interviewSec .video .infoVideo {
        text-align: center;
    }
    .recruitPage .interviewSec .video .infoVideo video {
        width: 100%;
        height: auto;
    }
    .recruitPage .interviewSec .video .name {
        margin: 15px 0 0;
        font-size: 1.6rem;
    }
    .recruitPage .interviewSec .video .name .small {
        margin-right: 20px;
        font-size: 1.4rem;
    }
    .recruitPage .interviewSec .interviewOuter .textBox .subBox p{
        padding: 30px 20px;
    }
	
	/*--- 業務内容 ---*/
	.recruitPage .businessSec {
		padding: 0px 0 120px;
	}
    .recruitPage .businessSec h3{
        font-size: 20px;
        padding: 10px 0;
    }

	.recruitPage .businessSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .businessSec .businessBox {
		width: 100%;
        flex-direction: column;
	}
    .recruitPage .businessSec .businessBox dl{
        box-sizing: border-box;
        width: 100%;
        padding: 25px 10px;
    }
	.recruitPage .businessSec figure {
		width: 100%;
		margin: 0;
	}
    .recruitPage .businessSec figure img{
        aspect-ratio: 2 / 1;
        min-height: 300px;
    }
    .recruitPage .businessSec .frow{
        padding: 25px 10px;
    }
	
	/*--- 福利厚生 ---*/
	.recruitPage .welfareSec {
		padding: 0 0 62px;
	}
	.recruitPage .welfareSec .headLine06 {
		margin-bottom: 32px;
	}
    .recruitPage .welfareSec .welfareOuter{
        padding-bottom: 0;
    }
	.recruitPage .welfareSec ul {
		gap: 30px 0;
	}
	.recruitPage .welfareSec ul > li {
		width: 100%;
		text-align: center;
	}
    .recruitPage .welfareSec ul > li .welfareText{
        padding: 20px;
    }
	.recruitPage .welfareSec ul > li figure img {
		height: auto;
	}
	.recruitPage .welfareSec ul > li figure figcaption {
		font-size: 1.6rem;
		padding: 20px 0 0;
	}
	
	
    .recruitPage .listBox:before {
        position: absolute;
        left: 55px;
        top: 0px;
        bottom: 0px;
        width: 3px;
    }
    .recruitPage .listBox .timeBox {
        margin: 0 0 15px 58px;
        clear: both;
        width: auto;
        flex-direction: row;
    }
    .recruitPage .listBox .timeBox:last-child {
        margin-bottom: 0;
    }
    .recruitPage .listBox .timeBox .txtInner {
        width: 100%;
        padding: 15px 10px 15px 26px;
    }
    .recruitPage .listBox .timeBox .txtInner:before {
        position: absolute;
        right: auto;
        left: 0;
        width: 9px;
        content: "";
    }
    .recruitPage .listBox .timeBox .txtInner .ttl {
        font-size: 1.4rem;
    }
    .recruitPage .listBox .timeBox .txtInner .txt {
		margin-top: 5px;
        font-size: 1.2rem;
        line-height: 1.6;
        text-align: justify;
    }
    .recruitPage .listBox .timeBox .time {
        margin-top: 3px;
        width: 60px;
        font-size: 1.6rem;
        text-align: right;
        left: -76px !important;
    }
    .recruitPage .listBox .timeBox .time:before {
        margin-top: -8px;
        right: -22px !important;
        left: auto;
        top: 50%;
        width: 15px;
        height: 15px;
        border-width: 2px;
    }
    .recruitPage .listBox .timeBox01 {
        float: none;
    }
    .recruitPage .listBox .timeBox01 .txtInner:before {
        right: auto;
    }
	.recruitPage .listBox .timeBox::before {
		width: 47px;
	}
    .recruitPage .listBox .timeBox01 .time02 {
        padding-left: 45px;
    }
    .recruitPage .companySec {
        padding: 53px 0 88px;
    }
    .recruitPage .companySec .comImgBox {
        max-width: inherit;
        display: block;
		padding: 0 24px;
        margin-bottom: 72px;
        background: transparent;
    }
    .recruitPage .companySec .textBox h3 {
        margin-bottom: 30px;
    }
    .recruitPage .companySec .comImgBox:last-of-type {
        margin-bottom: 0;
    }
    .recruitPage .companySec .comImgBox .textBox h3 span {
        padding: 10px 20px;
        width: calc(100% + 64px);
        height: 59px;
        margin-left: -24px;
        font-size: 2.4rem;
        min-width: inherit;
        text-align: center;
        background: url("img/common/sp_icon05.png") no-repeat right -20px top / 100%;
    }
    .recruitPage .companySec .comImgBox01 .textBox h3 span {
        background: url("img/common/sp_icon06.png") no-repeat left -41px top / 100%;
    }
    .recruitPage .companySec .photoBox {
        margin: 0 -24px 0 0;
        width: 107.2%;
    }
    .recruitPage .companySec .comImgBox01 .photoBox {
        margin: 0 0 0 -24px;
    }
    .recruitPage .companySec .photoBox img {
        width: 100%;
    }
	.recruitPage .companySec .textBox {
		margin-bottom: 37px;
		width: auto;
	}
    .recruitPage .companySec .comImgBox .textBox .subBox {
        margin: 0;
        max-width: inherit;
    }
    .recruitPage .companySec .comImgBox01 .textBox .subBox {
        margin: 0;
    }
    .recruitPage .companySec .textBox .headLine02 {
        margin-bottom: 35px;
    }
    .recruitPage .companySec .textBox p {
        line-height: 2.15;
        margin: 0 !important;
    }
    .recruitPage .comCompany {
        padding: 34px 24px;
    }
    .recruitPage .comCompany .textBox {
        color: #222;
        padding: 0;
        width: 100%;
    }
    .recruitPage .comCompany .textBox .headLine02 {
        margin-bottom: 25px;
    }
	.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;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 26%;
	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: rgba(200, 0, 0, 1);
	text-align: center;
}
.contactPage th .optional {
	float: right;
	width: 44px;
	color: #212836;
	border: 1px solid #212836;
	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 input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="tel"],
.contactPage td input[type="number"],
.contactPage td select,
.contactPage td textarea {
	color: #212836;
	width: 100%;
	height: 58px;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
    border: #ddd solid 1px;
	border-radius: 4px;
}
.contactPage td select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 40px 10px 10px; /* 右に余白を確保 */
    font-size: 16px;
    position: relative;
    width: 100%;
}

/* ▼を追加 */
.contactPage td select {
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path fill='%23333' d='M0 0l5 6 5-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
}

.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}
.contactPage .submit {
    text-align: center
}
.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
	display: none !important;
}
.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05_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;
}
.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_02.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;
    }
    .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0;
        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 {
    margin-bottom: 120px;
    margin-top: 60px;
}
.privacy p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}
.privacy h4{
    margin: 30px 0 20px;
    text-align: center;
    background: #995734;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;

}
.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.privacy .txt01 {
    margin-bottom: 65px;
}
.privacy .txt02 {
    margin-bottom: 72px;
}
.privacy .txt03 {
    margin-bottom: 35px;
}
.privacy .txt04 {
    margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 110px;
    }
	.privacy .pageTitle {
		padding: 28px 0 30px;
	}
	.privacy .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacy .pageTitle .headLine01 .jp {
		font-size: 2rem;
	}
	.privacy #pagePath {
		margin-bottom: 56px;
	}
    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }
    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }
    .privacy .txt01 {
        margin-bottom: 57px;
    }
    .privacy .txt02 {
        margin-bottom: 60px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}



.headLine06 {
    margin-bottom: 128px;
    color: var(--color-main);
    font-size: 3rem;
    letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
    .headLine06 {
        margin-bottom: 12px;
        font-size: 2.4rem;
    }
}
@media all and (min-width: 897px) and (max-width: 768px) {
    .indexPage .mainVisual {
        background-size: 100% 100%;
    }
    .indexPage .mainVisual .txtInner .ttl {
        max-width: 75%;
        margin-left: 8%;
        text-align: left;
    }
    .indexPage .mainVisual .txtInner .ttl span {
        margin-left: 0 !important;
        display: inline;
    }
    .headLine04 .en {
        font-size: 6rem;
    }
    .comCompany .textBox .inner {
        width: 80%;
    }
}


/* .indexPage::after {
    content: "";
    width: 100%;
    height: 99999px;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    background: url("img/common/bg_img01.png") repeat-y center top 697px / 100% 4142px;
    z-index: -2;
}
.recruitPage::after {
    content: "";
    width: 100%;
    height: 99999px;
    display: block;
    left: 0;
    top: 1163px;
    position: absolute;
    background: url("img/common/bg_img02.png") repeat-y left top / 100% 3859px;
    z-index: -2;
}
@media all and (max-width: 896px) {
    .recruitPage::after {
        display: none;
    }
} */
