@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

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

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}

html {
    scroll-behavior: smooth;
}
/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.50;
  opacity:0.50;
	transform: translateY(-4px);
}


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

 * 要素を左右中央寄せ

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

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 100px 0;
  }
	.d-pc{
		display: none;
	}
	
	
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 100%;
	  max-width: 1200px;
	  margin: 0 auto;
  }
	.d-pc{
		display: inherit;
	}
	.d-sp{
		display: none;
	}
}

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

　   HEADER

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

#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #96e6a1 0%, #d4fc79 100%);
}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 65px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }

}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 155px;
	  background-color: #D90000;
  }
	.h_logo_wrap{
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		background-color:#fff;
		height: 95px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	.h_logo{
		padding: 1%;
		display: flex;
		justify-content: space-between;
		width:100%;
		max-width: 1200px;
		margin: 0 auto;
		align-items: center;
	}
	
	.h_logo div{
		width: 460px;
	}
	.h_logo_right{
		display: flex;
	}
	.h_logo_right a{
		margin-right: 2%;
	}
  .h_logo img {
    width: 300px;
  }
	.h_nav{
		height: 60px;
	}
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: column;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 60px;
	color: #fff;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #fff;
	  opacity: 1;
  }
  #gNav li:hover ul.sub-menu {
    top: 60px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  font-size: 14px;
}
#footer .container p{
	text-align: center;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
  padding: 5px;
}
#footer .container{
	padding-bottom: 30px;
}
#footer .container2 .widget{
	background-color: #646464;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .container2 .widget a{
	color: #fff;
	margin: 0 3%;
	line-height: 60px;
}
#footer .container2 .widget a:hover{
	transform: none;
}
.container .company_name{
		font-size: 140%;
		font-weight: bold;
}
  .f_logo img {
	  margin: 10px auto 20px;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding-top: 40px;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin: 10px auto 20px;
    width: 70px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer .container{
    padding-top: 5%;
	padding-bottom: 5%;
  }

  .f_logo {
  }

  .f_logo img {
    width: 60px;
  }
  .f_logo {
  }
  .copy {
  }
}


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

　   slick slider

--------------------------------------------------------------------------------------------- */
/*==// スライダーのコンテナ //==*/
main .slider{
		width:100%;/* スライダーの幅を指定*/
		list-style:none;
	}
/*==// ここから矢印 //==*/
.slide-arrow{
	position:absolute;
	/*上下中央に矢印配置*/
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index:100;
	cursor:pointer;/*ポインター表示にし、クリック可能なことを視覚的にわかりやすくします*/
}
.slide-arrow::before{
	display:block;
	color:#fff;
	font-size:30px;
	font-weight:900;
	font-family:"Font Awesome 5 Free";
}
.next-arrow{ right:10px; }/*内側に右から10ピクセル移動*/
.prev-arrow{ left:10px; }/*内側に左から10ピクセル移動*/
.next-arrow::before{
	content:"\f054";/*右矢印のアイコンフォント*/
}
.prev-arrow::before{
	content:"\f053";/*左矢印アイコンフォント*/
}

/*==// ここからdots //==*/
.slick-dots{
	/*画像の下部へ配置*/
	position:absolute;
	bottom:0;
	z-index:98;
}
.slick-dots li button:before{
	color:#fff;
	opacity:1;
}
.slick-dots li.slick-active button:before{ color:#11cfff; opacity:1; }




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

　   CONTENTS

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

/* HOME
----------------------------------------------------------------------------------------------------*/
#main p {
  word-break: break-all;
}

