@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://use.typekit.net/vxt0gvy.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
Theme Name: NSS MARKETING
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
	object-fit: cover;
}
a,
a:link {
	color: #000;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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: #000;
	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;
}
.special #container {
	padding: 0;
}
#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;
	}
	.special #container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header.on {
	background: #fff;
}

#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	height: 90px;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
    /* background: rgb(255 255 255 / .8); */
    /* box-shadow: 0 6px 10px rgb(139 139 139 / .1); */
}
.special01 #gHeader {
	background: none;
}
.special01 #gHeader.on {
    background: rgb(255 255 255 / .8);
	/* background: #fff; */
}


/*　上に上がる動き　*/

/* #gHeader.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
} */

/*　下に下がる動き　*/

/* #gHeader.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
} */


#gHeader h1 {
	padding: 25.5px 0 0 50px;
	float: left;
}
#gHeader .rBox {
    padding: 25px 50px 0 0;
	float: right;
    display: flex;
}

#gHeader .naviUl {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}
#gHeader  .naviUl > li {
    margin: 0 16px;
    z-index: 1;
}

#gHeader  .naviUl > li:last-child {
    margin-right: 30px;
}
#gHeader .naviUl > li > a {
	font-size: 2rem;
	display: flex;
    flex-direction: column;
	align-items: center;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    text-shadow: 0 0 6px rgb(139 139 139 / .2), 0 0 6px rgb(139 139 139 / .2);
}
#gHeader .naviUl > li > p {
	font-size: 2rem;
	display: flex;
    flex-direction: column;
	align-items: center;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    text-shadow: 0 0 6px rgb(139 139 139 / .2), 0 0 6px rgb(139 139 139 / .2);
}
/* スクロール後に適用するクラス */
#gHeader.scrolled .naviUl > li > a {
    color: #000; /* 黒に変更 */
    text-shadow: none; /* お好みでシャドウも消す */
}

#gHeader .naviUl .jsBox {
    display: none;
    position: absolute;
    top: 80%;
    /* left: 0; */
    /* padding: 0 24px; */
    box-sizing: border-box;
    width: 128px;
    /* width: 100%; */
    margin: 0 3% 0 -1%;
    /* right: 27%; */
}

#gHeader .naviUl .jsBox .sub {
    /* max-width: 1110px; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 0 0 30px 30px;
    background: rgba(255,255,255, .9);
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
#gHeader .naviUl .jsBox .sub .rBox {
    flex: 1;
    padding: 10px;
    /* padding: 27px 86px; */
    justify-content: center;
}
#gHeader .naviUl > li.on > a:after {
    opacity: 0.7;
}
#gHeader .naviUl .jsBox .subUl {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}
#gHeader .naviUl .jsBox .subUl li {
    margin: 6px 0;
    /* width: 36%; */
	border: none;
}
#gHeader .naviUl .jsBox .subUl li a {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    /* background: url("img/common/icon04.png") no-repeat right center;
    background-size: 10px auto; */
    /* width: 180px; */
    text-align: center;
}
#gHeader .naviUl .jsBox .subUl li a:hover {
    opacity: 0.7;
}


/* #gHeader .rBox .btn {
	float: left;
    margin-right: 35px;
}
#gHeader .rBox .btn a {
	color: #fff;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 243px;
	text-align: center;
	background: #EA751F;
	letter-spacing: 0.06em;
    box-sizing: border-box;
    border-radius: 38px;
}
#gHeader .rBox .btn .img {
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: sub;
    position: relative;
}
#gHeader .rBox .btn a:hover {
    opacity: 0.7;
} */
#gHeader .menuout::before {
   position: absolute;
   display: block;
   content: "";
   height: 36px;
   width: 2px;
   top: 2px;
   left: 0;
   background: #000;
}
#gHeader .menuout {
    /* color: #fff; */
    position: relative;
    display: flex;
    align-items: center;
}
#gHeader .menuout .outtxt {
    /* padding: 0 30px 0 50px; */
    padding-right: 30px;
    font-size: 2rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#gHeader .menu {
	float: right;
	width: 40px;
	height: 40px;
	display: flex;
    cursor: pointer;
	align-items: center;
	justify-content: center;
    border-radius: 39px;
    position: relative;
    background-color: #000;
    border: 2px solid #000;
    box-sizing: border-box;
}
.menu span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 1px;
    border-radius: 2px;
    background-color: #fff;
}
.menu span:nth-of-type(1) {
    top: 14px;
}
.menu span:nth-of-type(2) {
    top: 23px;
}
.menu span:nth-of-type(3) {
    top: 46px;
}
.menu.on span {
    top: 18px !important;
    opacity: 0;
}
.menu.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}
.menu.on span:nth-of-type(2) {
    transform: rotate(-45deg);
    opacity: 1;
}
.menuBox {
    display: none;
    position: fixed;
    right: 24px;
    top: 74px;
    width: 60%;
    /* width: 550px; */
    background: rgb(139 139 139 / .9);
    z-index: 1000;
    /* height: calc(100% - 149px); */
    overflow-y: auto;
    box-sizing: border-box;
    border-radius: 0 0 50px 50px;
}
.menuBox .naviUl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    padding: 20px 50px 50px 60px;
}
.menuBox .naviUl li {
    width: 45%;
}
.menuBox .naviUl li a {
    width: 100%;
    padding: 16px 30px 10px 0;
    position: relative;
    font-size: 2rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    display: block;
    color: #fff;
    letter-spacing: 0.06em;
    /* border-bottom: 1px solid #fff; */
}
.menuBox .naviUl li p {
    width: 100%;
    padding: 16px 30px 10px 0;
    position: relative;
    font-size: 2rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    display: block;
    color: #fff;
    letter-spacing: 0.06em;
    /* border-bottom: 1px solid #fff; */
}
.menuBox .naviUl .subUl2 li a {
    position: relative;
}
.menuBox .naviUl .subUl2 li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05_02.png") no-repeat left top;
    background-size: 21px 11px; 
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.menuBox .naviUl .blank a:before {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("img/common/icon13.png") no-repeat left top;
    background-size: 17px 17px; 
    content: "";
}

.menuBox .naviUl > li:first-child > a {
    border-top: none;
}
.menuBox .subUl2 {
    margin: 0 4px 20px 16px;
    /* width: initial; */
}
.menuBox .subUl2 li {
    margin-bottom: 12px;
    width: initial;
    width: 94%;
}
.menuBox .subUl2 li a {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}

/* .menuBox .naviUl .jobtagbox {
	font-size: 1.4rem;
	margin: 5px 0 10px;
}
.menuBox .naviUl .jobtagbox span {
	background: #fff;
	color: #EA751F;
	padding: 3px 10px;
} */

@media all and (min-width: 897px) and (max-width: 1200px) {
    #gHeader h1 {
        padding-top: 20px;
    }
    #gHeader .rBox {
        padding: 20px 20px 0 0;
    }
}	
@media all and (min-width: 897px) {
    #gHeader .menu:hover {
        opacity: 0.7;
    }
    .menuBox .naviUl li a:hover:before {
        right: -15px;
    }
	/* #gHeader.on {
		height: 90px;
        background: rgb(255 255 255 / .8);
	} */
	#gHeader.on h1 {
		padding: 19px 0 0 50px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on h1 img {
		transition: .3s;
		-webkit-transition: .3s;
		width: 228px;
	}
	#gHeader.on .rBox {
		padding: 19px 47px 0 0;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .rBox .btn {
		margin-right: 16px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .rBox .btn a {
		width: 215px;
		height: 52px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .menu {
		width: 52px;
		height: 52px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .menu span {
		width: 25px;
		left: calc(50% - 13px);
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .menu span:nth-of-type(1) {
		top: 18.2px;
	}
	#gHeader.on .menu span:nth-of-type(2) {
		top: 28.6px;
	}
	/* #gHeader.on .menu span:nth-of-type(3) {
		top: 31px;
	} */
	#gHeader.on .menu.on span {
		top: 23px !important;
	}
}

@media all and (min-width: 897px) and (max-width: 960px) {
    #gHeader .naviUl > li > a {
        font-size: 1.6rem;
    }
    #gHeader .menuout .outtxt {
        font-size: 1.6rem;
        padding: 0 16px 0 36px;
    }
    #gHeader .naviUl > li:last-child {
        margin-right: 36px;
    }
}

@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
        background: #fff;
	}
    #gHeader h1 {
        padding: 12px 0 0 24px;
        float: left;
    }
    #gHeader .rBox {
        padding: 15px 10px 0 0;
        float: right;
    }
    #gHeader .rBox .naviUl {
        display: none;
    }
    #gHeader .menuout .outtxt {
        display: none;
    }
    #gHeader .menuout::before {
        display: none;
    }
    #gHeader .rBox .btn {
        float: left;
        margin-right: 15px;
    }
    #gHeader .rBox .btn a {
        height: 35px;
        width: 96px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }
    #gHeader .rBox .btn .img {
        margin: 7px 6px 0 0;
    }
    #gHeader .menu {
        float: right;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body.fixed #gHeader .rBox .btn {
        display: none;
    }
    .menu span {
        left: calc(50% - 8px);
        width: 16px;
        height: 1px;
    }
    .menu span:nth-of-type(1) {
        top: 12px;
    }
    .menu span:nth-of-type(2) {
        top: 18px;
    }
    .menu span:nth-of-type(3) {
        top: 21px;
    }
    .menu.on span {
        top: 15px !important;
    }
    .menuBox {
        right: 0;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
    padding: 0 20px;
	margin: 0 auto 16px;
}
#pagePath li {
	margin-right: 0;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
    font-size: 1.4rem;
	padding-right: 24px;
	display: inline-block;
	/* background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; */
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
#pagePath li a::after {
    position: absolute;
    display: block;
    content: "";
    height: 14px;
    width: 2px;
    top: 5px;
    left: 76px;
    background: #777;
}
#pagePath li:nth-child(1) a {
    color: #999;
}
#pagePath li:nth-child(2) a {
    background: none;
}
/* #pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
} */
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    #pagePath {
        max-width: inherit;
        /* margin: 0 auto 42px; */
        padding: 0 24px;
    }
    #pagePath li {
        margin-right: 9px;
    }
    #pagePath li a {
        padding-right: 26px;
        /* background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto;  */
    }
    /* #pagePath li img {
        margin: -3px 0 0;
    } */
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    /* padding: 90px 0 0; */
    padding: 90px 100px 20px;
    background: linear-gradient( #ebebeb 30%, #fff 60% );
    border-radius: 50px 50px 0 0;
}
#gFooter .fLogo {
    text-align: center;
    /* margin: 0 auto 60px; */
    max-height: 200px;
    display: block;
}

.fInner {
    /* display: flex; */
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    max-width: 1340px;
    margin: 0 auto;
    /* padding: 0 20px; */
}
.fInner .rBox {
    /* flex: 1; */
    padding: 10px 24px;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fInner .rBox a {
    /* color: #000; */
}
.fInner .rBox a[target="_blank"] {
    padding-right: 22px;
    background: url("img/common/icon15.png") no-repeat right center;
    background-size: 17px auto;
}
/* .fInner .rBox a:hover {
    opacity: 0.7;
} */
.fInner .naviUl {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-right: -40px; */
}
.fInner .naviUl > li {
    /* width: 307px; */
    /* width: 210px; */
    /* margin-left: 45px; */
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fInner .naviUl > li p {
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
.fInner .naviUl > li .subUl {
    margin: 5px 0 38px 5px;
}
.fInner .naviUl > li .subUl:last-child {
    margin-bottom: 0;
}
.fInner .naviUl > li .subUl li {
    margin-bottom: 3px;
    /* padding-left: 20px; */
    font-size: 1.4rem;
    position: relative;
    letter-spacing: 0.06em;
}
.fInner .naviUl > li .subUl li:after {
	width: 10px;  
	height: 10px;
    border-radius: 50%;
    background: #000;
	position: absolute;  
	top: 23%;
	/* right: 2px; */
	content: ""; 
    margin-left: 10px;
}

#gFooter .bottom_Box {
    font-size: 20rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1;
    margin-bottom: -2.3%;
}

#gFooter address {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: left !important;
    color: #000;
    padding: 20px 24px;
    /* display: block; */
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
#gFooter address .sp_address {
    display: none;
}

.pageTop {
    position: fixed;
    right: 46px;
    bottom: 25px;
	z-index: 600;
}
.pageTop a:hover {
    opacity: 0.7;
}
/* 回転アニメーションの定義 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* imgタグにアニメーションを適用 */
.pageTop img {
    animation: rotate 15s linear infinite;
}

@media all and (max-width: 1510px) {
    #gFooter .bottom_Box {
        font-size: 19rem;
    }
}
@media all and (max-width: 1435px) {
    #gFooter .bottom_Box {
        font-size: 18rem;
    }
}
@media all and (max-width: 1359px) {
    #gFooter .bottom_Box {
        font-size: 17rem;
    }
}
@media all and (max-width: 1283px) {
    #gFooter .bottom_Box {
        font-size: 16rem;
    }
}
@media all and (max-width: 1208px) {
    #gFooter .bottom_Box {
        font-size: 15rem;
    }
}
@media all and (max-width: 1132px) {
    #gFooter .bottom_Box {
        font-size: 14rem;
    }
}
@media all and (max-width: 1057px) {
    #gFooter .bottom_Box {
        font-size: 13rem;
    }
}
@media all and (max-width: 981px) {
    #gFooter .bottom_Box {
        font-size: 12rem;
    }
}
@media all and (max-width: 906px) {
    #gFooter .bottom_Box {
        font-size: 11rem;
    }
}
@media all and (max-width: 830px) {
    #gFooter .bottom_Box {
        font-size: 10rem;
    }
}
@media all and (max-width: 755px) {
    #gFooter .bottom_Box {
        font-size: 9rem;
    }
}
@media all and (max-width: 679px) {
    #gFooter .bottom_Box {
        font-size: 8rem;
    }
}
@media all and (max-width: 604px) {
    #gFooter .bottom_Box {
        font-size: 7rem;
    }
}
@media all and (max-width: 528px) {
    #gFooter .bottom_Box {
        font-size: 6rem;
    }
}
@media all and (max-width: 453px) {
    #gFooter .bottom_Box {
        font-size: 5rem;
    }
}
@media all and (max-width: 377px) {
    #gFooter .bottom_Box {
        font-size: 4rem;
    }
}


@media all and (max-width: 1420px) {
    #gFooter address {
        display: block;
    }
    #gFooter address span {
        display: block;
        margin-bottom: -10px;
    }
    #gFooter address .sp_address {
        display: block;
    }
}

@media all and (max-width: 896px) {
    #gFooter  {
        padding: 0;
        border-top: 1px solid #efeded;
    }
    .special #gFooter {
        border-top: none;
    }

    .fInner {
        max-width: inherit;
        display: block;
        /* padding: 50px 24px 25px; */
        padding: 22px 24px;
        /* margin-top: 150px; */
    }
    .fLogo {
        /* margin-bottom: 37px; */
        width: 200px;
        margin: 20px auto 30px !important;
    }
    .fInner .rBox {
        padding: 0;
        display: block;
    }
    .fInner .naviUl {
        /* display: block; */
        margin: 0;
    }
    .fInner .naviUl > li {
        width: 50%;
        margin: 0 0 44px;
    }
    .fInner .naviUl > li .subUl {
        margin-left: 0;
    }
    .fInner .naviUl > li p {
        font-size: 3rem;
        margin-bottom: 11px;
    }
    .fInner .naviUl > li .subUl li {
        margin-bottom: 10px;
        /* padding-left: 31px; */
    }
    .fInner .naviUl > li .subUl li::after {
        top: 23%;
        /* left: 5px; */
    }

    #gFooter address {
        font-size: 1.2rem;
        text-align: center;
    }
    .pageTop {
        display: none;
    }
}

