
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 70px auto 50px;
}
.top-image.bkg{
	background: #f7f7f7;
}
.top-image .txt .titleback{
	width: 40%;
	max-width: 1000px;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
}
.top-image .txt h1 {
	position: absolute;
	left: 5%;
	top: 30%;
	margin: 0 auto;
	color: #fff;
	font-size: 3.5vw;
	line-height: 1.3em;
	font-family: 'Noto Serif JP', serif;
	z-index: 1;
}
.top-image .txt h1 .jp {
	font-size: 0.5em;
}
.top-image .photo {
	width: 100%;
	overflow: hidden;
	
}
.inner{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	width: 96%;
}
section .inner{
	padding: 10px 50px 30px;
}
.tRight{
	text-align: right;
}

.contents .midashi{
	text-align: center;
	margin: 30px auto 20px;
}
/*
.contents h2.title{
	color: #3489ca;
    font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	position: relative;
  display: inline-block;
  padding: 0 70px;
}
.contents h2.title:before,
.contents h2.title:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 55px;
  height: 1px;
  background-color: #3489ca;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.contents h2.title::before{
  left:0;
}
.contents h2.title::after{
  right: 0;
}
*/
.contents h2.title{
	color: #3489ca;
    font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	position: relative;
  display: inline-block;
  padding: 0 70px;
}


/* アニメーション設定 */
.arrowWrap {
  margin-top: 15px;
	min-height: 20px;
}

.arrow1 {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow1 2s linear 0s normal;
  animation: arrow1 2s linear 0s normal;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.arrow2 {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow2 2s linear 0s;
  animation: arrow2 2s linear 0s;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
}

.arrow1 span,
.arrow2 span {
  position: relative;
  display: block;
  left: 50%;
}

.arrow1 span {
  margin-top: -10px;
}

.arrow1 span:before,
.arrow2 span:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

@keyframes arrow1 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  20% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes arrow2 {
  0% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  20% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }
}

.feature h3{
	color: #21367a;
}

