@charset "utf-8";
/*-----------------------------------------------------------
===  [ base CSS ]  ====================================
------------------------------------------------------------*/

/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. base layout

*/
/* ***************************************************************************** */

/** -------------------------------------------------------
 ** 01. base layout
 ** ------------------------------------------------------- */
/* font
----------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address,
figcaption,
small,
label,
time,
button,
input {
	line-height: 2.0;
}

/* Clearfix */
.clr {
	/zoom : 1;
}
.clr:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

/* PC */
@media screen and (min-width: 1020px) {
.sp {
	display: none;
}
}


/* SP */
@media screen and (max-width: 1019px) {
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address,
figcaption,
small,
label,
time,
button,
input {
	line-height: 1.7;
}
.pc {
	display: none;
}
}
/* html
----------------------------------------------------*/
html {
	font-size: 10px;
	min-width: 320px;
}
/* body
----------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	color: #222;
	text-align: center;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
/* -- link -- */
a:link {
	color: #222;
	text-decoration: none;
}
a:visited {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
a:active {
	color: #222;
	text-decoration: none;
}
.open {
	display: block;
}

/* SP */
@media screen and (max-width: 1019px) {
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
}
/* SP */
@media screen and (max-width: 1019px) {
	#all_wrap {
		padding-top: 60px;
	}
}

/* container
----------------------------------------------------*/
#container {
	transform: none !important;
	right: 0px;
}
/* PC */
@media screen and (min-width: 1020px) {
	#container {
		transition: none !important;
	}
}
/* SP */
@media screen and (max-width: 1019px) {
	body #container {
    transition: 400ms !important;
	}
	body.slide_open #container {
		right: 260px;
	}
}





/* header
----------------------------------------------------*/
#header {
	background: #fff;
	text-align: left;
}
/* PC */
@media screen and (min-width: 1020px) {
	#all_wrap.fix {
		padding-top: 137px;
	}
	#all_wrap.fix #header {
		position: fixed;
		width: 100%;
		top: -73px;
		left: 0;
		z-index: 1000;
	}
}
/* SP */
@media screen and (max-width: 1019px) {
	#header {
		transition-duration: 400ms;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 10000;
	}
	body.slide_open #header {
		right: 260px
	}
}


#hd_inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/* clearfix */
#hd_inner:after {
	content: "";
	clear: both;
	display: block;
}
#hd_logo01 {
	width: 130px;
	height: 60px;
	float: left;
	margin: 30px 0 23px;
}
#hd_logo01 a {
	height: 50px;
	display: block;
	background: url(/img/sp/cmn_hd_logo01.png) no-repeat left top;
	background-size: cover;
	text-indent: -9999px;
}
#sp_hd_btn_menu {
	display: none;
}

/* PC */
@media screen and (min-width: 1020px) {
/*#header {
	position: absolute;
	top: 0px;
	width: 100%;
}*/

#hd_logo01 {
	width: 576px;
	height: 33px;
	float: left;
	margin: 30px 0 23px;
}
#hd_logo01 a {
	display: block;
	background: url(/img/pc/cmn_hd_logo01.png) no-repeat left top;
	background-size: 576px 33px;
	text-indent: -9999px;
	height: 33px;
}
}

/* SP */
@media screen and (max-width: 1019px) {
#hd_inner {
	width: auto;
	height: 60px;
}
#hd_logo01 {
	width: 224px;
	height: 50px;
	margin: 6px 0 0 10px;
}
#sp_hd_btn_menu {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
}
#sp_hd_btn_menu a {
	display: block;
	width: 100%;
	height: 100%;
	background: #0068b7;
	position: relative;
}
#sp_hd_btn_menu a span {
	display: block;
	background: #fff;
	width: 18px;
	height: 2px;
	position: absolute;
	left: 22px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#sp_hd_btn_menu a span:first-child {
	top: 24px;
}
#sp_hd_btn_menu a span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#sp_hd_btn_menu a span:last-child {
	bottom: 24px;
}
.slide_open #sp_hd_btn_menu a span:first-child {
	-webkit-transform: translateY(5px) rotate(45deg);
	-moz-transform: translateY(5px) rotate(45deg);
	-ms-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}
.slide_open #sp_hd_btn_menu a span:nth-child(2) {
	opacity: 0;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}
.slide_open #sp_hd_btn_menu a span:last-child {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	-moz-transform: translateY(-5px) rotate(-45deg);
	-ms-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}
}

