@charset "UTF-8";

span.marker {
	background: linear-gradient(transparent 60%, #DAF3D7 60%);
}
.block:not(:first-child) {
	margin-top: 120px;
}
.box {
	margin-top: 90px;
}
.page-summary {
	max-width: 920px;
	margin: 0 auto 30px;
	padding-bottom: 60px;
	position: relative;
}
.page-summary:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #3eb034;
	width: 1px;
	height: 45px;
}
#inquiry .page-summary {
	text-align: center;
}
#inquiry .page-summary:after {
	content: none;
}

@media screen and (max-width: 768px) {
	.block:not(:first-child) {
		margin-top: 90px;
	}
}
@media screen and (max-width: 560px) {
	.block:not(:first-child) {
		margin-top: 60px;
	}
	.box {
		margin-top: 60px;
	}
}
@media screen and (max-width: 430px) {
	.block:not(:first-child) {
		margin-top: 45px;
	}
	.box {
		margin-top: 45px;
	}
}


.jump {

}
ul.jump-list {
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.jump-list li {
	width: calc(100% / 4);
	text-align: center;
	background: url(../images/common/icon-logoMono.webp) no-repeat; /* ロールオーバー時のチラつき防止 */
	background-size: 70px;
	background-position: top center;
}
ul.jump-list li a.icon {
	display: block;
	text-align: center;
	padding: calc(75px + 1vw) 0 0 0;
	background: url(../images/common/icon-logoMono.webp) no-repeat;
	background-size: 70px;
	background-position: top center;
}
ul.jump-list li a.icon:hover {
	background: url(../images/common/icon-logoColor.webp) no-repeat;
	background-size: 70px;
	background-position: top center;
	opacity: 1;
}
ul.jump-list li a.icon span {
	font-size: 2rem;
	transition: all .3s ease;
}
ul.jump-list li a.icon:hover span {
	display: inline-block;
	color: #3eb034;
}
ul.jump-list li a.icon.sv01 {

}
ul.jump-list li a.icon.sv02 {

}
ul.jump-list li a.icon.sv03 {

}


@media screen and (max-width: 1194px) {
	ul.jump-list li {
		background-size: 55px;
	}
	ul.jump-list li a.icon {
		padding: calc(55px + 1vw) 0 0 0;
		background-size: 55px;
	}
	ul.jump-list li a.icon:hover {
		background-size: 55px;
	}
	ul.jump-list li a.icon span {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 560px) {
	ul.jump-list {
	flex-direction: column;
	}
	ul.jump-list li {
		width: 100%;
		margin-top: 12px;
	}
	ul.jump-list li a.icon {
		text-align: left;
		padding: 12px 12px 12px 75px;
		background: #fafafa url(../images/common/icon-logoMono.webp) no-repeat;
        background-size: 30px;
        background-position: center left 30px;
        border-radius: 60px;
	}
	ul.jump-list li a.icon:hover {
		width: 100%;
		background: #FFF url(../images/common/icon-logoColor.webp) no-repeat;
        background-size: 30px;
        background-position: center left 30px;
		border-radius: 60px;
		box-shadow: 0 0 24px rgba(190, 191, 191, .3);
	}
	ul.jump-list li a.icon span {
		font-size: 1em;
	}  
}

/****************************************
* トップページ
* **************************************/

/* 事業 */
.service .service-item {
	width: calc(100% / 2 - 10px);
	margin-top: 60px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	z-index: 1;
}
.service .service-item.wide {
	width: 100%;
	flex-direction: row;
}
.service .service-item .service-item-image {
	overflow: hidden;
	background-image: url("../images/front-page/service01.webp");
	background: 50% 50% no-repeat;
	background-size: cover;
	width: 50%;
	min-height: 450px;
	border-radius: 0px 20px 20px 0px;
}
.service .service-item .service-item-image img {
	display: none;
}
.service .service-item.wide .service-item-text {
	margin-left: 60px;
	margin-right: calc((100% - 1200px) / 2);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.service .service-item.wide .service-item-text p.txt {
	margin: 30px 0 0;
	padding: 0 30px;
}

.service-items {}
.service-items .service-items-flex {
	display: flex;
	justify-content: space-between;
}
.service-items .service-items-flex .service-item {
	width: calc(100% / 2 - 3vw);
}
.service-items .service-items-flex .service-item .service-item-image {
	background: 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	border-radius: 18px;
}
.service-items .service-items-flex .service-item .service-item-text {
	margin-top: 45px;
}
.service-items .service-items-flex .service-item .service-item-text .txt {
	margin: 30px 0 0;
	padding: 0 30px;
}


/* 介護施設バナー */
.banner {
	margin-top: 120px !important;
}
.kaigo-link {
	display: block; 
	position: relative;
	text-decoration: none;
}
.kaigo-link img.banner-kaigo {
	display: block;
	width: 100%;
	border-radius: 18px;
}
.kaigo-link:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: #000;
	opacity: 0;
	border-radius: 18px;
	transition: .3s;
}
.kaigo-link:hover {
	opacity: 1;
}
.kaigo-link:hover:before {
	opacity: .3;
}

@media screen and (max-width: 1194px) {
	.service-items .service-items-flex .service-item {
		width: calc(100% / 2 - 1.8vw);
	}
}
@media screen and (max-width: 768px) {
	
	/* 事業 */
	.service .service-item.wide {
		flex-direction: column;
	}

	.service .service-item .service-item-image {
		width: calc(100% - 20px);
		min-height: 320px;
		margin-right: auto;
	}
	.service .service-item .service-item-image.service01 {
		background-image: url(../images/front-page/service01_sp.webp) !important;
		background: 50% 50% no-repeat;
		background-size: cover;
	}
	.service .service-item .service-item-image.service02 {
		background-image: url(../images/front-page/service02_sp.webp) !important;
		background: 50% 50% no-repeat;
		background-size: cover;
	}
	.service .service-item .service-item-image.service03 {
		background-image: url(../images/front-page/service03_sp.webp) !important;
		background: 50% 50% no-repeat;
		background-size: cover;
	}
	.service .service-item .service-item-image img {
		width: 100%;
		height: auto;
		margin-right: 20px;
	}
	.service .service-item.wide .service-item-text {
		width: 100%;
		margin: 30px 0 0 0;
		padding: 0 42px;
	}
	.service .service-item.wide .service-item-text p.txt {
		padding: 0;
	}

	.service-items .inner {
		padding: 0;
	}
	.service-items .service-items-flex {
		flex-direction: column;
	}
	.service-items .service-items-flex .service-item {
		width: 100%;
	}
	.service-items .service-items-flex .service-item.left {
		width: 100%;
		padding-left: 20px;
	}
	.service-items .service-items-flex .service-item.left .service-item-image {
		border-radius: 18px 0 0 18px;

	}
	.service-items .service-items-flex .service-item.right {
		width: 100%;
		padding-right: 20px;
	}
	.service-items .service-items-flex .service-item.right .service-item-image {
		border-radius: 0 18px 18px 0;
	}
	
	.service-items .service-items-flex .service-item.right .service-item-text {
		margin-left: 20px;
	}
	.service-items .service-items-flex .service-item.left .service-item-text {
		margin-right: 20px;
	}
	

	
	/* 介護施設バナー */
	.banner {
		margin-top: 90px !important;
	}
}
@media screen and (max-width: 560px) {
	.service .service-item.wide .service-item-text {
		padding: 0 30px;
	}
	.service-items .service-items-flex .service-item.right .service-item-text {
		margin-left: 20px;
		padding: 0 10px;
	}
	.service-items .service-items-flex .service-item.left .service-item-text {
		margin-right: 20px;
		padding: 0 10px;
	}
	.service-items .service-items-flex .service-item .service-item-text .txt {
		padding: 0;
	}
	
	/* 介護施設バナー */
	.banner {
		margin-top: 90px !important;
	}
}
@media screen and (max-width: 560px) {

	/* 介護施設バナー */
	.banner {
		margin-top: 60px !important;
	}
}


/* 私たちの想い */
.about {
	position: relative;
}
.about:before {
	content: "";
	display: block;
	border-radius: 0 18px 18px 0;
	background: #ECF9EB;
	width: 68.44vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
	z-index: -1;
}
.about .about-item {
	margin-top: 60px;
}
.about .about-item .about-flex {
	display: flex;
}
.about .about-item .about-flex .about-flex___text {
	width: 68%;
	padding-right: 60px;
}
.about .about-item .about-flex .about-flex___image {
	width: 32%;
}
.about .about-item .about-flex .about-flex___image img {
	border-radius: 18px;
	box-shadow: 0 0 24px rgba(190, 191, 191, .3);
}

@media screen and (max-width: 768px) {
	.about:before {
		width: 95vw;
	}
	.about .about-item .about-flex {
		flex-direction: column;
	}
	.about .about-item .about-flex .about-flex___text {
		order: 2;
		width: calc(100% + 18px);
		padding: 0 60px 0 42px;
	}
	.about .about-item .about-flex .about-flex___image {
		order: 1;
		width: calc(100% + 30px);
		text-align: right;
	}
	.about .about-item .about-flex .about-flex___image img.about-image {
		margin: 0 0 45px 0;
		border-radius: 18px 0 0 18px;
	}
}
@media screen and (max-width: 560px) {
	.about:before {
		width: 94vw;
	}
	.about .about-item .about-flex .about-flex___text {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 430px) {
	.about .about-item .about-flex .about-flex___text {
		width: 100%;
		padding: 0;
	}
}


/* お知らせ */
.news {

}
.news .news-flex {
	display: flex;
}
.news .news-flex .news-flex___title {
	flex-shrink: 0;
	margin-right: 6rem;
}
.news .news-flex .news-flex___contents {
	width: 100% !important;
}


@media screen and (max-width: 768px) {
	.news .news-flex {
		flex-direction: column;
	}
	.news .news-flex .news-flex___title {
		margin: 0;
	}
	.news .news-flex .news-flex___contents {
		margin-top: 60px;
	}

}


ul.news-list {
	border-top: 1px dashed #ededed;
}
ul.news-list li {
	border-bottom: 1px dashed #ededed;
	position: relative;
}
ul.news-list li:before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 2.2vw;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #3eb034;
	transition: 0.3s;
}
ul.news-list li:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2.2vw;
	transform: translateY(-50%);
	width: 36px;
	height: 1px;
	background-color: #3eb034;
	transition: 0.3s;
}
ul.news-list li:hover:before,
ul.news-list li:hover:after {
	right: 1.6vw;
}
a.btnPage:hover {
	opacity: 1;
	background: #318929;
}
ul.news-list li a {
	display: flex;
	align-items: center;
	padding: 1em 5em 1em 1em;
}
ul.news-list li time {
	margin-right: 2.4rem;
}
ul.news-list li p.news-title {
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	ul.news-list li:after {
		width: 30px;
	}
	ul.news-list li a {
		display: block;
	}
}
@media screen and (max-width: 559px) {
	ul.news-list li time {
		font-size: .8em;
	}
	ul.news-list li a {
		padding: 1em 4em 1em 0;
	}
}


/****************************************
* 事業案内
* **************************************/

.service-title {
	color: #3eb034;
	line-height: 1.4;
}
.service-title span {
	display: block;
	font-size: 1.8rem;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 12px;
}
.service-subtitle {
	color: #333;
	line-height: 1.4;
}

.flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.flex:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/common/icon-arrow.webp) no-repeat;
	background-size: 100%;
	width: 60px;
	height: 60px;
	z-index: 1;
}
.flex.summary-figure:before,
.greasetrap .flex:before,
.case .flex:before,
.ev .flex:before,
.flex.other-figure:before {
	content: none;
}

