@charset "utf-8";
/*
Theme Name: 北野工作所

*/
/* ========================================
   基本設定
   ======================================== */
html {
  font-size: 16px;
}

body {
  font-family: "Yu Gothic", "Yu Gothic Medium", "YuGothic", "游ゴシック", -apple-system, BlinkMacSystemFont, "Segoe UI","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;;
  line-height: 1.7;
  color: #333;
  margin: 0;
  padding: 0;
	overflow-x: hidden;
}

a[href^="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
a {
  transition: color 0.3s ease, background-color 0.3s ease;
}

a:hover {
  color: inherit;
  background-color: transparent;
}
a img {
  transition: opacity 0.3s ease;
}

a:hover img {
  opacity: 0.7;
}
/* font種類 */
.ff_SGB {
	font-family: "新ゴ B";
}
.ff_MGB {
	font-family: "見出しゴMB31";
}
.ff_SGR {
	font-family: "新ゴ R";
}
.ff_YG {
	font-family: "Yu Gothic", "Yu Gothic Medium", "YuGothic", "游ゴシック", -apple-system, BlinkMacSystemFont, "Segoe UI","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;;

}
.ff_YGM {
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
/* リンク */
.link01 a {
	color: #036eb8;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.link01 a span {
    display: inline;
    font-size: clamp(16px, 2vw, 20px);
	font-weight: 500;
    position: relative;    
}
.link01 a span:before {
    content: '';
    background: #036eb8;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

.link01 a:hover span:before {
    transform-origin: left;
    transform: scaleX(0);
}
.link01 a::after {
    content: '';
    width: 30px;
    height: 30px;
    background: #036eb8;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.link01 a:hover::after {
    background: #fff;
}

.link01 a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    z-index: 1;
    transition: border-color 0.3s ease;
}
.link01 a:hover::before {
    border-color: #036eb8;
}
.link02 a {
	display: block;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: solid clamp(2px, 0.3vw, 3px) #00a7e3;
	border-radius: clamp(6px, 1vw, 10px);
	max-width: 500px;
	width: 64%;
	margin: clamp(13px, 2.5vw, 30px) auto;
	font-size: clamp(14px, 2vw, 22px);
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: clamp(0.9em, 1vw, 1em) 0.5em;
	position: relative;
}

.link02 a::after {
	content: '';
	width: clamp(25px, 3vw, 35px);
	height: clamp(25px, 3vw, 35px);
	background: #00a7e3;
	border-radius: clamp(4px, 0.5vw, 6px);
	position: absolute;
	right: clamp(8px, 1vw, 15px);
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.3s ease;
}

.link02 a::before {
	content: '';
	width: clamp(6px, 0.8vw, 10px);
	height: clamp(6px, 0.8vw, 10px);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: clamp(19px, 2.5vw, 31px);
	top: 49%;
	z-index: 1;
	transition: border-color 0.3s ease;
}
.link02 a:hover {
	border-color: #fff;
	background: #00a7e3;
	color: #fff;
}
.link02 a:hover::before {
	border-color: #00a7e3;
}
.link02 a:hover::after {
	background: #fff;
	
}
.link02.reverse a {
	border-color: #fff;
	background: #00a7e3;
	color: #fff;
}
.link02.reverse a::before {
	border-color: #00a7e3;
}
.link02.reverse a::after {
	background: #fff;	
}
.link02.reverse a:hover {
	background: #fff;
	color: #00a7e3;
}
.link02.reverse a:hover::before {
	border-color: #fff;
}
.link02.reverse a:hover::after {
	background: #00a7e3;	
}
@media screen and (max-width: 500px) {
	.link02 a {
		padding: 1.2em 0.5em;
	}
}
/* 新着情報 共通記事フレーム */
#news .slider-img {
	border: solid 1px #ddd;
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
	padding: clamp(6px, 1vw, 10px);
	position: relative;
}
.category {
	position: absolute;
	top: clamp(12px, 1.5vw, 20px);
	left: clamp(12px, 1.5vw, 20px);
	display: flex;
	align-items: center;
	gap: 5px;
	z-index: 3;
}
.category li {
	border-radius: 8px;
	background: #036eb8;
	padding: 2px;
}
.category li.area {
	background: #4cbcc6;
}
.category li a {
	display: block;
	border: solid 1px #fff;
	border-radius: 6px;
	font-size: clamp(12px, 1vw, 15px);
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 0.3em 1em;
	text-decoration: none;
	position: relative;
}
.category li a:hover {
	background: #fff;
	color: #036eb8;
}
#news .slider-img .photo {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 8px;
}

@media (min-width: 1500px) {
	#news .slider-img .photo {
		height: clamp(220px, 14.5vw, 260px);
	}
}
#news .slider-img .photo a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#news .slider-img .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
}

#news .slider-img .photo:hover img {
	transform: scale(1.2);
}

#news .slider-img dl {
	padding: 5px 0.3em 0;
}
#news .slider-img dl dt {
	font-size: clamp(12px, 1vw, 14px);
	color: #666;
}
#news .slider-img dl dd {
	line-height: 1.4;
}
#news .slider-img dl dd a {
	font-size: clamp(14px, 1vw, 18px);
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#news .slider-img dl dd a:hover {
	color: #036eb8;
}
/* ========================================
   Works カードスライダー（After/Beforeデザイン）
======================================== */
#works-card-wrap .category {
	right: clamp(1px, 1.5vw, 20px);
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
	scrollbar-width: thin;
	scrollbar-color: #00a7e3 transparent;
	left: clamp(76px, 9vw, 110px);
	top: clamp(6px, 1vw, 8px);
	padding-bottom: max(3px, calc(13px - 0.5vw));
}

#works-card-wrap .category::-webkit-scrollbar {
	height: 1px !important;
}

#works-card-wrap .category::-webkit-scrollbar-track {
	background: 00a7e3;
}

#works-card-wrap .category::-webkit-scrollbar-thumb {
	background: #fff;
	border: solid 1px #00a7e3;
	border-radius: 10px;
}

#works-card-wrap .category::-webkit-scrollbar-thumb:hover {
	background: #00a7e3;
}

#works-card-wrap .category li {
	flex-shrink: 0;
}

#works-card-wrap .category li a {
	white-space: nowrap;
}

/* スライダー本体 */
.works-slider-card {
	width: 100%;
}

.works-slider-card .slick-slide {
	padding: 10px;
}

/* カード全体 */
.works-slide-item {
	border: clamp(4px, 1vw, 6px) solid #00a7e3;
	border-radius: 10px; 
	overflow: visible;
	background: #fff;
	margin: clamp(12px, 2vw, 24px) clamp(15px, 2vw, 25px);  0;
	width: clamp(240px, 30vw, 400px); /* 固定幅を追加（お好みで調整） */
	max-width: clamp(240px, 30vw, 400px); /*  追加 */
}

.works-slide-item > a {
	display: block;
	text-decoration: none;
	color: inherit;
	overflow: visible;
	position: relative;
}

.works-slide-item > a:hover .works-card-img {
	opacity: 1 !important;
}
.works-card-img {
	position: relative;
	width: 100%;
	overflow: visible;
	border-radius: clamp(5px, 1vw, 9px) clamp(5px, 1vw, 9px)  0 0;
}
.after-wrap {
	position: relative;
	width: 100%;
	overflow: hidden; /* ← 追加 */
	border-radius: 5px 5px 0 0; /* ← 追加（角丸を維持） */
}
.after-wrap img {
	width: 100%;
	height: clamp(160px, 17vw, 268px);
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.after-wrap:hover img {
	opacity: 1 !important;
	transform: scale(1.2);	
}
.label-after {
	display: block;
	width: clamp(150px, 20vw, 250px);
	background: #00a7e3;
	font-size: clamp(21px, 3vw, 37px);
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 999px;
	white-space: nowrap;
	position: absolute;
	top: max(-36px, calc(-20px - 1.6vw));
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
.before-wrap {
	background: #fff;
	border: clamp(3px, 1vw, 5px) solid #00a7e3;
	border-radius: 8px;
	width: clamp(106px, 12vw, 145px);
	padding: clamp(3px, 1vw, 5px);
	position: absolute;
	bottom: max(-43px, calc(-30px - 3vw));
	left: max(-58px, calc(-35px - 0.6vw));
}

.before-wrap img {
	width: 100%;
	height: clamp(66px, 7.5vw, 90px);
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 1;
}
.before-wrap:hover img {
	opacity: 1 !important;
}
.label-before {
	display: block;
	background: #fff;;
	font-size: clamp(14px, 2vw, 22px);
	font-weight: bold;
	color: #00a7e3;
	text-align: center;
	line-height: 1.4;
	border-radius: 100px;
	padding: 0 0.6em;
	position: absolute;
	top: max(-18px, calc(-8px - 0.7vw));
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.works-card-body {
	padding: 45px 5px 7px;
	position: relative;
}
.works-date {
	font-size: clamp(12px, 1vw, 15px);
	color: #666666;
}

.works-title a {
	font-size: clamp(16px, 1.8vw, 19px);
	color: #000;
	text-decoration: none;
	line-height: 1.6;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.works-title a:hover {
	color: #036eb8;
}
@media screen and (max-width: 1024px) {
	.works-card-body {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.works-slide-item {
		width: 100%; /* スマホは100%幅 */
		max-width: 280px;
	}
	.after-wrap img {
		height: 180px;
	}

}
@media screen and (max-width: 600px) {
	#works-card-wrap .category {
		left: inherit;
	}
	#works-card-wrap .category li:nth-child(n+2) {
		display: none;
	}
}

/* Slickスライダーのスムーズ化 */
.slider .slick-slide {
	margin: 0 10px;
	transition: all 0.3s ease;
}

.slider .slick-list {
	margin: 0 -10px;
}

.slick-track {
	display: flex !important;
	align-items: stretch;
}

.slick-slide {
	height: inherit !important;
}
@media (max-width: 767px) {
	.slider .slick-slide {
		margin: 0 5px;
		max-width: 280px;
	}
	
	.slider .slick-list {
		margin: 0 -5px;
	}
}
/* 施工事例 共通記事フレーム */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00a4df;
	margin-top: clamp(15px, 2vw, 30px);
}
.pagination .wp-pagenavi {
	margin-right: 8%;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span,
.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span.current {
	border-color: #00a4df;
	border-width: 2px;
	border-radius: 5px;
	font-size: clamp(14px, 1.4vw, 18px);
	font-weight: bold;
	padding: 0.4em 0.8em;
}
.pagination .wp-pagenavi .current {
	background: #00a4df;
	color: #fff;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
	color: #00a4df;
}

.pagination .allnum {
	font-size: clamp(16px, 1.4vw, 24px);
	font-weight: bold;
	margin-right: 0.6em;
}
.pagination .allnum span {
	font-size: 1.6em;
}
/* -------------------
コンテンツ角丸
------------------- */
/* 左サイド角丸 */
.Left-corner-tr {
	position: relative;
}
.Left-corner-tr::before {
	content: '';
	position: absolute;
	top: -2px;
	left: calc(clamp(0.5%, 7vw, 10%) - 1px);
	width: clamp(70px, 10vw, 145px);
	height: clamp(71px, 10.2vw, 148px);
	background: url("images/bg_kadomaru_tl.png") no-repeat;
	background-size: contain;
	z-index: 1;	
}
.Left-corner-tr::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: clamp(0.5%, 7vw, 10%);
	height: 101%;
	background: #fff;
	z-index: 0;
}
.Left-corner-br {
	position: absolute;
	bottom: -1px;
	left: calc(clamp(0.5%, 7vw, 10%) - 1px);
	width: clamp(70px, 10vw, 145px);
	height: clamp(71px, 10.2vw, 148px);
	background: url("images/bg_kadomaru_bl.png") no-repeat;
	background-size: contain;
	z-index: 1;
}
/* 右サイド角丸 */
.Right-corner-tr {
	position: relative;
}
.Right-corner-tr::after {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	width: clamp(0.5%, 7vw, 10%);
	height: 101%;
	background: #fff;
	z-index: 0;
}

.Right-corner-tr::before {
	content: '';
	position: absolute;
	top: -2px;
	right: calc(clamp(0.5%, 7vw, 10%) - 1px);
	width: clamp(70px, 10vw, 145px);
	height: clamp(71px, 10.2vw, 148px);
	background: url("images/bg_kadomaru_tr.png") no-repeat;
	background-size: contain;
	z-index: 1;
}
.Right-corner-br {
	position: absolute;
	bottom: -1px;
	right: calc(clamp(0.5%, 7vw, 10%) - 1px);
	width: clamp(70px, 10vw, 145px);
	height: clamp(71px, 10.2vw, 148px);
	background: url("images/bg_kadomaru_br.png") no-repeat;
	background-size: contain;
	z-index: 1;
}

/* コンテナ */
.container container {
	margin-top: 80px;
}
.container01 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
img {
	max-width: 100%;
}
/* animation */
.purun {
  animation: purun 2.8s linear 0s infinite;
}
@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  4%   { transform: scale(0.9, 0.9) translate(0%, 5%); }
  11%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  18%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  25%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  29%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.korokoro {
  animation: korokoro 4.5s linear 0s infinite;
}
@keyframes korokoro {
  0%   { transform: translate(0%, 0%); }
  3%   { transform: translate(10%, 0%) rotate(10deg); }
  14%  { transform: translate(20%, 0%) rotate(20deg); }
  17%  { transform: translate(-10%, 0%) rotate(-10deg); }
  19%  { transform: translate(-15%, 0%) rotate(-15deg); }
  25%  { transform: translate(10%, 0%) rotate(10deg); }
  28%  { transform: translate(15%, 0%) rotate(15deg); }
  33%  { transform: translate(-5%, 0%) rotate(-5deg); }
  36%  { transform: translate(-7%, 0%) rotate(-7deg); }
  42%  { transform: translate(0%, 0%) rotate(0deg); }
  56%  { transform: translate(0%, 0%) rotate(0deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.poyon {
  animation: poyon 3.1s linear 0s infinite;
}
@keyframes poyon {
  0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
  4%   { transform: scale(0.8, 1.4) translate(0%, -15%); }
  7%   { transform: scale(1.4, 0.6) translate(0%, 30%); }
  10%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  13%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
  16%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  19%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  23%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  35%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* -------------------
header
------------------- */
#header {
    border-top: solid 7px #00a7e3;
	height: 170px;
}

#headerInner {
	display: flex;
	width: 100%;
    max-width: 1200px;
	height: 100px;
    margin: 0 auto;
	align-items: center;
    position: relative;
    z-index: 9999;
	padding: 0 15px;
	box-sizing: border-box;
}
#headerInner #logo {
	line-height: 1;
}
#headerInner #aniv {
	margin-left: 13px;
	line-height: 1;
}
#headerInner #telCont {
	margin-left: auto;
}
#headerInner #telCont p {
	background: #fbe815;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
}
#headerInner #telCont dl {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
#headerInner #telCont dl dt {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

