@charset "utf-8";
/* CSS Document */
/*------------------共通------------------*/
body {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 1.5;
}

.left { float: left; }
.right { float: right; }
.text_c { text-align: center; }

.inbox {
	padding: 0 10px;
	margin: auto;
}

img{
	max-width: 100%;
	height: auto;
}

a:hover { opacity: 0.8; }

.cmn_dl dl {
	overflow: hidden;
}
.cmn_dl dt, .cmn_dl dd {
}

/*header
---------------------------------------------------------*/
#header_w {
	background:url(/../sp/img/common/header_bg.jpg) repeat-x left bottom #e4f5ff;
}

#h1_wrap {
	background-color:#2058ab;
	padding: 10px 0;
}

#header_w h1 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px;
	display: none;
}

#header_inner {
	padding: 10px 0px 12px 10px;
}
#h_logo{
	margin-top: 6px;
	max-width: 62%;
}

#h_logo, #header_r li {
	float: left;
}
#header_r nav>ul>li{
	width: 42px;
	height: 42px;
	position: relative;
}

#h_tel {
	margin-top: 3px;
}
#navi{
	display: none;
}

#header_r li:first-child {
	margin-right: 13px;
}

/*navi
---------------------------------------------------------*/
#navi {
	background-color:#e4f5ff;
}

#navi #gnavi {
	margin:0 auto;
	padding: 0px 0px 10px;
}

#navi #gnavi>li {

	position:relative;
	height:40px;
	border-right:1px dotted #5b92e5;
}

#navi #gnavi>li:first-child {
	border-left:1px dotted #5b92e5;
}

/*dropdown*/
#navi * {
    transition: .20s ease-in;
    -webkit-transition: .20s ease-in;
    -moz-transition: .20s ease-in;
    -o-transition: .20s ease-in;
    -ms-transition: .20s ease-in;
}

#navi ul li ul {
	width:100%;
	text-align:center;
    position: absolute;
	top:45px;
    left:0;
    right:0;
    margin:auto;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter: alpha( opacity=0 );
    z-index:999;
}
#navi ul li:hover ul {
    visibility: visible;
    opacity: 100;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha( opacity=100 );
}
#navi ul li ul li {
    width: 100%;
    border-bottom: 1px solid #91BFFF;
    background-color:rgba(91,146,229,0.8);
}

#navi ul li ul li:hover {
    background-color:rgba(91,146,229,0.6);
}


/*sp_nav*/

.navi-wrap {
	text-align: right;
	position:absolute;
	width: 100%;
	top:0;
	z-index:999;
}

.menu_btn {
	z-index:999;
	padding: 2% 2% 2% 0;
}

.navi {
	box-sizing: border-box;
	width: 250px;
	z-index:998;
	clear: both;
	float:right;
	margin:2% 2% 0 0;
	border-radius: 6px;
	background-color: rgba(0,93,173,0.9);
}

.sp_nav_wrap{
	float: right;
	margin-right: 10px;
}
.sp_nav_wrap li{
	width: 40px;
	position: relative;
	float: left;
}
.sp_nav_wrap li:first-child{
	margin-right: 20px;
}
.navi-wrap{
	position: relative;
}
.navi li{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.navi li:last-child {
	border-bottom: none;
}

.navi li a {
	color:#fff;
	text-decoration:none;
	display:block;
	box-sizing:border-box;
	padding-left:25px;
	background:url(/../sp/img/nav_ar.png) no-repeat 10px center;
	background-size:5px 10px;
	text-align:left;
	display: block;
	padding: 15px;
}



/*main_visual
---------------------------------------------------------*/
#main_visual {
	width:100%;
	background:url(/../sp/img/main_visual_bg.jpg) no-repeat center top;
	background-size:cover;
	text-align:center;
}

.top_title {
	color: #fff;
	font-size: 26px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 10px;
}
.top_title span {
	display: block;
	padding: 20px 0px;
}

/*top
---------------------------------------------------------*/
/* section01 =================*/
#section01 {
	padding: 30px 0px 40px;
}

#sec01_title {
	background: url(/../sp/img/top/sec01_arrow.png) no-repeat center bottom;
}
#sec01_title::before {
    content: url("/../sp/img/top/sec01_l.png");
    position: absolute;
    margin: 10px 0px 0px -250px;
}
#sec01_title::after {
    content: "";
    background: url("/../sp/img/top/sec01_line.png") no-repeat left bottom;
    height: 25px;
    position: absolute;
    margin: -35px 0px 0px 56px;
    width: 55px;
}

