@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_main
=============================================== */
.sec_main .inner_sec {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
view_range
----------------------------------------------- */
.sec_main .view_range {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.sec_main .view_range .view_mass {
	position: relative;
	overflow: hidden;
}

.sec_main .view_range .view_mass h2 {
	width: 200%;
	margin: 0 -50%;
	text-align: center;
}

.sec_main .view_range .contact_mass {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 74px;
	text-align: center;
}

.sec_main .view_range .contact_mass a {
	display: inline-block;
	padding: 12px 50px 10px 50px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 20px;
}

.sec_main .view_range .contact_mass a:hover {
	opacity: 0.5;
}

/* ===============================================
sec_about
=============================================== */
.sec_about {
	padding: 0 0 0 0;
}

.sec_about .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 45px 0 90px 0;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_about .about_range h3 {
	margin: 0 0 10px 0;
	color: #ef8200;
	font-size: 26px;
	text-align: center;
}

/* -----------------------------------------------
lead_mass
*/
.sec_about .about_range .lead_mass {
	margin: 0 0 70px 0;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

/* -----------------------------------------------
about_mass
*/
.sec_about .about_range .about_mass {
	margin: 0 0 40px 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec_about .about_range .about_mass .icon_area {
	margin: 0 0 0 48px;
}

.sec_about .about_range .about_mass .list_area {
	width: 680px;
}

.sec_about .about_range .about_mass .list_area ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec_about .about_range .about_mass .list_area li {
	width: 340px;
	margin: 0 0 50px 0;
	padding: 0 0 0 20px;
	border-left: 5px solid #00ADBC;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_about .about_range .about_mass .list_area li .ttl_cell {
	font-size: 18px;
	font-weight: 600;
}

.sec_about .about_range .about_mass .list_area li .txt_cell {
	font-size: 14px;
}

/* -----------------------------------------------
table_mass
*/
.sec_about .about_range .table_mass table {
	width: 100%;
	border-collapse: collapse;
}

.sec_about .about_range .table_mass table th,
.sec_about .about_range .table_mass table td {
	border: 2px solid #ffffff;
}

.sec_about .about_range th {
	padding: 17px 18px 15px 18px;
	background-color: #00ADBC;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	word-break: break-all;
	line-height: 1.2;
	vertical-align: top;
}

.sec_about .about_range td {
	padding: 14px 18px 14px 18px;
	background-color: #F2F5FB;
	color: #000000;
	font-size: 14px;
	text-align: left;
	word-break: break-all;
}

.sec_about .about_range td a {
	text-decoration: underline;
}

.sec_about .about_range td a:hover {
	text-decoration: none;
}

.sec_about .about_range td .address {
	margin: 15px 0 0 0;
}

.sec_about .about_range td .address:first-child {
	margin: 0 0 0 0;
}

/* ===============================================
sec_casestudy
=============================================== */
.sec_casestudy {
	padding: 90px 0 0 0;
	background-color: #F2F5FB;
}

.sec_casestudy .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 35px 0;
}

/* -----------------------------------------------
casestudy_range
----------------------------------------------- */
.sec_casestudy .casestudy_range h3 {
	margin: 0 0 30px 0;
	color: #ef8200;
	font-size: 26px;
	text-align: center;
}

/* -----------------------------------------------
case_mass
*/
.sec_casestudy .casestudy_range .case_mass {
	margin: 0 77px 25px 77px;
}

.sec_casestudy .casestudy_range .case_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec_casestudy .casestudy_range .case_mass li {
	width: 178px;
	margin: 0 40px 0 0;
}

.sec_casestudy .casestudy_range .case_mass li:last-child {
	margin: 0 0 0 0;
}

.sec_casestudy .casestudy_range .case_mass li .view_area {
	margin: 0 0 20px 0;
}

.sec_casestudy .casestudy_range .case_mass li h4 {
	margin: 0 0 1px 0;
	font-size: 18px;
	font-weight: bold;
}

.sec_casestudy .casestudy_range .case_mass li .txt_area {
	font-size: 14px;
}

/* -----------------------------------------------
ft_icon_mass
*/
.sec_casestudy .casestudy_range .ft_icon_mass {
	text-align: center;
}

/* ===============================================
sec_recruit
=============================================== */
.sec_recruit {
	padding: 0 0 0 0;
}

.sec_recruit .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 80px 0;
}

/* -----------------------------------------------
recruit_range
----------------------------------------------- */
.sec_recruit .recruit_range {
	padding: 0 0 0 0;
}

.sec_recruit .recruit_range h3 {
	margin: 0 0 10px 0;
	color: #ef8200;
	font-size: 26px;
	text-align: center;
}

/* -----------------------------------------------
lead_mass
*/
.sec_recruit .recruit_range .lead_mass {
	margin: 0 0 50px 0;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

/* -----------------------------------------------
about_mass
*/
.sec_recruit .recruit_range .about_mass {
	margin: 0 0 40px 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec_recruit .recruit_range .about_mass .view_area {
	margin: 0 0 0 0;
}

.sec_recruit .recruit_range .about_mass .txt_area {
	width: 610px;
	font-size: 16px;
	line-height: 2;
}

/* -----------------------------------------------
guideline_mass
*/
.sec_recruit .recruit_range .guideline_mass {
	margin: 0 0 50px 0;
}

.sec_recruit .recruit_range .guideline_mass h4 {
	margin: 0 0 15px 0;
	font-size: 20px;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sec_recruit .recruit_range .guideline_mass h4:before,
.sec_recruit .recruit_range .guideline_mass h4:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #000000;
}

.sec_recruit .recruit_range .guideline_mass h4:before {
    margin-right: 10px;
}
 
.sec_recruit .recruit_range .guideline_mass h4:after {
    margin-left: 10px;
}

/*** table_area -------***/
.sec_recruit .recruit_range .guideline_mass .table_area table {
	width: 100%;
	border-collapse: collapse;
}

.sec_recruit .recruit_range .guideline_mass .table_area table th,
.sec_recruit .recruit_range .guideline_mass .table_area table td {
	border: 2px solid #ffffff;
}

.sec_recruit .recruit_range .guideline_mass .table_area th {
	width: 170px;
	padding: 17px 18px 15px 18px;
	background-color: #00ADBC;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	word-break: break-all;
	line-height: 1.2;
	vertical-align: top;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_recruit .recruit_range .guideline_mass .table_area td {
	padding: 14px 18px 14px 18px;
	background-color: #F2F5FB;
	color: #000000;
	font-size: 14px;
	text-align: left;
	word-break: break-all;
}

.sec_recruit .recruit_range .guideline_mass .table_area td a {
	text-decoration: underline;
}

.sec_recruit .recruit_range .guideline_mass .table_area td .list_ex_01 ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec_recruit .recruit_range .guideline_mass .table_area td .list_ex_01 li {
	width: 165px;
}

/* -----------------------------------------------
appeal_mass
*/
.sec_recruit .recruit_range .appeal_mass {
	padding: 45px 0 35px 0;
	border: 1px solid #000000;
	text-align: center;
}

.sec_recruit .recruit_range .appeal_mass .txt_area {
	margin: 0 0 10px 0;
	font-size: 22px;
}

.sec_recruit .recruit_range .appeal_mass .tel_area {
	color: #ef8200;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec_recruit .recruit_range .appeal_mass .tel_area .label {
	font-size: 30px;
}

.sec_recruit .recruit_range .appeal_mass .tel_area .tel {
	font-size: 50px;
}

/* ===============================================
sec_access
=============================================== */
.sec_access {
	padding: 0 0 0 0;
	background-color: #00ADBC;
}

.sec_access .inner_sec {
	padding: 0 0 0 0;
}

/* -----------------------------------------------
access_range
----------------------------------------------- */
.sec_access .access_range {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 45px 0;
}

.sec_access .access_range h3 {
	margin: 0 0 10px 0;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
}

/* -----------------------------------------------
address_mass
*/
.sec_access .access_range .address_mass {
	margin: 0 0 0 0;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

/* -----------------------------------------------
map_range
*/
.sec_access .map_range {
	width: 100%;
}

.sec_access #map {
	position: relative;
	width: 100%;
	height: 500px;
	z-index: 1;
}


/* ===============================================
sec_contact
=============================================== */
.sec_contact {
	padding: 0 0 0 0;
	background-color: #2d2d2d;
}

.sec_contact .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 85px 0 90px 0;
}

/* -----------------------------------------------
contact_range
----------------------------------------------- */
.sec_contact .contact_range h3 {
	margin: 0 0 10px 0;
	color: #ef8200;
	font-size: 26px;
	text-align: center;
}

/* -----------------------------------------------
lead_mass
*/
.sec_contact .contact_range .lead_mass {
	margin: 0 0 35px 0;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

/* -----------------------------------------------
contact_mass
*/
.sec_contact .contact_range .contact_mass {
	text-align: center;
}

.sec_contact .contact_range .contact_mass a {
	display: inline-block;
	padding: 12px 85px 10px 85px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 20px;
}

.sec_contact .contact_range .contact_mass a:hover {
	opacity: 0.5;
}