#headerInner #telCont dl dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
#headerInner #bnrBox {
	display: flex;
	align-items: center;
	gap: 10px; 
	margin-top: -20px;
	margin-left: 15px;
}
#headerInner #bnrBox a img {
	width: 163px;
	border: solid 3px #fff;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);

}
@media (max-width: 1200px) {
	#header {
		height: 100px;
		margin-bottom: 0;
	}
	#headerInner #telCont {
		margin-left: 30px;
	}
	#headerInner #bnrBox {
		display: none;
	}
}
@media (max-width: 880px) {
	#headerInner #telCont {
		display: none;
	}
}
@media (max-width: 767px) {
  #header {
	border-top: 0;
	  height: auto;
	  padding: 4px 0;
  }
  #headerInner {
	height: clamp(60px, 8vw, 100px);
  }
  #headerInner #logo {
    width: clamp(140px, 38vw, 210px);
  }
  
  #headerInner #aniv {
    width: clamp(114px, 31.1vw, 172px);
  }
}
/* -------------------
ハンバーガーメニュー
------------------- */
#drawer_menu_button {
  display: none;
}
#drawer_menu {
  display: none;
}
@media (max-width: 1200px) {
	#drawer_menu_button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: clamp(64px, 5vw, 100px);
		height: 100%;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 1000;
	}
	#drawer_menu_button span {
		display: block;
		position: absolute;
		width: 30px;
		height: 3px;
		background-color: #036eb8;
		left: 50%;
		margin-left: -15px;
		transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	#drawer_menu_button span:nth-child(1) {
		top: calc(50% - 11px);
	}

	#drawer_menu_button span:nth-child(2) {
		top: 50%;
		margin-top: -2px;
	}

	#drawer_menu_button span:nth-child(3) {
		top: calc(50% + 8px);
	}

	/* メニューが開いている時の×マーク */
	html.open_menu #drawer_menu_button span {
		top: 50%;
		margin-top: -2px;
	}
	html.open_menu #drawer_menu_button span:nth-child(1) {
		transform: rotate(45deg);
	}

	html.open_menu #drawer_menu_button span:nth-child(2) {
		opacity: 0;
	}

	html.open_menu #drawer_menu_button span:nth-child(3) {
		transform: rotate(-45deg);
	}
	#drawer_menu .close_button_area {
		text-align: right;
		padding: 20px;
		position: relative;
	}

	#drawer_menu .close_button {
	display: inline-block;
	width: clamp(20px, 5vw,40px);
	height: clamp(20px, 5vw,40px);
	position: relative;
	cursor: pointer;
	}

	#drawer_menu .close_button:before,
	#drawer_menu .close_button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 3px;
	background-color: #fff;
	}

	#drawer_menu .close_button:before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#drawer_menu .close_button:after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	#drawer_menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 36%;
		height: 100%;
		background: #2a6fb6;
		overflow: auto;
		z-index: 9999999;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: transform .25s ease;
		transition: transform .25s ease;
		-webkit-overflow-scrolling: touch;
		}
		.open_menu #drawer_menu {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.open_menu #js-footer-bar {
		display: none
	}
	.open_menu .container:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, .6);
		z-index: 9999
		}
		_::-webkit-full-page-media, _:future, :root .open_menu .container:before {
		background: rgba(0, 0, 0, .6);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px)
	}
	@supports (-ms-ime-align:auto) {
		.open_menu .container:before {
		background: rgba(0, 0, 0, .6);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px)
		}
	}
	#drawer_menu .simplebar-scrollbar:before {
		background: #fff !important
	}
	#drawer_menu .logo {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 16px;
		max-width: clamp(55%, 5vw, 64%);
		max-height: 33px;
		margin: auto;		
	}
	#drawer_menu .item_list {
		padding: 10px 20px;
	}
	#drawer_menu .item_list .bgimg_sp {
		display: table;
		width: 100%;
		margin-top: 10px;
	}
	#drawer_menu .item {
		border: solid 3px #396;
		box-sizing: border-box;
		border-radius: 10px;
		display: table-cell;
		vertical-align: middle;
		height: 120px;
		background: #fff;
		text-align: center;
		position: relative;
	}
	#drawer_menu .item .headline {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 0.8em;
	}
	#drawer_menu .item .tel {
		font-size: 28px;
		font-weight: bold;
		margin: 0 0.8em 0 0;
		color: #063;
	}
	#drawer_menu .item .tel span {
		position: relative;
		padding-left: 0.7em;
	}

	#drawer_menu .item.style_type2 .desc {
		font-size: 13px;
		margin-top: 7px;
	}
	#drawer_menu .design_button {
		width: 220px ;
		font-size: 13px;
	}
	#mobile_menu {
		width: 100%;
		margin: 0;
	}
	#mobile_menu ul {
		margin: 0;
	}
	#mobile_menu li ul {
		display: none;
	}
	#mobile_menu a {
		position: relative;
		display: block;
		margin: 0;
		padding: 0 60px 0 20px;
		height: 60px;
		line-height: 60px;
		overflow: hidden;
		text-decoration: none;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		border-top: 1px solid #4688cc;
		border-bottom: 1px solid #4688cc;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		visibility: visible;
	}
	#mobile_menu a {
		border-top: 0;
	}
	#mobile_menu li li a {
		border: none;
		background: #3fa8e0;
		height: 50px;
		line-height: 50px;
	}
	#mobile_menu a:hover {
		color: #f6cc4e;
	}
	#mobile_menu li {
		position: relative;
	}
	#mobile_menu li.bdrT0 {
		border-top: 0;
	}
	#mobile_menu .child_menu_button {
		display: block;
		position: absolute;
		text-align: center;
		width: 60px;
		height: 60px;
		right: 0;
		top: -1px;
		z-index: 9;
		cursor: pointer;
	}
	#mobile_menu .child_menu_button:after {
		background: #fff;
		content: '';
		height: 2px;
		width: 12px;
		display: block;
		position: absolute;
		right: 25px;
		top: 30px;
		-webkit-transition: background-color .25s ease;
		transition: background-color .25s ease;
	}
	#mobile_menu .child_menu_button:before {
		background: #fff;
		content: '';
		height: 12px;
		width: 2px;
		display: block;
		position: absolute;
		right: 30px;
		top: 25px;
		-webkit-transition: background-color .25s ease;
		transition: background-color .25s ease;
	}
	#mobile_menu li.open > .child_menu_button:before {
		display: none
	}
	#mobile_menu li li a {
		opacity: 0;
	}
	#mobile_menu li li.animate a {
		opacity: 1;
		transition: opacity .25s ease;
	}
	#mobile_menu li ul {
		background: #222;
	}
	#drawer_menu .infoBox {
		padding: 0 20px;
	}
	#drawer_menu .infoBox ul li a {
		display: block;
		text-align: center;
		max-width: 266px;
		line-height: 1;
		margin: clamp(13px, 2vw, 20px) auto;
	}
	#drawer_menu .infoBox ul li.line a {
		background: #06c755;
		border: solid 3px #fff;
		border-radius: 8px;
		padding: 10px 20% 0;
		padding: 6px 15% 0;
	}
	#drawer_menu .infoBox ul li.contact a {
		background: #4cbcc6;
		border: solid 3px #fff;
		border-radius: 8px;
		padding: 6px 15% 0;
	}
	#drawer_menu .infoBox ul li.googlreview a {
		background: #00a7e3;
		border-radius: 8px;
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	#drawer_menu .infoBox ul li.googlreview a {
		border-radius: 8px;
		padding: 20px 5%;
	}	
}
@media (max-width: 520px) {
	#drawer_menu {
		width: 300px;
	}
	#drawer_menu .infoBox ul li a,
	#drawer_menu .infoBox ul li.line a,
	#drawer_menu .infoBox ul li.contact a {

		margin-bottom: 10px;
	}
	
}
/* -------------------
#gNavi
------------------- */
/* グローバルナビゲーション */
#gNavi {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 0;
  transition: all 0.3s ease;
}
#gNavi.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9998;
  animation: slideDownFixed 0.3s ease;
  padding: 5px 0;
}
#googlreview {
	margin-right: 5px;
}
#googlreview a {
	display: block;
	width: 220px;
	background: #00a7e3;
	border-radius: 10px;
	padding: 6px 10px;
}
#googlreview img {
  display: block;
  max-width: 100%;
  height: auto;
}
#gNavi > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#gNavi > ul > li {
  position: relative;
  border-right: 1px dashed #dbdbdb;
}
#gNavi > ul > li:first-child {
  border-left: none;
}
#gNavi > ul > li:last-child {
  border-right: none;
}
#gNavi > ul > li > a,
#gNavi > ul > li > span.no-link {
  display: block;
	font-family: "見出しゴMB31";
  font-size: 14px;
	font-weight: bold;
  padding: 18px 1.5em;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
  position: relative;
  cursor: pointer;
}
#gNavi > ul > li > a:hover,
#gNavi > ul > li:hover > span.no-link {
  color: #036eb8;
}
#gNavi > ul > li > a::before,
#gNavi > ul > li > span.no-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 5px;
  background-color: #2a6fb6;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
#gNavi > ul > li > a:hover::before,
#gNavi > ul > li:hover > span.no-link::before {
  width: 100%;
}
#gNavi > ul > li:first-child > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 1.5em 5px;
  background-image: url('images/ico_home.png');
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 24px 24px;
  padding-top: 35px;
  font-size: 12px;
}

#gNavi > ul > li:first-child > a:hover {
  background-image: url('images/ico_home_hover.png');
}

#gNavi > ul > li:first-child > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 5px;
  background-color: #2a6fb6;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

#gNavi > ul > li:first-child > a:hover::before {
  width: 100%;
}
/* has-child用のスタイル */
#gNavi > ul > li.has-child {
  display: flex;
  align-items: center;
}
#gNavi > ul > li.has-child .nav-toggle {
  display: none;
}
/* 子メニュー */
#gNavi > ul > li.has-child > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2a6fb6;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#gNavi > ul > li.has-child:hover > ul {
  display: block;
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#gNavi > ul > li.has-child > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}
#gNavi > ul > li.has-child > ul > li:last-child {
  border-bottom: none;
}
#gNavi > ul > li.has-child > ul > li > a {
  display: block;
  padding: 12px 40px 12px 20px; 
  font-size: 14px;
  text-decoration: none;
  color: #fff;
	font-weight: bold;
  background-color: #2a6fb6; 
  transition: background-color 0.3s ease;
  position: relative;
}
/* 矢印を右側に配置して大きくする */
#gNavi > ul > li.has-child > ul > li > a::after {
    font-family: 'Material Symbols Outlined';
    content: "\e315"; 
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 20px;
    position: absolute;
    right: 5px; 
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
#gNavi > ul > li.has-child > ul > li > a:hover {
  background-color: #00a7e3;
  color: #fff;
}
@media (max-width: 1200px) {
  #gNavi {
    display: none;
  }
  #headerInner {
    transition: all 0.3s ease;
  }
  
  #headerInner.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    animation: slideDownFixed 0.3s ease;
  }
}
@keyframes slideDownFixed {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* -------------------
#keyv
------------------- */
#keyv {
    width: 100%;
    height: 525px;
}

#keyv .keyvInner {
    height: 525px;
    position: relative;
}

#keyv .keyvInner #catch {
    width: clamp(360px, 96vw, 1000px);
    height: auto;
    aspect-ratio: 1000 / 525;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -7px;
    right: 0;
    margin: auto; /* センター配置 */
    z-index: 99;
}
#keyv .keyvInner ul {
	position: relative;
	transition-duration: 50s;
	transform: translate3d(-2730px, 0px, 0px);
	transition-timing-function: linear;
}
#keyv .keyvInner li {
    display: inline-block;
    width: auto !important;
	float: left;
	position: relative;
}
#keyv .keyvInner #catch .switch.sp {
	display: none;
}
#keyv .keyvInner #catch02 {
	display: none;
}
.bx-viewport {
	width: 100%;
	height: clamp(400px, 50.4vw, 525px);
	overflow: hidden;
	position: relative;
}
@media (max-width: 880px) {
	#keyv .keyvInner li {
		display: inline-block;
		width: clamp(500px, 2vw, 715px) !important;
	}
}
@media (max-width: 667px) {
	#keyv,
	#keyv .keyvInner {
		height: 580px;
	}
	#keyv .keyvInner #catch {
		bottom: 0;
	}
	#keyv .keyvInner #catch .switch {
		display: none;
	}
	#keyv .keyvInner #catch .switch.sp {
		display: block;
	}
	#keyv .keyvInner #catch02 {
		display: block;
		position: absolute;
		top: clamp(10px, 2vw, 30px);
		right: clamp(10px, 2vw, 30px);
		z-index: 999;
		width: clamp(170px, 2vw, 226px);
	}
}
@media (max-width: 500px) {
	#keyv,
	#keyv .keyvInner {
		height: 500px;
	}
}
/* -------------------
グーグル口コミ
------------------- */
#googleReview {
	position: relative;
	margin-top: clamp(40px, 5vw, 60px);
}
#googleReview.mt {
	margin-top: clamp(80px, 12vw, 150px);
}
#googleReview .review-header {
	background: #00a7e3;
	text-align: center;
	margin-bottom: clamp(10px, 7.2vw, 60px);
	position: relative;
	z-index: 2;
	border-top: 2px solid #fff;
	box-shadow: 0 -3px 0 0 #00a7e3;
}

#googleReview .review-header .review-icon {
	width: clamp(120px, 18vw, 200px);
	height: calc(clamp(120px, 18vw, 200px) / 2);
	border-radius: calc(clamp(120px, 18vw, 200px) / 2) calc(clamp(120px, 18vw, 200px) / 2) 0 0;
	background: #00a7e3;
	position: absolute;
	top: calc(clamp(120px, 18vw, 200px) / -2);
	left: 0;
	right: 0;
	margin: auto;
	overflow: visible;
	z-index: 10;
}

#googleReview .review-header .review-icon::before {
	content: '';
	width: calc(clamp(120px, 18vw, 200px) - 6px);
	height: calc((clamp(120px, 18vw, 200px) - 6px) / 2);
	border-radius: calc((clamp(120px, 18vw, 200px) - 6px) / 2) calc((clamp(120px, 18vw, 200px) - 6px) / 2) 0 0;
	background: #00a7e3;
	border: 2px solid #fff;
	border-bottom: none;
	box-sizing: border-box;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
}

#googleReview .review-header .review-icon img {
	position: absolute;
	top: calc(clamp(120px, 18vw, 200px) / 4);
	left: 50%;
	transform: translateX(-50%);
	z-index: 12;
	max-width: clamp(52px, 7vw, 120px);
	height: auto;
	display: block;
}

#googleReview .review-header h2 {
	display: inline-block;
	padding: 0 1.5em;
	line-height: 1;
	margin: clamp(20px, 4vw, 35px) auto clamp(8px, 1.5vw, 15px);
	position: relative;
	z-index: 5;
}

#googleReview .review-header h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
	width: 2px;
	height: clamp(30px, 8vw, 55px);
	background: #fff;
}

#googleReview .review-header h2::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
	width: 2px;
	height: clamp(30px, 8vw, 55px);
	background: #fff;
}

#googleReview .review-header h2 img {
	max-width: clamp(140px, 15vw, 198px);
}
#googleReview #inner {
	position: relative;
	max-width: 1160px;
	width: 88%;
	margin: auto;
	z-index: 2;
	min-height: 200px;
	text-align: center;
	color: #fff;
	font-size: clamp(16px, 2vw, 20px);
}

@media screen and (max-width: 767px) {
	#googleReview::before {
		height: 80px;
	}

}
@media screen and (max-width: 500px) {
	#googleReview .review-header {
		margin-bottom: 0;
	}
}

/* -------------------
共通固定バナー
------------------- */
#fixedBnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #0086a8;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none; /* 非表示時はクリック不可 */
}
#fixedBnr.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; /* 表示時はクリック可能 */
}
#fixedBnr ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 12px;	
}
#fixedBnr ul li {
	width: 540px;
}

