/* +++++++++++++++++++++++++++++++++++++

　基礎設定
++++++++++++++++++++++++++++++++++++++++ */
*{ 
margin:0; padding:0;
vertical-align:top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html{
	/* 文字の拡大縮小
	text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; */
	/* font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif; */ 
	font-family: font-family: 'Noto Sans JP', sans-serif;
	line-height:36px;
	font-size: 18px;
	margin:0;
	padding: 0;
	height: 100%;
}
body{
	color: #333;/*★文字色*/
	background: #fff;
}
p{
	line-height:1.4;
}

a{
	color:#333;/*★リンク色*/
	text-decoration:none;
	/* タップ時の背景色sp */
	-webkit-tap-highlight-color: rgba(160,0,185,0.3);
	tap-highlight-color: rgba(160,0,185,0.3);
	display:block;
  opacity: 1;
  filter: alpha(opacity=100);
	transition: 0.3s ease-in-out; 
}

img { border:none;
	/* vertical-align: top;
	width:100%;*/
	}

a:hover{
	/*color:#2c2e91;*//*★リンク色*/
	text-decoration:none;
-webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;
/*
filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
*/
}
@-webkit-keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
/*
a:hover img {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}	
*/
li { list-style-type:none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th{ text-align:left; }

h1,h2,h3,h4,h5,h6{ font-weight:normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

hr{
	border: 1;
	clear:both;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	margin:20px 0;
}

/* clearfix */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: block;
}

/*forHTML5*/
article,aside,canvas,details,figcaption,figure,
footer,,hgroup,menu,nav,section,summary,address{
	display:block;
}


/* 追加指定
--------------------------------------- */
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-50{margin-bottom:5rem;}
.mb-60{margin-bottom:60px;}


.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}

.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mr-16{margin-right:16px;}
.mr-20{margin-right:20px;}
.mr-30{margin-right:30px;}

.ml-5{margin-left:5px;}
.ml-10{margin-left:10px;}
.ml-15{margin-left:15px;}
.ml-20{margin-left:20px;}
.ml-30{margin-left:30px;}


.fs-10{	font-size:10px;}
.fs-12{	font-size:12px;}
.fs-14{	font-size:14px;}

.w100{
	margin: 0;
	text-align:center;
	background:none;
	border:none;
}
.spOnly{
	display:none ;
}
/*
.pcOnly{
	display:none;
}
*/

.underLine{
	border-bottom: 1px solid #999;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}

.blue{
	color:#32a0c3;
}

.red{
	color:#ff0000;
}
.green{
	color:#17a907;
}

.pink{
	color:#ff5d87;
}

.orange{
	color:#ec5454;
	}

.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}

.shad{
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
}
.shadow{
	 -webkit-box-shadow: 0 15px 15px -9px #000;
       	-moz-box-shadow: 0 15px 15px -9px #000;
     	     box-shadow: 0 15px 15px -9px #000;
}


/* 共通定義
--------------------------------------- */
#wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#contents{
	padding: 0;
	margin: 0 auto;
	position:relative;
}

section{
	margin: 0;
	display: block;
}
.secFlex{
	display:flex;
}



/*
section h1{
	margin: 0 auto 10px;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border:double 1px #432259;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #2C0F3D),
	color-stop(1, #432259)
	);
	background-image: -o-linear-gradient(bottom, #2C0F3D 0%, #432259 100%);
	background-image: -moz-linear-gradient(bottom, #2C0F3D 0%, #432259 100%);
	background-image: -webkit-linear-gradient(bottom, #2C0F3D 0%, #432259 100%);
	background-image: -ms-linear-gradient(bottom, #2C0F3D 0%, #432259 100%);
	background-image: linear-gradient(to bottom, #2C0F3D 0%, #432259 100%);
}
*/


/* ヘッダ
--------------------------------------- */
header{
	padding: 0;
	width: 100%;
	position:sticky;
	top:0;
	background: #fff;
	z-index: 100;
	box-shadow: 0px 0px 15px -5px #c9c9c9;
border-radius: 0px;
}

header #headBox{
	padding: 0;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	align-items: center;
}

header #headBox h1{
	vertical-align:middle;
	padding-left: 1em;
	text-align:center;
}
header #headBox h1 img{
	width: 30vh;
}
header #headNav{
	margin-right: 2rem;
}

header #headNav ul{
	display: flex;
	align-items:center;
	height: 90px;
	
}

header #headNav ul li{
	
}

header #headNav ul li a{
	display:inline-block;
	padding: 1em ;
	color: #0a1b4d;
	position:relative;
}

header #headNav ul li a::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0a1b4d;
  bottom: 5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

header #headNav ul li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

header #headBox2{
	display: flex;
	justify-content:center;
	align-items:center;
}
header #headBox2 #headTel {
	color:#0a1b4d;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
}
header #headBox2 #headTel a{
	color:#0a1b4d;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 5px;
}