#sec01_title span {
	background: url(/../sp/img/common/bg04.gif) repeat;
}

.sec01_text {
	font-size: 16px;
	border-top: 2px dotted #CCCCCC;
	border-bottom: 2px dotted #CCCCCC;
	padding: 20px 0px;
	margin-bottom: 25px;
}

.sec01_li li {
	text-align: center;
	margin-bottom: 20px;
}

.sec01_li li:last-child {
	margin-right: 0px;
}

.sec01_li li dd {
	line-height: 150%;
	text-align: left;
	padding: 10px 0px;
	margin-top: 10px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

/* section02 =================*/
#section02 {
	margin: 0px 0px 40px;
}

#sec02_title {
	background: url(/../sp/img/top/sec02_arrow.png) no-repeat center bottom;
	position: relative;
}
#sec02_title span {
	background: url(/../sp/img/common/bg03.gif) repeat;
}
#sec02_title::after {
    content: "";
    background: url("/../sp/img/top/sec02_r.png")no-repeat left top;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 30px;
    top:10px;
}

.sec02_li {
	margin-bottom: 30px;
}

.sec02_li li {

}
.sec02_li li:first-child {
	margin: 0px 0px 20px 0px;
}
.sec02_li li:last-child {
	margin-right: -5px;
}

.sec02_li li dd {

	margin: 5px 0px 0px 8px;
	line-height: 150%;
}

#section02 .inbox p a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 26vw;
	position: relative;
	text-align: center;
}

#section02 .inbox p img{
	max-width: 170%;
	position: absolute;
	left: -45%;
	right:-50%;
	margin: 0 auto;
	display: block;
}

/* section03 =================*/
#section03 {
	padding: 50px 0px;
	background:url(/../sp/img/common/bg01.gif) repeat left top #e6e6e6;
}

.sec03_w {
	padding: 25px 20px 20px;
	background: url(/../sp/img/top/sec03_line.jpg) repeat-x center top #fff;
	border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px;
}

.sec03_title {
	color: #2058AB;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	background: url(/../sp/img/top/sec03_line02.png), url(/../sp/img/top/sec03_line02.png);
	background-repeat: no-repeat;
	background-position: left 65% , right 45%;
}
.sec03_title span {
	display: block;
	font-size: 10px;
	color: #B8CEED;
	margin-top: 10px;
	letter-spacing: 2px;
}

.sec03_li li {
	margin-bottom: 10px;
}
.sec03_li li:last-child {
	margin-right: 0px;
}

/* section04 =================*/
#section04 {
	padding: 30px 0px 40px;
}

#top_news {
	margin-bottom: 40px;
}

#top_news, #top_case {
	position: relative;
}

.sec04_title {
	color: #fff;
	font-size: 20px;
	padding: 15px 0px 15px 50px;
	border-top-left-radius: 6px; border-top-right-radius: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px;
}

.top_archive {
	background-color: #F5F5F5;
	border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px;
}

.top_archive li {
	border-bottom: 1px dotted #b3b3b3;
}
.top_archive li:last-child {
	border: none;
}

.top_archive li dd {
	color: #3c3c3c;
}

.sec04_btn {
	font-size: 12px;
	position: absolute;
	top: 5px;
	right: 10px;
	padding-left: 15px;
	background: url(/../sp/img/common/arrow02.png) no-repeat center left;
}

.sec04_btn a {
	color: #fff;
	display: block;
	padding: 15px 0px;
}

/*=========================*/
#top_news .sec04_title {
	background: url(/../sp/img/top/top_news.png),url(/../sp/img/common/bg03.gif);
	background-repeat: no-repeat, repeat;
	background-position: 1.5% center, center;
}
#top_news li {
	padding: 0px 15px;
}
#top_news li a {
	display: block;
	padding: 22px 0px;
}
#top_news dt {
	color: #5b92e5;
	padding-left: 15px;
	margin-bottom: 8px;
	background: url(/../sp/img/common/arrow01.png) no-repeat center left;
}

