@charset "UTF-8";
/* CSS Document */
body{
	color: #000;
	margin: 0 auto;
	padding: 0px;
	line-height: 1em;
	font-family: 'Noto Sans JP', sans-serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	height: auto;
}

html{
	overflow-x: hidden;
}

.clearfix:after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.min{
	font-family: 'Noto Serif JP', serif;
}

img{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a,
a img{
	transition: 0.3s;
}

a[href^="tel:"] {
	pointer-events: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	position: fixed;
	width: 50px;
	height: 50px;
	background: #000;
	z-index: 999;
	right: 2%;
	top: 10px;
}
.menu-trigger span{
	position: absolute;
	background: #fff;
	width: 30px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
	top: 15px;
}
.menu-trigger span:nth-of-type(2){
	top: 0;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
	display: none;
	position: fixed;
	top: 0;
	background-color: rgba(215,36,38,0.95);
	width: 100%;
	height: 100%;
}
.g-nav .list{
	padding: 80px 5% 0px;
}
.g-nav .list li{
	border-bottom: 1px dashed #fff;
}
.g-nav .list li a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	padding: 20px 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.15em;
	font-weight: bold;
}

.menu-trigger{
	display: none;
}

/*----------------------------contents----------------------------*/

address{
	text-align: center;
	font-size: 12px;
	line-height: 70px;
	background-color: #e51c24;
	font-style: inherit;
	color:#fff;
	letter-spacing: 0.1em;
}

#inner_bg{
	height: 240px;
	background-image: url(../images/common/bg.jpg);
	background-size: cover;
	margin-top: 90px;
}

#inner_bg h2{
	color:#fff;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	padding-top: 90px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	letter-spacing: 0.2em;
}

#inner_bg h2 span{
	display: block;
	padding-top: 15px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#ftr_logo{
	text-align: center;
	padding-top: 75px;
}

.top_ftr_logo{
	padding-bottom: 70px;
}

#main{
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
	padding: 75px 0px 70px;
}

#main_r{
	width: 1000px;
	margin: -165px auto 0;
	overflow: hidden;
	padding: 0 0px 70px;
	position: relative;
}

.flow_line{
	width: 1px;
	height: 55px;
	background-color: #e51c24;
	margin: 15px auto;
}

p#flow_future{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color:#e51c24;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 30px 0px 40px;
}

p#flow_txt{
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	line-height: 2em;
	padding-bottom: 100px;
	letter-spacing: 0.05em;
}

a#flow_entry,
a.recruit_entry{
	width: 530px;
	line-height: 54px;
	display: block;
	margin: 0 auto;
	background-color: #001673;
	color:#fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
}

ul.flow_cont{
	background-color: #e51c24;
	padding: 35px 0px;
	color:#fff;
}

ul.flow_cont li{
	vertical-align: top;
	display: inline-block;
	font-weight: 700;
}

ul.flow_cont li:first-child{
	font-size: 50px;
	line-height: 50px;
	width: 70px;
	text-align: right;
	padding-top: 10px;
	font-weight: 400;
}

ul.flow_cont li:nth-child(2){
	font-size: 20px;
	line-height: 20px;
	width: 270px;
	text-align: center;
	padding-top: 30px;
}

ul.flow_cont li:last-child{
	font-size: 14px;
	line-height: 1.8em;
	width: 475px;
}

#aboutus_bg{
	background-image: url(../images/aboutus/about_bg.jpg);
	background-position: center top;
	background-size: cover;
	color:#fff;
}

#aboutus_bg address{
	background-color: inherit;
}

p#au_txt{
	line-height: 2em;
	font-weight: 700;
	padding-bottom: 30px;
}

h2.company_ttl{
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
}

#company_tbl{
	border: 1px solid #fff;
}

p#au_works{
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 700;
	padding-bottom: 35px;
}

a#au_contact{
	width: 100%;
	line-height: 54px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	color:#e51c24;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
}

a#top_contact{
	width: 850px;
	line-height: 54px;
	display: block;
	margin: 50px auto 0;
	background-color: #e51c24;
	color:#fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
}

#company_tbl{
	margin-bottom: 90px;
}

#company_tbl th{
	font-size: 14px;
	width: 180px;
	padding: 22px 0px;
	line-height: 1.6em;
	font-weight: 700;
}

#company_tbl td{
	font-size: 14px;
	padding: 22px 20px;
	line-height: 1.6em;
	font-weight: 700;
}

#submit{
	text-align: center;
}

#submit input{
	width: 650px;
	line-height: 54px;
	display: block;
	margin: 0 auto;
	border: none;
	background-color: #e51c24;
	color:#fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
}

p#pp_ttl{
	letter-spacing: 0.1em;
	font-size: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e51c24;
	padding: 20px 0px 10px;
	margin-bottom: 30px;
	color:#e51c24;
	font-weight: 700;
}