header #headBox2 #headContact a{
	padding: 0.5rem;
	color: #fff;
	background:#0a1b4d;
	display: flex;
	font-size: 1em;
	height: 103px;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
header #headBox2 #headContact a i{
	font-size: 2rem;
}


/* ナビゲーション（スマホ）
--------------------------------------- */
#headerSpNav{
	display:none;
}
#sidr{
	display:none;
	}

/* スライド
--------------------------------------- */
#slide{
	overflow:hidden;
	padding: 0;
	margin: 0 0;
	width: 100%;
	text-align: center;
	position: relative;
}
.fade img{
	width:100%;
	height: 89vh;
	object-fit: cover;
}
#slide_sp{
	display:none;
	padding: 0;
	margin: 0 0 220px;
	width: 100%;
	text-align: center;
	position: relative;
}

.slideTxt{
	position:absolute;
	top: 40%;
	left: 5%;
	z-index: 10;
	font-weight:bold;
	color:#fff;
	text-align:left;
	line-height: 1.4;
	font-size: 3.2vw;
	/* padding: 1em 2em; */
	text-shadow: 1px 2px 4px rgb(1 13 49 / 40%);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.photo{
	position:absolute;
	top: 40%;
	right: 5%;
	z-index: 10;
	 -webkit-box-shadow: 0 15px 15px -9px #000;
       	-moz-box-shadow: 0 15px 15px -9px #000;
     	     box-shadow: 0 15px 15px -9px #000;
}
.photo img{
	max-width: 400px;
}


.jCarouselNavi{
	display:none;
	position:absolute;
	bottom:80px;
	left:48.4%;
}

.fade {
  width: 100%;
  margin: 0 auto;
  padding: 0;
height: auto;
}
.fade img{
  width: 100%;
    }
.slick-dotted.slick-slider{
	margin: 0 !important ;
}



.btn{
	display:flex;
	justify-content: center;
	align-items: baseline;
	border: 1px solid #000;
	color: #000;
	padding: 1rem 2rem;
	line-height: 1;
	width: 15rem;
	position: relative;
	margin: 3rem auto;
}
.btn i{
	position: relative;
	right: -4rem;
}

 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}




/* フッタ
--------------------------------------- */
footer{
	width: 100%;
	clear: both;
	margin: 0 auto 0;
	text-align:center;
}

footer a{
	color:#fff;
}

footer #footBox{
	margin: 0 auto;
	width: 100%;
	background:#fff;
}

footer ul{
	background: #000233;
	display:flex;
	min-width:1100px;
}

footer li{
  padding: 0;
  margin:0;
  width:100%;
  border-right: 1px solid #fff;
}
footer li a{
	padding: 1em 2em;
}
footer li a:hover{
	background:#0097A7;
}

footer li:last-child{
  border-right: none;
}

footer #footLogo{
	margin: 40px 0 30px;
	display:inline-block;
}
footer address{
	font-style: normal;
	line-height: normal;
	padding: 0 0 30px;
}

footer address a{
	display:inline;
	color:#333;
}

footer #footerCopy{
	border-top: 1px solid #ccc;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #333;
	background: #fff;
	padding: 0em 0;
}
#footerCopy a{
	display:inline;
	color:#333;
}

#pageTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 2rem;
	z-index: 10;
}
#pageTop a {
    background: #0a1b4d;
    text-decoration: none;
    color: #fff;
    width: auto;
    padding: 1rem;
    text-align: center;
    display: block;
}
#pageTop a:hover {
    text-decoration: none;
    background: #666;
}








/* top
--------------------------------------- */
.commonBox{
	margin: 0;
	padding: 0;
	color:#333;
	text-align:left;
	width: 100%;
	position:relative;
}

.commonBox h2{
	font-size:2em;
	margin: 0 auto 100px;
	text-align:center;
	position:relative;
	color:#0aacdf;
}


.commonBox h2::before{
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:10;
	background:#e8340c;
	width:2px;
	height:70px;
	content:"";
}

.hSub{
	text-align:center;
}



#service {
}

#service ul{
}
#service ul li{
	display:flex;
	position:relative;
	margin: 0 0 80px;
}

#service ul li div{
	position:absolute;
}
#service ul li img{
	width: 60vw;
}
#service ul li dl{
	background:rgba(255,255,255,1.0);
	padding: 3em;
	position:relative;
	top: 50px;
	left: 44vw;
	width: 40vw;
}
#service ul li dl dt{
	font-weight:bold;
	font-size:1.6em;
	position:relative;
	margin: 0 0 40px;
}
#service ul li dl dd{
}

/*
#service ul li dl dt::before{
   content:"";
   display:block;
   width:100px;
   height:3px;
   background-color:#0097A7;
   position:absolute;
   bottom:-10px;
   left:0;
}
*/
#service ul li:nth-of-type(even){
	display:flex;
	position:relative;
	margin: 0 0 40px;
	flex-direction:row-reverse;
}
#service ul li:nth-of-type(even) dl{
	left: 10vw;
}







