@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_main
=============================================== */
.sec_main .inner_sec {
	position: relative;
}

/* -----------------------------------------------
view_range
----------------------------------------------- */
.sec_main .view_range {
	position: relative;
	overflow: hidden;
}

.sec_main .view_range h2 {
	width: 200%;
	margin: 0 -50%;
	text-align: center;
}

.sec_main .view_range img {
	width: auto;
}

/* -----------------------------------------------
links_range
----------------------------------------------- */
.sec_main .links_range {
	position: absolute;
	top: 66px;
	left: 0;
	width: 100%;
}

.sec_main .links_range .inner_range {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.sec_main .links_range li {
	display: inline-block;
}

.sec_main .links_range li:nth-child(1) {
	position: absolute;
	top: 242px;
	left: 50px;
}

.sec_main .links_range li:nth-child(2) {
	position: absolute;
	top: -10px;
	left: 175px;
}

.sec_main .links_range li:nth-child(3) {
	position: absolute;
	top: 410px;
	left: 342px;
}

.sec_main .links_range li:nth-child(4) {
	position: absolute;
	top: 38px;
	left: 638px;
}

.sec_main .links_range li:nth-child(5) {
	position: absolute;
	top: 345px;
	left: 695px;
}

.sec_main .links_range li a img:hover {
	opacity: 0.7;
}


/* ===============================================
sec_about
=============================================== */
.sec_about {
	background: #f7f7f7;
}

.sec_about .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 90px 0;
}

/* -----------------------------------------------
intro_range
----------------------------------------------- */
.sec_about .intro_range {
	margin: 0 0 75px 0;
}

.sec_about .intro_range .txt_mass {
	text-align: center;
}

.sec_about .intro_range .txt_mass h3 {
	margin: 0 0 10px 0;
	color: #00698c;
	font-size: 32px;
	line-height: 1.4;
}

.sec_about .intro_range .txt_mass .txt_area {
	font-size: 18px;
	line-height: 1.6;
}

/* -----------------------------------------------
links_range
----------------------------------------------- */
.sec_about .links_range .links_mass ul {
	/* 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 .links_range .links_mass li {
	width: 315px;
}

.sec_about .links_range .links_mass .page_name_area {
	margin: 0 0 30px 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec_about .links_range .links_mass .page_name_area .box_block {
	width: 107px;
	height: 107px;
	background: #00698c;
	/* 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_about .links_range .links_mass .page_name_area .box_block .txt {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

.sec_about .links_range .links_mass .txt_area {
	height: 4em;
	margin: 0 0 45px 0;
	font-size: 16px;
	line-height: 1.6;
}

.sec_about .links_range .links_mass .view_box_area a {
	position: relative;
	width: 315px;
	height: 205px;
	background: #ffffff;
	/* 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_about .links_range .links_mass .view_box_area a:hover {
	opacity: 0.7;
}

.sec_about .links_range .links_mass .view_box_area a:before {
	position: absolute;
	left: 50%;
	top: -27px;
	z-index: 2;
	content: "";
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background: #ffffff;
	width: 22px;
	height: 27px;
	-webkit-transform: translate(-11px, 0);
	transform: translate(-11px, 0);
}


/* ===============================================
sec_service
=============================================== */
.sec_service .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 90px 0 80px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_service .ttl_range {
	padding: 0 0 50px 0;
	background-color: #ffffff;
	text-align: center;
}

.sec_service .ttl_range .view_mass {
	margin: 0 0 15px 0;
}

.sec_service .ttl_range h3 {
	margin: 0 0 10px 0;
	color: #006ab8;
	font-size: 36px;
	line-height: 1.2;
}

/* -----------------------------------------------
sa_list_range
----------------------------------------------- */
.sec_service .sa_list_range {
	margin: 0 0 90px 0;
}

.sec_service .sa_list_range .list_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_service .sa_list_range .list_mass li {
	width: 225px;
}

.sec_service .sa_list_range .list_mass li a {
	display: block;
}

.sec_service .sa_list_range .list_mass li a:hover {
	opacity: 0.7;
}

.sec_service .sa_list_range .list_mass li .view_area {
	margin: 0 0 25px 0;
}

.sec_service .sa_list_range .list_mass li .txt_area {
	position: relative;
	padding: 0 0 0 20px;
}

.sec_service .sa_list_range .list_mass li .txt_area:before {
	position: absolute;
	top: 8px;
	left: 3px;
	display: inline-block;
	content: "";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 5px;
	height: 5px;
	border: 2px solid;
	border-color: #c11e21 #c11e21 transparent transparent;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	/* transform */
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sec_service .sa_list_range .list_mass li .txt_area .txt {
	padding: 0 0 0 0;
	font-size: 18px;
	line-height: 1.4;
}

/* -----------------------------------------------
banner_range
----------------------------------------------- */
.sec_service .banner_range {
	margin: 0 0 70px 0;
}

.sec_service .banner_range li a img:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
contact_range
----------------------------------------------- */
.sec_service .contact_range {
	margin: 0 0 0 0;
}

.sec_service .contact_range .contact_mass h4 {
	margin: 0 0 10px 0;
	color: #00698c;
	font-size: 32px;
	text-align: center;
}

.sec_service .contact_range .contact_mass .lead_area {
	margin: 0 0 28px 0;
	font-size: 18px;
	text-align: center;
}

.sec_service .contact_range .contact_mass .bt_area {
	text-align: center;
}

.sec_service .contact_range .contact_mass .bt_area a {
	position: relative;
	display: inline-block;
	width: 400px;
	padding: 19px 25px 17px 25px;
	border-radius: 7px;
	background-color: #9D0B0E;
	text-align: center;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_service .contact_range .contact_mass .bt_area a:hover {
	opacity: 0.7;
}

.sec_service .contact_range .contact_mass .bt_area a:after {
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	content: "";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 36px;
	height: 24px;
	background: url(../../img/contents/index/sec_service_contact_contact_bt_icon_01.png) no-repeat 0 0;
	/* transform */
	transform: translateY(-50%);
}

.sec_service .contact_range .contact_mass .bt_area a .txt {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.1;
}