.tumb,
.tumb_a  {
	float: left;
	width: 30%; /*トリミング後の横幅*/
	height: 100px; /*トリミング後の縦幅*/
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.tumb img,
.tumb_a img  {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}




#top_case .sec04_title {
	background: url(/../sp/img/top/top_case.png),url(/../sp/img/common/bg05.gif);
	background-repeat: no-repeat, repeat;
	background-position: 2.8% top, center;
}
#top_case li {
	padding: 0px 10px;
}
#top_case li a {
	display: block;
	padding: 8px 0px;
}
#top_case dd {
	width: 58%;
	float: left;
	margin-left: 15px;
	padding: 25px 0px 25px 15px;
	background: url(/../sp/img/common/arrow03.png) no-repeat center left;
}

/* ====================================*/
#pageTop {
	color: #FFF;
	position: fixed;
	bottom: 5%;
	right: 3%;
	z-index: 999;
}

/*footer
---------------------------------------------------------*/
#footer {
	overflow: hidden;
	font-size: 12px;
	padding-top: 15px;
	position: relative;
	z-index: 9999;
	border-top: 2px solid #4b83d8;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

#f_navi {
	color: #fff;
	background:url(/../sp/img/common/bg02.gif) repeat left top #4b83d8;
	text-align:center;
	padding: 14px 0px;
	display: none;;
}

#f_navi ul {
	width: 90%;
	margin: auto;
}

#f_navi li {

}

#f_navi li a {
	padding: 0px 5px;
}

#f_box {
	text-align: center;
	padding: 0px 0px 15px 10px;
}

#f_box li {
	margin: 5px 24px 0px 0px;
}
#f_box li:first-child{
}
#f_box li:nth-child(2){
	width: 100%;
}
#f_box li:last-child {
	margin: 0px 0px 0px 0px;
}

.f_add {
	color: #666666;
	margin-top: 10px;
}

#copyright {
	color:#FFF;
	background:url(/../sp/img/common/bg03.gif) repeat left top #4b83d8;
	font-size:10px;
	height:20px;
	line-height:20px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#copyright a, #f_navi li a {
	color: #fff;
}

/*　下層
---------------------------------------------------------*/
/*下層共通==================================*/

#main_w {
	background: url('/../sp/img/common/main_w.jpg') no-repeat center;
}

#main_in {
	overflow: hidden;
	background: url('/../sp/img/common/main_in.png') no-repeat center;
}

#main_area {
	padding: 30px 50px 25px;
	text-align: right;
}

#main_area::before {
    position: absolute;
    margin: -76px 0px 0px -960px;
}

#main_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#main_title img{
	height: 30px;
}

#main_sub {
	padding: 5px 0px;
	margin-top: 8px;
	background: url('/../sp/img/common/main_obi.png') no-repeat center right;
}

#main_sub img{
	height: 20px;
}

#under_w {
	background: url('/../sp/img/common/cmn_tp.png') no-repeat top left;
	background-size: 24% auto;
}

#container {
	padding: 40px 0px 50px;
}

#bread {
	font-size: 12px;
	overflow: hidden;
	padding: 10px 0px;
}

#bread ul {
	padding: 0px 10px;
}

#bread li {
	float: left;
	padding-right: 15px;
	background: url('/../sp/img/common/bread_line.png') no-repeat center right;
}
#bread li:last-child {
	background: none;
	margin-right: 0px;
}

.title01 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 25px;
	padding: 14px 15px 14px 20px;
	background: url(/../sp/img/common/bg03.gif) repeat;
}

.title02 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

.title02 span {
	display: block;
	color: #5b92e5;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	padding: 3px 0px 3px 10px;
	border-left: 8px solid #5b92e5;
}

.dl_st dl {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
}
.dl_st dl:last-child {
	border-bottom: 1px solid #ccc;
}

.dl_st dt {
	padding: 15px 15px;
}

.dl_st dd {
	background-color: #fff;
}

.sec_mb01 {
	margin-bottom: 60px;
}

.text_box {

	line-height: 150%;
}

.text_h {
	line-height: 150%;
}

.cmn_li {
	margin-top: 30px;
}
.cmn_li li {

}
.cmn_li>ul>li:first-child {
	margin-bottom: 30px;
}
.cmn_li li ul li {

	width: 100%;
	padding-bottom: 10px;
	margin: 0px 0px 10px;
	border-bottom: 1px dashed #cccccc;
}
.cmn_li li ul li:last-child {
	margin-bottom: 0px;
}

