@charset "utf-8";

/*===============================================
 会社案内用 company.css
===============================================*/
/*=======================================================
 - ～414.9px	：スマートフォン縦画面 (iPhone XS Max)
 - 415px ～		：タブレット環境
 - 700px ～		：切り替えが必要な場合
 - 970px ～		：PC環境
 - ～1399.9px	：iPad Pro 12.9横幅基準
 - ～1579.9px	：横幅最大値

●基本割合
・2等分：width:48%
・3等分：width:30.6%;
・4等分：width:22%;
・2分割：width:30%＆66% or 38%＆58%
=======================================================*/
@media screen and (min-width: 415px) {
}
@media print, screen and (min-width: 700px) {
}
@media print, screen and (min-width: 970px) {
}
@media print, screen and (min-width: 1400px) {
}
@media print, screen and (min-width: 1580px) {
}



/*===============================================
 共通
===============================================*/
.title_wrap {
	background-image: url(../../images/company/back_pagetitle.png);
}



/*===============================================
 会社案内
===============================================*/
.campany_top_back {
	margin-top: -50px;
	width: 100%;
}

@media print, screen and (min-width: 970px) {
	.campany_top_back {
		margin-top: -120px;
	}
}

.campany_top_text {
	margin: 20px auto 0;
	width: 90%;
	max-width: 1400px;
}

@media print, screen and (min-width: 700px) {
	.campany_top_text {
		left: 50%;
		line-height: 2;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
	}
}

@media print, screen and (min-width: 970px) {
	.campany_top_text {
		line-height: 3;
	}
}

.ul_company,
.p_company {
	font-weight: bold;
	margin: 0 auto;
	width: 90%;
}

@media print, screen and (min-width: 700px) {
	.ul_company,
	.p_company {
		font-size: 2rem;
		margin: 0;
		padding: 0 0 0 15%;
		width: 100%;
	}
}

.ul_company {
	margin: 0 0 1em;
}

.p_company {
	line-height: 2;
}

.table_company th {
	width: 30%;
}

.table_company li {
	margin: 0 15px 0 0;
}



/*===============================================
 環境保全活動
===============================================*/
.eco_top {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 950px;
}

.eco_top .eco_header {
	margin: 0 0 15px;
}

.eco_top p {
	color: #72bf4f;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .1rem;
	margin: 0 0 15px;
	text-align: center;
}

@media screen and (min-width: 415px) {
	.eco_top p {
		font-size: 4vw;
		letter-spacing: .15vw;
	}
}

@media print, screen and (min-width: 700px) {
	.eco_top p {
		font-size: 2.5rem;
		letter-spacing: .15rem;
	}
}

@media screen and (max-width: 414.9px) {
	.eco_top p br {
		display: none;
	}
}

.eco_top div {
	color: #b28146;
	margin: 0 auto;
	width: 95%;
}

.eco_top .title {
	background: url(../images/company/eco/eco_border.png) no-repeat center center;
	display: block;
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}

.eco_top .policy {
	margin: 0 auto 20px;
	width: 100%;
}