#fixedBnr li a {
  display: flex;
  align-items: center;
	justify-content: center;
  padding: 5px 20px;
	font-family: "新ゴ B";
  text-decoration: none;
  transition: opacity 0.3s;
	border: solid 3px #fff;
	box-sizing: border-box;
  	border-radius: 10px;
	color: #fff;
	text-align: center;
	position: relative;
}
#fixedBnr li a:hover {
  opacity: 0.7;
}
#fixedBnr ul li a.line {
	background: #06c755;
}
#fixedBnr ul li a.contact {
	background: #4cbcc6;
}
#fixedBnr ul li a dl {
	margin-left: 1.3em;
	margin-right: 2.6em;

}
#fixedBnr ul li a dl dt {
	display: inline-block;
	width: 13em;
	font-size: 15px;
	padding: 0 20px;
	position: relative;
}
#fixedBnr li a dt::before,
#fixedBnr li a dt::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  background: currentColor;
}

#fixedBnr li a dt::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

#fixedBnr li a dt::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
#fixedBnr ul li a dl dd {
	font-size: 28px;
	line-height: 1.2;
}
#fixedBnr li a .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3); /* 半透明の白 */
  margin-left: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
}

#fixedBnr li a .arrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
}

@media (max-width: 1100px) {
  #fixedBnr ul li {
	width: 50%;
  }
  #fixedBnr li a {
    padding: clamp(13px, 1.5vw, 15px) 0;
  }
  #fixedBnr ul li a dl {
    margin-left: clamp(15px, 1.5vw, 20px);
    margin-right: clamp(25px, 2.5vw, 40px);
  }
  #fixedBnr ul li a dl dt {
    font-size: clamp(12px, 1.8vw, 15px);
    padding: 0 clamp(12px, 1.8vw, 20px);
    width: auto;
  }
  
  #fixedBnr ul li a dl dd {
    font-size: clamp(18px, 2.2vw, 28px);
  }
  
  #fixedBnr li a img {
    width: clamp(28px, 5vw, 60px);
    height: clamp(28px, 5vw, 60px);
  }
  
  #fixedBnr li a .arrow {
    width: clamp(26px, 3vw, 30px);
    height: clamp(26px, 3vw, 30px);
    right: clamp(12px, 1.6vw, 18px);
  }
  
  #fixedBnr li a .arrow::after {
    width: clamp(7px, 0.8vw, 8px);
    height: clamp(7px, 0.8vw, 8px);
  }
  
  #fixedBnr li a dt::before,
  #fixedBnr li a dt::after {
    width: clamp(9px, 1vw, 10px);
  }
  

}
@media (max-width: 767px) {
	#fixedBnr li a img {
		position: absolute;
		top: clamp(4px, 1.5vw, 7px);
		left: clamp(4px, 1vw, 10px);
	}
}
@media (max-width: 667px) {
	#fixedBnr li a .arrow {
		display: none;

	}
	#fixedBnr ul li a dl {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 500px) {
	#fixedBnr ul {
		gap: 6px;
		padding: 6px;
	}
	#fixedBnr li a {
		border-radius: 5px;
		height: 64px;
		border-width: 2px;
	}
	#fixedBnr ul li a dl dd {
		font-size: 14px;
	}
	#fixedBnr ul li a.line dl dt {
		margin-left: 1em;
	}
}

/* ========================================
   Footer
======================================== */
#footer {
	position: relative;
	background: #036eb8;
	margin-top: clamp(10px, 2.5vw, 50px);
	padding: 80px 0 230px;
	margin-top: 150px;
}
.footer-inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: clamp(15px, 2.5vw, 30px) clamp(15px, 6vw, 70px);
	border: clamp(3px, 0.5vw, 4px) solid #fff;
	display: flex;
	position: relative;
	z-index: 2;

}
.footer-left {
	flex: 0 0 70%;
	border-right: solid 1px #479eda;
	box-sizing: border-box;
	padding-right: clamp(1px, 4vw, 60px);
}

.footer-company h3 {
	color: #fff;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

.company-info dl {
	display: flex;
	margin-bottom: 15px;
	color: #fff;
}

.company-info dt {
	display: inline-block;
	width: 100px;
	flex-shrink: 0;
	font-size: clamp(12px, 1vw, 14px);
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 0.2em 0.4em;
	text-align: center;
	align-content: center;
}

.company-info dd {
	flex: 1;
	font-size: clamp(14px, 1.2vw, 16px);
	padding-left: 1em;
	display: flex;
	align-items: center;
}

.footer-map {
	margin-top: 20px;
	border: 6px solid #fff;
	border-radius: clamp(10px, 1.2vw, 14px);
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.footer-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

/* 右側：ナビゲーション */
.footer-right {
	flex: 0 0 30%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	border-right: solid 1px #005e9f;
	box-sizing: border-box;
	padding-left: clamp(1px, 3vw, 50px);
}

.footer-person {
	position: absolute;
	top: max(-210px, calc(-100px - 26vw));
	left: 0;
	right: 0;
	width: 266px;
	margin: auto;
	z-index: 3;
}

.footer-person img {
	width: 100%;
	height: auto;
	display: block;
}

.footer-nav ul {
	list-style: none;
}

.footer-nav li {
	color: #fff;
	margin-bottom: 8px;
}

.footer-nav li a {
	color: #fff;
	text-decoration: none;
	font-size: clamp(14px, 1.2vw, 16px);
	display: block;
	transition: opacity 0.3s ease;
}

.footer-nav li a:hover {
	opacity: 0.7;
}

.footer-nav li.sub a {
	padding-left: 1em;
	font-size: clamp(13px, 1.1vw, 15px);
}

/* スマホ用ボタン（PC時は非表示） */
.footer-sp-btn {
	display: none;
}
@media screen and (max-width: 1024px) {

	.footer-right {
		display: none;
	}
	.footer-left {
		flex: 0 0 100%;
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding-bottom: 120px;
	}
	#footer::before {
		height: 30px;
	}
	
	.footer-inner {
		flex-direction: column;
		padding: 30px 20px;
	}
	
	/* 左側を上に */
	.footer-left {
		order: 1;
	}
	/* 右側のナビを非表示 */
	.footer-right {
		order: 2;
		width: 100%;
	}
	.footer-nav {
		display: none;
	}
	
	.footer-person {
		margin-bottom: 0;
	}
	
	.footer-company h3 {
		text-align: center;
	}
	
	.company-info dl {
		flex-direction: column;
		margin-bottom: 12px;
	}
	
	.company-info dt {
		width: 100px;
		margin-bottom: 5px;
	}
	
	.company-info dd {
		padding-left: 0;
	}

	.footer-map iframe {
		width: 100%;
		height: 250px;
	}
	
	/* スマホ用ボタンを表示 */
	.footer-sp-btn {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	
	.footer-sp-btn a {
		display: table;
		width: 70%;
		height: clamp(40px, 6vw, 60px);
		line-height: clamp(40px, 6vw, 60px);
		margin: auto;
		color: #fff;
		text-decoration: none;
		font-size: clamp(14px, 1.3vw, 18px);
		padding: 0.5em 1em;
		border: clamp(2px, 0.5vw, 3px) solid #fff;
		border-radius: clamp(6px, 1.3vw, 10px);
		transition: opacity 0.3s ease;
	}
	.footer-sp-btn a:hover {
		opacity: 0.8;
	}
	/* 電話番号をリンク化（スマホのみ） */
	.footer-person img {
		cursor: pointer;
	}
}
@media screen and (max-width: 500px) {
	#footer {
		padding-bottom: 100px;
	}	
}
/* ========================================
TOPページ
======================================== */
#mv-banner ul {
  display: flex;
  max-width: 1000px;
  margin: clamp(20px, 3vw + 10px, 45px) auto;
  justify-content: center;
  gap: clamp(20px, 3vw, 40px);
  list-style: none;
}
#mv-bannerul li {
	width: 50%;
	max-width: 467px;
}
#mv-banner ul li a {
	
  position: relative;
  display: inline-flex;
  overflow: hidden;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	border: solid clamp(7px, 0.8vw, 8px) #fff;
	border-radius: clamp(8px, 1.3vw, 14px);
	
}
#mv-banner ul li a::before {
	animation: 2s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
#mv-banner ul li:nth-child(2) a::before {
  animation-delay: 0.5s;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
@media (max-width: 1000px) {
	#mv-banner ul {
		width: 90%;
	}
}
@media (max-width: 667px) {
	#mv-banner ul {
		display: block;
		text-align: center;
	}
	#mv-banner ul li {
		width: 100%;
		margin: 13px auto;
	}
}
#youtube {
	background: url("images/bg01.jpg") no-repeat top center;
	background-size: 100%;
	position: relative;
}
#youtube:after {
	content: '';
	width: 100%;
	height: clamp(1px, 4vw, 100px);
	background: #fff;
	position: absolute;
	bottom: 0;
}
@media (max-width: 1024px) {
	#youtube {
		background-size: 120%;
	}
}
@media (max-width: 500px) {
	#youtube {
		background-size: 140%;
	}
	
}
#youtube #ob {
  position: relative;
  overflow: hidden;
	z-index: 2;
}

#youtube #ob::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 250px;
  background: #ffffff;
  clip-path: polygon(
    0 0,
    0 12vw,
    50% 0,
    100% 12vw,
    100% 0
  );
}
#youtube #ob #inner {
	position: relative;
	z-index: 3;
	text-align: center;
}
#youtube #ob #inner h2 {
	font-size: clamp(18px, 4vw,44px);
	color: #fff;
	font-weight: bold;
  	padding-top: clamp(40px, 8vw, 140px);
  	margin-bottom: clamp(20px, 3vw, 40px);
}
#youtube #ob #inner #content {
  position: relative;
  width: 90%;
  max-width: 750px; /* PC版での最大幅 */
  margin: 0 auto; /* 中央揃え（必要に応じて） */
}

/* 16:9のアスペクト比を維持 */
#youtube #ob #inner #content::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 9/16 = 0.5625 = 56.25% */
}

#youtube #ob #inner #content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: clamp(4px, 0.8vw, 10px) solid #fff;
	box-sizing: border-box;
	border-radius: clamp(8px, 1.5vw, 16px);
	
}
#news {
	margin: clamp(20px, 3vw, 40px) auto;
}
#news #inner {
	display: flex;
	width: 84%;
	margin: 0 0 0 auto;
	
}
#news #inner #info {
	min-width: 300px;
	width: 19%;
}
#news #inner #info dl {
	margin-bottom: 30px;
}
#news #inner #info dl dt {
	display: inline-block;
	font-size: clamp(20px, 4.5vw, 51px);
	line-height: 1.2;
	font-weight: 500;
	position: relative;
}
#news #inner #info dl dt::first-letter {
	font-size: 2em;
	color: #036eb8;
}
#news #inner #info dl dt span {
	position: absolute;
	top: 25%;
	right: 0;
	font-size: 0.4em;
	color: #036eb8;
}
#news #inner #info dd {
	padding-left: 0.4em;
}
#news #inner .slider {
	width: 80%;
	margin-left: 1%;
	padding-top: clamp(20px, 3vw, 40px);
	overflow: hidden;
}
#news #inner .slide {
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
}
#news #inner .slide-img {
  margin: 0 5px;
}
#news #inner .slide-img img {
  height: auto;
  width: 100%;
}
#news #inner .link01.bottom {
	display: none;
}
@media (max-width: 767px) {
	#news #inner #info dl {
		margin-bottom: 0;
	}
	#news #inner #info dl dd {
		display: inline-block;
		margin-left: 1em;
	}
	#news #inner {
		display: block;
		width: 90%;
		margin: auto;
	}	
	#news .person01 {
		display: none;
	}
	#news #inner .slider {
		width: auto;
	}
}
@media (max-width: 500px) {
	#news #inner #info dl dd {
		display: none;
	}
	#news #inner .link01.bottom {
		display: block;
		margin-top: clamp(20px, 3vw, 40px);
		text-align: right;
	}
	
}
.sec--request {
    padding-top:4.8611111111vw;
	overflow: hidden;
}

.sec--request:before {
    content: "";
    position: absolute;
    top: 2.666667vw;
    left: 50%;
    width: 150vw;
    height: 166.6666666667vw;
    background: repeating-linear-gradient(135deg, #0099ce, #0099ce 2.6666666667vw, #089cd0 2vw, #089cd0 4.6666666667vw);
    transform: translateX(-50%) rotate(-3deg);
    z-index: -1
}
@media screen and (max-width: 500px) {
	.sec--request {
		padding-top: 2vw;
	}
}
@media screen and (min-width: 751px) {
    .sec--request:before {
        top: 2.611111vw;
        height: 19.4444444444vw;
        background: repeating-linear-gradient(135deg, #0099ce, #0099ce 1.3888888889vw, #089cd0 1.0416666667vw, #089cd0 2.4305555556vw);
        transform: translateX(-50%) rotate(-2deg)
    }
}

@media screen and (min-width: 1441px) {
    .sec--request {
        padding-top:70px
    }
    .sec--request:before {

        background: repeating-linear-gradient(135deg, #0099ce, #0099ce 20px, #089cd0 15px, #089cd0 35px)
    }
}
#MonthInquiries {
	position: relative;

}
#MonthInquiries h2 {
	text-align: center;

}
#MonthInquiries h2 span {
	display: inline-flex;
	align-items: center;
	font-size: clamp(20px, 4vw, 41px);
	color: #fff;
	padding: 0 4.3em 0 calc(clamp(90px, 5.94vw, 114px) + 15px);
	background: url("images/ob02.png")no-repeat left center;
	background-size: contain;
	height: clamp(90px, 6.15vw, 118px);
}
#MonthInquiries #inner {
	width: 90%;
	max-width: 860px;
	margin: auto;
	background: #fff;
	border-radius: clamp(8px, 1.5vw, 16px);
	padding: clamp(8px, 4vw, 20px) clamp(13px, 3vw, 35px);
	position: relative;
}
#MonthInquiries #inner #cont {
	display: flex;
	align-items: flex-start;
	gap: clamp(1px, 3vw, 40px);
	position: relative;
}
#MonthInquiries #inner #cont::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(70px, 8vw, 112px);
	height: clamp(62px, 7vw, 99px);
	background-image: url("images/arro01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
#MonthInquiries #inner .day {
	font-size: clamp(11px, 4vw, 19px);
	font-weight: bold;
	margin-bottom: clamp(5px, 0.6vw, 8px);

}
#MonthInquiries #inner #cont dl {
	background: #0086a8;	
}
#MonthInquiries #inner #cont dl dt {
	display: flex;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#MonthInquiries #inner #cont dl dd {
	font-size: clamp(12px, 4vw, 20px);
	background: #fff;
	color: #00a7e3;
	text-align: center;
}
#MonthInquiries #inner #cont dl dd span {
	font-size: 1.53em;
	color: #000;
}

#MonthInquiries #inner #cont .leftCon,
#MonthInquiries #inner #cont .RigthCon {
	width: 50%;
}

#MonthInquiries #inner #cont .leftCon {
	display: flex;
	align-content: center;
	border-radius: clamp(8px, 1vw, 12px);
	border: solid 2px #0086a8;
}
#MonthInquiries #inner #cont .leftCon dt,
#MonthInquiries #inner #cont .leftCon dd {
	width: 50%;
}
#MonthInquiries #inner #cont .leftCon dt {
	font-size: clamp(14px, 1.5vw, 20px);
}
#MonthInquiries #inner #cont .leftCon dd {
	font-size: clamp(15px, 1.5vw, 26px);
	border-radius: 0 clamp(7px, 1vw, 10px) clamp(7px, 1vw, 10px) 0;
}
#MonthInquiries #inner #cont .RigthCon {
	border-radius: 12px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

#MonthInquiries #inner #cont .RigthCon table {
	width: 100%;
	border-collapse: separate;
	border-spacing: clamp(5px, 2vw, 15px);
}

