@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=Rajdhani:wght@700&display=swap');
/*
Theme Name: atlighting
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/
x
.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: #171717;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #171717;
}
a:hover {
	color: #171717;
}
a:active {
	color: #171717;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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: #171717;
	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: 206px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 50px;
    }
	#container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	height: 100px;
	box-sizing: border-box;
}
#gHeader h1 {
	padding: 10px 0 0 30px;
	float: left;
    width: 371px;
}
#gHeader h1 img {
	width: auto;
    height: 80px;
}
#gHeader .rBox {
	float: right;
    display: flex;
    align-items: center;
}
#gHeader .rBox .btn {
	float: left;
}
#gHeader .rBox .btn a {
	color: #fff;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 220px;
	text-align: center;
	background: #29A0D0;
	letter-spacing: 0.06em;
    border-radius: 30px;
}
#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: 100px;
	height: 100px;
	display: flex;
    cursor: pointer;
	align-items: center;
	justify-content: center;
}
#gHeader .menu {
    position: relative;
}
#gHeader .menu:before {
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -12px -12px 0 0;
    background: url("img/common/icon02.png") no-repeat left top;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
#gHeader .menu.on {
    background: none !important;
}
.menu span {
    display: none;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    right: 37px;
    width: 30px;
    height: 2px;
    background-color: #171717;
}
.menu span:nth-of-type(1) {
    top: 38px;
}
.menu span:nth-of-type(2) {
    top: 48px;
}
#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: 100px;
    width: 550px;
    background: #072487;
    z-index: 1000;
    height: calc(100% - 83px);
    overflow-y: auto;
    box-sizing: border-box;
}
.menuBox .naviUl {
    padding: 24px 60px 100px 79px;
}
.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 rgba(255,255,255,0.2);
}
.menuBox .naviUl li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 13px;
    background: url("img/common/icon05.png") no-repeat left top;
    background-size: 8px 13px; 
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.menuBox .naviUl .blank a:before {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("img/common/icon13.png") no-repeat left top;
    background-size: 17px 17px; 
    content: "";
}
	
@media all and (min-width: 897px) {
    #gHeader .menu:hover {
        background: #072487; 
    }
    #gHeader .menu:hover:before {
        background: url("img/common/icon02_over.png") no-repeat left top;
        background-size: 24px auto;
    }
    #gHeader .menu.on:before {
        display: none;
    }
    .menuBox .naviUl li a:hover:before {
        right: -15px;
    }
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
	}
    #gHeader h1 {
        padding: 0 15px 0 15px;
        float: left;
        width: calc(100% - 150px);
        display: flex;
        align-items: center;
        height: 100%;
    }
    #gHeader h1 img{
        width: auto;
        height: 50px;
        
    }
    #gHeader .rBox {
        float: right;
    }
    #gHeader .rBox .btn {
        float: left;
    }
    #gHeader .rBox .btn a {
        height: 60px;
        width: 60px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
        border-radius: unset;
    }
    #gHeader .rBox .btn img {
        margin: 10px 0 7px 0;
    }
    #gHeader .rBox .btn .info .infoTxt{
        display: block;
    }
    #gHeader .menu {
        float: right;
        width: 60px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #gHeader .menu:before {
        margin: -8px -11px 0 0;
        width: 22px;
        height: 16px;
        background: url(img/common/sp_menu.png) no-repeat center center;
        background-size: 22px 16px;
    }
	#gHeader .menu.on:before {
		display: none;
	}
    .menu span {
        right: 15px;
    }
    .menu span:nth-of-type(1) {
        top: 19px;
    }
    .menu span:nth-of-type(2) {
        top: 29px;
    }
    .menuBox {
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
	margin: 0 auto 34px;
	padding: 0 20px;
}
#pagePath li {
	margin-right: 10px;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 30px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; 
    color: #BFBFBF;
}
#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: 35px 100px;
    border-top: 1px solid #D1CFCF;
    background-color: #072487;
    color: #fff;
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}
.pageTop {
    position: fixed;
    right: 0;
    bottom: 0;
	z-index: 600;
}
.pageTop a:hover {
    opacity: 0.7;
}
@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: 1140px;
	margin: 0 auto;
}
@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 #D8D8D8;
}
.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 {
    padding: 57px 0 40px 0;
    color: #171717;
    width: 1140px;
    margin: 0 auto;
}
.comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
    .comVisual {
        padding: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 13px;
    }
    .comVisual .headLine05 {
        font-size: 2.4rem;
        text-align: left;
        padding: 0 24px;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 75px;
    padding-bottom: 15px;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    color: #171717;
}
.headLine02:before {
    position: absolute;
    bottom: 0;
    width: 130px;
    height: 3px;
    background: #072487;
    content: "";
}


@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 50px;
        padding-bottom: 8px;
        font-size: 2rem;
        text-align: center;
    }
    .headLine02:before {
        left: calc(50% - 41px);
        bottom: 0;
        width: 82px;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 20px;
    padding-bottom: 26px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 10px;
        padding-bottom: 13px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
	margin-bottom: 42px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.headLine04 .en {
	color: #072487;
	display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 4.1vw;
	font-weight: 700;
}
.headLine04 .jp {
    font-size: 2.4rem;
}
.headLine04 .jp::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(img/common/icon15.png) no-repeat;
    background-size: contain;
    margin-right: 11px;
}
.comTtlBox .title {
	width: calc(100% - 217px);
	padding: 46px 0 0 120px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.6;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
    .comTtlBox {
        display: block;
        margin-bottom: 44px;
    }
    .headLine04 {
        text-align: center;
        width: 100%;
    }
    .headLine04 .en {
        margin-bottom: 1px;
        font-size: 3rem;
        text-align: left;
    }
    .headLine04 .jp {
        text-align: left;
        display: block;
    }
    .comTtlBox .title {
        width: 100%;
        padding: 36px 0 0 0;
        font-size: 1.4rem;
        line-height: 2.2;
    }
}
/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
    padding: 136px 0 120px;
    background: #F5F5F5;
    position: relative;
    top: -100px;
    z-index: -10;
}
.comCompany .headLine04 {
    margin-bottom: 70px;
}
.comCompany .headLine04 .en {
}
.comCompany .headLine04 .jp {
    letter-spacing: 0.18em;
    color: #072487;
}
.comCompany .textBox {
    padding: 110px 0 0 0;
    position: relative;
    width: 42%;
    float: left;
    box-sizing: border-box;
}
.comCompany .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.comCompany .textBox th,
.comCompany .textBox td {
    padding: 20px 0;
	text-align: left;
	vertical-align: middle;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D6D6D6;
}
.comCompany .textBox th {
    width: 30.6%;
    font-weight: 700;
}
.comCompany .mapBox {
    margin-top: 340px;
    width: 49%;
    float: right;
}
.comCompany .mapBox iframe {
	height: 366px;
	width: 100%;
	vertical-align: top;
}
@media all and (max-width: 896px) {
    .comCompany {
        padding: 52px 0 0;
        top: 0;
    }
    .comCompany .headLine04 {
        margin-bottom: 9px;
        position: static;
        width: 100%;
        text-align: center;
    }
    .comCompany .headLine04 .jp {
        color: #171717;
        font-size: 2.4rem;
        letter-spacing: 0.06em;
    }
    .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 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 361px;
    background: url("img/common/entry.jpg") no-repeat center center;
    background-size: cover;


    position: relative;
    width: 100vw;
}

.comBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 361px;
    background-color: #000000;/*背景色*/
    opacity: 0.5;/*透明度*/
}

