html {font-size: 625%;}

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/* background: transparent; */
}

body {
	font-family:'futura-pt','inherit','Yu Gothic',"游ゴシック",'YuGothic',"游ゴシック体",'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
	font-size: .16rem;
	font-size: 16px;
	color:#fff;
	background: #fff;
	letter-spacing: .014rem;
	box-sizing: border-box;
	overflow-x: hidden;
	padding: .15rem;
}

/*共通*/
ol
,ul {
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
#container{
	overflow: hidden;
}
section{
	margin-bottom: .15rem;
}
.wrap{
	max-width: 1050px;
	width: 96%;
	margin: 0 auto;
}
.half{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}
.bg_blue{
	background: #f9f9f9;
	color: #333;
}

/*button*/
.button
,button{
	display: inline-block;
	border: 1px solid #fff;
	padding: .1rem .2rem;
	font-size: .14rem;
	transition: all  0.7s ease;
	outline: none;
}
.button:hover
,button:hover{
	text-decoration: none;
	color: #e70923;
	border: 1px solid #fff;
	background: #fff;
}
button{
	width: 200px;
	display: block;
	margin: 0 auto;
	background: #e70923;
	color: #fff;
}
.flexbox .button{
	background: #e70923;
}
.flexbox .button:hover
,button:hover{
	color: #e70923;
	background: #fff;
	border: 1px solid #e70923;
}
.title{
	height: 70px;
	filter: drop-shadow(1.5px -1px 0.5px black);
}
.center{
	text-align: center;
}
/*header*/
header{
	padding: .3rem .5rem .1rem;
	position: fixed;
	top: 0;
	width: calc(100% - 1rem - 0.3rem);
	z-index: 100;
}
header.change-color{
	background: rgba(255, 255, 255, 0.85);
}
.hamburger span.change-color{
	background: #194294;
}
.logo{
	width: 15%;
	display: inline-block;
}
.logo img{
	width: 100%;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 5%;
  top   : 5%;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #333;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span{
	background: #4d4d4d;
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 30%;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 15vh 10%;
  width: 100%;
	height: 100vh;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0 0 0 5%;
  width: 70%;
  border-bottom: 1px solid #ccc;
	text-align: left;
}
nav.globalMenuSp ul li p:last-child{
	font-size: .14rem;
	text-align: left;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #4d4d4d;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/*footer*/
footer{
	padding: .5rem;
	background: #e70923;
}
.upper_row{
	margin-bottom: .3rem;
}
footer .logo{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}
footer .logo img{
	width: 100%;
}
footer p{
	display: inline-block;
	width: 100%;
	text-align: right;
}
footer span{
	display: block;
	text-align: right;
}
footer .contact_button{
	display: inline-block;
	width: 79%;
	text-align: right;
	margin-bottom: .3rem;
}
.contact_button i{
	margin-right: 10px;
}
.recruit footer p a{
	color: #fff;
}

/*index*/
.top_main{
	/* background: url("../images/top_main.jpg") center bottom /cover no-repeat; */
	height: 100px;
	position: relative;
}
.top_main .catch{
	position: absolute;
	height: fit-content;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	width: 60%;
}
.top_main .catch h1{
	font-size: .34rem;
	margin-bottom: .1rem;
	line-height: .6rem;
	filter: drop-shadow(1px 1px 0.5px black);
}
.top_main .catch span{
	font-size: .24rem;
	filter: drop-shadow(1px 1px 0.5px black);
}
.flexbox{
	/* background: #e70923; */
	background: #f9f9f9;
	color: #333;
	position: relative;
	height: 340px;
	width: 100%;
	margin-bottom: 0;
}
/* .flexbox:last-child{
	margin-bottom: 0.15rem;
} */
.flexbox::before{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	content: "";
}
.flexbox:nth-child(even)::before{
	right: 0;
	left:auto;
}
.flexbox:first-child::before{
	background: url("../images/top_main.jpg") center bottom /cover no-repeat;
}
.flexbox:nth-child(2)::before{
	background: url("../images/top_service.jpg") center center /cover no-repeat;
}
.flexbox:last-child::before{
	background: url("../images/main_recruit.jpg") center center /cover no-repeat;
}
.flexbox .wrap{
	position: relative;
	height: 100%;
}
.flexbox .img{
	width: 48%;
}
.flexbox img{
	position: absolute;
	bottom: 0;
}
.flexbox:nth-child(even) img{
	right: 0%;
}
.flexbox .content div{
	position: absolute;
	width: 40%;
	height: fit-content;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flexbox:nth-child(even) .content{
	position: absolute;
	width: 40%;
	height: 100%;
}
.flexbox:nth-child(even) .content div{
	width: 100%;
}
.flexbox .content h1{
	margin-bottom: .3rem;
	font-size: .3rem;
	letter-spacing: .04rem;
	line-height: .34rem;
}
.flexbox .content p{
	margin-bottom: .4rem;
	font-size: .14rem;
}
.news{
	background: url("../images/bg_news.jpg") center center /cover no-repeat;
	padding: 1rem 0;
	position: relative;
}
.news::after{
	content: "";
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.news .wrap{
	position: relative;
	z-index: 1;
}
.news img{
	vertical-align: top;
}
ul li{
	border-bottom: 1px solid #ccc;
	margin-bottom: .2rem;
	padding: .2rem .1rem;
}
.news ul{
	width: 60%;
	margin-left: 10%;
	display: inline-block;
}
.news li a:link{
	text-decoration: none;
}
.news li a:visited{
	color: #fff;
	text-decoration: none;
}

/*about*/
#sub_page section{
	padding: 1rem 0;
}
#sub_page .sub_main{
	height: 500px;
	position: relative;
	padding: 0;
}
.sub_main .catch h1{
	font-size: .8rem;
	filter: drop-shadow(1.5px 1px 0.5px black);
}
.sub_main .catch p{
	filter: drop-shadow(1px 1px 1px black);
}
.about .sub_main{
	background: url("../images/top_main.jpg") center bottom /cover no-repeat;
}
.service .sub_main{
	background: url("../images/main_service.jpg") center center /cover no-repeat;
}
.recruit .sub_main{
	background: url("../images/main_recruit.jpg") center center /cover no-repeat;
}
.contact .sub_main{
	background: url("../images/main_contact.jpg") center center /cover no-repeat;
}
.sub_main .catch{
	position: absolute;
	height: fit-content;
	width: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.catct h1{
	font-size: .24rem;
}
.sub_title{
	margin-bottom: .5rem;
	text-align: center;
}
.content{
	line-height: .26rem;
}
.content h2{
	font-size: .26rem;
	margin-bottom: .5rem;
}
table{
	width: 100%;
}
tr{
	border-bottom: 1px solid #ccc;
	text-align: left;
	display: block;
}
th{
	width: calc(30% - .2rem);
	padding: .2rem .1rem .1rem;
	vertical-align: top;
	display: inline-block;
}
td{
	width: calc(69% - .2rem);
	padding: .2rem .1rem .1rem;
	display: inline-block;

}

/*english*/
.english ul label{
	margin-bottom: .1rem;
}

/*recruit*/
.recruit table{
	margin-bottom: .3rem;
}
.recruit table + p{
	color: #194294;
}
.recruit p a{
	color: #194294;
	font-weight: bold;
}

/*service*/
.service .content p
,.service .content img{
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}
.service .box .sub_title{
	margin-bottom: .8rem;
}
.service .content{
	margin-bottom: .5rem;
}
.service .content p{
	padding-right: 10%;
}
.half img{
	width: 80%;
	filter: drop-shadow(1px 1px 4px #999);
}
.service .half h1{
	margin-bottom: .3rem;
	text-align: center;
}
.service .half p{
	line-height: .3rem;
}
.detail{
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	border-bottom: 3px solid #ccc;
}
.service .box .detail:last-child{
	border: none;
	padding-bottom: 0;
}
.detail .half{
	vertical-align: middle;
}
.detail li{
	padding: 0 .1rem;
}
.service .box .bg_image h1{
	width: 80%;
	margin: 0 auto;
}

/*hygiene*/
.hygiene .box .half{
	vertical-align: middle;
}
.hygiene .box h1{
	font-size: .3rem;
	text-align: center;
}
.hygiene .box h2{
	font-size: .2rem;
	padding: .3rem 0 .1rem;;
	text-align: center;
}

/*contact*/
input[type=text]
,input[type=email]
,input[type=tel]
,select
,textarea{
	width: 100%;
	padding: .1rem;
	color: #666;
	border: none;
}
textarea{
	height: 200px;
}
form table{
	margin-bottom: .5rem;
}
::placeholder{
	color: #ccc;
}
.contact .bg_blue h1{
	text-align: center;
	margin-bottom: .6rem;
}
.contact .bg_blue h1 img{
	height: 35px;
	margin-right: 10px;
	transform: rotate(-25deg);
	vertical-align: middle;
}
.contact .bg_blue a{
	color: #000;
}

/*mail*/
@media screen and (max-width: 1000px) {
	.title{
		height: 50px;
	}
}


@media screen and (max-width: 767px) {
	body{
		padding: .06rem;
	}
	/*共通*/
	.sp_none{
		display: none;
	}
	.sub_title{
		width: 80%;
		margin: 0 auto .3rem;
	}

	/*header*/
	header{
		padding: .2rem .1rem .1rem;
		width: calc(100% - 0.2rem - 0.12rem);
	}
	.logo{
		width: 30%;
	}
	.hamburger{
		top: 0.1rem;
	}
	nav.globalMenuSp{
		width: 60%;
	}
	nav.globalMenuSp h1{
		font-size: .16rem;
	}

	/*footer*/
	.upper_row{
		margin-bottom: .1rem;
	}
	.upper_row .en{
		display: none;
	}
	.upper_row .ja{
		width: 100%;
	}
	.upper_row span{
		font-size: .16rem;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	footer{
		padding: .3rem .1rem;
	}
	footer span{
		display: block;
		text-align: right;
		font-size: .12rem;
	}
	footer .logo{
		width: 35%;
		display: block;
	}
	footer p{
		width: 100%;
	}
	footer .contact_button{
		width: 100%;
	}

	/*index*/
	.top_main{
		height: 60px;
		background-position-x: 60%;
	}
	.top_main .catch{
		width: 90%;
	}
	.top_main .catch{
		font-size: .2rem;
		line-height: .24rem;
		left: 0;
		right: 0;
	}
	.top_main .catch h1{
		font-size: .18rem;
		line-height: .24rem;
	}
	.top_main .catch span{
		font-size: .16rem;
	}
	.flexbox{
		height: 480px;
	}
	.flexbox::before{
		width: 100%;
		height: 30%;
	}
	.flexbox .content div{
		width: 100%;
		top: 10%;
	}
	.title{
		height: 44px;
		filter: none;
	}
	.flexbox .content p{
		margin-bottom: .2rem;
	}
	.flexbox:nth-child(even) .content{
	width: 100%;
	}
	.flexbox:nth-child(even) img{
		left: 0;
	}
	.news ul{
		width: 100%;
		margin-left: 0;
	}
	.flexbox .content h1{
		font-size: .24rem;
		letter-spacing: .01rem;
	}

	/*about*/
	#sub_page .sub_main{
		height: 300px;
	}
	#sub_page section{
		padding: .5rem 0;
	}
	.sub_main .catch h1{
		font-size: .4rem;
	}
	.sub_title h1{
		font-size: .24rem;
	}
	.content h2{
		font-size: .2rem;
		margin-bottom: .2rem;
	}
	th
	,td{
		width: calc(100% - .2rem);
		display: block;
	}
	td{
		padding-top: 0;
	}
	.half{
		width: 100%;
	}
	.half img{
		display: block;
		margin: 0 auto .3rem;
	}

	/* service*/
	.service .content p
	, .service .content img{
		width: 100%;
	}
	.service .content p{
		padding-right: 0;
		margin-bottom: .2rem;
	}
	.service .half h1{
		font-size: .2rem;
	}
	.service .box .sub_title{
		margin-bottom: .3rem;
	}

	/*hygiene*/
	.hygiene .box h1{
		font-size: .24rem;
	}
	.hygiene .box h2{
		font-size: .18rem;
	}

	/*contact*/
	.contact table{
		border-collapse: inherit;
	}
input[type=text]
,input[type=email]
,input[type=tel]
,textarea{
	width: calc(100% - .2rem);
	font-size: 16px;
}
.contact .bg_blue h1{
	font-size: .18rem;
}











}


























}
