@charset "utf-8";

/*==================================
SP専用 CSS
==================================*/
@media screen and (max-width: 767px){

.pc{
	display: none;
}

img {
	width: 100%;
	height: auto;
}
/*==================================
ヘッダー
==================================*/

header {
	height: 45px;
	background: #c00;
	position: relative;
}

header .contactus,
header .catchcopy {display:none;}

header h1{
	width: 155px;
	height: 23px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -11px auto 0;
}
header h1 a{
	display: block;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/sp/logo.png) 0 0 no-repeat;
	background-size: auto 100%;
}

/*==================================
フッター
==================================*/

footer{
	padding-bottom: 30px;
	background: #c00;
	position: relative;
}

footer .ftlogo{
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 115px;
	height: 0;
	padding-top: 12px;
	text-indent: -9999px;
	overflow: hidden;
}
footer .ftlogo:before{
	content: "";
	display: block;
	width: 115px;
	height: 23px;
	background: url(../img/sp/logo.png) -155px 0 no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
}

footer .copyright{
	height: 38px;
	background:#fff;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}
footer .copyright:before{
	content: "";
	display: block;
	width: 270px;
	height: 8px;
	background:url(../img/sp/copyright.png) 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
}

/*==================================
ナビ
==================================*/

nav{
	background: #c00;
	position: relative;
}

nav a:link,
nav a:visited,
nav a:active{
	color: #fff;
	text-decoration: none;
}

nav .menu{
	box-sizing: border-box;
	width: 32px;
	height: 22px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position:absolute;
	top: -33px;
	right: 10px;
	cursor: pointer;
}
nav .menu:before{
	content: "";
	width: 32px;
	height: 0;
	border-top: 2px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
nav .close{
	width: 27px;
	height: 27px;
	background: url(../img/sp/icons.png) 0 0 no-repeat;
	background-size: auto 100%;
	position:absolute;
	top: -32px;
	right: 10px;
	cursor: pointer;
	display: none;
}

nav .container{
	height: 0;
	overflow: hidden;
}

nav.on .container{
	height: auto;
	padding: 10px 0 40px;
}
nav.on .close{
	display: block;
}
nav.on .menu{
	display: none;
}

nav .main {
	margin: 0 20px;
}

nav .main li{
	border-top:1px solid #fff;
}

/* 以下キャリアの画面サイズによって配置位置を調整 */
nav .main li a{
	display: block;
	height: 70px;
	width: 36%;
	line-height: 70px;
	margin: 0;
	padding: 0 32%;
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
}

}/* end @media */

@media screen and (min-width: 568px) and (max-width: 767px){
nav .main li a{
	display: block;
	height: 70px;
	width: 20%;
	line-height: 70px;
	margin: 0;
	padding: 0 40%;
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
}
}/* end @media */

@media screen and (min-width: 667px) and (max-width: 767px){
nav .main li a{
	display: block;
	height: 70px;
	width: 16%;
	line-height: 70px;
	margin: 0;
	padding: 0 42%;
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
}
}/* end @media */

@media screen and (max-width: 767px){
nav .main li a:before{
	content: "";
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background: url(../img/sp/icons.png) -27px 0 no-repeat;
	background-size: auto 100%;
	vertical-align: middle;
	margin-right: 1em;
}

nav .main .service a:before{
	background-position: -54px 0;
}
nav .main .environment a:before{
	background-position: -81px 0;
}
nav .main .recruit a:before{
	background-position: -108px 0;
}

nav ul.sp {
	border-top:1px solid #fff;
	margin: 0 20px;

	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:wrap;

	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}

nav ul.sp li{
	box-sizing: border-box;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-flex:0 1 50%;
	flex:0 1 50%;
	height: 70px;
	text-align: center;

	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;

	display:flex;
	justify-content:center;
	align-items:center;
}

nav ul.sp li:nth-child(even){
	margin-left: -1px;
	border-right: 0;
}

nav ul.sp li a{
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.3;
}

/*==================================
メインビジュアル
==================================*/
#mv {
	margin:1px 0 20px;
}

#mv li{
	position: relative;
}

#mv a{
	display: block;
	text-decoration: none;
}

