@charset "UTF-8";

/*
 * 法人ページ共通
 */
.page-hojin{
	font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro","Yu Mincho","YuMincho","MS PMincho",serif;
}

.section--hojin{
	margin-bottom: 60px;
}

.page-hojin h2{
	margin: 0;
	margin-bottom: 30px;
	color: #009fd1;
	font-size: 42px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
}

.page-hojin h2 span{
	display: block;
	margin-top: 10px;
	color: #555;
	font-size: 16px;
}

.section--hojin-services h2{
	color: #d2ecfa;
}

.section--hojin-services h2 span{
	color: #fff;
}

@media screen and (max-width: 767px) {

	.section--hojin{
		margin-bottom: 30px;
	}

	.page-hojin h2{
		margin-bottom: 10px;
		font-size: 30px;
	}

	.page-hojin h2 span{
		margin-top: 5px;
		font-size: 12px;
	}

	.page-hojin p{
		font-size: 14px;
	}

}

/*
 * メインビジュアル
 */
.section--hojin-mv {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin-bottom: 50px;
	padding-top: calc(375 / 900 * 100%);
	background-image: url(/images/hojin/img-hojin-mv.jpg);
	background-size: cover;
	background-position: center;
}

.section--hojin-mv--page{
	background-image: url(/images/hojin/img-hojin-mv.jpg);
}

.page-hojin--maintenance .section--hojin-mv--page{
	background-image: url(/images/hojin/img-hojin-mv-maintenance.jpg);
}

.page-hojin--fm .section--hojin-mv--page{
	background-image: url(/images/hojin/img-hojin-mv-fm.jpg);
}

.page-hojin--lining .section--hojin-mv--page{
	background-image: url(/images/hojin/img-hojin-mv-lining.jpg);
}

.section--hojin-mv > p{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 32px;
	padding-right: 35%;
	color: #fff;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 1);
	font-size: 30px;
	font-weight: 700;
}


@media screen and (max-width: 767px) {

	.section--hojin-mv{
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		margin-bottom: 40px;
		padding: 0;
	}

	.section--hojin-mv > p{
		display: block;
		font-size: 20px;
		position: static;
		padding: 50px 35px;
		text-align: center;
	}

}

/*
 * 建設業許可
 */
.section--permit__inner{
	text-align: center;
}

.section--permit__inner > p{
	font-weight: bold;
	font-size: 20px;
}

.section--permit__cont{
	max-width: 800px;
	margin: 0 auto;
	padding: 15px;
	background-color: #e3f6f8;
	border-radius: 12px;
}

.section--permit__cont p{
	padding-top: 0;
	margin-bottom: 0;
}

.section--permit__cont .section--permit__num{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 32px;
}

.section--permit__type{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}

.section--permit__term{
	font-size: 18px;
}

.section--permit__term span{
	font-size: 16px;
}


@media screen and (max-width: 767px) {

	.section--permit__inner{
		margin: 0 -10px;
	}

	.section--permit__cont{
		padding: 10px;
	}

	.section--permit__inner > p{
		font-size: 14px;
	}

	.section--permit__cont .section--permit__num{
		font-size: 16px;
	}

	.section--permit__cont .section--permit__type{
		font-size: 14px;
	}
	
	.section--permit__cont .section--permit__term{
		font-size: 12px;
	}
	
	.section--permit__cont .section--permit__term span{
		font-size: 10px;
	}
	
}


/*
 * 事業紹介
 */
.section--hojin-services{
	margin-bottom: 70px;
}

.section--hojin-services__inner {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 70px;
	padding: 50px 0 20px;
	background-image: url(/images/hojin/img-bg-hojin-services.jpg);
	background-position: center top;
	background-size: cover;
}

.section--hojin-services__item{
	max-width: 900px;
	margin: 0 auto 30px;
	padding: 20px;
	background-color: #fff;
	border-radius: 12px;
}

.section--hojin-services__item h3{
	margin-bottom: 0;
}