#MonthInquiries #inner #cont .RigthCon table td {
	width: 50%;
	padding: 0;
}

#MonthInquiries #inner #cont .RigthCon table td dl {
	height: 100%;
	background: #fff;
}
#MonthInquiries #inner #cont .RigthCon table td dl dt {
	border-radius: clamp(4px, 1vw, 7px) ;
	background: #0086a8;
	padding: 0.3em 0;
}
#MonthInquiries #inner #cont .leftCon dd {
	font-size: clamp(15px, 1.5vw, 21px);
}
#MonthInquiries #inner #total {
	background: url("images/frame01.png") no-repeat center;
	width: 371px;
	height: 219px;
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#MonthInquiries #inner #total p {
	font-size: clamp(14px, 1.2vw, 18px) ;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	background: linear-gradient(105deg, #d8c68c 0%, #5e4b1e 50%, #e2d3a3 100%);
	border-radius: 9999px;
	padding: 5px 0;
	width: 90%;
}

#MonthInquiries #inner #total dl {
	display: flex;
	width: 100%;
	gap: 10px;
}

#MonthInquiries #inner #total dl dt,
#MonthInquiries #inner #total dl dd {
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#MonthInquiries #inner #total dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(24px, 1vw, 26px);
	
}
#MonthInquiries #inner #total dl dd span {
	font-size: 1.8em;
	color: #ab1e23;
}
#MonthInquiries #ob {
	display: block;
	width: clamp(110px, 12vw, 230px);
	height: clamp(83px, 9vw, 171px);
	position: absolute;
	top: max(1px, calc(60px - 2vw));
	right: 2%;
	}
@media screen and (min-width: 1300px){
	#MonthInquiries #ob {
		display: block;
		width: 230px;
		height: 171px;
		position: absolute;
		bottom: 0;
		right: 1%;
	}
}

@media screen and (min-width: 1400px){
	#MonthInquiries #ob {
		right: 3%;
	}
}

@media screen and (min-width: 1600px){
	#MonthInquiries #ob {
		right: 6%;
	}
}

@media screen and (min-width: 1800px){
	#MonthInquiries #ob {
		right: 9%;
	}
}

@media screen and (min-width: 2000px){
	#MonthInquiries #ob {
		right: 13%;
	}
}

@media screen and (min-width: 2200px){
	#MonthInquiries #ob {
		right: 16%;
	}
}

@media screen and (min-width: 2560px){
	#MonthInquiries #ob {
		right: 20%;
	}
}
@media screen and (max-width: 1024px){
	#MonthInquiries #inner #total {
		width: 44%;
		background-size: contain;
	}
	#MonthInquiries #inner #total dl dt {
		width: 40%;
	}
	#MonthInquiries #inner #total dl dd {
		width: 60%;
	}
}
@media screen and (min-width: 667px){

	#MonthInquiries h2 span  {
		padding-right: 2.8em;
	}
}
@media screen and (min-width: 768px){

	#MonthInquiries h2 span  {
		padding-right: 1.3em;
	}
}

@media screen and (max-width: 767px){
	#MonthInquiries #inner .day {
		text-align: center;
	}
	#MonthInquiries #inner #cont {
		display: block;
		max-width: 370px;
		margin: clamp(15px, 1.5vw, 20px) auto 0;
	}
	#MonthInquiries #inner #cont::before {
		background: url("images/arrow02.png") no-repeat center;
		background-size: 100%;
		width: clamp(32px, 4.5vw, 61px);
		height: clamp(44px, 6.2vw, 84px);
	}
	#MonthInquiries #inner #cont .leftCon,
	#MonthInquiries #inner #cont .RigthCon {
		width: auto;
		margin: clamp(15px, 1.5vw, 20px) auto 0;
	}

	#MonthInquiries #inner #total {
		position: relative;
		width: 100%;
		max-width: 371px;
		margin: clamp(20px, 2.5vw, 30px) auto 0;
	}

}
@media screen and (max-width: 500px){
	#MonthInquiries h2 {
		margin-bottom: 10px;
	}
	#MonthInquiries #inner #cont .RigthCon {
		padding: clamp(10px, 2vw, 20px) ;
	}
}

#Top5 {
	background: url("images/top5_bg.jpg");
	margin: clamp(30px, 6vw, 100px) 0;
	padding-bottom: clamp(13px, 2.5vw, 30px);
}
#Top5 h2 {
	margin-left: clamp(18vw, calc(19vw - 200px), 20vw);
	position: relative;
	top: max(-30px, calc(-13px - 1.7vw));
}
#Top5 .comBox {
	max-width: 1300px;
	width: 90%;
	margin: auto;
	position: relative;
	height: clamp(200px, 25vw, 300px) ;
}
#Top5 .comBox h3 {
	width: 60%;
	display: flex;
	align-items: center;
	font-size: clamp(18px, 2.5vw, 28px) ;
	margin: 0 0 clamp(12px, 2vw, 20px) ;
}
#Top5 .comBox h3 img {
	width: clamp(70px, 9vw, 124px) ;
	margin-right: 0.6em;
}
#Top5 .comBox .image {
	position: absolute;
	top: max(-60px, calc(-45px - 1.5vw));
}
#Top5 .comBox .image img {
	width: clamp(300px, 30vw, 436px) ;
}
#Top5 .comBox.typA .image  {
	right: 0;
}
#Top5 .comBox p {
	width: 60%;
	font-size: clamp(15px, 1.3vw, 18px) ;
	font-weight: bold;
}
#Top5 .comBox.typB .image {
	left: 0;
}
#Top5 .comBox.typB h3,
#Top5 .comBox.typB p {
	margin-left: auto;
}
@media screen and (min-width: 768px){
	#Top5 h2 {
		width: 47%;
	}
}
@media screen and (max-width: 850px){
	#Top5 h2 {
		width: 50%;
		margin: 0 auto clamp(-40px, -5vw, -20px);
	}
	#Top5 .comBox {
		height: auto;
		margin-bottom: clamp(24px, 2.5vw, 35px) ;

	}
	#Top5 .comBox .image {
		position: relative;
		top: inherit;
	}
	#Top5 .comBox h3,
	#Top5 .comBox p {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	#Top5 .comBox.typA .image,
	#Top5 .comBox.typB .image {
		text-align: center;
		margin-bottom: clamp(10px, 1.5vw, 15px) ;
	}

	
}
@media screen and (max-width: 500px){
	#Top5 h2 {
		width: 70%;
	}
}
#case-study {
	position: relative;
	background: url("images/bg02.jpg") no-repeat center center;
	background-size: cover;
	padding-top: clamp(1px, 3vw, 20px);
	padding-bottom: clamp(20px, 10vw, 100px);
	overflow: visible;
}

#case-study .case-bg-image {
	position: absolute;
	bottom: 3%;
	left: 3%;
	width: 628px;
	height: 465px;
	background: url("images/bg_case.png") no-repeat center center;
	z-index: 1;
}
#case-study #inner {
	position: relative;
	max-width: 1160px;
	width: 88%;
	margin: auto;
	z-index: 2;
}

#case-study #inner h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(22px, 4vw, 42px);
	color: #fff;
	margin-top: 0;
	margin-bottom: clamp(5px, 1vw, 10px);
	font-weight: bold;
}
#case-study #inner h2 br {
	display: none;
}
#case-study #inner h2 img {
	width: clamp(90px, 10vw, 150px);
	margin-left: clamp(4px, 0.8vw, 8px);
}

#case-study #inner ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(15px, 2vw, 25px);
	max-width: 1100px;
	margin: 0 auto;
}

#case-study #inner ul li {
	width: 100%;
}

#case-study #inner ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: clamp(15px, 2vw, 20px) clamp(8px, 1.5vw, 17px);
	background: #fff;
	border: 3px solid #1e9bd6;
	border-radius: 15px;
	text-decoration: none;
	color: #333;
	font-size: clamp(15px, 1.6vw, 18px);
	font-weight: bold;
	transition: all 0.3s ease;
	min-height: 100px;
	position: relative;
	box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 5px #1e9bd6;
}

#case-study #inner ul li a:hover {
	background: #f0f9ff;
	transform: translateY(-3px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

#case-study #inner ul li a img {
	width: clamp(80px, 4vw, 94px);
	height: auto;
	flex-shrink: 0;
	margin-right: 10px;
}

#case-study #inner ul li a span:not(.arrow) {
	flex: 1;
	text-align: left;
	line-height: 1.5;
}

#case-study #inner ul li a .arrow {
	width: clamp(25px, 3vw, 35px);
	height: clamp(25px, 3vw, 35px);
	background: #1e9bd6;
	border-radius: 5px;
	flex-shrink: 0;
	margin-left: clamp(7px, 1vw, 10px);
	position: relative;
}
#case-study #inner ul li a .arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: clamp(7px, 1.5vw, 10px);
	height: clamp(7px, 1.5vw, 10px);
	border-top: clamp(2px, 1.5vw, 3px) solid #fff;
	border-right: clamp(2px, 1.5vw, 3px) solid #fff;
}
@media screen and (max-width: 1260px) {
	#case-study #inner ul {
		width: clamp(90%, 1.5vw, 78%);
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1024px) {
	#case-study .case-person-image {
		right: 40px;
		width: 150px;
		height: 150px;
	}
	
	#case-study .case-bg-image {
		width: 250px;
		height: 500px;
	}
	#case-study #inner h2 {
		padding-top: clamp(70px, 8vw, 100px);
	}
	#case-study #inner h2 span {
		display: block;
		position: absolute;
		top: -45px;;
	}
}
@media screen and (max-width: 767px) {
	#case-study {
		margin-top: clamp(50px, 6vw, 70px);
	}
	#case-study .case-bg-image {
		display: none;
	}
	
	#case-study .case-person-image {
		top: 20px;
		right: 20px;
		width: 100px;
		height: 100px;
	}
	
	#case-study #inner ul {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	#case-study #inner ul li a {
		min-height: 80px;
	}
}
@media screen and (max-width: 700px) {
	#case-study {
		padding-right: 7%;
	}
	
}
@media screen and (max-width: 500px) {
	#case-study .case-bg-image {
		width: 140px;
		height: 280px;
	}
	
	#case-study .case-person-image {
		width: 80px;
		height: 80px;
	}
	#case-study #inner ul {
		width: 90%;
	}
	#case-study #inner ul li a {
		padding-left: 13px;
		padding-right: 13px;
	}
}
#advantages {
	position: relative;
	background: #00a7e3;
	padding: clamp(30px,6vw, 80px) 0 clamp(20px, 3vw, 40px);
	margin-top: clamp(40px, 8vw, 100px);
	overflow: visible;
}

#advantages .advantages-corner-tl {
	position: absolute;
	top: -1px;
	left: calc(clamp(70px, 10vw, 145px) * -1 + 1px);
	width: clamp(70px, 10vw, 145px);
	height: clamp(71px, 10.2vw, 148px);
	background: url("images/bg_kadomaru_tl.png") no-repeat;
	background-size: contain;
	z-index: 1;
}

#advantages .advantages-corner-bl {
	position: absolute;
	bottom: -1px;
	left: calc(clamp(70px, 10vw, 145px) * -1 + 1px);
	width: clamp(70px, 10vw, 145px);
	height: clamp(71px, 10.2vw, 148px);
	background: url("images/bg_kadomaru_bl.png") no-repeat;
	background-size: contain;
	z-index: 1;
}

#advantages .advantages-header {
	text-align: center;
	padding: 0 clamp(8%, 2vw, 12%);
}
#advantages .advantages-person-image {
	margin: clamp(10px, 1vw, 20px) auto -10px;

}
#advantages .advantages-person-image .sp {
	display: none;
}
#advantages .advantages-header h2 {
	font-size: clamp(28px, 4.5vw, 48px);
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: clamp(10px, 2.5vw, 30px);
	position: relative;
}
#advantages .advantages-header p {
	font-size: clamp(14px, 1.8vw, 18px);
	color: #fff;
	line-height: 1.8;
	padding: 0 2%;
}

#advantages #inner {
	position: relative;
	max-width: 1160px;
	width: 70%;
	margin: auto;
	z-index: 3;
}

#advantages #inner ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 2.5vw, 30px);
	margin-bottom: clamp(20px, 5vw, 60px);
}

#advantages #inner ul li {
	width: 100%;
}
#advantages .advantages-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.3s ease;
}#advantages .advantages-card img {
	width: 100%;
	height: clamp(180px, 20vw, 240px);
	object-fit: cover;
	display: block;
}

#advantages .advantages-content {
	padding: clamp(3px, 1vw, 10px) 15px clamp(6px, 1vw, 10px);
}

#advantages .advantages-content h3 {
	display: inline-flex;
	align-items: center;
	font-size: clamp(16px, 1.8vw, 20px);
	color: #1ab8e6;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: clamp(1px, 2vw, 15px);
	line-height: 1.5;
}

#advantages .advantages-content h3 .number {
	display: inline-block;
	font-size: clamp(35px, 4vw, 50px);
	margin-right: clamp(5px, 0.8vw, 8px);
	font-weight: bold;
}

#advantages .advantages-content p {
	font-size: clamp(13px, 1.5vw, 15px);
	color: #333;
	line-height: 1.7;
}
#continue {
	margin: clamp(10px, 2.5vw, 30px) auto;
	text-align: center;
}
#continue .circle {
	display: block;
	width: clamp(12px, 2.5vw, 26px);
	height: clamp(12px, 2.5vw, 26px);
	border-radius: 50%;
	background: #00a7e3;
	margin: clamp(0.4em, 2.5vw, 1em) auto;
}

@media screen and (max-width: 1400px) {
	#advantages #inner {
		max-width: 800px;
	}
	#advantages #inner ul {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1024px) {
	#advantages #inner ul {
		grid-template-columns: repeat(2, 1fr);
	}
	#advantages .advantages-header p {
		text-align: left;
	}
	#advantages p br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#advantages {
		margin-left: 0;
		width: 100%;
	}
	
	#advantages .advantages-corner-tl,
	#advantages .advantages-corner-bl {
		display: none;
	}	
	#advantages .advantages-header h2::before,
	#advantages .advantages-header h2::after {
		width: 25px;
		height: 25px;
	}
	
	#advantages .advantages-header h2::before {
		left: 5%;
	}
	
	#advantages .advantages-header h2::after {
		right: 5%;
	}
}
@media screen and (max-width: 700px) {
	#advantages {
		padding-left: 6%;
	}
	#advantages #inner {
		width: 76%;
	}
}
@media screen and (max-width: 620px) {

	#advantages #inner ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#advantages #inner ul li:nth-child(2)  h3 {
		padding: 0.2em 0;
	}
	
	#advantages .advantages-card img {
		height: clamp(200px, 30vw, 300px);
	}
	
}
@media screen and (max-width: 500px) {
	#advantages .advantages-header h2 {
		margin-bottom: 0;
	}
	#advantages .advantages-person-image .pc {
		display: none;
	}
	#advantages .advantages-person-image .sp {
		display: block;
	}
	#advantages .advantages-content h3 {
		margin-bottom: 0;
	}

}
#works {
	background: #e5e2dd;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#works .images {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#works .works-slider {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	width: max-content;
}

/* 1列目 - 60秒で1周 */
#works .works-slider-01 {
	animation: scrollRight 60s linear infinite;
}

/* 2列目 - 65秒で1周（タイミングをずらす） */
#works .works-slider-02 {
	animation: scrollRight 80s linear infinite;
	margin-top: 0;
}