#main h2{
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 2%;
	letter-spacing: 2px;
	text-indent: 2px;
}
#main h2 span{
	display: block;
	color:#D90000;
	font-size:50%;
	text-align: center;
}
section{
	padding: 8% 0 8% 0;
}
#sec01 .img{
	width: 60%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 5%;
}
#sec01 .text{
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 5%;
}
#sec02 {
	background-image:url("../img/home_service_bg.jpg");
	background-size: cover;
	position: relative;
	height:100%;
		filter: brightness(105%);
}
#sec02::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(255 255 255 / 70%);

}
#sec02 .container, #sec02 .container02{
	position: relative;
	z-index: 98;
	text-align: center;
}
#sec02 .container{
	margin-bottom: 8%;
}
#sec02 .bnr_wrap{
	display: flex;
	margin-bottom: 2%;
}
#sec02 .bnr_wrap a{
	margin: 1%;
}
#sec02 .bnr_wrap a:hover{
	opacity: 1;
}
#sec02 .container02 img{
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 3%;
}
#sec03 .container h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 6%;
}
#sec03 .container h3 span{
	display: block;
	color: #D90000;
	font-size: 60%;
	font-weight: normal;
}
#sec03 .container p{
	margin-bottom: 6%;
}
#sec03 .container .wrap{
	background-image: url("../img/home_recruit_bg.jpg");
	background-size: cover;
	background-position: 60% 0%;
	background-repeat: no-repeat;
	display: flex;
	padding: 5% 8%;
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
}
#sec03 .container .wrap .box{
	background-color:#fff;
	border-radius: 16px;
	padding: 5%;
	width: 55%;
	position: relative;
}
#sec03 .container .wrap .box .icon_wrap{
	position: absolute;
  left: -40px;
  right: -40px;
  margin: auto;
	margin-bottom: 5%;
}
#sec03 .container .wrap .box .btn{
	margin-top: 52%;
	max-width: 100%;
}
#sec03 .container .wrap:nth-of-type(2){
	padding: 0;
}
#sec03 .container .wrap:nth-of-type(2) h3{
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 2%;
}
#sec03 .container .wrap .bnr{
	width: 50%;
	padding: 3%;
	text-align: center;
}
#sec03 .container .wrap .bnr img{
	width: 10%;
	margin-bottom: 3%;
}
#sec03 .container .wrap .bnr .btn{
	color: #E6810A;
	border: solid 2px #E6810A;
}
#sec03 .container .wrap .entry{
	background-color: #404981;
}
#sec03 .container .wrap .oneday{
	background-color: #4497A2;
}
#sec04 {
	padding: 0;
}
#sec04 .wrap{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
	padding: 3%;
}
#sec04 .wrap ul{
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
}
#sec04 .wrap ul li:not(:last-of-type){
	margin-bottom: 2%;
}
#sec04 .wrap ul li span{
	color: #969696;
}

.btn {
  display: block;
  background: #fff;
  color: #D90000;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  border: solid 2px;
	letter-spacing: 4px;
	text-indent: 4px;
	font-weight: bold;
}
.btn:after {
  content: "\f054";
  font-family: "FontAwesome";
  margin-left: 20px;
}


/* page top */
.page-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color:#E6810A;
    border-radius: 100%;
    cursor: pointer;
    transition: opacity .3s ease;
    z-index: 5;
	opacity: .6;
}
.page-top:hover {
    opacity: .3;
}
.page-top__arrow {
    height: 15px;
    width: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(3px) rotate(45deg);
}

/* reCAPTCHA */
.grecaptcha-badge{
	bottom: 12%!important;
}

@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 65px;
  }
  .btn {
    width: 70%;
  }
	#sec01 .img{
	width: 70%;
	}
	#sec02 .bnr_wrap{
		flex-wrap: wrap;
	}
	#sec02 .bnr_wrap a{
		width: calc(100% / 2 - 4%);
		box-sizing: border-box;
		margin: 2%;
	}
	#sec02 .container02 img{
		width: 90%;
	}
	#sec03 .container{
		padding: 0;
	}
	#main h2{
		font-size: 28px;
	}
	#sec03 .container .wrap .box{
		width: 60%;
	}
	#sec03 .container h3{
		font-size: 20px;
	}
	#sec03 .btn{
		width: 100%;
	}
	.page-top{
		right: 10px;
	}
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
	#sec03 .container .wrap .box{
		width: 100%;
	}
	#sec03 .container .wrap{
		padding: 5%;
	}
	#sec03 .container .wrap .box .icon_wrap{
		left: -15px;
		right: -15px;
	}
	#sec03 .container .wrap .box .btn{
		margin-top: 45%;
	}
	#sec03 .container h3, #sec03 .container h3 span{
		text-align: center;
	}
	#sec03 .container .wrap{
		flex-wrap: wrap-reverse;
	}
	#sec03 .container .wrap .bnr{
		width: 100%;
	}
	.btn, #sec03 .btn{
		width: 70%;
		padding: 0.6em;
	}
	#sec01 .img{
		width: 90%;
	}
	.btn, #sec03 .container .wrap .bnr .btn{
		border: solid 1px;
	}
	#sec01 .text{
		width: 90%;
	}
	#sec03 .container .wrap .bnr{
		padding: 5%;
	}
	#sec03 .container .wrap{
		background-position: 4% 0%;
	}
	.page-top{
		width: 40px;
		height: 40px;
		right: 5px;
	}
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 155px;
  }
  .btn {
    width: 300px;
  }
}