#recruit {
}

#recruit .tate2{
	color: #fff !important;
}

#recruit ul{
}
#recruit ul li{
	display:flex;
	position:relative;
	margin: 0 0 80px;
	flex-direction: row-reverse;
}
#recruit ul li div{
	position:absolute;
}

#recruit ul li img{
	width: 60vw;
}
#recruit ul li dl{
	background:rgba(255,255,255,1.0);
	padding: 3em;
	position:relative;
	top: 50px;
	right: 44vw;
	width: 40vw;
}
#recruit ul li dl dt{
	font-weight:bold;
	font-size:1.6em;
	position:relative;
	margin: 0 0 40px;
}
#recruit ul li dl dd{
}

/*
#recruit ul li dl dt::before{
   content:"";
   display:block;
   width:100px;
   height:3px;
   background-color:#0097A7;
   position:absolute;
   bottom:-10px;
   left:0;
}
*/
#recruit ul li:nth-of-type(even){
	display:flex;
	position:relative;
	margin: 0 0 40px;
	flex-direction:row-reverse;
}
#recruit ul li:nth-of-type(even) dl{
	left: 10vw;
}



.companyIndex{
	padding: 0 0 3rem
}

.companyIndexDl {
	margin: 5rem auto 3rem;
	max-width: 1120px;
	width: 60vw;
	text-align:center;
}

.companyIndexDl dt{
	font-weight:bold;
	font-size:1.6em;
	position:relative;
	margin: 0 0 40px;
}


#company .companyDl{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 0rem;
	margin: 0rem auto 2rem;
	width: 70vw;
	max-width: 1150px;
}
#company .companyDl dl{
	padding: 1.5rem 1rem;
	color:#fff;
	background:#0aacdf;
	gap:1rem;
	display:flex;
	justify-content: center;
	flex-direction: column;
	align-items:center;
	border-radius: 10px;
	line-height:1.2;
	text-align:center;
}
#company .companyDl dl dt{
	font-size: 1.6rem;
	border-bottom: 2px solid #ffe000;
	color: #ffe000;
}
#company .companyDl dl dd{
}