/*==================================
トップ ニュース
==================================*/
#newslist{
	padding-bottom: 45px;
	margin: 0 15px 35px;
	position: relative;
}

#newslist h1{
	/*width: 103px;*/
	height: 27px;
	text-indent: -9999px;
	background:url(../img/sp/icons.png) -135px 0 no-repeat;
	background-size: auto 100%;
	position: relative;
	margin-bottom: 17px;
}

#newslist h1:after{
	content: "";
	display: block;
	height: 0;
	border-bottom: 2px solid #c00;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
}

#newslist #listnav{
	border: 0;
	border-radius: 6px;
	background: #ededed;
	overflow: hidden;
}

#newslist #listnav li:not(.morelist) {
	display: none;
}

#newslist #listnav.on li:not(.morelist) {
	display: block;
}

#newslist #listnav li:not(.morelist) a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

#newslist #listnav li.active {
	display: block;
}

#newslist #listnav:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 64px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(../img/sp/linkmarker.png) -5px 4px no-repeat;
	background-size: auto 100%;
}

#newslist #listnav li.morelist a{
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
#newslist #listnav li.morelist a:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 12px;
	background: url(../img/sp/linkmarker.png) 0 4px no-repeat;
	background-size: auto 100%;
	margin-right: 0.5em;
}
#newslist #listnav li.morelist{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 14em;
	border: 1px solid #4c4c4c;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.0rem;
}

#newslist .summaries{
	display: none;
}

#newslist .summaries.active{
	display: block;
}

#newslist .summaries li{
	padding: 15px 0;
	border-bottom: 1px solid #d2d3ce;
}

#newslist .date{
	display: inline-block;
	width: 10em;
	font-size: 1.0rem;
	vertical-align: middle;
}

#newslist .category{
	display: inline-block;
	width: 70px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/sp/categorylabel.png) 0 0 no-repeat;
	background-size: auto 100%;
	vertical-align: middle;
}
#newslist .recruit{
	background-position: -70px 0;
}
#newslist .estate{
	background-position: -140px 0;
}

#newslist .summary{
	display: block;
	margin-top: 0.75em;
	font-size: 1.3rem;
	line-height: 1.8;
}

#newslist .summary a{
	text-decoration: none;
}

/*==================================
コンテンツリンク
==================================*/

#contentslink{
	width: auto;
	margin: 0 15px 35px;

	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:wrap;

	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}

#contentslink a{
	display: block;
	box-sizing: border-box;
	-webkit-flex:0 1 49%;
	flex:0 1 49%;
	max-width: 49%;
	border: 1px solid #d2d3ce;
	padding: 10px 10px 15px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}

#contentslink dl{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#contentslink dt{
	margin: 0.8em 0;
	color: #ce0f01;
	font-family:"ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 1.5rem;
	font-weight: 600;
}

#contentslink dt.outside:after{
	content: "";
	display:inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/sp/linkmarker.png) -17px 0 no-repeat;
	background-size: auto 100%;
	vertical-align:middle;
	margin-left: 5px;
}

#contentslink dd{
	color: #444;
	font-size: 1.2rem;
	line-height: 1.5;
}

#contentslink dd.image{
	-webkit-order:-1;
	order:-1;
}

#contentslink dd.image img{
	width: 100%;
}

/*==================================
下層トップコンテンツリンク
==================================*/

#lower .contentslink{
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:wrap;

	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}

#lower .contentslink a{
	display: block;
	margin-bottom: 20px;
	-webkit-flex:0 1 49%;
	flex:0 1 49%;
	max-width: 49%;
	text-align: center;
	text-decoration: none;
}

#lower .contentslink a:hover dd{
	color: #C83737;
}

#lower .contentslink a:hover dd.image{
	opacity: 0.9;
}

#lower .contentslink dl{
	box-sizing: border-box;
	height: 100%;
	border: 1px solid #d2d3ce;
	padding: 10px 10px 50px;
	position: relative;

	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#lower .contentslink dt{
	margin: 0.8em 0;
	color: #ce0f01;
	font-family:"ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 1.5rem;
	font-weight: 600;
}

#lower .contentslink dd{
	color: #444;
	font-size: 1.2rem;
	line-height: 1.5;
}

