@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese");

/* reset 
----------------------------------*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}

main {
    display: block;
}

img {
    background-color: transparent;
    border: 0;
    vertical-align: bottom;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
}

select::-ms-expand {
    display: none;
}


/*==================================
common
==================================*/

html{
	font-size:62.5%;
	}
	 
body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size:1.4rem;
	font-size:14px;
	font-weight: 400;
	line-height:2.0;
	background:#fff;
	min-width: 100%;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	}

/* a
----------------------------------*/
a{
	text-decoration:inherit;
	color:#C2151B;
	-webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	}

a:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
}
a.link_bd {
	text-decoration: none;
	border-bottom: 1px solid #C2151B;
	padding-bottom: 2px;
}
a.link_bd:hover {
	border:none;
}
a.link_bg{
	display: inline-block;
	margin: 8px 0 0 0;
	color: #fff;
	padding: 0 16px;
	background-color: #C2151B;
	border-radius: 50px;
}

/* heading 
----------------------------------*/
h1, h2, h3, h4, h5, h6{ font-weight: 500; line-height: 1.6;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: inherit; text-decoration: none;}

.heading,
.heading_wh{
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	position: relative;
	line-height: 1;
	text-align: center;
}
.heading span,
.heading_wh span{
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-top: 14px;
}
.heading span::before,
.heading_wh span::before{
	content: "";
	margin: 0 8px 0 0;
	top: -4px;
	left: 0;
	display: inline-block;
	position: relative;
	width: 28px;
	border-top: #333 1px solid;
}
.heading span::after,
.heading_wh span::after{
	content: "";
	margin: 0 0 0 8px;
	top: -4px;
	left: 0;
	display: inline-block;
	position: relative;
	width: 28px;
	border-top: #333 1px solid;
}
.heading_wh{
	color: #fff;
}

.heading_wh span::before,
.heading_wh span::after{
	border-top: #fff 1px solid;
}
.sub-heading {
	font-size: 3.2rem;
	font-weight: 700;
	color: #C2151B;
	margin-bottom: 80px;
}
.sub-heading span{
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	letter-spacing: 0.2rem;
	color: #333;
}
.heading-date {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
}
/* float
----------------------------------*/
.fL{float:left;}
.fR{float:right;}

/* clearfix
----------------------------------*/
.clearfix:after{
  content:"."; 
  display:block; 
  height:0; 
  font-size:0;	
  clear:both; 
	visibility:hidden;
	}

.clearfix{ display:inline-block;}
 
/* Hides from IE Mac */
* html .clearfix{	height:1%;}
.clearfix{ display:block;}

/* fade
----------------------------------*/
.fade{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
	}
.fade:hover { opacity: 0.7; filter: alpha(opacity=70);} 

/* ----------------------------------
INNER
---------------------------------- */
.inner{ width: 1000px; margin: 0 auto;}
.inner2{ width: 800px; margin: 0 auto;}
.inner3{ width: 1140px; margin: 0 auto;}
	@media only screen and (max-width: 1140px) {
		.inner,
		.inner2,
		.inner3{ width: 96%; margin: 0 auto;}
	}

/* ----------------------------------
HEADER
---------------------------------- */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	transition: 0.5s;
}
header.sub-header{
	background: #fff;
	box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}
.header-wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header h1,
header p.logo{ 
	margin: 0;
	padding: 0 0 0 40px;
	text-align: center;
}
header h1 img,
header p img{
	vertical-align: middle;
}

.section .section-a {
}

.section .section-b {
    background: white;
 }

.hamburger{
	display: none;
}
nav#gNav ul{ 
	margin: 0 auto;
	padding: 8px 40px 8px 0;
	display: -webkit-flex;
	display: flex;
}
nav#gNav li{
	margin: 0 24px;
	font-size: 1.6rem;
	text-align: center;
}
nav#gNav li:last-child{
	margin-right: 0;
	padding-right: 24px;
}
nav#gNav li a,
nav#gNav li.nav-active{
	display: block; 
	text-decoration: none;
	opacity: 1.0;
	color: #fff;
	line-height: 120px;
	position: relative;
	transition: 0.5s;
}
header.sub-header nav#gNav li a,
header.sub-header nav#gNav li.nav-active{
	color: #333;
	line-height: 60px;
}
nav#gNav ul li a span{
	display: none;
}
nav#gNav li a:hover::after{
  width:100%;
}
nav#gNav li.nav-active{
	border-bottom: solid 2px #fff;
}
header.scroll-nav {
  padding: 0;
  background: white;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}

