@charset "UTF-8";
*,
*::before,
*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body {
	counter-reset: number 0;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
main {
	padding-top: 120px;
	padding-bottom: 150px;
}
time {
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
html body::-webkit-scrollbar {
	display: none;
}
a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}
address {
	font-style: normal;
}
main a:hover {
	opacity: 0.5;
}

ul,
ol {
	list-style: none;
}

img,
.alpha {
	display: block;
	transition: all 0.3s ease;
}
.alpha:hover {
	opacity: 0.5;
}
.indent {
	text-indent: -1em;
	margin-left: 1em;
}
img {
	max-width: 100%;
	height: auto;
}
.en {
	color: #477a9e;
}
.fadein {
	transform: translate(0, 40px);
	transition: all 700ms;
	opacity: 0;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
}

section {
	position: relative;
}

@media screen and (min-width: 1281px) {
	.br1280 {
		display: none;
	}
}
@media screen and (max-width: 1280px) {
	.br1280 {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	main {
		padding-top: 90px;
		padding-bottom: 100px;
	}
	.inner {
		padding: 0 20px;
	}
}

@media screen and (min-width: 768px) {
	.pc_mode {
		display: inherit;
	}
	.sp_mode {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc_mode {
		display: none !important;
	}
	.sp_mode {
		display: inherit;
	}
	body {
		font-size: 14px;
		padding-bottom: 100px;
	}
	main {
		padding-top: 75px;
		padding-bottom: 60px;
	}
}

@media screen and (min-width: 481px) {
	.br480 {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	.br480 {
		display: block;
	}
}

.text-center {
	text-align: center;
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.img {
	position: relative;
}
.img::before {
	content: "";
	display: block;
}
#works_detail .sec02 .img::before {
	padding-top: 56.25%;
}
.img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
}
.name {
	color: #535353;
}
.bg-gray {
	background-color: #f5f5f5;
}
.marker {
	display: inline-block;
	background-color: #fffcb4;
	padding: 5px;
	line-height: 1;
}

.container {
	display: flex;
}
#loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv img {
	width: 100%;
}
.inner {
	width: 100%;
	max-width: 1615px;
	margin: 0 auto;
}
.heading {
	text-align: center;
}

.heading .en {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.heading02 .en {
	margin-bottom: 35px;
	padding-bottom: 24px;
}
.heading02 .en::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #eae778;
}
.heading h2 {
	font-size: 40px;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	color: #477a9e;
}
.heading h2 span {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
}
.heading .font01 {
	font-size: 32px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #477a9e;
}
.heading .font01 span {
	display: inline-block;
	position: relative;
	letter-spacing: 0.1em;
	padding: 20px 60px;
	background-image: url(../img/construction/bg-construction_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.heading .font01 span::before,
.heading .font01 span::after {
	content: "";
	display: block;
	width: 2px;
	height: 35px;
	position: absolute;
	top: 25px;
	background-color: #477a9e;
}
.heading .font01 span::before {
	left: 20px;
	transform: rotate(-15deg);
}
.heading .font01 span::after {
	right: 20px;
	transform: rotate(15deg);
}
@media screen and (max-width: 1024px) {
	.heading {
		margin-bottom: 40px;
	}
	.heading h2 {
		font-size: 30px;
	}
	.heading .en {
		font-size: 14px;
	}
	.heading02 .en {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
	.heading02 .en::after {
		width: 50px;
		height: 2px;
	}
	.heading .font01 {
		font-size: 24px;
	}
	.heading .font01 span {
		padding: 20px 60px 10px;
		background-position: center 75%;
	}
}
@media screen and (max-width: 767px) {
	.heading .font01 {
		font-size: 20px;
	}
	.heading .font01 span::before,
	.heading .font01 span::after {
		height: 28px;
		top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.heading h2 {
		font-size: 5vw;
	}
}

.absolute-heading {
	position: absolute;
	top: -95px;
	left: 0;
	right: 0;
}

@media screen and (max-width: 1024px) {
	.absolute-heading {
		top: -75px;
	}
}

@media screen and (max-width: 767px) {
	.absolute-heading {
		top: -12px;
	}
}

.c-button {
	margin-top: 75px;
}
.c-button a,
.c-button input {
	position: relative;
	display: block;
	width: 245px;
	height: 60px;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #618cab;
	margin: 0 auto;
	transition: all 0.3s;
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
}
.c-button input {
	border: none;
	cursor: pointer;
}
.c-button a,
.c-button input:hover {
	background-color: #477a9d;
	opacity: 1;
}
.c-button a::before,
.c-button input::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 15px;
	height: 15px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translate(-65%, -50%) rotate(45deg);
}

.card {
	position: relative;
	display: flex;
	gap: 48px;
	max-width: 1280px;
	margin: 0 auto;
}
.card__item {
	position: relative;
	width: calc(100% / 3 - 32px);
	border: 3px solid #a0bbce;
	border-radius: 0 0 40px 40px;
}
.blog .card__item {
	border-radius: 40px;
	overflow: hidden;
}
.construction_date {
	width: 200px;
	height: 33px;
	color: #fff;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 100%;
	left: -3px;
	padding-left: 20px;
	background-image: url(../img/construction/bg-construction_day.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.twenty20 {
	height: 100%;
	position: absolute;
	top: 0;
}
.twentytwenty-wrapper {
	height: 100%;
}
.twentytwenty-container {
	height: 100% !important;
}
.card .content {
	position: relative;
	color: #707070;
	font-size: 16px;
	line-height: 2;
	min-height: 120px;
}
.card .content time {
	display: block;
	color: #000;
	text-align: center;
}
.cat__list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.blog .cat__list {
	justify-content: center;
	margin-top: 20px;
}
.cat__item {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 36px;
	padding: 0 20px;
	border-radius: 20px;
	z-index: 1;
}
.card .link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 10px auto 0;
	text-align: center;
}
.card .link a {
	display: inline-block;
}
.cat01 {
	background-color: #fdd6e8;
}
/* 11外壁塗装工事 17スタッフブログ */
.cat11,
.cat17 {
	background-color: #c7e8e2;
}
/* 12屋根塗装工事 16イベント */
.cat12,
.cat16 {
	background-color: #d7e8b1;
}
/* 13防水工事 19塗装の豆知識 */
.cat13,
.cat19 {
	background-color: #c0dcfc;
}
/* 14その他 18助成金 */
.cat14,
.cat18 {
	background-color: #f0e4b0;
}
/* 15お知らせ 20室内塗装工事 */
.cat15,
.cat20 {
	background-color: #f8cdb2;
}

.card a {
	display: inline-block;
}
.card .img a {
	display: block;
}
.card .img::before {
	padding-top: calc(26700% / 411);
}
.card .txt {
	position: relative;
	background-color: #fff;
	padding: 10px 20px 20px;
	border-radius: 0 0 40px 40px;
}
.card h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 18px;
}
.blog .card h3 {
	font-size: 20px;
	color: #555;
	min-height: 80px;
}
.card h3 span {
	position: relative;
	display: inline-block;
}
.blog .card h3 span {
	width: 100%;
	text-align: center;
	padding-bottom: 18px;
}
.blog .card h3 span::after {
	content: "";
	display: block;
	width: 220px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #a0bbce;
}

@media screen and (max-width: 1024px) {
	.card {
		flex-wrap: wrap;
	}
	.card__item {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.card .content {
		min-height: 40px;
	}
	.card .link {
		position: static;
	}
	.blog .card h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.card {
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.card__item {
		width: 100%;
	}
	.card .content {
		min-height: 0px;
	}
	.card h3 {
		font-size: 16px;
	}
	.c-button a,
	.c-button input {
		width: 220px;
		height: 50px;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 50px;
	}
	.c-button a::before,
	.c-button input::before {
		right: 24px;
		width: 12px;
		height: 12px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
	}
}

.cta {
	display: flex;
	align-items: center;
	gap: 50px;
	max-width: 1280px;
	margin: 150px auto 0;
}
.cta__item {
	width: calc(100% / 3 - 50px / 3);
}
@media screen and (max-width: 1024px) {
	.cta {
		gap: 20px;
		padding: 0 20px;
	}
	.cta__item {
		width: calc(100% / 3 - 40px / 3);
	}
}
@media screen and (max-width: 767px) {
	.cta {
		flex-wrap: wrap;
		margin-top: 65px;
	}
	.cta__item {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.cta__item img {
		width: 100%;
	}
}
#title {
	background: url(../img/title_bg.jpg) no-repeat;
	background-position: top left;
	background-size: cover;
	margin-bottom: 100px;
}
#title .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
	padding: 0;
}
#title .inner h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	font-weight: 700;
}
#title .inner h2::after {
	content: attr(data-subtitle);
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#title .inner h2 {
		font-size: 18px;
	}
	#title .inner h2::after {
		font-size: 12px;
		margin-top: 10px;
	}
	#title .inner {
		height: 210px;
	}
}

@media screen and (max-width: 767px) {
	#title {
		margin-bottom: 50px;
	}
}