.flex .flex___item {
	width: calc(100% / 2 - 60px);
}
.flex.summary-figure .flex___item,
.greasetrap .flex .flex___item,
.case .flex .flex___item,
.ev .flex .flex___item,
.flex.other-figure .flex___item {
	width: calc(100% / 2 - 30px);
}


@media screen and (max-width: 1194px) {
	.flex.other-figure .flex___item.left {
		width: 40%;
	}
	.flex.other-figure .flex___item.right {
		width: 60%;
		padding-left: 60px;
	}
}
@media screen and (max-width: 768px) {
	.service-title span {
		margin-bottom: 6px;
	}
	
	.flex {
		flex-direction: column;
	}
	.flex:before {
		transform: translate(-50%, -50%) rotate(90deg);
		width: 42px;
		height: 42px;
	}
	.flex .flex___item {
		width: 100% !important;
	}
	
	.flex .flex___item {
		width: 100% !important;
	}
	.flex .flex___item.right {
		margin-top: 90px;
	}
	.other .flex .flex___item.right {
		margin-top: 30px;
		padding-left: 0;
	}
	.flex.greasetrap .flex___item.left {
		margin-top: 30px;
	}
	.flex.greasetrap .flex___item.right {
		margin-top: 0;
	}
	
	.flex.greasetrap,
	.flex.ev-figure {
		flex-direction: column;
	}
	.flex.greasetrap .flex___item,
	.flex.ev-figure .flex___item {
		width: 100%;
	}
	.flex.greasetrap .flex___item.right {
		order: 1;
	}
	.flex.greasetrap .flex___item.left {
		order: 2;
		margin-top: 45px;
	}
	.flex.ev-figure .flex___item.right {
		order: 2;
		margin-top: 45px;
		
	}
	.flex.ev-figure .flex___item.left {
		order: 1;
	}
	.flex.ev-figure .flex___item.right img.ev-costdown {
		display: block;
        margin: 0 auto;
        width: 380px;
	}
}
@media screen and (max-width: 559px) {
	.service-title {
		font-weight: 600;
	}
	.service-title span {
		font-size: 1.4rem;
	}
}