p#pp_txt{
	font-weight: 700;
	font-size: 12px;
	padding-bottom: 30px;
	line-height: 1.6em;
}

h3.pp_subttl{
	line-height: 35px;
	color:#fff;
	background-color: #e51c24;
	width: 425px;
	box-sizing: border-box;
	padding-left: 12px;
	font-size: 14px;
}

p.pp_subtxt{
	font-weight: 700;
	font-size: 14px;
	line-height: 1.6em;
	padding: 15px 0px 50px;
}

.formTable th{
	padding: 20px 0px 20px 10px;
	border-bottom: 1px solid #e51c24;
	color:#e51c24;
	width: 220px;
	box-sizing: border-box;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	vertical-align: top;
}

.formTable th span{
	position: absolute;
	width: 50px;
	line-height: 25px;
	font-size: 12px;
	background-color: #e51c24;
	border-radius: 20px;
	position: absolute;
	right: 15px;
	top: 23px;
	display: block;
	text-align: center;
	color:#fff;
}

.formTable td{
	padding: 20px 0px;
	border-bottom: 1px solid #e51c24;
}

.formTable td input{
	width: 356px;
	height: 30px;
	background-color: #eaeaea;
	border-radius: 5px;
	border: none;
	padding-left: 10px;
	box-sizing: border-box;
}

.formTable td textarea{
	width: 100%;
	height: 165px;
	background-color: #eaeaea;
	border-radius: 5px;
	border: none;
	padding-top: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.formTable td p{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-left: 25px;
}

.formTable tr:last-child th,
.formTable tr:last-child td{
	border-bottom: none;
}

.formTable{
	padding-bottom: 15px;
}

#top_bg{
	background-image: url(../images/top/top_bg.jpg);
	background-position: center top;
	background-size: cover;
	color:#fff;
}

h2#mainimg{
	text-align: center;
	padding: 65px 100px 50px 0;
	margin-top: 90px;
}

p#readtxt{
	width: 1000px;
	margin: 0 auto;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}

#name{
	text-align: right;
	padding: 20px 0px 350px;
	width: 1000px;
	margin: 0 auto;
}

#ftr_banner{
	text-align: center;
	padding-top: 85px;
}

#stengths_bg{
	background-image: url(../images/top/stengths_bg.jpg);
	background-position: center center;
	background-size: cover;
	color:#fff;
	padding: 70px 0px;
}

#stengths_bg h3{
	color:#fff;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	letter-spacing: 0.2em;
	padding-bottom: 40px;
}

#stengths_bg h3 span{
	display: block;
	padding-top: 15px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

ul.stengths_bx{
	width: 850px;
	margin: 0 auto;
}


ul.stengths_bx li{
	border: 1px solid #fff;
	padding: 20px 0px;
	margin-bottom: 35px;
	position: relative;
}

ul.stengths_bx li img{
	position: absolute;
	top: 0px;
	left: 285px;
	bottom: 0px;
	margin: auto;
	width: 15px;
	height: 30px;
}

ul.stengths_bx li p.t1{
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
	width: 70px;
	text-align: right;
	padding-top: 10px;
	font-weight: 400;
	vertical-align: top;
	padding-top: 37px;
}

ul.stengths_bx li p.t1s{
	padding-top: 48px;
}

ul.stengths_bx li p.t2{
	display: inline-block;
	font-size: 20px;
	line-height: 1.4em;
	width: 270px;
	text-align: left;
	padding-top: 50px;
	vertical-align: top;
	padding-left: 30px;
	box-sizing: border-box;
	font-weight: 700;
}

ul.stengths_bx li p.t3{
	display: inline-block;
	font-size: 14px;
	line-height: 1.8em;
	width: 480px;
	vertical-align: top;
	font-weight: 700;
}

ul.stengths_bx li p.t3s{
	padding-top: 40px;
}

#service_bx{
	width: 1000px;
	margin: -210px auto 0px;
}

#service_bx h3,
h3.recruit_ttl{
	color:#fff;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-bottom: 40px;
}

#service_bx h3 span,
h3.recruit_ttl span{
	display: block;
	padding-top: 15px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

h3.recruit_ttl{
	color:#e51c24;
	padding-top: 100px;
}

#inner_recruitbg{
	background-image: url(../images/recruit/bg.jpg);
	height: 670px;
	background-position: center center;
	background-size: cover;
}

#inner_recruitbg h2{
	text-align: center;
	padding-top: 148px;
}

#recruit_rlv{
	position: relative;
}

#recruit_rlv #recruit_bg{
	display: block;
	width: 100%;
	position: absolute;
	top: 315px;
	left: 0px;
}

#message_bx{
	background-color: #e51c24;
	text-align: center;
	padding: 50px 0px 40px;
	color:#fff;
}

#message_bx h3{
	color:#fff;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-bottom: 40px;
}

#message_bx h3 span{
	display: block;
	padding-top: 15px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#message_bx h4{
	font-size: 30px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0px 0 25px;
	letter-spacing: 0.1em;
}