.feature .inner{
	position: relative;
	max-width: 1000px;
	margin: -50px auto 50px;
	background: #fff;
}
.vision h3{
	text-align: left;
	font-size: 3.0rem;
}
.vision p{
	line-height: 1.8em;
}
.vision{
	padding: 0 auto;
	background-size:cover;
}
.visionbkl{
	position: absolute;
	left: 0;
	top: 20%;
	width: 20%;
}
.visionbkimg{
	z-index: -1;
	margin-top: -15%;
	
}
.recruit table.data,
.about table,
.news table{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.about table td ul li{
	float: left;
	display: inline-block;
}
.recruit table.data th,
.recruit table.data td,
.about table th,
.about table td,
.news table th,
.news table td{
	padding: 15px 20px;
}
.about table td span{
	font-size: 90%;
	color: #009fe5;
	font-weight: 600;
	margin-right: 5px;
}
.about table td.maplink{
	width: 110px;
}
.about table td.maplink a{
	background: #3489ca;
	color: #fff;
	padding: 1px 10px;
	display: block;
	text-align: center;
	font-size: 90%;
	font-weight: 500;
}
.brsp{
	display: none;
}
.recruit table.data th,
.about table th,
.news table th{
	border-right:3px solid #009fe5;
}

.recruit table.data tr:nth-child(even) th,
.recruit table.data tr:nth-child(even) td,
.about table tr:nth-child(even) th,
.about table tr:nth-child(even) td,
.news table tr:nth-child(even) th,
.news table tr:nth-child(even) td{
	background: #f3f3f3;}

.about .GreetingPic{
	position: relative;
}
.about .GreetingPic .Catch{
	position: absolute;
	left: 5%;
	top: 20%;
	color: #105183;
	font-size: 3.0vw;
	line-height: 2em;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
.about .philosophy{
	background: #eaf2f9;
	padding: 10px 10px 50px;
	position: relative;
}
.about .philosophy h3{
	position: relative;
	margin: 10px auto 20px;
}
.about .philosophy .innerw{
	width: 96%;
	background: #fff;
	padding: 20px;
	margin: 0px auto;
	max-width: 930px;
	display: flex;
	justify-content: center;
    font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	line-height: 2.2em;
}
@media only screen and (min-width:1200px) {
.about .GreetingPic .Catch{
	font-size: 3.2rem;
}
}
.about .sign{
	width: 80%;
	max-width: 280px;
	margin: 0 0 0 auto;
	text-align: right;
}

#bus02,#bus03,#bus04{
	margin-top:-100px !important;
	padding-top:120px !important;
}
@media only screen and (min-width:1px) and (max-width: 768px) {
.top-image {
	margin: 70px auto 30px;
}
section .inner{
	padding: 0px 30px 30px;
}

.contents h2.title{
	font-size: 2.5rem;
  padding: 0 70px;
}
.feature .inner{
	position: relative;
	max-width: 1000px;
	width: 90%;
	margin: -20px auto 50px;
	background: #fff;
}
.vision h3{
	text-align: left;
	font-size: 2.2rem;
}
.visionbkl{
	position: absolute;
	left: 0;
	top: 10%;
	width: 30%;
}
.visionbkimg{
	z-index: -1;
	margin-top: -25%;
	
}
.recruit table.data,
.about table,
.news table{
	border-top: none;
	border-bottom:1px solid #ccc;
}
.recruit table.data tr:nth-child(even) th,
.recruit table.data tr:nth-child(even) td,
.about table tr:nth-child(even) th,
.about table tr:nth-child(even) td,
.news table tr:nth-child(even) th,
.news table tr:nth-child(even) td {
	background: none;}
	
	
.recruit table.data th,
.about table th,
.news table th{
	background: #f3f3f3 !important;
}
.recruit table.data th,
.about table th,
.news table th{
	border-right:none;
	border-left:3px solid #009fe5;
}
.recruit table.data th,
.recruit table.data td,
.about table th,
.about table td,
.news table th,
.news table td{
	padding: 8px 15px;
}
.about table td.maplink{
	width: 100%;
	text-align: center;
	padding: 0 15px 10px;
}
.about table td.maplink a{
	display: inline-block;
}

.about .philosophy .innerw{
	padding: 20px;
	font-size: 1.5rem;
	line-height: 2.2em;
	}
}
@media only screen and (min-width:1px) and (max-width: 480px) {
.top-image {
	margin: 70px auto 20px;
}
.contents h2.title{
	font-size: 2.0rem;
  padding: 0 70px;
}
section .inner{
	padding: 0px 10px 10px;
}
.recruit table.data th,
.recruit table.data td,
.about table th,
.about table td,
.news table th,
.news table td{
	padding: 8px 10px;
}
.brsp{
	display: block;
}
.about .philosophy{
	background: #eaf2f9;
	padding: 0px 10px;
	position: relative;
}
.about .philosophy h3{
	position: relative;
	top: inherit;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0px 0 10px;
}

.about .philosophy{
	background: #eaf2f9;
	padding: 10px 10px;
	position: relative;
}
.about .philosophy h3{
	position: relative;
	margin: 5px auto;
}
.about .philosophy .innerw{
	padding: 10px 20px;
	font-size: 1.4rem;
	line-height: 2.2em;
	}
}

.business .toriatukai{
	background: #eaf2f9;
	padding: 40px 10px 30px;
	position: relative;
}
.business .toriatukai h3{
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	text-align: center;
	color: #3489ca;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 30px 0;
}
.business .innerw{
	width: 96%;
	background: #fff;
	padding: 20px;
	margin: 0px auto;
	max-width: 930px;
}
@media only screen and (min-width:1px) and (max-width: 768px) {
.business .toriatukai h3{
	position: relative;
	top: inherit;
	left: 0;
	right: 0;
	text-align: center;
	color: #3489ca;
	padding: 10px 0 0;
}
.business .toriatukai{
	background: #eaf2f9;
	padding: 0px 10px 30px;
	position: relative;
}
}

.Info{
	background: #f7f7f7;
	text-align: center;
	margin: -50px auto 0;
	padding: 30px 0 20px;
	position: relative;
	z-index: 6;
}
.Info .profile{
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	padding: 5px 20px;
	color: #3489ca;
	width: 125px;
	display: inline-block;
}
.Info .Catch{
	color: #3489ca;
	font-size: 3.2vw;
	line-height: 1.6em;
	margin-bottom: 10px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
.Info p{
	text-align: center;
	margin: 0 auto;
}
.recruit article{
	position: relative;
}

.recruit .kazaril{
	position: absolute;
	left: 0;
	top: -30px;
	width: 7%;
	z-index: -1;
}
.recruit .kazarir{
	position: absolute;
	right: 0;
	bottom:-80px;
	width:7%;
	z-index: -1;
	
}
.recruit .photo01{
	width: 50%;
	margin: 20px auto 30px 0;
	padding: 0 20px 0 0;
}
.recruit .photo03{
	width: 50%;
	margin: 0px auto 30px 0;
	padding: 0 20px 0 0;
}
.recruit .photo02{
	width: 50%;
	margin: 0px 0 30px auto;
	padding: 30px 0 50px 20px;
}
.recruit .photo04{
	width: 50%;
	margin: 0px 0 30px auto;
	padding: 0px 0 50px 20px;
}
.recruit .inner .txt{
	position: absolute;
	left: 50%;
	top: 60px;
	padding: 20px;
	
}
.recruit .inner .txt3{
	position: absolute;
	left: 50%;
	top: 60px;
	padding: 20px;
	
}
.recruit .inner .txt2{
	position: absolute;
	right: 50%;
	top: 60px;
	padding: 20px;
	
}
.recruit .inner .txt4{
	position: absolute;
	right: 50%;
	top: 60px;
	padding: 20px;
	
}
.recruit .flow {
	background: url("../img/recruit/flow_back.png") left top repeat;
	padding: 30px 10px 50px;
	text-align: center;
}
.recruit .flow h3{
	background: #fff;
	color: #4892cd;
	padding: 3px 30px;
	display: inline;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.recruit .flow .innerw{
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	text-align: left;
}
.recruit .flow .careerstep{
	max-width: 370px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10px;
}
.recruit .flow .schedule{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding: 10px 20px;
}
.recruit .flow .schedule.line{
	position: relative;
}/*
.recruit .flow .schedule.line::after{
	content: "";
	position: absolute;
	left: 60px;
	height: 100%;
	border-left:3px solid #3489ca;
	z-index: 1;
}*/
.recruit .flow .time_ico{
	max-width: 80px;
	padding: 10px 10px 10px 20px;
	z-index: 2;
	position: relative;
	width: 10%;
}
.recruit .flow .time_ico.line{
	position: relative;
}
.recruit .flow .time_ico.line::before{
	content: "";
	position: absolute;
	left: 52%;
	height: 190%;
	border-left:3px solid #3489ca;
	z-index: -1;
}
.recruit .flow .time{
	padding: 10px;
	color: #3489ca;
	font-weight: 500;
	width: 10%;
}
.recruit .flow .txt{
	padding: 10px;
	width: 80%;
}




.recruit h3.catch{
	color: #3489ca;
	font-weight: 600;
}
.recruit .rikunabi{
	text-align: right;
	max-width: 300px;
	margin: 0 0 0 auto;
}
.recruit table.datalist th{
	background: #f3f3f3;
	border-top: 1px solid #cfd9d9;
	border-bottom: 1px solid #cfd9d9;
	padding: 10px 20px;
	text-align: left;
	
}
.recruit table.datalist td{
	border-bottom: 1px solid #cfd9d9;
	padding: 10px 20px;
	
}
.recruit table.datalist td a{
	color: #006aa9;
	font-weight: 500;
	
}
.recruit table.datalist td a.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
	color: #006aa9;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.recruit table.datalist td a.arrow::before,
.recruit table.datalist td a.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.recruit table.datalist td a.arrow::before{
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #006aa9;
}
.recruit table.datalist td a.arrow::after{
    left: 0;
    width: 6px;
    height: 4px;
    border-left: 6px solid #006aa9;
}
.Entrybtn {
	background: #f3f3f3;
	padding: 30px 10px;
	text-align: center;
}
.Entrybtn a{
	text-align: center;
	max-width: 430px;
	width: 80%;
	margin: 0 auto;
}
.Entrybtn a img{
	width: 100%;
	height: auto;
	max-width: 430px;
}
.Entrybtn .newgrd{
	font-size: 1.8rem;
	text-align: center;
	margin: 10px auto;
}
.Entrybtn .newgrd a{
	color: #ff5d0e;
	text-decoration: underline;
}

@media only screen and (min-width:1px) and (max-width: 1080px) {
.recruit .photo01{
	width: 55%;
	margin: 50px auto 30px 0;
	padding: 0 20px 0 0;
}
.recruit .kazaril{
	position: absolute;
	left: 0;
	top: -30px;
	width: 5%;
	z-index: -1;
}
.recruit .kazarir{
	position: absolute;
	right: 0;
	bottom:-80px;
	width:5%;
	z-index: -1;
	
}
.recruit .photo02{
	width: 55%;
	margin: 0px 0 30px auto;
	padding: 0 0 80px 20px;
}
.recruit .inner .txt{
	position: absolute;
	left: 55%;
	top: 50px;
	padding: 20px;
	
}
.recruit .inner .txt2{
	position: absolute;
	right: 55%;
	top: 0px;
	padding: 20px;
	
}
}
@media only screen and (min-width:1px) and (max-width: 960px) {
.recruit .photo01{
	width: 55%;
	margin: 50px auto 30px 0;
	padding: 0 20px 50px 0;
}
.recruit .photo02{
	width: 55%;
	margin: 50px 0 30px auto;
	padding: 70px 0 180px 20px;
}
.recruit .photo03{
	width: 55%;
	margin: 30px auto 30px 0;
	padding: 0 20px 50px 0;
}
.recruit .photo04{
	width: 55%;
	margin: 20px 0 30px auto;
	padding: 30px 0 80px 20px;
}
.recruit .inner .txt{
	position: absolute;
	left: 55%;
	top: 50px;
	padding: 20px;
	
}
.recruit .inner .txt2{
	position: absolute;
	right: 55%;
	top: 0px;
	padding: 20px;
	
}
.recruit .inner .txt3{
	position: absolute;
	left: 55%;
	top: 50px;
	padding: 20px;
	
}
.recruit .inner .txt2{
	position: absolute;
	right: 55%;
	top: 0px;
	padding: 20px;
	
}
.recruit .inner .txt4{
	position: absolute;
	right: 55%;
	top: 60px;
	padding: 20px;
	
}
.recruit .kazaril{
	display: none;
}
.recruit .kazarir{
	display: none;
	
}
.recruit .flow .time_ico{
	width: 80px;
	padding: 10px 10px 10px 20px;
	z-index: 2;
	position: relative;
	width: 12%;
}
.recruit .flow .time_ico.line::before{
	content: "";
	position: absolute;
	left: 52%;
	height: 190%;
	border-left:3px solid #3489ca;
	z-index: -1;
}
.recruit .flow .time{
	padding: 10px;
	color: #3489ca;
	font-weight: 500;
	width: 12%;
}
.recruit .flow .txt{
	padding: 10px;
	width: 76%;
}

}
@media only screen and (min-width:1px) and (max-width: 798px) {

.Info .Catch{
	color: #3489ca;
	font-size: 2.0rem;
	line-height: 1.6em;
	margin-bottom: 10px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
.recruit .photo01,
.recruit .photo03{
	width: 80%;
	margin: 0px auto 0px 0;
	padding: 0 20px 10px 0;
}
.recruit .photo02,
.recruit .photo04{
	width: 80%;
	margin: 0px 0 30px auto;
	padding: 10px 0 10px 20px;
}
.recruit .inner .txt,
.recruit .inner .txt3{
	position: relative;
	left: inherit;
	top: inherit;
	padding: 10px;
	margin-top: 30px;
	
}
.recruit .inner .txt2,
.recruit .inner .txt4{
	position: relative;
	right: inherit;
	top: inherit;
	padding: 10px;
	
}
	
.recruit .flow .innerw{
	padding: 20px;
}
.recruit .flow .time_ico{
	width: 80px;
	padding: 10px 10px 10px 20px;
	z-index: 2;
	position: relative;
	width: 15%;
}
.recruit .flow .time_ico img,
.recruit .flow .time_ico.line img{
	max-width: 80px;
	width: 100%;
	height: auto;
}
.recruit .flow .time_ico.line::before{
	content: "";
	position: absolute;
	left: 52%;
	height: 300%;
	border-left:none;
	z-index: -1;
}
.recruit .flow .time{
	padding: 0px 10px 0;
	color: #3489ca;
	font-weight: 500;
	width: 85%;
}
.recruit .flow .txt{
	padding: 0px 20px;
	width: 100%;
}
.Info .profile{
	top: -10px;
	padding: 0px 10px;
	font-size: 1.3rem;
	width: 100px;
}
.Info .Catch{
	font-size:5vw;
}
.Entrybtn .newgrd{
	font-size: 1.5rem;
}
.recruit table.datalist th{
	display: none;
	
}
	.recruit table.datalist td{
		padding: 5px 15px;
	}
.recruit table.datalist td.shokushu{
	background: #1d3474;
	background: #006aa9;
		padding:12px 10px;
	
}
.recruit table.datalist td a{
	color: #fff;
	font-weight: 500;
	
}
.recruit table.datalist td a.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
	color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.recruit table.datalist td a.arrow::before,
.recruit table.datalist td a.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.recruit table.datalist td a.arrow::before{
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.recruit table.datalist td a.arrow::after{
    left: 0;
    width: 6px;
    height: 4px;
    border-left: 6px solid #fff;
}
	
}
@media print {

.recruit .photo01,
.recruit .photo03{
	width: 80%;
	margin: 0px auto 0px 0;
	padding: 0 20px 10px 0;
}
.recruit .photo02,
.recruit .photo04{
	width: 80%;
	margin: 0px 0 30px auto;
	padding: 10px 0 10px 20px;
}
.recruit .inner .txt,
.recruit .inner .txt3{
	position: relative;
	left: inherit;
	top: inherit;
	padding: 10px;
	margin-top: 30px;
	
}
.recruit .inner .txt2,
.recruit .inner .txt4{
	position: relative;
	right: inherit;
	top: inherit;
	padding: 10px;
	
}
	
.recruit .flow .innerw{
	padding: 20px;
}
.recruit .flow .time_ico{
	width: 80px;
	padding: 10px 10px 10px 20px;
	z-index: 2;
	position: relative;
	width: 15%;
}
.recruit .flow .time_ico img,
.recruit .flow .time_ico.line img{
	max-width: 80px;
	width: 100%;
	height: auto;
}
.recruit .flow .time_ico.line::before{
	content: "";
	position: absolute;
	left: 52%;
	height: 300%;
	border-left:none;
	z-index: -1;
}
.recruit .flow .time{
	padding: 0px 10px 0;
	color: #3489ca;
	font-weight: 500;
	width: 85%;
}
.recruit .flow .txt{
	padding: 0px 20px;
	width: 100%;
}
.Info .profile{
	top: -10px;
	padding: 0px 10px;
	font-size: 1.3rem;
	width: 100px;
}
.Info .Catch{
	font-size:5vw;
}
.Entrybtn .newgrd{
	font-size: 1.5rem;
}
.recruit table.datalist th{
	display: none;
	
}
	.recruit table.datalist td{
		padding: 5px 15px;
	}
.recruit table.datalist td.shokushu{
	background: #1d3474;
	background: #006aa9;
		padding:12px 10px;
	
}
.recruit table.datalist td a{
	color: #fff;
	font-weight: 500;
	
}
.recruit table.datalist td a.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
	color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.recruit table.datalist td a.arrow::before,
.recruit table.datalist td a.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.recruit table.datalist td a.arrow::before{
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.recruit table.datalist td a.arrow::after{
    left: 0;
    width: 6px;
    height: 4px;
    border-left: 6px solid #fff;
}
	
}
@media only screen and (min-width:1px) and (max-width: 480px) {

.recruit .photo01{
	width: 90%;
}
.recruit .photo02{
	width: 90%;
}

.recruit .flow .innerw{
	padding: 20px 10px;
}
.recruit .flow .time_ico{
	width: 80px;
	padding: 10px 10px 10px 20px;
	z-index: 2;
	width: 30%;
}
.recruit .flow .time{
	width: 70%;
}	
.recruit .flow .schedule{
	padding: 10px 0px;
}
	
.Entrybtn .newgrd{
	font-size: 1.3rem;
}
}

.contact h3{
	color: #3489ca;
	text-align: center;
}
.contact h4{
	color: #3489ca;
	position: relative;
	display: flex;
	align-items: center;
	text-align: left;
}
.contact h4:after{
	content: "";
	height: 1px;
	background: #3489ca;
	flex: 1;
	margin-left: 20px;
}
.contact .glaywaku{
	border: 8px solid #efefef;
	padding: 10px 20px;
	text-align: center;
}
.contact .glaywaku p strong{
	color: #3489ca;
}
.contact .inner p{
	padding-left: 20px;
}


.entry_btn a,
.wpcf7-submit,
.wpcf7-confirm {
	font-size: 1.6em;
	color: #fff;
	padding: 15px 20px;
	width: 50%;
	border: none;
	margin: 50px auto 0px;
	display: block;
  background: -moz-linear-gradient(left, #009fe5, #1f489d);
  background: -webkit-linear-gradient(left, #009fe5, #1f489d);
  background: linear-gradient(to right, #009fe5, #1f489d);
}
.wpcf7-submit:hover,
.wpcf7-confirm:hover{
  background: -moz-linear-gradient(left, #1f489d, #009fe5);
  background: -webkit-linear-gradient(left, #1f489d, #009fe5);
  background: linear-gradient(to right, #1f489d, #009fe5);
}

.wpcf7c-btn-back {
	font-size: 1.8em;
	font-weight: 700;
	color: #fff;
	padding: 15px 20px;
	width: 50%;
	border: none;
	margin: 50px auto 0px;
	display: block;
	background: #999999;
}
.wpcf7c-btn-back:hover{
	background: #dfdfdf;
}

.form-style input {
	font-size: 1.6rem;
}
.form-style input[type="checkbox"] {
	margin: 0 0.5em;
}
.form-style input[type="text"],.form-style textarea {
	color: #000!important;
	border: 1px solid #999;
	border-radius: 4px;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 3px;
}
.form-style input[type="email"] {
	border: 1px solid #999;
	border-radius: 4px;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 3px;
}
.form-style input[type="number"] {
	border: 1px solid #999;
	border-radius: 4px;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 3px;
}
.form-style input[type="radio"] {
	margin-left: 2px;
	margin-right: 6px;
}

.form-style select {
	font-size: 1.6rem;
	border: 1px solid #999;
	margin: 10px 0;
}
.formwidth-ss {
	width: 15%;
}
.formwidth-s {
	width: 15%;
}
.formwidth-ms {
	width: 25%;
}
.formwidth-m {
	width: 60%;
}
.formwidth-l {
	width: 80%;
}
.regi-buttun {
	text-align: center;
	margin: 3% 0 0;
}

/* ボタン */

.add-bu {
	font-size: 1.2rem!important;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	background: #666;
	border-radius: 6px;
	padding: 4px 10px;
}


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

	.formwidth-m,.formwidth-l {
		width: 98%;
	}
	.formwidth-s {
		width: 60px;
	}
	.formwidth-ss {
		width: 100px;
	}
}
@media screen and (max-width:480px){

.entry_btn a,
.wpcf7-submit,
.wpcf7-confirm,
.wpcf7c-btn-back{
	font-size: 1.2em;
	width: 80%;
	padding: 5px 10px;
	margin: 20px auto 30px;
}
}

.news .NewsMain{
	width: 80%;
	padding: 20px 10px;
}
.news .NewsNav{
	width: 20%;
	padding: 20px 10px;
}

.news .NewsMain h4{
	background: #f3f3f3;
	padding: 10px 20px;
	border-left:3px solid #3489ca;
	position: relative;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}
.news .NewsMain h4 span{
	font-size: 80%;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.news .NewsMain article{
	padding: 20px;
}
.news .NewsNav ul li a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    vertical-align: middle;
    text-decoration: none;
}
.news .NewsNav ul li a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3489ca;
    border-right: 2px solid #3489ca;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (max-width:768px){
.news .NewsMain{
	width: 100%;
	padding: 20px 10px;
}
.news .NewsNav{
	width: 100%;
	padding: 20px 10px;
}
.news .NewsMain h4 span{
	font-size: 80%;
	position: relative;
	right: inherit;
	bottom: inherit;
	display: block;
	text-align: right;
}
.news .NewsMain article{
	padding: 20px 5px;
}
	.news .NewsNav ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.news .NewsNav ul li{
		width: 50%;
	}
}