#service #service01 {
	background: #FFF;
}
#service #service02 {
	background-color: #ffffff;
	background-image: radial-gradient(circle, #3eb034 0.5px, transparent 0.5px), radial-gradient(circle, #3eb034 0.5px, transparent 0.5px);
	background-position: 0 0, 14.5px 29px;
	background-size: 29px 58px;
	padding: 90px 0;
}
#service #service03 {
	background: #FFF;
}
#service #service04 {
	padding: 90px 0;
	position: relative;
}
#service #service04:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #ECF9EB;
	width: 35%;
	height: 100%;
	border-radius: 0 18px 18px 0;
	z-index: -1;
}
#service #service05 {
	padding-top: 90px;
	background: #FFF;
    border-top: 12px solid #ECF9EB;
}

img.head {
	display: block;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	img.head {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 560px) {
	img.head {
		margin-bottom: 30px;
	}
}


/* 冒頭 */
#service-summary {
	margin-bottom: 120px;
}
#service-summary .summary-figure {

}
#service-summary .summary-figure img.summary-img {
	display: block;
	border-radius: 18px;
	box-shadow: 0 0 24px rgba(190, 191, 191, .3);
}
#service-summary .summary-title {
	text-align: left;
	font-size: 3rem;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	color: #3eb034;
	line-height: 1.4;
}
#service-summary .summary-inbox {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#service-summary {
		margin-bottom: 90px;
	}
	#service-summary .summary-title {
		text-align: center;
		font-size: 2.8rem;
	}
	#service-summary .summary-figure {
		display: block;
	}
	#service-summary .summary-figure .flex___item.left {
		width: 280px;
		float: left;
		margin: 0 2em 2em 0;
	}
	#service-summary .summary-figure .flex___item.right {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	#service-summary {
		margin-bottom: 60px;
	}
	#service-summary .summary-title {
		font-size: 2.4rem;
		font-weight: bold;
	}
	#service-summary .summary-figure .flex___item.left {
		display: none;
	}
	#service-summary .summary-figure .flex___item.right {
		margin-top: 30px;
	}
	#service-summary .summary-inbox {
		margin-top: 0;
	}
}
@media screen and (max-width: 430px) {
	#service-summary .summary-title {
		font-size: 2.2rem;
	}
}