.section--hojin-services__item-maintenance h3{
	color: #009eb8;
}

.section--hojin-services__item-lining h3 {
	color: #009fe8;
}

.section--hojin-services__item-fm h3 {
	color: #0068b6;
}

.section--hojin-services__item p:last-child{
	margin-bottom: 0;
}

.section--hojin-services .list--hojin-services {
	display: grid;
	max-width: 900px;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.list--hojin-services li {
	display: flex;
	margin: 0;
	background: #fff;
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.7);
	border-radius: 6px;
}

.list--hojin-services a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 16px 0 14px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
}

.list--hojin-services .item--maintenance{
	background-color: #009eb8;
}

.list--hojin-services .item--lining{
	background-color: #009fe8;
}

.list--hojin-services .item--hojin-service{
	background-color: #0068b6;
}

.list--hojin-services h3 {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}

.list--hojin-services__item picture{
	display:block;
	aspect-ratio: 285 / 265;
}

@media screen and (max-width:767px){
	.list--hojin-services__item picture{
		aspect-ratio: 342 / 175;
	}
}

.list--hojin-services__item picture img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

.list--hojin-services__txt p{
	margin-bottom: 10px;
}

.list--hojin-services .btn-more {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 35px;
	border-radius: 999px;
	color: #fff;
	font-size: 26px;
	line-height: 1;
}

.item--maintenance .btn-more {
	background-color: #009eb8;
}

.item--lining .btn-more {
	background-color: #009fe8;
}

.item--hojin-service .btn-more {
	background-color: #0068b6;
}

.list--hojin-services .btn-more::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

.list--hojin-services .btn-more::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #00a6b4;
	transform: translateY(-50%);
	z-index: 1;
}

.item--maintenance .btn-more::before {
	border-left-color: #009eb8;
}

.item--lining .btn-more::before {
	border-left-color: #009fe8;
}

.item--hojin-service .btn-more::before {
	border-left-color: #0068b6;
}

@media screen and (max-width: 900px) {

	.list--hojin-services h3 {
		font-size: 24px;
	}
	
}

@media screen and (max-width: 767px) {

	.section--hojin-services{
		margin-bottom: 50px;
	}

	.section--hojin-services__inner {
		margin-bottom: 50px;
		padding: 30px 0 20px;
	}

	.section--hojin-services__item{
		margin: 0 10px 30px;
	}

	.section--hojin-services__item h3{
		width: 230px;
		box-sizing: border-box;
		margin: 0 auto 5px;
		padding: 4px 20px 2px;
		border-radius: 50px;
		text-align: center;
	}

	.section--hojin-services__item-maintenance h3{
		background-color: #009eb8;
		color: #fff;
	}
	
	.section--hojin-services__item-lining h3 {
		background-color: #009fe8;
		color: #fff;
	}
	
	.section--hojin-services__item-fm h3 {
		background-color: #0068b6;
		color: #fff;
	}

	.section--hojin-services h2{
		margin-bottom: 30px;
		color: #009fd1;
	}

	.section--hojin-services h2 span{
		color: #333;
	}

	.section--hojin-services__inner {
		background-color: #e3f6f8;
		background-image: none;
	}

	.list--hojin-services .btn-more{
		margin-top: 20px;
		font-size: 20px;
	}

	.section--hojin-services .list--hojin-services {
		grid-template-columns: 1fr;
	}

	.list--hojin-services .btn-more::after {
		width: 20px;
		height: 20px;
	}
	
	.list--hojin-services .btn-more::before {
		right: 6px;
		border-top-width: 6px;
		border-bottom-width: 6px;
		border-left-width: 8px;
	}

	.list--hojin-services li {
		max-width: 340px;
		margin: 0 auto;
		box-shadow: 0 0 12px rgba(51, 51, 51, 0.3);
	}
	
}


/*
 * 選ばれる理由
 */
.list--why-choose-us {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list--why-choose-us li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0 30px;
	margin-bottom: 50px;
}