header.scroll-nav nav#gNav ul li a {
	color: #333;
	line-height: 60px;
}
nav#gNav li a:hover,
header.scroll-nav nav#gNav ul li a:hover{
  color: #C2151B;
}
.container{ 
	width: 100%;
	margin: 0 auto;
	min-width: 960px;
	overflow: hidden;
	z-index: 1;
}
@media only screen and (max-width: 1200px) {
	.container { 
		min-width: 100%;
		width: 100%;
	}	
}
.pcon{ display: block;}
.smpon{ display: none;}
/* ----------------------------------
INDEX - TOP PAGE -
---------------------------------- */

.top_key{
	height: 100vh;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100vh;
	background-image: url(../img/topkey.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	-moz-background-size:cover;
	background-size: cover;
}
.top_key_catch{
	z-index: 1;
	color: #fff;
	position: relative;
	top: 50%;
	left: 15vw;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
.top_key_catch-logo{
	display: block;
	width: 15vw;

}
.top_key_catch-ttl{
	display: inline-block;
	font-size: 3vw;
	font-weight: 800;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 0.05em;
	text-shadow: 1px 2px 3px #808080;
}
.common_sec{
	padding: 120px 0;
}
.top-intro h2{
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
}
.top-intro p{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
.top-intro ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.top-intro li {
	width: 30%;
}
.top-intro img {
	width: 100%;
}
.top-news{
	padding: 100px 0;
}
.list-wrap{
	height: 240px;
	overflow-y: scroll;
}
.top-news .list{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 56px;
	border-bottom: #c8c8c8 1px solid;
}
.top-news .list02{
	display: -webkit-flex;
	display: flex;
	line-height: 16px;
	padding: 24px 0;
	border-bottom: #c8c8c8 1px solid;
}
.top-news .list02:first-child{
  padding-top:0; 
}
.top-news .list,
.top-news .list02:last-child{
	border: none;
}
.top-news .list_date{
	width: 10%;
}

.top-news p.date,
.news-list p.date {
	width: 100px;
	display: inline-block;
	color: #fff;
}
.top-news p span,
.news-list p span {
	color: #fff;
	background: #C2151B;
	font-size: 1.2rem;
	padding: 2px 8px;
}
.top-news .list_ttl{
	width: 90%;
	line-height: 48px;
}
.top-news .list_ttl h3,
.news-list .list_ttl h3 {
	font-size: 1.6rem;
	font-weight: 700;
}
.top-news .list02 .list_ttl h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 8px;
}
.top-news .list02 p{
	line-height: 1.8;
	margin-bottom: 8px;
}
.news-list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 24px 0;
	line-height: 1.8;
	border-bottom: #c8c8c8 1px solid;
}

.top-service_box{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.top-service_img{
	width: 60%;
	height: 440px;
	background-image: url(../img/service04.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	-moz-background-size:cover;
	background-size: cover;
	order: 1;
}
.top-service_box:nth-child(2) .top-service_img{
	background-image: url("../img/top-service02.jpg");
	background-repeat:no-repeat;
	background-position: right top;
	-moz-background-size:cover;
	background-size: cover;
	order: 1;
}
.top-service_box:nth-child(3) .top-service_img{
	background-image: url("../img/top-service01.jpg");
	background-repeat:no-repeat;
	background-position: right top;
	-moz-background-size:cover;
	background-size: cover;
	order: 0;
}
.top-service_ttl{
	width: 40%;
	background: #fff;
	padding: 24px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.top-service_ttl h3{
	color: #C2151B;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 24px;
}
.top-service_ttl h3 span{
	color: #333;
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
}
.top-recruit{
	background-image: url("../img/recruit_bg.jpg");
	background-repeat:no-repeat;
	background-position: right top;
	-moz-background-size:cover;
	background-size: cover;
	padding: 120px 0;
}
/* ----------------------------------
SUB PAGE
---------------------------------- */
.sec_bgc01{
	background-image:url("../img/secbg01.jpg");
	background-repeat:no-repeat;
	background-position: center top;
	-moz-background-size:cover;
	background-size: cover;
}
.sec_bgc02{
	background-color:#D9E7EC;
}
.sub_key {
	width: 100%;
	height: 300px;
	margin: 78px 0;
	position: relative;
	background-color: #C2151B;
}
.sub_key_img {
	width: 70%;
	padding: 200px 0;
	position: absolute;
	right: 0;
	background: cover;
}
.sub_key h1 {
	position: absolute;
	top: 100px;
	left: 40px;
	font-size: 2.8rem;
	color: #fff;
	z-index: 1;
}
.sub_key span{
	display: block;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.sub_sec {
	padding: 100px 0;
	margin: 0 auto;
}
.sub_sec02 {
	padding: 120px 0;
	margin: 0 auto;
}
.sub_sec03 {
	padding: 0;
	margin: 0 auto;
}
.sub_sec04 {
	padding: 100px 0 0;
	margin: 0 auto;
}
.sub_sec05 {
	padding: 0 0 100px;
	margin: 0 auto;
}
.news-text{
	width: 100%;
}
.news-text p {
	margin-bottom: 16px;
}
.news-text p:last-child{
	margin: 0;
}
.news-text span{
	font-weight: 700;
}
.sevice_sec{
	padding: 100px 0;
	margin: 0 auto;
}
.lead-wrap{
	margin-bottom: 80px;
}
.lead-box{
	margin-bottom: 40px;
	padding-left: 16px;
	border-left: #C2151B 2px solid;
}
.lead-box h3{
	font-size: 2.4rem;
	font-weight: 700;
}
.cont-box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cont-box li{
	width: 46%;
	position: relative;
}
.cont-box_image img{
	width: 100%;
}
.cont-box_text{
	background-color: #eee;
	margin: 0 auto;
	margin-bottom: -60px;
	padding: 24px;
	position: relative;
	top: -60px;
	width: 80%;
}
.cont-box h4{
	color: #C2151B;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 8px;
}
.company-data{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.company-data dt{
	width: 15%;
	padding: 24px 0;
	font-weight: 700;
	border-bottom: #ccc 1px solid;
}
.company-data dd{
	width: 85%;
	padding: 24px 0;
	border-bottom: #ccc 1px solid;
}
.company-data dd span{
	display: block;
	font-weight: 700;
}
.company-data dt.top-bd,
.company-data dd.top-bd{
	border-top: #ccc 1px solid;
}
.ul-align-center{
	display: flex;
    align-items: center;
    flex-direction: column;
	margin: 80px 0 0 0;
}
.recruit-flow ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.recruit-flow li{
	width: 22%;
}
.recruit-flow img{
	width: 150px;
	display: block;
	margin: 0 auto;
}
.recruit-flow span{
	display: block;
	font-size: 4.0rem;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 700;
	color: #999;
	margin-bottom: -20px;
}
.recruit-flow h3{
	color: #C2151B;
	font-size: 1.6rem;
	font-weight: 700;
}
.rr-item{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0 0;
}
.rr-item dt{
	width: 15%;
	padding: 24px 0;
	border-bottom: #c8c8c8 1px solid;
}
.rr-item dd{
	width: 85%;
	padding: 24px 0;
	border-bottom: #c8c8c8 1px solid;
}
.rr-item dt.top-bd,
.rr-item dd.top-bd{
	border-top: #c8c8c8 1px solid;
}

/*==================================
formarea
==================================*/
#formarea {
	padding: 80px 0 100px 0;
}
#formarea #confirmtxt{
	padding-bottom:80px;
	text-align: center;
}
#formarea #confirmtxt p{
	font-size:2.4rem;
	font-weight: 700;
	margin-bottom:3px;
}
#formarea .title{
	padding: 16px;
	background-color: #C2151B;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
}
#formarea .inner3 ul li{
	margin:20px 0;
	padding:0;
	}
#formarea ul li .formq{
	width:20%;
	font-weight: 700;
	display:inline-block;
	vertical-align:middle;
	padding-right:8%;
	text-align: right;
}
#formarea ul li .hissu{
	background:url(../img/hissu.png) no-repeat 90% center;
}
#formarea ul li .forma{
	width:55%;
	display:inline-block;
	vertical-align:middle;
}
#formarea ul li .forma input,
#formarea ul li .forma textarea{
	margin: 8px 0;
	padding:16px;
	background: #eee;
	border-radius:4px;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
}
#formarea ul li .forma input:focus ,
#formarea ul li .forma textarea:focus {
	border:solid 1px #C2151B;
	}
	/* radio checkbox
	----------------------------------*/
	#formarea ul li .forma input[type=radio],
	#formarea ul li .forma input[type=checkbox] {
		display: inline-block;
	}
	#formarea ul li .forma input[type=radio] + label,
	#formarea ul li .forma input[type=checkbox] + label {
		position: relative;
		display: inline-block;
		cursor: pointer;
		margin-right: 24px;
	}
	 
	@media (min-width: 1px) {
	#formarea ul li .forma input[type=radio],
	#formarea ul li .forma input[type=checkbox] {
		display: none;
		margin: 0;
	}
	#formarea ul li .forma input[type=radio] + label,
	#formarea ul li .forma input[type=checkbox] + label {
		padding: 0 0 0 28px;
	}
	#formarea ul li .forma input[type=radio] + label::before,
	#formarea ul li .forma input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	#formarea ul li .forma input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	#formarea ul li .forma input[type=checkbox] + label::before {
		border: 2px solid #ccc;
	}
	#formarea ul li .forma input[type=radio]:checked + label::after,
	#formarea ul li .forma input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	#formarea ul li .forma input[type=radio]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #333;
		border-radius: 8px;
	}
	#formarea ul li .forma input[type=checkbox]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #333;
		border-bottom: 3px solid #333;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	}
	
	/* button
	----------------------------------*/
	#formarea #submit_button{
		display:block;
		font-size:2.0rem;
		font-weight:700;
		line-height:64px;
		color:#fff;
		width:238px;
		margin:24px auto 0;
		text-align:center;
		background:#C2151B;
	}
	#formarea #submit_button:hover{
		background:#9B1114;
		box-sizing: border-box;
	}
	#formarea #back_button{
		display:block;
		font-size:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#112D55;
		width:238px;
		margin:24px auto 0;
		text-align:center;
		background:#ccc;
		}
	#formarea #back_button:hover{
		background:#eee;
		}
	#formarea #submit_button02{
		font-size:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:238px;
		margin:24px auto 0;
		text-align:center;
		background:#C2151B;
		display:inline-block;
		}
	#formarea #submit_button02:hover{
		background:#9B1114;
		}
	#formarea #back_button02{
		font-size:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#C2151B;
		width:238px;
		margin:24px auto 0;
		text-align:center;
		background:#ccc;
		display:inline-block;
		margin-right:10px;
		}
	#formarea #back_button02:hover{
		background:#eee;
		}

	/* completion
	----------------------------------*/
	.completiontxt{
		margin-bottom:80px;
		text-align: center;
	}
	.completiontxt span{
		display: block;
		font-size:2.4rem;
		font-weight: 700;
	}
	.completionbtn a{
		display:block;
		font-size:2.0rem;
		font-weight:700;
		line-height:64px;
		color:#fff;
		width:238px;
		margin:24px auto 0;
		text-align:center;
		background:#C2151B;
		border-radius: 50px;
	}
	.completionbtn a:hover{
		background:#9B1114;
	}
