@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_main_view
=============================================== */
.sec_main_view {
	position: relative;
	background: url(../../img/contents/index/sec_main_bg_01_900.jpg) no-repeat center 0;
	background-size: 100% auto;
}

.sec_main_view .inner_sec {
	height: 100vw;
}

/* Start SP--------------------------------------------------*/
@media screen and (min-width: 1500px) {
	.sec_main_view {
		background: url(../../img/contents/index/sec_main_bg_01_wide.jpg) no-repeat center 0;
		height: 1715px;
	}

}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
main_view_range
----------------------------------------------- */
.sec_main_view .main_view_range {
	width: 95%;
	margin: 0 auto;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_main_view .main_view_range a img:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
startup_mass
*/
.sec_main_view .main_view_range .startup_mass {
/*
	padding: 50px 0 170px 0;
*/
	padding: 4% 0 12% 0;
	text-align: right;
}

.sec_main_view .main_view_range .startup_mass .lead_area {
/*
	margin: 0 0 35px 0;
*/
	margin: 0 0 2.5% 0;
	font-size: 17px;
}

.sec_main_view .main_view_range .startup_mass .logo_area ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* -----------------------------------------------
main_mass
*/
.sec_main_view .main_view_range .main_mass {
	position: absolute;
	right: 9%;
	width: 30%;
	min-width: 320px;
	padding: 0 0 0 0;
	text-align: right;
}

.sec_main_view .main_view_range .main_mass img {
	width: 100%
}

.sec_main_view .main_view_range .main_mass .inner_mass {
	display: inline-block;
	padding: 0 0 0 0;
	text-align: center;
}

.sec_main_view .main_view_range .main_mass .logo_area {
/*
	margin: 0 0 45px 0;
*/
	margin: 0 0 5% 0;
}

.sec_main_view .main_view_range .main_mass .lead_area {
/*
	margin: 0 0 65px 0;
*/
	margin: 0 0 12% 0;
	color: #004a29;
	font-size: 40px;
	letter-spacing: 4px;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1500px) {
	.sec_main_view .main_view_range .main_mass .lead_area {
		font-size: calc(100vw * 38 / 1500);
	}
}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
explanation_mass
*/
.sec_main_view .main_view_range .explanation_mass {
	position: absolute;
/*
	bottom: 280px;
*/
	bottom: 16%;
	left: 4%;
	color: #004a29;
	font-size: 34px;
	letter-spacing: 4px;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1500px) {
	.sec_main_view .main_view_range .explanation_mass {
		font-size: calc(100vw * 34 / 1500);
	}
}/* End SP----------------------------------------------------*/


/* ===============================================
sec_news
=============================================== */
.sec_news {
	background-color: #f3f3f5;
}

.sec_news .inner_sec {
	padding: 80px 0 80px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_news .ttl_range {
	margin: 0 0 25px 0;
}

.sec_news .ttl_range h3 {
	font-size: 36px;
	letter-spacing: 10px;
	text-align: center;
}

/* -----------------------------------------------
news_range
----------------------------------------------- */
.sec_news .news_range {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.sec_news .news_range .inner_range {
	padding: 0 0 0 0;
}

/* -----------------------------------------------
list_mass
*/
.sec_news .news_range .list_mass {
	padding: 0 0 50px 0;
}

.sec_news .news_range .list_mass li {
    display: block;
	margin: 0 0 0 0;
	padding: 18px 0 18px 0;
	border-bottom: 1px dashed #2274e2;
}

.sec_news .news_range .list_mass li:first-child {
	border-top: none;
}

.sec_news .news_range .list_mass li.is-hidden {
    display: none;
}

.sec_news .news_range .list_mass .ttl_area {
	/* flex */
	display: -webkit-flex;
	display: flex;
}

.sec_news .news_range .list_mass .ttl_area .date {
	display: inline-block;
	margin: 2px 14px 0 0;
	font-size: 18px;
}

.sec_news .news_range .list_mass li .ttl_area .icon {
	display: inline-block;
	margin: 0 20px 0 0;
}

.sec_news .news_range .list_mass li .ttl_area .icon span {
	display: inline-block;
	width: 44px;
	padding: 5px 0 4px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.sec_news .news_range .list_mass li .ttl_area .icon .new {
	background-color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.sec_news .news_range .list_mass li.new .ttl_area .icon .new {
	background-color: #f4a000;
	text-indent: 0;
	color: #ffffff;
	overflow: visible;
}

.sec_news .news_range .list_mass .ttl_area .ttl {
	padding: 1px 0 0 0;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
	/* flex */
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.sec_news .news_range .list_mass .ttl_area .ttl a {
	word-break: break-all;
	text-decoration: underline;
}

.sec_news .news_range .list_mass .ttl_area .ttl a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
bt_mass
*/
.sec_news .news_range .bt_mass {
	display: none;
	padding: 0 0 0 0;
	text-align: center;
}

.sec_news .news_range .bt_mass.on {
	display: block;
}

.sec_news .news_range .bt_mass .bt_core {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 8px 35px 6px 35px;
	background-color: #007f6e;;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_news .news_range .bt_mass .bt_core:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: 0 0 0 0;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #ffffff #ffffff transparent transparent;
	/* transform */
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.sec_news .news_range .bt_mass .bt_core:hover {
	opacity: 0.7;
}


/* ===============================================
sec_corporate
=============================================== */
.sec_corporate {

}

.sec_corporate .inner_sec {
	width: 750px;
	margin: 0 auto;
	padding: 70px 0 110px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_corporate .ttl_range {
	margin: 0 0 35px 0;
}

.sec_corporate .ttl_range .sub_block {
	margin: 0 0 1px 0;
	color: #277b6e;
	font-size: 22px;
	text-align: center;
}

.sec_corporate .ttl_range h3 {
	font-size: 30px;
	letter-spacing: 14px;
	text-align: center;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
/* -----------------------------------------------
info_mass
*/
.sec_corporate .about_range .info_mass {
	font-size: 30px;
	text-align: center;
}

.sec_corporate .about_range .info_mass table {
	width: 100%;
	border-collapse: collapse;
}

.sec_corporate .about_range .info_mass table th,
.sec_corporate .about_range .info_mass table td {
	border: 2px solid #ffffff;
}

.sec_corporate .about_range .info_mass th {
	width: 110px;
	padding: 2px 0 18px 0;
	color: #000000;
	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_corporate .about_range .info_mass th .ttl_area {
	display: block;
	width: 100%;
	padding: 10px 10px 8px 10px;
	background-color: #e6e6e6;
	text-align: center;
	/* justify */
	text-align:justify;
	text-align-last:justify;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_corporate .about_range .info_mass td {
	padding: 8px 2px 2px 40px;
	color: #000000;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}

.sec_corporate .about_range .info_mass td a {
	text-decoration: underline;
}

.sec_corporate .about_range .info_mass td .list_ex_01 li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}


/* ===============================================
sec_contact
=============================================== */
.sec_contact {
	background-color: #f3f3f5;
}

.sec_contact .inner_sec {
	padding: 90px 0 110px 0;
}

/* -----------------------------------------------
contact_range
----------------------------------------------- */
.sec_contact .contact_range .lead_mass {
	margin: 0 0 25px 0;
	font-size: 30px;
	text-align: center;
}

/* -----------------------------------------------
bt_mass
*/
.sec_contact .contact_range .bt_mass {
	text-align: center;
}

.sec_contact .contact_range .bt_mass a {
	position: relative;
	display: inline-block;
	width: 575px;
	margin: 0 auto;
	padding: 25px 60px 25px 60px;
	border-radius: 4px;
	background-color: #277b6e;;
	color: #ffffff;
	font-size: 23px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	cursor: pointer;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_contact .contact_range .bt_mass a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 58px;
	height: 38px;
	margin: 0 0 0 0;
	background: url(../../img/contents/index/sec_contact_contact_bt_icon_mail.png) no-repeat 0 0;
	/* transform */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sec_contact .contact_range .bt_mass a:hover {
	opacity: 0.7;
}