/* 一元化のメリット */
.merit {
	margin-top: 90px;
	background: #fafafa;
	padding: 60px;
	border-radius: 18px;
}
.merit .merit-box {
	margin-top: 60px;
}
.merit ul.merit-list {

}
.merit ul.merit-list li {
	background: #FFF;
	border-radius: 18px;
	padding: 60px;
	box-shadow: 0 0 24px rgba(190, 191, 191, .3);
}
.merit ul.merit-list li:not(:first-child) {
	margin-top: 30px;
}
.merit ul.merit-list li .merit-title {
	text-align: left;
	padding-left: 150px;
	color: #3eb034;
	font-size: 2.6rem;
	line-height: 1.4;
	position: relative;
}
.merit ul.merit-list li .merit-title:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -75px;
	left: -30px;
	width: 150px;
	height: 150px;
	z-index: 1;
}
.merit ul.merit-list li.merit01 .merit-title:before {
	background: url(../images/service/merit01.webp) no-repeat;
	background-size: 100%;
}
.merit ul.merit-list li.merit02 .merit-title:before {
	background: url(../images/service/merit02.webp) no-repeat;
	background-size: 100%;
}
.merit ul.merit-list li.merit03 .merit-title:before {
	background: url(../images/service/merit03.webp) no-repeat;
	background-size: 100%;
}
.merit ul.merit-list li .merit-inbox {
	margin-top: 60px;
}
.merit ul.merit-list li .merit-inbox ul.check-list {
	margin: 0;
}
.merit ul.merit-list li .merit-inbox ul.check-list li {
	padding: 0 0 0 38px;
	margin: 6px 0 0!important;
	box-shadow: none;
	position: relative;
}
.merit ul.merit-list li .merit-inbox ul.check-list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background: url(../images/common/icon-checkGreen.webp) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.merit ul.merit-list li .merit-inbox img.waste-management-merit {
	display: block;
	margin: 45px auto 0;
}
.merit ul.merit-list li .merit-inbox ul.compliance-risk {
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.merit ul.merit-list li .merit-inbox ul.compliance-risk li {
	width: calc(100% / 5 - 12px);
	padding: 12px;
	margin: 0 !important;
	box-shadow: none;
	background: #3eb034;
	border-radius: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.merit ul.merit-list li .merit-inbox ul.compliance-risk li span {
	display: inline-block;
	color: #FFF;
	font-weight: bold;
}

@media screen and (max-width: 1194px) {
	.merit ul.merit-list li .merit-inbox ul.compliance-risk {
		justify-content: center;
	}
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li {
		width: calc(100% / 3 - 12px);
        margin: 12px 12px 0 12px !important;
	}
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li:first-child,
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li:nth-child(3) {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li span {
		line-height: 1.4;
	}
}
@media screen and (max-width: 768px) {
	.merit {
		padding: 45px;
	}
	.merit ul.merit-list li {
		padding: 45px;
	}
	.merit ul.merit-list li .merit-title:before {
		width: 120px;
		height: 120px;
		top: -60px;
		left: 0;
	}
	.merit ul.merit-list li .merit-inbox {
		margin-top: 45px;
	}
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li {
		width: calc(100% / 2 - 6px);
        margin: 12px 12px 0 12px !important;
	}
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li:first-child,
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li:nth-child(3) {
		margin-left: 0 !important;
	}
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li:nth-child(2),
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li:nth-child(4) {
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 559px) {
	.merit {
		width: calc(100% + 60px);
        margin-left: -30px;
		margin-top: 60px;
		padding: 30px;
		border-radius: 0;
	}
	.merit ul.merit-list li {
		padding: 30px;
	}
	.merit ul.merit-list li .merit-title {
		padding-left: 110px;
		font-size: 2.4rem;
	}
	.merit ul.merit-list li .merit-title:before {
		left: -12px;
		width: 105px;
        height: 105px;
	}
	.merit ul.merit-list li .merit-inbox {
		margin-top: 30px;
	}
}
@media screen and (max-width: 430px) {
	.merit {
		width: calc(100% + 60px);
        margin-left: -30px;
		margin-top: 60px;
		padding: 30px;
		border-radius: 0;
	}
	.merit ul.merit-list li {
		padding: 30px;
	}
	.merit ul.merit-list li .merit-title {
		        text-align: center;
        padding: 30px 0 0 0;
	}
	.merit ul.merit-list li .merit-title:before {
		left: 50%;
        transform: translateX(-50%);
		width: 75px;
        height: 75px;
	}
	.merit ul.merit-list li .merit-inbox ul.compliance-risk {
		flex-direction: column;
	}
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li {
		width :100%;
		margin: 12px 0 0 0 !important;
	}
	.merit ul.merit-list li .merit-inbox ul.compliance-risk li span br {
		display: none;
	}
}


/* 産業廃棄物管理 */
.waste-management {}
.waste-management .waste-management-figure {
	margin-top: 60px;
}
.waste-management .waste-management-heading {
	max-width: 380px;
	border-radius: 4px;
	padding: 12px 12px;
	margin: 0 auto 30px;
	text-align: center;
}
.waste-management .waste-management-heading span {
	font-size: 2rem;
}
.waste-management .waste-management-heading.before {
	background: #ededed;
}
.waste-management .waste-management-heading.after {
	background: #3eb034;
	color: #FFF;
}

@media screen and (max-width: 768px) {
	.waste-management .waste-management-heading {
		max-width: 220px;
		padding: 6px;
	}
	.waste-management .waste-management-heading span {
		font-size: 1em;
	}
}
@media screen and (max-width: 560px) {
	.waste-management .waste-management-heading {
		max-width: 100%;
		padding: 6px;
	}
	.waste-management .waste-management-heading span {
		font-size: 1em;
	}
}



/* グリストラップ清掃 */
.greasetrap {
	margin-top: 90px;
}
.greasetrap .greasetrap-flex {
	display: flex;
}
.greasetrap .greasetrap-flex .greasetrap-flex___image {
	max-width: 320px;
	min-width: 30%;
}
.greasetrap .greasetrap-flex .greasetrap-flex___text {
	max-width: calc(100% - 320px);
	min-width: 70%;
	padding-left: 60px;
}
.greasetrap .greasetrap-flex .greasetrap-flex___text .greasetrap-textbox:not(:first-child) {
	margin-top: 30px;
}
.greasetrap .what-greasetrap {
	margin-top: 30px;
	font-size: 1.3rem;
	font-style: italic;
	line-height: 1.4;
	color: #666;
}
.greasetrap .what-greasetrap p.what-greasetrap-title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
.greasetrap .greasetrap-scene {
	margin-top: 60px;
	padding: 45px;
	border-radius: 18px;
	background: #ECF9EB;
}
.greasetrap .greasetrap-scene p.greasetrap-scene-title {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #3eb034;
	line-height: 1.4;
	border-radius: 4px;
}
.greasetrap ul.scene-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.greasetrap ul.scene-list li {
	width: calc(100% / 7 - 18px);
	margin-top: 18px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.greasetrap ul.scene-list li .scene-palace {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.greasetrap ul.scene-list li .scene-palace span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.4;
}

@media screen and (max-width: 960px) {
	.greasetrap ul.scene-list {
		justify-content: space-evenly;
	}
	.greasetrap ul.scene-list li {
		width: calc(100% / 4 - 18px);
	}
}
@media screen and (max-width: 768px) {
	.greasetrap {
		margin-top: 60px;
	}
}
@media screen and (max-width: 559px) {
	.greasetrap {
		margin-top: 45px;
	}
	.greasetrap .greasetrap-scene {
		padding: 30px;
	}
	.greasetrap ul.scene-list li {
		width: calc(100% / 4 - 12px);
	}
	.greasetrap ul.scene-list li img {
		width: 75px;
		height: auto;
	}
}
@media screen and (max-width: 430px) {
	.greasetrap {
		margin-top: 30px;
	}
	.greasetrap .greasetrap-scene {
		padding: 30px 12px;
	}
	.greasetrap .greasetrap-scene p.greasetrap-scene-title {
		font-size: 1.8rem;
	}
	.greasetrap ul.scene-list {
		justify-content: space-between;
	}
	.greasetrap ul.scene-list li {
		width: calc(100% / 3 - 9px);
	}
	.greasetrap ul.scene-list li img {
		width: 105px;
		height: auto;
	}
	.greasetrap ul.scene-list li .scene-palace span {
		font-size: 1rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 380px) {
	.greasetrap .greasetrap-scene p.greasetrap-scene-title {
		font-size: 1em;
	}
}


/* エレベーター保守管理 */
.ev .ev-figure {
	margin-top: 60px;
}
.ev .ev-figure .left-title {
	text-align: left;
	color: #3eb034;
	margin-bottom: 32px;
}
.ev .ev-figure .left-title span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 .6em;
}
.ev .ev-figure .left-title span:before {
	content: '';
	display: block;
	width: 4px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #3eb034;
}
.ev .ev-figure .ev-figure-title + div {
	margin-top: 45px
}


/* その他のサービス→固定資産税の適正化 */
.other-figure {
	margin-top: 90px;
}
.other-figure img.other-img {
	display: block;
	border-radius: 18px;
	box-shadow: 0 0 24px rgba(190, 191, 191, .3);
}


/* 介護施設 */
.kaigo {}
.kaigo .kaigo-costcut {}
.kaigo ul.kaigo-costcut-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kaigo ul.kaigo-costcut-list li {
	width: calc(100% / 3 - 30px);
	text-align: center;
	margin-top: 18px;
}
.kaigo ul.kaigo-costcut-list li span {
	display: inline-block;
	margin-top: 18px;
	line-height: 1.4;
}
.kaigo .kaigo-costdown {
	margin-top: 60px;
	text-align: center;
}
.kaigo .kaigo-costdown p.big {
	color: #C40013;
	font-size: 3.2rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.4;
}
.kaigo .kaigo-costdown p.big span {
	font-size: 1.2em;
}
.kaigo .kaigo-costdown p.medium {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.4;
}
.kaigo .kaigo-documents {
	margin-top: 60px;
}
table.documents {
	overflow: hidden;
	width: 100%;
}
table.documents,
table.documents tr,
table.documents th,
table.documents td {
	border-collapse: collapse;
}
table.documents tr {
	border-bottom: 1px solid #ededed;
}
table.documents th {
	padding: 18px;
	text-align: center;
	background: #ECF9EB;
	line-height: 1.4;
}
table.documents th:not(:last-child) {
	border-right: 1px solid #ededed;
}
table.documents th.left {
	width: 40%;
}
table.documents th.right {
	width: 60%;
}
table.documents td {
	padding: 18px;
	text-align: center;
	line-height: 1.4;
}
table.documents td:not(:last-child) {
	border-right: 1px solid #ededed;
}


@media screen and (max-width: 768px) {
	.kaigo ul.kaigo-costcut-list li {
		width: calc(100% / 3 - 18px);
	}
	.kaigo ul.kaigo-costcut-list li span {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 559px) {
	.kaigo ul.kaigo-costcut-list li {
		width: calc(100% / 2 - 12px);
	}
	.kaigo ul.kaigo-costcut-list li span {
		font-size: 1.4rem;
	}
	
	.kaigo .kaigo-costdown p.big {
		font-size: 2.8rem;
	}
	.kaigo .kaigo-costdown p.medium {
		font-size: 2rem;
	}
}
@media screen and (max-width: 430px) {
	.kaigo .kaigo-costdown p.big {
		font-size: 2.3rem;
	}
	.kaigo .kaigo-costdown p.medium {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 380px) {
	.kaigo .kaigo-costdown p.big {
		font-size: 2.2rem;
	}
	.kaigo .kaigo-costdown p.medium {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 320px) {
	.kaigo .kaigo-costdown p.big {
		font-size: 1.8rem;
	}
	.kaigo .kaigo-costdown p.medium {
		font-size: 1.52rem;
	}
}


/****************************************
* 会社案内
* **************************************/

/* ごあいさつ */
#about #greeting {
	position: relative;
	padding-bottom: 90px;
	z-index: 1;
}
#about #greeting:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #ECF9EB;
	width: calc(100% - 90px);
	height: 58vh;
	border-radius: 18px 0 0 18px;
	z-index: -1;
}
#about #greeting .message {
	background: #FFF;
	box-shadow: 0 0 24px rgba(190, 191, 191, .3);
	border-radius: 18px;
	padding: 60px;
	margin-right: 12vw;
}
#about #greeting .message p {
	margin: 0 0 2rem 0;
}
#about #greeting img.ceo {
	display: inline-block;
	float: right;
	margin: -3vw 0 2.8vw 3.6vw;
	width: 340px;
	border-radius: 18px;
	box-shadow: 0 0 24px rgba(190, 191, 191, .3);
}

/* エコアの由来 */
#about #origin {
	padding-bottom: 120px;
}
#about #origin img.origin-logo {
	display: block;
	margin: 0 auto 60px;
	padding: 0 18px;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#about #origin .origin-phrase {
	overflow: hidden;
	text-align: center;
	margin: -98px auto 0;
	border: 1px solid #ededed;
	padding: 60px;
	border-radius: 18px;
	position: relative;
}
#about #origin .origin-phrase:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -90px;
	bottom: -190px;
	background: url(../images/about/big-logoicon.webp) no-repeat;
	background-size: 100%;
	width: 450px;
	height: 450px;
}
#about #origin dl {
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#about #origin dl:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: -1;
	width: 100%;
	border-bottom: dotted 2px #aaa;
}
#about #origin dl dt {
	text-align: left;
	font-size: 5rem;
	font-weight: bold;
	background: #FFF;
	padding-right: 12px;
}
#about #origin dl dt span {
	display: inline-block;
}
#about #origin dl dd {
    text-align: left;
	font-size: 2.2rem;
	line-height: 1.6;
	background: #FFF;
	padding-left: 12px;
}
#about #origin dl dd span {
	display: inline-block;
	font-weight: bold;
}