.cmn_box {

	padding: 15px;
}
.cmn_box dt {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.cmn_box dd {
	padding: 20px 10px;
	background-color: #fff;
}

.bk_orange {
	background: url(/../sp/img/common/bg08.gif) repeat;
}
.bk_gray {
	background: url(/../sp/img/common/bg07.gif) repeat;
}
.bk_blue {
	background: url(/../sp/img/common/bg03.gif) repeat;
}

.cmn_area img {
	display: block;
	margin: auto;
	text-align: center;
	margin-bottom: 15px;
}

.mt80 {
	margin-top: 40px !important;
}

/*sitemap
---------------------------------------------------------*/
.sitemap_img::before {
    content: url("/../sp/img/sitemap/main_img.png");
}

.sitemap_li li a {
	display: block;
	padding-top: 15px;
}

/*privacy
---------------------------------------------------------*/
.privacy_img::before {
    content: url("/../sp/img/privacy/main_img.png");
}

.privacy_box {
	margin-top: 40px;
}

.privacy_text {
	line-height: 140%;
}

/*contact
---------------------------------------------------------*/
.contact_img::before {
    content: url("/../sp/img/contact/main_img.png");
}

#contact dt {
	font-size: 18px;

}
#contact dt span {
	color: #ff931e;
	font-size: 14px;
	margin-left: 5px;
}

#contact dd {
	padding: 15px 20px;

}

#contact dd input[type=text] {
	width: 98%;
	padding: 3px;
	height: 32px;
	border: 1px solid #ccc;
}
#contact dd input[type=num] {
	width: 98%;
	padding: 3px;
	height: 32px;
	border: 1px solid #ccc;
}

#contact dd input[type=radio] {
	margin: 10px 5px 10px 40px;
	vertical-align: middle;
}

#contact dd input[type=radio]:first-child {
	margin-left: 0px;
}

.error-text {
	color: #FF0A0A;
}

textarea {
	width: 98%;
	padding: 3px;
	height: 180px;
	border: 1px solid #ccc;
}

#f_btn {
	text-align: center;
	margin-top: 40px;
}

#form_btn {
	color: #fff;
	border: none;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	padding: 20px 35px 20px 70px;
	background: url(/../sp/img/contact/arrow.png) no-repeat 15% center #f4a221;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
}

.check_form dl dd {
	padding: 24px 20px !important;
	height: 14px !important;
}
.check_form dl:last-child dd {
	height: auto !important;
	padding: 15px 20px !important;
}

#form_btn-list {
    width: 47%;
    margin: auto;
}

#form_btn-list li {

	padding: 0px 20px;
}

#form_btn-list li #form_btn {

}

/*company
---------------------------------------------------------*/
.company_img::before {
    content: url("/../sp/img/company/main_img.png");
}

#company dt {

}

#company dd {

	line-height: 140%;
	padding: 20px 20px;
}

#access iframe {
	width: 100%;
	height: 300px;
}

/*更新項目
---------------------------------------------------------*/
.archive_cmn li {
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

.archive_cmn dl {
	color: #5b92e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #b3b3b3;
}
.archive_cmn dd {
	font-size: 18px;
	margin-top: 8px;
}

.archive_text {
	line-height: 150%;
}

.ar_btn {

	margin-top: 15px;
}

.ar_btn a {
	color: #fff;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 8px 20px 8px 70px;
	background: url(/../sp/img/common/arrow04.png) no-repeat 30% center #5b92e5;
}

.s_day {
	text-align: right;
	color: #5b92e5;
	margin-top: 10px;
}

.single_cmn {
	line-height: 150%;
}

.single_cmn img {
	margin-top: 20px;
	width: 100%;
}

.page_btn {
	padding: 8px 0px;
	overflow: hidden;
	margin-top: 15px;
	border-top: 1px dotted #b3b3b3;
	border-bottom: 1px dotted #b3b3b3;
}

.page_btn a { color: #3c3c3c; }

.page_btn .left a {
	padding-left: 20px;
	background: url(/../sp/img/common/arrow_l.png) no-repeat center left;
}

.page_btn .right a {
	padding-right: 20px;
	background: url(/../sp/img/common/arrow_r.png) no-repeat center right;
}

/* news ===============*/
.news_img::before {
    content: url("/../sp/img/news/main_img.png");
}

#a_news li {
	padding: 20px 15px 25px;
}

/* case ===============*/
.case_img::before {
    content: url("/../sp/img/case/main_img.png");
}

#a_case li {
	padding: 10px;
}