#works .works-slider li {
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#works .works-slider li img {
	height: clamp(150px, 20vw, 280px);
	width: auto;
	display: block;
	object-fit: cover;
}
#works #headline {
	max-width: 1000px;
	width: 90%;
	height: clamp(160px, 40vw, 480px);
	margin: clamp(-320px, -25vw, -120px) auto 0;
	background: url("images/works_bg_title.png")no-repeat center bottom;
	background-size: contain;
	position: relative;
}
#works #headline:after {
	content: '';
	background: url("images/ob04.png") no-repeat;
	background-size: contain;
	width: clamp(130px, 30vw, 401px);
	height: clamp(100px, 23vw, 308px);
	position: absolute;
	bottom: clamp(20px, 5vw, 60px);
	right: clamp(10px, 1.2vw, 15px);
	z-index: 3;	
}
#works #headline #pop {
	width: clamp(120px, 20vw, 281px);
	position: absolute;
	top: 0;
	right: clamp(55px, 12vw, 165px);
	z-index: 3;
}
#works #headline h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 94%;
	font-size: clamp(8px, 1vw, 12px);
	color: #4cbcc6;
	text-align: center;
	line-height: 1.4;
	height: clamp(40px, 10vw, 127px);
	background: url("images/sekouno1.png") no-repeat center left;
	background-size: contain;
	position: absolute;
	bottom: clamp(20px, 7vw, 100px);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
#works #headline h2 strong {
	display: block;
	font-size: clamp(18px, 3vw, 36px);
	color: #000;
	position: relative;
}
/* 右から左へ流れるアニメーション */
@keyframes scrollRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 1000px) {
	#works #headline {
		height: clamp(160px, 37vw, 380px);
		background: url("images/works_bg_title_sp.png")no-repeat center bottom;
		background-size: contain;
	}	
}
@media screen and (max-width: 767px) {
	#works .works-slider li img {
		height: clamp(120px, 30vw, 180px);
	}
}
#message {
	background: #fff;
	padding: clamp(60px, 8vw, 100px) 0;
	position: relative;
}

#message #inner {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

#message .message-content {
	display: flex;
	align-items: flex-start;
	gap: clamp(40px, 6vw, 70px);
}

#message .message-image {
	position: relative;
	flex: 0 0 clamp(280px, 35vw, 450px);
}

#message .message-image > img:first-child {
	width: 100%;
	height: auto;
	border-radius: clamp(12px, 2vw, 20px);
	display: block;
}

#message .message-image .message-person {
	position: absolute;
	bottom: max(-115px, calc(-60px - 5.5vw));
	right: clamp(-20px, -3vw, -40px);
	width: clamp(120px, 18vw, 222px);
	height: auto;
	z-index: 2;
}

#message .message-text {
	flex: 1;
}

#message .message-title {
	position: relative;
	margin-bottom: clamp(10px, 3vw, 20px);
}

#message .message-title .message-roof {
	display: block;
}

#message .message-title h2 {
	display: inline-block;
	font-size: clamp(42px, 5vw, 60px);
	color: #00b8ee;
	margin: 0;
	line-height: 1.4;
	position: relative;
}
#message .message-title h2 small {
	display: inline-block;
	font-size: 0.53em;
	color: #036eb8;
	font-weight: normal;
	margin-left: 0.2em;
	position: relative;
}
#message .message-title h2 small span {
	display: block;
	font-size: clamp(11px, 1.2vw, 15px);
	color: #5c5c5c;
	font-weight: bold;
	line-height: 1;
	padding-left: 0.3em;
}

#message .message-title h2 br.sp-only {
	display: none;
}

#message .message-body {
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.9;
	color: #333;
}

#message .message-body p {
	margin-bottom: 1.2em;
}
#message .message-body p:last-child,
#message .message-body p:last-of-type {
	margin-bottom: 0;
}

#message .message-signature {
	text-align: right;
	font-size: clamp(21px, 1.8vw, 24px);
	font-weight: bold;
	margin-top: clamp(10px, 4vw, 30px);
}
#message .message-signature span {
	font-size: 0.66em;
	margin-right: 0.7em;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 667px) {
	#message {
		padding: clamp(30px, 6vw, 60px) 0;
	}
	
	#message .message-title h2 br.sp-only {
		display: block;
	}
	#message #inner {
		display: flex;
		flex-direction: column;
	}
	#message .message-title {
		order: 1;
		margin-bottom: clamp(30px, 5vw, 40px);
	}
	#message .message-image {
		order: 2;
		width: 100%;
		max-width: 450px;
		margin: 0 auto clamp(40px, 5vw, 70px);
	}

	#message .message-body {
		order: 3;
	}
	
	#message .message-content {
		display: contents;
	}
	
	#message .message-text {
		display: contents;
	}
	
	#message .message-image .message-person {
		width: 150px;
		bottom: clamp(-20px, -5vw, -30px);
		right: clamp(-15px, -4vw, -25px);
	}
	#message #inner {
		width: 85%;
	}
	
	#message .message-image > img:first-child {
		width: 74%;
		margin: 0 0 0 auto;
	}
	#message .message-image .message-person {
		left: 0;
	}
}
/* -------------------
page共通
------------------- */
#keyv.page {
	height: clamp(120px, 25vw, 370px);
	overflow: hidden;
	position: relative;
}
#keyv.page .keyvInner {
	height: clamp(120px, 25vw, 370px);
}
#keyv.page:before {
	content: '';
	background: rgba(0,0,0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#cacthSP {
	max-width: 1200px;
	height: 100%;
	align-content: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
}
#cacthSP:before {
	content: '';
	background: url("images/ob05.png") no-repeat;
	background-size: contain;
	width: clamp(68px, 14.2vw, 222px);
	height: clamp(108px, 22.5vw, 352px);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
}
#cacthSP:after {
	content: '';
	background: url("images/mainvisual_copy.png") no-repeat;
	background-size: contain;
	width: clamp(72px, 13.8vw, 226px);
	height: clamp(108px, 20.7vw, 340px);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	z-index: 4;
}
#cacthSP h1 {
	font-size: clamp(26px, 4vw, 48px);
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
}
@media screen and (max-width: 1200px) {
	.page .bx-viewport {
		position: absolute;
		top: -50%;
	}
	#cacthSP:before {
		left: 2%;
	}
	#cacthSP:after {
		right: 2%;
	}
}
@media screen and (max-width: 767px) {
	#cacthSP:before,
	#cacthSP:after {
		display: none;
	}
}
#pankuzu {
	max-width: 1000px;
	margin: auto;
}
#pankuzu ul {
	display: flex;
}
#pankuzu ul li {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 1em 1em;
}
#pankuzu ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 0;
	top: 45%;
	z-index: 1;
	transition: border-color 0.3s ease;
}
#pankuzu ul li:last-child:before {
	display: none;
}
#pankuzu ul li a {
	color: #036eb8;
	text-decoration: none;
}
#pankuzu ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#pankuzu {
		display: none;
	}
}
/* -------------------
当社が選ばれる理由　page-advantages
------------------- */
#page-advantages {
	position: relative;
}

#page-advantages::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: #00a7e3;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
	z-index: 0;
}
#page-advantages #advantages-hero {
	max-width: 1000px;
	width: 82%;
	margin: auto;
	text-align: center;
	padding: 50px 0 0;
	position: relative;
}
#page-advantages #advantages-hero h2 {
	max-width: 710px;
	margin: 0 auto;
}
#page-advantages #advantages-hero #image {
	max-width: 770px;
	margin: auto;
	position: relative;
	z-index: 1;
}
#page-advantages #inner {
	max-width: 1000px;
	width: 90%;
	margin: -10px auto 0;
	position: relative;
	z-index: 3;
}

#page-advantages .contBox {
	border: clamp(5px, 0.6vw, 7px) solid #036eb8;
	border-radius: clamp(15px, 2.5vw, 30px);
	padding: clamp(20px, 5vw, 60px) clamp(20px, 4vw, 54px);
	background: #fff;
	margin-bottom: clamp(20px, 5vw, 50px);
}

#page-advantages .contBox .hd {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 clamp(15px, 2.5vw, 30px) clamp(13px, 2vw, 19px)
}

#page-advantages .contBox .hd p {
	background: #036eb8;
	color: #fff;
	font-size: clamp(15px, 2vw, 24px);
	font-weight: bold;
	padding: 7px 18px 5px 12px;
	white-space: nowrap;
	display: flex;
	align-items: baseline;
	gap: 2px;
	line-height: 1.2;
	transform: skewX(-25deg);
	margin-right: 0.5em;
}

#page-advantages .contBox .hd p span {
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
}

#page-advantages .contBox .hd h3 {
	font-size: clamp(32px, 4vw, 46px);
	font-weight: bold;
	color: #036eb8;
	line-height: 1.3;
	margin: 0;
}
#page-advantages .contBox .hd h3.ajust01 {
	font-size: clamp(25px, 4vw, 46px);
}
#page-advantages .contBox .hd h3.ajust02 {
	font-size: clamp(30px, 4vw, 46px);
}
.subTitle-wrap {
	margin-bottom: clamp(19px, 2vw, 16px);
}

#page-advantages .contBox .subTitle {
	font-size: clamp(21px, 2.5vw, 27px);
	font-weight: bold;
	background: #fbe815;
	line-height: 1.8;
	padding: 0 0.2em;
}

#page-advantages .contBox .body {
	display: flex;
	gap: clamp(20px, 3vw, 40px);
}

#page-advantages .contBox .body .text {
	width: 50%;
	flex: 1;
}

#page-advantages .contBox .body .text p {
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.6;
	color: #444;
	font-weight: 500;
	margin-bottom: 1.5em;
}

#page-advantages .contBox .body .text p:last-child {
	margin-bottom: 0;
}

#page-advantages .contBox .body .photo {
	width: 50%;
	max-width: 442px;
	flex: 1;
}

#page-advantages .contBox .body .photo img {
	width: 100%;
	border-radius: 8px;
	display: block;
}
@media screen and (max-width: 600px) {
	#page-advantages .contBox .hd {
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 20px;
	}
	#page-advantages .contBox .hd h3 {
		text-indent: -0.3em;
	}
	#page-advantages .contBox .body {
		flex-direction: column;
		gap: inherit;
	}
	
	#page-advantages .contBox .body .photo {
		order: 1;
		width: 100%;
		max-width: 442px;
		margin: 0 auto clamp(20px, 5vw, 30px);
	}
	
	#page-advantages .contBox .body .text {
		order: 2;
		width: 100%;
	}	
}
/* -------------------
お悩み別のご提案　page-case-study
------------------- */
#page-case-study {
	background: url('images/bg_sky.jpg') no-repeat top center;
	background-size: cover;
	padding: clamp(40px, 6vw, 80px) 0;
}

#page-case-study .contBox {
	max-width: 910px;
	width: 90%;
	margin-bottom: clamp(40px, 6vw, 80px);
	position: relative;
	display: flex;
	gap: 0;
	border: clamp(3px, 0.6vw, 6px) double #0099ff;
	border-radius: clamp(10px, 1vw, 15px);

}
#page-case-study .contBox.left {
	margin-left: 0;
	margin-right: auto;
	position: relative;
	left: 35%;
	transform: translateX(-35%);
}

#page-case-study .contBox.right {
	margin-left: auto;
	margin-right: 0;
	position: relative;
	right: 35%;
	transform: translateX(35%);
}
#page-case-study .case-label {
	background: #0099ff;
	border-radius: clamp(10px, 1vw, 15px);
	padding: clamp(16px, 2vw, 24px) 0.7em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	height: 90%;
	min-height: 640px;
	position: relative;
	position: absolute;
	top: 2%;
	left: -42px;
	margin: auto;
}

#page-case-study .case-num {
	color: #fff;
	font-size: clamp(15px, 1.9vw, 23px);
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 8px;
}

#page-case-study .case-num span {
	display: block;
	font-size: clamp(23px, 2.6vw, 37px);
	line-height: 1;
}

#page-case-study .case-title {
	writing-mode: vertical-jlr;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
	line-height: 1.4;
	margin: 0.2em 0 0;
}

#page-case-study .case-content {
	flex: 1;
	background: #fff;
	padding: clamp(16px, 2.5vw, 30px) clamp(35px, 3.5vw, 68px);
}

#page-case-study .case-top {
	display: flex;
	align-items: center;
	gap: clamp(12px, 2vw, 24px);
	margin-bottom: clamp(16px, 2vw, 24px);
}

#page-case-study .case-illust {
	flex-shrink: 0;
	height: clamp(150px, 14vw, 190px);
}

#page-case-study .case-illust img {
	height: 100%;
}

#page-case-study .case-situation {
	display: flex;
	border-radius: clamp(5px, 1vw, 8px);
	padding: clamp(16px, 2vw, 24px);
	position: relative;
	flex: 1;
	box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.3), 0px -2px 15px 0px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
}
#page-case-study .case-situation::before {
	content: '';
	position: absolute;
	left: -40px;
	bottom: 35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 39px 40px;
	border-color: transparent transparent #fff transparent;
	filter: drop-shadow(-3px 4px 3px rgba(0, 0, 0, 0.15));
}
#page-case-study .case-situation::after {
	content: none;
}
#page-case-study .case-situation-label {
	background: #00b8a9;
	color: #fff;
	font-size: clamp(11px, 1.1vw, 13px);
	font-weight: bold;
	display: inline-block;
	padding: 3px 14px;
	border-radius: 999px;
	margin-bottom: 10px;
}

#page-case-study .case-situation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#page-case-study .case-situation ul li {
	font-size: clamp(15px, 2.4vw, 19px);
	position: relative;
	margin-bottom: 0.5em;
	list-style: disc;
	color: #4cbcc6;
	line-height: 1.4;
	text-indent: -0.4em;
	margin-left: 2em;
}
#page-case-study .case-situation ul li:last-child {
	margin-bottom: 0;
}
#page-case-study .case-situation ul li span {
	color: #000;
}

#page-case-study .case-bottom {
	display: flex;
	gap: clamp(12px, 2vw, 20px);
	align-items: flex-end;
	padding-left: 2%;
	position: relative;
}

#page-case-study .case-detail {
	border-radius: 8px;
	width: 70%;
	padding: clamp(18px, 2vw, 30px) clamp(24px, 2.5vw, 35px);
	box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.3), 0px -2px 15px 0px rgba(0, 0, 0, 0.1);
}

#page-case-study .case-response-label {
	display: inline-block;	width: 10em;
	background: #ff9933;
	color: #fff;
	text-align: center;
	font-size: clamp(15px, 2.4vw, 18px);
	font-weight: bold;
	padding: 0.5em 0.1em;
	border-radius: 999px;
	margin-bottom: 0.6em;
	line-height: 1;
}
#page-case-study .case-response-label.label02 {
	background: #ffe033;
	color: #ff8000;
}
#page-case-study .case-response-label.label03 {
	background: #4cbcc6;
	width: auto;
	height: 2em;
	align-content: center;
	padding: 0.1em 1em;
	margin-bottom: 0;
}

#page-case-study .case-response-text {
	font-size: clamp(13px, 2.4vw, 15px);
	line-height: 1.8;
	color: #333;
	margin-bottom: clamp(12px, 1.5vw, 18px);
}

#page-case-study .case-cost-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: clamp(12px, 1.5vw, 18px);
}

#page-case-study .case-cost-table tr {
	border-bottom: 1px solid #ff9933;
}

#page-case-study .case-cost-table th,
#page-case-study .case-cost-table td {
	padding: clamp(6px, 0.8vw, 10px) 0;
	font-size: clamp(15px, 2.4vw, 20px);
	text-align: left;
	vertical-align: middle;
}

#page-case-study .case-cost-table th {
	width: 45%;
	font-weight: normal;
}

#page-case-study .case-cost-table td strong {
	color: #f00;
	font-size: 1.5em;
	margin-right: 0.1em;
}