/* sns
----------------------------------------------------*/
/* PC */
@media screen and (min-width: 1020px) {
#header .sns {
	float: right;
	margin-top: 33px;
}
#header .sns li {
	float: left;
	margin-left: 10px;
}
#header .sns li:first-child {
	position: relative;
	top: -7px;
}
}
/* global_navi
----------------------------------------------------*/
/* PC */
@media screen and (min-width: 1020px) {
#gnav {
	//float: right;
	clear: both;
}
/* clearfix */
#gnav > ul:after {
	content: "";
	clear: both;
	display: block;
}
#gnav > ul > li {
	position: relative;
	float: left;
	padding-bottom: 13px;
	line-height: 1.0;
}
#gnav > ul > li:first-child {
	margin: 0;
}
#gnav > ul > li > a {
	display: block;
	text-indent: -9999px;
	background: url(/common/img/pc/cmn_gnav_bg01.png) no-repeat;
	height: 36px;
}
#gnav ul li#gnav_top > a {
	width: 120px;
	background-position: 0 0;
}
#gnav ul li#gnav_construction_companies > a {
	width: 140px;
	background-position: -120px 0;
}
#gnav ul li#gnav_know > a {
	width: 180px;
	background-position: -260px 0;
}
#gnav ul li#gnav_field_star > a {
	width: 140px;
	background-position: -440px 0;
}
#gnav ul li#gnav_education > a {
	width: 140px;
	background-position: -700px 0;
}
#gnav ul li#gnav_blog > a {
	width: 140px;
	background-position: -840px 0;
}
#gnav ul li#gnav_movie > a {
	width: 120px;
	background-position: -580px 0;
}
#gnav ul li#gnav_top > a:hover,
#gnav ul li#gnav_top > a:active {
	background-position: 0 -36px;
}
#gnav ul li#gnav_construction_companies > a:hover,
#gnav ul li#gnav_construction_companies > a:active {
	background-position: -120px -36px;
}
#gnav ul li#gnav_know > a:hover,
#gnav ul li#gnav_know > a:active {
	background-position: -260px -36px;
}
#gnav ul li#gnav_field_star > a:hover,
#gnav ul li#gnav_field_star > a:active {
	background-position: -440px -36px;
}
#gnav ul li#gnav_education > a:hover,
#gnav ul li#gnav_education > a:active {
	background-position: -700px -36px;
}
#gnav ul li#gnav_blog > a:hover,
#gnav ul li#gnav_blog > a:active {
	background-position: -840px -36px;
}
#gnav ul li#gnav_movie > a:hover,
#gnav ul li#gnav_movie > a:active {
	background-position: -580px -36px;
}
#gnav > ul > li > div {
	display: none;
}
#gnav > ul > li#gnav_know > div {
	position: absolute;
	top: 49px;
	left: 0;
	width: 175px;
	padding: 20px 30px;
	background: #0f6ab5 ;
	z-index: 1000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 0 0 5px 5px;
}
#gnav > ul > li > div li + li {
	margin-top: 10px;
}
#gnav > ul > li > div li a {
	display: block;
	padding-left: 20px;
	color: #fff;
	background: url(/common/img/cmn_ico_arrow_nav.png) left center no-repeat;
}


}

/* SP */
@media screen and (max-width: 1019px) {
#gnav {
	display: none;
}
}
/* contents
----------------------------------------------------*/
#contents {
	background: #f0f0f0 url(/common/img/pc/cmn_body_bg01.png) repeat-y center top;
	text-align: left;
	padding: 0 0 137px;
}
/* clearfix */
#contents:after {
	content: "";
	clear: both;
	display: block;
}
#contents a img:hover {
	opacity: 0.6;
}

/* SP */
@media screen and (max-width: 1019px) {
#contents {
	background: #f0f0f0 url(/common/img/sp/cmn_body_bg01.png) repeat-y center top;
	background-size: 502px auto;
	padding: 0 0 60px;
}
#contents a img:hover {
	opacity: 1;
}
}
/* main
----------------------------------------------------*/
#main {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 0;
}

/* SP */
@media screen and (max-width: 1019px) {
#main {
	width: auto;
	margin: 0 10px;
	padding: 25px 0 0;
}
}
/* sp_nav
----------------------------------------------------*/
#sp_nav_wrap {
	background: #fff;
	text-align: left;
}

/* PC */
@media screen and (min-width: 1020px) {
#sp_nav_wrap {
	display: none;
}
}

/* SP */
@media screen and (max-width: 1019px) {
#sp_nav_wrap {
	visibility: hidden !important;
	transition-property: visibility !important;
	z-index: -1 !important;
}
body.slide_open #sp_nav_wrap {
	visibility: visible !important;
	transition-property: z-index !important;
	z-index: 1 !important;
}
#sp_gnav > ul > li {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
#sp_gnav > ul > li > a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: url(/common/img/cmn_ico_arrow01.png) no-repeat 240px center;
	background-size: 9px 16px;
}
#sp_gnav > ul > li.sp_gnav_close > a {
	background: #ebebeb;
	color: #888;
	cursor: default;
}
#sp_gnav > ul > li.subNav > a {
	background: url(/common/img/cmn_ico_open.png) no-repeat 236px center;
	background-size: 15px 15px;
}
#sp_gnav > ul > li.subNav > a.open {
	background: url(/common/img/cmn_ico_close.png) no-repeat 236px center;
	background-size: 15px 2px;
}