.list--why-choose-us h3 {
	width: 100%;
	margin: 0 0 12px;
	font-size: 22px;
	color: #008fc5;
}

.list--why-choose-us img {
	width: 438px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	flex-shrink: 0;
}

.list--why-choose-us .item--why-choose-us__wrap {
	flex: 1;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.list--why-choose-us p {
	margin: 0;
	padding-top: 0;
	line-height: 1.8;
	font-size: 14px;
}

.list--why-choose-us .text__em {
	font-weight: bold;
	line-height: 1.6;
	font-size: 22px;
}

@media screen and (max-width: 767px) {

	.list--why-choose-us h3 {
		margin: 0;
		padding: 5px;
		color: #fff;
		background-color: #00a0d2;
		text-align: center;
	}

	.list--why-choose-us .text__em {
		padding-top: 10px;
		font-size: 18px;
	}

}


/*
 * CTAボタン
 */
.section--hojin-contact {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
	padding: 30px 0 50px;
	background: url("/images/hojin/img-bg-hojin-contact.jpg") center center / cover no-repeat;
	text-align: center;
}

.section--hojin-contact__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}

.section--hojin-contact__lead {
	margin: 0 0 30px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 1);
}

.section--hojin-contact__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 60px;
}

.btn--hojin-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: calc( ( 100% - 60px ) / 2 );
	min-height: 60px;
	padding: 14px 28px;
	box-sizing: border-box;
	text-decoration: none;
}

.btn--hojin-contact:hover{
	color: #fff;
	opacity: .85;
}

.btn--hojin-contact-mail {
	background: #e50012;
	color: #fff;
}

.btn--hojin-contact-request{
	background-color: #f08300;
	color: #fff;
}

.btn--hojin-contact-tel {
	position: relative;
	width: 100%;
	max-width: 100%;
	justify-content: left;
	background: #fff;
	color: #555;
}

.btn--hojin-contact-tel:hover{
	color: #555;
}

.btn--hojin-contact-tel::after{
	position: absolute;
	right: 0;
	bottom: -1px;
	content:'';
	display: block;
	width: 306px;
	height: 152px;
	background-image: url(/images/hojin/img-hojin-tel.png)
}

.btn--hojin-contact__icon {
	width: 55px;
	height: 55px;
	margin-right: 12px;
	flex-shrink: 0;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.btn--hojin-contact-request .btn--hojin-contact__icon {
	background-image: url(/images/hojin/icon-hojin-request.svg);
}

.btn--hojin-contact-mail .btn--hojin-contact__icon {
	background-image: url(/images/hojin/icon-hojin-mail.svg);
}


.btn--hojin-contact-tel .btn--hojin-contact__icon {
	width: 100px;
	height: 100px;
	background-image: url(/images/hojin/icon-hojin-tel.svg);
	background-size: contain;
}

.btn--hojin-contact__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
}