.case_l {

}
.news_r {
	width: 64%;
	float: left;
	padding-left: 15px;
	margin-top: 10px;
}

/* case ===============*/
.case_img::before {
    content: url("/../sp/img/case/main_img.png");
}

/*recruit
---------------------------------------------------------*/
.recruit_img::before {
    content: url("/../sp/img/recruit/main_img.png");
}

.recruit_text {
	text-align: center;
	padding: 0px 0px 40px;
}

#recruit01 ul {
	margin-top: 15px;
	text-align: center;
}

#recruit01 li {
	display: inline-block;
	padding: 5px 10px;
}

#recruit01 li:last-child {
}

#recruit01 li img {
	margin: 0;
}

.recruit02_list li {
	margin-bottom: 20px;
	padding-bottom: 35px;
	background: url(/../sp/img/recruit/arrow.png) no-repeat center bottom;
}
.recruit02_list li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.recruit02_list dl {
	background-color: #f2f5fd;
	padding: 20px 20px;
}

.recruit02_list dd,
.recruit03_list dd {
	line-height: 150%;
}

.recruit03_list li {
	margin-bottom: 20px;
}

.recruit03_list li p {
	text-align: center;
}

.recruit03_list li:last-child {
	margin-bottom: 0px;
}

.recruit03_list dt {
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #7dc008;
	padding: 12px 0px;
	margin: 10px 0px;
}

.re_dl dt {

}
.re_dl dd {

	padding: 20px;
	line-height: 150%;
}

#recruit04 .re_dl {
	margin-bottom: 40px;
}

/*eco
---------------------------------------------------------*/
.eco_img::before {
    content: url("/../sp/img/eco/main_img.png");
}

#eco_top {
	padding: 0px 0px 50px;
}

#save {
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
}

#save .title01 {
	background: url(/../sp/img/common/bg06.gif);
}

.save_top {
	background: url(/../sp/img/eco/eco_bk01.png) no-repeat center right #f0f0f0;
	background-size: cover;
}

.save_top p,
#sun01 p {
	padding: 0px 20px;
	margin-bottom: 0px !important;
	background-color: rgba(255,255,255,0.6);
}

.save_top p:first-child,
#sun01 p:first-child {
	padding-top: 15px;
}

.save_top p:last-child,
#sun01 p:last-child {
	padding-bottom: 15px;
}

.save01_text {
	line-height: 160%;
}

.text_550 {

}

.save02_box .title02 span {
	color: #f4a221;
	border-color: #f4a221;
}

.eco_box dl {
	margin-bottom: 30px;
}
.eco_box dd {
	line-height: 150%;
}

.eco_image {
	text-align: center;
	margin-top: 25px;
}

#save03 .eco_image,
#sun04 .eco_image {
	margin-top: 40px;
}

#save03 p.right.ml35 {
	text-align: center;
	margin-bottom: 15px;
	margin-left: 0px !important;
}

.sun_top {
	background: url(/../sp/img/eco/eco_bk02.png) no-repeat center right #f0f0f0;
	background-size: cover;
}

.sun04_li {
	margin-top: 20px;
	padding: 30px 40px 22px;
	background-color: #f2f2f2;
}
.sun04_li li {
	margin-bottom: 8px;
}

.sun04_box01 {
	margin-bottom: 50px;
}

/*work
---------------------------------------------------------*/
.work_img::before {
    content: url("/../sp/img/work/main_img.png");
}

.flow_list li {
	padding-bottom: 35px;
	margin-bottom: 20px;
	background: url(/../sp/img/work/work_arrow.png) no-repeat center bottom;
}
.flow_list li:last-child {
	background: none;
}

.flow_list li dd {
	line-height: 150%;
}

.flow_w {
	overflow: hidden;
	background-color: #f2f5fd;
	padding: 20px 15px;
}

.flow_w img {
	display: block;
	margin: auto;
	margin-top: 15px;
}

.flow_text {


}

.f_orange {
	color: #f4a221;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.flow_box {
	padding: 20px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #b1cbf3;
}