#sp_gnav > ul > li > a.active {
	color: #0068b7;
}
#sp_gnav > ul > li > a > span {
	font-size: 0.4rem;
}
#sp_gnav > ul > li.subNav > div {
	display: none;
}
#sp_gnav > ul > li.subNav li {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
#sp_gnav > ul > li.subNav li a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: #f6f6f6 url(/common/img/cmn_ico_arrow01.png) no-repeat 240px center;
	background-size: 9px 16px;
}
#sp_gnav > ul > li#sp_gnav_home > a {
	font-size: 16px;
    line-height: 25px;
}
#sp_nav_wrap .sns li {
	border: none;
	height: 40px;
	padding: 0 20px;
}
#sp_nav_wrap .sns li a {
	display:inline;
	vertical-align: middle;
	padding: 0;
	position:static;
}
#sp_nav_wrap .sns li a:after{
	display:none;}
#sp_nav_wrap .sns li:nth-child(2),#sp_nav_wrap .sns li:nth-child(3){
	display:inline;
	padding: 0 0 0 20px;}
#sp_nav_wrap .sns li:nth-child(3){
	padding: 0 0 0 10px;}
}
/* footer
----------------------------------------------------*/
#footer {
	clear: both;
	background: #111;
	text-align: left;
	position: relative;
}
/* clearfix */
#footer:after {
	content: "";
	clear: both;
	display: block;
}
#ft_copy {
	font-size: 1.1rem;
	color: #fff;
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}
#ft_copy .sns {
	float: left;
}
#ft_copy .sns li {
	padding:0;
	float:left;
	margin-left: 10px;
}
#ft_copy .sns li:first-child {
	position: relative;
	top: -1px;
}
#ft_copy small {
	float: right;
	opacity: 0.5;
}
#ft_totop {
	display: none;
	position: absolute;
	right: 22px;
	top: -65px;
}
.totop_fixed #ft_totop {
	display: block;
}
#ft_totop a {
	display: block;
	width: 55px;
	height: 55px;
	background: url(/common/img/cmn_ft_totop01.png) no-repeat left top;
	background-size: contain;
	text-indent: -9999px;
}
#ft_totop a:hover {
	opacity: 0.6;
}

/* SP */
@media screen and (max-width: 1019px) {
#ft_copy {
	font-size: 1.0rem;
	width: auto;
	text-align: center;
	padding: 10px;
}
#ft_copy .sns {
	float: none;
	margin: 10px 10px 15px;
	text-align:center;
}
#ft_copy .sns li{
	margin:5px;
	float:none;
	display:inline-table;}
#ft_copy small {
	float: none;
}
#ft_totop {
	top: -50px;
}
.slide_open #ft_totop {
	display: none;
}
#ft_totop a {
	width: 40px;
	height: 40px;
}
#ft_totop a:hover {
	opacity: 1;
}
}
#append_totop {
	display: none;
	position: fixed;
	z-index: 10;
	top: auto;
	bottom: 10px;
	right: 22px;
}
#append_totop a {
	display: block;
	width: 55px;
	height: 55px;
	background: url(/common/img/cmn_ft_totop01.png) no-repeat left top;
	background-size: contain;
	text-indent: -9999px;
}
#append_totop a:hover {
	opacity: 0.6;
}
.slide_open #append_totop,
#all_wrap.totop_fixed #append_totop {
	display: none !important;
}

/* SP */
@media screen and (max-width: 1019px) {
#append_totop a {
	width: 40px;
	height: 40px;
}
#append_totop a:hover {
	opacity: 1;
}
}
/* ***************************************************************************** */

#container {
	z-index: 2;
	position: relative;
}
#blocker {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}
.slide_open #blocker {
	display: block;
}
.slidemenu {
	top: 0;
	width: 260px;
	/*width: 100%;
	padding: 0 0 0 60px;
	box-sizing: border-box;*/
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu .slidemenu-header {
	position: relative;
}
.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
	padding: 0 0 25px;
}
.slidemenu-left {
	left: 0;
}
.slidemenu-right {
	right: 0;
}
@media screen and (max-width: 374px) {
.slidemenu {
  width:calc(100% - 60px);
  max-width: 260px;
}
}


