@charset "utf-8";
@font-face
{
	font-family:"こころ明朝" ;
	src: url('https://cdn.leafscape.be/kokoro/Kokoro_web.woff2')
			 format("woff2");
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

/* メインカラー #49a9f8 */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

.hidden-phone{
	display: inherit!important;
}
.visible-phone{
	display: none!important;
}
.is_left{
	float: left;
}
.is_right{
	float: right;
}

html{
	font-size:62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 115px;
}
body{
	font-size: 16px;
  color: #333;
  overflow: hidden;
  width: 100%;
	font-family: "Shippori Mincho B1","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",sans-serif;
	color: #000;
	letter-spacing: 0.1em;
}
.img_responsive {
	max-width: 100%;
	height: auto;
	font-size: 0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #ddd;
}
/* img{
	width: 100%;
} */
ul{
	list-style: none;
}
.clearfix:before,
.clearfix:after{
	display: table;
	line-height: 0;
	content: "";
}
.flex {
  display: flex;
}
.flex.reverse {
	flex-direction: row-reverse;
}

.page_body{
	width: 100%;
	margin: 0 auto;
	padding: 115px 0 0;
	text-align: center;
	background: url(../images/bg_logo.png);
}
.content{
	width: 1100px;
	margin: 0 auto;
}
.inner{
	padding:0 30px;
}

header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;
	background-color: #000;
	padding-top: 10px;
}

header .inner{
	display: table;
	padding: 0;
}
header .logo{
	/* display: table-cell; */
	width: 65px;
}
header .logo h1{
	padding:0;
}
header .logo h1 a{
	font-size: 0;
}
header .logo img{
	width: 65px;
}
header .nav{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width:100%;
}

header li{
	display: inline-block;
	padding: 0 7px 0 14px;
	line-height: 1;
}
header li+ li{
	border-left: 1px solid #fff;
}

header li.f_btn{
	/* background:#eb6100; */
}
header li a{
	font-size: 2rem;
	/* padding: 10px 0; */
	color: #fff;
	display: block;
}
header li.sns{
	border: none;
}
header li.sns a{
	font-size: 0;
}


/* footer */

footer{
	text-align: center;
	background: #000;
}
footer .footBox{
	/* border: 1px solid #333; */
	padding: 10px;
	background: #000;
	width: 1100px;
	margin: 0 auto;
}
footer .boxInner{
	display: flex;
}
footer .addBox{
	width: 30%;
	text-align: left;
	color: #fff;
}
footer .footNav{
	width: 80%;
	text-align: right;
}
footer .footNav ul{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
footer .footNav li{
	display: inline-block;
}
footer .footNav li a{
  border-left: 1px solid #fff;
	padding: 0 10px;
	color: #fff;
}
footer .footNav li.sns a{
	border: none;
}
footer .footNav li:first-child a{
border-left: none;
}

footer .copy{
	padding: 15px;
}
footer .copy p{
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
}

#page-top a{
  background:#444;
  color:#fff;
  text-align: center;
  display: block;
  text-decoration: none;
  padding:20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  transition: all 0.3s;
}

#page-top a:hover{
  background: #777;
}


/* mainvisual */
.mainVisual{
	margin-bottom: 30px;
	position: relative;
}
.mainVisual p{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	padding:0;
	margin:0;
	background: #fff;
	opacity: 0.85;
	width: 55%;
}
.mainVisual p span{
	font-size:3.6rem;
	/* position: relative;
	padding: 0.8rem;
	margin-bottom: 0.2rem;
	background-image: linear-gradient(45deg, white 0 50%, #000 50%);
	-webkit-background-clip: text;
	color: transparent; */
	padding: 10px 100px;
	text-shadow: 1px 2px 3px #8a8a8a;
}
/* .mainVisual p span:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #000 50%, white 0 50%);
	content: '';
	z-index: -1;
} */
.flexslider .slides{
	height:calc(100vh - 137px);
	width:100%;
	overflow: hidden;
}
.flexslider .slides > li{
	object-fit: cover;
	width:100%;
	height:100%;
}
.flexslider .slides img{
	object-fit: cover;
	width:100%;
	height:100%;
}