@media all and (max-width: 896px) {
    .comBox {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 182px;
        background: url("img/common/sp_entry.jpg") no-repeat center center;
        background-size: cover;
    }
    .comBox::before {
        height: 182px;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink{
    z-index: 10;
}

.comLink a {
    display: block;
    width: 540px;
    color: #fff;
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
    border: 1px solid #fff;
    letter-spacing: 0.06em;
    border-radius: 43px;
    overflow: hidden;
}
.comLink .info {
    position: relative;
    z-index: 2;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comLink .info:before {
	margin-top: -5px;
    position: absolute;
    right: 17px;
	top: 50%;
    background: url("img/common/icon17.png") no-repeat left top;
    background-size: 21px auto;
    width: 21px;
    height: 11px;
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
    .comLink a:before {
        background-color: #fff;
        content: " ";
        position: absolute;
        top: 0;
        height: 100%;
        width: 0;
        left: auto;
        right: 0;
        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 {
        top: 60%;
        filter: invert(100%);
    }
}
@media all and (max-width: 896px) {
    .comLink a {
        width: 328px;
        font-size: 1.6rem;
    }
    .comLink .info {
        height: 60px;
    }
}
@media all and (max-width: 374px) {
    .comLink a {
        width: 290px;
    }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    margin: 0 auto 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.comImgBox .photoBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.comImgBox .photoBox .nameSpan {
    width: 33%;
    margin-top: 170px;
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.06em;
}
.comImgBox .photoBox .nameSpan .small {
    font-size: 1.6rem;
	font-weight: 400;
    display: block;
    margin-top: 7px;
}
.comImgBox .textBox {
    padding-bottom: 50px;
    width: 58.6%;
}
.comImgBox .textBox h4 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #0067FF;
}
.comImgBox .textBox p {
    line-height: 2.3;
    letter-spacing: 0.06em;
	text-align: justify;
	text-justify:inter-ideograph;
}
.comImgBox01 {
    flex-direction: row-reverse;
}
.comImgBox01 .photoBox .nameSpan {
    text-align: left;
}
.comImgBox:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .comImgBox {
        max-width: inherit;
        margin: 0 0 30px;
        display: block;
    }
    .comImgBox .photoBox {
        width: 100%;
    }
    .comImgBox .photoBox .nameSpan {
        margin-top: 18px;
        font-size: 1.6rem;
    }
    .comImgBox .photoBox .nameSpan .small {
        margin-left: 10px;
    }
    .comImgBox .textBox {
        width: 100%;
		padding: 0;
        margin-top: 42px;
    }
    .comImgBox .textBox h4 {
        margin-bottom: 18px;
        font-size: 1.6rem;
    }
    .comImgBox .textBox p {
        line-height: 2.2;
    }
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
	padding-right: 12px;
	position: relative;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.08em;
    display: block;
    width: 240px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}
.comMore a:before {
	margin-top: -6px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 12px;
	height: 12px;
	background: url("img/common/icon08.png") no-repeat right center;
	background-size: auto 12px;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 897px) {
	.comMore a:hover:before {
		right: 10px;
	}
}
@media all and (max-width: 896px) {
    .comMore a {
        padding-right: 12px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
    margin-bottom: -310px;
}
.indexPage .mainVisual .topBox {
	position: relative;
}
.indexPage .mainVisual .topBox .mainImg {
	margin: 0;
	height: 980px;
	position: relative;
}
.indexPage .mainVisual .topBox .mainImg .videoBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.indexPage .mainVisual .topBox .mainImg .videoBox video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.indexPage .mainVisual .txtInner {
	margin: -312px 0 0;
	padding: 429px 0 127px;
}
.indexPage .mainVisual .txtInner .content {
	max-width: 1140px;
}
.indexPage .mainVisual .txtInner .ttl {
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 0.06em;
    text-align: center;
}
.indexPage .interviewSec {
	padding: 183px 0 288px;
}
.indexPage .interviewSec .listUl li {
	float: left;
}
.indexPage .interviewSec .listUl .slick-slide > div {
    width: 1140px;
    margin-right: 3px;
}
.indexPage .interviewSec .listUl li a {
	display: block;
	position: relative;
}
.indexPage .interviewSec .listUl li .pho img{
	width: 680px;
}
.indexPage .interviewSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 190px 93px 50px;
    width: 100%;
    z-index: 2;
    height: 100%;
    font-size: 1.8rem;
    color: #fff;
	background: rgba(33,40,54,0.77); 
    line-height: 2;
    box-sizing: border-box;
    letter-spacing: 0.06em;
    text-align: justify;
	opacity: 0;
	transition:all 0.6s ease;
}

.indexPage .interviewSec .listUl li .txtBox {
	position: absolute;
	padding: 0 68px;
    right: 0;
    top: 93px;
	letter-spacing: 0.06em;
	z-index: 10;
	width: 460px;
	box-sizing: border-box;
}
.indexPage .interviewSec .listUl li .txtBox .info {
	position: relative;
	z-index: 3;
}
.indexPage .interviewSec .listUl li .txtBox .name {
	margin-bottom: 11px;
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
}
.indexPage .interviewSec .listUl .slick-dots {
    margin-top: 54px;
    text-align: center;
}
.indexPage .interviewSec .listUl .slick-dots li {
    float: none;
	margin: 0 17px;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100px;
	background-color: #CCC;
}
.indexPage .interviewSec .listUl .slick-dots li button {
	display: none;
}
.indexPage .interviewSec .listUl .slick-dots li.slick-active {
	background-color: #212836;
	transform-origin: center;
}
.indexPage .interviewSec .listUl .slick-prev,
.indexPage .interviewSec .listUl .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -12px;
    display: block;
    width: 41px;
    height: 54px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.indexPage .interviewSec .listUl .slick-prev {
    left: calc(50% - 650px);
    top: calc(50% - 80px);
	background: url("img/common/prev.png") no-repeat;
	background-size: 41px 54px;
	z-index: 10;
}
.indexPage .interviewSec .listUl .slick-next {
	right: calc(50% - 650px);
    top: calc(50% - 80px);
	background: url("img/common/next.png") no-repeat;
	background-size: 41px 54px;
	z-index: 10;
}

.indexPage .interviewSec .comMore{
    position: absolute;
    top: 250px;
    left: 780px;
    padding-right: 12px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.08em;
    display: block;
    width: 240px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    background-color: #fff;
}

.indexPage .interviewSec .comMore:before {
	margin-top: -6px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 12px;
	height: 12px;
	background: url("img/common/icon08.png") no-repeat right center;
	background-size: auto 12px;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}



.indexPage .aboutSec {
	background: #F5F5F5;
}
.indexPage .aboutSec .inner {
	max-width: 1920px;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexPage .aboutSec .inner .photoBox {
	width: 50%;
}
.indexPage .aboutSec .inner .photoBox .infoImg {
	width: 100%;
}
.indexPage .aboutSec .inner .textBox {
	width: 50%;
}
.indexPage .aboutSec .inner .photoBox img {
	width: 100%;
}
.indexPage .aboutSec .inner .textBox .infoBox {
    max-width: 46.2%;
    max-width: 460px;
	padding: 0 0 0 20px;
	margin: 0 110px 0 auto;
}
.indexPage .aboutSec .inner .textBox .headLine04 {
	padding-bottom: 40px;
}
.indexPage .aboutSec .inner .textBox .headLine04 .en {
	color: #072487;
}
.indexPage .aboutSec .inner .textBox .headLine04 .jp {
	font-size: 2.4rem;
    color: #171717;
}
.indexPage .aboutSec .inner .textBox .headLine04 .jp::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(img/common/icon15.png) no-repeat;
    background-size: contain;
    margin-right: 11px;
}
.indexPage .aboutSec .inner .textBox .subBox {
	width: 100%;
}
.indexPage .aboutSec .inner .textBox .subBox p {
	text-align: justify;
	text-justify:inter-ideograph;
	line-height: 1.7vw;
	letter-spacing: 0.06em;
}
.indexPage .aboutSec .inner01 {
	margin-bottom: 0;
	align-content: flex-start;
	flex-direction: row-reverse;
	align-items: center;
}
.indexPage .aboutSec .inner01 .photoBox {
	width: 50%;
}
.indexPage .aboutSec .inner01 .textBox {
	width: 50%;
}
.indexPage .aboutSec .inner01 .textBox .infoBox {
	margin: 0 0 0 120px;
	padding: 0 20px 0 0;
}
.indexPage .jobSec .content {
    max-width: 1140px;
    padding: 154px 113px 77px 113px;
    background-color: #072487;
    border-radius: 30px;
}
.indexPage .jobSec .comTtlBox {
	margin-bottom: 115px;
	align-items: flex-end;
    justify-content: space-between;
}
.indexPage .jobSec .comTtlBox .title {
	padding: 0 0 20px;
    color: #fff;
}
.indexPage .jobSec .headLine04 .en {
    color: #fff;
}
.indexPage .jobSec .headLine04 .jp {
	height: 160px;
    color: #fff;
}
.indexPage .jobSec .headLine04 .jp::before {
    background: url(img/common/icon16.png) no-repeat;
    background-size: contain;
}
.indexPage .jobSec .title {
	width: 623px;
}
.indexPage .jobSec .innerBox {
	margin-bottom: 95px;
	display: flex;
	justify-content: space-between;
	background: #FFF;
    padding: 54px;
}
.indexPage .jobSec .innerBox .photoBox {
	padding-bottom: 33%;
	width: 45%;
	height: 0;
	overflow: hidden;
	background: url("img/index/photo06.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .jobSec .innerBox .textBox {
	width: 55%;
	padding: 0 0 0 54px;
	box-sizing: border-box;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0 0 17px;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox span {
	color: #072487;
	margin-right: 15px;
	padding: 6px 15px;
    border: 1px solid #072487;
    border-radius: 16px;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.indexPage .jobSec .innerBox .textBox .jobTagBox span:last-of-type {
	margin-right: 0;
}

.indexPage .jobSec .innerBox .textBox .headLine03 {
	margin-bottom: 17px;
	padding-bottom: 0;
}
.indexPage .jobSec .innerBox .textBox .txt {
	margin-bottom: 30px;
	letter-spacing: 0.06em;
	line-height: 2;
}
.indexPage .jobSec .innerBox .textBox .comMore {
	margin-right: -30px;
	text-align: right;
}
.indexPage .jobSec .btnMore {
	padding-top: 82px;
}
.indexPage .jobSec .btnMore a {
	position: relative;
	display: flex;
	width: 240px;
	height: 50px;
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.08em;
    background-color: #fff;
    border-radius: 25px;
}
.indexPage .jobSec .btnMore .info {
	position: relative;
	z-index: 3;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
	.indexPage .aboutSec .inner .textBox .infoBox {
		margin-right: 40px;
	}
	.indexPage .aboutSec .inner .photoBox .infoImg {
		width: 100%;
	}
	.indexPage .aboutSec .inner01 .textBox .infoBox {
		margin-left: 40px;
	}
	.indexPage .interviewSec .listUl .slick-prev {
		left: 10px;
	}
	.indexPage .interviewSec .listUl .slick-next {
		right: 10px;
	}
}
@media all and (min-width: 897px) {
    .indexPage .interviewSec .listUl li a:hover .hover {
		opacity: 1;
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox {
        color: #212836;
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox:before {
		right: -21px;
        background-image: url("img/common/icon05.png");
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox::after {
        width: 100%;
        right: auto;
        left: 0;
    }

	.indexPage .jobSec .btnMore a::before {
	  content: " ";
	  position: absolute;
	  top: 0;
	  height: 100%;
	  width: 0;
	  left: auto;
	  right: 0;
	  background-color: #232835;
	  transition-duration: 0.5s;
	  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	  -ms-transition-duration: 0.5s;
	  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	  -webkit-transition-duration: 0.5s;
	  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	  -moz-transition-duration: 0.5s;
	  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	.indexPage .jobSec .btnMore a:hover {
		color: #fff;
	}
    .indexPage .jobSec .btnMore a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .indexPage {
        margin-bottom: -51px;
    }
    .indexPage .mainVisual .topBox .mainImg {
        margin: 0;
        height: auto;
    }
	.indexPage .mainVisual .topBox .mainImg .videoBox {
		position: static;
	}
	.indexPage .mainVisual .topBox .mainImg .videoBox video {
		position: static;
        object-fit: contain;
        width: 100% !important;
        height: 100% !important;
		vertical-align: top;
		transform: none;
	}
    .indexPage .mainVisual .topBox .copyright {
        display: none;
    }
    .indexPage .mainVisual .txtInner {
        margin: -270px 0 0;
        padding: 313px 0 59px;
    }
    .indexPage .mainVisual .txtInner .content {
        max-width: inherit;
    }
    .indexPage .mainVisual .txtInner .ttl {
        font-size: 1.4rem;
        line-height: 2.15;
        text-align: justify;
    }
    .indexPage .interviewSec {
        padding: 0 0 0;
        margin-bottom: 43px;
    }
    .indexPage .interviewSec .listUl li {
        width: 73.9%;
        margin: 0;
    }
    .indexPage .interviewSec .listUl li .pho {
        display: block;
        position: relative;
        background-color: #F5F5F5;
    }
	.indexPage .interviewSec .listUl li .pho img {
		width: 277px;
	}
    .indexPage .interviewSec .listUl li .txtBox {
        display: block;
        padding: 26px 26px 0;
        width: 277px;
        position: unset;
    }
    .indexPage .interviewSec .listUl li .txtBox:before {
        right: 23px;
    }
    .indexPage .interviewSec .listUl li .txtBox .name {
        margin-bottom: 15px;
        font-size: 1.8rem;
        font-weight: 500;
    }
    .indexPage .interviewSec .listUl li .hover {
        padding: 13px 22px 50px;
        position: static;
        height: auto;
        color: #212836;
        font-size: 1.4rem;
        text-align: left;
        display: block;
        line-height: 1.8;
		opacity: 1;
		background: #fff;
    }
    .slick-list{
        width: 277px;
        height: 438px;
    }
    .indexPage .interviewSec .listUl .slick-prev{
        left: 24px;
        top: calc(50% - 80px);
        background-size: 10px 20px;
    }
    .indexPage .interviewSec .listUl .slick-next{
        right: 24px;
        top: calc(50% - 80px);
        background-size: 10px 20px
    }
    .indexPage .interviewSec .listUl .slick-prev,
    .indexPage .interviewSec .listUl .slick-next{
        width: 10px;
        height: 20px;
    }
    .slick-initialized .slick-slide{
        height: 438px;
    }
    .indexPage .interviewSec .comMore{
        top: 335px;
        left: 23px;
        background-color: #fff;
        width: 217px;
        height: 60px;
        line-height: 60px;
        font-size: 1.6rem;
        border-radius: 30px;
    }
    .indexPage .interviewSec .listUl .slick-dots{
        margin-top: 38px;
        margin-bottom: 47px;
    }



    .indexPage .aboutSec {
        margin-bottom: 45px;
        padding: 42px 0 0 0;
    }
    .indexPage .aboutSec .inner {
        max-width: inherit;
        margin: 0 24px 45px;
        display: block;
    }
    .indexPage .aboutSec .inner .photoBox {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .indexPage .aboutSec .inner .photoBox .infoImg {
        width: 100%;
        margin-top: 0;
    }
    .indexPage .aboutSec .inner .textBox {
        width: 100%;
    }
    .indexPage .aboutSec .inner .textBox .infoBox {
        max-width: inherit;
        padding: 0;
        margin: 0 auto 38px;
        display: block;
    }
    .indexPage .aboutSec .inner .textBox .headLine04 {
        padding-bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .indexPage .aboutSec .inner .textBox .headLine04 .en {
    }
    .indexPage .aboutSec .inner .textBox .headLine04 .jp {
        font-size: 2.4rem;
    }
    .indexPage .aboutSec .inner .textBox .subBox {
        padding-top: 0;
        width: 100%;
    }
    .indexPage .aboutSec .inner .textBox .subBox p {
        line-height: 2.15;
    }
    .indexPage .aboutSec .inner01 {
        margin-bottom: 0;
        align-content: flex-start;
        flex-direction: row-reverse;
        align-items: flex-start;
    }
    .indexPage .aboutSec .inner01 .photoBox {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .indexPage .aboutSec .inner01 .textBox {
        padding-top: 10px;
        width: 100%;
    }
    .indexPage .aboutSec .inner01 .textBox .infoBox {
        margin: 0 auto 30px;
		padding: 0;
    }
    .indexPage .aboutSec .inner01 .textBox .headLine04 .en {
        margin-bottom: -2px;
    }
    .indexPage .aboutSec .inner01 .textBox .headLine04 .jp {
        font-size: 2.4rem;
    }
    .indexPage .jobSec .content{
        padding: 50px 24px;
        border-radius: unset;
    }
    .indexPage .jobSec .comTtlBox {
        display: block;
        margin-bottom: 42px;
    }
	.indexPage .jobSec .comTtlBox .title {
		padding: 36px 0 0;
	}
    .indexPage .jobSec .headLine04 .jp {
        font-size: 2.4rem;
        height: auto;
    }
    .indexPage .jobSec .title {
        width: 100%;
    }
    .indexPage .jobSec .innerBox {
        margin-bottom: 60px;
        display: block;
        padding: 25px;
    }
    .indexPage .jobSec .innerBox .photoBox {
        padding-bottom: 78%;
        width: 100%;
    }
    .indexPage .jobSec .innerBox .textBox {
        width: 100%;
        padding: 28px 0;
    }
    .indexPage .jobSec .innerBox .textBox .headLine03 {
        margin-bottom: 14px;
    }
    .indexPage .jobSec .innerBox .textBox .txt {
        margin-bottom: 33px;
        line-height: 2.2;
    }
    .indexPage .jobSec .innerBox .textBox .comMore {
        margin-right: 0;
        text-align: center;
    }
    .indexPage .jobSec .btnMore {
        display: none;
    }
}
/*------------------------------------------------------------
	recruitPage
------------------------------------------------------------*/
.recruitPage {
    margin-bottom: -207px;
}
.recruitPage .recruitIconSec {
    margin-bottom: 20px;
}
.recruitPage .recruitIconSec .recruitIconBox{
    border: 1px solid #072487;
    border-radius: 16px;
    padding: 6px 15px;
    margin-right: 16px;
    color: #072487;
    font-size: 1.4rem;
}
.recruitPage .topSec {
    color: #fff;
}
.recruitPage .topSec .title {
    padding: 95px 0 154px 0;
    text-align: center;
    font-size: 2rem;
    position: relative;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.06em;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #072487;
}
.recruitPage .topSec .title:before {
    margin-left: -16px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 1px;
    background: #232835;
    content: "";
}
.recruitPage .topSec .linkList {
    background-color: #fff;
    color: #0E2855;
    border-radius: 17px;
    padding: 80px 104px 0 104px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: -80px;
}
.recruitPage .topSec .linkList li {
    margin-bottom: 64px;
    margin-right: 88.5px;
    width: 27%;
}
.recruitPage .topSec .linkList li:nth-child(3n) {
    margin-right: 0;
}
.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;
}
.recruitPage .topSec .linkList li a:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	background: #959595;
	width:100%;
	height: 1px;
	transition:all 0.3s ease-in-out;
    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 {
        height: 100%;
    }
    .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; 
    }


}
.recruitPage .recruitSec {
    padding: 103px 0 170px;
    background: #072487;
    width: 1140px;
    margin: 0 auto;
    border-radius: 30px;
}
.recruitPage .recruitSec .headLine02 {
    color: #fff;
}
.recruitPage .recruitSec .headLine02:before {
    background: #fff;
}
.recruitPage .recruitSec .innerBox {
    max-width: 1920px;
    margin: 0 auto;
}
.recruitPage .recruitSec .innerBox .photoBox {
    padding-top: 12px;
    float: right;
    width: 44.3%;
}
.recruitPage .recruitSec .innerBox .textBox {
    width: 100%;
}
.recruitPage .recruitSec .innerBox .infoBox {
    max-width: 790px;
    margin: 0 auto;
}
.recruitPage .recruitSec .innerBox .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.recruitPage .recruitSec .innerBox .textBox th,
.recruitPage .recruitSec .innerBox .textBox td {
    color: #fff;
    padding: 17px 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.9;
    border-bottom: 1px solid #959595;
    letter-spacing: 0.06em;
}
.recruitPage .recruitSec .innerBox .textBox th {
    width: 34.5%;
}

.recruitPage .recruitSec .innerBox .flowBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #959595;
    color: #fff;
    max-width: 790px;
    margin: 46px auto 0;
    line-height: 1.8;
}
.recruitPage .recruitSec .innerBox .flowBox .flowTtl{
    font-weight: bold;
    width: 30%;
    padding: 35px 0 35px 35px;
}
.recruitPage .recruitSec .innerBox .flowBox .flowTxt{
    width: 70%;
    padding: 35px 35px 35px 0;
}

/*--- ポイント ---*/
.recruitPage .pointSec {
	padding: 120px 0 0 0;
    width: 790px;
    margin: 0 auto;
}
.recruitPage .pointSec .headLine02 {
    margin-bottom: 42px;
}
.recruitPage .pointSec .headLine02::before {
    display: none;
}
.recruitPage .pointSec .headLine06 {
	margin-bottom: 62px;
}
.recruitPage .pointSec .pointBox {
	border: 1px solid #DBE1E7;
	background: #FFFFFF;
	padding: 40px 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px;
}
.recruitPage .pointSec .pointBox:last-of-type {
	margin-bottom: 0;
}
.recruitPage .pointSec .pointBox figure {
	width: 20%;
    margin-right: 5%;
}
.recruitPage .pointSec .pointBox figure img {
	width: 100px;
	height: auto;
}
.recruitPage .pointSec .pointBox dl {
	width: 75%;
}
.recruitPage .pointSec .pointBox dl dt {
	font-size: 2.4rem;
	font-weight: 600;
    color: #072487;
    padding-bottom: 17px;
}
.recruitPage .pointSec .pointBox dl dd {
	line-height: 1.8;
}

/*--- インタビュー ---*/
.recruitPage .interviewSec {
    padding: 180px 0 250px;
}
.recruitPage .interviewSec .headLine02 {
    margin-bottom: 49px;
}
.recruitPage .interviewSec .headLine02::before {
    width: 190px;
}
.recruitPage .interviewSec .topTxt {
    margin-bottom: 47px;
    line-height: 2.35;
    letter-spacing: 0.06em;
    text-align: center;
    color: #171717;
}
.recruitPage .interviewSec .video {
    margin-bottom: 135px;
}
.recruitPage .interviewSec .video .name {
    margin-top: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
}
.recruitPage .interviewSec .video .name .small {
    margin-top: 10px;
    font-size: 1.6rem;
    display: block;
}
.recruitPage .interviewSec .infoVideo video {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.recruitPage .interviewSec .comImgBox .photoBox img{
    width: 59.7%;
}

.recruitPage .interviewSec .comImgBox .textBox{
    background-color: #F5F5F5;
    padding: 120px 95px 57px;
    top: -60px;
    position: relative;
    z-index: -10;
    margin-left: 80px;
    width: auto;
}

/*--- 業務内容 ---*/
.recruitPage .businessSec {
	position: relative;
	padding: 120px 0;
}
.recruitPage .businessSec .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recruitPage .businessSec .headLine02 {
    width: 100%;
}
.recruitPage .businessSec .headLine06 {
	margin-bottom: 62px;
}
.recruitPage .businessSec .businessBox {
	width: 43%;
}
.recruitPage .businessSec .businessBox dl {
	margin: 0 0 50px;
}
.recruitPage .businessSec .businessBox dl:last-of-type {
	margin-bottom: 0;
}
.recruitPage .businessSec .businessBox dl dt {
	font-size: 2rem;
	font-weight: 600;
	padding: 0 0 26px;
    color: #072487;
}
.recruitPage .businessSec .businessBox dl dd {
	line-height: 2.3;
    color: #171717;
}
.recruitPage .businessSec figure {
	width: 48.7%;
}

/*--- 福利厚生 ---*/
.recruitPage .welfareSec {
	padding: 120px 0;
}
.recruitPage .welfareSec .headLine06 {
	margin-bottom: 62px;
}
.recruitPage .welfareSec ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.recruitPage .welfareSec ul > li {
	width: 25%;
	margin: 0 0 62px 0;
	line-height: 2.3;
    text-align: center;
}
.recruitPage .welfareSec ul > li:nth-child(3n) {
	margin-right: 0;
}
.recruitPage .welfareSec ul > li figure {
	background: #FFFFFF;
	padding: 65px 45px 0;
	text-align: center;
    margin-bottom: 0;
}
.recruitPage .welfareSec ul > li figure img {
    width: auto;
    height: 90px;
}
.recruitPage .welfareSec ul > li figure figcaption {
	display: block;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 45px 0 0;
}
.recruitPage .welfareSec ul > li  {
}

/*--- 1日のスケジュール ---*/
.recruitPage .oneDay {
    padding: 150px 0 180px;
    background: #F5F5F5;
    width: 1140px;
    margin: 0 auto 175px;
}
.recruitPage .oneDay h3 {
    margin-bottom: 90px;
    text-align: center;
}
.recruitPage .oneDay h3 .info {
    padding-bottom: 13px;
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 3px solid #0067FF;
    color: #171717;
}
.recruitPage .listBox {
    position: relative;
    padding: 0 165px;
}
.recruitPage .listBox:before {
    position: absolute;
    left: 20.5%;
    top: 75px;
    bottom: 80px;
    width: 3px;
    background: #DEDEDE;
    content: "";
}
.recruitPage .listBox .timeBox {
    clear: both;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.recruitPage .listBox .timeBox:last-child {
    margin-bottom: 0;
}
.recruitPage .listBox .timeBox .txtInner {
    width: 80%;
    position: relative;
    padding: 35px 40px;
    background: #fff;
    box-sizing: border-box;
}
.recruitPage .listBox .timeBox .txtInner .ttl {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 2.1rem;
    letter-spacing: 0.06em;
}
.recruitPage .listBox .timeBox .txtInner .txt {
    letter-spacing: 0.06em;
    line-height: 1.6;
}
.recruitPage .listBox .timeBox .time {
    width: 12%;
    position: relative;
    font-size: 3rem;
    font-weight: 500;
    text-align: right;
    box-sizing: border-box;
    background-color: #F5F5F5;
}
.recruitPage .listBox .timeBox .time:before {
    margin-top: -10px;
    position: absolute;
    right: -66px;
    top: 4%;
    width: 55px;
    height: 3px;
    content: url(img/common/line_dot.png);
}
.recruitPage .listBox .timeBox01 .txtInner:before {
    right: auto;
    left: -17px;
    background-image: url("img/common/icon12.png");
}
.recruitPage .listBox .timeBox01 .time02 {
    padding-left: 45px;
}
.recruitPage .companySec {
    padding: 200px 0 0;
}
.recruitPage .companySec .comImgBox {
    max-width: 1140px;
	padding: 0 20px;
    margin-bottom: 127px;
	flex-direction: row-reverse;
    align-items: flex-start;
}
.recruitPage .companySec .comImgBox01 {
	flex-direction: row;
}
.recruitPage .companySec .comImgBox:last-child {
    margin-bottom: 0;
}
.recruitPage .companySec .comImgBox:last-of-type {
    margin-bottom: 0;
}
.recruitPage .companySec .photoBox {
    width: 50%;
}
.recruitPage .companySec .textBox {
	width: 50%;
    padding-bottom: 0;
}
.recruitPage .companySec .comImgBox .textBox .subBox {
    margin: 0 0 0 110px;
    max-width: 460px;
}
.recruitPage .companySec .comImgBox01 .textBox .subBox {
    margin: 0 110px 0 0;
}
.recruitPage .companySec .textBox .headLine02 {
    margin-bottom: 21px;
    font-size: 3.2rem;
    color: #072487;
    text-align: left;
    padding-bottom: 0;
}
.recruitPage .companySec .textBox .headLine02::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(img/common/icon15.png) no-repeat;
    background-size: contain;
    margin-right: 11px;
    position: relative;
}

.recruitPage .companySec .textBox p {
    line-height: 1.8;
}
.recruitPage .comCompany {
    padding: 123px 0 200px;
    background: none;
    top: 0;
}
.recruitPage .comCompany .textBox {
    color: #222;
    padding: 0;
    width: 45%;
}
.recruitPage .comCompany .textBox .headLine02 {
    margin-bottom: 31px;
    text-align: left;
    color: #072487;
    font-size: 3.2rem;
}
.recruitPage .comCompany .textBox .headLine02::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(img/common/icon15.png) no-repeat;
    background-size: contain;
    margin-right: 11px;
    position: relative;
}
.recruitPage .comCompany .mapBox {
    margin-top: 0;
    width: 49%;
}
.recruitPage .FormSec {
    padding-bottom: 174px;
    width: 1140px;
    margin: 0 auto;
}
.recruitPage .FormSec .content{
    padding: 100px 205px;
    text-align: center;
    background-color: #F5F5F5;
}
.recruitPage .FormSec .content .headLine02:before{
    width: 280px;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
	.recruitPage .companySec .comImgBox .textBox .subBox {
		margin: 0 auto 0 40px;
	}
	.recruitPage .companySec .comImgBox01 .textBox .subBox {
		margin: 0 40px 0 auto;
	}
}
@media all and (max-width: 896px) {
    .recruitPage {
        margin-bottom: -51px;
    }
    .recruitPage .recruitIconSec {
        margin: 40px 0 16px;
        padding: 0 24px;
        display: flex;
    }
    .recruitPage .recruitIconSec .recruitIconBox{
        font-size: 1.2rem;
    }
    .recruitPage .topSec {
        margin-bottom: 0;
    }
    .recruitPage .topSec .title {
        font-size: 1.4rem;
        line-height: 1.7;
        text-align: justify;
        padding: 32px 0 82px;
    }
    .recruitPage .topSec .title p{
        padding: 0 24px;
    }
    .recruitPage .topSec .linkList{
        top: -44px;
        padding: 32px 25px 0 25px;
    }
    .recruitPage .topSec .linkList li {
        margin: 0 0 7px;
        width: 100%;
    }
    .recruitPage .topSec .linkList li:nth-child(4n) {
        margin-right: 0;
    }
    .recruitPage .topSec .linkList li a {
        height: 62px;
    }
    .recruitPage .recruitSec {
        width: 100%;
        padding: 52px 0 70px;
        border-radius: unset;
    }
    .recruitPage .recruitSec .headLine02 {
        margin-bottom: 26px;
    }
    .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 .textBox table tr{
        border-bottom: 1px solid #959595;
    }
    .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 .recruitSec .innerBox .flowBox {
        flex-direction: column;
    }
    .recruitPage .recruitSec .innerBox .flowBox .flowTtl {
        width: 80%;
        padding: 35px 0 0 0;
    }
    .recruitPage .recruitSec .innerBox .flowBox .flowTxt {
        width: 80%;
        padding: 15px 0 35px 0;
    }
	
	/*--- ポイント ---*/
	.recruitPage .pointSec {
		padding: 62px 0;
        width: 100%;
	}
    .recruitPage .pointSec .content{
        padding: 0;
	}
	.recruitPage .pointSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .pointSec .pointBox {
		padding: 50px 25px;
		margin: 0 0 30px;
	}
	.recruitPage .pointSec .pointBox figure {
		width: 100%;
		text-align: center;
		margin: 0 0 25px;
	}
	.recruitPage .pointSec .pointBox figure img {
		max-width: 60px;
		height: auto;
	}
	.recruitPage .pointSec .pointBox dl {
		width: 100%;
	}
	.recruitPage .pointSec .pointBox dl dt {
		font-size: 1.6rem;
		padding: 0 0 15px;
	}	
	
	/*--- インタビュー ---*/	
    .recruitPage .interviewSec {
        padding: 60px 0 88px;
    }
    .recruitPage .interviewSec .comImgBox:last-child {
        margin-bottom: 0;
    }
    .recruitPage .interviewSec .headLine02 {
        margin-bottom: 36px;
    }
    .recruitPage .interviewSec .headLine02::before{
        width: 127px;
        left: calc(50% - 62px);
    }
    .recruitPage .interviewSec .topTxt {
        margin-bottom: 37px;
        line-height: 2.35;
    }
    .recruitPage .interviewSec .video {
        margin: 0 -24px 0;
    }
    .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 .comImgBox .photoBox{
        width: calc(100% + 24px);
        margin-left: -24px;
        display: block;
    }
    .recruitPage .interviewSec .comImgBox .photoBox .nameSpan{
        margin: 0 24px 0;
        padding: 147px 24px 0;
        width: 100%;
        font-size: 1.8rem;
        background-color: #F5F5F5;
        z-index: -10;
    }
    .recruitPage .interviewSec .comImgBox .photoBox img{
        position: relative;
        bottom: -120px;
        width: 100%;
    }
    .recruitPage .interviewSec .comImgBox .photoBox .nameSpan .small{
        font-size: 1.4rem;
    }
    .recruitPage .interviewSec .comImgBox .textBox{
        padding: 37px 24px 57px;
        width: calc(100% - 24px);
        margin-left: 0;
        margin-top: 0;
        top: 0;
    }

	/*--- 業務内容 ---*/
	.recruitPage .businessSec {
		padding: 62px 0;
	}
	.recruitPage .businessSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .businessSec .businessBox {
		width: 100%;
		padding: 85% 0 0;
	}
    .recruitPage .businessSec .businessBox dl dt{
        padding: 24px 0 26px;
    }
	.recruitPage .businessSec figure {
		width: 100%;
		position: absolute;
		top: calc(62px + 59px + 50px) ;
		left: 0;
		transform: none;
	}
	
	/*--- 福利厚生 ---*/
	.recruitPage .welfareSec {
		padding: 62px 0;
	}
	.recruitPage .welfareSec .headLine06 {
		margin-bottom: 32px;
	}
	.recruitPage .welfareSec ul > li {
		width: 50%;
		margin: 0;
        margin-bottom: 30px;
	}
	.recruitPage .welfareSec ul > li figure {
		padding: 35px 0 0;
	}
	.recruitPage .welfareSec ul > li figure img {
        width: auto;
        height: 70px;
	}
	.recruitPage .welfareSec ul > li figure figcaption {
		font-size: 1.6rem;
		padding: 20px 0 0;
	}
	
	/*--- 1日のスケジュール ---*/	
    .recruitPage .oneDay {
        padding: 55px 0 70px;
        width: 100%;
        margin: 0 auto;
    }
    .recruitPage .oneDay h3 {
        margin-bottom: 52px;
    }
    .recruitPage .oneDay h3 .info {
        padding-bottom: 6px;
        font-size: 2rem;
    }
    .recruitPage .listBox {
        padding: 0;
    }
    .recruitPage .listBox:before {
        display: none;
    }
    .recruitPage .listBox .timeBox {
        clear: both;
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }
    .recruitPage .listBox .timeBox:last-child {
        margin-bottom: 0;
    }
    .recruitPage .listBox .timeBox .txtInner {
        width: 100%;
        padding: 21px 25px;
    }
    .recruitPage .listBox .timeBox .txtInner:before {
        display: none;
    }
    .recruitPage .listBox .timeBox .txtInner .ttl {
        margin-bottom: 4px;
        font-size: 1.4rem;
    }
    .recruitPage .listBox .timeBox .txtInner .txt {
        font-size: 1.2rem;
        line-height: 1.6;
        text-align: justify;
    }
    .recruitPage .listBox .timeBox .time {
        padding: 0;
        width: auto;
        font-size: 2.4rem;
        text-align: left;
        color: #0E2855;
    }
    .recruitPage .listBox .timeBox .time:before {
        display: none;
    }
    .recruitPage .listBox .timeBox01 {
        float: none;
    }
    .recruitPage .listBox .timeBox01 .txtInner:before {
        right: auto;
        left: -14px;
        background-image: url("img/common/sp_icon05.png");
    }
    .recruitPage .listBox .timeBox01 .time02 {
        padding-left: 45px;
    }
    .recruitPage .listBox .timeBox01 .time:before {
        position: absolute;
        left: 3px;
        right: auto;
    }
    .recruitPage .companySec {
        padding: 50px 0 68px;
    }
    .recruitPage .companySec .comImgBox {
        max-width: inherit;
        display: block;
		padding: 0 24px;
        margin-bottom: 67px;
    }
    .recruitPage .companySec .comImgBox:last-of-type {
        margin-bottom: 0;
    }
    .recruitPage .companySec .photoBox {
        width: 100%;
    }
    .recruitPage .companySec .photoBox img {
        width: 100%;
    }
	.recruitPage .companySec .textBox {
		margin-bottom: 26px;
		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;
        font-size: 2rem;
    }
    .recruitPage .companySec .textBox .headLine02::before {
        left: 0;
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(img/common/icon15.png) no-repeat;
        background-size: contain;
        margin-right: 11px;
        position: relative;
    }
    .recruitPage .companySec .textBox p {
        line-height: 2.15;
    }
    .recruitPage .comCompany {
        padding: 0;
    }
    .recruitPage .comCompany .textBox {
        color: #222;
        padding: 0;
        width: 100%;
    }
    .recruitPage .comCompany .textBox .headLine02 {
        margin-bottom: 25px;
        font-size: 2rem;
        left: 0;
    }
    .recruitPage .comCompany .textBox .headLine02::before {
        left: 0;
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(img/common/icon15.png) no-repeat;
        background-size: contain;
        margin-right: 11px;
        position: relative;
    }
    .recruitPage .comCompany .mapBox {
        margin-top: 72px;
        width: auto;
    }
	.recruitPage .FormSec {
        width: 100%;
		padding: 0;
	}
    .recruitPage .FormSec .content {
        padding: 60px 24px 150px;
        width: auto;
	}
    .recruitPage .FormSec .content .headLine02:before{
        width: 183px;
        left: calc(50% - 91.5px);
    }
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .content{
    width: 760px;
}
.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 25px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	text-align: left;
	vertical-align: middle;
}
.contactPage th {
	padding: 0 0 20px 0;
	width: 29%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
    padding: 0 0 47px 0;
}
.contactPage th .must {
	float: right;
	width: 44px;
	color: #fff;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #212836;
	text-align: center;
}
.contactPage td input[type="email"],
.contactPage td input[type="tel"],
.contactPage td input[type="text"],
.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;
	background: #fff;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td.kana span{
    width: 49%;
    display: inline-block;
}
.contactPage td.kana span:nth-child(2){
    margin-left: 2%;
}
.contactPage td ::placeholder {
	color: rgba(47,47,47,0.3);
}
.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;
    float: left;
}
.contactPage td .addTxt {
    width: 80%;
    float: right;
    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 57px;
    padding: 12px 0 16px 0;
    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 .agreeTxt span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
    text-align: center;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    display: inline-block;
}

.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;
    border-radius: 30px;
    overflow: hidden;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 13px;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 8px 13px; 
    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: 8px;
    height: 13px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 8px 13px; 
    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: #959595;
	border-color: #959595;
    border-radius: 25px;
}
.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;
}
.wpcf7c-elm-step2 th {
    height: auto !important;
    padding: 0 0 15px 0;
}
.wpcf7c-elm-step2 td {
    height: auto !important;
    padding: 0 0 70px 0;
}
.wpcf7c-elm-step2 td .add {
    float: none;
}
.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;
    border-radius: 30px;
    overflow: hidden;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 8px;
    height: 13px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 8px 13px;
    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 .content{
        width: auto;
        padding-bottom: 150px;
    }
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }
    .contactPage table {
        margin-bottom: 0;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
    }
    .contactPage td:before {
        display: none;
    }
    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }
    .contactPage td {
        font-size: 1.4rem;
    }
    .contactPage td .wid01 {
        width: 124px !important;
    }
    .contactPage td .ico {
        margin-right: 7px;
    }
    .contactPage td .add {
        margin-bottom: 20px;
    }
    .contactPage td .addTxt{
        width: 100%;
    }
    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }
    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }
    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
    }
	.contactPage .agreeTxt span.wpcf7-list-item {
		margin: 0 !important;
	}
    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }
    .contactPage .submit li span:before {
        right: 17px;
    }
    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }
    .contactPage .submit li.disabled .info01{
        border-radius: 30px;
    }
    .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;
    color: #212836;
}
.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;
}
.privacy .pageTitle {
    margin-bottom: 0;
    padding: 93px 0 0;
}
.privacy .pageTitle .headLine01 .jp {
    width: 1140px;
    margin: 0 auto;
    text-align: left;
    font-size: 4.2rem;
    color: #171717;
}
.privacy #pagePath {
    padding: 40px 0 34px 0;
    margin: 0 auto;
    text-align: left;
}
.privacy .headLine02 {
    color: #212836;
    text-align: left;
    margin-top: 124px;
    padding-bottom: 40px;
}
.privacy .headLine02:before {
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #232835;
    content: "";
    width: 32px;
}
.privacy .headLine03 {
    color: #171717;
    border-bottom: 1px solid #D1CFCF;
}
@media all and (max-width: 896px) {
    .privacy .headLine02 {
        margin-top: 29px;
        padding-bottom: 22px;
        margin-bottom: 37px;
	}
    .privacy .headLine02:before{
        left: 0;
    }
	.privacy .pageTitle {
		padding: 37px 24px 30px;
	}
	.privacy .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacy .pageTitle .headLine01 .jp {
		font-size: 2.4rem;
	}
	.privacy #pagePath {
		margin-bottom: 0;
        padding: 29px 0 0 0;
	}
    .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;
}
/* MV */
@keyframes fadeIn{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mvUl {
    display: none;
    justify-content: center;
}
.mvUl.slick-initialized {
    display: flex;
    animation-name:fadeIn;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
}
.mvUl .slick-list {
    width: auto;
    height: auto;
}
.mvUl .slick-slide {
    background: none;
    height: auto;
}
.mvUl .slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
}
.mvUl .slick-dots li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    cursor: pointer;
    opacity: 0.5;
}
.mvUl .slick-dots li.slick-active {
    opacity: 1;
}
.mvUl .slick-dots button {
    visibility: hidden;
}