#message_bx p{
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0px 70px;
	letter-spacing: 0.05em;
}

#message_bx #s_name{
	text-align: right;
	padding-top: 50px;
	padding-right: 70px;
}

.advantages_bx{
	background-color: #e51c24;
	overflow: hidden;
	margin-bottom: 75px;
}

.advantages_bx_last{
	margin-bottom: 100px;
}

.advantages_bx .pic{
	float: left;
}

.advantages_bx .cont{
	float: right;
	width: 425px;
	color:#fff;
	padding-top: 40px;
	margin-right: 35px;
}

.advantages_bx .cont h4{
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 15px;
}

.advantages_bx .cont p{
	font-size: 14px;
	line-height: 1.6em;
}

#flow_bx{
	background-color: #e51c24;
	overflow: hidden;
	padding-left: 120px;
	padding-bottom: 90px;
	color:#fff;
	margin-bottom: 75px;
	position: relative;
}

#flow_bx h3{
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-family: 'Roboto', sans-serif;
	padding: 85px 0px 15px;
	position: relative;
	z-index: 1;
}

#flow_bx p{
	font-size: 16px;
	line-height: 1.6em;
	padding: 0px 0px 30px;
	position: relative;
	z-index: 1;
}

#flow_bx a{
	display: block;
	width: 260px;
	line-height: 55px;
	text-align: center;
	color:#e51c24;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	background-color: #fff;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}

#recruit_flow_img{
	position: absolute;
	top: 45px;
	right: 75px;
}

#detail_img{
	text-align: center;
	padding-bottom: 100px;
}

h3.service_ttl{
	text-align: center;
	color:#e51c24;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}

h3.service_ttl span{
	display: block;
	padding-bottom: 10px;
	font-size: 60px;
	line-height: 60px;
}

p.service_txt{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6em;
	padding: 55px 0px;
}

h4.service_subttl{
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color:#e51c24;
	border-bottom: 1px solid #e51c24;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

p.service_subtxt{
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 700;
}

p.service_subtxt span{
	font-weight: 400;
	padding-bottom: 5px;
	display: block;
}

p.service_subtxt2{
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 700;
	padding-bottom: 75px;
}

.service_illust img{
	width: 100%;
}

.service_illust{
	padding: 35px 0px 75px;
}

#feature_bx{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 75px;
}

#feature_bx #cont{
	float: left;
	width: 435px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8em;
}

#feature_bx #cont span{
	font-size: 12px;
	display: block;
	padding-top: 15px;
	color:#e51c24;
}

#feature_bx #pic{
	float: right;
	padding-right: 45px;
}

p.good_ttl{
	font-size: 20px;
	line-height: 1.4em;
	color:#e51c24;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding: 20px 0px 8px;
}

p.good_txt{
	font-size: 16px;
	line-height: 1.8em;
	padding-bottom: 15px;
}

p.merit_last,
#flow_imgs{
	padding-bottom: 75px;
}

#hkn_img{
	text-align: center;
	padding-top: 35px;
	padding-bottom: 75px;
}

ul.feature_pic{
	padding-top: 15px;
}

ul.feature_pic li{
	display: inline-block;
	width: 254px;
	vertical-align: top;
	margin-right: 44px;
}

ul.feature_pic li:last-child{
	margin-right: 0px;
}

ul.feature_pic li h5{
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	letter-spacing: 0.05em;
}

ul.feature_pic li p{
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}

ul.feature_pic li p span{
	display: block;
	padding-top: 10px;
}

#entrustment_bx{
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 75px;
}

#entrustment_bx .cnt{
	width: 365px;
	margin-bottom: 35px;
}

#entrustment_bx h5{
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

#entrustment_bx #ent_btm #pic{
	float: left;
}

#entrustment_bx #ent_btm #txt{
	float: left;
	font-size: 15px;
	line-height: 1.8em;
	padding-left: 45px;
}

#entrustment_bx #ent_btm #txt span,
#entrustment_bx p span{
	font-size: 14px;
}

#entrustment_bx p{
	font-size: 15px;
	line-height: 1.8em;
}

#entrustment_bx .cnt div{
	padding-top: 15px;
}

header{
	height: 90px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #fff;
	z-index: 10;
}

header h1{
	float: left;
	padding: 28px 0px 0px 35px;
}

header ul{
	float: right;
	padding-right: 35px;
	padding-top: 40px;
}

header ul li{
	display: inline-block;
	margin-left: 50px;
	font-weight: bold;
	font-size: 18px;
}

header ul li a{
	color:#000;
	text-decoration: none;
}

header ul li a#recruit_btn{
	color:#e51c24;
}

header ul li a:hover,
header#recruit_page a:hover{
	text-decoration: underline;
}

header#recruit_page{
	background-color: #e51c24;
}

header#recruit_page a{
	color: #fff;
	text-decoration: none;
}