.googlemap {
	position: relative;
	width: 100%;
	margin: 0% 0 0%;
	padding-top: 35%; /* = height ÷ width × 100 */
}
.googlemap iframe {
	margin: 0 0 30ox;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* 下層ページ
--------------------------------------- */

.cBox{
	margin: 0;
	padding: 0;
	color:#333;
	text-align:left;
	width: 100%;
	position:relative;
	line-height: 1.4;
	font-size: 0.9rem;
}

.cBox,.cBoxInner h2{
	font-size:2.2rem;
	margin: 0 auto 3rem;
	text-align:center;
	position:relative;
	color:#0aacdf;
	font-weight:bold;
}


.cBox,.cBoxInner h2::before{
	position: absolute;
	top: 4rem;
	left: calc(50% - 45px);
	background:#0a1b4d;
	width:90px;
	height:3px;
	content:"";
}

.cBoxInner{
	margin: 0 auto;
	padding: 0;
	color:#333;
	text-align:left;
	width: 100%;
	position:relative;
	width:100%;
	max-width: 1120px;
	line-height: 1.4;
	font-size: 0.9rem;
}



.businessBox{
	margin: 5rem 0 0;
	padding: 0;
	color:#fff;
	text-align:left;
	width: 100%;
	position:relative;
	line-height: 1.4;
	font-size: 0.9rem;
	background:#0aacdf;
	display: grid;
	overflow:hidden;
}

.serviceBox{
	margin: 5rem 0 0;
	padding: 0;
	color:#fff;
	text-align:left;
	width: 100%;
	position:relative;
	line-height: 1.4;
	font-size: 0.9rem;
	display: grid;
	overflow:hidden;
}

.slidePhoto{
     min-width: 500px;
 min-height: 300px;
 height:100%;
 width:100%;
 overflow:hidden;
 position:relative;
}
.slidePhoto img{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-fit:cover;
}

.recruitBox{
	margin: 1rem 0 0 ;
	padding: 0;
	text-align:left;
	width: 100%;
	position:relative;
	line-height: 1.4;
	font-size: 0.9rem;
	display: grid;
	overflow:hidden;
}

.recPointBox{
	display:flex;
	justify-content: center;
	align-items: flex-start;
}
.recPointBox div{
	padding: 1rem;
	width: 50%;
	text-align:center;
}
.recPointBox h3{
	font-weight:bold;
	font-size:1.2rem;
	margin-bottom:0.5rem;
	position:relative;
}
.recPointBox h3:before{
	position:absolute;
	bottom:0;
	left: calc(50% - 15%);
	height: 0.5rem;
	width: 30%;
	background: rgb(10,172,223, 0.4);
	content:"";
}


.companyBox{
	margin: 0rem 0 5rem;
	padding: 0;
	text-align:left;
	width: 100%;
	position:relative;
	line-height: 1.4;
	font-size: 0.9rem;
	display: grid;
	overflow:hidden;
}

.flex{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.rv{
	flex-direction: row-reverse;
}

.flex .imgBox{
	width:40%;
}


.flex img{
	width:100%;
}

.businessBox .flex .imgBox{
	width:40%;
	height:100%;
}




.flex .txtBox{
	width:60%;
	padding: 5rem;
}

.flex .txtBox h3{
	font-size: 2.2rem;
	font-weight:bold;
	margin: 0 0 2rem;
	line-height: 1.4;
}


.other{
	width:100%;
	max-width: 1100px;
	margin: 2rem auto;
}

.other ul{
	margin: 2rem auto;
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	max-width: 1100px;
	gap: 0.5rem 1rem;
	flex-wrap:wrap;
}

.other ul li{
	padding: 0.5rem 1rem;
	border: 1px solid #fff;
	border-radius: 10px;
}

.bg{
	position:relative;
	width: 100%;
	min-height:150px;
	background:#fff;
	padding-bottom: 5%;
	margin-top: 0%;
	padding-top: 20%;
	background-image: url("/images/bg.png") ;
	background-repeat:no-repeat;
  background-size: cover;
	background-position:center;
}




.recruitC{
	margin: 3rem auto;
	max-width: 1120px;
	width: 100%;
}
.recruitC .osusume{
	}
.recruitC .osusume h3{
	font-size:2em;
	font-weight:600;
	margin: 0 auto 3rem;
	text-align:center;
	position:relative;
	color:#0aacdf;
	}
.recruitC .osusume ul{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
	justify-content: center;
	margin: 3rem auto ;
}
.recruitC .osusume ul li{
	padding: 1rem 1.5rem;
	border: 1px solid #333;
}

.recruitC .point{
	margin: 3rem auto 6rem;
	}
.recruitC .point ul{
	display:grid;
	gap:1rem;
	grid-template-columns: repeat(4, 1fr) ;
}
.recruitC .point ul li{
	padding: 3rem 1rem ;
	color:#fff;
	background:#0aacdf;
	gap:1rem;
	display:flex;
	justify-content: center;
	flex-direction: column;
	align-items:center;
	border-radius: 10px;
	line-height:1.2;
	text-align:center;
}
.recruitC .point ul li i{
	font-size: 3rem;
}

.recruitC .pointTxt{
	text-align:center;
	margin: 2rem auto ;
}


.recruitC h2{
	font-size:2em;
	font-weight:800;
	margin: 0 auto 3rem;
	text-align:center;
	position:relative;
	color:#0aacdf;
	}
.recruitC h2::before{
	position: absolute;
	top: 4rem;
	left: calc(50% - 45px);
	background:#0a1b4d;
	width:90px;
	height:3px;
	content:"";
}


.recruitBox table{
	margin: 60px auto 0;
	max-width: 1120px;
	width:100%;
	
}
.recruitBox table th{
	border-bottom: 1px solid #333;
	width: 240px;
	padding: 2rem;
}
.recruitBox table td{
	border-bottom: 1px solid #ccc;
	padding: 2rem;
}





/* 会社概要
--------------------------------------- */

.companyC{
	margin: 0 auto 3rem;
	max-width: 1120px;
	width: 100%;
}

.companyC h2{
	font-size:2.2em;
	font-weight:800;
	margin: 0 auto 3rem;
	text-align:center;
	position:relative;
	color:#0aacdf;
	}
.companyC h2::before{
	position: absolute;
	top: 4rem;
	left: calc(50% - 45px);
	background:#0a1b4d;
	width:90px;
	height:3px;
	content:"";
}


.companyBox table{
	margin: 60px auto 0;
	max-width: 1120px;
	width:100%;
}
.companyBox table th{
	border-bottom: 1px solid #333;
	width: 240px;
	padding: 2rem;
}
.companyBox table td{
	border-bottom: 1px solid #ccc;
	padding: 2rem;
}

.companyBox .googlemap {
	position: relative;
	width: 100%;
	margin: 1em 0 0%;
	padding-top: 50%; /* = height ÷ width × 100 */
}
.companyBox .googlemap iframe {
	margin: 0 0 30ox;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}








.serviceIndex {
	position:relative;
	width: 100%;
	min-height:240px;
	background:#fff;
	padding-bottom: 20%;
	margin-top: 5rem;
}
.serviceIndex::before {
    content: "";
    display: block;
    position: absolute;
	background:#fff;
    top: 0;
    transform: skew(0, 5deg);
    transform-origin: center;
    width: 100%;
	min-height: 300px;
	padding-bottom: 50px;
}

.serviceIndex .mBox {
	margin: 5% auto;
	width: 70%;
	z-index: 5;
	position:relative;
}

.po {
	border: solid 1px #fff;
	padding: 1% 4%;
	font-size: 80%;
	display:inline;
	float:left;
	font-family: 'M PLUS 1', sans-serif;
}
.tate {
	writing-mode: vertical-rl;
	text-orientation: sideways;
	position: absolute !important;
	display: flex;
	font-weight:normal;
	font-size: 100%;
	/* left:2%; */
	right: 10%;
	top: 15vh;
	font-size: 2rem !important;
	font-family: 'M PLUS 1', sans-serif;
	color: #0aacdf;
	height: 100%;
}
.tate .arrow {
	font-size: 160%;
	position:absolute;
	bottom: 20%;
	left: -30%;
}

.tate::before{
	position: absolute;
	top: 9vh !important;
	left: -60% !important;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:10;
	background: #0aacdf !important;
	width:2px;
	height: 270vh !important;
	content:"";
}




.recruitIndex {
	position:relative;
	width: 100%;
	min-height:240px;
	background:#0aacdf;
	padding-bottom: 0%;
	margin-top: -10%;
}
.recruitIndex::before {
    content: "";
    display: block;
    position: absolute;
	background:#0aacdf;
    top: -15%;
    transform: skew(0, -7deg);
    transform-origin: center;
    width: 100%;
	min-height: 300px;
	padding-bottom: 50px;
}

.recruitIndex .mBox {
	margin: 5% auto;
	width: 70%;
	z-index: 5;
	position:relative;
}

.tate2 {
	writing-mode: vertical-rl;
	text-orientation: sideways;
	position: absolute !important;
	display: flex;
	font-weight:normal;
	font-size: 100%;
	/* left:2%; */
	left: 10%;
	top: 15vh;
	font-size: 2rem !important;
	font-family: 'M PLUS 1', sans-serif;
	color: #fff;
	height: 100%;
}
.tate2 .arrow {
	font-size: 160%;
	position:absolute;
	bottom: 20%;
	left: -30%;
}

.tate2::before{
	position: absolute;
	top: 9vh !important;
	left: -60% !important;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:10;
	background: #ffffff !important;
	width:2px;
	height: 270vh !important;
	content:"";
}



/* お問い合わせ
--------------------------------------- */
#contact{
	background:#0aacdf;
	color:#fff;
	padding: 5rem 0 ;
}
#contact .contactTxt{
	margin: 0 auto 5rem;
	text-align:center;
}

