@charset "UTF-8";

/*------------------------------

 #hero メインイメージ

------------------------------*/
#hero{
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    margin-bottom: 80px;
}
#hero .txt{
    width: 40%;
    position: absolute;
    bottom: 45%;
    left: 5%;
    right: auto;
    margin: auto;
    z-index: 1;
    text-align: left;
}
.slide .item img{
    width: 100%;
    max-width: none;
}

.sub-eng{
    font-size: 14px;
}

/*------------------------------

sec-info INFORMATION

------------------------------*/
.sec-info{
	margin-bottom: 80px;
}
.sec-info .box-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sec-info .flex-item:nth-of-type(1) {
    flex-basis: 25%;
}
.sec-info .ttl {
    text-align: center;
    padding-top: 10px;
}
.sec-info h2 {
	display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 4px;
}
.sec-info a.btn{
	font-size: 12px;
}
.sec-info a.btn:before {
    content: "\f105";
    font-family: FontAwesome;
	color: #333333;
    margin-right: 5px;
}
.sec-info .flex-item:nth-of-type(2) {
    flex-basis: 75%;
}
.sec-info ul {
    text-align: left;
}
.sec-info ul li a {
    display: block;
    padding: 2px 10px;
}
.sec-info ul li time, .sec-info ul li span {
    display: inline-block;
}
.sec-info ul li time{
	font-weight: bold;
    margin-right: 15px;
}
.sec-info ul li .cate {
	border: solid 1px #737373;
    border-radius: 5px;
    color: #737373;
    font-size: 12px;
    margin: 0 10px;
    padding: 4px 0;
    width: 135px;
    text-align: center;
}
.sec-info ul li .comment {
    margin: 5px 0;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.sec-info .box-flex {
    	display: block;
	}
	.sec-info .ttl {
		margin: 20px 0;
		padding-bottom: 20px;
		border-bottom: solid 1px;
	}
	.sec-info ul li span.comment {
		display: block;
		border-bottom: dotted 1px #737373;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	
	.sec-info ul li time {
		margin-right: 5px;
	}
	.sec-info ul li .cate {
    	margin: 5px 0px;
		padding: 0;
	}
}


/*------------------------------

 .sec-menu 

------------------------------*/
.sec-menu .box-flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    margin: 0 auto 80px;
}
.sec-menu .flex-item{
	position: relative;
	width: 33.33333%;
}
.sec-menu .flex-item a{
	display: block;
    position: relative;
}
.sec-menu .flex-item a img{
	width: 100%;
}
.sec-menu .txt{
	color: #fff;
    margin-bottom: 40px;
    letter-spacing: 4px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.sec-menu .txt span.menu-ttl{
    font-size: 24px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.sec-menu .box-flex {
		width: 90%;
	}
	.sec-menu .txt {
    	margin-bottom: 3px;
		letter-spacing: 1px;
	}
	.sec-menu .txt span.menu-ttl {
		font-size: 15px;
	}
	.sub-eng {
		font-size: 12px;
	}
}


/*------------------------------

 .sec-service 

------------------------------*/
.sec-service .sec-service-ttl{
	font-size: 24px;
	border-left: 1px solid;
	border-right: 1px solid;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	width: 30%;
	margin: 0 auto;
}
.sec-service span.ttl{
	display:block;
	transform: skewX(-150deg);
	padding:0 10px;
}
.sec-service .s-cat{
	margin-top: 40px;
}
.sec-service .box-flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    margin: 0 auto 80px;
}
.sec-service .box-flex li.flex-item{
	width: 50%;
	margin-bottom: 10px;
	position: relative;
}
.sec-service a .menu-ttl{
    font-size: 18px;
    color: #fff;
    letter-spacing: 4px;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
}
.sec-service a .menu-ttl.m-ttl-2{
	top: 40%;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.sec-service .box-flex li.flex-item {
    	width: 49%;
	}
	.sec-service a .menu-ttl{
		top: 20%;
		font-size: 16px;
	}
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.sec-service .sec-service-ttl {
		width: 50%;
		font-size: 18px;
	}
	.sec-service .box-flex {
		display: block;
	}
	.sec-service .box-flex li.flex-item {
		width: 100%;
	}
}

/*------------------------------

 .sec-recruit 

------------------------------*/
#recruit{
	margin-bottom: 160px;
}
.sec-recruit{
	background: url(../img/top/sec_recruit.jpg) no-repeat center top;
	background-size: cover;
	padding: 150px 0;
}
.sec-recruit .rec-info{
	letter-spacing: 5px;
}
.sec-recruit .rec-info h2{
	font-size: 24px;
	margin-bottom: 60px;
}
.sec-recruit .rec-info h2 span{
	font-size: 14px;
}
.sec-recruit .rec-info p{
	margin-bottom: 60px;
}
.sec-recruit .rec-info a.btn{
	padding: 25px 60px;
    background: #ee7b4a;
    display: block;
    width: 100%;
    max-width: 290px;
    color: #fff;
}
.sec-recruit .rec-info a.btn:after{
	content: "\f105";
    font-family: FontAwesome;
	margin-left: 10px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#recruit {
    	margin-bottom: 80px;
	}
	.sec-recruit {
		padding: 70px 0;
	}
	.sec-recruit .rec-info p {
		width: 60%;
	}
	
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.sec-recruit {
		background-size: contain;
		padding-top: 45%;
		padding-bottom: 0;
	}
	.sec-recruit .rec-info h2 {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.sec-recruit .rec-info p {
		margin-bottom: 30px;
		font-size: 12px;
		width: 100%;
	}
	.sec-recruit .rec-info a.btn {
		padding: 10px 10px;
		max-width: 60%;
		text-align: center;
		text-shadow: none;
		margin: 0 auto;
	}
}