#page-case-study .case-emergency {
	font-size: clamp(16px, 2.6vw, 23px);
	color: #2a6fb6;
	margin-left: clamp(10px, 4vw, 47px);
	position: relative;
}

#page-case-study .case-emergency img {
	width: clamp(44px, 4vw, 67px);
	position: absolute;
	top: 0;
	left: clamp(-77px, -4.5vw, -54px);

}

#page-case-study .case-emergency strong {
	display: inline;
	background: linear-gradient(transparent 50%, #ffe033 50%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 1.6;
	margin-left: 0.3em;
}

#page-case-study .case-person {
	position: absolute;
	right: -100px;
}
#page-case-study #bottom {
	max-width: 830px;
	width: 72%;
	margin: clamp(20px, 2.6vw, 40px) auto;
}
@media screen and (max-width: 1200px) {
	#page-case-study .contBox {
		display: block;
		width: 74%;
	}
	#page-case-study .case-label {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		height: auto;
		min-height: auto;
		flex-direction: row;
		align-items: center;
		gap: 10px;
		border-radius: 0;
		padding: 0.5em 1em;
	}
	#page-case-study .case-response-label.label03 {
		width: 9em;
	}
	#page-case-study .case-title {
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		font-size: clamp(19px, 3vw, 24px);
		margin: 0;
	}

	#page-case-study .case-num {
		margin-bottom: 0;
	}
	#page-case-study .case-person {
		width: 58%;
	}
}
@media screen and (max-width: 900px) {

	#page-case-study .case-situation {
		display: block;
		box-shadow: none;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	#page-case-study .case-situation::before {
		display: none;
	}
	#page-case-study .case-response-label.label03 {
		margin-bottom: 0.6em;
	}

	#page-case-study .case-person {
		width: 55%;
		bottom: 0;
	}
	#page-case-study .case-detail {
		width: auto;
	}

	#page-case-study .case-bottom {
		display: block;
		flex-direction: column;
	}
	#page-case-study .case-response-label {
		display: block;
		width: auto;
	}
	#page-case-study .case-cost-table th,
	#page-case-study .case-cost-table td {
		display: block;
		width: auto;
		padding: 0;
		line-height: 1.4;
	}
	#page-case-study .case-cost-table th {
		margin-top: 0.5em;
	}
	#page-case-study .case-cost-table td {
		margin-bottom: 0.5em;
	}
	#page-case-study .case-person.first {
		bottom: 15%;
	}
}
@media screen and (max-width: 767px) {
	#page-case-study .contBox.left,
	#page-case-study .contBox.right {
		margin-left: auto;
		margin-right: auto;
		position: static;
		left: auto;
		right: auto;
		transform: none;
	}
	#page-case-study .case-content {
		padding: clamp(16px, 2.5vw, 25px) clamp(20px, 4.5vw, 45px);
	}
	#page-case-study .case-situation ul li {
		margin-left: 1.4em;
	}

}
@media screen and (max-width: 500px) {
	#page-case-study .contBox {
		width: 90%;
		margin-bottom: 30px;
	}
	#page-case-study .contBox {
		flex-direction: row;
	}
	#page-case-study .case-top {
		display: block;
		width: auto;
	}
	#page-case-study .case-illust {
		text-align: center;
	}
	#page-case-study .case-person {
		display: none;
	}
}

/* -------------------
工事目安金額　page-cost
------------------- */
#page-cost #inner {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}
#leadBox {
	border: 2px solid #00a7e3;
	border-radius: clamp(10px, 1.3vw, 20px);
	padding: clamp(20px, 2.5vw, 40px) clamp(20px, 4.4vw, 70px);
	margin-top: clamp(20px, 3vw, 40px);
	margin-bottom: clamp(30px, 6.4vw, 100px);
}

#leadBox .leadBox-title {
	background: #00a7e3;
	color: #fff;
	font-size: clamp(16px, 1.8vw, 26px);
	text-align: center;
	padding: 0.1em 1em;
	border-radius: 999px;
	margin-bottom: clamp(16px, 2vw, 24px);
}
#leadBox .leadBox-body {
	padding: 0 0.3em;
}
#leadBox .leadBox-body p {
	font-size: clamp(14px, 1.7vw, 16px);
	line-height: 1.8;
	color: #333;
	margin-bottom: 1em;
}

#leadBox .leadBox-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#leadBox .leadBox-body ul li {
	font-size: clamp(14px, 1.7vw, 15px);
	margin-bottom: 0.2em;
}
#leadBox .leadBox-body ul li span {
	border-bottom: 2px dashed #00a7e3;
}
#page-cost .contBox {
	margin-bottom: clamp(40px, 6.2vw, 100px);
}

#page-cost .contBox-heading {
	display: flex;
	margin-bottom: clamp(10px, 3vw, 36px);
}

#page-cost .contBox-heading h2 {
	width: 56%;
	font-size: clamp(24px, 4vw, 48px);
	line-height: 1.4;
	margin: 0;
	white-space: nowrap;
	position: relative;
}
#page-cost .contBox-heading h2 small {
	font-size: 0.45em;
	vertical-align: middle;
}
#page-cost .contBox-heading h2 span {
	color: #00a7e3;
	position: relative;
	padding-left: 0.5em;
}
#page-cost .contBox-heading h2 span:before {
	content: '';
	width: 7px;
	height: 90%;
	background: #00a7e3;
	border-radius: clamp(2px, 0.16vw, 3px) ;
	position: absolute;
	top: 0.15em;
	bottom: 0;
	left: 0;
	margin: auto;
}
#page-cost .contBox-lead {
	font-size: clamp(16px, 1.5vw, 19px);
	letter-spacing: -0.06em;
}

#page-cost .contBox-body {
	display: grid;
	grid-template-columns: min(640px, 55%) 1fr;
	position: relative;
}

#page-cost .contBox-img img {
	max-width: 640px;
	height: auto;
	display: block;
	border-radius: clamp(10px, 1.3vw, 20px);
}

#page-cost .cost-list {
	background: #fff;
	list-style: none;
	padding: clamp(15px, 2.4vw, 25px) clamp(20px, 2.8vw, 40px);
	margin: 0;
	border-radius: clamp(10px, 1.3vw, 20px);
	position: relative; 
	z-index: 2;
	margin-top: 70%;
	margin-left: clamp(-35%, -20vw, -20%);
	
}

#page-cost .cost-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.1em 0;
	line-height: 1.7;
	gap: 10px;
}

#page-cost .cost-list li::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 2px solid #00a7e3;
	border-radius: 2px;
	flex-shrink: 0;
}
#page-cost .listCont {
	margin-bottom: clamp(40px, 5.5vw, 80px);
}
#page-cost .listCont:last-child {
	margin-bottom: 0;
}
#page-cost .listCont h3 {
	background: #036eb8;
	color: #fff;
	font-size: clamp(21px, 2.2vw, 35px);
	text-align: center;
	border-radius: clamp(7px, 0.6vw, 10px);
	line-height: 1.4;
	padding: 0.2em;
	margin: 0 0 25px;
	position: relative;
}

#page-cost .listCont h3::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 21px solid #036eb8;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

#page-cost .listCont-img {
	margin-bottom: clamp(14px, 2vw, 20px);
}

#page-cost .listCont-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: clamp(12px, 2vw, 18px);
}

#page-cost .listCont-text {
	font-size: clamp(15px, 1.4vw, 18px);
	line-height: 1.8;
	color: #333;
	margin-bottom: 0.7em;
}

#page-cost .listCont-merit {
	list-style: none;
	padding: 0;
	margin: 0 0 clamp(16px, 2vw, 24px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px 20px;
}

#page-cost .listCont-merit li {
	font-size: clamp(15px, 1.4vw, 18px);
	line-height: 1.4;
	padding-left: 1em;
	position: relative;
}
#page-cost .listCont-merit li::before {
	display: none;
}
#page-cost .listCont-merit li::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #00a7e3;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#page-cost .listCont-recommend {
	background: #fbe815;
	font-size: clamp(15px, 1.4vw, 21px);
	font-weight: bold;
	text-align: center;
	padding: 0.2em 1em;
	border-radius: 3px;
	margin-bottom: 0.7em;
	position: relative;
}

#page-cost .listCont-recommend::before,
#page-cost .listCont-recommend::after {
	content: '✦';
	color: #ffe033;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#page-cost .listCont-recommend::before {
	left: -1.2em;
}

#page-cost .listCont-recommend::after {
	right: -1.2em;
}

#page-cost .listCont-price {
	font-size: clamp(20px, 2.5vw, 30px);
	text-align: center;
}

#page-cost .listCont-price span {
	font-size: 1.45em;
	color: #036eb8;
	line-height: 1;
}
#page-cost .cost-name {
	flex: 1;
	font-size: clamp(15px, 2vw, 21px);
	line-height: 1.4;
}
#page-cost .cost-name small {
	font-size: 0.7em;
	vertical-align: middle;
}
#page-cost .cost-price {
	font-size: clamp(22px, 3.2vw, 29px);
	color: #00a4df;
	font-weight: bold;
	white-space: nowrap;
}

#page-cost .cost-price em {
	font-size: 0.65em;
	color: #000;
	font-style: normal;
}

@media screen and (max-width: 767px) {
	#page-cost .contBox-heading {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	#page-cost .contBox-heading h2 {
		width: auto;
	}
	#page-cost .contBox-lead {
		letter-spacing: inherit;
	}
	#page-cost .contBox-lead br {
		display: none;
	}
	#page-cost .contBox-heading h2 span:before {
		width: 5px;
	}
	#page-cost .contBox-body {
		grid-template-columns: 1fr;
	}

	#page-cost .contBox-img img {
		max-width: 100%;
		margin: auto;
	}

	#page-cost .cost-list {
		padding: 0;
		margin: clamp(20px, 1vw, 30px) 0 0;
		border-radius: 0;
	}
	#page-cost .listCont-merit {
		display: block;
	}
	#page-cost .listCont-merit li {
		padding-top: 0.3em;
		padding-bottom: 0.3em;
	}
}
@media screen and (max-width: 500px) {
	#page-cost .contBox-heading h2 {
		font-size: 25px;
	}
	#page-cost .contBox-heading h2 small {
		0.6em;
	}
	#page-cost .contBox-heading h2 span:before {
		width: 4px;
	}
	#page-cost .listCont-text {
		line-height: inherit;
	}
	#page-cost .listCont h3::after {
		display: none;
	}
	#page-cost .listCont h3 {
		margin-bottom: 15px;
	}
	#page-cost .listCont-recommend {
		padding-left: 0;
		padding-right: 0;
	}
	
}
/* -------------------
ご依頼から完了まで　page-flow
------------------- */
#page-flow #inner {
	max-width: 1000px;
	width: 90%;
	margin: clamp(30px, 4.8vw, 70px) auto 0;
}

#page-flow .flow-item {
	display: flex;
	align-items: center;
	gap: 0;
	position: relative;
}

#page-flow .flow-num {
	font-size: clamp(42px, 5vw, 68px);
	font-weight: bold;
	color: #00a7e3;
	line-height: 1;
	flex-shrink: 0;
	background: #fff;
	padding: 0.05em;
	border-radius: clamp(6px, 1vw, 10px);
	position: absolute;
	top: -0.5em;
	left: 0;
	z-index: 2;
}

#page-flow .flow-content {
	flex: 1;
	border: 4px solid #00a7e3;
	border-radius: 999px;
	display: flex;
	align-items: center;
	gap: clamp(16px, 2vw, 30px);
	padding: 15px clamp(20px, 4.8vw, 70px) 18px;
	position: relative;
}

#page-flow .flow-icon {
	flex-shrink: 0;
	width: clamp(60px, 5vw, 86px);
}

#page-flow .flow-icon img {
	width: 100%;
	height: auto;
	display: block;
}

#page-flow .flow-text {
	flex: 1;
}

#page-flow .flow-title {
	font-size: clamp(17px, 1.8vw, 22px);
	color: #00a7e3;
	display: inline;
	background: linear-gradient(transparent 60%, #ffe033 60%);
	line-height: 1.8;
}

#page-flow .flow-desc {
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.8;
	margin-top: 0.5em;
}

#page-flow .flow-arrow {
	display: flex;
	justify-content: flex-start;
	margin: clamp(15px, 1.4vw, 20px) clamp(20px, 2.1vw, 30px) ;
	padding-bottom: clamp(35px, 3.5vw, 50px);
}

#page-flow .flow-arrow span {
	display: block;
	/* サイズは1.3倍のまま維持 */
	width: clamp(21px, 2.6vw, 31px);
	height: clamp(21px, 2.6vw, 31px);
	/* 線の太さを4pxに指定 */
	border-right: 4px solid #00a7e3;
	border-bottom: 4px solid #00a7e3;
	transform: rotate(45deg);
	position: relative;
}

#page-flow .flow-arrow span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	/* 線の太さを4pxに指定 */
	border-right: 4px solid #00a7e3;
	border-bottom: 4px solid #00a7e3;
	position: absolute;
	/* 矢印の間隔を少し開ける調整 */
	top: 15px;
	left: 15px;
}
@media screen and (max-width: 767px) {
	#page-flow .flow-arrow {
		justify-content: center;
		padding-left: 0;
	}
}
@media screen and (max-width: 667px) {
	#page-flow .flow-content {
		border-radius: clamp(16px, 4vw, 30px);
		padding: clamp(14px, 3vw, 20px);
		gap: 12px;
	}

	#page-flow .flow-icon {
		width: clamp(44px, 13vw, 70px);
	}
}
@media screen and (max-width: 500px) {
	#page-flow .flow-arrow {
		margin: 0;
		padding-bottom: 25px;
	}
	#page-flow .flow-content {
		padding: 1.4em 1.2em 1em;
	}
	#page-flow .flow-icon {
		position: absolute;
		top: 2px;
		right: 4px;
		z-index: 2;
	}
}
/* -------------------
よくある質問　page-faq
------------------- */
#page-faq #inner {
	max-width: 1000px;
	width: 90%;
	margin: clamp(30px, 6vw, 80px) auto;
}
.faq-answer {
	display: none;
	padding: 1em 1.3em;
	background: #dbf7fe;
	border-radius: clamp(10px, 1.2vw, 15px);
	margin-top: clamp(5px, 0.8vw, 8px);
}

.faq-answer .answer-content {
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.8;
	color: #000;
}

.faq-item {
	padding: 10px 0;
}

.ac-btn {
	cursor: pointer;
	padding: clamp(10px, 1.6vw, 18px) clamp(80px, 8vw, 100px) clamp(10px, 1.6vw, 18px) 0;
	border-bottom: none;
	position: relative;
	font-size: clamp(17px, 2vw, 24px);
	font-weight: bold;
	color: #000;
	display: flex;
	align-items: center;
	gap: clamp(13px, 1.5vw, 20px);
}

.ac-btn > span:first-child {
	font-size: clamp(22px, 4vw, 44px);
	color: #036eb8;
	line-height: 1;
	flex-shrink: 0;
}
.ac-btn .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(20px, 2vw, 30px);
	height: clamp(20px, 2vw, 30px);
	color: #00a7e3;
}
.ac-btn .icon::before,
.ac-btn .icon::after {
	content: '';
	display: block;
	position: absolute;
	background: #00a7e3;
	border-radius: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ac-btn .icon::before {
	width: clamp(20px, 2vw, 30px);
	height: 3px;
}

.ac-btn .icon::after {
	width: 3px;
	height: clamp(20px, 2vw, 30px);
	transition: transform 0.3s;
}

.ac-btn.active .icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* -------------------
会社案内　page-company
------------------- */
#page-company #inner {
	max-width: 1000px;
	width: 90%;
	margin: clamp(30px, 4vw, 50px) auto;
}
#page-company #inner #greeitng  {
	margin-bottom: clamp(40px, 6vw, 80px);
}
#page-company #inner #greeitng  .greeitng-visual {
	display: flex;
	align-items: stretch;
	border-radius:  clamp(12px, 2vw, 20px);
	overflow: hidden;
	margin-bottom: max(-60px, calc(-30px - 3vw));
}
#page-company #inner #greeitng  .greeitng-photo {
	flex: 0 0 50%;
	background: #e8e8e8;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-top: clamp(20px, 4.5vw, 55px);
}