#lower .contentslink dd.image{
	-webkit-order:-1;
	order:-1;
}

#lower .contentslink .btn {
	display:block;
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #c00;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

#lower .contentslink .btn:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 8px;
	background: url(../img/linkmarker_arrow_r_3.png) 0 0 no-repeat;
	vertical-align: middle;
	margin:-2px 0 0 0.5em;
}

#lower .contentslink a:hover .btn {
	text-decoration: underline;
}

/*==================================
下層ニュースリスト
==================================*/
#lower #newslist{
	padding-bottom:0;
	margin: 0 15px 35px;
	position: relative;
}

#lower #newslist #listnav:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 20px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(../img/sp/linkmarker.png) -5px 4px no-repeat;
	background-size: auto 100%;
}

/*==================================
ニュース詳細
==================================*/
#lower.news article section{
	padding: 0 15px;
	line-height: 1.5;
}

#lower.news .hdlabels .date {
	margin-right: 1em;
	font-size: 1.2rem;
}

#lower.news .hdlabels .category {
	width: auto;
	padding: 0 0.5em;
	line-height: 22px;
	margin-right: 5px;
	font-size: 1.0rem;
}

#lower.news .hdlabels .tags {
	padding: 0 0.5em;
	line-height: 20px;
	margin-right: 5px;
	font-size: 1.0rem;
}

#lower section .imageblock img{
	width: 100%;
	height: auto;
}

.pagenav a.linkbtn:before {
	width: 5px;
	height: 12px;
	background: url(../img/sp/linkmarker.png) 0 4px no-repeat;
	background-size: auto 100%;
	vertical-align:baseline;
}

#lower.news article section h2 {
	font-size: 1.6rem;
	margin: 1.5em auto 0.75em;
}

#lower.news article section h3,
#lower.news article section h4,
#lower.news article section h5,
#lower.news article section h6 {
	margin: 1.0em auto 0.5em;
}

/*==================================
下層ページタイトル
==================================*/

#lower article > h1 {
	box-sizing: border-box;
	background:none;
	width: auto;
	height: 54px;
	padding-left: 15px;
	line-height: 54px;
	font-size: 1.6rem;
	font-weight:bold;
}

/*==================================
セクションタイトル
==================================*/

#lower section h1{
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 1.6rem;
}

#lower.news section > h1 {
	padding: 0.5em 0;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0.5em 0 1em;
}

/*==================================
ローカルナビ
==================================*/
.localnav{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border-top: 1px solid #c00;
	border-left: 1px solid #c00;
	margin: 0 auto 15px;
	
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:wrap;

	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}

.localnav li{
	box-sizing: border-box;
	border-right: 1px solid #c00;
	border-bottom: 1px solid #c00;
	-webkit-flex:0 1 50%;
	flex:0 1 50%;
}

.localnav li a{
	display: block;
	padding-left: 20px;
	line-height: 40px;
	position: relative;
	text-decoration: none;
}

.localnav li a:before{
	content: ">";
	color: #c00;
	font-size: 1.2rem;
	line-height: 40px;
	position: absolute;
	left: 5px;
}

.localnav li.active a{
	color: #fff;
	background: #c00;
}

.localnav li.active a:before{
	color: #fff;
}

/*==================================
リンクリスト
==================================*/

.linklist {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #fff;
	margin: 0 auto 15px;
	
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:wrap;

	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}

.linklist li{
	box-sizing: border-box;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	-webkit-flex:0 1 50%;
	flex:0 1 50%;
}

.linklist li:nth-child(even){
	border-right: 1px solid #fff;
}

.linklist li a{
	display: block;
	padding-left: 20px;
	line-height: 40px;
	position: relative;
	text-decoration: none;
}

.linklist li a:before{
	content: ">";
	color: #666;
	font-size: 1.2rem;
	line-height: 40px;
	position: absolute;
	left: 5px;
}

/*==================================
テーブル
==================================*/

th,td{
	padding: 0.5em;
	line-height: 1.3;
	font-size: 1.4rem;
}
th{
	width: 32%;
	text-align:left;
}
th:before,
th:after{
	border-top:0;
	display: none;
}