/* #consept,#member */
.s1, .s2{
	margin-bottom: 45px;
}
.s1{
	/* background: url(../images/bg_logo.png); */
  /* transform: rotate(30deg);回転 */
}
/* .s1 .content{
	transform: rotate(-30deg);
}*/
.s2,.s4{
	background: url(../images/bg.jpg);
	background-size: contain;
	padding: 45px 0;
}
.s1 h3,
.s2 h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.s1 .is_img,
.s2 .is_img{
	width:40%;
	margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.s1 .is_txt,
.s2 .is_txt{
	width:60%;
	padding-left: 45px;
	padding-top: 5px;
}
.s1 .flex.reverse .is_txt,
.s2 .flex.reverse .is_txt{
	padding: 5px 45px 0 0;
}
.s1 li,
.s2 li{
	margin-bottom: 30px;
	text-align: left;
}

.s2 .title{
	font-size: 3rem;
	font-weight: bold;
	color: #900;
	font-family:"こころ明朝" ;
	margin-bottom: 5px;
}

/* 職場環境 */
.s3{
	margin-bottom: 45px;
}
.titleB{
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.4;
	margin-bottom: 25px;
	color: #900;
	font-family:"こころ明朝" ;
}
.titleB span{
	display: block;
	font-weight: bold;
	font-size: 2rem;
}
.cardGroup{
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cardGroup > :nth-child(2n){
  margin-left: 45px;
}
.cardGroup > :nth-child(n+3){
  margin-top: 30px;
}
.card{
  width: calc((100% - 45px * 1) / 2);
	/* padding: 15px; */
  height: auto;
  overflow: hidden;
  /* box-shadow: 0 4px 15px rgba(0,0,0,.2); */
	border: 2px solid #ccc;
}
.card figure{
  width: 100%;
  height: auto;
  background: #fff;
  box-sizing: border-box;
	padding: 25px;
}
.card figure img{
	/* width:120px; */
	height: 130px;
}
.card .txtArea{
  width: 100%;
  height: auto;
  padding: 0 18px 20px;
  background: #fff;
  box-sizing: border-box;
}
.card .txtArea > * + *{
  margin-top: 10px;
}
.card .tit{
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
}
.card p{
  font-size: 13px;
  line-height: 150%;
	text-align: left;
}

/* FAQ */
.s4 .faqBox{
	display: flex;
	flex-wrap: wrap;
}
.s4 dl{
	width: calc((100% - 45px * 1) / 2);
	text-align: left;
}
.s4 dl:nth-child(2n){
  margin-left: 45px;
}
.s4 dl:nth-child(n+3){
  margin-top: 30px;
}
.s4 dt{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.s4 .entry {
	margin: 70px 0 40px;
}
.s4 .entry a{
	padding: 25px 50px;
	background: #666;
	color: #fff;
}

/* is_entry */
.is_entry .page_body{
	padding-bottom: 60px;
}
.is_entry .content{
	background: rgb(255 255 255 / 77%);
	padding: 10px 20px;
}
.is_entry .s1{
	margin-bottom: 0;
}
.is_entry .titBox{
	background: #f2f2f2;
	margin: 10px auto 45px;
	padding: 35px 0 30px;
	line-height: 1.2;
	width: 1100px;
}
.is_entry .titBox p{
	font-weight: bold;
	font-size: 4rem;
}
.is_entry .titBox span{
	font-weight: bold;
}
.is_entry .entry_table{
	width: 100%;
}
.is_entry .entry_table th,
.is_entry .entry_table td{
	border-bottom: 2px solid #bbb;
	padding-bottom: 20px;
	padding-top: 30px;
}
.is_entry .entry_table th{
	width: 20%;
	padding-left: 10px;
}
.is_entry .entry_table td{
	text-align: left;
}
.is_entry .entry_table td p{
	margin-top: 1em;
}
.is_entry .form {
	margin: 70px 0 40px;
}
.is_entry .form a{
	padding: 12px 70px;
	background: #666;
	color: #fff;
}


@media (max-width: 1200px) {
	header .inner{
		width: 100%;
		padding: 10px;
	}
	section{
		width: 100%;
	}
	.mainVisual p{
		font-size: 2rem;
	}
	.content{
		width: 100%;
	}


}
@media (max-width: 1000px) {

}