/* PC */
@media screen and (min-width: 1020px) {

/* 下層MV
----------------------------------------------------*/
#mvSub {
	height: 180px;
	background: #0168b7;
	
	/*padding-top: 135px;
	background-position: center bottom !important;*/
}
#mvSub h2 {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	font-size: 2.8rem;
	color: #fff;
	line-height: 1.6;
}
#mvSub h2 span {
	display: table-cell;
	height: 180px;
	vertical-align: middle;
}
#mvSub h2 b {
	display: block;
	font-size: 1.7rem;
	font-weight: normal;
}
#main h3 {
	background: #222;
	color: #fff;
	border-left: 12px solid #0068b7;
	padding: 6px 12px 5px;
	font-size: 2rem;
	margin: 0 0 20px;
}
#main h4 {
	font-size: 1.6rem;
	border-left: 4px solid #0068b7;
	padding: 1px 12px 0px;
	line-height: 1;
	margin: 0 0 20px;
}
	
/* breadCrumb
----------------------------------------------------*/
#breadCrumb {
	background: #222;
	text-align: left;
	color: #b4b4b4;
	font-size: 1.1rem;;
}
#breadCrumb a {
	color: #fff;
}
#breadCrumb ul {
	width: 980px;
	margin: 0 auto;
	padding: 14px 0;
}
#breadCrumb li {
	display: inline;
	padding: 0 10px 0 16px;
	background: url(/common/img/icon_arw_breadcrumb.png) left 4px no-repeat;
}
#breadCrumb li:first-child {
	padding-left: 0;
	background: none;
}

/* 共通パーツ
----------------------------------------------------*/
/* btn */
.btn.return {
	width: 480px;
	margin: 0 auto;
}
.btn.return a {
	display: block;
	width: 480px;
	height: 68px;
	line-height: 68px;
	font-size: 1.8rem;
	text-align: center;
	border: 1px solid #d2d2d2;
}
.btn.return a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.btn.return a span {
	background: url(/common/img/cmn_ico_arrow04.png) no-repeat left center;
	background-size: 7px 13px;
	padding-left: 20px;
}

.btn.link {
	width: 250px;
	margin: 0 auto;
}
.btn.link a {
	display: block;
	width: 250px;
	height: 55px;
	line-height: 55px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	background: #0068b7;
	border-radius: 2px;
}
.btn.link a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.btn.link a span {
	background: url(/common/img/cmn_ico_link.png) no-repeat right center;
	background-size: 12px;
	padding-right: 18px;
}

}

/* SP */
@media screen and (max-width: 1019px) {

/* 下層MV
----------------------------------------------------*/
#mvSub {
	position: relative;
	background: none;
}
#mvSub h2 {
	position: absolute;
    font-size: 20px;
    color: #0168b7;
	padding: 5px 15px;
	top: 50%;
	margin-top: -15px;
	background: url(/common/img/sp/bg_mv_sub.png) left top;
	z-index: 5;
}
#mvSub img {
	width: 100%;
	height: auto;
}
#main h3 {
	background: #222;
	color: #fff;
	border-left: 12px solid #0068b7;
	padding: 9px 10px 9px 16px;
	font-size: 1.8rem;
	margin: 0 0 20px;
	line-height: 1.4;
}
#main h4 {
	font-size: 1.6rem;
	border-left: 4px solid #0068b7;
	padding: 1px 12px 0px;
	line-height: 1;
	margin: 0 0 15px;
}
	
/* breadCrumb
----------------------------------------------------*/
#breadCrumb {
	background: #222;
	text-align: left;
	color: #b4b4b4;
	font-size: 1.1rem;;
}
#breadCrumb a {
	color: #fff;
}
#breadCrumb ul {
	padding: 10px 10px;
}
#breadCrumb li {
	position: relative;
	display: inline;
	padding: 0 3px 0 11px;
}
#breadCrumb li:before {
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}
#breadCrumb li:first-child {
	padding-left: 0;
	background: none;
}
#breadCrumb li:first-child:before {
	content: "";
}

/* 共通パーツ
----------------------------------------------------*/
.btn.return {
	width: 70%;
	margin: 0 auto;
}
.btn.return a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
	text-align: center;
	border: 1px solid #d2d2d2;
}
.btn.return a span {
	background: url(/common/img/cmn_ico_arrow04.png) no-repeat left center;
	background-size: 7px 13px;
	padding-left: 20px;
}

.btn.link {
	width: 70%;
	margin: 0 auto;
}
.btn.link a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	background: #0068b7;
	border-radius: 2px;
}
.btn.link a span {
	background: url(/common/img/cmn_ico_link.png) no-repeat right center;
	background-size: 12px;
	padding-right: 18px;
}


}


@media all and (-ms-high-contrast:none){

.btn.return a span,
.btn.return a span {
	background-position: left 5px;
	position: relative;
	top: 2px;
}

}