.btn--hojin-contact__main {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.btn--hojin-contact__sub {
	font-size: 16px;
	font-weight: bold;
}

.btn--hojin-contact-request .btn--hojin-contact__main {
	font-size: 30px;
}

.btn--hojin-contact-tel .btn--hojin-contact__main {
	font-size: 58px;
	line-height: 1;
}

.btn--hojin-contact-tel .btn--hojin-contact__sub {
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.btn--hojin-contact {
		max-width: 310px;
		margin: 0 auto;
	}

	.btn--hojin-contact-tel{
		width: 100%;
		max-width: 310px;
		margin: 0 auto;
		box-sizing:border-box;
	}

	.btn--hojin-contact__icon {
		width: 40px;
		height: 40px;
		margin-right: 12px;
	}

	.section--hojin-contact__lead {
		font-size: 14px;
	}

	.section--hojin-contact__buttons {
		flex-direction: column;
		gap: 14px;
	}

	.btn--hojin-contact__main {
		font-size: 20px;
	}
	
	.btn--hojin-contact__sub {
		font-size: 12px;
	}
	
	.btn--hojin-contact-request .btn--hojin-contact__main {
		font-size: 18px;
	}

	.btn--hojin-contact__title{
		font-size: 12px;
	}
	
	.btn--hojin-contact-tel .btn--hojin-contact__main {
		font-size: 28px;
		white-space: nowrap;
	}
	
	.btn--hojin-contact-tel .btn--hojin-contact__sub {
		font-size: 14px;
	}

	.btn--hojin-contact-tel .btn--hojin-contact__icon {
		width: 43px;
		height: 43px;
	}

	.btn--hojin-contact-tel::after{
		display: none;
	}

	.show-pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.show-sp {
		display: none;
	}
}

/*
 * サービス内容
 */
.section--services--page > p {
	max-width: 900px;
	margin: 0 auto 40px;
	font-size: 17px;
	line-height: 1.8;
}

.list--services--page {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.list--services--page > li {
	margin-bottom: 40px;
}

.list--services--page__txt {
	position: relative;
	min-height: 278px;
}

.list--services--page h3 {
	margin: 0 0 14px;
	margin-right: 48%;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	color: #00a0d2;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
}

.list--services--page__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 44%;
}

.list--services--page__img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.sub-list--services--page {
	margin: 0;
	padding: 0;
	min-height: 210px;
	margin-right: 48%;
	list-style: disc;
}

.sub-list--services--page li {
	position: relative;
	margin-left: 1.5em;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.8;
}

.list--services--page__detail{
	padding: 10px 20px;
	background-color: #f7f7f7;
	font-size: 16px;
}

@media screen and (max-width: 767px) {

	.section--services--page > p {
		font-size: 14px;
	}

	.list--services--page h3 {
		margin-right: 0;
		margin-bottom: 0;
		padding: 8px 8px 4px;
		background-color: #00a0d2;
		color: #fff;
		text-align: center;
	}

	.list--services--page__txt {
		min-height: 0;
	}

	.list--services--page__img {
		position: static;
		width: 100%;
		margin-bottom: 14px;
	}

	.sub-list--services--page {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		min-height: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.sub-list--services--page li {
		margin: 0;
		padding: 10px;
		list-style: none;
		width: calc( ( 100% - 10px ) / 2 );
		background-color: #e3f6f8;
		box-sizing: border-box;
		font-size: 12px;
	}

	.list--services--page__detail{
		font-size: 12px;
	}

}


/*
 * 法人様へのメリット
 */
.section--points--page {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
	padding: 35px 0 45px;
	background: #e3f6f8;
}

.section--points--page ul {
	counter-reset: point-num;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.section--points--page li {
	position: relative;
	counter-increment: point-num;
	background: #fff;
	padding: 5px 12px 14px;
	box-sizing: border-box;
}

.section--points--page h3 {
	position: relative;
	margin: 0 0 3px;
	padding: 8px 45px 0 0;
	color: #555;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}

.section--points--page h3::after {
	content: counter(point-num, decimal-leading-zero);
	position: absolute;
	right: 0;
	bottom: -3px;
	color: #00a0d2;
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
}

.section--points--page img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.section--points--page p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
}


@media screen and (max-width: 767px) {

	.section--points--page ul {
		grid-template-columns: 1fr;
		margin: 0 10px;
	}

}

@media screen and (max-width: 419px) {
	.section--points--page ul {
		grid-template-columns: 1fr;
		gap: 100px;
		margin-bottom: 60px;
		padding: 0 8px;
	}

	.section--points--page li {
		position: relative;
		padding: 12px 16px 92px;
		background: #fff;
	}

	.section--points--page h3 {
		position: relative;
		margin: 0 0 10px;
		padding: 0 48px 0 0;
		font-size: 20px;
		line-height: 1.4;
	}

	.section--points--page h3::after {
		content: counter(point-num, decimal-leading-zero);
		position: absolute;
		right: 0;
		bottom: 0;
		color: #00a0d2;
		font-size: 34px;
		line-height: 1;
		font-weight: bold;
	}

	.section--points--page p {
		margin: 0;
	}

	.section--points--page img {
		position: absolute;
		left: 16px;
		right: 16px;
		bottom: -80px;
		display: block;
		width: calc(100% - 32px);
		height: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width: 376px) {

	.section--points--page img {
		bottom: -70px;
	}

}


/*
 * 施工までの流れ
 */
.section--flow--page {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 35px 0 45px;
	background: #e3f6f8;
}

.list--flow--page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	max-width: 900px;
	margin: 30px auto 30px;
	padding: 0;
	list-style: none;
}

.list--flow--page li {
	position: relative;
	width: calc((100% - 36px) / 3);
	box-sizing: border-box;
	margin-top: 70px;
	padding: 72px 18px 24px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
	border-radius: 6px;
	text-align: center;
}

.list--flow--page img {
	position: absolute;
	top: -54px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 108px;
	height: auto;
}

.list--flow--page h3 {
	margin: 0 0 0;
	color: #00a0d2;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}

.list--flow--page p {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 2;
	text-align: left;
}

@media screen and (max-width: 767px) {

	.list--flow--page {
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		gap: 12px;
	}

	.list--flow--page li {
		width: auto;
		margin-top: 20px;
		margin-left: 38px;
		padding: 12px 12px 12px 55px;
	}

	.list--flow--page img {
		width: 75px;
		top: 50%;
		left: 0;
		margin-top: -38px;
	}

	.list--flow--page h3 {
		margin-left: -55px;
		font-size: 20px;
	}

	.list--flow--page p {
		font-size: 13px;
	}
}

/*
 * FAQ
 */
.list--faq--page {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}

.item--faq--page {
	margin-bottom: 10px;
}

.list--faq--page dt,
.list--faq--page dd {
	margin: 0;
}

.question--faq--page {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 10px 50px 10px 54px;
	background: #d9f4f8;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	cursor: pointer;
	box-sizing: border-box;
}

.question--faq--page::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 23px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: url(/images/hojin/icon-q.png);
	background-size: contain;
}

.question--faq--page::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 3px solid #4ec3d5;
	border-bottom: 3px solid #4ec3d5;
	transform: translateY(-50%) rotate(-45deg);
	transition: transform .3s ease;
}

.item--faq--page.is-open .question--faq--page::after {
	transform: translateY(-70%) rotate(45deg);
}

.list--faq--page dd {
	overflow: hidden;
	max-height: 0;
	transition: max-height .35s ease;
}

.answer--faq--page {
	position: relative;
	padding: 14px 20px 18px 54px;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
	box-sizing: border-box;
}

.answer--faq--page::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: url(/images/hojin/icon-a.png);
	background-size: contain;
}

 .cform .item--your-postal-code input[type=text]{
	box-sizing: border-box;
	width: 4em;
}

/*
 *選ばれる3つの理由
 */
.section--reason--page {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 60px;
	padding: 35px 0 45px;
	background: #e3f6f8;
}

.section--reason--page__inner,
.section--reason--page__inner-02 {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}

.section--reason--page__item{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
}

.section--reason--page__item p:last-child{
	margin-bottom: 0;
}

.section--reason--page__item h3,
.section--reason--page__item .section--reason--page__item__img{
	width: calc( ( 100% - 20px ) / 2 );
	font-size: 32px;
}


.section--reason--page__item h3 span{
	display: block;
	color: #009fb9;
	font-size: 40px;
}

.section--reason--page__item .section--reason--page__item__img{
	text-align: right;
}

.section--reason--page__inner-02__title{
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	text-align: center;
	background-color: #00a0d2;
	color: #fff;
}

.section--reason--page__item-02 h4{
	margin-top: 0;
	margin-bottom: 0;
}

.item-02__txt{
	margin-bottom: 30px;
	padding: 15px;
	background-color: #fff;
}

.item-02__txt p:last-child{
	margin-bottom: 0;
}

.item-03__txt{
	padding: 0 20px;
}

.item-03__txt p:last-child{
	margin-bottom: 0;
}

.section--reason--page__inner--lining h4{
	position: relative;
	padding-top: 2em;
}

.section--reason--page__inner--lining h4 span{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 2px 2px 0;
	border: 1px solid #00a0d2;
	color: #00a0d2;
}

@media screen and (max-width: 767px) {

	.section--reason--page__item{
		flex-direction: column;
		gap: 0;
	}

	.section--reason--page__item h3,
	.section--reason--page__item .section--reason--page__item__img{
		width: auto;
		font-size: 32px;
	}

	.section--reason--page__item h3{
		display: flex;
		font-size: 20px;
		margin-bottom: 0;
		align-items: center;
	}

	.section--reason--page__item-02 h4{
		text-align: center;
	}

	.section--reason--page__item h3 span{
		font-size: 60px;
		margin-right: 10px;
	}

	.section--reason--page__inner-02{
		margin-bottom: 30px;
	}

	.list-img--scroll__wrap{
		margin-bottom: 0;
	}

	.section--reason--page__item-02{
		margin-bottom: 0;
		padding: 30px 0 15px;
		background-color: #fff;
	}

	.item-02__txt{
		margin-bottom: 0;
	}

	.section--reason--page__inner-02__title{
		margin-bottom: 20px;
	}
	
}

/*
 * 画像スクロール
 */
.include-img-list {
	padding-bottom: 0;
	overflow: hidden;
}

.scroll-wrap {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	box-sizing: border-box;
}

.list-img--scroll {
	display: flex;
	width: max-content;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	animation: scrollLoop 40s linear infinite;
	will-change: transform;
}

.list-img--scroll li {
	flex: 0 0 auto;
}

.list-img--scroll img {
	display: block;
	width: 281px;
	max-width: none;
	height: auto;
}

@keyframes scrollLoop {
	from {
		transform: translateX(-33.333%);
	}

	to {
		transform: translateX(-66.666%);
	}
}

@media screen and (max-width: 767px) {

	.scroll-wrap {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		overflow: hidden;
	}

	.list-img--scroll {
		animation-duration: 30s;
	}

	.list-img--scroll img {
		width: 160px;
		max-width: none;
	}

}


/*
 * 施工の流れ
 */
.section--method--page__list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.section--method--page_sub-title {
	display: table;
	margin: 0 auto 30px;
	padding: 2px 15px 0;
	border: 1px solid #00a0d2;
	color: #00a0d2;
}

.section--method--page__item h4{
	margin-bottom: 20px;
	padding: 5px 20px;
	background-color: #00a0d2;
	font-size: 1.75rem;
	color: #fff;
}

.section--method--page__item h4 span{
	display: inline-block;
	margin-right: 20px;
	padding: 2px 10px 0px;
	background-color: #fff;
	color: #00a0d2;
	border-radius: 8px;
	line-height: 1.4;
}

.section--method--page__item img{
	display: block;
	float: left;
	margin-right: 20px;
}

.section--method--page__item p{
	overflow: hidden;
}

.section--method--page__item{
	margin-bottom: 30px;
}

.section--method--page__item::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 767px) {

	.section--method--page__list{
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);		
	}

	.section--method--page__item img{
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
		padding: 0 20px 20px;
		box-sizing: border-box;
	}

	.section--method--page__item h3{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.section--method--page__item h3 span{
		margin-right: 0;
	}

	.section--method--page__item p{
		padding: 0 10px;
	}

}


/*
 * 法人トップへ
 */
.btn--hojin-top a{
	margin: 80px auto 0;
}

.btn--hojin-top a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	max-width: 100%;
	height: 48px;
	background: #00a8b5;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 4px 4px 0 #007c87;
	font-size: 17px;
}

.btn--hojin-top a span{
	position: relative;
	padding-left: 24px;
}

.btn--hojin-top a span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
}