/* 会社概要 */
#about #company {

}
#about #company table {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ededed;
}
#about #company table,
#about #company table tr,
#about #company table th,
#about #company table td {
	border-collapse: collapse;
}
#about #company table tr {
	border-bottom: 1px solid #ededed;
}
#about #company table th {
	width: 24vw;
	padding: 18px;
	background: #fafafa;
}
#about #company table td {
	width: calc(100% - 24vw);
	padding: 30px 3vw;
}
#about #company table td rt {
	font-size: .9rem;
}
#about #company ul.works {
	list-style: disc;
    margin: 0 0 0 1em;
	padding: 0;
}
#about #company ul.works li {}

@media screen and (max-width: 1194px) {
	
	/* ごあいさつ */
	#about #greeting:before {
		top: auto;
		bottom: 0;
        transform: none;
        width: 100%;
        height: 68%;
		border-radius: 0;
	}
	
	/* エコアの由来 */
	#about #origin dl dt {
		min-width: 200px;
	}
	#about #origin dl dd {
		max-width: 580px;
	}
	
}
@media screen and (max-width: 768px) {
	/* ごあいさつ */
	#about #greeting .message {
		padding: 45px;
	}
	#about #greeting img.ceo {
		width: 280px;
	}
	
	/* エコアの由来 */
	#about #origin {
		padding-bottom: 90px;
	}
	#about #origin .origin-phrase {
        padding: 45px;
    }
	#about #origin img.origin-logo {
		width: 380px;
	}
	#about #origin dl dt {
		font-size: 3.6rem;
		min-width: 150px;
	}
	#about #origin dl dd {
		font-size: 2rem;
	}
}
@media screen and (max-width: 559px) {
	/* ごあいさつ */
	#about #greeting {
		padding-bottom: 60px;
	}
	#about #greeting .box {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	#about #greeting .message {
		padding: 30px;
		margin-right: 0;
		border-radius: 0;
	}
	#about #greeting img.ceo {
		float: none;
		width: 100%;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}

	/* エコアの由来 */
	#about #origin {
		padding-bottom: 60px;
	}
	#about #origin .origin-phrase {
		padding: 30px;
	}
	#about #origin .origin-phrase:after {
		right: -90px;
		bottom: -60px;
		width: 320px;
		height: 320px;
	}
	#about #origin img.origin-logo {
		width: 320px;
	}
	#about #origin dl {
		flex-direction: column;
	}
	#about #origin dl dt,
	#about #origin dl dd {
		width: 100%;
		padding: 0;
        margin: 0;
	}
	#about #origin dl dt {
		font-size: 3rem;
		text-align: center;
	}
	#about #origin dl dd {
		font-size: 1.8rem;
		text-align: center;
	}
	
	/* 会社概要 */
	#about #company table th {
		font-size: .9em;
	}
}
@media screen and (max-width: 430px) {
	
	/* エコアの由来 */
	#about #origin {
		padding-bottom: 45px;
	}
	#about #origin .origin-phrase:after {
		width: 250px;
        height: 250px;
	}
	
	/* 会社概要 */
	#about #company table th,
	#about #company table td {
		display: block;
		width: 100%;
	}
	#about #company table th {
		text-align: left;
		padding: 12px 12px 12px 12px;
	}
	#about #company table td {
		padding: 18px 12px;
	}
}
@media screen and (max-width: 380px) {
	
	/* エコアの由来 */
	#about #origin .origin-phrase {
		padding: 30px 20px;
	}
	#about #origin dl dt {
		font-size: 2.6rem;
	}
	#about #origin dl dd {
		font-size: 1.4rem;
	}
}