#page-company #inner #greeitng  .greeitng-photo img {
	width: 100%;
	max-width: 310px;
	height: auto;
	max-height: 526px;
	object-fit: contain;
	display: block;
}

#page-company #inner #greeitng  .greeitng-title-wrap {
	flex: 1;
	background: #2a6496;
	padding: clamp(30px, 4vw, 60px) clamp(24px, 4vw, 50px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#page-company #inner #greeitng  .message-title {
	position: relative;
	margin-bottom: clamp(5px, 2vw, 20px);
	order: 1
}

#page-company #inner #greeitng  .message-title .message-roof {
	display: block;
}

#page-company #inner #greeitng  .message-title h2 {
	display: inline-block;
	font-size: clamp(42px, 5vw, 60px);
	color: #fff;
	margin: 0;
	line-height: 1.4;
	position: relative;
}
#page-company #inner #greeitng  .message-title h2 small {
	display: inline-block;
	font-size: 0.53em;
	color: #fff;
	font-weight: normal;
	margin-left: 0.2em;
	position: relative;
}
#page-company #inner #greeitng  .message-title h2 small span {
	display: block;
	font-size: clamp(11px, 1.2vw, 15px);
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding-left: 0.3em;
}

#page-company #inner #greeitng  .message-title h2 br.sp-only {
	display: none;
}

#page-company #inner #greeitng  .greeitng-name {
	font-size: clamp(31px, 3.5vw, 36px);
	color: #fff;
	text-align: center;
	order: 2;
}

#page-company #inner #greeitng  .greeitng-name span {
	font-size: clamp(20px, 2vw, 23px);
	margin-right: 1em;
}

#page-company #inner #greeitng  .greeitng-body {
	background: #fff;
	border-radius: clamp(12px, 2vw, 20px);
	padding: clamp(30px, 4vw, 50px) clamp(30px, 4vw, 50px);
	font-size: clamp(15px, 1.2vw, 16px);
	line-height: 1.9;
	color: #333;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	position: relative;
	z-index: 1;
	width: 85%;
	margin: 0 auto;
}

#page-company #inner #greeitng  .greeitng-body p {
	margin-bottom: 1.4em;
}

#page-company #inner #greeitng  .greeitng-body p:last-child {
	margin-bottom: 0;
}
#page-company #inner #outline {
	margin-bottom: clamp(30px, 4.5vw, 80px);
}

#page-company #inner #outline .outline-wrap {
	display: flex;
	gap: clamp(30px, 4vw, 60px);
	align-items: flex-start;
}

#page-company #inner #outline .outline-photo {
	flex: 0 0 45%;
}

#page-company #inner #outline .outline-photo img {
	width: 100%;
	height: auto;
	border-radius: clamp(12px, 2vw, 20px);
	display: block;
}

#page-company #inner #outline .outline-table-wrap {
	flex: 1;
}

#page-company #inner #outline .outline-table {
	width: 100%;
	border-collapse: collapse;
	font-size: clamp(15px, 1.2vw, 16px);
}

#page-company #inner #outline .outline-table tr {
	border-bottom: 1px solid #e8e8e8;
}

#page-company #inner #outline .outline-table tr:first-child {
	border-top: 1px solid #e8e8e8;
}
#page-company #inner #outline .outline-table tr:last-child {
	border-bottom: none;
}

#page-company #inner #outline .outline-table th,
#page-company #inner #outline .outline-table td {
	padding: clamp(14px, 2vw, 22px) 0;
	vertical-align: top;
	line-height: 1.8;
	text-align: left;
	font-weight: 500;
}

#page-company #inner #outline .outline-table th {
	white-space: nowrap;
	width: 30%;
	padding-right: 1.3em;
}
#page-company #inner #outline .outline-table td a {
	color: #000;
}
#page-company #inner #outline .outline-table td a:hover {
	color: #0086a8;
	text-decoration: none;
}
#page-company #inner #outline .outline-contact p {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
}
#page-company #inner #outline .outline-contact p:last-child {
	margin-bottom: 0;
}
#page-company #inner #outline .contact-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: clamp(13px, 1vw, 14px);
	padding: 2px 10px;
	border-radius: clamp(3px, 0.5vw, 5px);
	min-width: 52px;
	background: #0086a8;
	outline: 1px solid #fff;
	outline-offset: -2px;
}
#page-company #inner #access {
	margin-bottom: clamp(40px, 6vw, 80px);
	position: relative;
}
#page-company #inner #access #object {
	width: clamp(130px, 15vw, 230px);
	height: auto;;
	position: absolute;
	top: clamp(-75px, -5vw + 20px, -23px);
	right: clamp(2px, 0.8vw, 7px);
}
#page-company #inner #access .access-wrap {
	border: clamp(3px, 1vw, 5px) solid #036eb8;
	border-radius: clamp(10px, 2vw, 20px);
	overflow: hidden;
}

#page-company #inner #access .access-title {
	background: #036eb8;
	text-align: center;
	padding: 0.6em 1.3em 0.4em;
}

#page-company #inner #access .access-title h2 {
	font-size: clamp(24px, 4vw, 40px);
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin: 0;
}

#page-company #inner #access .access-title p {
	font-size: clamp(12px, 1.2vw, 14px);
	color: #fff;
	font-weight: bold;
}

#page-company #inner #access .access-inner {
	padding: clamp(24px, 3vw, 40px);
}
#page-company #inner #access .access-inner .link01 {
	text-align: right;
}
#page-company #inner #access .access-inner .link01 a {
	color: #000;
}
#page-company #inner #access .access-inner .link01 a span {
	font-size: 1em;
}

#page-company #inner #access .access-map {
	width: 100%;
	aspect-ratio: 16 / 7;
	margin-bottom: 12px;
}

#page-company #inner #access .access-map iframe {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
}

#page-company #inner #access .access-info {
	display: flex;
	gap: clamp(20px, 4vw, 60px);
}

#page-company #inner #access .access-info-item {
	flex: 1;
}

#page-company #inner #access .access-info-item h3 {
	font-size: clamp(17px, 2.4vw, 18px);
	font-weight: bold;
	color: #333;
	border-left: 4px solid #036eb8;
	padding: 0.3em 0 0.3em 1em;
	line-height: 1.4;
	margin: 0 0 clamp(10px, 2.4vw, 20px);
}

#page-company #inner #access .access-info-item p {
	font-size: 15px;
	line-height: 1.8;
}

@media screen and (max-width: 667px) {
	#page-company #inner #greeitng  .greeitng-visual {
		flex-direction: column-reverse;
		margin-bottom: -20px;
	}

	#page-company #inner #greeitng  .greeitng-photo {
		flex: none;
		height: auto;
		overflow: visible;
	}
	#page-company #inner #greeitng  .greeitng-photo img {
		width: 100%;
		max-width: 240px;
		height: auto;
		object-fit: contain;
		display: block;
		margin: 0 auto;
	}
	#page-company #inner #greeitng  .greeitng-body {
		width: 92%;

	}
	#page-company #inner #greeitng  .message-title h2 br.sp-only {
		display: block;
	}
	#page-company #inner #outline .outline-wrap {
		flex-direction: column;
	}

	#page-company #inner #outline .outline-photo {
		flex: none;
		width: 100%;
	}
	#page-company #inner #access .access-map {
		aspect-ratio: 4 / 3;
	}

	#page-company #inner #access .access-info {
		flex-direction: column;
		gap: 24px;
	}
}
/* -------------------
施工事例　archive-worsk
------------------- */
#archiveWorks {
	max-width: 1310px;
	width: 90%;
	margin: auto;
}

#archiveWorks #title-wrap {
	background: url("images/works_bg_title.png") no-repeat center center;
	background-size: min(1000px, 100%) auto;
	height: clamp(180px, 30vw, 384px);
	text-align: center;
	position: relative;
}

#archiveWorks #title-wrap:before {
	content: '';
	background: url("images/ob06.png") no-repeat;
	background-size: contain;
	width: clamp(89px, 21vw, 275px);
	height: clamp(86px, 20.3vw, 266px);
	position: absolute;
	left: 0;
	bottom: clamp(0px, -1.5vw, -20px);
	z-index: 3;
}

#archiveWorks #title-wrap:after {
	content: '';
	background: url("images/ob04.png") no-repeat;
	background-size: min(32vw, 401px) min(24.6vw, 308px);;
	width: clamp(130px, 32vw, 401px);
	height: clamp(100px, 24.6vw, 308px);
	position: absolute;
	right: clamp(-14px, -5vw, -37px);
	bottom: 0;
	z-index: 3;

}

#archiveWorks #title-wrap h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: clamp(180px, 30vw, 384px);
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
}

#archiveWorks #title-wrap h2 img {
	display: block;
	width: auto;
	height: clamp(70px, 16vw, 191px);
	max-width: 100%;
	margin: 0 auto;
}

#archiveWorks #title-wrap h2:after {
	content: '';
	background: url("images/works_fukidashi.png") no-repeat;
	background-size: contain;
	width: clamp(130px, 22vw, 281px);
	height: clamp(70px, 12vw, 150px);
	position: absolute;
	right: 146px;
	top: -27px;
}
@media screen and (max-width: 1310px) {
	#archiveWorks #title-wrap h2:after {
		content: '';
		background: url("images/works_fukidashi.png") no-repeat;
		background-size: contain;
		width: clamp(130px, 22vw, 281px);
		height: clamp(70px, 12vw, 150px);
		position: absolute;
		right: clamp(30px, 6vw, 146px);
		top: clamp(-80px, -6.8vw, -25px);
		z-index: 3;
	}
	
}
@media screen and (max-width: 1200px) {
	#archiveWorks #title-wrap {
		background-size: 90%;
	}
}
@media screen and (max-width: 767px) {
	#archiveWorks #title-wrap:before {
		top: 0;
		margin: auto;
	}
	#archiveWorks #title-wrap:after {
		top: 0;
		margin: auto;

	}
}

#archiveWorks .categoryCont {
	background: #dfe6eb;
	border-left: clamp(5px, 1vw, 7px) solid #036eb8;
	padding: clamp(14px, 2vw, 20px) clamp(16px, 2.5vw, 30px);
	margin: clamp(10px, 1.2vw, 15px) 0;
}

#archiveWorks .categoryCont.area {
	background: #dfebe4;
	border-color: #4cbcc6;
}

#archiveWorks .categoryCont-inner {
	display: flex;
	align-items: center;
}

#archiveWorks .categoryCont-label {
	display: flex;
	width: 230px;
	align-items: center;
	white-space: nowrap;
	flex-shrink: 0;
}

#archiveWorks .categoryCont-label figure {
	display: inline-block;
	align-content: center;
	width: clamp(54px, 6vw, 85px);
	height: clamp(51px, 6vw, 100px);
	margin: 0;
	line-height: 1;
}

#archiveWorks .categoryCont-label span {
	font-size: clamp(18px, 1.2vw, 23px);
	font-weight: bold;
	color: #036eb8;
	position: relative;
	left: clamp(-38px, -2.5vw + 10px, -20px);
}
#archiveWorks .area .categoryCont-label span {
	color: #4cbcc6;
}
.categoryCont-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#archiveWorks .categoryCont-list.category {
	position: relative;
	top: inherit;
	left: inherit;
}
#archiveWorks .area .categoryCont-list.category li {
	background: #4cbcc6;
}
#archiveWorks .categoryCont-list.category li a {
	font-size: clamp(15px, 1.2vw, 18px);
	padding: 0.3em 1.5em;
}
#archiveWorks .area .categoryCont-list.category li a:hover {
	color: #4cbcc6;
}
.pc-only {
	display: flex;
}

.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	
	.sp-only {
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 16px;
		border: 1px solid #ddd;
		border-radius: 5px;
	}
}
@media screen and (max-width: 667px) {
	#archiveWorks .categoryCont{
		margin-top: clamp(-45px, -2vw + 30px, -30px);
	}
	#archiveWorks .categoryCont + .categoryCont {
		margin-top: inherit;
	}
	#archiveWorks .categoryCont-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	#archiveWorks .categoryCont-label {
		margin-bottom: 10px;
	}
}	
#archiveWorks #works-card-wrap {
	margin-top: clamp(30px, 5.2vw, 100px);
}

#archiveWorks .works-slider-card {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* PC: 3列 */
	gap: clamp(30px, 4vw, 60px) ; /* 行間 列間 */
}

#archiveWorks .works-slide-item {
	border-width: clamp(4px, 0.35vw, 6px);
	margin: 0; /* グリッドなのでmarginは不要 */
	width: 100%; /* グリッド内で100% */
	max-width: 100%; /* max-widthも100% */
	padding: 10px;
}
#archiveWorks .before-wrap {
	border-width: clamp(3px, 0.35vw, 5px);
	
}

#archiveWorks .category li a {
	font-size: clamp(14px, 0.8vw, 15px);
}

#archiveWorks .works-title a {
	font-size: clamp(17px, 1vw, 19px);
	
}
@media screen and (max-width: 767px) {

	#archiveWorks .works-slider-card {
		grid-template-columns: repeat(2, 1fr); /* タブレット: 2列 */
	}
}
@media screen and (max-width: 500px) {
	#archiveWorks .works-slider-card {
		grid-template-columns: 1fr; /* スマホ: 1列 */
		gap: 30px 0;
	}
	#archiveWorks .works-slide-item {
		max-width: 84%;
		margin: 0 auto; /* 中央寄せ */
	}
	
}
/* -------------------
施工事例詳細　single-worsk
------------------- */
#singleWorks {
	max-width: inherit;
	width: 100%;
	background: #e5e2dd;
	padding: clamp(20px, 3vw, 40px) 0;
	margin-bottom: clamp(30px, 3.4vw, 50px)
}
#singleWorks #singleBox {
	background: #fff;
	max-width: 1000px;
	width: 90%;
	margin: auto;
	border: clamp(4px, 1vw, 6px) solid #00a4df;
	border-radius: clamp(12px, 2vw, 20px);
	padding: clamp(24px, 3vw, 40px) clamp(24px, 4vw, 70px);
}

#singleWorks #singleBox .single-header {
	margin-bottom: clamp(20px, 3vw, 36px);
	position: relative;
}
#singleWorks #singleBox .single-header .category {
	top: -5px;
	left: 6.5em;
	
}
#singleWorks #singleBox .single-title {
	font-size: clamp(20px, 2.1vw, 30px);
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	margin-top: 12px;
	margin-bottom: clamp(20px, 3vw, 50px);
}
#singleWorks .works-date {
	font-size: clamp(16px, 1.5vw, 18px);
}
#singleWorks #singleBox .single-images {
	display: flex;
	gap: clamp(16px, 3vw, 40px);
	align-items: flex-start;
	margin-bottom: clamp(24px, 3vw, 40px);
}
#singleWorks .label-after {
	top: max(-29px, calc(-20px - 1.6vw));
}
#singleWorks .label-before {
	font-size: clamp(21px, 2vw, 30px);
	border: clamp(2px, 1vw, 3px) solid #00a4df;
}
#singleWorks #singleBox .single-before {
	flex: 0 0 38%;
	position: relative;
}