#contact .telBox a{
	border: 1px solid #fff;
	color:#fff;
	text-align:center;
	padding: 1rem 6em;
	font-size: 1.2rem;
	margin: 0 auto 2rem;
	max-width: 800px;
	width: 90vw;
  border-radius: 8px;
}
#contact .telBox a span{
	font-size: 1em;
}

#contact .contactBox a{
	border: 1px solid #fff;
	color:#fff;
	text-align:center;
	padding: 1rem 6rem;
	font-size: 1.2rem;
	margin: 0 auto ;
	max-width: 800px;
	width: 90vw;
  border-radius: 8px;
}
#contact .contactBox a span{
	font-size: 1em;
}

#contact_form .formBox{
	font-size: 1em;
	margin: 5rem auto 3rem;
	max-width: 1120px;
	width:100%;
}

#contact_form .formBox ul{
	display: flex;
	flex-wrap: wrap;
}
#contact_form .formBox ul li{
	display:flex;
	margin: 0 3em 1em 0;
}

#contact_form .formBox dl{
	margin: 0 auto;
	max-width: 1120px;
	display: flex;
	flex-wrap: wrap;

}
#contact_form .formBox dt{
	border-top: 1px solid #0a1b4d;
	min-width: 25%;
	padding: 2rem;
	font-weight:bold;

}
#contact_form .formBox dd{
	border-top: 1px solid #ccc;
	padding: 2rem;
	width: 75%;
}
#contact_form .formBox dt span{
	display:inline-block;
    background: #e8340c;
	color:#fff;
	padding: 0.2rem 0.5rem ;
	font-size: 0.8em;
	margin: 0 0 0 1rem;
	line-height:1;
}

/* 応募フォーム
--------------------------------------- */
#recruit_form .formBox{
	font-size: 1em;
	margin: 5rem auto 3rem;
	max-width: 1120px;
	width: 100%;
}

#recruit_form .formBox ul{
	display: flex;
	flex-wrap: wrap;
}
#recruit_form .formBox ul li{
	display:flex;
	margin: 0 3em 1em 0;
}

#recruit_form .formBox dl{
	margin: 0 auto;
	max-width: 1120px;
	display: flex;
	flex-wrap: wrap;

}
#recruit_form .formBox dt{
	border-top: 1px solid #0a1b4d;
	min-width: 25%;
	padding: 2rem;
	font-weight:bold;

}
#recruit_form .formBox dd{
	border-top: 1px solid #ccc;
	padding: 2rem;
	width: 75%;
}
#recruit_form .formBox dt span{
	display:inline-block;
    background: #e8340c;
	color:#fff;
	padding: 0.2rem 0.5rem ;
	font-size: 0.8em;
	margin: 0 0 0 1rem;
	line-height:1;
}