/****************************************
* お問い合わせ
* *************************************/

/* 電話
 * * **********************************/

#inquiry .phone-inquiry {
	max-width: 920px;
	margin: 0 auto;
	padding: 60px 5%;
	text-align: center;
	border: 1px solid #ededed;
}
#inquiry .phone-inquiry .phone-inquiry-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#inquiry .phone-inquiry .phone-inquiry-flex .phone-inquiry-flex___title {
	width: calc(100% / 2);
	padding: 0 1vw;
	color: #3eb034;
	border-right: 1px solid #ededed;
}
#inquiry .phone-inquiry .phone-inquiry-flex .phone-inquiry-flex___phone {
	width: calc(100% / 2);
	padding: 0 1vw;
}

#inquiry .phone-inquiry .phone-inquiry-title {
	font-size: 2.6rem;
	line-height: 1.4;
}
#inquiry .phone-inquiry a.phone-inquiry-number {

}
#inquiry .phone-inquiry a.phone-inquiry-number span {
	font-family: 'Zen Old Mincho', serif;
	font-size: 3rem;
}
#inquiry .phone-inquiry p.open {
	margin-top: -6px;
	margin-right: -6px;
	color: #333;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	#inquiry .phone-inquiry {
		padding: 30px 5%;
	}
	#inquiry .phone-inquiry .phone-inquiry-flex {
		flex-direction: column;
	}
	#inquiry .phone-inquiry .phone-inquiry-flex .phone-inquiry-flex___title {
		border-right: none;
		width: 100%;
	}
	#inquiry .phone-inquiry .phone-inquiry-flex .phone-inquiry-flex___phone {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	#inquiry .phone-inquiry {
		padding: 30px;
	}
	#inquiry .phone-inquiry .phone-inquiry-flex {
		flex-direction: column;
	}
	#inquiry .phone-inquiry .phone-inquiry-flex .phone-inquiry-flex___title {
		border-right: none;
		padding: 0;
	}
	#inquiry .phone-inquiry .phone-inquiry-flex .phone-inquiry-flex___phone {
		padding: 0;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	#inquiry .phone-inquiry .phone-inquiry-title {
		font-size: 2.2rem;
	}
}