table.branch th{width: 30%;vertical-align:top;text-align:center;}
table.branch td{line-height: 1.3;}
table.branch td:last-child{width:20%;text-align:right;}

/*==================================
本文 その他 SP用
==================================*/
/*本文エリア*/
.bodyarea{margin:0 15px 15px;line-height:1.5;}
.bodyarea.mLR0_sp{margin-left:0;margin-right:0;}

/*リードテキスト*/
.leadtext{font-size:1.8rem;font-weight:500;line-height:1.33;margin-bottom:20px;}
body.environment .leadtext{text-align:center;}

/*代表挨拶本文*/
div.greeting p{margin-top:1em;}
div.greeting p:first-child{margin-top:0;}

/*代表写真 キャプション*/
div.clm_r.greeting {padding: 0 30px}
div.greeting .person{display:block;margin:20px auto;}
div.greeting .imgcaption{text-align:center;margin: 0 -30px;}
div.greeting .imgcaption .name{display:block}

/* ヘディングセクション 環境対策上部など*/
.hdsection .imgcaption {margin-top: 20px;text-align:center;}

/*環境対策flexbox内 画像*/
body.environment .flexbox section .bodyarea .imagebox{margin-top:1em}

/*本社マップ*/
.gmap{margin-bottom:15px;}
.gmapwrapper {height:380px;}
.comlocation{margin:15px 15px 0;font-size:1.4rem;line-height:1.5;}
.comlocation dt{margin-top:1em;}

/*営業一覧内リンクボタン小*/
table.branch a.linkbtn_s{
	box-sizing: border-box;
	max-width: 60px;
	height: auto;
	padding: 0.5em;
	line-height: 1.2;
	font-size: 1.2rem;
}
table.branch a.linkbtn_s:before {display:none;}

/*flexbox内ダミー*/
.dummyitem{display: none}

/*動画ラッパー*/
.moviebox {text-align: center;}
.moviebox h2 {font-size: 1.4rem;margin: 0.5em auto;}
.moviebox p {font-size: 1.2rem;}
.moviebox + .moviebox {margin-top: 30px;}

/* 箇条書きリスト */
.ullist {
	font-size: 1.4rem;
	padding-left: 15px;
}

/* サイトマップ リンクリスト */
body.sitemap .contentslist + .contentslist,
body.sitemap .flexbox > div + div {margin-top: 20px;}
body.sitemap .contentslist > li{
	font-size: 1.8rem;
}


/* 組織図リスト */
.chart {
	list-style: disc outside;
	padding-left: 15px;
}

.chart li {
	font-weight: 500;
}

.chart li + li{
	margin-top: 0.75em;
}

.chart ul{
	list-style: circle outside;
	padding-left: 20px;
	margin-top: 0.75em;
}

.chart dd {
	font-size: 1.4rem;
	font-weight: normal;
}

.chartimg {font-size: 1.4rem;}
.chartimg a{display: block;margin-top: 0.5em;}

/*プライバシーポリシー 改定日付など*/
body.privacy h2,
body.sitepolicy h2 {
	margin: 1.8em 0 0.75em;
	font-size: 1.6rem;
}
.overview {border: 1px solid #ccc;padding: 10px;margin-top: 1em;}
.update{margin-bottom: 2em; text-align: right;font-size: 1.2rem;}

/* flexbox sp_3c */
.sp_3c {
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:wrap;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
.sp_3c > * {
	box-sizing: border-box;
	padding-left:5px;
	margin-bottom: 5px;
	-webkit-flex:0 1 33.33%;
	flex:0 1 33.33%;
}
.sp_3c > *:nth-child(3n+1) {margin-left:-5px;}
.sp_3c > * a{display:block;}

/* aside contact */
aside.contact {
	box-sizing: border-box;
	border: 2px solid #c00;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 15px 15px;
	overflow: hidden;
}

aside.contact h1,
aside.contact dt,
aside.contact dd{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 1.6rem;
	font-weight:bold;
	text-align: center;
}

aside.contact h1 {
	height: 40px;
	line-height: 40px;
	background-color: #c00;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

aside.contact dt {
	line-height: 40px;
}

aside.contact dd.tel {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

aside.contact dd.info {
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 10px;
}

}/* end @media */