.eco_top .policy dt {
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.eco_top .policy dd {
	margin: 0 0 10px;
	width: 100%;
}

@media screen and (min-width: 415px) {
	.eco_top .policy dt {
		text-align: left;
		width: 100px;
	}

	.eco_top .policy dd {
		width: calc(100% - 100px);
	}
}

.eco_top .right {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 100%;
}

/* マスコット */
.eco_top .mascot {
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 10px;
	z-index: -1;
}

@media print, screen and (min-width: 700px) {
	.eco_top .mascot {
		bottom: 65px;
		left: 50px;
	}
}

@media print, screen and (min-width: 970px) {
	.eco_top .mascot {
		bottom: 65px;
		left: 110px;
	}
}



/*===============================================
 一般事業主行動計画
===============================================*/
.actionplan_wrap {
	border-bottom: 1px dashed #57473e;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}

.actionplan_wrap:first-child {
	margin: 0 auto 20px;
}

.actionplan_title {
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.actionplan_title {
		align-self: stretch;
		width: 30%;
	}
}

.actionplan_title span {
	background: #e65e5e;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: .2em .5em;
	width: 100%;
}

.actionplan_efforts_wrap {
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.actionplan_efforts_wrap {
		padding: 0 0 0 30px;
		width: 70%;
	}
}

.actionplan_efforts {
	width: 100%;
}

.actionplan_efforts:nth-of-type(2) {
	margin: 20px 0 0;
}

.actionplan_efforts ul {
	border: 1px solid;
	padding: .5em 1em;
}

.actionplan_efforts li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 5px;
	width: 100%;
}

.actionplan_efforts .title {
	font-weight: bold;
}

.actionplan_efforts .efforts {
	padding: 0 0 0 1em;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.actionplan_efforts .title {
		width: ;
	}

	.actionplan_efforts .efforts {
		padding: 0 0 0 1em;
		width: 100%;
	}
}

.actionplan_efforts .date {
	font-weight: bold;
	width: 100%;
}

@media screen and (min-width: 415px) {
	.actionplan_efforts .efforts {
		padding: 0;
		width: calc(100% - 10em);
	}

	.actionplan_efforts .date {
		font-weight: normal;
		margin: 0;
		width: 10em;
	}
}



/*===============================================
 地域社会貢献活動
===============================================*/
.social_wrap {
	margin: 0 0 30px;
	width: 100%;
}

@media print, screen and (min-width: 700px) {
	.social_wrap {
		margin: 0;
		width: 48%;
	}

	.social_wrap:not(:nth-last-of-type(-n+2)) {
		margin: 0 0 50px;
	}
}


/* 2025/8/28 掲載内容拡充（清水目） */
@media print, screen and (min-width: 700px) {
	.social_wrap .title-h4 {
		margin: 0 0 30px;
	}
}

.social_wrap .text {
	margin: -5px 0 20px;
}
/* ここまで */


.social_wrap .img img {
	margin: 0 auto;
}

.social_wrap .img img:not(:first-child) {
	margin-top: 20px;
}



/*===============================================
 プライバシーポリシー
===============================================*/
.privacy_banner img {
	margin: 0 auto;
}

.privacy .subtitle {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
	padding: 0 0 0 2em;
	text-indent: -2em;
}

.privacy .subtitle:not(:last-child) {
	margin: 0 0 10px;
}

.privacy .subtitle span {
	width: 2em;
}

.privacy .sblock:not(:first-child) > p {
	padding: 0 0 0 2em;
}

.privacy_content {
	padding: 0 0 0 2em;
}

.privacy_wrap {
	border: 1px solid;
	margin: 10px 0;
	padding: .5em 1em;
	width: 100%;
}

.privacy_wrap .list_dl dt {
	margin: 0 0 5px;
}

.privacy_wrap .list_dl dd span {
	display: inline-block;
}

.privacy_right {
	text-align: right;
}



/*===============================================
 ご利用にあたって
===============================================*/
.dl_banner {
	align-items: center;
	display: flex;
	margin: 10px 0 0;
	width: 158px;
}

.dl_banner img {
	margin: 0 20px 0 0;
}

.terms_wrap {
	border: 1px solid;
	margin: 10px 0;
	padding: .5em 1em;
	width: 100%;
}



/*===============================================
 お引越しのお客様へ
===============================================*/
.move_top {
	margin: 0 0 15px;
	width: 100%;
}

.move_title {
	border-bottom: 1px solid #2177aa;
	color: #2177aa;
	display: block;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-align: center;
	width: 100%;
}

.move .linkbox_linkwrap.double .square_arrow {
	width: calc((100% - 7px) / 2);
}
.move .linkbox_linkwrap.double .square_arrow {
	margin: 0;
}

#Gmap.move {
	display: none;
}

.square_arrow_wrap.move {
	background: #f2f2f2;
	margin: 35px auto 0;
	padding: 15px;
}



/*===============================================
 サイトマップ
===============================================*/
.sitemap_block {
	width: 100%;
}

.sitemap_block:not(:last-child) {
	margin: 0 0 30px;
}

@media print, screen and (min-width: 700px) and (max-width: 969.9px){
	.sitemap_block {
		margin: 0;
		width: 30%;
	}

	.sitemap_block.shop {
		width: 66%;
	}
}

@media print, screen and (min-width: 970px) {
	.sitemap_block {
		margin: 0;
		width: 26%;
	}

	.sitemap_block.shop {
		width: 41%;
	}
}

.sitemap_block_inner {
	width: 100%;
}

.sitemap_block_inner:not(:last-child) {
	margin: 0 0 50px;
}

/* リンク */
.sitemap_block a {
	display: block;
	position: relative;
}

.sitemap_block a:not(:last-child) {
	margin: 0 0 15px;
}

.sitemap_block_inner > a {
	padding: 0 0 0 30px;
}

.sitemap_block_inner > a:before,
.sitemap_block.shop ul:before {
	background: #000;
	content: '';
	display: block;
	height: 2px;
	left: 10px;
	position: absolute;
	top: 12px;
	width: 5px;
}

/* 拠点リンク */
.sitemap_block.shop ul {
	margin: 0 0 30px 1em;
	padding: 0 0 0 1.5em;
	position: relative;
}

.sitemap_block.shop a {
	margin: 0 15px 0 0;
}

.sitemap_block.shop a:not(:last-child) {
	margin-bottom: 15px;
}