/* メール
 * * **********************************/

#inquiry .mail-inquiry {
	max-width: 920px;
	margin: 90px auto 0;
}
#inquiry .mail-inquiry .page-summary {
	margin-top: 30px;
}
#inquiry .mail-inquiry .phone-mail-title {
	font-size: 2.6rem;
	line-height: 1.4;
	color: #3eb034;
}

/* フォーム */
#inquiry table {
	width: 100%;
	margin: 60px auto 0;
	border-top: 1px solid #ededed;
}
#inquiry table,
#inquiry table th,
#inquiry table td {
	border-collapse: collapse;
}
#inquiry table tr {
	border-bottom: 1px solid #ededed;
}
#inquiry table th {
	width: 280px;
	text-align: left;
	padding: 20px calc(3em + 12px) 20px 20px;
}
#inquiry table th.hissu {

}
#inquiry table th span {
	display: inline-block;
	background: #f9be00;
	color: #FFF;
	font-size: 1rem;
	font-weight: normal;
	padding: 3px 5px;
	border-radius: 3px;
	margin-right: 12px;
}
#inquiry table td {
	width: calc(100% - 280px);
	text-align: left;
	padding: 30px;
}
#inquiry table td dl {
	display: table;
}
#inquiry table td dt {
	width: 180px;
	display: table-cell;
	vertical-align: middle;
}
#inquiry table td dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}
#inquiry textarea.consultation {
	min-height: 220px;
}

/* 種別 */
#inquiry span.type {

}
#inquiry span.type span.wpcf7-list-item {
	display: block;
	margin: 0;
}

/* ラジオボタン */
#inquiry .type label,
#inquiry .your-contact label {
	display: flex;
	align-items: center;
}
#inquiry input[type="radio"] {
	margin: 0 9px 0 0;
	width: 18px;
	height: 18px;
}

/* 住所 */
#inquiry select.your-prefecture { /* 都道府県 */
	width: 180px;
}
#inquiry input.your-addr { /* 市区町村以降 */
	margin-top: 12px;
}


#inquiry .add-flex {
	display: flex;
	margin-bottom: 9px;
}
#inquiry .add-flex span.wpcf7-form-control-wrap:not(:first-child) {
	margin-left: 9px;
}

#inquiry input.your-postcode { /* 郵便番号 */
	display: inline-block;
	width: 150px;
}
#inquiry input.your-prefecture { /* 都道府県 */
	display: inline-block;
	width: 150px;
}


/* メールアドレス */
#inquiry input.your-email-confirm {
	margin-top: 12px !important;
}

/* 内容 */
#inquiry textarea.your-message {
	height: 180px;
	line-height: 1.6;
}

/* 連絡方法 */
#inquiry .your-contact .wpcf7-list-item {
	margin-left: 12px;
}
#inquiry .your-contact .wpcf7-list-item.first {
	margin-left: 0;
}

/* 同意 */
#inquiry .agree_box {
	margin-top: 45px;
	text-align: center;
}
#inquiry .agree_box .agree_check {
	margin-top: 18px;
}
span.agree label {
	display: flex;
	align-items: center;
}
span.agree input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 12px 0 0;
}


/* プラグインのハイフンなし！ */
div#autozip {
	display: none !important;
}

/* プラグインのスピナー */
div.wpcf7 .wpcf7-spinner {
	display: none !important;
}

/* プラグインのエラーメッセージ */
.wpcf7-not-valid-tip {
	background: #FFF7E0;
	color: #000 !important;
	font-weight: normal;
	font-size: 1.2rem;
	margin-top: 6px;
	padding: 3px 12px;
}

/* プラグインのエラーメッセージ（任意の場所に） */
#inquiry .error .wpcf7-not-valid-tip {
	display: none;
}
#inquiry .error .error-message {
	display: none;
	background: #FFF7E0;
	color: #000 !important;
	font-weight: normal;
	font-size: 1.2rem;
	margin-top: 6px;
	padding: 3px 12px;
}
#inquiry .error:has(.wpcf7-not-valid-tip) .error-message {
	display: block;
}

/* 送信ボタン */
input.btnSend {
	display: inline-block !important;
	width: 30% !important;
	min-width: 280px !important;
	margin: 10px !important;
	padding: 1.2vw 3.2vw 1.2vw 3.2vw !important;
	border-radius: 50px !important;
	text-align: center !important;
	font-size: 2.2rem !important;
	background: #3eb034 !important;
	color: #FFF !important;
	box-shadow: 0 0 24px rgba(190, 191, 191, .3) !important;
	transition: .5s !important;
	position: relative !important;
}
input.btnSend:hover {
	opacity: 1 !important;
	background: #318929 !important;
}