/* フォーム類
--------------------------------------- */


input[type="submit"],
input[type="button"]{
  border-radius: 8px;
  border: none;
  cursor: pointer;
	background:#0a1b4d;
	color:#fff;
	text-align:center;
	padding: 0.5rem 8rem;
	font-size: 1.2rem;
	margin: 2rem auto 0;
	width: fit-content;
	display:block;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	text-decoration:none;
-webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;
	background:#0aacdf;

}

input[type="text"],
input[type="email"],
textarea,
select{
	padding: 5px;
	background-color:#fff;
	border:none;
	border:solid 1px #333;
/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
*/
	font-size:16px;
}


input{ 
	vertical-align: middle;
}
input[type="text"]{
	min-width:300px;
	height: 50px;
}

select{
	vertical-align: middle;
	height:37px;
}

textarea{
	width: 100%;
	min-height: 264px;
}

label{
	cursor: pointer;
	vertical-align: middle;
	margin:0 0 0 0.5em;
}

label > input{ 
	margin:0 1em 0 0;
	display:inline;
}

.submit_area {
  margin-top: 10px;
  text-align: center;
}
.err{
	color:#F00;
}
.textbox2 {
	width: 100%;
}


#recruit{
}
#recruit p{
	text-align:center;
}

#recruit table{
	margin: 0 auto 0;
	width: 1000px;
}
#recruit table th{
	border-bottom: 1px solid #0097A7;
	min-width: 200px;
	padding: 1em;
}
#recruit table td{
	border-bottom: 1px solid #ccc;
	padding: 1em 1em 1em 2em;
}
#recruit h3{
	max-width:1000px;
	text-align:left;
	margin: 60px auto 30px;
	font-size: 1.6em;
	position:relative;
}
#recruit h3:after{
   content:"";
   display:block;
   width:100px;
   height:3px;
   background-color:#0097A7;
   position:absolute;
   bottom:-10px;
   left:0;
}

.recImg{
	margin: 60px auto -140px;
	text-align:center;

}
.recImg img{
	height: 300px;
	width:100%;
	object-fit: cover;
}

.tit{
	background-image: url(../images/bg_tit.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	height:250px;
	width:100%;
	position:relative;
	margin: 0 auto;
}

.titTxt{
	font-weight:bold;
	text-align:center;
	font-size: 2em;
	padding: 1em 2em;
	color: #fff;
	width:500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.pankuzu{
	background:#eee;
	width:100%;
}
.pankuzuUl{
	width: 90%;
	margin: 0 auto 4rem;
	max-width: 1180px;
	display: flex;
	gap: 1em;
	align-items: center;
	font-size: 0.8rem;
}
.pankuzuUl li i{
	vertical-align:baseline !important;
}

.pankuzuUl li{
}


/* アニメーション
--------------------------------------- */
.anime {
	overflow: hidden;
}



@media screen and (max-width: 1024px){
.fade img{
	object-position: right;
	height: 60vh;
}
.slideTxt{
	font-size: 3.8vw;
	line-height: 1.6;
}

#service ul li img,
#recruit ul li img{
	width: 60vw;
}
#service ul li dl{
	background: rgba(255,255,255,0.7);
	padding: 3em;
	position:relative;
	top: 50px;
	left: 24vw;
	width: 60vw;
}

#recruit ul li dl{
	background: rgba(255,255,255,0.9);
	padding: 3em;
	position:relative;
	top: 50px;
	right: 24vw;
	width: 60vw;
}
header #headNav{
	display:none;
}
header #headBox2 #headTel{
	display:none;
}
#headerSpNav{
	display:block;
}
header #headBox2 #headContact a{
	color: #0a1b4d;
	background:#fff;
	position:relative;
}
#headerSpNav a{
	padding: 0.5rem;
	color: #0a1b4d;
	display: flex;
	font-size: 1em;
	height: 103px;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-right: 1rem;
	margin-left: 1rem;
	position:relative;
}
#headerSpNav a i{
	font-size: 2rem;
}

header #headBox2 #headContact a:after{
	width: 1px;
	background: #0a1b4d;
	content:"";
	height: 80%;
	right: -10px;
	top: calc( 50% - 40%);
	position: absolute;
}
header #headBox2 #headContact a:before{
	width: 1px;
	background: #0a1b4d;
	content:"";
	height: 80%;
	left: -10px;
	top: calc( 50% - 40%);
	position: absolute;
}