/* ----------------------------------
BOTTON
---------------------------------- */
.btn,
.btn-wide{
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
	overflow:hidden;
	position: relative;
}

.btn a{
	width:200px;
	color: #fff;
	background-color: #C2151B;
	display: inline-block;
	text-decoration:none;
	line-height:48px;
	transition:all .5s ease;
	border-radius: 50px;
	position: relative;
}

.btn-wide a{
	padding: 0 40px;
	color: #fff;
	background-color: #C2151B;
	font-size: 1.6rem;
	display: inline-block;
	text-decoration:none;
	line-height:48px;
	transition:all .5s ease;
	border-radius: 50px;
	position: relative;
}
.btn a::after,
.btn-wide a::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 25px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.btn a:hover,
.btn-wide a:hover{
    opacity: 1;
}
.btn a:hover::after,
.btn-wide a:hover::after{
    right: 20px;
}
/* ----------------------------------
FOOTER
---------------------------------- */
footer { 
	width: 100%;
	overflow: hidden;
	padding: 80px 0 0 0;
	background-color: #eee;
}
.footer_nav ul {
	text-align: center;
	margin: 0 auto;
}
.footer_nav li {
	display: inline-block;
	margin: auto;
}
.footer_nav li {
	padding-right: 24px;
}
.footer_nav li a {
	color: #333;
}
.footer_nav li a:hover {
	text-decoration: underline;
}
.footer_nav li a:first-child::after {
	margin-left: 16px;
}
.footer_icon{
  text-align: center;
  margin-top: 40px;
}
.f_copy{
	margin-top: 80px;
  line-height: 60px;
	background-color: #112D55;
}
.copy {
	margin-top: 8px;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;

}