@media screen and (max-width: 1194px) {
	#inquiry table th {
		width: 260px;
	}
	#inquiry table td {
		width: calc(100% - 260px);
	}
}
@media screen and (max-width: 768px) {
	#inquiry .mail-inquiry {
		margin: 60px auto 0;
	}
	#inquiry .page-summary {
		padding-bottom: 0;
	}
	#inquiry .inquiry-form {
		background: #fafafa;
        padding: 30px;
        width: calc(100% + 60px);
        margin-left: -30px;
	}
	
	/* フォーム */
	#inquiry table {
		margin: 0 auto;
	}
	#inquiry table th,
	#inquiry table td {
		display: block;
		width: 100%;
	}
	#inquiry table th {
		padding: 30px 30px 12px 30px;
	}
	#inquiry table td {
		padding: 0 30px 30px;
	}
}
@media screen and (max-width: 560px) {
	
	/* フォーム */
	#inquiry table th {
		padding: 18px 18px 12px 18px;
	}
	#inquiry table td {
		padding: 0 18px 18px;
	}
	
	
	#inquiry table td.file_td .file_error {
		font-size: .8rem;
	}
	#inquiry table td.position .postcode_flex {
		flex-direction: column;
		align-items: flex-start;
	}
	#inquiry table td.position .postcode_flex p {
		margin: 0;
	}
	#inquiry table td.position .postcode_flex p.memo {
		margin: 3px 0 0;
	}
}
@media screen and (max-width: 430px) {
	
	/* フォーム */
	#inquiry table th {
		padding: 18px 0 12px;
	}
	#inquiry table td {
		padding: 0 0 18px;
	}
	#inquiry table th span {
    font-weight: bold;
    padding: 0 3px;
	}

}
@media screen and (max-width: 380px) {
	#inquiry .phone-inquiry .phone-inquiry-title,
	#inquiry .mail-inquiry .phone-mail-title {
		font-size: 2.2rem;
	}
	#inquiry .phone-inquiry a.phone-inquiry-number span {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 320px) {
	#inquiry .phone-inquiry .phone-inquiry-title,
	#inquiry .mail-inquiry .phone-mail-title {
		font-size: 2rem;
	}
	#inquiry .phone-inquiry a.phone-inquiry-number span {
		font-size: 2.2rem;
	}
}


/* 送信完了 */
#inquiry .thanks-inquiry-info {
	text-align: center;
}
#inquiry .thanks-inquiry-info rt {
	font-size: .9rem;
}

#inquiry .thanks-inquiry {
	width: 920px;
	margin: 60px auto 0;
	padding: 60px;
	border: 1px solid #ededed;
}
#inquiry .thanks-inquiry .thanks-inquiry-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 18px;
}
#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___phone {
	text-align: center;
	margin-right: 3vw;
}
#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___phone p.thanks-inquiry-phone {
	line-height: 1;
	margin: 0;
}
#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___phone p.thanks-inquiry-phone span {
	font-size: 3rem;
}
#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___phone p.thanks-inquiry-open {
	margin-top: 9px;
	font-size: 1.4rem;
}
#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___web {
	text-align: center;
}
#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___web a.btnWeb {
	display: inline-block;
	font-weight: bold;
	padding: 0 1vw .6vw 1vw;
	border-bottom: 1px solid;
}
#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___web a.btnWeb:hover {
	opacity: 1;
	color: #3eb034;
}


@media screen and (max-width: 1194px) {
	
	/*送信完了*/
	#inquiry .thanks-inquiry {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {

	/*送信完了*/
	#inquiry .summary_coution {
		width: 100%;
		padding: 30px 0;
	}
	#inquiry .thanks-inquiry {
		padding: 30px;
	}
	#inquiry .thanks-inquiry .thanks-inquiry-flex {
		flex-direction: column;
	}
	#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___phone {
		width: 100%;
		margin-right: 0;
	}
	#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___web {
		width: 100%;
		margin-top: 12px;
	}
}
@media screen and (max-width: 430px) {
	#inquiry .thanks-inquiry {
		padding: 30px 18px;
	}
}
@media screen and (max-width: 320px) {
	#inquiry .thanks-inquiry .thanks-inquiry-flex .thanks-inquiry-flex___phone p.thanks-inquiry-phone span {
		font-size: 2.6rem;
	}
}


/****************************************
* プライバシーポリシー
* *************************************/

#privacy-policy .policy-title {
	text-align: left;
	font-size: 1.8rem;
	margin: 30px 0;
	padding-left: 12px;
	position: relative;
}
#privacy-policy .policy-title:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #000;
	width: 3px;
	height: 1em;
}
#privacy-policy ol {

}
#privacy-policy ol li {

}
#privacy-policy .block a {
	display: inline-block;
	color: #3eb034;
	border-bottom: 1px solid #3eb034;
}


/****************************************
* サイトマップ
* *************************************/

#sitemap {
	
}
#sitemap ul.sitemap-list {
	
}
#sitemap ul.sitemap-list li {
	padding-left: 22px;
	position: relative;
}
#sitemap ul.sitemap-list li::before {
	content: "" !important;
	display: inline-block !important;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 9px;
	height: 9px;
	margin: 0;
	border-top: 2px solid #3eb034;
	border-right: 2px solid #3eb034;
}

#sitemap ul.sitemap-list li:not(:first-child) {
	margin-top: 18px;
}
#sitemap ul.sitemap-list li a {
	display: inline-block;
}


/****************************************
* 404
* *************************************/

#error .content {
	text-align: center;
}
#error p.errorurl span {
	word-break: break-all;
	color: #999;
}
