﻿@charset "UTF-8";


/*================================================
 *　共通
 ================================================*/
#contents_head_title{
    width: 100%;
    height: 270px;
    margin-top: 70px;
    padding-top: 90px;
    background-position: center;  
    background-size: cover;
    /*background-size: 1000px auto;*/
    text-align: center;
		font-size: 4em;
		font-weight: bold;
	letter-spacing: 0.1em;
}

#contents_head_title p{
	font-size: 0.3em;
	margin: 0;
	padding: 0;
	letter-spacing: 0.3em;
}

#contents_head_title_bk{
    width: 100%;
    height: 300px;
    margin-top: 70px;
    padding-top: 100px;
    /*background-size: 1000px auto;*/
    text-align: center;
		color: #333;
		font-weight: bold;
	letter-spacing: 0.1em;
}

#contents_head_title_bk p{
	font-size: 0.3em;
	margin: 10px auto 0 auto;
	padding: 0;
	letter-spacing: 0.5em;
}

h3{
	font-size: 3em;
}


h4{
	width: 80%;
	margin: 80px auto 60px auto;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
}


h5{
	width: 80%;
	margin: 40px auto 20px auto;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0.15em;
}

h6{
	width: 100%;
	margin: 0 auto;
	line-height: 2.2em;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

/*================================================
 *　採用情報
 ================================================*/

.recruit_head_bk{
		   background: url("../img/bk_recruit.jpg") no-repeat ;  
	    background-position: center;  
    background-size: cover;
}

#recruit{
		width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.recruit_occupation{
	text-align: left;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: bold;
}


.recruit_bk{
	width: 100%;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.recruit_table{
	width: 100%;
}

.recruit_table tr{
	border-bottom: 1px solid #ccc;
}



.recruit_table th{
	width: 25%;
	text-align: center;
	font-size: 1em;
	vertical-align: top;
	padding-top: 20px;
}

.recruit_table td{
	vertical-align: top;
		padding-top: 20px;
	padding-bottom: 20px;
		font-size: 1em;
}

/*================================================
 *　サービス
 ================================================*/

#service{
	margin: 0 20px;}


.service_head_bk{
	   background: url("../img/bk_service.jpg") no-repeat ;  
	    background-position: center;  
    background-size: cover;
}

.service_category{
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 70px auto 80px auto;
	display: flex;
	vertical-align: top;
	padding: 0;
}


.service_category_imgR{
	width: 40%;
	object-fit: contain;
	float: right;
}

.service_category_imgL{
	width: 40%;
	object-fit: contain;
	float: left;
}


.service_category p{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.service_category_txtR{
	width: 60%;
	font-size: 1.1em;
	letter-spacing: normal;
		padding-left: 60px;
	margin-bottom: 30px;
	float: right;
	line-height: 1.7em;
}

.service_category_txtL{
	width: 60%;
	font-size: 1.1em;
	letter-spacing: normal;
		padding-right: 60px;
	margin-bottom: 30px;
	float: left;
	line-height: 1.7em;
}

#service .link_btn{
	display: inline-block;
  *display: inline;
  zoom: 1;
	width: 80%;
  min-width: 450px;
  vertical-align: middle;
  text-align: center;
  line-height: 2.7em;
  margin: 10px auto 0 auto;
  overflow: visible;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  background: #360568;}

#service .link_btn:hover{
   background: #5B2A86; 
transition: all .3s ease; 
}


/*================================================
 *　会社概要
 ================================================*/

.overview_head_bk{
	   background: url("../img/bk_overview.jpg") no-repeat ;  
	    background-position: center;  
    background-size: cover;
}

.overview_ideal{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 130px auto;
}


.overview_ideal_L{
	width: 100%;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	color: #a30000;
	line-height: 100px;
	vertical-align: middle;
}

.overview_ideal_R{
	width: 90%;
	max-width: 700px;
	margin: 0 auto 30px auto;
font-size: 1.2em;
	font-weight: 500;
	vertical-align: middle;
}


.overview_target{
	width: 100%;
	max-width: 1200px;
	margin: 70px auto 80px auto;
}


.overview_target img{
	width: 35%;
	float: left;
}

.overview_target p{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.overview_target_txt{
	width: 65%;
	font-size: 1.1em;
	letter-spacing: normal;
		padding-left: 60px;
	margin-bottom: 20px;
	float: right;
	line-height: 2em;
}

#overview_outline{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.overview_outline_bk{
	width: 100%;
	padding: 40px 60px;
	background: #fff;
	border-radius: 10px;
}
.overview_outline_table{
	width: 100%;
}

.overview_outline_table tr{
	border-bottom: 1px solid #ccc;
}



.overview_outline_table th{
	width: 25%;
	text-align: center;
	font-size: 1.1em;
	vertical-align: top;
	padding-top: 30px;
}

.overview_outline_table td{
	vertical-align: top;
		padding-top: 30px;
	padding-bottom: 30px;
		font-size: 1.1em;
}

/*主要メンバー*/
#overview_member{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content:space-between;
    -webkit-align-items: space-between;
}