@media all and (max-width: 640px) {
    .fInner .naviUl {
        display: block;
    }
    .fInner .naviUl > li {
        width: auto;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 24px;
}
@media all and (max-width: 896px) {
    .content {
        max-width: inherit;
        padding: 0 24px;
    }
}

.content2 {
	/* max-width: 1340px; */
	margin: 0 auto;
	padding: 0 24px;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 26px;
	padding: 93px 0 63px;
	text-align: center;
	/* border-bottom: 1px solid #D1CFCF; */
    background: #fff;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.pageTitle .headLine01 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 4.6rem;
    letter-spacing: 0.06em;
	font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.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: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    /* flex-direction: column; */
    background: url("img/common/com_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
}
.comVisual .headLine05 {
    font-size: 15rem;
    letter-spacing: 0.06em;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    text-shadow: 0 0 6px rgb(139 139 139 / .9);
    /* margin-top: -30px; */
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
/* テキスト1文字ずつ登場する アニメーション */
.comVisual .headLine05 .move {
    display: block;
    transform: translateY(105%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }  
.comVisual .headLine05.-visible .move {
transform: translateY(0);
}

.comVisualInner {
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    margin: 0 auto;
}

.comVisualInner_l {
    margin: 0 auto;
}
.comVisualInner_r {
    width: 74%;
}

.comVisualInner_r p {
    margin-bottom: 60px;
    font-size: 3.2rem;
    text-shadow: 0 0 6px rgb(139 139 139 / .9);
}

@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 13px;
        height: 180px;
        background: url("img/common/com_kv.jpg") no-repeat center center;
        background-size: cover;
    }
    .comVisual .headLine05 {
        font-size: 7.2rem;
        text-align: center;
    }
    .comVisualInner_r p {
        margin-bottom: 30px;
        font-size: 1.8rem;
    }
}

@media all and (max-width: 390px) {
    .comVisual {
        padding: 0 8px;
    }
}

/* .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: 6.2rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.headLine02:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #000;
    content: "";
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 50px;
        padding-bottom: 23px;
        font-size: 2.4rem;
        text-align: center;
    }
    .headLine02:before {
        /* margin-left: -16px; */
        left: 50%;
        bottom: 0;
        width: 32px;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 20px;
    padding-bottom: 26px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 10px;
        padding-bottom: 13px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
	margin-bottom: 42px;
    /* transform: translateY(5%); */
}
.headLine04 {
    margin-bottom: 49px;
    padding-bottom: 35px;
    color: #FF8300;
    font-size: 6.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
.colmark01 {
    color: #EA5514;
}
.colmark02 {
    color: #00478F;
}
.maincol {
    color: #FF8300;
}
.subcol {
    color: #2E8BC0;
}

.headLine04 .jp {
    display: block;
    font-size: 2.4rem;
    color: #000;
}
/* .headLine04 .color {
    color: #57B8FF;
} */
.comTtlBox .title {
    color: #211B1B;
    line-height: 1.85;
    text-align: center;
    letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
    .comTtlBox {
        display: block;
        margin-bottom: 44px;
    }
    .headLine04 {
        margin-bottom: 16px;
        font-size: 4.5rem;
    }
    .colmark01 {
        color: #EA5514;
    }
    .colmark02 {
        color: #00478F;
    }
    .comTtlBox .title {
        width: 100%;
        padding: 22px 0 0 0;
        font-size: 1.4rem;
        line-height: 2.2;
        text-align: left;
    }
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
    position: relative;
    margin-bottom: 50px;
    padding: 32px 0;
    font-size: 6.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    text-align: center;
    /* background-size: auto 3px; */
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.subttl {
    display: block;
    width: 354px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    margin: 0 auto -16px;
    position: relative;
    z-index: 10;
}

/* 奇数回目（デフォルトの色） */
.serviceBox:nth-child(odd) .subttl {
    background: linear-gradient(90deg, #EA5514, #FF8300 100%);
  }
  .serviceBox:nth-child(odd) .headLine06 {
    background: linear-gradient(90deg, #EA5514, #FF8300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  /* 偶数回目だけ色変更 */
  .serviceBox:nth-child(even) .subttl {
    background: linear-gradient(90deg, #1769A7, #2E8BC0 100%);
  }
  .serviceBox:nth-child(even) .headLine06 {
    background: linear-gradient(90deg, #1769A7, #2E8BC0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

@media all and (max-width: 896px) {
    .headLine06 {
        padding: 20px 0;
        margin-bottom: 44px;
        font-size: 3.2rem; 
    }

    .subttl {
        width: 70%;
        font-size: 1.6rem;
        margin: 0 auto -13px;
    }
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
    margin-bottom: 40px;
    color: #000;
    font-size: 3.2rem;
    font-weight: 700;
    /* text-align: center; */
    letter-spacing: 0.06em;
}
.headLine07 .color {
    color: #57B8FF;
}
@media all and (max-width: 896px) {
    .headLine07 {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }
}
/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	margin-bottom: ;
	padding-bottom: ;
    color: #000;
    font-size: 6rem;
    border-bottom: none;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: right;
}
.headLine08 span {
    display: block;
    font-size: 1.6rem;
    margin-bottom: -10px;
}
@media all and (max-width: 896px) {
    .headLine08 {
        margin-bottom: ;
        padding-bottom: ;
        font-size: 3.2rem;
    }
    .headLine08 span {
        display: block;
        font-size: 1.4rem;
        margin-bottom: -10px;
    }
}
/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
    padding: 150px 0 140px;
    position: relative;
}
/* .comCompany:before {
    position: absolute;
    left: 0;
    top: -40px;
    width: 520px;
    height: 340px;
    background: url("img/common/com_bg.png") repeat left top;
    background-size: 1363px auto;
    content: "";
    z-index: -2;
} */
/* .comCompany:after {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 482px;
    height: 220px;
    background: url("img/common/com_bg.png") repeat left top;
    background-size: 1363px auto;
    content: "";
    z-index: -2;
} */
.comCompany .headLine04 {
    margin-bottom: 120px;
    text-align: center;
}
.comCompany .textBox {
    position: relative;
    width: 46%;
    float: left;
    color: #211B1B;
    box-sizing: border-box;
}
.comCompany .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.comCompany .textBox th,
.comCompany .textBox td {
    padding: 23px 0;
	text-align: left;
	vertical-align: middle;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #DBDBDB;
}
.comCompany .textBox th {
    width: 35%;
    font-weight: 500;
}
.comCompany .mapBox {
    width: 48%;
    position: relative;
    float: right;
}
/* .comCompany .mapBox:before {
    position: absolute;
    right: -70px;
    top: -66px;
    background: url("img/common/icon16.png") no-repeat left top;
    background-size: auto;
    background-size: 61px auto;
    width: 61px;
    height: 61px;
    content: "";   
} */
.comCompany .mapBox iframe {
	height: 422px;
	width: 100%;
	vertical-align: top;
    background: #000;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comCompany .mapBox::before {
		right: 0;
	}
}
@media all and (max-width: 896px) {
    .comCompany {
        padding: 46px 0 72px;
    }
    .comCompany:before {
        display: none;
    }
    .comCompany:after {
        display: none;
    }
    .comCompany .headLine04 {
        margin-bottom: 22px;
        width: 100%;
    }
    .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::before {
        right: 28px;
        top: -60px;
        width: 77px;
        height: 40px;
        background: url("img/common/sp_icon08.png") no-repeat left top;
        background-size: 77px auto; 
    }
	.comCompany .mapBox iframe {
		height: 238px;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 858px !important;
    background: url("img/common/com_box_bg.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: -206px;
}

.comBox .textBox {
    display: block;
    max-width: 1340px;
}

.comBox .textBox .recruitMain {
    font-size: 12rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #8fc31f;
    -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 40px;
}
.comBox .textBox .recruitMain span {
    display: block;
    line-height: 1.2;
}

.comBox .textBox .headLine04 {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.comBox .textBox .headLine04 span {
    margin-bottom: -25px;
}
.comBox .textBox .headLine04 a {
    color: #000;
}
.comBox .textBox .comMore02 a {
    margin: 0 auto;
}

@media all and (max-width: 896px) {
    .comBox {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 580px !important;
        background: url("img/common/sp_com_box_bg.jpg") no-repeat center center;
        background-size: cover;
        padding-bottom: 50px;
        margin-bottom: -50px;
    }
    .comBox .textBox .comMore02 a {
        max-width: 82px;
    }
}
@media all and (max-width: 480px) {
    .comBox {
        height: 400px !important;
        padding-bottom: 30px;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
    display: block;
    width: 560px;
    color: #fff;
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 50px;
    letter-spacing: 0.06em;
}
.comLink .info {
    position: relative;
    z-index: 2;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comLink .info:before {
	margin-top: -5px;
    position: absolute;
    right: 17px;
	top: 50%;
    background: url("img/common/icon05_02.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 {
        content: " ";
        position: absolute;
        top: 0;
        height: 100%;
        width: 0;
        left: auto;
        right: 0;
        background-color: #fff;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        overflow: hidden;
        border-radius: 50px;
    }
    .comLink a:hover {
        color: #211B1B;
    }
    .comLink a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }
    .comLink a:hover .info:before {
		right: -21px;
    }
}
@media all and (max-width: 896px) {
    .comLink a {
        width: 328px;
        font-size: 1.6rem;
    }
    .comLink .info {
        height: 60px;
    }
	.comLink .info:before {
		margin-top: -10px;
		right: 17px;
		background: url("img/common/sp_icon12.png") no-repeat left top;
		background-size: 20px auto;
		width: 20px;
		height: 19px;
	}
}
@media all and (max-width: 374px) {
    .comLink a {
        width: 290px;
    }
}

/*------------------------------------------------------------
	comWhiteBg
------------------------------------------------------------*/
.comWhiteBg {
    margin: 0 auto 60px;
    padding: 91px 0 100px;
    max-width: 1100px;
    background: #fff;
}
.comWhiteBg01 {
    max-width: 1305px;
}
@media all and (max-width: 896px) {
    .comWhiteBg {
        margin: 0 19px 23px;
        padding: 29px 5px 35px;
        max-width: inherit !important;
    }
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/

.comMore a {
    width: 300px;
	position: relative;
	display: flex;
    height: 58px;
    color: #000;
    justify-content: flex-start;
    padding-left: 40px;
    align-items: center;
	letter-spacing: 0.08em;
    /* border-radius: 80px; */
    overflow: hidden;
    border: 1px solid #00478F;
    font-size: 1.8rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
.comMore a:before {
	margin-top: -8px;
	position: absolute;
	right: 18.5px;
	top: 45%;
	width: 20px;
	height: 20px;
    border-radius: 50%;
	background: #00478F;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
    z-index: 2;
}
.comMore a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #00478F;
    /* border-radius: 80px; */
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.comMore .info {
    position: relative;
    z-index: 2;
}

/* black btn */
.comMore02 a {
    width: 222px;
	position: relative;
	display: flex;
    height: 77px;
    color: #fff;
    justify-content: flex-start;
    padding-left: 40px;
    align-items: center;
	letter-spacing: 0.08em;
    border-radius: 80px;
    overflow: hidden;
    border: 1px solid #000;
    background: #000;
    font-size: 2.4rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.comMore02 a:before {
	margin-top: -8px;
	position: absolute;
	right: 29px;
    top: 48%;
	width: 20px;
	height: 20px;
    border-radius: 50%;
	background: #fff;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
    z-index: 2;
}

.comMore02 .info {
    position: relative;
    z-index: 2;
}

@media all and (min-width: 897px) {
    .comMore a:hover {
        color: #fff;
    }
    .comMore a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
	.comMore a:hover:before {
		right: 16px;
    	background: url("img/common/icon02_on.png") no-repeat right center;
        background-size: 17px auto;
	}

    .comMore02 a:hover {
        color: #000;
        background: #fff;
    }
    .comMore02 a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
	.comMore02 a:hover:before {
		right: 16px;
    	background: url("img/common/icon02_on_bk.png") no-repeat right center;
        background-size: 17px auto;
	}
}
@media all and (max-width: 896px) {
    .comMore {
        /* max-width: 240px; */
        display: flex;
        margin-bottom: 30px;
    }
    .comMore a {
        margin: 0 auto;
        height: 42px;
        border-width: 1px;
        width: auto;
        font-size: 1.4rem;
        padding-left: initial;
        padding: 0 40px 0 20px;
    }
    .comMore a:before {
        margin-top: -4px;
        width: 14px;
        height: 14px;
        background: #00478F;
        /* background: url("img/common/sp_icon07.png") no-repeat right center;
        background-size: 14px auto; */
    }

    .comMore02 {
        /* max-width: 146px; */
        margin: 0 auto;
    }
    .comMore02 a {
        margin: 0 auto;
        height: 42px;
        border-width: 1px;
        width: auto;
        font-size: 1.4rem;
        padding-left: initial;
        padding: 0 40px 0 20px;
    }
    .comMore02 a:before {
        /* margin-top: -5%; */
        right: 18.5px;
        width: 14px;
        height: 14px;
        background: #fff;
        /* background: url("img/common/sp_icon07.png") no-repeat right center;
        background-size: 14px auto; */
    }
}
/*------------------------------------------------------------
	comBg01
------------------------------------------------------------*/
.comBg01 {
    padding: 120px 0;
    position: relative;
}
.comBg01 {
    background: url("img/service/service_01.png") repeat-y center center;
    background-size: contain;
}

.comBg02 {
    padding: 150px 0 60px;
}
.comBg02 {
    background: #fff;
    /* background: #e9e9e9; */
}

.comBg03 {
    padding: 130px 0;
}
.comBg03 {
    background: url("img/company/history_01.png") repeat-y center center;
    background-size: contain;
    /* background: #e9e9e9; */
}

.comBg04 {
    padding: 90px 0 40px; 
}
.comBg04 {
    background: url("img/recruit/data_01.png") repeat-y center center, linear-gradient(#8ec29a 0%, #a9d6e1 70%);
    background-size: contain;
    background-blend-mode: color-burn;
}

.comBgBox {
    padding: 45px 0 0;
    /* padding: 180px 100px 20px; */
    background: linear-gradient( #8fc31f 10%, #fff 30% );
    border-radius: 50px 50px 0 0;
}

@media all and (max-width: 896px) {
    .comBg01 {
        padding: 30px 0;
    }
    
    .comBg02 {
        padding: 60px 0 90px;
    }

    .comBgBox {
        padding: 30px 19px 0;
    }
    .comBg04 {
        background: linear-gradient(#8ec29a 0%, #a9d6e1 70%);
        /* background-blend-mode: color-burn; */
        padding: 30px 0;
    }
   
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    margin-bottom: 96px;
    display: flex;
    justify-content: space-between;
}
.comImgBox:last-child {
    margin-bottom: 0;
}
.comImgBox .photoBox {
    width: 30%;
}
.comImgBox .photoBox .pho {
    display: block;
    position: relative;
    border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.comImgBox .photoBox .pho:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #EA751F;
    content: "";
}
.comImgBox .photoBox .nameSpan {
    margin-top: 10px;
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.comImgBox .photoBox .nameSpan .small {
    margin-left: 30px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
}
.comImgBox .textBox {
    width: 70%;
}
.comImgBox .textBox .subBox + .subBox {
	margin-top: 30px;
}
.comImgBox .textBox .headLine08 {
    margin-bottom: 15px;
    padding: 0 0 20px 90px;
    font-size: 2rem;
}
.comImgBox .textBox p {
    padding: 0 0 0 90px;
    line-height: 2.35;
    letter-spacing: 0.06em;
    text-align: justify;
}
.comImgBox01 {
    align-content: flex-start;
    flex-direction:row-reverse;
}
.comImgBox01 .textBox .headLine08 {
    padding-left: 0;
}
.comImgBox01 .textBox p {
    padding: 0 100px 0 0;
}
@media all and (max-width: 896px) {
    .comImgBox {
        margin-bottom: 76px;
        display: block;
    }
    .comImgBox:last-child {
        margin-bottom: 0;
    }
    .comImgBox .photoBox {
        width: 100%;
    }
    .comImgBox .photoBox .pho {
        border-radius: 0;
    }
    .comImgBox .photoBox .pho img {
        width: 100%;
    }
    .comImgBox .photoBox .pho:before {
        display: none;
    }
    .comImgBox .photoBox .nameSpan {
        margin-top: 24px;
        font-size: 1.6rem;
    }
    .comImgBox .photoBox .nameSpan .small {
        margin-left: 25px;
        font-size: 1.4rem;
    }
    .comImgBox .textBox {
        padding-top: 20px;
        width: 100%;
    }
    .comImgBox .textBox .headLine08 {
       	margin-bottom: 10px;
    	padding: 0 0 15px 0px;
		font-size: 1.8rem;
    }
    .comImgBox .textBox p {
        padding: 0;
        line-height: 2.15;
    }
    .comImgBox01 .textBox .headLine08 {
        padding-left: 0;
    }
    .comImgBox01 .textBox p {
        padding: 0;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
    margin-bottom: -207px;
}
.indexPage .mainVisual {
	/* padding-top: 90px; */
    margin: 0;
    /* margin: 0 78px; */
    position: relative;
}
.indexPage .mainVisual .mainImg {
	width: 100%;
    position: relative;
    /* min-height: 800px; */
    height: 800px;
}
.mainImg .bg {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    /* border-radius: 100px 0 0 10px; */
    /* box-shadow: 4px 4px 6px rgba(102, 94, 75, 0.5); */
    }
    .mainImg .top_mainUl {
    width: 100%;
    height: 100%;
    overflow: hidden;
    will-change: transform;
    }
    .mainImg .top_mainUl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    will-change: transform;
    }
    .top_mainUl div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    }

.indexPage .mainVisual .mainImg .inner {
    max-width: 1550px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    transform: translateY(-125%);
}
.indexPage .mainVisual .mainImg h2 {
    line-height: 1.5;
    color: rgb(255 255 255 / 1);
    mix-blend-mode: multiply;
    letter-spacing: 0.22em;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    /* text-align: center; */
    text-shadow: 0 0 10px rgb(139 139 139 / .2), 0 0 10px rgb(139 139 139 / .2);
}

.indexPage .mainVisual .mainImg h2 .txtMain {
    /* display: block; */
    font-size: 12rem;
    line-height: 1;
    letter-spacing: 0.08em;

    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.txtMain .br {
    width: 100%;
    height: 0;
  }

.txtMain .maincol1 {
    color: #EA5514;
}
.txtMain .maincol2 {
    color: #00478F;
}


.txtMain .move {
    display: block;
    transform: translateY(105%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

.txtMain.-visible .move {
    transform: translateY(0);
  }


/* .indexPage .mainVisual .mainImg h2 .txtSpan {
    display: block;
    font-size: 8.2rem;
    letter-spacing: 0.08em;
} */
.indexPage .mainVisual .mainImg h2 .txtSpan2 {
    margin-top: 60px;
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: rgb(68 68 68 / .85);
    text-shadow: 0 0 4px rgb(255 255 255 / .9), 0 0 4px rgb(255 255 255 / .9);
    /* color: rgb(255 255 255 / 1);
    text-shadow: 0 6px 10px rgb(139 139 139 / .4), 0 6px 10px rgb(139 139 139 / .4); */
}

.indexPage .mainVisual .mainImg video {
	width: 100%;
	/* border-radius: 20px; */
}
.indexPage .mainVisual .txtInner {
	margin: 90px auto 0;
}
.indexPage .mainVisual .txtInner .content {
	max-width: 857px;
}
.indexPage .mainVisual .txtInner p {
	padding-bottom: 67px;
    color: #211B1B;
	font-size: 2rem;
	font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.06em;
}
.indexPage .mainVisual .txtInner p::before {
	margin-left: -16px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 32px;
	height: 1px;
	background: #211B1B;
	content: "";
}
.indexPage .newsSec {
    position: relative;
	padding: 0 0 0;
}
.indexPage .newsSec .content .contentInner {
    /* display: flex;
    justify-content: space-between; */
    /* height: 660px; */
}

.indexPage .newsSec .comTtlBox .headLine04 {
    display: block;
    width: 37%;
    text-align: center;
    margin: 0 auto;
}

.indexPage .newsSec img {
    /* margin-bottom: -80px; */
}

.indexPage .newsSec .listUl {
    /* padding-top: 53px; */
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    /* display: flex; */
    flex-direction: row-reverse;
    /* transform: translateY(-65%); */
}


.indexPage .newsSec .slick-slider .slick-list {
    /* margin: 0px 0 0 36px; */
}
@media (min-width: 897px) and (max-width: 1200px) {
    .indexPage .newsSec .slick-slider .slick-list {
        /* margin: 0px 0 0 100px; */
    }
}

.indexPage .newsSec .listUl li {
	float: left;
}
.indexPage .newsSec .listUl li .infoPho {
    display: block;
    position: relative;
    /* border-radius: 50px; */
	overflow: hidden;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.indexPage .newsSec .listUl .slick-slide > div {
    /* width: 336px; */
    margin: 0 10px;
}
.indexPage .newsSec .listUl li a {
	display: block;
	position: relative;
}
.indexPage .newsSec .listUl li .pho img {
	height: 240px;
	/* width: 100%; */
	object-fit: cover;
    aspect-ratio: 3 / 2;
}
.indexPage .newsSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 80px 30px 50px;
    width: 100%;
    /* height: 350px; */
    aspect-ratio: 3 / 2;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
	background: rgba(33,27,27,0.77); 
    line-height: 1.9;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    letter-spacing: 0.06em;
    text-align: justify;
	opacity: 0;
    /* border-radius: 50px; */
	transition:all 0.6s ease;
}
.indexPage .newsSec .listUl li .txtBox {
    /* padding-top: 30px; */
    display: block;
    color: #211B1B;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	z-index: 10;
	box-sizing: border-box;
}
.indexPage .newsSec .listUl li .txtBox .name {
	margin-bottom: 9px;
	display: block;
    color: #000;
	font-size: 2.4rem;
	/* font-weight: 700; */
}
.indexPage .newsSec .listUl .slick-dots {
    /* margin-top: 224px; */
    text-align: center;
    /* display: flex; */
    padding: 50px 100px;
}
.indexPage .newsSec .listUl .slick-dots li {
    float: none;
	margin: 0 17px;
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background-color: #FFF;
    border: 1px solid #000;
}
.indexPage .newsSec .listUl .slick-dots li button {
	display: none;
}
.indexPage .newsSec .listUl .slick-dots li.slick-active {
	background-color: #fff;
    border: 1px solid #000;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	transform-origin: center;
}
.indexPage .newsSec .listUl .slick-prev,
.indexPage .newsSec .listUl .slick-next {
    /* margin-top: 75px; */
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.indexPage .newsSec .listUl .slick-prev {
	left: 0;
	background: url("img/common/prev.png") no-repeat;
	background-size: 40px 40px;
	z-index: 10;
}
.indexPage .newsSec .listUl .slick-next {
	right: 0;
	background: url("img/common/next.png") no-repeat;
	background-size: 40px 40px;
	z-index: 10;
}
.indexPage .newsSec .comMore a {
    margin-left: auto;
}

.indexPage .aboutSec {
	padding-bottom: 0;
    position: relative;
}
/* .indexPage .aboutSec:before {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 796px;
    height: 380px;
    background: url("img/common/com_bg.png") repeat left top;
    background-size: 1363px auto;
    content: "";
    z-index: -2;
} */
.indexPage .aboutSec .infoBg {
    position: relative;
}
/* .indexPage .aboutSec .infoBg:before {
    position: absolute;
    right: 160px;
    bottom: -90px;
    width: 110px;
    height: 158px;
    background: url("img/common/icon17.png") no-repeat left top;
    background-size: 110px auto; 
    content: "";
} */
.indexPage .aboutSec .inner {
	max-width: 1340px;
	margin: 0 auto 0;
    padding-top: 100px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.indexPage .aboutSec .inner .photoBox {
    position: relative;
	width: 48.8%;
    border-radius: 20px 0 0 0;
}
/* .indexPage .aboutSec .inner .photoBox .headLine06 {
    text-align: center;
    margin-bottom: 14px;
    padding-bottom: 0;
} */
/* .indexPage .aboutSec .inner .photoBox:before {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 8px solid #EA751F;
    width: 100%;
    height: 8px;
    content: "";
} */
.indexPage .aboutSec .inner .textBox {
	width: 51.2%;
}
.indexPage .aboutSec .inner .photoBox img {
	width: 100%;
}
.indexPage .aboutSec .inner .textBox .infoBox {
	max-width: 586px;
	padding: 0 0 0 20px;
	margin: 0 0 0 auto;
}
.indexPage .aboutSec .inner .textBox .infoBox .name {
	font-size: 2.4rem;
    text-align: right;
}
.indexPage .aboutSec .inner .textBox .infoBox .name span {
	font-size: 1.8rem;
}
.indexPage .aboutSec .inner .textBox p {
    padding: 0 7px 0 7px;
    color: #211B1B;
	text-align: justify;
	text-justify:inter-ideograph;
	line-height: 2;
	letter-spacing: 0.06em;
}
.indexPage .aboutSec .inner01 {
	margin-bottom: 0;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.indexPage .aboutSec .inner01 .photoBox {
    border-radius: 0 20px 0 0;
}
.indexPage .aboutSec .inner01 .textBox .infoBox {
	margin: 0 auto 0 0;
	padding: 0 20px 0 0;
}
/* .indexPage .aboutSec .inner01 .textBox .headLine06 {
    padding-left: 130px;
} */
.indexPage .aboutSec .inner01 .textBox p {
    padding: 0 0 0 130px;
    margin-right: 0;
}

/* COMPANY */
.indexPage .companySec .content2 {
    position: relative;
}

.indexPage .companySec .content2
img {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1340px;
    height: 480px;
    object-fit: cover;
    display: block;
}

.indexPage .companySec .content2 img.slidein.is-animated {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.indexPage .companySec .comTtlBox {
    max-width: 1210px;
    display: flex;
	margin-bottom: 12px;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    min-height: 185px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -80px;
    z-index: 10;
    padding: 50px;
}

.indexPage .companySec .comTtlBox .headLine04 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.indexPage .companySec .comTtlBox .textBox p {
    margin-bottom: 90px;

}

/* .indexPage .companySec .innerBox .photoBox {
	width: 50%;
}
.indexPage .companySec .innerBox .photoBox .infoBox {
    display: block;
    margin: 0 0 0 auto;
    max-width: 685px;
	height: 100%;
	overflow: hidden;
    border-radius: 20px 0 0 20px;
	background: url("img/index/photo06.png") no-repeat center center;
	background-size: cover;
} */


/* SERVICE */
.indexPage .serviceSec .content {
    
}
.indexPage .serviceSec .comTtlBox {
    display: flex;
	margin-bottom: 12px;
    justify-content: space-between;
    width: 100%;
    min-height: 185px;
    padding: 50px;
    max-width: 1570px;
}

.indexPage .serviceSec .comTtlBox .textBox {
    width: 28%;
}

.indexPage .serviceSec .comTtlBox .textBox h3 {
    font-size: 3.6rem;
    margin-bottom: 30px;
}

.indexPage .serviceSec .comTtlBox .textBox p {
    margin-bottom: 90px;
}

.indexPage .serviceSec .imgBox {
    display: flex;
    width: 68%;
}
.indexPage .serviceSec .imgBox .inBox {
    width: 25%;
    max-width: 235px;
    padding: 30px 20px;
}
.indexPage .serviceSec .imgBox .inBox img {
    height: 375px;
}
.indexPage .serviceSec .imgBox h4 {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 3.0rem;
    height: 98px;
    color: #fff;
    margin: 0 auto;
    text-shadow: 0 6px 10px rgb(139 139 139 / .2), 0 6px 10px rgb(139 139 139 / .2);
}
.indexPage .serviceSec .imgBox span {
    display: block;
    font-size: 1.7rem;
    margin-top: 20px;
    color: #fff;
}
.indexPage .serviceSec .imgBox .inBox:nth-child(1) {
    background: url("img/index/top_service_01.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .serviceSec .imgBox .inBox:nth-child(2) {
    background: url("img/index/top_service_02.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .serviceSec .imgBox .inBox:nth-child(3) {
    background: url("img/index/top_service_03.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .serviceSec .imgBox .inBox:nth-child(4) {
    background: url("img/index/top_service_04.jpg") no-repeat center center;
	background-size: cover;
}

/* VOICE */
.indexPage .voiceSec {
    position: relative;
	padding: 0 0 0;
}
.indexPage .voiceSec .content .contentInner {
    /* display: flex;
    justify-content: space-between; */
    /* height: 660px; */
}

.indexPage .voiceSec .comTtlBox .headLine04 {
    display: block;
    width: 37%;
    text-align: center;
    margin: 0 auto;
}

.indexPage .voiceSec img {
    /* margin-bottom: -80px; */
}

.indexPage .voiceSec .listUl {
    /* padding-top: 53px; */
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    /* display: flex; */
    flex-direction: row-reverse;
    /* transform: translateY(-65%); */
}


.indexPage .voiceSec .slick-slider .slick-list {
    /* margin: 0px 0 0 36px; */
}
@media (min-width: 897px) and (max-width: 1200px) {
    .indexPage .voiceSec .slick-slider .slick-list {
        /* margin: 0px 0 0 100px; */
    }
}

.indexPage .voiceSec .listUl li {
	float: left;
    padding: 30px 20px;
    height: 300px;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.indexPage .voiceSec .listUl li .infoPho {
    /* display: block; */
    position: relative;
	overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexPage .voiceSec .listUl li .infoPho h4 {
    width: 60%;
    font-size: 6.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 6px rgb(139 139 139 / .9);
}
.indexPage .voiceSec .listUl li .infoPho img {
    width: 22%;
    object-fit: cover;
}

.indexPage .voiceSec .listUl .slick-slide > div {
    width: 390px;
    margin: 0 40px;
}
.indexPage .voiceSec .listUl li a {
	display: block;
	position: relative;
}
.indexPage .voiceSec .listUl li .txtBox {
    /* padding-top: 30px; */
    display: block;
    color: #211B1B;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	z-index: 10;
	box-sizing: border-box;
}
.indexPage .voiceSec .listUl li .txtBox .name {
	margin-bottom: 9px;
	display: block;
    color: #000;
	font-size: 1.8rem;
}
.indexPage .voiceSec .listUl .slick-dots {
    /* margin-top: 224px; */
    text-align: center;
    /* display: flex; */
    padding: 50px 100px;
}
.indexPage .voiceSec .listUl .slick-dots li {
    float: none;
	margin: 0 17px;
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background-color: #FFF;
    border: 1px solid #000;
}
.indexPage .voiceSec .listUl .slick-dots li button {
	display: none;
}
.indexPage .voiceSec .listUl .slick-dots li.slick-active {
	background-color: #fff;
    border: 1px solid #000;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	transform-origin: center;
}
.indexPage .voiceSec .listUl .slick-prev,
.indexPage .voiceSec .listUl .slick-next {
    /* margin-top: 75px; */
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.indexPage .voiceSec .listUl .slick-prev {
	left: 0;
	background: url("img/common/prev.png") no-repeat;
	background-size: 40px 40px;
	z-index: 10;
}
.indexPage .voiceSec .listUl .slick-next {
	right: 0;
	background: url("img/common/next.png") no-repeat;
	background-size: 40px 40px;
	z-index: 10;
}

/* RECRUIT */
.indexPage .recruitSec .content {
    
}
.indexPage .recruitSec .comTtlBox {
    display: flex;
	margin-bottom: 12px;
    justify-content: space-between;
    /* width: 100%; */
    min-height: 185px;
    padding: 50px;
    max-width: 1570px;
}

.indexPage .recruitSec .comTtlBox .textBox {
    width: 28%;
}

.indexPage .recruitSec .comTtlBox .textBox p {
    margin-bottom: 90px;

}

.indexPage .recruitSec .imgBox {
    display: flex;
    gap: 50px;
    width: 45%;
}

.indexPage .recruitSec .imgBox .imgContainer {
	width: 50%;
}

.indexPage .recruitSec .imgBox .imgContainer:nth-child(1) img {
    width: 100%;
    /* height: 605px; */
    object-fit: cover;
    aspect-ratio: 2 / 3;
    min-width: 215px;
}

.indexPage .recruitSec .imgBox .imgContainer:nth-child(2) img {
    margin-top: 60px;
    width: 100%;
    /* height: 605px; */
    object-fit: cover;
    aspect-ratio: 2 / 3;
    min-width: 215px;
}

/* .indexPage .serviceSec .comTtlBox .headLine04 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.indexPage .serviceSec .innerBox {
    max-width: 1340px;
    margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
.indexPage .serviceSec .infoSec.bg03 .innerBox {
    margin: 0 auto 25px;
}
.indexPage .companySec .infoSec .textBox {
	width: 100%;
	padding: 58px 96px 50px 110px;
	box-sizing: border-box;
    border-radius: 50px;
}
.indexPage .companySec .bg01 .textBox {
    background: url("img/index/company_01.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .companySec .bg02 .textBox {
    background: url("img/index/company_02.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .companySec .bg03 .textBox {
    background: url("img/index/company_03.jpg") no-repeat center center;
	background-size: cover;
}
.indexPage .companySec .bg01:hover,.indexPage .companySec .bg02:hover,.indexPage .companySec .bg03:hover {
    opacity: .7;
    transition: .3s;
} */

.indexPage .companySec .comMore01 {
    padding: 70px 0 65px;
}
.indexPage .companySec .comMore01  a {
    margin: 0 auto;
}

.indexPage .companySec .content .comMore {
    display: flex;
    /* justify-content: flex-end; */
}

.indexPage .newsSec .content .comMore02 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 130px;
}

@media all and (max-width: 1350px) {
    .indexPage .newsSec .listUl .slick-prev, .indexPage .newsSec .listUl .slick-next {
        background-size: 40px 40px;
    }
    .indexPage .newsSec .listUl .slick-prev {
        left: 0;
    }
}

@media all and (min-width: 1201px) and (max-width: 1400px) {
    .indexPage .newsSec .listUl::before {
        right: 0;
    }
    .comCompany .mapBox::before {
        right: -10px;
    }
    .indexPage .mainVisual img {
        margin-top: -5.5%;
		/* padding-right: 50px; */
    }
	#gHeader .rBox {
		padding-right: 20px;
	}
}

@media all and (max-width: 1110px) {
    .indexPage .serviceSec .comTtlBox .textBox .comMore a {
        width: initial;
    }
    .indexPage .recruitSec .comTtlBox .textBox .comMore a {
        width: initial;
    }
}

@media all and (min-width: 897px) and (max-width: 1200px) {
    .indexPage .mainVisual .mainImg .inner {
        transform: translateY(-135%);
    }
    .indexPage .mainVisual .mainImg h2 .txtMain {
        font-size: 9rem;
    }
    .indexPage .mainVisual .mainImg h2 .txtSpan {
        font-size: 6rem;
    }
    .indexPage .mainVisual .mainImg h2 .txtSpan2 {
        margin-top: 100px;
        font-size: 2.4rem;
    }

    .indexPage .newsSec .listUl::before {
        right: 0;
    }
    .indexPage .newsSec .listUl .slick-slide > div {
        /* margin-right: 15px; */
    }
    
    .indexPage .newsSec .listUl .slick-dots {
        /* margin-top: 220px; */
        padding: 50px 80px;
    }
    .indexPage .aboutSec .inner .textBox p {
        padding-right: 40px;
    }
    .indexPage .aboutSec .inner01 .textBox p {
        padding-left: 40px;
    }
    /* .indexPage .aboutSec .inner01 .textBox .headLine06 {
        padding-left: 40px;
    } */
    .indexPage .companySec .innerBox .textBox {
        padding: 45px 40px 32px;
    }
    .indexPage .serviceSec .imgBox .inBox {
        width: 25%;
        max-width: 235px;
        padding: 30px 2px;
    }
}
@media all and (min-width: 897px) {
    .indexPage .newsSec .listUl li a:hover .hover {
		opacity: 1;
    }
    .indexPage .newsSec .listUl li a:hover .txtBox {
        color: #000;
    }
    .indexPage .newsSec .listUl li a:hover .txtBox:before {
		right: -21px;
        background-image: url("img/common/icon05_02.png");
    }
    .indexPage .newsSec .listUl li a:hover .txtBox::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    .indexPage .newsSec .listUl .slick-slide.slick-current > div {
        /* margin-top: 80px; */
    }
}

@media all and (max-width: 970px) {
    .comBox .textBox .recruitMain {
        font-size: 7.2rem;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 896px) {
    .indexPage {
        margin-bottom: -51px;
    }
   .indexPage .mainVisual {
        margin: 0;
		padding: 0 0 52px;
		position: relative;
    }
	/* .indexPage .mainVisual:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 114px;
		bottom: 0;
		background: #FDF4E8 url("img/index/sp_bg01.png") no-repeat center top;
		background-size: 375px auto; 
		content: "";
		z-index: -1;
	} */
	.indexPage .mainVisual .mainImg {
		/* height: auto; */
		z-index: 2;
        height: 640px;
        overflow: hidden;
	}
    .indexPage .mainVisual .mainImg .inner {
        transform: translateY(-122%);
    }
    .indexPage .mainVisual .mainImg h2 .txtMain {
        font-size: 7.2rem;
    }
    .indexPage .mainVisual .mainImg h2 .txtSpan {
        font-size: 5rem;
    }
    .indexPage .mainVisual .mainImg h2 .txtSpan2 {
        margin-top: 60px;
        font-size: 2rem;
    }

	.indexPage .mainVisual .mainImg video {
		border-radius: 0;
	}
	.indexPage .mainVisual .txtInner {
		margin: 28px auto 0;
	}
	.indexPage .mainVisual .txtInner .content {
		padding: 0;
	}
    .indexPage .mainVisual .txtInner p {
		padding: 0 24px 38px;
        line-height: 2.1;
		font-size: 1.4rem;
        text-align: justify;
    }
	.indexPage .mainVisual .txtInner p:before {
		display: none;
	}
    .indexPage .newsSec {
        padding: 0 0 0;
        background: #f9f9f9;
    }
    .indexPage .newsSec:after {
        position: absolute;
        right: -226px;
        top: -130px;
        widows: 163px;
        height: 254px;
        background: url("img/common/sp_com_bg02.png") repeat left top;
        background-size: 571px auto; 
        content: "";
        z-index: 1;
    }
    .indexPage .newsSec .content {
        padding-bottom: 70px;
    }
    .indexPage .newsSec .comTtlBox {
        margin: 0;
        text-align: center;
        /* transform: translateY(-5%); */
    }
	.indexPage .newsSec .headLine04 {
		padding-top: 12px;
		margin-bottom: 2px;
        margin: 0 auto;
	}
    .indexPage .newsSec:before {
        display: none;
    }
    .indexPage .newsSec .listUl::after {
        display: none;
    }
    .indexPage .newsSec .listUl {
        display: block;
        /* margin: 0 -24px; */
        position: relative;
        padding: 0 0 0;
        /* transform: translateY(-18%); */
    }
    
    .indexPage .newsSec .listUl .slick-prev, .indexPage .newsSec .listUl .slick-next {
        background-size: 40px 40px;
    }
    .indexPage .newsSec .listUl .slick-prev {
        left: 0;
    }
    .indexPage .newsSec .listUl .slick-next {
        right: 0;
    }
    .indexPage .newsSec .listUl .slick-dots {
        display: block;
        padding: 30px 58px;
    }
    .indexPage .newsSec .listUl li {
        width: 100%;
        margin: 0;
        float: none;
        background: none;
    }
    .indexPage .newsSec .listUl li .pho {
        position: relative;
        display: block;
    }
    .indexPage .newsSec .listUl li img {
        width: 100%;
    }
    .indexPage .newsSec .listUl li .txtBox {
        /* position: absolute; */
        left: 0;
        bottom: 20px;
        padding: 14px 54px 0 20px;
        height: 81px;
        color: #000;
        width: 94%;
        font-size: 1.4rem;
        border-radius: 0 20px 20px 0;
        /* background: #EA751F; */
    }
    .indexPage .newsSec .listUl li .txtBox .info {
        display: block;
    }
    .indexPage .newsSec .listUl li .txtBox .name {
        margin-bottom: 3px;
        /* color: #fff; */
        font-size: 1.6rem;
        text-align: center;
    }
    .indexPage .newsSec .listUl li .hover {
        padding: 13px 22px 50px;
        /* position: static; */
        /* height: auto;
        color: #fff;
        font-size: 1.4rem;
        text-align: left;
        display: block;
        line-height: 1.8;
		opacity: 1; */
		/* background: #FDF4E8; */
    }
    .indexPage .newsSec .content .comMore02 {
        transform: translateX(-20px);
    }
    .indexPage .aboutSec {
        padding: 0 0 0;
    }   
    .indexPage .aboutSec .infoBg::before {
        display: none;
    }
    .indexPage .aboutSec .inner {
        max-width: inherit;
        margin: 0 24px 45px;
        display: block;
    }
    .indexPage .aboutSec .inner .photoBox {
        width: auto;
        /* margin: 0 -24px 0 0; */
    }
    .indexPage .aboutSec .inner .photoBox img {
        width: 60%;
        display: block;
        margin: 0 auto 20px;
    }
    .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 .infoBox .headLine07 {
        text-align: center;
    }
    .indexPage .aboutSec .inner .textBox p {
        padding: 0;
        line-height: 2.15;
    }
    .indexPage .aboutSec .inner .textBox p {
        padding: 0;
    }
    .indexPage .aboutSec .inner .textBox .infoBox .name {
        font-size: 1.6rem;
    }
    .indexPage .aboutSec .inner .textBox .infoBox .name span {
        font-size: 1.4rem;
    }
    .indexPage .companySec {
        padding-bottom: 10px;
    }
    .indexPage .companySec .comBg02 {
        /* padding-bottom: 70px; */
    }
    .indexPage .companySec .headLine04 {
        margin-bottom: 7px;
    }
    .indexPage .companySec .comTtlBox {
        display: block;
        margin-bottom: -25px;
        width: 80%;
        right: 0;
        transform: initial;
        padding: 30px;
    }
    .indexPage .companySec .comTtlBox .textBox p {
        margin-bottom: 30px;
    }
    .indexPage .companySec .comTtlBox img {
        max-width: 80px;
    }
	.indexPage .companySec .comTtlBox .title {
		padding: 36px 0 0;
	}
    .indexPage .companySec .title {
        width: 100%;
    }
    .indexPage .companySec .innerBox .infoSec {
        margin-top: -60px;
    }
    .indexPage .companySec .innerBox {
        margin: 0 24px 20px;
        display: block;
    }
    .indexPage .companySec .innerBox:first-child {
        margin-top: 30px;
    }
    .indexPage .companySec .innerBox:last-child {
        margin-bottom: 30px;
    }
    .indexPage .companySec .innerBox .photoBox {
        width: 100%;
        position: relative;
    }
    .indexPage .companySec .innerBox .photoBox:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        right: 0;
        height: 8px;
        background: #EA751F;
        content: "";
    }
    .indexPage .companySec .innerBox .photoBox .infoBox {
        padding-bottom: 78%;
        max-width: inherit;
        margin: 0 auto;
		height: 0;
        border-radius: 20px 20px 0 0;
        background-image: url("img/index/sp_photo06.png");
    }
    .indexPage .companySec .innerBox .textBox {
        width: 100%;
        padding: 40px 24px;
        border-bottom: none;
    }
    .indexPage .companySec .innerBox .textBox .txt {
        margin-bottom: 17px;
        line-height: 2.2;
    }
    .indexPage .companySec .innerBox .textBox .comMore {
        margin: 0 auto;
        text-align: center;
    }
    .indexPage .companySec .innerBox .textBox .subBox {
        max-width: inherit;
    }
    .indexPage .companySec .comMore01 {
        display: none;
    }
    .indexPage .serviceSec .imgBox .inBox {
        padding: 30px 2px;
    }
    .indexPage .serviceSec .comTtlBox {
        display: block;
        width: initial;
        padding: 30px 0;
    }
    .indexPage .serviceSec .comTtlBox .textBox {
        width: initial;
    }
    .indexPage .serviceSec .comTtlBox .textBox .headLine04 {
        text-align: center;
    }
    .indexPage .serviceSec .comTtlBox .textBox h3 {
        font-size: 2.4rem;
    }
    .indexPage .serviceSec .comTtlBox .textBox p {
        margin-bottom: 30px;
    }
    .indexPage .serviceSec .imgBox {
        width: initial;
    }

    .indexPage .voiceSec {
        padding: 0 0 0;
        background: #f9f9f9;
    }
    .indexPage .voiceSec:after {
        position: absolute;
        right: -226px;
        top: -130px;
        widows: 163px;
        height: 254px;
        background: url("img/common/sp_com_bg02.png") repeat left top;
        background-size: 571px auto; 
        content: "";
        z-index: 1;
    }
    .indexPage .voiceSec .content {
        padding-bottom: 70px;
    }
    .indexPage .voiceSec .comTtlBox {
        margin: 0;
        text-align: center;
        /* transform: translateY(-5%); */
    }
	.indexPage .voiceSec .headLine04 {
		padding-top: 12px;
		margin-bottom: 2px;
        margin: 0 auto;
	}
    .indexPage .voiceSec:before {
        display: none;
    }
    .indexPage .voiceSec .listUl::after {
        display: none;
    }
    .indexPage .voiceSec .listUl {
        display: block;
        /* margin: 0 -24px; */
        position: relative;
        padding: 0 0 0;
        /* transform: translateY(-18%); */
    }
    .indexPage .voiceSec .listUl .slick-slide > div {
        width: 260px;
        margin: 0 30px;
    }
    
    .indexPage .voiceSec .listUl .slick-prev, .indexPage .voiceSec .listUl .slick-next {
        background-size: 40px 40px;
    }
    .indexPage .voiceSec .listUl .slick-prev {
        left: 0;
    }
    .indexPage .voiceSec .listUl .slick-next {
        right: 0;
    }
    .indexPage .voiceSec .listUl .slick-dots {
        display: block;
        padding: 30px 58px;
    }
    .indexPage .voiceSec .listUl li {
        width: 100%;
        height: 300px;
        margin: 0;
        float: none;
        background: none;
    }
    .indexPage .voiceSec .listUl li .pho {
        position: relative;
        display: block;
    }
    .indexPage .voiceSec .listUl li .infoPho h4 {
        font-size: 4.5rem;
    }
    .indexPage .voiceSec .listUl li img {
        width: 100%;
    }
    .indexPage .voiceSec .listUl li .txtBox {
        /* position: absolute; */
        left: 0;
        bottom: 20px;
        padding: 14px 0 0 0;
        height: 81px;
        color: #000;
        /* width: 94%; */
        font-size: 1.4rem;
        /* border-radius: 0 20px 20px 0; */
        /* background: #EA751F; */
    }
    .indexPage .voiceSec .listUl li .txtBox .info {
        display: block;
    }
    .indexPage .voiceSec .listUl li .txtBox .name {
        margin-bottom: 3px;
        font-size: 1.6rem;
        /* text-align: center; */
    }

    .indexPage .recruitSec .comTtlBox {
        flex-direction: column-reverse;
        width: initial;
        padding: 30px 0;
    }
    .indexPage .recruitSec .comTtlBox .textBox {
        width: initial;
    }
    .indexPage .recruitSec .comTtlBox .textBox p {
        margin-bottom: 30px;
    }
    .indexPage .recruitSec .imgBox {
        width: 100%;
		gap: 32px;
        justify-content: space-between;
    }
	
	.indexPage .recruitSec .imgBox .imgContainer:nth-child(1) img {
    min-width: 170px;
}

.indexPage .recruitSec .imgBox .imgContainer:nth-child(2) img {
    min-width: 170px;
}
/*     .indexPage .recruitSec .imgBox img:nth-child(1) {
        width: 48%;
        height: 405px;
        object-position: top;
    }
    .indexPage .recruitSec .imgBox img:nth-child(2) {
        width: 48%;
        height: 405px;
    } */

    .comBox .textBox .recruitMain {
        font-size: 7.2rem;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 639px) {
    .indexPage .serviceSec .imgBox {
        flex-flow: row wrap;
    }
    .indexPage .serviceSec .imgBox .inBox {
        width: 49%;
        max-width: initial;
        height: 200px;
    }
    .indexPage .serviceSec .imgBox h4 {
        height: initial;
    }
    .indexPage .serviceSec .imgBox span {
        margin-top: 0;
    }

    .indexPage .aboutSec .inner .photoBox img {
        width: initial;
    }
}

@media all and (max-width: 578px) {
    .comBox .textBox .recruitMain {
        font-size: 4.5rem;
        -webkit-text-stroke-width: 0.5px;
    }
}

@media all and (max-width: 480px) {
    .indexPage .newsSec .listUl .slick-slide > div {
        /* width: 310px; */
    }
    .indexPage .newsSec .slick-slider .slick-list {
        margin: 0 0 0 0;
    }
    .indexPage .newsSec .listUl {
        margin: 0 0;
        padding: 14px 14px 0 14px;
    }
    .indexPage .newsSec .listUl .slick-prev {
        left: 0;
    }
    .indexPage .newsSec .listUl .slick-next {
        right: 0;
    }
    .indexPage .newsSec .content .comMore02 {
        transform: initial;
    }
    .indexPage .companySec .content2 img {
        object-fit: cover;
        object-position: 26% center;
    }
    .indexPage .voiceSec .listUl .slick-slide > div {
        width: initial;
        margin: 0 30px;
        max-width: 230px;
    }
}
@media all and (max-width: 446px) {
    .indexPage .serviceSec .imgBox .inBox {
        width: 48%;
    }
    .indexPage .serviceSec .imgBox {
    }    
}

@media all and (max-width: 428px) {
    .indexPage .aboutSec .inner .photoBox {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .indexPage .aboutSec .inner .photoBox img {
        object-fit: cover;
        /* max-width: 80px; */
        width: initial;
        /* margin: 0; */
    }
    .indexPage .newsSec {
        padding: 30px 0 0;
    }
    .indexPage .newsSec .content {
        padding-bottom: 40px;
    }
    .indexPage .newsSec .comTtlBox {
        display: flex;
        align-items: center;
    }
    .indexPage .newsSec .comTtlBox img {
        object-fit: cover;
        max-width: 80px;
        margin-bottom: initial;
    }
    .indexPage .newsSec .comTtlBox .headLine04 {
        display: block;
        width: initial;
        margin: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .indexPage .newsSec .content .contentInner {
        height: 430px;
    }
    .indexPage .newsSec .listUl {
        transform: translateY(0);
    }
}

@media all and (max-width: 393px) {
    .indexPage .newsSec .content .contentInner {
        /* height: 480px; */
    }
}

@media all and (max-width: 390px) {
    .indexPage .mainVisual {
		padding: 0 0 0;
        max-height: 400px;
    }
    .indexPage .mainVisual .mainImg {
        min-height: 400px;
    }
    .mainImg .bg {
        height: 400px;
    }
    .indexPage .mainVisual .mainImg .inner {
        transform: translateY(-134%);
    }
    .indexPage .mainVisual .mainImg h2 .txtMain {
        font-size: 3rem;
    }
    .indexPage .mainVisual .mainImg h2 .txtSpan {
        font-size: 2rem;
    }
    .indexPage .mainVisual .mainImg h2 .txtSpan2 {
        margin-top: 20px;
        font-size: 1.5rem;
    }
    .indexPage .newsSec {
        max-height: 570px;
    }
    .indexPage .newsSec .content .contentInner {
        height: initial;
    }
    .indexPage .newsSec .comTtlBox img {
        /* width: 50%;
        margin-bottom: -50px; */
    }
    .indexPage .newsSec .comTtlBox .headLine04 {
        width: inherit;
    }
    .indexPage .newsSec .slick-slider .slick-list {
        /* margin: 0 0 0 6px; */
    }
    .indexPage .newsSec .listUl {
        margin: 0;
    }
    .indexPage .newsSec .listUl .slick-slide > div {
        /* width: 302px; */
    }
    .indexPage .newsSec .listUl .slick-dots {
        margin-left: 0;
    }
    .indexPage .newsSec .listUl .slick-dots li {
        margin: 0 10px;
    }
    .indexPage .newsSec .listUl .slick-prev {
        left: 0;
    }
    .indexPage .newsSec .listUl .slick-next {
        right: 0;
    }
    .indexPage .newsSec .content .comMore02 {
        transform: initial;
    }
}

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

.servicePage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    /* flex-direction: column; */
    background: url("img/common/com_kv.jpg")  no-repeat center center;
    background-size: cover;
    padding: 0 20px;
}

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

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

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

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

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

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

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

/* ソリューション */
.servicePage .solution {

}

.servicePage .comBg01 {
    padding: 0 0 0;
}
/* .servicePage .comBg01 .content {
    max-width: 1200px;0213
} */

.servicePage .solution .solutionMain {
    font-size: 6.4rem;
    color: #8fc31f;
    text-align: center;
    margin-bottom: 80px;
}
.servicePage .solBox {
    margin: 0 0 90px;
}
.servicePage .solList li {
    width: 48%;
    line-height: 2.3;
    text-align: center;
    margin-bottom: 50px;
}
.servicePage .solList li:nth-child(1) {
    display: flex;
    flex-direction: row-reverse;
    width: 69%;
    margin-bottom: -80px;
}
.servicePage .solList li:nth-child(2) {
    margin-top: 140px;    
}
.servicePage .solList li:nth-child(2) .img img {
    max-width: 450px;
    max-height: 373px;
}
.servicePage .solList li:nth-child(3) {
    display: block;
    margin: 0 auto;
}
.servicePage .solList li:nth-child(3) .img img {
    max-width: 400px;
    max-height: 360px;
}
.servicePage .solList .img img {
    width: 100%;
    object-fit: cover;
}
.servicePage .solList li a {
    font-size: 2.4rem;
    margin: 20px auto 25px;
    width: 90%;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 110px;
    line-height: 1;
    padding: 40px;
    background: #fff;
    border-radius: 80px;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.servicePage .solList li:nth-child(1) a::before {
    position: absolute;
    display: block;
    content: "";
    top: 108px;
    left: 68px;
    width: 76px;
    height: 50px;
    background: url(img/service/tail_01.png) no-repeat center center;
    background-size: 76px auto;
}
.servicePage .solList li:nth-child(2) a::before  {
    position: absolute;
    display: block;
    content: "";
    top: 108px;
    left: 68px;
    width: 76px;
    height: 50px;
    background: url(img/service/tail_02.png) no-repeat center center;
    background-size: 76px auto;
}
.servicePage .solList li:nth-child(3) a::before  {
    position: absolute;
    display: block;
    content: "";
    top: 108px;
    left: 68px;
    width: 76px;
    height: 50px;
    background: url(img/service/tail_01.png) no-repeat center center;
    background-size: 76px auto;
}
.servicePage .solList li:nth-child(3) a::before {
    left: initial;
    right: 68px;
}

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

.servicePage .linkBox #a03 {
    scroll-margin-top: 180px !important; /* アンカー位置を90px下げる */
}

.servicePage .midTxt {

}

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

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

.servicePage .linkList01 a .link {
    position: relative;
    z-index: 10;
    display: block;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    text-align: left;
}
.servicePage .linkList01 a .link .small,.servicePage .linkList01 a .link01 .small {
    display: block;
    font-size: 2.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    color: #000;
}
.servicePage .linkList01 a:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #5A7586;
    width: 100%;
    height: 0;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.servicePage .linkList01 .img {
    display: block;
    margin-bottom: 30px;
    width: 48%;
}
.servicePage .linkList01 .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.servicePage .linkList01 .inBox {
    width: 48%;
}
.servicePage .linkList01 .txt {
    display: block;
    line-height: 1.875;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
    min-height: 120px;
}
.servicePage .linkList01 .comMore a {
    width: 300px;
    position: relative;
    display: flex;
    height: 58px;
    color: #000;
    justify-content: flex-start;
    padding-left: 40px;
    align-items: center;
    letter-spacing: 0.08em;
    /* border-radius: 80px; */
    overflow: hidden;
    border: 1px solid #00478F;
    font-size: 1.8rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
.servicePage .linkList01 .comMore a:before  {
    margin-top: -8px;
    position: absolute;
    left: initial;
    right: initial;
    right: 29px;
    top: 48%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00478F;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
    z-index: 2;
    display: block;
}
.servicePage .linkList01 .comMore a:hover {
    color: #fff;
    background: #fff;
}
.servicePage .linkList01 .comMore a:hover:before{
    position: absolute;
    top: 48%;
    right: initial;
    right: 16px;
    background: url(img/common/icon02_on.png) no-repeat right center;
    background-size: 17px auto;
}


/* スクール事業の上下余白 */
.servicePage .linkBox.specialBox {
    margin: 180px 20px 100px;
}

.servicePage .specialBox .headLine01 {
    margin-bottom: 45px;
    font-size: 13.3rem;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

/* @media all and (max-width: 1543px) {
    .servicePage .specialBox .headLine01 {
        font-size: 13.3rem;
    }
}
@media all and (max-width: 1493px) {
    .servicePage .specialBox .headLine01 {
        font-size: 13.3rem;
    }
}
@media all and (max-width: 1443px) {
    .servicePage .specialBox .headLine01 {
        font-size: 13.0rem;
    }
}
@media all and (max-width: 1393px) {
    .servicePage .specialBox .headLine01 {
        font-size: 12.5rem;
    }
}
@media all and (max-width: 1342px) {
    .servicePage .specialBox .headLine01 {
        font-size: 12.0rem;
    }
}
@media all and (max-width: 1292px) {
    .servicePage .specialBox .headLine01 {
        font-size: 11.5rem;
    }
}
@media all and (max-width: 1242px) {
    .servicePage .specialBox .headLine01 {
        font-size: 11.0rem;
    }
}
@media all and (max-width: 1192px) {
    .servicePage .specialBox .headLine01 {
        font-size: 10.5rem;
    }
}
@media all and (max-width: 1142px) {
    .servicePage .specialBox .headLine01 {
        font-size: 10.0rem;
    }
}
@media all and (max-width: 1091px) {
    .servicePage .specialBox .headLine01 {
        font-size: 9.5rem;
    }
}
@media all and (max-width: 1041px) {
    .servicePage .specialBox .headLine01 {
        font-size: 9.0rem;
    }
}
@media all and (max-width: 991px) {
    .servicePage .specialBox .headLine01 {
        font-size: 8.5rem;
    }
}
@media all and (max-width: 941px) {
    .servicePage .specialBox .headLine01 {
        font-size: 7.6rem;
    }
}
@media all and (max-width: 891px) {
    .servicePage .specialBox .headLine01 {
        font-size: 7.1rem;
    }
}
@media all and (max-width: 841px) {
    .servicePage .specialBox .headLine01 {
        font-size: 6.6rem;
    }
}
@media all and (max-width: 790px) {
    .servicePage .specialBox .headLine01 {
        font-size: 6.1rem;
    }
}
@media all and (max-width: 740px) {
    .servicePage .specialBox .headLine01 {
        font-size: 5.6rem;
    }
}
@media all and (max-width: 690px) {
    .servicePage .specialBox .headLine01 {
        font-size: 5.1rem;
    }
}
@media all and (max-width: 640px) {
    .servicePage .specialBox .headLine01 {
        font-size: 4.6rem;
    }
}
@media all and (max-width: 590px) {
    .servicePage .specialBox .headLine01 {
        font-size: 4.1rem;
    }
}
@media all and (max-width: 539px) {
    .servicePage .specialBox .headLine01 {
        font-size: 3.6rem;
    }
}
@media all and (max-width: 489px) {
    .servicePage .specialBox .headLine01 {
        font-size: 3.1rem;
    }
}
@media all and (max-width: 439px) {
    .servicePage .specialBox .headLine01 {
        font-size: 2.6rem;
    }
}
@media all and (max-width: 393px) {
    .servicePage .specialBox .headLine01 {
        font-size: 2.4rem;
    }
} */

.servicePage .specialBox .linkList a .link {
    padding: 6px 45px 6px 23px;
    color: #D84545;
    background-image: url(img/common/icon04.png);
}
.servicePage .specialBox .linkList a {
    background-color: #FFF;
}
.servicePage .specialBox .linkList .txt {
    margin: 0 30px 0 35px;
    color: #FFF;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
    .servicePage .solList li:nth-child(1) {
        margin-bottom: -30px;
    }
    .servicePage .solList li:nth-child(2) {
        margin-top: 50px;
    }
    .servicePage .linkList01 .comMore02 a {
        font-size: 2rem;
    }
}

@media all and (min-width: 897px) {
    .servicePage .linkList a:hover .link {
        opacity: 0.7;
        background-position: right 10px center;
    }
    .servicePage .linkList {
        /* display: flex;
        justify-content: space-between; */
    }
    .servicePage .linkList li {
        /* width: calc(50% - 45px); */
    }
    .servicePage .specialBox .linkList a {
        margin-top: -21px;
    }
    .servicePage .linkList a:hover:before {
        /* height: 100%; */
    }
    .servicePage .solList {
        display: flex;
        justify-content: space-around;
        flex-flow: row wrap;
    }
    .servicePage .linkList01 {
        /* display: flex;
        justify-content: space-between; */
    }
    .servicePage .linkList01 li {
        /* width: calc(50% - 45px); */
        /* transform: translateY(130px); */
        display: flex;
        justify-content: space-between;
    }
    .servicePage .linkList01 li:nth-child(even) {
        flex-direction: row-reverse;
    }
}

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

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

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

    /* .servicePage .solution .solutionMain {
        font-size: 4rem;
    }
    .servicePage .solList li:nth-child(1) {
        width: 82%;
        margin: 0 auto;
    }
    .servicePage .solList li:nth-child(1) a {
        width: 50%
    }
    .servicePage .solList li:nth-child(2) {
        margin: 0 auto;
    }
    .servicePage .solList li a {
        font-size: 1.6rem;
        width: initial;
    } */
    .servicePage .linkBox {
        margin: 100px 0;
    }

    .servicePage #a02 .linkBox .linkList01 li:nth-child(1) {
        margin-bottom: -200px;
    }
    
    .servicePage .linkBox .linkList01 li {
        margin-bottom: 30px;
    }
    /* エキスパ スクロール位置の調整のため */
    .servicePage .linkBox .linkList01 #a03 {
        margin-top: 100px;
        padding-top: 60px;
    }
    .servicePage .linkBox .linkList01:nth-child(2) li:nth-child(2) {
        margin-bottom: 0;
    }

    /* .servicePage .linkList li:not(:last-child) {
        margin-bottom: 45px;
    } */
    .servicePage .linkList a {
        margin: -17px auto 25px;
        border-radius: 0 13px 0 0;
        border-width: 1px;
    }
    .servicePage .linkList a .link {
        padding: 7px 24px 7px 15px;
        font-size: 1.6rem;
        background-size: 12.8px;
        background-size: 24px auto;
        background-position: right 15px center;
    }

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

    .servicePage .linkList01 .txt {
        min-height: initial;
        margin-bottom: 30px;
    }
    .servicePage .linkList01 .comMore02 {
        max-width: 324px;
    }
    .servicePage .linkList01 .comMore02 a {
        margin: 0 auto 20px;
        height: 42px;
        border-width: 1px;
        width: auto;
        font-size: 1.4rem;
        padding-left: initial;
        padding: 0 40px 0 20px;
    }
    .servicePage .linkBox.specialBox {
        margin: 140px 20px 100px;
    }
    .servicePage .linkBox.specialBox .linkList01 li {
        margin-bottom: 30px;
    }
    /* .servicePage .specialBox {
        margin: 0 0 50px;
    } */
    /* .servicePage .specialBox .headLine01 {
        margin: 0 0 30px;
    }
    .servicePage .specialBox .linkList li:not(:last-child) {
        margin-bottom: 40px;
    }
    .servicePage .specialBox .linkList a {
        margin-top: -30px;
    }
    .servicePage .specialBox .linkList a .link {
        padding-left: 13px;
    }
    .servicePage .specialBox .linkList .txt {
        margin: 0;
    } */
}
/* @media all and (max-width: 760px) {
    .servicePage .solList li:nth-child(1) {
        display: block;
        margin: 0 auto;
    }
    .servicePage .solList li:nth-child(1) a::before {
        background: url(img/service/tail_02.png) no-repeat center center;
    }
    .servicePage .solList li:nth-child(1) img {
        width: 48%;
        object-fit: cover;
    }
} */
/* @media all and (max-width: 600px) {
    .servicePage .solution .solutionMain {
        font-size: 3rem;
    }
    .servicePage .solList li:nth-child(1) a {
        width: initial;
    }
    .servicePage .solList li:nth-child(1) {
        width: 82%;
    }
    .servicePage .solList li:nth-child(2) {
        width: 82%;  
    }
    .servicePage .solList li:nth-child(3) {
        width: 82%;
    }
} */

@media (max-width: 480px) {
    /* エキスパ スクロール位置の調整のため */
    .servicePage .linkBox .linkList01 #a02 {
        margin-top: 0;
        padding-top: 0;
    }
    .servicePage .linkBox .linkList01 #a03 {
        margin-top: 30px;
        padding-top: 30px;
    }
    .servicePage .linkBox {
        transform: translateY(0px);
    }
}

@media (max-width: 390px) {
    .servicePage .comVisualInner_r p {
        font-size: 1.6rem;
    }
    /* .servicePage .solution .solutionMain {
        font-size: 2.4rem;
        margin-bottom: 14px;
    }
    .servicePage .solList li {
        width: 100%;
    }
    .servicePage .solList li:nth-child(1) {
        width: 100%;
    }
    .servicePage .solList li:nth-child(1) a {
        width: 100%;
    }
    .servicePage .solList li:nth-child(1) img {
        width: 100%;
        object-fit: cover;
    }
    .servicePage .solList li:nth-child(2) {
        width: 100%;  
    }
    .servicePage .solList li:nth-child(3) {
        width: 100%;
    } */
    .servicePage .linkList01 a .link {
        font-size: 2.4rem;
        padding: 6px 0;
    }
    .servicePage .linkList01 a .link01 {
        font-size: 2.4rem;
    }
    .servicePage .linkList01 a .link02 {
        font-size: 2.4rem;
    }
    .servicePage .linkBox.specialBox {
        padding-bottom: 0 !important;
    }
}

/*------------------------------------------------------------
	Comapny
------------------------------------------------------------*/
.companyPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    /* flex-direction: column; */
    background: url("img/common/com_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
}

.companyPage .comVisual .comVisualInner_l {
    /* margin-right: 30px; */
}

/* .companyPage .pageTitle {
    background-image: url("img/philosophy/main_img.jpg");
} */
.companyPage .bgWrap {
    /* padding-bottom: 120px;
    background: url("img/philosophy/bg01.png") no-repeat 55px 30px/160px auto, url("img/philosophy/bg02.png") no-repeat right 12px top 68px/174px auto; */
}

/* .companyPage .linkList a {
    margin: -17px auto 25px;
    position: relative;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    padding-left: 18px;
    color: #fff;
}
.companyPage .linkList a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 30%;
    left: 0;
    background: #DBF227;
    border-radius: 50%;
} */

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

/* PhilDl */
.PhilDl {
    margin-bottom: 60px;
}
.PhilDl dt {
    padding: 80px 40px;
    position: relative;
    font-size: 4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background: url("img/company/philosophy_01.png") no-repeat top center,linear-gradient(#B0CF00 0%, #F0F9C1 70%);
    background-size: cover;
    background-blend-mode: lighten;
    border-radius: 50px;
    margin-bottom: 36px;
}
.PhilDl dt:first-child {
    border: none;
}
.PhilDl dt:before, .PhilDl dt:after {
    margin-top: -1px;
    position: absolute;
    right: 36px;
    top: 50%;
    width: 48px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    /* border-radius: 3px; */
}
.PhilDl dt:after {
    transform: rotate(90deg);
}
.PhilDl dt.on:after {
    transform: rotate(180deg);
    opacity: 0;
}
.PhilDl dd {
    padding: 116px 40px 80px;
    display: none;
    font-size: 4rem;
    line-height: 2;
    text-align: center;
    background: linear-gradient(#FEFEFE 0%, #F1F1F1 70%);
    border-top: 1px solid #EEEEEE;
    border-radius: 0 0 50px 50px;
    margin-top: -78px;
    margin-bottom: 36px;
}
@media all and (max-width: 896px) {
    .PhilDl {
        margin-bottom: 55px;
    }
    .PhilDl dt {
        padding: 20px 50px 20px 7px;
        font-size: 1.8rem;
        line-height: 2.14;
        background-position: right 0 top;
        border-radius: 20px;
    }
    .PhilDl dt:before, .PhilDl dt:after {
        right: 11px;
        width: 14px;
        height: 2px;
    }
    .PhilDl dd {
        padding: 23px 24px;
        font-size: 1.4rem;
        line-height: 1.86;
        border-radius: 0 0 20px 20px;
        margin-top: -50px;
    }
}

.companyBox {
    /* margin-bottom: -160px; */
    padding: 90px 0 90px;
    /* background: url("img/philosophy/bg04.png") no-repeat right -165px top 92px/364px auto; */
}
.companyBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.companyBox .headLine01 {
    margin-bottom: 20px;
    font-size: 6.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}

.companyBox .comVisual01 {
    margin-bottom: 70px;
    color: #fff;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url("img/company/company_bg.jpg") no-repeat center center;
    background-size: cover;
    /* border-radius: 50px; */
}
.companyBox .comVisual01Inner {
    width: 100%;
    text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
.companyBox .comVisual01Inner h3 {
    font-size: 11rem;
    font-weight: normal;
}
.companyBox .comVisual01Inner small {
    font-size: 4.8rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
.companyBox .phittl {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 30px;
}
.companyBox p {
    text-align: center;
    
}

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

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

/* スタッフ紹介 */
.companyPage .linkBox {
    margin: 0 20px 0;
}
.companyPage .linkList01 a {
    margin: 0 auto 30px;
    /* width: 90%; */
    position: relative;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    /* text-align: center; */
}
.companyPage .linkList01 a .Desc {
    padding: 6px 45px 5px 25px;
    position: relative;
    z-index: 10;
    display: block;
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    text-align: left;
}

.companyPage .linkList01 .img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 50px;
    background: linear-gradient(to bottom, #F0F9C1, #fff);
    top: 0;
    left: 0;
    z-index: -10;
}
.companyPage .linkList01 .img {
    display: block;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    padding: 20px;
}
.companyPage .linkList01 .img img {
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
    /* aspect-ratio: 3 / 2; */
    /* box-shadow: 0 6px 10px rgb(139 139 139 / .1); */
    /* border: 20px solid;
    border-image: linear-gradient(to bottom, #F0F9C1, #fff) 1;    */
}
/*.companyPage .linkList01 .img::before {
    position: absolute;
    content: "";
    width: 93%;
    height: 77%;
    top: 0;
    left: 0;
    border-radius: 50px;
    border: 20px solid #F0F9C1;  角丸の隙間をカバー 
    z-index: -100;
}*/
.companyPage .linkList01 .img .nameSpan {
    font-size: 2.4rem;
    color: #DBF227;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    bottom: 32px;
    left: 40px;
    text-shadow: 0 0 6px rgb(139 139 139 / 1),0 0 6px rgb(139 139 139 / 1);
}
.companyPage .linkList01 .img .nameSpan .small {
    display: block;
    color: #fff;
    font-family: initial;
    text-shadow: 0 0 6px rgb(139 139 139 / 1),0 0 6px rgb(139 139 139 / 1);
}

.companyPage .linkList01 .txt {
    display: block;
    line-height: 1.875;
    letter-spacing: 0.06em;
    min-height: 180px;
}

@media (min-width : 897px) {
    .companyPage .linkList01 li {
        width: calc(50% - 45px);
    }

    .companyPage .linkList01 {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
}

/* 沿革 Timeline */
.companyPage .TimelineBox {
    padding: 0 0 40px;
    width: 70%;
    margin: 0 auto;
}

.companyPage .timeline {
    list-style: none;
}

.companyPage .timeline>li {
    /* margin-bottom: 60px; */
}

/* for Desktop */
@media (min-width : 640px) {
    .companyPage .timeline>li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .companyPage .timeline-date {
        width: 24.5%;
        float: left;
        /* margin-top: 20px; */
        color: #8B8B8B;
        font-size: 4rem;
        font-family: "all-round-gothic", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .companyPage .timeline-date span {
        font-size: 2.4rem;
    }

    .companyPage .timeline-content {
        width: 60%;
        float: left;
        border-left: 1px #D9D9D9 solid;
        padding: 6px 0 40px 10%;
    }

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

/* Accessのテーブル */
.comTable {
    width: 100%;
    border-collapse: collapse;
    /*  */
}
.comTable tr {
    background: #F4F4F4;
}
.comTable th {
    text-align: left;
    vertical-align: middle;
    width: 26%;
    color: #8B8B8B;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.14;
    padding: 20px 10px;
    border-bottom: 10px solid #fff;
}
.comTable td {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.14;
    vertical-align: middle;
    padding: 20px 10px 20px 0;
    border-bottom: 10px solid #fff;
}
@media all and (max-width: 896px) {
    .companyPage .comVisual {
        margin-bottom: 13px;
        height: 180px;
        background: url("img/common/com_kv.jpg") no-repeat center center;
        background-size: cover;
    }
    .companyPage {
        overflow: hidden;
    }
    .companyPage .linkList a {
        margin: -17px auto 17px;
    }
    .companyPage .bgWrap:before {
        display: none;
    }
    .companyPage #pagePath {
        margin-bottom: 16px;
    }
    .companyPage .comBgBox {
        margin-bottom: 0;
        padding: 60px 19px 60px;
    }
    .corporate {
        margin-bottom: 59px;
        display: block;
        padding: 0 24px;
    }
    .corporate .textBox {
        margin-bottom: 30px;
        padding: 0;
    }
    .corporate .textBox .subBox {
        max-width: inherit;
    }
    .corporate .photoBox {
        width: auto;
        margin: 0;
    }
    .corporate .textBox .headLine01 {
        margin-bottom: 26px;
    }
    .corporate .textBox h4 {
        margin-bottom: 24px;
        line-height: 1.9;
    }
    .corporate .textBox p {
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.86;
    }
    .companyBox {
        margin-bottom: 0;
        padding: 60px 0 0;
        position: relative;
    }
    /* 企業理念の上部 */
    .companyBox#a02 {
        padding: 66px 0 0;
    }
    .companyBox .comVisual01Inner h3 {
        font-size: 4rem;
    }
    .companyBox .phittl {
        font-size: 2.4rem;
    }
    .companyBox .textBox .inBox {
        display: block;
    }
    .companyBox .textBox .inBox .comTable {
        width: initial;
        margin-bottom: 30px;
    }
    /* .companyBox:after {
        position: absolute;
        right: -28px;
        top: 14px;
        width: 84px;
        height: 180px;
        background: url("img/philosophy/sp_bg04.png") no-repeat left top/84px auto;
        content: "";
        z-index: 1;
    } */
    .companyBox .headLine01 {
        font-size: 4rem;
        margin-bottom: 14px;
    }
    .companyBox .headLine02 {
        font-size: 3.2rem;
        margin-bottom: 14px;
    }
    .companyBox .inner {
        display: block;
    }
    .companyBox .textBox {
        margin: 0 0 0;
        width: 100%;
    }
    .companyBox .pic {
        margin: 0;
        width: auto;
    }
    .companyBox .map {
        margin: 0;
        width: auto;
        /* height: 56vw; */
    }
    .companyBox .textBox .inBox .map {
        width: initial;
    }
    .companyBox .map img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .comTable01 th {
        float: left;
        box-sizing: border-box;
        padding: 12px 0 0;
        width: 100%;
        font-size: 1.4rem;
        border-bottom: none;
    }
    .comTable01 td {
        line-height: 2;
        float: left;
        font-size: 1.4rem;
        box-sizing: border-box;
        padding: 0 0 13px;
        width: 100%;
        border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    }
    .comTable th {
        float: left;
        box-sizing: border-box;
        padding: 12px 0 0;
        width: 100%;
        font-size: 1.4rem;
        border-bottom: none;
    }
    .comTable td {
        line-height: 2;
        float: left;
        font-size: 1.4rem;
        box-sizing: border-box;
        padding: 0 0 13px;
        width: 100%;
        border-bottom: 10px solid #fff;
    }
    .companyPage .linkBox {
        margin: 0 0 60px;
    }
    .companyPage .linkList01 .img::before {
        border-radius: 30px;
    }
    .companyPage .linkList01 .img img {
        border-radius: 32px;
    }
    .companyPage .linkList01 a .Desc {
        font-size: 1.4rem;
    }
}
@media all and (max-width: 639px) {
    .companyBox .comVisual01 {
        height: 230px;
    }
    .comTable01 {
        width: 100%;
    }
    .companyBox:nth-child(6) {
        padding: 30px 0 150px;
    }
}

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

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

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

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruitPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    /* flex-direction: column; */
    background: url("img/common/com_kv.jpg")no-repeat center center;
    background-size: cover;
    padding: 0 20px;
}
/* .recruitPage .pageTitle {
    background-image: url("img/philosophy/main_img.jpg");
} */
.recruitPage .bgWrap {
    /* padding-bottom: 120px;
    background: url("img/philosophy/bg01.png") no-repeat 55px 30px/160px auto, url("img/philosophy/bg02.png") no-repeat right 12px top 68px/174px auto; */
}

.recruitPage .comVisualInner_l img {
    visibility:hidden;
}
.recruitPage .comVisualInner_r p {
    visibility:hidden;
}

/* .recruitPage .linkList a {
}
.recruitPage .linkList a {
    margin: -17px auto 25px;
    position: relative;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    padding-left: 18px;
    color: #fff;
    text-shadow: 0 0 6px rgb(139 139 139 / .9), 0 0 6px rgb(139 139 139 / .9);
}
.recruitPage .linkList a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 30%;
    left: 0;
    background: #DBF227;
    border-radius: 50%;
} */

.recruitBox {
    padding: 90px 0 130px;
}
.recruitBox .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 162px;
    background: #EA5514;
    box-shadow: 0 0 10px rgb(139 139 139 / .5);
	border-radius: 15px;
	transition: 0.3s all ease-in-out;
}

.recruitBox .inner:hover {
	opacity: 0.85;
}
.recruitBox .inner p {
    font-size: 2.4rem;
    text-align: center;
    color: #00478F;
}


/* 中間部Kv */
/* .comVisual01 {
    margin-bottom: 70px;
    color: #fff;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50px;
}
.comVisual01Inner {
    width: 100%;
}

.comVisual01Inner p {
    margin-bottom: 30px;
    font-size: 3.2rem;
    visibility:hidden;
    display: none;
}

.recruitPage .comVisual01Inner .linkList a {
    visibility: visible;
}

.recruitPage .comVisual01Inner .linkList a {
    margin: -16px auto 24px 24px;
    width: 90%;
    position: relative;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    padding-left: 18px;
    color: #fff;
    text-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.recruitPage .comVisual01Inner .linkList a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 30%;
    left: 0;
    background: #DBF227;
    border-radius: 50%;
} */

.recruitBox01 {
    position: relative;
    /* padding: 147px 0 160px; */
}

.recruitBox01 .headLine01 {
    margin-bottom: 30px;
    font-size: 6.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
.recruitBox01 .headLine01 .jp {
    color: #000;
    font-size: 1.6rem;
    display: block;
}

.comBg04 .headLine01,.comBg04 .headLine01 .jp {
    color: #fff;
}

.recruitPage .midTxt {
    margin-bottom: 50px;
}

/* 福利厚生 */
.recruitPage .benefitsBox {
    margin: 0 auto 90px;
}
.recruitPage .benefits01 {
    margin: 20px auto 25px;
    /* width: 90%; */
    position: relative;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    /* text-align: center; */
}
.recruitPage .benefits01 li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.recruitPage .benefits01 .textBox {
    width: 58%;
}

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

.recruitPage .benefits01 .img img {
    width: 100%;
    object-fit: cover;
    /* border-radius: 50px; */
    /* aspect-ratio: 3 / 2; */
    /* box-shadow: 0 6px 10px rgb(139 139 139 / .1); */
}

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

.recruitPage .benefits01 h3 {
    position: relative;
    z-index: 10;
    display: block;
    color: #000;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}
.recruitPage .benefits01 p {
    display: block;
    line-height: 1.875;
    letter-spacing: 0.06em;
    min-height: 180px;
}

/* データとよくあるご質問 */
/* balloon */
/* .recruitPage .compareList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.recruitPage .compareList li {
    display: flex;
    justify-content: space-between;
}
.recruitPage .compareList li img {
    width: 100px;
    border-radius: 30px;
    border: 6px solid #fff;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.recruitPage .compareList li:nth-child(2) img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.recruitPage .compareList li .balloon {
    width: 64%;
    padding: 30px 40px;
    max-height: 60px;
    font-size: 2.4rem;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 50px 50px 50px;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.recruitPage .compareList li .balloon01 {
    width: 64%;
    padding: 40px 40px;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    border-radius: 50px 50px 0 50px;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.recruitPage .compareList li .balloon01 h3 {
    font-size: 2.4rem;
    font-weight: 700;
}
.recruitPage .compareList li .balloon01 .Desc {
    font-size: 2.4rem;
    font-weight: 700;
}
.recruitPage .compareList li .balloon01 .Desc .color {
    font-size: 9.6rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #8FC31F;
} */

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

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

#chart01, #chart02, #chart03, #chart04 {
    /* width: 80% !important;
    height: 80% !important; */
    margin: 20px auto 0;
}


@media all and (min-width: 897px) {
    .recruitPage .compareList li {
        width: calc(50% - 45px);
    }
}

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

/* 4つの部署 スライダー */
/* .recruitPage .recruitBox02 {
    position: relative;
    padding: 90px 0 90px;    
}
.recruitPage .recruitBox02 .content .contentInner {
}
.recruitBox02 .headLine01 {
    margin-bottom: 30px;
    font-size: 7.2rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.recruitBox02 .headLine01 .jp {
    color: #8FC31F;
    font-size: 1.6rem;
    display: block;
}
.recruitPage .recruitBox02 .listUl {
    position: relative;
}

.recruitPage .recruitBox02 .listUl li {
	float: left;
}
.recruitPage .recruitBox02 .listUl li .infoPho {
    display: block;
    position: relative;
    border-radius: 40px;
	overflow: hidden;
}
.recruitPage .recruitBox02 .listUl li .infoPho img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 7 / 10;
}

.recruitPage .recruitBox02 .listUl .slick-slide > div {
    width: 288px;
    margin: 0 20px;
    float: left;
}
.recruitPage .recruitBox02 .listUl li a {
	display: block;
	position: relative;
}

.recruitPage .recruitBox02 .listUl li .jobBox .job {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5.6rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    direction: ltr;
}

.recruitPage .recruitBox02 .listUl li .txtBox {
    display: block;
    color: #000;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	z-index: 10;
	box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0%;
    text-align: center;
}
.recruitPage .recruitBox02 .listUl li .txtBox .namejp {
	display: block;
    color: #000;
	font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff;
}
.recruitPage .recruitBox02 .listUl li .txtBox .name {
	margin-bottom: 9px;
	display: block;
    color: #DBF227;
	font-size: 2.4rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.recruitPage .recruitBox02 .listUl .slick-dots {
    margin-top: 30px;
    text-align: center;
}
.recruitPage .recruitBox02 .listUl .slick-dots li {
    float: none;
	margin: 0 17px;
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background: none;
    border: 1px solid #000;
}
.recruitPage .recruitBox02 .listUl .slick-dots li button {
	display: none;
}
.recruitPage .recruitBox02 .listUl .slick-dots li.slick-active {
	background: none;
    border: 1px solid #000;
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	transform-origin: center;
}
.recruitPage .recruitBox02 .listUl .slick-prev,
.recruitPage .recruitBox02 .listUl .slick-next {
    margin-top: -66px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 77px;
    height: 77px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.recruitPage .recruitBox02 .listUl .slick-prev {
	left: -89px;
	background: url("img/common/prev.png") no-repeat;
	background-size: 77px 77px;
	z-index: 10;
}
.recruitPage .recruitBox02 .listUl .slick-next {
	right: -89px;
	background: url("img/common/next.png") no-repeat;
	background-size: 77px 77px;
	z-index: 10;
} */

/* Voice */
/* .recruitPage .voiceBox {

}
.recruitPage .voiceBox .voiceBoxInner{
    margin-bottom: 180px;
}
.recruitPage .voiceBox .pho {
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}
.recruitPage .voiceBox .pho .infoPho img {
    object-fit: cover;
}
.recruitPage .voiceBox .pho .txtBox01 {
    font-size: 24rem;
    padding: 20px 30px;
    background: #fff;
    border-radius: 0 0 40px 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.recruitPage .voiceBox .pho .txtBox01 .comment {
    display: block;
    font-size: 2.4rem;
}
.recruitPage .voiceBox .pho .txtBox {
    width: 306px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 40px 40px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.recruitPage .voiceBox .pho .txtBox .name {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.recruitPage .voiceBox .pho .txtBox .name::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 10px;
    left: 0;
    background: #DBF227;
}
.recruitPage .voiceBox .pho .txtBox .year {
    display: block;
    font-size: 1.6rem;
}
.recruitPage .voiceBox .contBox {
    display: flex;
    justify-content: space-around;
}
.recruitPage .voiceBox .contBox .contBox_l {
    width: 48%;
}
.recruitPage .voiceBox .contBox .contBox_r {
    width: 36%;
}
.recruitPage .voiceBox .contBox .contBox_l .faq {
    margin-bottom: 90px;
}

.recruitPage .voiceBox .contBox .contBox_l .faq:nth-child(4) {
    margin-bottom: 0;
}

.recruitPage .voiceBox .contBox .contBox_l h3 {
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    color: #8B8B8B;
    padding-left: 58px;
    margin-bottom: 40px;
}
.recruitPage .voiceBox .contBox .contBox_l h3::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 2.5px;
    top: 50%;
    left: 0;
    background: #DBF227;
}

.recruitPage .voiceBox .contBox .contBox_r .balloon {
    display: block;
    padding: 40px;
    width: 80%;
    background: linear-gradient(#CFE265 0%, #F0F9C1 70%);
    border-radius: 40px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}
.recruitPage .voiceBox .contBox .contBox_r .balloon::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 30px solid #F0F9C1;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.recruitPage .voiceBox .contBox .contBox_r h3 {
    font-size: 3.2rem;
    color: #fff;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.recruitPage .voiceBox .contBox .contBox_r .messageImg {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.recruitPage .voiceBox .contBox .contBox_r .messageImg img {
    max-height: 430px;
    display: block;
    margin: 0 auto;
}

.recruitPage .voiceBox .contBox .contBox_r .comMore02 a {
    width: inherit;
    max-width: 280px;
    position: relative;
    display: flex;
    height: 54px;
    color: #fff;
    justify-content: flex-start;
    padding-left: 40px;
    align-items: center;
    letter-spacing: 0.08em;
    border-radius: 80px;
    overflow: hidden;
    border: 1px solid #000;
    background: #000;
    font-size: 1.6rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.recruitPage .voiceBox .contBox .contBox_r .comMore02 a:hover {
    color: #000;
    background: #fff;
} */

.recruitPage .comMore02 a {
    width: 44%;
    position: relative;
    display: flex;
    height: 77px;
    color: #fff;
    justify-content: center;
    padding-left: 40px;
    align-items: center;
    letter-spacing: 0.08em;
    border-radius: 80px;
    overflow: hidden;
    border: 1px solid #000;
    background: #000;
    font-size: 3.2rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
}
.recruitPage .comMore02 a .small {
    font-size: 1.6rem;
    margin-left: 10px;
}
.recruitPage .comMore02 a:hover {
    color: #000;
    background: #fff;
}

@media (min-width : 897px) {
    .recruitPage .linkList01 li {
        width: calc(30% - 45px);
    }

    .recruitPage .linkList01 {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
}

@media (max-width : 1300px) {
    .recruitPage .compareList li .balloon,.recruitPage .compareList li .balloon01 {
        width: 60%;
    }
}
@media (max-width : 1200px) {
    .recruitPage .compareList li {
        width: calc(50% - 24px);
    }
    .recruitPage .compareList li .balloon {
        font-size: 1.8rem;
    }
    .recruitPage .compareList li .balloon,.recruitPage .compareList li .balloon01 {
        width: 58%;
    }
    .recruitPage .voiceBox .contBox .contBox_r .balloon {
        width: 70%;
    }
}
@media (max-width : 1080px) {
    .recruitPage .compareList li {
        width: calc(50% - 10px);
    }
    .recruitPage .compareList li .balloon,.recruitPage .compareList li .balloon01 {
        width: 56%;
    }
    .recruitPage .compareList li img {
        width: 80px;
    }
}
@media (max-width : 920px) {
    .recruitPage .compareList li .balloon,.recruitPage .compareList li .balloon01 {
        width: 53%;
    }
}

@media all and (max-width: 896px) {
    .recruitPage .comVisual {
        margin-bottom: 13px;
        height: 180px;
        background: url("img/common/com_kv.jpg") no-repeat center center;
        background-size: cover;
    }
    /* .comVisual01 {
        margin-bottom: 60px;
        height: 170px;
    }
    .comVisual01Inner p { 
        font-size: 0;
    } */
    .recruitBox {
        padding: 30px 0 60px;
    }
    .recruitBox .inner {
        height: 100px;
    }
    .recruitBox .inner p {
        font-size: 1.8rem;
    }
    .recruitPage .benefits01 li {
        flex-direction: column-reverse;
        width: 70%;
        margin: 0 auto 50px;
    }
    .recruitPage .benefits01 .textBox {
        width: initial;
    }
    .recruitPage .benefits01 h3 {
        margin-bottom: 10px;
    }
    .recruitPage .benefits01 p {
        min-height: initial;
        margin-bottom: 20px;
    }
    .recruitPage .benefits01 .img {
        width: initial;
    }
    .recruitBox .headLine01 {
        font-size: 3.2rem;
        margin-bottom: 14px;
    }
    .recruitBox p {
        font-size: 1.6rem;
    }
    .recruitBox .name {
        font-size: 1.6rem;
    }
    .recruitBox .name span {
        font-size: 1.4rem;
    }
    .recruitBox01 .headLine01 {
        margin-bottom: 14px;
        font-size: 4rem;
    }
    .recruitPage .linkList01 h3 {
        margin: 30px 0 24px;
    }
    .recruitPage .linkList01 .img img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .recruitPage .linkList01 p {
        min-height: initial;
        margin-bottom: 90px;
    }
    .recruitPage .compareList {
        display: block;
        margin-bottom: 30px;
    }
    .recruitPage .compareList li {
        width: 80%;
        margin: 0 auto;
    }
    .recruitPage .compareList li .balloon,.recruitPage .compareList li .balloon01 {
        width: 66%;
        margin-bottom: 30px;
    }
    .recruitPage .recruitBox02 {
        padding: 30px 0 90px;
    }
    .recruitBox02 .headLine01 {
        font-size: 3.2rem;
        margin-bottom: 14px;
    }
    .recruitPage .recruitBox02 .listUl .slick-prev, .recruitPage .recruitBox02 .listUl .slick-next {
        margin-top: 0;
        top: 94%;
        width: 40px;
        height: 40px;
    }
    .recruitPage .recruitBox02 .listUl .slick-prev {
        left: 0;
        background: url(img/common/prev.png) no-repeat;
        background-size: 40px 40px;
        z-index: 10;
    }
    .recruitPage .recruitBox02 .listUl .slick-next {
        right: 0;
        background: url(img/common/next.png) no-repeat;
        background-size: 40px 40px;
        z-index: 10;
    }
    .recruitPage .voiceBox .pho {
        border-radius: 30px 0 30px 0;
    }
    .recruitPage .voiceBox .pho .txtBox01 {
        border-radius: 0 0 20px 20px;
        padding: 20px;
    }
    .recruitPage .voiceBox .pho .txtBox {
        border-radius: 20px 20px 0 0;
        padding: 20px;
        width: 218px;
    }
    .recruitPage .voiceBox .pho .txtBox01 .comment {
        font-size: 1.8rem;
    }
    .recruitPage .voiceBox .pho .txtBox .name {
        font-size: 1.8rem;
    }
    .recruitPage .voiceBox .contBox .contBox_l .faq {
        margin-bottom: 30px;
    }
    .recruitPage .voiceBox .contBox .contBox_l h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .recruitPage .voiceBox .contBox .contBox_r {
        width: 48%;
    }
    .recruitPage .voiceBox .contBox .contBox_r .messageImg {
        width: 70%;
    }
    .recruitPage .voiceBox .contBox .contBox_r .comMore02 a {
        height: 42px;
        font-size: 1.4rem;
    }
}

@media all and (max-width: 740px) {
    .recruitPage .compareList li .balloon,.recruitPage .compareList li .balloon01 {
        width: 62%;
    }
    .recruitPage .compareList li {
        width: 82%;
    }
}
@media all and (max-width: 660px) {
    .recruitPage .compareList li {
        width: 90%;
    }
    .recruitPage .compareList li img {
        width: 70px;
    }
    .recruitPage .compareList li .balloon {
        padding: 20px 40px;
        font-size: 1.6rem;
    }
    .recruitPage .compareList li .balloon01 {
        padding: 20px 40px;
        font-size: 1.4rem;
    }
    .recruitPage .compareList li .balloon01 h3 {
        font-size: 1.8rem;
        font-weight: 700;
    }
    .recruitPage .compareList li .balloon01 .Desc {
        font-size: 1.8rem;
    }
    .recruitPage .compareList li .balloon01 .Desc .color {
        font-size: 5.6rem;
    }

    .recruitPage .recruitBox02 .listUl .slick-slide > div {
        width: 190px;
        margin: 0 10px;
    }
    .recruitPage .recruitBox02 .listUl .slick-dots {
        margin-top: 40px;
    }
    .recruitPage .recruitBox02 .listUl li .txtBox {
        bottom: -5px;
    }
    .recruitPage .recruitBox02 .listUl li .jobBox .job {
        font-size: 3.2rem;
        top: 20px;
    }
    .recruitPage .recruitBox02 .listUl li .txtBox .namejp {
        font-size: 1.6rem;
    }
    .recruitPage .voiceBox .voiceBoxInner {
        margin-bottom: 80px;
    }
    .recruitPage .voiceBox .contBox .contBox_r .balloon {
        padding: 20px 20px 20px;
    }
}
@media all and (max-width: 590px) {
    .recruitPage .linkList01 p {
        margin-bottom: 60px;
    }
    .recruitPage .compareList li {
        width: 100%;
    }
    .recruitPage .voiceBox .pho .infoPho img {
        aspect-ratio: 3 / 2;
    }
    .contBox_r .flexBox {
        display: flex;
        margin-bottom: -20px;
    }
    .recruitPage .voiceBox .contBox .contBox_r .balloon::after {
        position: absolute;
        content: "";
        top: 25%;
        left: 100%;
        transform: translateY(-50%);
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 30px solid #dbea87;
    }
    .recruitPage .voiceBox .contBox {
        display: block;
    }
    .recruitPage .voiceBox .contBox .contBox_l {
        width: 100%;
    }
    .recruitPage .voiceBox .contBox .contBox_l .faq:nth-child(4) {
        margin-bottom: 30px;
    }
    .recruitPage .voiceBox .contBox .contBox_r {
        width: 100%;
    }
    .recruitPage .voiceBox .pho .txtBox01 {
        padding: 10px;
        width: 80%;
    }
    .recruitPage .voiceBox .pho .txtBox01 .comment {
        font-size: 1.4rem;
    }
    .recruitPage .voiceBox .pho .txtBox {
        padding: 10px;
    }
    .recruitPage .voiceBox .pho .txtBox .name {
        font-size: 1.6rem;
    }
    .recruitPage .voiceBox .pho .txtBox .name::before {
        width: 14px;
        height: 14px;
        top: 6px;
    }
    .recruitPage .voiceBox .pho .txtBox .year {
        display: block;
        font-size: 1.4rem;
    }
    .recruitPage .voiceBox .contBox .contBox_l h3 {
        font-size: 1.6rem;
    }
    .recruitPage .voiceBox .contBox .contBox_r .messageImg img {
        max-height: 300px;
    }
    .recruitPage .voiceBox .contBox .contBox_r .comMore02 a {
        width: 50%;
    }
    .recruitPage .comMore02 a {
        width: inherit;
        max-width: 280px;
    }
}
@media all and (max-width: 540px) {
    .recruitPage .compareList {
        margin-bottom: 60px;
    }
    .recruitPage .compareList li img {
        width: 60px;
        border-radius: 20px;
        border: 4px solid #fff;
    }
}
@media all and (max-width: 480px) {
    .recruitPage .benefits01 li {
        width: 90%;
    }
}
@media all and (max-width: 450px) {
    .recruitPage .compareList li .balloon, .recruitPage .compareList li .balloon01 {
        width: 58%;
    }
}
@media all and (max-width: 410px) {
    .recruitPage .compareList li .balloon, .recruitPage .compareList li .balloon01 {
        width: 54%;
    }
    .chart-area {
        position: relative;
        width: 100%;
        height: 31vh;
    }
}
@media all and (max-width: 390px) {
    .recruitBox .headLine01 {
        font-size: 2.4rem;
    }
    .recruitPage .linkList01 h3 {
        font-size: 2.4rem;
    }
    .recruitPage .linkList01 h3 {
        margin: 15px 0 12px;
    }
    .recruitPage .faqArea .content {
        padding: 0;
    }
    .faqDl dt {
        padding: 8px 50px 20px 20px;
        margin-bottom: 20px;
    }
    .faqDl dd {
        margin-bottom: 20px;
        margin-top: -45px;
    }
    .recruitPage .voiceBox .pho {
        border-radius: 30px 30px 30px 0;
        margin-bottom: 30px;
    }
    .recruitPage .voiceBox .pho .txtBox {
        width: 190px;
    }
    .recruitPage .voiceBox .pho .txtBox01 {
        background: none;
        color: #fff;
        font-weight: 600;
        text-shadow: 0 0 10px rgb(139 139 139 / .8);
    }

}

/*------------------------------------------------------------
	application
------------------------------------------------------------*/
.applicationPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* flex-direction: column; */
    background: url("img/application/application_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
}

/* .applicationPage .pageTitle {
    background-image: url("img/philosophy/main_img.jpg");
} */
.applicationPage .bgWrap {
    /* padding-bottom: 120px;
    background: url("img/philosophy/bg01.png") no-repeat 55px 30px/160px auto, url("img/philosophy/bg02.png") no-repeat right 12px top 68px/174px auto; */
}

.applicationPage .comVisualInner_l img {
    visibility:hidden;
}
.applicationPage .comVisualInner_r p {
    visibility:hidden;
}
.applicationPage .linkList a {
    visibility:hidden;
}

.applicationPage .linkList a {
    margin: -17px auto 25px;
    width: 90%;
    position: relative;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    padding-left: 18px;
}
.applicationPage .linkList a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 30%;
    left: 0;
    background: #DBF227;
    border-radius: 50%;
}
.applicationBox {
    position: relative;
    padding: 90px 0 90px;    
}
.applicationBox .inner {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}
.applicationBox .headLine01 {
    margin-bottom: 20px;
    font-size: 7.2rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.applicationBox .headLine01 .jp {
    color: #8FC31F;
    font-size: 1.6rem;
    display: block;
}
.comBg04 .headLine01 .jp {
    color: #fff;
    font-size: 1.6rem;
    display: block;
}

.applicationBox .textBox {
    padding: 60px 0 60px;
    background: #fff;
    border-radius: 50px;
    width: 90%;
}

.applicationBox .textBox .comTable01 {
    width: 90%;
} 

/* 募集職種 */
.applicationBox .linkList01 {
    margin: 50px auto 0;
      justify-content: center;
      max-width: 980px;
}
/* 募集職種 切り替えbtn */
.applicationBox .linkList01 .active {
    margin-right: 1.8%;
    width: 22.5%;
    display: inline-block;
    background: #F0F9C1;
    border-radius: 60px 60px 0 0;
}
.applicationBox .linkList01 .inactive {
    margin-right: 1.8%;
    width: 22.5%;
    display: inline-block;
    background: #F6F6F6;
    color: #D9D9D9;
    border-radius: 60px 60px 0 0;
}
.applicationBox .linkList01 .inactive a {
    color: #D9D9D9;
}
.applicationBox .linkList01 li:nth-child(4n) {
margin-right: 0;
}
.applicationBox .linkList01 li a {
    padding: 10px 10px 6px 0px;
    height: 88px;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.applicationBox .linkList01 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: "";
}

.applicationBox .textBox01 {
    padding: 60px 30px 60px;
    background: linear-gradient(#F0F9C1 0%, #fefef9 50%, #F0F9C1 130%);
    border-radius: 20px 20px 50px 50px;
    /* margin-bottom: 90px; */
}

.applicationBox .textBox01 .topbox {
    display: flex;
    justify-content: space-between;
}
/* 募集職種 左ボックス */
.applicationBox .textBox01 .topbox .topbox_l {
    width: 48%;
}
.applicationBox .textBox01 .topbox .topbox_l .jobname {
    font-size: 3.2rem;
    margin-bottom: 20px;
}
.applicationBox .textBox01 .topbox .topbox_l p {
    margin-bottom: 60px;
}
.applicationBox .textBox01 .topbox .topbox_l h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.applicationBox .textBox01 .topbox .topbox_l .workList {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.applicationBox .textBox01 .topbox .topbox_l .workList li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.applicationBox .textBox01 .topbox .topbox_l .workList li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 7px;
    left: 0;
    background: #8FC31F;
    border-radius: 50%;
}
.applicationBox .textBox01 .topbox .topbox_l .pointList .color {
    color: #8FC31F;
    font-weight: 600;
    display: block;
}
.applicationBox .textBox01 .topbox .topbox_l .pointList .inList {
    position: relative;
    padding-left: 22px;
    display: block;
}
.applicationBox .textBox01 .topbox .topbox_l .pointList .inList::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 7px;
    left: 0;
    background: #AAAAAA;
    border-radius: 50%;
}
.applicationBox .textBox01 .topbox .topbox_l .pointList  {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

/* 募集職種 右ボックス */
.applicationBox .textBox01 .topbox .topbox_r {
    width: 48%;
}
.applicationBox .textBox01 .topbox .topbox_r h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
/* スケジュール */
.applicationBox .textBox01 .topbox .topbox_r .schedule {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 60px;
}
.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 {
    width: initial;
}
.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 th {
    width: 18%;
}
.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 td {
    font-size: 1.4rem;
}
.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 td span {
    font-size: 1.6rem;
    font-weight: 600;
}
.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 th,.applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 td {
    padding: 10px 10px 10px 0;
    border-bottom: none;
}
/* 採用FLOW */
.applicationBox .textBox01 .topbox .topbox_r .flow {
    padding: 0px 20px 0;
    margin-bottom: ;
}
.applicationBox .textBox01 .topbox .topbox_r .flow .timeline {
    display: flex;
    justify-content: space-between;
}
.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li {
    width: 24%;
}
.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 60px;
    position: relative;
}
.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 100%;
    left: 42%;
    background: #000;
    border-radius: 50%;
}
.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 100%;
    left: 50%;
    margin-top: 9px;
    background: #D9D9D9;
}
.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li:last-child .timeline-ttl::before {
    display: none;
}
.applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-txt {
    font-size: 1.4rem;
    font-weight: normal;
}
/* こんな方は大歓迎 */
.applicationBox .textBox01 .underbox h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.applicationBox .textBox01 .underbox .skillbox {
    display: flex;
    justify-content: space-between;
}
.applicationBox .textBox01 .underbox .skillbox li {
    width: 20%;
    padding: 30px 20px;
    margin: 10px;
    background: #fff;
    border-radius: 20px;
}
.applicationBox .textBox01 .underbox .skillbox img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 30px;
}
.applicationBox .textBox01 .underbox .skillbox p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #8B8B8B;
    text-align: center;
}


/* 福利厚生 */
.applicationBox .linkList02 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.applicationBox .linkList02 li {
    width: 30%;
    text-align: center;
}
.applicationBox .linkList02 li figure {
    margin: 20px;
}
.applicationBox .linkList02 li .img  {
    position: relative;
}
.applicationBox .linkList02 li .txtbox  {
    position: absolute;
    left: 0;
    bottom: 34%;
    padding: 0 40px 0;
    color: #fff;
    text-shadow: 0 0 6px rgb(139 139 139 / .9);
}
.applicationBox .linkList02 li .txtbox h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.applicationBox .linkList02 li .txtbox p {
    font-size: 1.5rem;
}

.applicationBox .linkList02 li:nth-child(odd) {
    animation-delay: 0.8s;
}
.applicationBox .linkList02 li:nth-child(even) {
    animation-delay: 0.9s;
}

/* fuwafuwaアニメーション */
@keyframes fuwafuwa {
    /* 0% , 100%{
        transform: rotate(3deg);
    }
    50%{
        transform: rotate(-3deg);
    } */
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
    10%  { transform: scale(1.0, 1.0) translate(1%, 0%) skew(-1deg, 0deg); }
    60%  { transform: scale(1.0, 1.0) translate(2%, 0%) skew(-2deg, 0deg); }
    70%  { transform: scale(1.0, 1.0) translate(-1%, 0%) skew(1deg, 0deg); }
    80%  { transform: scale(1.0, 1.0) translate(1%, 0%) skew(-1deg, 0deg); }
    80%  { transform: scale(1.0, 1.0) translate(1%, 0%) skew(-1deg, 0deg); }
    90%  { transform: scale(1.0, 1.0) translate(-1%, 0%) skew(1deg, 0deg); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
  
  /* このクラスをつけるとfuwafuwaを無限に繰り返します */
  .anime-fuwafuwa {
    animation: 3s fuwafuwa infinite;
  }


/* 入社後の流れ */
.applicationPage .oneFlow {
    padding: 0;
    background: #fff;
}
.applicationPage .listBox {
    position: relative;
    margin-top: -79px;
}
.applicationPage .listBox:before {
    position: absolute;
    left: 50%;
    top: 68px;
    bottom: 0px;
    width: 2px;
    background: #D9D9D9;
    content: "";
}
.applicationPage .listBox .timeBox {
    clear: both;
    width: 50%;
    margin-bottom: -100px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.applicationPage .listBox .timeBox::before {
    content: "";
    width: 145px;
    display: block;
    border-bottom: 2px dotted #D9D9D9;
}
.applicationPage .listBox .timeBox:last-child {
    margin-bottom: 0;
}
.applicationPage .listBox .timeBox .txtInner {
    width: 73.4%;
    position: relative;
    padding: 0 0 30px;
    /* background: #fff; */
    box-sizing: border-box;
    /* border: solid 1px #f3f3f3; */
    border-radius: 40px;
    box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}
.applicationPage .listBox .timeBox:nth-child(1) .txtInner {
    background: linear-gradient(#F0F9C1 0%, #fff 70%);
}
.applicationPage .listBox .timeBox:nth-child(2) .txtInner {
    background: linear-gradient(#CFE265 0%, #F0F9C1 70%);
}
.applicationPage .listBox .timeBox:nth-child(3) .txtInner {
    background: linear-gradient(#B0CF00 0%, #F0F9C1 70%);
}
.applicationPage .listBox .timeBox:nth-child(4) .txtInner {
    background: linear-gradient(#8FC31F 0%, #F0F9C1 70%);
}
.applicationPage .listBox .timeBox .txtInner:before {
    /* margin-top: -10px; */
    position: absolute;
    right: -160px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #000;
    content: "";
    /* border: 3px solid #fff; */
    border-radius: 50%;
    box-sizing: border-box;
}
.applicationPage .listBox .timeBox .txtInner .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.applicationPage .listBox .timeBox .txtInner .top .top_l {
    width: 37%;
    padding: 30px 0 0 30px;
}
.applicationPage .listBox .timeBox .txtInner .top .top_r {
    width: 55%;
}
.applicationPage .listBox .timeBox .txtInner .top .top_r img {
    width: 100%;
    height: 166px;
    object-fit: cover;
    border-radius: 20px 20px 20px 80px;
}
.applicationPage .listBox .timeBox .txtInner .month {
    margin-bottom: 6px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.applicationPage .listBox .timeBox .txtInner .ttl {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 3.2rem;
    letter-spacing: 0.06em;
}
.applicationPage .listBox .timeBox .txtInner .txt {
    letter-spacing: 0.06em;
    line-height: 1.9;
    position: relative;
    padding: 0 30px 0;
}
.applicationPage .listBox .timeBox .txtInner .txt .tel {
    width: 100%;
	font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
	margin-bottom: 10px;
    text-align: center;
}
.applicationPage .listBox .timeBox .txtInner .txt .contact {
    color: #0a0a0a;
    margin-bottom: 10px;
    background: #fff;
    border: 2px solid #0a0a0a;
    /* display: inline-block; */
    display: block;
    max-width: 260px;
    text-align: center;
    font-size: 1.4rem;
    padding: 4px 8px;
    margin-bottom: -20px;
    transition: 0.3s;
}
.applicationPage .listBox .timeBox01 {
    float: right;
    flex-direction: row;
}
.applicationPage .listBox .timeBox01 .txtInner:before {
    right: auto;
    left: -160px;
}

.applicationPage .comMore02 a {
    width: 44%;
    position: relative;
    display: flex;
    height: 77px;
    color: #fff;
    justify-content: center;
    padding-left: 40px;
    align-items: center;
    letter-spacing: 0.08em;
    border-radius: 80px;
    overflow: hidden;
    border: 1px solid #000;
    background: #000;
    font-size: 3.2rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
}
.applicationPage .comMore02 a .small {
    font-size: 1.6rem;
    margin-left: 10px;
}

@media all and (max-width: 1080px) {
    .applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl {
        font-size: 1.8rem;
    }
    .applicationBox .textBox01 .topbox .topbox_r .flow .timeline li .timeline-ttl::after {
        width: 14px;
        height: 14px;
        top: 108%;
    }
    .applicationBox .linkList02 li .txtbox h3 {
        font-size: 1.8rem;
        margin-bottom: 6px;
    }
    .applicationBox .linkList02 li figure {
        margin: 10px;
    }
    .applicationBox .linkList02 li .txtbox {
        bottom: 30%;
    }
    .applicationBox .linkList02 li .txtbox p {
        font-size: 1.4rem;
    }
    .applicationPage .listBox .timeBox .txtInner .ttl {
        font-size: 2.4rem;
    }
}
@media all and (max-width: 896px) {
    .applicationPage .comVisual {
        margin-bottom: 13px;
        height: 260px;
        background: url("img/application/application_kv.jpg") no-repeat center center;
        background-size: cover;
    }
    .applicationBox {
        position: relative;
        padding: 60px 0 60px;
    }

    .applicationBox .small-w {
        padding: 0 10px;
    }
    .applicationBox .headLine01 {
        font-size: 4rem;
        margin-bottom: 14px;
    }
    .applicationBox .linkList01 .active,.applicationBox .linkList01 .inactive {
        border-radius: 40px 40px 0 0;
    }
    .applicationBox .linkList01 li a {
        height: 56px;
        font-size: 1.3rem;
    }
    .applicationBox .textBox01 {
        padding: 30px 24px 30px;
    }
    .applicationBox .textBox01 .topbox {
        display: block;
    }
    .applicationBox .textBox01 .topbox .topbox_l {
        width: 100%;
    }
    .applicationBox .textBox01 .topbox .topbox_l .jobname {
        font-size: 2.4rem;
        margin-bottom: 14px;
    }
    .applicationBox .textBox01 .topbox .topbox_l h4 {
        font-size: 1.8rem;
        margin-bottom: 14px;
    }
    .applicationBox .textBox01 .topbox .topbox_r {
        width: 100%;
    }
    .applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 th, .applicationBox .textBox01 .topbox .topbox_r .schedule .comTable01 td {
        padding: 0 10px 6px 0;
        border-bottom: none;
    }
    .applicationBox .textBox01 .topbox .topbox_r h4 {
        font-size: 1.8rem;
    }
    .applicationBox .textBox01 .topbox .topbox_r .flow {
        margin-bottom: 60px;
    }
    .applicationBox .textBox01 .underbox h4 {
        font-size: 1.8rem;
        margin-bottom: 14px;
    }
    .applicationBox .textBox01 .underbox .skillbox img {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
    }
    .applicationBox .linkList02 li {
        width: 46%;
        text-align: center;
    }

    .applicationPage .oneFlow {
        padding: 34px 0 70px;
    }
    
    .applicationPage .listBox {
        margin-top: initial;
    }

    .applicationPage .listBox:before {
        position: absolute;
        left: 55px;
        top: 0px;
        bottom: 64px;
        width: 2px;
    }
    .applicationPage .listBox .timeBox {
        margin: 0 0 20px 58px;
        clear: both;
        width: auto;
        flex-direction: row;
    }
    .applicationPage .listBox .timeBox:last-child {
        margin-bottom: 0;
    }
    .applicationPage .listBox .timeBox .txtInner {
        width: 100%;
        padding: 0 0 15px 24px;
        border-radius: 30px;
    }
    .applicationPage .listBox .timeBox .txtInner:before {
        position: absolute;
        right: auto;
        left: -55px;
        top: 46.5%;
        width: 18px;
        height: 18px;
        content: "";
    }
    .applicationPage .listBox .timeBox .txtInner .month {
        font-size: 1.6rem;
    }
    .applicationPage .listBox .timeBox .txtInner .ttl {
        margin-bottom: 5px;
        font-size: 2.4rem;
    }
    .applicationPage .listBox .timeBox .txtInner .txt {
        font-size: 1.2rem;
        line-height: 1.6;
        text-align: justify;
    }
    .applicationPage .listBox .timeBox .txtInner .txt .contact {
        margin-bottom: -4px;
    }
    .applicationPage .listBox .timeBox01 {
        float: none;
    }
    .applicationPage .listBox .timeBox01:nth-child(7) {
        margin-bottom: 80px; /*要調整*/
    }
    .applicationPage .listBox .timeBox01 .txtInner:before {
        right: auto;
    }
    .applicationPage .listBox .timeBox::before {
        width: 47px;
    }
}
@media all and (max-width: 740px) {
    .applicationBox .linkList01 li a:after {
        display: none;
    }
    .applicationBox .linkList02 {
        display: block;
    }
    .applicationBox .linkList02 li {
        width: 70%;
        margin: 0 auto;
    }
    .applicationBox .linkList02 li .txtbox {
        bottom: 40%;
    }
    .applicationBox .textBox01 .underbox .skillbox li {
        padding: 20px 10px;
        margin: 6px;
    }
}

@media all and (max-width: 640px) {
    .applicationBox .linkList01 {
        margin: 10px auto -6px;
    }
    .applicationBox .linkList01 li a {
        height: 66px;
    }
    .applicationBox .textBox {
        padding: 30px 20px 30px;
        background: #fff;
        border-radius: 50px;
    }
    .comTable01 {
        width: 100%;
    }
    .applicationPage .listBox .timeBox .txtInner .top {
        margin-bottom: 20px;
    }
    .applicationPage .listBox .timeBox .txtInner .txt {
        padding: 0 30px 0 10px;
    }
    .applicationPage .listBox .timeBox {
        margin: 0px 0 40px 20px;
    }
    .applicationPage .listBox:before {
        left: 16px;
        width: 2px;
    }
}
@media (max-width: 590px) {
    .applicationPage .comMore02 a {
        width: inherit;
        max-width: 280px;
    }
}

@media all and (max-width: 540px) {
    .applicationBox .linkList01 .active, .applicationBox .linkList01 .inactive {
        border-radius: 30px 30px 0 0;
    }
    .applicationBox .linkList01 li a {
        padding: 6px 1px 6px 1px;
    }
    .applicationBox .linkList01 li a {
        font-size: 1.1rem;
    }
    .applicationBox .textBox01 {
        padding: 30px 20px 30px;
    }
    .applicationBox .textBox01 .topbox .topbox_r .flow {
        padding: 0;
    }
    .applicationBox .linkList02 li {
        width: 86%;
    }
    .applicationBox .linkList02 li .txtbox {
        bottom: 34%;
    }
    .applicationBox .textBox01 .underbox .skillbox {
        flex-flow: row wrap;
    }
    .applicationBox .textBox01 .underbox .skillbox li {
        width: 42%;
    } 
    .applicationPage .listBox .timeBox .txtInner .top .top_l {
        padding: 30px 0 0 0px;
    }
    .applicationBox .textBox01 .underbox .skillbox li {
        width: 16%;
    }
    .applicationBox .linkList02 li .txtbox p {
        font-size: 1.3rem;
    } 
}

@media all and (max-width: 480px) {
    .applicationBox .textBox01 .underbox .skillbox li {
        width: 41.3%;
    }
}

@media all and (max-width: 450px) {
    .applicationPage .listBox .timeBox .txtInner .top .top_l {
        padding: 0;
        margin: 30px 0 0 30px;
        display: block;
        color: #fff;
        text-shadow: 0 0 6px rgb(139 139 139 / 1);
    }
    .applicationPage .listBox .timeBox .txtInner .ttl {
        font-size: 1.8rem;
    }
    .applicationPage .listBox .timeBox .txtInner .top {
        display: block;
    }
    .applicationPage .listBox .timeBox .txtInner {
        width: 100%;
        padding: 0 0 15px 0px;
    }
    .applicationPage .listBox .timeBox .txtInner .top .top_r {
        width: 100%;
        display: block;
        margin-top: -112px;
    }
    .applicationPage .listBox .timeBox:nth-child(4) .top .top_r {
        margin-top: -139px;
    }
    .applicationPage .listBox .timeBox .txtInner .txt {
        padding: 0 30px 0px 30px;
    }
    .applicationBox .textBox01 .underbox .skillbox li {
        width: 41.7%;
    }
}
@media all and (max-width: 430px) {
    .applicationBox .textBox01 .underbox .skillbox li {
        width: 41.2%;
    }
    .applicationBox .linkList02 li .txtbox {
        bottom: 24%;
    }  
}
@media all and (max-width: 423px) {
    .applicationBox .textBox01 .underbox .skillbox li {
        width: 40.3%;
    }
    .applicationBox .linkBox .content {
        padding: 0;
    }
}

@media (min-width: 391px) {
    .spbr {
        display: none;
    }
}

@media (max-width: 390px) {
    .spbr {
        display: block;
    }
    .applicationBox .textBox01 .underbox .skillbox li {
        width: 39%;
    }
    .applicationBox .linkBox .content {
        padding: 0;
    }
    .applicationBox .linkList02 li figure {
        margin: 10px 0 30px;
    }
    .applicationBox .linkList02 li .txtbox {
        bottom: 27%;
    }    
}

/*------------------------------------------------------------
	newsPage
------------------------------------------------------------*/
.newsPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 350px;
    background: url("img/common/com_kv.jpg") no-repeat center center;
    background-size: cover;
}

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

.detailBox {
    margin: -54px auto -25px;
    max-width: 920px;
}
.detailBox p {
    letter-spacing: 0.06em;
}
.detailBox .date {
    margin-bottom: 0;
    letter-spacing: 0.06em;
}
.detailBox .date .txtSpan {
    display: inline-block;
    text-align: center;
    padding: 2px 12px 4px;
    box-sizing: border-box;
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    vertical-align: 2px;
    border-radius: 7px;
    margin: 2px 5px 2px 20px;
    background-color: #D84545;
}
.detailBox h3 {
    margin-bottom: 46px;
    padding-bottom: 17px;
    font-size: 3rem;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
.detailBox .detailPhoto {
    margin-bottom: 40px;
}
.pageNavi {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.pageNavi li {
    margin: 0 20px;
}
.pageNavi li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    .newsPage {
        margin-bottom: 0;
        overflow: hidden;
    }
    .newsPage .comVisual {
        height: 180px;
    }
    .newsPage .infoSec .innerBox {
        margin-bottom: 50px;
    }
    .newsPage .infoSec .innerBox h3 {
        font-size: 1.8rem;
    }
    
    .detailBox {
        padding: 22px 0 30px;
        margin: -30px 24px -60px;
    }
    .detailBox .date {
        margin-bottom: 11px;
        font-size: 1.6rem;
    }
    .detailBox .date .txtSpan {
        margin-left: 15px;
    }
    .detailBox h3 {
        line-height: 1.71;
        font-size: 2.4rem;
    }
    .detailBox .detailPhoto {
        margin-bottom: 30px;
    }
    .pageNavi {
        padding-bottom: 55px;
    }
}

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







/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    background: url("img/common/com_kv.jpg") no-repeat center center;
    background-size: cover;
}
.contactPage .comVisual .headLine05 {
    font-size: 15rem;
    letter-spacing: 0.06em;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    text-shadow: 0 0 6px rgb(139 139 139 / .9);
}
.contactPage .comVisualInner {
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    margin: 0 auto 30px;
}
.contactPage .comVisualInner_l {
    margin: 0 auto;
}
.contactPage .comVisualInner_l img {
    /* visibility: hidden; */
}
.contactPage .comVisualInner_r {
    width: 74%;
}
.contactPage .comVisualInner_r p {
    margin-top: 100px;
    margin-bottom: 60px;
    font-size: 3.2rem;
    text-shadow: 0 0 6px rgb(139 139 139 / 1),0 0 6px rgb(139 139 139 / 1);
}
.contactPage .Inner_link {
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    margin: 0 auto;
}
.contactPage .Inner_link .link01 {
    width: 46%;
}
.contactPage .Inner_link .link01 a {
    display: flex;
    background: rgb(255 255 255 / .8);
    padding: 20px;
    border-radius: 40px;
    position: relative;
}
.contactPage .Inner_link .link01 a:hover::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 40px;
    opacity: .35;
    transition: .3s;
}
.contactPage .Inner_link .link01 img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 20px;
}
.contactPage .Inner_link .link01 .link01_box {
    margin-left: 20px;    
}
.contactPage .Inner_link .link01 .link01_box h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

/* .contactPage .pageTitle {
    background-image: url("img/philosophy/main_img.jpg");
}
.contactPage .bgWrap {
    
} */

.contactPage .linkList a {
    visibility: hidden;
}
.contactPage .linkList a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 30%;
    left: 0;
    background: #DBF227;
    border-radius: 50%;
}

.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	padding: 28px 0 28px 58px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D1CFCF;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 29%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
}
.contactPage th .must {
	float: right;
	width: 44px;
	color: #fff;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #000;
	text-align: center;
}
.contactPage th .optional {
	float: right;
	width: 44px;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #fff;
	text-align: center;
}
.contactPage td:before {
	position: absolute;
	left: 0;
	top: 27px;
	width: 1px;
	bottom: 27px;
	background: #D1CFCF;
	content: "";	
}
.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
	width: 100%;
	height: 58px;
	color: #000;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #F4F4F4;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 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: #000;
	border: 1px solid #000;
}
.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: #000;
	border: 1px solid #000;
	box-sizing: border-box;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.thanks .linkBtn .info {
	position: relative;
	z-index: 2;
}
.thanks .linkBtn a:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 897px) {
	.contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
	}
	.contactPage .submit li:hover .info01:before {
		right: -21px;
		background-image: url("img/common/icon08.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon05_01.png");
	}
	.contactPage .submit li:hover input {
		color: #000;
	}
	.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: #000;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon14.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .contactPage .comVisual {
        height: 180px;
    }
    .contactPage .comVisualInner_r p {
        margin-top: 120px;
        margin-bottom: 30px;
        font-size: 1.8rem;
    }
    .contactPage .comVisual .headLine05 {
        font-size: 7.2rem;
        text-align: center;
    }
    .contactPage .Inner_link .link01 .link01_box h3 {
        font-size: 1.6rem;
    }
    .contactPage .Inner_link .link01 {
        width: 48%;
    }
    /* .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: auto;
        border: none;
    }
	.contactPage th .must,
	.contactPage th .optional {
		margin-left: 10px;
	}
    .contactPage td:before {
        display: none;
    }
    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }
    .contactPage td {
        font-size: 1.4rem;
    }
    .contactPage td .wid01 {
        width: 124px !important;
    }
    .contactPage td .ico {
        margin-right: 7px;
    }
    .contactPage td .add {
        margin-bottom: 20px;
    }
    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }
    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }
    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
		text-align: center;
    }
	.contactPage .agreeTxt span.wpcf7-list-item {
		margin: 0 !important;
	}
    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }
    .contactPage .submit li span:before {
        right: 17px;
    }
    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }
    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }
    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }
    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }
    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }
    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }
    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }
    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9; 
    }
    .thanks .linkBtn a {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }
    .thanks .linkBtn a:before {
        left: 16px;
    } */
}
/* @media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }
    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
} */

@media all and (max-width: 740px) {
    .contactPage .Inner_link {
        display: block;
    }
    .contactPage .Inner_link .link01 {
        width: 70%;
        margin: 0 auto 20px;
    }
    .contactPage .Inner_link .link01 a {
        border-radius: 30px;
    }
    .contactPage .Inner_link .link01 img {
        width: 60px;
        height: 60px;
        border-radius: 20px;
    }
}
@media all and (max-width: 640px) {
    .contactPage .Inner_link .link01 {
        width: 100%;
    }
    .contactPage .Inner_link .link01 .link01_box {
        margin-left: 10px;
    }
}
@media all and (max-width: 390px) {
    .contactPage .Inner_link .link01 .link01_box h3 {
        margin-bottom: 6px;
    }

}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 240px;
}
/* .privacy .comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url("img/privacy/privacy_kv.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 20px;
} */
.privacy #pagePath {
    max-width: 1150px;
    padding: 0 20px;
	margin: 20px auto 16px; 
    position: relative; /*0312*/
}
.privacy #pagePath li {
	margin-right: 0;
	display: inline;
	letter-spacing: 0.08em;
}
.privacy #pagePath li a {
	padding-right: 24px;
	display: inline-block;
}
.privacy #pagePath li a::after { 
    position: absolute;
    display: block;
    content: "";
    height: 14px;
    width: 2px;
    top: 5px; /*0312*/
    left: 76px;
    background: #777;
}
.privacy .headLine01 {
    margin-bottom: 20px;
    font-size: 6.4rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}
.privacy .headLine01 .jp {
    color: #000;
    font-size: 1.6rem;
    display: block;
}
.privacy .headLine02 {
    text-align: center;
    margin-top: 80px; 
    margin-bottom: 80px; 
}
.privacy .headLine02:before {
    left: 50%;
    transform: translateX(-50%);
}
.privacy p {
    margin-bottom: 4px;
    /* line-height: 2.3; */
    letter-spacing: 0.06em;
}
.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.privacy p a {
    color: #8FC31F;
    border-bottom: 1px solid #8FC31F;
}
.privacy .txt01 {
    margin-bottom: 65px;
}
.privacy .txt02 {
    margin-bottom: 72px;
}
.privacy .txt03 {
    margin-bottom: 35px;
}
.privacy .txt04 {
    margin-bottom: 0;
}
.privacy .data {
    font-size: 1.4rem;
    display: block;
    text-align: right;
}
.privacy .contact {
    font-size: 1.4rem;
}
.privacy .notice {
    font-size: 1.4rem;
    color: #DE2B2B;
}


@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 110px;
    }
    .privacy .comVisual {
        margin-bottom: 13px;
        height: 180px;
        background: url("img/common/com_kv.jpg") no-repeat center center;
        background-size: cover;
    }
	.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 .headLine01 {
        font-size: 4rem;
    }
    .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;
}


/*========= ページネーションCSS ===============*/

.indexPage .pagination {
	position:fixed;
	right:20px;
	top: 50%;
  	transform: translateY(-50%);
	font-size: 1.6rem;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
	z-index: 10;
	list-style: none;
}
@media all and (max-width: 390px) {
    .indexPage .pagination {
        top: 30%;
    }
}

.indexPage .pagination a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color: #8fc31f;
	position:relative;
	padding:4px;
}

.indexPage .pagination a.active:after {
	box-shadow:inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.indexPage .pagination a .hover-text {
	position:absolute;
	right:15px;
	top:0;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}

.indexPage .pagination a:hover .hover-text {
	opacity: 1;
}

.indexPage .pagination a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:"";
	position: absolute;
	margin:auto;
	top:0;
	right:3px;
	bottom:0;
}

/*896px以下は現在地表示のテキストを非表示*/
@media screen and (max-width:896px) { 
	.indexPage .pagination a .hover-text{
		display: none;
	}	
}

.box {
    /*min-height: 100vh;*/ /* セクションを常に1画面分に */
    overflow: hidden;
}


a.recruitlink {
	font-size: 48px;
    color: #fff;
}

@media screen and (max-width:896px) {
	a.recruitlink {
		font-size: 32px;
    	color: #fff;
}
}