@charset "UTF-8";

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
	height: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
	margin: 0;
	padding: 0;
}
fieldset, img{
     border:0;
}
table{
    border-spacing:0;
	border-collapse:collapse;
}
caption, th{
    text-align: left;
}
a:focus {
	outline:none;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}
a{
	text-decoration:none;
	}
img{
	vertical-align:bottom;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

/*body*/
body{
	font-family: 'Noto Sans JP', YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	color:#333;
	line-height:1.6em;
}

h1, h3, h4, h5, h6{
    margin: 15px 0;
}

a{
	color:#333;
}

a:hover{
	opacity: 0.7;
}

img{
	max-width: 100%;
}

#wrap{
	padding: 0;
	overflow: hidden;
}

/*header*/
.header{
	position: absolute;
	width: 100%;
	padding: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

h1{
	width: 375px;
}

h2{
	font-size: 1.7em;
	text-align: center;
	padding: 15px;
}

h3{
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 5px 0;
	padding: 0 0 0 28px;
	position: relative;
}

h4{
	font-size: 1.1em;
	margin: 0 0 15px 0;
	padding: 5px;
	background: #dbd9d2;
}

h4 span.big{
	font-size: 1.2em;
}

h4 span.right{
	float: right;
}


/*content*/
.content{
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

.red{
	color: #B51B1D;
}

.center{
	text-align: center;
}

.full_width{
	width: 100%;
}

.full_width img{
	width: 100%;
}

/*nav*/
#main_nav{
	flex: 1;
}

#main_nav ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
	padding: 20px 0;
}

#main_nav li{
	width: 15%;
	text-align: center;
	padding: 5px 0;
	transition-property: all;
	transition: 0.7s linear;
}

#main_nav li:hover{
	border-bottom: 1px solid #FFF;
}

#main_nav a{
	display: block;
}

#main_nav a:hover{
	opacity: 1;
}

.content{
	width: 900px;
	margin: 0 auto;
}

.sp,#mobile_nav{
	display: none !important;
}

/*top*/
.main_img img{
	width: 100%;
}

.top_about{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.top_about_text{
	width: 50%;
	text-align: center;
	line-height: 1.9em;
}

.top_about img{
	width: 50%;
	height: auto;
}

.process{
	background: url(../images/process_bg.png);
	padding: 30px 0 65px 0;
	text-align: center;
}

.process_list{
	margin: 20px auto;
}

.process_list ul{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.process_list li{
	position: relative;
	width: 25%;
	margin: 0 0 8px 0;
	padding: 0 15px;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.3em;
}

.process_list li img{
	margin: 0 0 5px 0;
}

.process_list li.arrow:after{
	content: url(../../images/arrow_01.png);
	position: absolute;
	top: 50%;
	right: -43px;
}

.process p{
	padding: 20px 0;
}

.process .gray_bg{
	width: 1140px;
	background: #e6e6e6;
	text-align: left;
	margin: 15px auto;
	padding: 0 15px;
}


.layout {
  padding: 70px 0;
  background: #fffff0;
}
.layout__inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.layout__inner > img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: -80px;
}
.layout__inner > div {
  position: absolute;
  bottom: 50px;
  left: 80px;
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 800px) {
  .layout__inner {
    max-width: 100%;
  }
  .layout__inner > img {
    margin-top: -50px;
  }
  .layout__inner > div {
    position: absolute;
    bottom: 10px;
    left: 50px;
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 420px) {
  .layout {
    padding: 15px;
  }
  .layout__inner > img {
    margin-top: -10px;
  }
  .layout__inner > div {
    position: static;
    font-size: 13px;
  }
}

.top_recruit{
	background: url(../../images/recruit_bg@2x.png) no-repeat right / 50%;
	padding: 40px 0 0 150px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.top_recruit p{
	padding: 0 0 60px 40px;
}

.top_btn ul {
	width: 1140px;
	margin: 20px auto;
	display: flex;
	display: -webkit-flex;
}

.bn{
	width: 1140px;
	margin: 0 auto 50px auto;
}

/*second page*/
.head_img{
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 0 50px 0;
}

.head_img h2{
	padding: 108px 62px 0 0;
}

.company{
	background-image: url(../images/head_img01.jpg);
}

.recruit{
	background-image: url(../images/head_img02.jpg);
}

.faq{
	background-image: url(../images/head_img03.jpg);
}

.contact{
	background-image: url(../images/head_img04.jpg);
}

.company_table{
	width: 100%;
	border: 20px solid #33336c;
	padding: 15px;
}

.company_table .company_about{
	width: 90%;
	margin: 0 auto;
}

.company_table th,.company_table td{
	padding: 15px 5px 15px 3px;
}

.company_table th{
	border-bottom: 3px solid #8b8bb2;
	width: 20%;
}

.company_table td{
	border-bottom: 1px solid #8b8bb2;
}

.company_table iframe{
	width: 100%;
	padding: 20px 42px;
}

.place-card,.review-box{
	display: none;
}

.beige_bg{
	background: #dbd9d2;
	text-align: center;
	line-height: 2em;
	padding: 15px;
}

.recruit_table{
	margin: 30px 0;
}

.recruit_table th,.recruit_table td{
	padding: 15px;
}

.recruit_table th{
	background: #33336c;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	border-bottom: 2px solid #fff;
}

.video{
	width: 500px;
	margin: 10px 0 0 0;
}

.faq_content{
	margin: 50px 0 0 0;
}

.faq_list{
	width: 100%;
	margin: 0 0 40px 0;
	padding: 15px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.faq_list dt{
	background: url(../../faq/images/q_img.png) no-repeat 4px 11px;
	padding: 10px 5px 5px 35px;
	font-weight: bold;
}

.faq_list dt:first-child{
	background: url(../../faq/images/q_img.png) no-repeat 4px 1px;
	padding: 0 5px 5px 35px;
}

.faq_list dd{
	background: url(../../faq/images/a_img.png) no-repeat 4px 6px;
	padding: 5px 5px 10px 35px;
	border-bottom: 1px dashed #ddd;
}


/*お問い合わせ*/
.contact_form,.contact_check {
	width: 600px;
	margin: 50px auto 0 auto;
}

.contact_form th,.contact_form td{
	display: block;
}

.contact_form th{
	font-weight: bold;
}

.contact_form td{
	margin: 0 0 12px 0;
}

.contact_form input,.contact_form textarea{
	width: 100%;
}

.contact_form input[type=radio] {
    width: 20px;
	margin: 0 0 20px 20px;
}

.submitButton{
	text-align: center;
}

.btn{
	width: 200px;
	font-size: 0.9em;
	margin: 6px auto;
	background: #E57F17;
	color: #FFF;
	padding: 12px;
	box-shadow: none;
	border: none;
	cursor: pointer;
}

.sent{
	margin: 0 auto 50px auto;
}

.sent h3{
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.sent h3:before{
	content: none;
}

.contact_check{
	margin: 20px auto;
}

.contact_check th,.contact_check td{
	padding: 10px;
	border-bottom: 1px dashed #999;
}

.contact_check th{
	width: 195px;
}

.blue{
	color: #040A86;
}

/*footer*/
footer{
	background: #ededf2;
	border-top: 1px solid #c9c9d6;
	padding: 20px 40px;
}

footer a{
	color: #333;
}

footer .tel{
	font-size: 18px;
}

.pagetop_btn{
	text-align: right;
	margin: 60px 0 0 0;
	padding: 20px;
}

.copyright{
	background: #FFF;
	text-align: right;
	font-size: 11px;
	padding: 10px 15px;
	color: #c9c9d6;
}

.bold{
	font-weight: bold;
}