.overview_member_cel{
	color: #0e192d;
/*	display: block;*/
	text-decoration: none;
		width: 32%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding: 25px;
		border-radius: 10px;
	background-color: #fff;
	  display: flex;
		flex-direction: column;
	box-sizing:border-box;
}
.overview_member_cel span{
font-size: 0.8em;
	font-weight: bold;
}
.overview_member_cel p{
font-size: 1.2em;
	height: 40px;
	font-weight: bold; 
}

.overview_member_txt{
	 width:100%;
	flex-grow: 1; 
	box-sizing:border-box;
}


/*================================================
 *　サイトマップ
 ================================================*/

#sitemap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	
}

#sitemap a{
	  color: #0e192d;
}

.sitemap_cel{
	width: 30%;
		margin: 0 20px 30px 0;
		font-size: 1.2em;
	float: left;
}

.sitemap_cel dl{
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}

.sitemap_cel dt {
	font-size: 1.3em;
	line-height: 2.5em;
  font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-left: 20px;
}

.sitemap_cel dd{
	line-height: 2em;
	padding-left: 20px;
}

/*================================================
 *　プライバシーポリシー,サイトポリシー
 ================================================*/
#privacy{
	width: 100%;
	max-width: 950px;
	margin: 30px auto;
}
.privacy_cel{
		background: #fff;
	width: 890px;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 50px;
}

.privacy_txt{
	line-height: 1.7em;
	margin-bottom: 20px;
}

.privacy_txt p{
	font-weight: bold;
	margin-top: 5px;
}

.privacy_contact{
	width: 100%;
	height: 90px;
	text-align: center;
	border: 1px solid #333;
	padding-top: 20px;
	margin-top: 20px;
}

.privacy_txt ul{
	margin-bottom: 10px;
}
.privacy_txt li{
	list-style-position:inside;
	margin-left: 20px;
}

.privacy_txt a{
	text-decoration: underline;
		color: #0e192d;
}

/*================================================
 *　お問い合わせ
 ================================================*/

.contact_head_bk{
	   background: url("../img/bk_contact.jpg") no-repeat ;  
	    background-position: center;  
    background-size: cover;
}



#contact{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 80px auto;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}

#contact_form{
margin: 30px auto 0 auto;
}

#contact_form p{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_form_required{
	color: red;
	border: 1px solid red;
	font-size: 0.8em;
	padding: 0.2em;
	margin-right: 7px;
}

.contact_form_optional{
	color: #888;
	border: 1px solid #888;
	font-size: 0.8em;
	padding: 0.2em;
	margin-right: 7px;
}
.contact_form_txt{
	font-size: 1.1em;
	margin-bottom: 20px;

}
.contact_form_txt span{
	margin-right: 15px;
}

#contact_form input[type="text"] {
padding: 7px;
	border: 1px solid #888;
	border-radius: 5px;
}

#contact_form textarea{
	padding: 7px;
	border: 1px solid #888;
	border-radius: 5px;
	height: 150px;
}

#contact_form input[type="checkbox"],
input[type="radio"] {
  accent-color: #a30000;
  transform: scale(1.4);
	margin-right: 3px;
	margin-left: 2px;
}

#contact-form_privacytxt{}

.contact-form_privacy{
		padding: 15px;
	border: 1px solid #888;
	border-radius: 5px;
	height: 150px;
	font-size: 0.85em;
	overflow-y: scroll;
}

.contact-form_privacy li{
	margin-left: 20px;
}

#privacyCheck{}

.contact-form_privacy2{
	height: auto;
	padding: 15px;
	margin-top: 10px;
	vertical-align: middle;
		border: 1px solid red;
	border-radius: 5px;
}

.contact-form_privacy3{
	display: block;
	margin: 15px 0;
	text-decoration: underline;
	color: #0e192d;
}

#contact_form .w50{
	width: 50%;
}

#contact_form .wfull{
	width: 100%;
}

.contact_form_send{
	width: 100%;
	padding: 20px;
	text-align: center;
}
#contact_form .mail_btn{
	display: inline-block;
  *display: inline;
  zoom: 1;
  width: 400px;
  vertical-align: middle;
  text-align: center;
  line-height: 3em;
  margin: 0 auto;
  overflow: visible;
  text-decoration: none;
  border: solid 2px #360568;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  background: #360568;}

/*メールフォーム用*/

.mail_subtitle{
text-align: center;
	color: #0e192d;
	margin: 10px auto;
	font-size: 1.4em;
}

.mail_btn1{
display: inline-block;
  *display: inline;
  zoom: 1;
  width: 400px;
  vertical-align: middle;
  text-align: center;
  line-height: 3em;
  margin: 0 auto;
  overflow: visible;
  text-decoration: none;
  border: solid 2px #360568;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  background: #360568;
cursor: pointer;}

.mail_btn2{
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 400px;
  vertical-align: middle;
  text-align: center;
  line-height: 3em;
  margin: 10px auto;
  overflow: visible;
  text-decoration: none;
  border: solid 2px #360568;
  border-radius: 50px;
  color: #360568;
  font-size: 1.2em;
  font-weight: bold;
  background: #fff;
cursor: pointer;}