#sidr{
	display:none;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:70vw;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:2.6vw;
	background:#0a1b4d;
	color:#fff;
	-webkit-box-shadow:inset 0 0 5px 5px #222;
	-moz-box-shadow:inset 0 0 5px 5px #222;
	box-shadow:inset 0 0 5px 5px #222;
}
.sidr .sidr-inner{
	padding:0 0 15px;
	}
.sidr .sidr-inner>p{
	margin-left:15px;
	margin-right:15px;
	}
.sidr.right{
	left:auto;
	right:-260px;
	}
.sidr.left{
	left:-260px;
	right:auto;
}
.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{
	font-size:11px;
	font-weight:normal;
	padding:0 15px;
	margin:0 0 5px;
	color:#fff;
	line-height:24px;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:linear-gradient(#4d4d4d,#1a1a1a);
	-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	}
.sidr p{
	font-size:13px;
	margin:0 0 12px;
	}
.sidr p a{
	color:rgba(255,255,255,0.9);
	padding: 1rem;
	}
.sidr>p{
	margin-left:15px;
	margin-right:15px;
	}
.sidr ul{
	display:block;
	margin:0 0 15px;
	padding:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
.sidr ul li{
	display:block;
	margin:0;
	padding: 2rem 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{
	border-top:none;
/*	line-height:41px; */
	}
.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{
	-webkit-box-shadow:inset 0 0 15px 3px #222;
	-moz-box-shadow:inset 0 0 15px 3px #222;
	box-shadow:inset 0 0 15px 3px #222;
	}
.sidr ul li a,.sidr ul li span{
	padding:0 15px;
	display:block;
	text-decoration:none;
	color:#fff;
	}
.sidr ul li ul{
	border-bottom:none;
	margin:0;
	}
.sidr ul li ul li{
	line-height:40px;
	font-size:13px;
	}
.sidr ul li ul li:last-child{
	border-bottom:none;
	}
.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{
	border-top:none;
	line-height:41px;
	}
.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{
	-webkit-box-shadow:inset 0 0 15px 3px #222;
	-moz-box-shadow:inset 0 0 15px 3px #222;
	box-shadow:inset 0 0 15px 3px #222;
	}
.sidr ul li ul li a,.sidr ul li ul li span{
	color:rgba(255,255,255,0.8);
	padding-left:30px;
	}
.sidr form{
	margin:0 15px;
	}
.sidr label{
	font-size:13px;
	}
.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{
	width:100%;
	font-size:13px;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border:none;
	background:rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.6);
	display:block;
	clear:both;
	}
.sidr input[type=checkbox]{
	width:auto;
	display:inline;
	clear:none;
	}
.sidr input[type=button],.sidr input[type=submit]{
	color:#333;
	background:#fff;
	}
.sidr input[type=button]:hover,.sidr input[type=submit]:hover{
	background:rgba(255,255,255,0.9);
	}



.cBoxInner{
	max-width: 90%;
}
.flex{
	flex-direction:column;
	margin-bottom: 2rem;
}
.flex:last-of-type {
	margin-bottom: 0rem;
}
.flex .txtBox{
	padding: 1rem 2rem 2rem;
	width:100%;
}
.flex .imgBox{
	padding: 0;
	width:100%;
}
.businessBox .flex .imgBox{
	width:100%;
}
.flex .txtBox h3{
	font-size: 1.6rem;
	margin: 0 0 1rem;
}

.txtBox p{
	line-height: 1.8;
}

.recruitC,
.companyC,
formBox,
cBoxInner{
	max-width:90%;
	margin: 0rem auto;
}
#contact_form .formBox dl,
#recruit_form .formBox dl{
	max-width:100%;
	font-size: 0.8rem;
}
#contact_form .formBox dt,
#recruit_form .formBox dt{
	padding: 2%;
	min-width: 30%;
}

#contact_form .formBox dd,
#recruit_form .formBox dd{
	width: 70%;
	padding: 2%;
}
.recruitC .point ul{
	grid-template-columns: repeat(2, 1fr);
}
.recruitC .point ul li{
	padding: 1rem 1rem ;
}
.other{
	max-width: 90%;
	margin: 0 auto 2rem;
}
.other ul{
		margin: 0 auto;
		max-width:unset;
}

.businessBox,
.recruitBox{
	margin: 2rem 0 0;
}

}


@media screen and (max-width: 767px){

.spOnly{
	display:inherit;
}

.pcOnly{
	display:none;
}
.slideTxt{
	font-size: 6.8vw;
	right: 5%;
	top: 36%;
}
.fade img{
	height: 92vh;
}
header #headBox h1{
	padding: 0;
}
header #headBox h1 img{
	width: 50vw;
}
h1 a p{
	display:none;
}
#headContact div,
#headerSpNav div{
	display:none;
}

header #headBox2 #headContact a i,
#headerSpNav a i{
	font-size: 1.4rem;
}
header #headBox2 #headContact a:after{
	height: 40%;
	top: calc( 50% - 20%);
}
header #headBox2 #headContact a:before{
	height: 40%;
	top: calc( 50% - 20%);
}