/* ----------------------------------
PAGETOP
---------------------------------- */
.page-top{
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
	opacity: 0.9;
}


/* ----------------------------------
TABLE
---------------------------------- */
/**************************
/* 問い合わせフォーム
**************************/
table.table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 80px;
}
table.table th.t_bot {
    border: none;
}
table.table th {
	width: 25%;
	border: none;
	border-bottom: #c9caca 1px solid;
	text-align: left;
	padding: 24px	12px;
	font-weight: 500;
	font-size: 1.6rem;
	vertical-align: top;
}
table.table td.t_bot {
	border: none;
}
table.table td {
	width: 75%;
	border: none;
	border-bottom: #ccc 1px solid;
	text-align: left;
	padding: 24px 0;
}

/* ----------------------------------
OTHER
---------------------------------- */
.CEN {text-align: center;}
.CEN_TL {text-align: center;}
.TL {text-align: left;}
.TR {text-align: right;}
.img-cen, .area-cen { display: block; margin: auto;}
.mt16 { margin-top: 16px;}
.mt56 { margin-top: 56px;}
.mt72 { margin-top: 72px;}
.mt80 { margin-top: 80px;}
.mt80_40 { margin-top: 80px;}
.mt246 { margin-top: 246px;}
.mb16 { margin-bottom: 16px;}
.mb24_16 { margin-bottom: 24px;}
.mb40_20 { margin-bottom: 40px;}
.mb80_40 { margin-bottom: 80px;}
.indent-1{
	padding-left:1em;
	text-indent:-1em;
}
.indent-05{text-indent:-0.5em;}
.bd_b { border-bottom: #c8c8c8 1px solid;}
.w100p { width: 100%; margin: 0 auto;}
.img_max100p { max-width: 100%; margin: 0 auto;}


/* max-width:1080px
-------------------------------------------------- */
@media only screen and (max-width: 1080px) {
	.heading,
	.heading_wh{
		font-size: 3.2rem;
		letter-spacing: 0;
	}
	.heading span,
	.heading_wh span{
		font-size: 1.2rem;
	}
	.heading span::before,
	.heading_wh span::before{
		width: 24px;
	}
	.hdlo_center{
		padding-bottom: 100px;
	}
	.sub-heading {
		font-size: 2.8rem;
		margin-bottom: 40px;
		line-height: 1.2;
		text-align: center;
	}
	.sub-heading span{
		margin-top: 16px;
	}

	.pcon { display: none;}
	.smpon { display: inline-block;}
	.inner { width: 96%; margin: 0 auto;}
	.inner2 { width: 96%; margin: 0 auto;}
	.inner3 { width: 96%; margin: 0 auto;}
	
	/*----------ハンバーガーアイコン----------*/
	.hamburger_wrap {
		width: 60px;
		height: 60px;
		display: block;
		position: relative;
		right: 0;
	}
	.hamburger {
		position: absolute;
		display: block;
		width: 32px;
		height: 20px;
		z-index: 10000;
		right: 14px;
		top: 18px;
		box-sizing: border-box;
		cursor: pointer;
	}
	.hamburger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
		margin: 0 auto;
	}

	.hamburger span:nth-of-type(1) {
		top: 0;
	}
	.hamburger span:nth-of-type(2) {
		top: 9px;
	}
	.hamburger span:nth-of-type(3) {
		bottom: 0;
	}
		.hamburger span:nth-of-type(1) {
		-webkit-animation: menu-ber01 .75s forwards;
		animation: menu-ber01 .75s forwards;
	}
	.hamburger span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	.hamburger span:nth-of-type(3) {
		-webkit-animation: menu-ber02 .75s forwards;
		animation: menu-ber02 .75s forwards;
	}

	.active span:nth-of-type(1) {
		-webkit-animation: active-menu-ber01 .75s forwards;
		animation: active-menu-ber01 .75s forwards;
		background-color: #fff;
	}
	.active span:nth-of-type(2) {
		opacity: 0;
	}
	.active span:nth-of-type(3) {
		-webkit-animation: active-menu-ber03 .75s forwards;
		animation: active-menu-ber03 .75s forwards;
		background-color: #fff;
	}
	@-webkit-keyframes menu-ber01 {
		0% {
			-webkit-transform: translateY(8px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

		@keyframes menu-ber01 {
		0% {
			transform: translateY(8px) rotate(45deg);
		}
		50% {
			transform: translateY(8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@-webkit-keyframes menu-ber02 {
		0% {
			-webkit-transform: translateY(-8px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-ber02 {
		0% {
			transform: translateY(-8px) rotate(-45deg);
		}
		50% {
			transform: translateY(-8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@-webkit-keyframes active-menu-ber01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(10px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(10px) rotate(45deg);
		}
	}

	@keyframes active-menu-ber01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(10px) rotate(0);
		}
		100% {
			transform: translateY(10px) rotate(45deg);
		}
	}

	@-webkit-keyframes active-menu-ber03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-8px) rotate(-45deg);
		}
	}

	@keyframes active-menu-ber03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-8px) rotate(0);
		}
		100% {
			transform: translateY(-8px) rotate(-45deg);
		}
	}

	/*----------ナビゲーション----------*/
	#navigation{
		position: fixed;
		display: none;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.9);
		z-index: 1000;
		overflow-y: scroll;
	}
	#navigation .navigation_inner{
		display: block;
		width: 100%;
		height: 100%;
		z-index: 10000;
	}
	#navigation .navigation_inner .navigation_menu{
		display: block;
	}
	nav#gNav ul {
		width: 70%;
		display: block;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	nav#gNav ul li { 
		width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
		text-align: left;
		font-size: 2.4rem;
	}
	nav#gNav ul li:last-child {
		padding-right: 0;
		display: block;
	}
	nav#gNav ul li a {
		display: block; 
		text-decoration: none;
		opacity: 1.0;
		color: #fff;
		line-height: 24px;
		position: relative;
	}
	nav#gNav ul li a span {
		display: inline-block; 
		font-size: 1.4rem;
		color: #ccc;
		margin-left: 16px;
	}
	nav#gNav li.nav-active{
		border: none;
		margin-top: 0;
		line-height: 24px;
		color: #999;
	}
	nav#gNav li.nav-active::before{
		content: url(../img/arrow01.png);
		border: none;
		margin-right: 8px;
	}

	.section .section-a,
	.section .section-b {
	   display: none;
	  }
	header.scroll-nav {
	  background: none;
	  box-shadow: none;
	}

	header.scroll-nav nav#gNav ul li a,
	header.sub-header nav#gNav ul li a{
		color: #fff;
		line-height: 24px;
	}
	nav#gNav li a:hover,
	header.scroll-nav nav#gNav ul li a:hover{
	  color: #fff;
	}
	
	/* ----------------------------------
	HEADER
	---------------------------------- */
	.header-wrap {
		height: 60px;
		background: #fff;
		box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
	}
	header h1,
	header p.logo{ 
		margin: 0;
		width: 30vw;
		line-height: 60px;
	}
	.container { 
		width: 100%;
		margin: 0 auto;
		min-width: 90%;
	}
	.sub_key {
		margin: 60px 0;
	}
}
/* max-width:767px
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	body{ width: 100%; font-size: 1.4rem; line-height: 2.0;}
	a.link_bg{
		display: block;
		margin: 16px 0 0 0;
		font-size: 1.2rem;
		padding: 8px 16px;
		border-radius: 4px;
	}
	a.link_bg::after {
		content: "→";
		margin-left: 16px;
	}
	h1 { font-size: 2.4rem; font-size: 24px; line-height: 1;}
	h2 { font-size: 2.0rem; font-size: 20px; line-height: 1.25; font-weight: 500;}
	h3 { font-size: 1.8rem; font-size: 18px; line-height: 1.3; font-weight: 500;}
	h4 { font-size: 1.6rem; font-size: 16px; line-height: 1.5; font-weight: 500;}
	/* ----------------------------------
	HEADER
	---------------------------------- */
	header h1,
	header p.logo{ 
		margin: 0;
		padding-left: 2%;
		width: 200px;
		line-height: 60px;
	}
	header h1 img,
	header p.logo img{ 
		width: 100%;
	}
	.page-top{
		display: none;
		position: fixed;
		right: 20px;
		bottom: 60px;
		z-index: 99;
		line-height: 1.2;
		margin-bottom: 0;
		opacity: 0.9;
	}
	
	
	/* ----------------------------------
	INDEX - TOP PAGE -
	---------------------------------- */
	.common_sec{
		padding: 80px 0;
	}
	.top_key{
		background-image: url(../img/topkey_sp.jpg);
		background-repeat:no-repeat;
		background-position: center top;
		position: relative;
	}
	.top_key_catch{
		display: none
	}
	.top_key_catch-logo{
		display: none
	}
	.top_key_catch-ttl{
		display: none;
	}
	.top-intro h2{
		font-size: 3.2rem;
	}
	.top-intro p{
		font-size: 1.8rem;
	}
	.top-intro ul {
		flex-wrap: wrap;
	}
	.top-intro li {
		width: 100%;
		margin-bottom: 20px;
	}
	.top-news {
		padding: 80px 0;
		position: relative;
	}
	.top-news .list-wrap{
		 -webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}
	
	.top-news .list,
	.top-news .list02{
		display: block;
		padding: 0;
		line-height: 1.6;
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
	.top-news .list_date,
	.news-list .list_date{
		width: 100%;
		margin-bottom: 8px;
	}
	.top-news p span,
	.news-list p span{
		width: 100%;
	}
	.top-news .list_ttl,
	.news-list .list_ttl{
		width: 100%;
		line-height: 1.6;
	}
	.top-news .list_ttl h3,
	.news-list .list_ttl h3{
		font-size: 1.4rem;
	}
	.news-list a {
		margin-top: 8px;
		display: block;
	}
	.top-service_box{
		flex-wrap: wrap;
	}
	.top-service_img{
		width: 100%;
		height: 440px;
	}
	.top-service_box .top-service_img{
		order: 0;
	}
	.top-service_box:nth-child(2) .top-service_img{
		order: 0
	}
	.top-service_box:nth-child(3) .top-service_img{
		order:0;
	}
	.top-service_ttl{
		width: 80%;
		margin: 0 auto;
		position: relative;
		top:-50px;
		margin-bottom: -50px;
	}
	.top-recruit{
		padding: 80px 0;
	}

	/* ----------------------------------
	SUB PAGE
	---------------------------------- */
	.sub_key {
	  width: 100%;
	  height: 44vh;
	  margin: 0 0 80px 0;
	}
	.sub_key_img {
		padding: 0;
		height: 60vh;
		background: contain;
	}
	.sub_key h1 {
		top: 46%;
		right: 6%;
	}
	.sub_key span{
		font-size: 4rem;
	}
	.sub_sec,
	.sub_sec02{
		padding: 40px 0;
	}
	.lead-wrap{
		margin-bottom: 40px;
	}

	.lead-box{
		margin-bottom: 40px;
		line-height: 1.6;
	}
	.lead-box h3{
		font-size: 1.6rem;
		margin-bottom: 8px;
	}
	.cont-box {
		flex-wrap: wrap;
	}
	.cont-box li{
		width: 100%;
		margin-bottom: 40px;
	}
	.company-data{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.company-data dt{
		width: 32%;
		padding: 16px 0;
	}
	.company-data dd{
		width: 68%;
		padding: 16px 0;
	}
	.company-data dd span {
		font-size: 1.2rem;
	}
	.member_area li {
		margin-bottom: 40px;
		display: block;
	}
	.ul-align-center{
		margin: 40px 0 0 0;
	}
	.recruit-flow{
	
}
	.recruit-flow ul{
		flex-wrap: wrap;
	}
	.recruit-flow li{
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 20px;
	}
	.recruit-flow img{
		width: 100px;
		height: 100px;
		display: block;
		margin: 0 auto;
		margin-right: 16px;
	}
		.recruit-flow_text{
			width: 80%;
		}
	.rr-item{
		margin:0;
	}
	.rr-item dt{
		padding: 16px 16px 16px 0;
		width: 20%;
	}
	.rr-item dd{
		padding: 16px 0;
		width: 75%;
	}
	
	
	/*==================================
	formarea
	==================================*/
	#formarea {
		padding: 40px 0 80px 0;
	}
	#formarea #confirmtxt{
		padding-bottom:40px;
	}
	#formarea #confirmtxt p{
		font-size:1.8rem;
	}
	#formarea .title{
		padding: 16px;
		font-size: 2.0rem;
		text-align: center;
	}
	#formarea .inner3 ul{
		width: 100%;
	}
	#formarea .inner3 ul li{
		margin: 0;
		padding:0;
	}
	#formarea ul li .formq{
		width:100%;
		text-align: left;
	}
	#formarea ul li .forma{
		width:100%;
		margin-bottom: 16px;
	}
	#formarea ul li .hissu{
	background:url(../img/hissu.png) no-repeat 120px center;
}
	#formarea ul li .forma input,
	#formarea ul li .forma textarea{
		padding:8px;
		-moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
		}
	::placeholder {
	  font-size: 2.5vw;
}
	/* button
	----------------------------------*/
	#formarea #submit_button,
	#formarea #submit_button02{
		font-size:1.6rem;
	}
	#formarea #back_button,
	#formarea #back_button02{
		display:block;
		font-size:1.6rem;
	}
	
	/* policyframe
	----------------------------------*/
	#policyframe h3{
		font-size:1.4rem;
	}
	#policyframe h4{
		font-size:1.4rem;
	}
	#policyframe dl{
		margin-bottom:15px;
	}

	/* completion
	----------------------------------*/
	.completiontxt{
		margin-bottom:80px;
	}
	.completiontxt span{
		font-size:1.8rem;
	}
	.completionbtn a{
		font-size:1.6rem;
	}
	/* ----------------------------------
	FOOTER
	---------------------------------- */
	footer { 
		padding: 40px 0 0 0;
	}
	.footer_nav ul {
		padding: 0 5% 24px 5%;
			
	}
	.footer_nav li {
		line-height: 2.4;
		padding-right: 0;
		display: block;
		text-align: left;
	}
	.f_copy{
		padding: 8px 0;
	}
	.copy {
		text-align: center;
		font-size: 1.0rem;
		letter-spacing: 0;
		line-height: 1.8;
	}
	/* ----------------------------------
	btn
	---------------------------------- */
	.btn03 a {
		width: 100%;
		font-size: 1.2rem;
		margin-top: 40px;
		padding: 16px;
		line-height: 1.8;
		border-radius: 0;
	}
	/* ----------------------------------
	OTHER
	---------------------------------- */
	.mt80_40 { margin-top: 40px;}
	.mb24_16 { margin-bottom: 24px;}
	.mb40_20 { margin-bottom: 20px;}
	.mb80_40 { margin-bottom: 40px;}
	.w380 { width: 100%;}
	.w400 { width: 100%;}
	.w450 { width: 100%;}
	.w550 { width: 100%;}
	.w600 { width: 100%;}
	.w640 { width: 100%;}
	.fs20 {text-align: left;}
	.fs24 {font-size: 1.8rem;}
	.CEN_TL {text-align: left;}
}

@media only screen and (max-width: 460px) {
	
}