#singleWorks #singleBox .single-after {
	flex: 1;
	position: relative;
}

#singleWorks #singleBox .single-before img,
#singleWorks #singleBox .single-after img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	border-radius: clamp(7px, 3vw, 10px);
}

#singleWorks #singleBox .single-body {
	font-size: clamp(15px, 1.4vw, 16px);
	line-height: 1.6;
	color: #333;
	margin-bottom: clamp(24px, 3vw, 40px);
}

#singleWorks #singleBox .single-body p {
	margin-bottom: 1.3em;
}

#singleWorks #singleBox .single-process-title {
	background: #00a4df;
	color: #fff;
	font-size: clamp(18px, 2vw, 27px);
	font-weight: bold;
	text-align: center;
	padding: 0.2em 1.3em;
	border-radius: clamp(6px, 0.5vw, 8px);
	margin-bottom: clamp(15px, 1vw, 20px);
}

#singleWorks #singleBox .single-process-list {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(16px, 2.5vw, 30px);
	list-style: none;
	padding: 0;
	margin: 0;
}

#singleWorks #singleBox .single-process-item {
	flex: 0 0 calc(33.333% - clamp(11px, 1.7vw, 20px));
}

#singleWorks #singleBox .process-img a {
	display: block;
	cursor: zoom-in;
	overflow: hidden;
	border-radius: 6px;
	aspect-ratio: 4 / 3;
}

#singleWorks #singleBox .process-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 6px;
	margin-bottom: 10px;
	transition: transform 0.3s ease;
}
#singleWorks #singleBox .process-num {
	display: flex;
	align-items: center;
	font-size: clamp(16px, 1vw, 20px);
	font-weight: bold;
}

#singleWorks #singleBox .process-num span {
	color: #00a4df;
	font-size: 1.5em;
	margin-right: 0.2em;
}

#singleWorks #singleBox .process-text {
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (max-width: 667px) {
	#singleWorks #singleBox .single-images {
		flex-direction: column;
	}

	#singleWorks #singleBox .single-before {
		flex: none;
		width: 100%;
	}

	#singleWorks #singleBox .single-process-item {
		flex: 0 0 100%;
	}
	#singleWorks .label-before,
	#singleWorks .label-after {
		transform: inherit;
		left: 3%;
		width: 120px;
		margin: 0;
		top: 8px;
	}
}
@media screen and (max-width: 500px) {
	#singleWorks #singleBox .single-header .category {
		left: inherit !important;
		right: 0;
	}

	#singleWorks #singleBox .process-text {
		font-size: 15px;
	}
	#singleWorks .link02 a {
		margin-bottom: 0;
	}
}
#lightbox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
}

#lightbox-overlay.is-open {
	display: flex;
	background: rgba(0, 0, 0, 0.85);
}

#lightbox-inner {
	position: relative;
	max-width: 1024px;
	width: 90%;
	opacity: 0;
	transform: scale(0.85);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

#lightbox-overlay.is-open #lightbox-inner {
	opacity: 1;
	transform: scale(1);
}

.process-img a {
	display: block;
	cursor: zoom-in;
	overflow: hidden;
	border-radius: 6px;
}

.process-img a img {
	transition: transform 0.3s ease;
}

.process-img a:hover img {
	transform: scale(1.2);
}
#lightbox-close {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 40px;
	height: 40px;
	background: #00a4df;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	transition: transform 0.2s ease;
}

#lightbox-close:hover {
	transform: scale(1.4);
}
/* -------------------
見積もり依頼　page-contact
------------------- */
#page-contact #inner {
	max-width: 1000px;
	width: 90%;
	margin: clamp(5px, 3vw, 30px) auto;
}

#page-contact .contact-lead {
	text-align: center;
	font-size: clamp(14px, 1.2vw, 16px);
	margin-bottom: 2em;
}

#page-contact .contact-block {
	margin-bottom: clamp(30px, 4vw, 60px);
}

#page-contact .contact-block-title {
	font-size: clamp(18px, 2vw, 26px);
	text-align: center;
	padding: 0.5em;
	border-radius: clamp(7px, 1vw, 10px);
	margin-bottom: clamp(16px, 2vw, 24px);
}

#page-contact .contact-block-title span {
	display: block;
	max-width: clamp(280px, 35vw, 500px);
	background: #fff;
	border-radius: clamp(4px, 0.5vw, 7px);
	padding: 0.2em clamp(1em, 2vw, 3em);
	margin: auto;
}

#page-contact .tel-block .contact-block-title {
	background: #036eb8;
}

#page-contact .form-block .contact-block-title {
	background: #00a7e3;
}

#page-contact .contact-block-text {
	text-align: center;
	font-size: clamp(15px, 1.6vw, 18px);
	font-weight: bold;
	color: #000;
}

#page-contact .form-lead {
	text-align: center;
	font-size: clamp(14px, 1.8vw, 16px);
	line-height: 1.8;
	color: #000;
	margin-bottom: clamp(20px, 3vw, 36px);
}

#page-contact .form-lead a {
	color: #036eb8;
	font-weight: bold;
	text-decoration: underline;
	transition: opacity 0.2s ease;
}

#page-contact .form-lead a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#page-contact .privacy-link {
	color: #036eb8;
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	gap: 2px;
}

#page-contact .privacy-link .material-symbols-outlined {
	font-size: 18px;
	color: #036eb8;
	vertical-align: middle;
}

#page-contact .form-wrap {
	border: clamp(4px, 1vw, 5px)  solid #00a7e3;
	border-radius: clamp(15px, 2.4vw, 30px) ;
	padding: clamp(24px, 4vw, 60px) clamp(24px, 5vw, 80px);
}

#page-contact .form-table {
	width: 100%;
	border-collapse: collapse;
}

#page-contact .form-table tr {
	border-bottom: 1px solid #ddd;
}

#page-contact .form-table th,
#page-contact .form-table td {
	padding: clamp(16px, 2vw, 24px) 0;
	vertical-align: middle;
	font-size: clamp(15px, 1.6vw, 18px);
	color: #000;
	font-weight: 500;
	text-align: left;
}
#page-contact .form-table th {
	width: 36%;
	font-weight: bold;
	vertical-align: top
}
#page-contact .required {
	display: inline-block;
	background: #ff9933;
	color: #fff;
	font-size: clamp(12px, 1vw, 13px);
	font-weight: bold;
	padding: 0.2em 0.6em;
	border-radius: 3px;
	margin-left: 0.5em;
	margin-bottom: 0.4em;
	vertical-align: middle;
}

#page-contact .form-table input[type="text"],
#page-contact .form-table input[type="tel"],
#page-contact .form-table input[type="email"] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #aaa;
	padding: 8px 4px;
	font-size: clamp(15px, 1.6vw, 18px);
	outline: none;
	background: transparent;
}

#page-contact .form-table input[type="text"]::placeholder,
#page-contact .form-table input[type="tel"]::placeholder,
#page-contact .form-table input[type="email"]::placeholder {
	color: #aaa;
}
#page-contact .form-table textarea {
	width: 100%;
	border: 1px solid #aaa;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: clamp(15px, 1.6vw, 18px);
	color: #000;
	outline: none;
	background: transparent;
	resize: vertical;
	line-height: 1.8;
}
#page-contact .form-table input[type="checkbox"] {
	width: clamp(18px, 1.6vw, 24px);
	height: clamp(18px, 1.6vw, 24px);
	cursor: pointer;
	flex-shrink: 0;
}
#page-contact .form-table textarea::placeholder {
	color: #aaa;
}
#page-contact .form-table label {
	display: inline-flex;
	gap: 4px;
	margin-right: 16px;
	margin-bottom: 8px;
	font-size: clamp(15px, 1.6vw, 18px);
	color: #000;
}

#page-contact .zip-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

#page-contact .zip-wrap input {
	border: none;
	border-bottom: 1px solid #aaa;
	padding: 6px 4px;
	width: 80px;
	font-size: clamp(15px, 1.6vw, 18px);
	outline: none;
}

#page-contact .zip-wrap button {
	background: transparent;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 4px 12px;
	font-size: clamp(15px, 1.6vw, 18px);
	cursor: pointer;
	color: #000;
}

#page-contact .address-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#page-contact .address-wrap label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: clamp(15px, 1.6vw, 18px);
	font-weight: 500;
	margin: 0.5em 0;
}

#page-contact .address-wrap input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #aaa;
	padding: 8px 4px;
	font-size: clamp(15px, 1.6vw, 18px);
	color: #000;
	outline: none;
	background: transparent;
}
#page-contact .zip-wrap input.zip1 {
	width: 4em;
}

#page-contact .zip-wrap input.zip2 {
	width: 5em;
}
#page-contact .address-wrap select {
	border: none;
	border-bottom: 1px solid #aaa;
	padding: 6px 4px;
	font-size: clamp(15px, 1.6vw, 18px);
	outline: none;
	background: transparent;
}

#page-contact .form-submit {
	text-align: center;
	margin-top: clamp(24px, 3vw, 40px);
}
#page-contact .submit-btn {
	display: block;
	background: #00a7e3;
	color: #fff;
	font-size: clamp(14px, 2vw, 22px);
	font-weight: 500;
	padding: clamp(0.9em, 1vw, 1em) 0.5em;
	border-radius: clamp(6px, 1vw, 10px);
	width: 100%;
	max-width: 100%;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	border: solid clamp(2px, 0.3vw, 3px) #fff;
	cursor: pointer;
	text-align: center;
}

#page-contact .submit-btn:hover {
	background: #fff;
	color: #00a7e3;
	border-color: #00a7e3;
}

#page-contact .form-submit.link02.reverse {
	max-width: 500px;
	width: 64%;
	margin: clamp(13px, 2.5vw, 30px) auto 0;
	position: relative;
}

#page-contact .form-submit.link02.reverse::after {
	content: '';
	width: clamp(25px, 3vw, 35px);
	height: clamp(25px, 3vw, 35px);
	background: #fff;
	border-radius: clamp(4px, 0.5vw, 6px);
	position: absolute;
	right: clamp(8px, 1vw, 15px);
	top: 35%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: background 0.3s ease;
}

#page-contact .form-submit.link02.reverse::before {
	content: '';
	width: clamp(6px, 0.8vw, 10px);
	height: clamp(6px, 0.8vw, 10px);
	border-top: 2px solid #00a7e3;
	border-right: 2px solid #00a7e3;
	position: absolute;
	right: clamp(19px, 2.5vw, 31px);
	top: 35%;
	transform: translate(0, -50%) rotate(45deg);
	z-index: 1;
	pointer-events: none;
	transition: border-color 0.3s ease;
}

#page-contact .form-submit.link02.reverse:hover::after {
	background: #00a7e3;
}

#page-contact .form-submit.link02.reverse:hover::before {
	border-color: #fff;
}

#page-contact .wpcf7 form.invalid .wpcf7-response-output, 
#page-contact .wpcf7 form.unaccepted .wpcf7-response-output,
#page-contact .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #fee2e2;
	background: #fee2e2;
	font-size: 1em;
	color: #dc3232;
	font-weight: bold;
	width: 30em;
	margin: 0 auto;
}
#page-contact .wpcf7-not-valid-tip {
	display: inline-block;
	background: #fee2e2;
	font-size: 0.92em;
	font-weight: bold;
	margin-top: 0.3em;
	padding: 0 0.5em;
}
@media screen and (max-width: 1000px) {
	#page-contact .submit-btn {
		padding: 1.3em 1em;
	}
}
@media screen and (max-width: 767px) {
	#page-contact .wpcf7 form.invalid .wpcf7-response-output, 
	#page-contact .wpcf7 form.unaccepted .wpcf7-response-output,
	#page-contact .wpcf7 form.payment-required .wpcf7-response-output {
		font-size: 0.83em;
		width: auto;
		margin-top: -1.5em;
		margin-bottom: 0.8em;
	}
}
@media screen and (max-width: 667px) {
	#page-contact .form-table th,
	#page-contact .form-table td {
		display: block;
		width: 100%;
	}

	#page-contact .form-table th {
		padding-bottom: 4px;
	}
}
@media screen and (max-width: 500px) {
	#page-contact .form-wrap {
		padding-bottom: 0;
	}
	#page-contact .form-table th {
		padding-bottom: 0;
	}
	#page-contact .form-table td {
		padding-top: 0;
		padding-bottom: 0;
	}	
	
	#page-contact .contact-lead {
		text-align: left;
		margin-bottom: 1.3em;
	}
	#page-contact .form-lead {
		text-align: left;
	}
	#page-contact .form-submit.link02.reverse {
		width: auto;
	}
}
/* -------------------
送信完了　page-thanks
------------------- */
#page-thanks #inner {
	max-width: 1000px;
	width: clamp(84%, 7vw, 90%);
	margin: auto;
	
}

#page-thanks .thanks-hero {
	display: flex;
	align-items: center;
	gap: clamp(20px, 4vw, 60px);
	padding: clamp(20px, 4vw, 50px) 0 0;
	margin-bottom: clamp(15px, 1.6vw, 20px);
}

#page-thanks .thanks-photo {
	flex-shrink: 0;
	width: clamp(160px, 22vw, 222px);

}

#page-thanks .thanks-photo img {
	height: auto;
	display: block;
}

#page-thanks .thanks-message {
	flex: 1;
}

#page-thanks .thanks-title {
	display: inline;
	font-size: clamp(17px, 3.2vw, 32px);
	font-weight: bold;
	line-height: 2.2;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0.2em 0.4em;
}
#page-thanks .thanks-title.sp {
	display: none;
}
#page-thanks .thanks-title span {
	display: inline;
	background: #dbf7fe;	
}
#page-thanks .thanks-title small {
	font-size: 1em;
}
#page-thanks .thanks-body {
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.8;
}

#page-thanks .thanks-body p {
	margin-bottom: 1.5em;
}
#cacthSP.pageThanks:before {
	display: none;
}
@media screen and (max-width: 1200px) {
	#page-thanks .thanks-title br {
		display: none;
	}
}
@media screen and (max-width: 667px) {
	#page-thanks .thanks-photo {
		width: clamp(150px, 44vw, 200px);
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	#page-thanks .thanks-message {
		display: flex;
		justify-content: center;
		gap: 1em;
		width: 100%;
	}

	#page-thanks .thanks-title {
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		line-height: 1.2;
	}
	#page-thanks .thanks-title span {
		padding: 0.5em;
	}
	#page-thanks .thanks-title small {
		display: none;
	}
	#page-thanks .thanks-title.sp {
		display: block;
	}
}
/* -------------------
プライバシーポリシー　page-privacy-policy
------------------- */
#page-privacy-policy #inner{
	max-width: 1000px;
	width: 90%;
	margin: 30px auto 0;
}
#page-privacy-policy .privacy-item {
	margin-bottom: clamp(24px, 3vw, 40px);
}

#page-privacy-policy .privacy-title {
	display: flex;
	align-items: center;
	font-size: clamp(15px, 1.6vw, 18px);
	font-weight: bold;
	border: 1px solid #ddd;
	border-radius: clamp(8px, 1vw, 12px);
	padding: clamp(10px, 1.2vw, 16px) clamp(14px, 2vw, 24px);
	line-height: 1.4;
}

#page-privacy-policy .privacy-num {
	font-size: clamp(19px, 1.8vw, 26px);
	color: #036eb8;
	border-left: 5px solid #00a7e3;
	padding-left: 0.5em;
	margin-right: 0.3em;
}

#page-privacy-policy .privacy-text {
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.8;
	padding: 0 0.5em;
}