#headerSpNav a,
header #headBox2 #headContact a{
	height:auto;
}
header #headBox{
	padding: 0.2rem 0;
}

#sidr{
	font-size:0.8rem;
}
.sidr ul li{
	padding: 0.5rem 0;
}

.tate{
	right: 3%;
}

#service ul li dl{
	padding: 1em;
	left: 10vw;
	width: 70vw;
}
#recruit ul li dl{
	padding: 1em;
	right: 10vw;
	width: 70vw;
}

.companyIndexDl{
	margin: 2rem 1rem 1rem;
	width: 70vw;
}
#company .companyDl{
	margin: 0 1rem 2rem;
}
#company .companyDl dl dt{
	font-size: 1rem;
	line-height: 1.8;}
#company .companyDl dl dd{
	font-size: 0.8rem;
	line-height: 1.8;}

#company .companyDl dl{
	width: 100%;
	padding: 0.5rem;
}

#service ul li dl dt,
#recruit ul li dl dt,
.companyIndexDl dt{
	font-size: 1rem;
	margin: 0 0 1rem;
}
#service ul li dl dd,
#recruit ul li dl dd,
.companyIndexDl dd{
	font-size: 0.8rem;
	line-height: 1.8;
	text-align:left;
}

.serviceIndex{
	padding-bottom: 20vh;
	margin-top: 2rem;
}

.btn{
	width: 12rem;
	margin: 2rem auto;
}
.btn i{
	right: -2rem;
}

.googlemap {
	padding-top: 75%; /* = height ÷ width × 100 */
}

#contact{
	padding: 2rem 0;
}

#contact .telBox a,
#contact .contactBox a{
	font-size:1rem;
	padding: 0.5rem 1rem;

}

footer #footLogo{
	margin: 2rem auto 1rem;
	width: 50vw;
}

footer #footLogo img{
	width:100%;
}
footer address{
	font-size: 0.8rem;
	padding-bottom:2rem;
}
footer #footerCopy{
	font-size: 0.6rem;
}

.pankuzuUl{
	max-width:100%;
	font-size: 0.6rem;
	margin: 0 auto 2rem;
	flex-wrap: wrap;
}

.cBox, .cBoxInner h2,
.companyC h2,
.recruitC .osusume h3,
.recruitC h2{
	font-size:1rem;
	margin: 0 auto 1.5rem;
}
.cBox, .cBoxInner h2::before,
.companyC h2::before,
.recruitC h2::before{
	top: 2rem;
	height:2px;
}
.hSub{
	font-size:0.8rem;
	line-height: 1.8;
	text-align:left;
}
.flex .txtBox,
.recruitC{
	padding: 1rem 0 2rem;
	max-width:90%;
}
.recruitC .osusume ul{
	margin: 1rem auto;
}
.recruitC .pointTxt{
	font-size:0.8rem;
	text-align:left;
	line-height: 1.8;
}
.recruitC .point{
	margin: 3rem auto 4rem;
}

.recruitBox table th,
.recruitBox table td,
.companyBox table th,
.companyBox table td{
	display:block;
	width:100%;
}

.recruitBox table th,
.companyBox table th{
	padding: 1rem;
}
.recruitBox table td,
.companyBox table td{
	border: unset;
	padding: 1rem;
	font-size: 0.8rem;
	line-height: 1.8;
}

.businessBox{
	margin: 2rem 0 0;
	display:block;
}

.flex .txtBox h3{
	font-size: 1rem;
	line-height: 1.8;
}
.flex .txtBox p{
	font-size: 0.8rem;
}

.companyBox table{
	margin: 3rem auto 0;
}
.companyBox{
	margin: 0 auto 3rem;
}

#contact_form .formBox,
#recruit_form .formBox{
	margin: 3rem auto;
}

#contact_form .formBox dt,
#recruit_form .formBox dt{
	min-width:100%;
	border-top: unset;
	padding:1rem;
}
#contact_form .formBox dd,
#recruit_form .formBox dd{
	width:100%;
	padding:1rem;
}

input[type="text"],
input[type="email"],
textarea, select{
	height: 2rem;
}
input[type="submit"]{
	padding: 0.5rem;
	width: 80%;
	text-align:center;
}
input[type="button"]{
	padding: 0.5rem;
	width: 60%;
	text-align:center;
}
#contact_form .formBox dd img,
#recruit_form .formBox dd img{
	width:100%;
}
.titTxt{
	width:100%;
}


.recPointBox{
	display:block;
	justify-content: center;
	align-items: flex-start;
	font-size: 0.8rem;
}
.recPointBox div{
	padding: 1rem 0;
	width: 100%;
	text-align:left;
}
.recPointBox h3{
	font-size: 1rem;
}
.recPointBox h3:before{
	left: 0;
	width: 30%;
}
.other{
	max-width:unset;
}
}