@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body * {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
/* -----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/
/* ヘッダー */
.l-header__inner.l-container {
	max-width: 100%;
}
.l-header__barInner.l-container {
    max-width: 100%;
}
.c-gnav .sub-menu {
	width: 17em;
}
/* メニュー */
@media screen and (min-width: 960px) {
	#header nav#gnav {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	#header .c-gnav {
		height: 60%;
		align-items: center;
	}
	#header .c-gnav>.menu-item>a {
		padding: 0 15px;
	}
	#header .c-gnav>.menu-item>a .ttl {
		font-size: 16px;
	}
	#header .c-gnav li:last-child a {
		padding-right: 0;
	}
	#header ul.header-sub-menu {
		height: 40%;
		display: flex;
		gap: 10px;
		justify-content: flex-end;
		align-items: flex-end;
	}
	ul.header-sub-menu li a {
		padding: 7px 25px;
		font-size: 14px;
		transition: .3s;
		border-radius: 20px;
		display: flex;
		align-items: center;
		gap: 5px;
		line-height: 1;
	}
	ul.header-sub-menu li.line a {
		background-color: #2FB900;
		border: 1px solid #2FB900;
		color: #FFFFFF;
	}
	ul.header-sub-menu li.mail a {
		background-color: #FDD137;
		border: 1px solid #FDD137;
		color: #2B2B2B;
	}
	#header ul.header-sub-menu li.line a:hover {
		background-color: #FFFFFF;
		color: #2FB900;
		box-shadow: 0 2px 5px rgba(0,0,0,.3);
		transition: .3s;
	}
	#header ul.header-sub-menu li.mail a:hover {
		background-color: #FFFFFF;
		box-shadow: 0 2px 5px rgba(0,0,0,.3);
		transition: .3s;
	}
}
/*--------------------------------------------- 
SPメニュー
----------------------------------------------- */
.l-header__customBtn.sp_ {
	display: none;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 50px;
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
		margin-bottom: 50px;
	}
	.c-iconBtn__icon {
		font-size: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: rgba(253,253,253,.9);
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	i.c-iconBtn__icon.icon-close-thin:before {
		color: #333;
	}
	[data-spmenu = "opened"] .p-spMenu__closeBtn {
		justify-content: flex-end;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		position: relative;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		color: #333;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a:before {
		left: auto !important;
		right: 20px;
	}
	.p-spMenu__body {
		padding: 0 20px;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
	.arrow-on .c-smallNavTitle.desc:before {
		content: none;
	}
}
.footer-sns-unit.sp-menu-btm {
	margin: 0 auto;
}
.c-spnav a {
	display: flex;
	align-items: center;
}
.c-spnav a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	background-color: #333;
	margin-right: 5px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#sp-menu-btn-unit {
	padding-top: 0 !important
}
.normal-btn.sp-menu-btn {
	margin-bottom: 10px;
}
.normal-btn.sp-menu-btn a{
	padding: 10px 0;
}
/* -----------------------------------------------------------
メインビジュアル
-----------------------------------------------------------*/
/* 実績バッチ */
.fv-batch {
	position: absolute;
	bottom : 30px;
	right: 80px;
	z-index: 2; 
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 960px) {
	.fv-batch {
		right: 20px;
		bottom: 150px;
		z-index: 1;
	}
	.fv-batch img {
		max-width: 150px;
		height: 150px;
	}
}
/* LINE見積りボタン */
/* .flow-line-btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 3;
	display: block;
}
.flow-line-btn a {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	margin: 0 auto;
	background-color: #00B900;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 15px;
  writing-mode: vertical-rl;
	border-radius: 10px 0 0 10px;
	letter-spacing: 1.5px;
	border: 2px solid #00B900;
	border-right: none;
	transition: .3s;
	font-size: 18px;
}
.flow-line-btn a i {
	font-size: 25px;
}
.flow-line-btn a:hover {
	background-color: #FFFFFF;
	color:  #00B900;
	border: 2px solid #2B2B2B;
	border-right: none;
	transition: .3s;
}
@media screen and (max-width: 768px) {
	.flow-line-btn {
		display: none;
	}
} */
/* LINE見積りボタン */
.flow-line-btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 3;
	display: block;
}
.flow-line-btn a {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	margin: 0 auto;
	background-color: #00B900;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 15px;
  writing-mode: vertical-rl;
	border-radius: 10px 0 0 10px;
	letter-spacing: 1.5px;
	border: 2px solid #00B900;
	border-right: none;
	transition: .3s;
	font-size: 18px;
}
.flow-line-btn a i {
	font-size: 25px;
}
.flow-line-btn a:hover {
	background-color: #FFFFFF;
	color:  #00B900;
	border: 2px solid #2B2B2B;
	border-right: none;
	transition: .3s;
}
@media screen and (max-width: 768px) {
	.flow-line-btn {
		width: 100%;
		position: fixed;
		bottom: 0px;
		right: 0;
		z-index: 3;
		display: block;
		opacity: 0;
		visibility: hidden;
		transform: translateY(20px);
		pointer-events: none;
		transition: opacity .3s, visibility .3s, transform .3s;
	}
	.flow-line-btn.is-show {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
	.flow-line-btn a {
		gap: 5px;
		padding: 20px 10px;
		writing-mode: horizontal-tb;
		border-radius: 0;
		letter-spacing: .7px;
		border: 1px solid #00B900;
		border-right: 1px solid #00B900;
		font-size: 16px;
	}
	.flow-line-btn a i {
		font-size: 20px;
	}
	.flow-line-btn a:hover {
		border: 1px solid #2B2B2B;
		border-right: 1px solid #2B2B2B;
	}
}
/*  */
div#main_visual {
	padding: 10px 25px;
}
picture.p-mainVisual__imgLayer.c-filterLayer__img {
    border-radius: 50px;
    overflow: hidden;
}
.p-mainVisual__textLayer{
	max-width: 100%;
	width: auto;
	height: auto;
	top: auto;
	bottom: 0;
	left: 0;
	transform: translateX(0);
	justify-content: flex-end;
	background-color: #FFFFFF;
	padding: 40px 60px;
	border-radius: 0 50px 0 0 ;
}
.p-mainVisual .c-filterLayer::before {
	content: none;
}
.p-mainVisual__textLayer:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/first-view.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	position: absolute;
	top: -49px;
	left: 0;
}
.p-mainVisual__textLayer:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/first-view.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	position: absolute;
	bottom: -1px;
	right: -49px;
}
.p-mainVisual__slideTitle {
	font-size: 30px;
	font-weight: 500 !important;
	color: #2B2B2B;
}
.p-mainVisual__slideText {
	color: #2B2B2B;
	font-size: 16px;
	font-weight: 400;
	text-shadow: none;
	line-height: 1.5;
}
@media screen and (max-width: 960px) {
	div#main_visual {
		padding: 5px 5px;
	}
	picture.p-mainVisual__imgLayer.c-filterLayer__img {
		border-radius: 20px;
	}
	.p-mainVisual__textLayer{
		padding: 20px 10px;
		border-radius: 0 20px 0 0 ;
		max-width: 350px;
	}
	.p-mainVisual__textLayer:before {
		width: 30px;
		height: 30px;
		top: -29px;
	}
	.p-mainVisual__textLayer:after {
		width: 30px;
		height: 30px;
		right: -29px;
	}
	.p-mainVisual__slideTitle {
		font-size: 25px;
	}
	.p-mainVisual__slideText {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media (min-width: 600px) {
    .-height-full .p-mainVisual__slideText {
        font-size: 16px;
		line-height: 1.8;
    }
}
@media screen and (max-width: 400px) {
	.p-mainVisual__textLayer{
		max-width: calc(100% - 50px);
	}
}
/* -----------------------------------------------------------共通-----------------------------------------------------------共通-----------------------------------------------------------共通-----------------------------------------------------------共通
共通
-----------------------------------------------------------*/
/* カテゴリ表示 */
.c-postThumb__cat {
	color: #2B2B2B;
}
/* 通常テキスト */
p {
	font-weight: 400;
	line-height: 1.9em;
}
/* チェックリスト */
ul.check-list {
	padding: 0;
	list-style: none;
}
ul.check-list li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f058";
	color: #FD7C37;
	margin-right: 5px;
}
/* ノーマルボタン */
.normal-btn a {
	font-weight: 500;
	border: 1px solid #2B2B2B;
	color: #2B2B2B;
	transition: .3s;
	min-width: 280px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.normal-btn.line-btn a {
	background: #00B900;
	border: 1px solid #00B900;
	color: #FFFFFF;
}
.normal-btn a:hover {
	border: 1px solid #2B2B2B;
	color: #FFFFFF;
	--the-btn-bg: linear-gradient(100deg, var(--the-btn-color2) 0%, var(--the-btn-color) 100%);
	transition: .3s;
}
.normal-btn.line-btn a:hover {
	background: #FFFFFF;
	color: #00B900;
	border: 1px solid #00B900;
	transition: .3s;
}
.normal-btn.left {
	display: flex;
	justify-content: flex-start !important;
}
.normal-btn.right {
	display: flex;
	justify-content: flex-end !important;
}
@media screen and (max-width: 768px) {
	.normal-btn.left {
		justify-content: center !important;
	}
	.normal-btn.right {
		justify-content: center !important;
	}	
}
/* flex-item-block */
.flex-item-container > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}
.flex-item-container .flex-item {
	margin-bottom: 0;
}
/* セクションセンター */
.section-ttl-center {
	text-align: center;
}
.section-ttl-center h2.is-style-section_ttl {
	font-size: 30px;
	margin-top: 0;
}
.section-ttl-center p {
	font-size: 20px;
	color: #FD7C37;
	font-weight: 700;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
	.section-ttl-center h2.is-style-section_ttl {
		font-size: 28px;
	}
	.section-ttl-center p {
		font-size: 16px;
	}
}
/* セクションレフト */
.section-ttl-left {
}
.section-ttl-left h2.is-style-section_ttl {
	font-size: 30px;
	margin-top: 0;
	text-align: left;
}
.section-ttl-left.white h2.is-style-section_ttl {
	color: #FFFFFF;
}
.section-ttl-left p {
	font-size: 20px;
	color: #FD7C37;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.section-ttl-left h2.is-style-section_ttl {
		font-size: 28px;
	}
	.section-ttl-left p {
		font-size: 16px;
	}
}
/* セカンドタイトル(H3)タイトル  */
h3.is-style-section_ttl.third-normal-ttl {
	font-size: 25px;
	padding-left: 10px;
	border-left: 5px solid #FD7C37;
	font-weight: 500;
}
h3.is-style-section_ttl.third-normal-ttl.white {
	color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	h3.is-style-section_ttl.third-normal-ttl {
		font-size: 23px;
		border-left: 3px solid #FD7C37;
	}
}
/* 記事タイトル */
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
	color: #2B2B2B;
}
/* -----------------------------------------------------------トップページ-----------------------------------------------------------トップページ-----------------------------------------------------------トップページ
トップページ
-----------------------------------------------------------*/
/* タイヨウクリーンの想い---------------------------------------------------------------------- */
#top-aboutus {
	border-radius: 100px;
}
.top-about.flex-item-container > .wp-block-group__inner-container {
	align-items: center;
}
h3.is-style-section_ttl.top-aboutus-sub-ttl {
	font-size: 25px;
	line-height: 2.5;
	margin-bottom: 20px;
}
h3.is-style-section_ttl.top-aboutus-sub-ttl span {
	background-color: #FFFFFF;
	padding: 5px 10px;
}
.flex-item.top-about-txt {
	flex-basis: 60%;
	padding-right: 25px;
}
.flex-item.top-about-image {
	flex-basis: 40%;
}
@media screen and (max-width: 960px) {
	#top-aboutus {
		border-radius: 80px;
	}
	h3.is-style-section_ttl.top-aboutus-sub-ttl {
		font-size: 18px;
	}
	.top-about.flex-item-container > .wp-block-group__inner-container {
		gap: 30px;
	}
	.flex-item.top-about-txt {
		flex-basis: 100%;
		padding-right: 0px;
		order: 2;
	}
	.flex-item.top-about-image {
		flex-basis: 100%;
		order: 1;
	}
	.flex-item.top-about-image img {
		max-width: 400px;
	}
}
@media screen and (max-width: 768px) {
	#top-aboutus {
		border-radius: 30px;
	}
	h3.is-style-section_ttl.top-aboutus-sub-ttl {
		font-size: 16px;
	}
	.flex-item.top-about-image img {
		max-width: 300px;
	}
}
/* 私たちの強み---------------------------------------------------------------------- */
.flex-item-container.top-strength > .wp-block-group__inner-container {
	gap: 30px;
}
.flex-item-container.top-strength .flex-item {
	flex-basis: calc((100% - 60px) /3);
}
.flex-item-container.top-strength.service-3-point > .wp-block-group__inner-container {
	gap: 15px;
}
.flex-item-container.top-strength.service-3-point .flex-item {
	flex-basis: calc((100% - 30px) /3);
}
.top-strength .flex-item figure {}
.top-strength .flex-item figure img {
	border-radius: 10px 10px 0 0;
}
.top-strength .flex-item h3.is-style-section_ttl {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
}
.top-strength .flex-item p {
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (max-width: 960px) {
	.flex-item-container.top-strength > .wp-block-group__inner-container {
		gap: 10px;
	}
	.flex-item-container.top-strength .flex-item {
		flex-basis: calc((100% - 20px) /3);
	}
	.flex-item-container.top-strength.service-3-point > .wp-block-group__inner-container {
		gap: 10px;
	}
	.flex-item-container.top-strength.service-3-point .flex-item {
		flex-basis: calc((100% - 20px) /3);
	}
	.top-strength .flex-item figure {}
	.top-strength .flex-item figure img {
		border-radius: 10px 10px 0 0;
	}
	.top-strength .flex-item h3.is-style-section_ttl {
		font-size: 18px;
	}
	.top-strength .flex-item p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.flex-item-container.top-strength > .wp-block-group__inner-container {
		gap: 30px;
	}
	.flex-item-container.top-strength .flex-item {
		flex-basis: 100%;
	}
	.flex-item-container.top-strength.service-3-point > .wp-block-group__inner-container {
		gap: 30px;
	}
	.flex-item-container.top-strength.service-3-point .flex-item {
		flex-basis: 100%;
	}
	.top-strength .flex-item h3.is-style-section_ttl {
		font-size: 18px;
	}
	.top-strength .flex-item p {
		font-size: 16px;
	}
}
/* こんなお悩みを解決できます----------------------------------- */
#top-solution {
	text-align: center;
	padding-top: 80px !important;
	padding-bottom: 0 !important;
}
/* タイトル */
h2.is-style-section_ttl.top-solution-ttl {
	font-size: 30px;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: -40px;
}
h2.is-style-section_ttl.top-solution-ttl span.small-txt {
	font-size: 25px;
}
h2.is-style-section_ttl.top-solution-ttl span.dot {
	position: relative;
	font-size: 1.2em;
}
h2.is-style-section_ttl.top-solution-ttl span.dot:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #FD7C37;
	border-radius: 3px;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}
/* カード */
.solution-item-unit {
	background-color: #F5F1E9;
	padding: 80px 20px;
	border-radius: 20px;
	position: relative;
}
.solution-item-unit:before {
	content: "";
	display: inline-block;
	width: 100%;
	max-width: 60%;
	height: 100px;
		background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/03/solution-ttl-back.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	top: -98px;
	left: 50%;
	transform: translateX(-50%);
}
.solution-item-unit:after {
	content: "";
	display: inline-block;
	width: 150px;
	height: 50px;
	background-color: #F5F1E9;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.solution-item-unit > .wp-block-group__inner-container {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.solution-item {
	flex-basis: calc((100% - 30px) / 3);
	background-color: #FFFFFF;
	padding: 30px 20px;
	margin: 0;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.solution-item figure {
	margin-bottom: 10px;
}
.solution-item figure img {
	max-width: 100px;
}
.solution-item h3.is-style-section_ttl {
	margin-top: 0;
	font-size: 18px;
	font-weight: 500;
}
/* image */
figure.solution-image-2 {
	position: absolute;
	bottom: 0;
	left: -80px;
}
figure.solution-image-2 img {
	max-width: 250px;
}
@media screen and (max-width: 960px) {
	#top-solution {
		text-align: center;
		padding-top: 80px !important;
		padding-bottom: 0 !important;
	}
	/* タイトル */
	h2.is-style-section_ttl.top-solution-ttl {
		font-size: 25px;
		margin-bottom: -40px;
	}
	h2.is-style-section_ttl.top-solution-ttl span.small-txt {
		font-size: 20px;
	}
	h2.is-style-section_ttl.top-solution-ttl span.dot {
		font-size: 1em;
	}
	/* カード */
	.solution-item-unit {
		padding: 60px 10px;
	}
	.solution-item-unit:before {
		max-width: 80%;
		height: 80px;
		top: -78px;
	}
	.solution-item-unit:after {
		width: 100px;
		height: 35px;
		bottom: -33px;
	}
	.solution-item-unit > .wp-block-group__inner-container {
		gap: 15px;
	}
	.solution-item {
		flex-basis: calc((100% - 15px) / 2);
		padding: 30px 10px;
	}
	.solution-item h3.is-style-section_ttl {
		font-size: 16px;
	}
	/* image */
	figure.solution-image-2 {
		bottom: -100px;
		left: -50px;
	}
	figure.solution-image-2 img {
		max-width: 180px;
	}
}
@media screen and (max-width: 768px) {
	#top-solution {
		padding-top: 50px !important;
	}
	/* タイトル */
	h2.is-style-section_ttl.top-solution-ttl {
		font-size: 25px;
		margin-bottom: -40px;
	}
	/* カード */
	.solution-item-unit {
		padding: 70px 10px;
	}
	.solution-item-unit:before {
		max-width: 90%;
	}
	.solution-item-unit > .wp-block-group__inner-container {
		gap: 10px;
	}
	.solution-item {
		flex-basis: calc((100% - 10px) / 2);
		padding: 20px 5px;
	}
	.solution-item figure img {
		max-width: 80px;
	}
	/* image */
	figure.solution-image-2 {
		bottom: -90px;
		left: -50px;
	}
	figure.solution-image-2 img {
		max-width: 150px;
	}
}
/* サービス紹介エアコン完全分解---------------------------------------------------------------------- */
.flex-item-container.service-block-top {
	background-color: #F5F1E9;
	padding: 40px 66px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	position: relative;
}
.flex-item-container.service-block-top:before {
	content: "";
	display: inline-block;
	width: 160px;
	height: 133px;
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/service-1-batch.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}
.flex-item-container.service-block-top > .wp-block-group__inner-container {
	gap: 40px;
}
.flex-item-container.service-block-top .flex-item {
	flex-basis: calc((100% - 40px) / 2);
}
.service-block-top h3.is-style-section_ttl.third-normal-ttl {
	margin-bottom: 20px;
}
p.service-block-label {
	display: inline-block;
	background-color: #FD7C37;
	min-width: 94px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	border-radius: 30px;
}
.service-block-inner-label > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
}
.service-block-inner-label p.service-block-label {
	margin-bottom: 0;
}
.service-block-top .normal-btn a {
	min-width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.flex-item-container.service-block-top {
		background-color: #F5F1E9;
		padding: 30px 20px;
	}
	.flex-item-container.service-block-top > .wp-block-group__inner-container {
		gap: 20px;
	}
	.flex-item-container.service-block-top .flex-item {
		flex-basis: 100%;
	}
	.service-block-top h3.is-style-section_ttl.third-normal-ttl {
		margin-bottom: 10px;
	}
	p.service-block-label {
		min-width: 80px;
		border-radius: 30px;
	}
	.service-block-inner-label > .wp-block-group__inner-container {
		gap: 10px;
	}
}
@media screen and (max-width: 768px) {
	.flex-item-container.service-block-top {
		padding: 30px 15px;
	}
	.flex-item-container.service-block-top:before {
		content: "";
		width: 100px;
		height: 82px;
	}
	.service-block-top .normal-btn {
		display: flex !important;
		justify-content: center !important;
	}
}
/* サービス紹介エアコン通常・ドラム式---------------------------------------------------------------------- */
.flex-item-container.service-block-btm > .wp-block-group__inner-container {
	gap: 50px;
}
.flex-item-container.service-block-btm .flex-item {
	flex-basis: calc((100% - 50px) / 2);
	background-color: #F5F1E9;
	padding: 40px 50px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.service-block-btm .flex-item figure {
	margin-bottom: 20px;
}
.service-block-btm h3.is-style-section_ttl.third-normal-ttl {
	margin-bottom: 20px;
	margin-top: 0;
	text-align: left;
}
.service-block-inner-label > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
}
.service-block-inner-label p.service-block-label {
	margin-bottom: 0;
}
.service-block-btm .normal-btn a {
	min-width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.flex-item-container.service-block-btm > .wp-block-group__inner-container {
		gap: 20px;
	}
	.flex-item-container.service-block-btm .flex-item {
		flex-basis: calc((100% - 20px) / 2);
		padding: 20px 15px;
	}
	.service-block-btm .flex-item figure {
		margin-bottom: 15px;
	}
	.service-block-btm h3.is-style-section_ttl.third-normal-ttl {
		margin-bottom: 10px;
	}
	.service-block-btm .normal-btn {
		display: flex !important;
		justify-content: center !important;
	}
}
@media screen and (max-width: 768px) {
	.flex-item-container.service-block-btm > .wp-block-group__inner-container {
		gap: 30px;
	}
	.flex-item-container.service-block-btm .flex-item {
		flex-basis: 100%;
	}
}
/* 対応エリア---------------------------------------------------------------------- */
p.service-area-read {
	text-align: center;
}
@media screen and (max-width: 768px) {
	p.service-area-read {
		text-align: left;
	}	
}
/* お客様の声---------------------------------------------------------------------- */
#top-voice {
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/top-voice-back.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.flex-item-container.top-voice-flex {
	background-color: #F5F1E9;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.flex-item-container.top-voice-flex > .wp-block-group__inner-container {
	gap: 20px;
	align-items: center;
}
.top-voice-flex .flex-item.image {
	flex-basis: 140px;
}
.top-voice-flex .flex-item.text {
	flex-basis: calc(100% - 140px - 20px);
}
h3.is-style-section_ttl.vocie-sub-ttl {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
}
.voice-label-block > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 10px;
}
p.voice-service-label {
	 display: inline-block;
   background-color: #FD7C37;
	 padding: 0px 10px;
   text-align: center;
   color: #FFFFFF;
   font-weight: 500;
   border-radius: 30px;
	 margin-bottom: 0;
}
.top-voice-flex .flex-item.text > .wp-block-group__inner-container > p {
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	#top-voice {
		background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/sp-top-voice-back.png);
	}
	.flex-item-container.top-voice-flex {
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.top-voice-flex .flex-item.image {
		flex-basis: 100%;
		max-width: 150px;
	}
	.top-voice-flex .flex-item.text {
		flex-basis: 100%;
	}
	h3.is-style-section_ttl.vocie-sub-ttl {
		font-size: 18px;
	}
	.voice-label-block > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 5px;
	}
}
/* -----------------------------------------------------------
CTA
-----------------------------------------------------------*/
/* div#content {
	margin-bottom: 0;
} */
.l-footer__foot {
	padding: 0;
}
#cta {
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/cta-back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.flex-item-container.cta-flex {
	background-color: rgba(255,255,255,.7);
	border-radius: 20px;
	padding: 50px 20px;
}
.flex-item-container.cta-flex > .wp-block-group__inner-container {
}
.flex-item-container.cta-flex .flex-item {
	flex-basis: calc((100% - 0px) / 3);
}
.cta-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	background-color: #FD7C37;
	border-radius: 7px;
	margin: 0 auto 10px;
}
.cta-icon i {
	font-size: 25px;
	color: #FFFFFF;
}
.flex-item.cta-line .cta-icon {
	background-color: #00B900;
}
.flex-item-container.cta-flex .flex-item h3.is-style-section_ttl {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
}
.cta-mess {
	font-size: 20px;
	font-weight: 500;
}
.cta-flex .flex-item .normal-btn a {
	padding: 15px 0;
	border-radius: 50px;
}
.cta-flex .flex-item.cta-line .normal-btn a {
	background: #00B900;
	border: 1px solid #00B900;
	color: #FFFFFF;
}
.cta-flex .flex-item.cta-line .normal-btn a:hover {
	background-color: #FFFFFF;
	color: #00B900;
}
.cta-flex .flex-item.cta-form .normal-btn a {
	background: #FDD137;
	border: 1px solid #FDD137;
	border: none;
}
.cta-flex .flex-item.cta-form .normal-btn a:hover {
	background: #FFFFFF;
	border: 1px solid #FDD137;
	color: #FDD137;
}
.tel-number {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	line-height: 1em;
}
.tel-number-btm {
	text-align: center;
}
.flex-item.cta-line,
.flex-item.cta-form {
	position: relative;
}
.flex-item.cta-line:after,
.flex-item.cta-form:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 70%;
	border-radius: 2px;
	background-color: #D1D1D1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
	#cta {
		background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/sp-cta-back.png);
	}
	.flex-item-container.cta-flex {
		padding: 0;
		background-color: transparent;
	}
	.flex-item-container.cta-flex > .wp-block-group__inner-container {
	}
	.flex-item-container.cta-flex .flex-item {
		flex-basis: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.flex-item-container.cta-flex .flex-item > .wp-block-group__inner-container {
		background-color: rgba(255,255,255,.7);
		padding: 30px 15px;
		border-radius: 20px;
		box-shadow: 0 2px 5px rgba(0,0,0,.2);
	}
	.flex-item-container.cta-flex .flex-item.cta-line {
		padding-top: 0;
	}
	.flex-item-container.cta-flex .flex-item.cta-tel {
		padding-bottom: 0;
	}
	.cta-icon {
		width: 50px;
		height: 50px;
	}
	.cta-icon i {
		font-size: 20px;
	}
	.cta-mess {
		font-size: 18px;
	}
	.tel-number {
		font-size: 25px;
	}
	.flex-item.cta-line:after,
	.flex-item.cta-form:after {
		content: none;
	}
	.flex-item.cta-line,
	.flex-item.cta-form {
	}
}
/* -----------------------------------------------------------
フッター
-----------------------------------------------------------*/
.flex-item-container.footer-flex > .wp-block-group__inner-container {
	justify-content: space-between;
}
.flex-item.footer-left {
	flex-basis: 30%;
}
.flex-item.footer-right {
	flex-basis: 70%;
}
.flex-item.footer-left figure {
	text-align: left;
}
.flex-item.footer-left figure img {
	max-width: 250px;
}
.flex-item.footer-right > .wp-block-group__inner-container {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
/* 親メニュー */
.flex-item.footer-right > .wp-block-group__inner-container > ul {
	list-style: none;
	padding: 0;
}
.flex-item.footer-right > .wp-block-group__inner-container > ul > li {
	margin: 0 0 20px;
}
.flex-item.footer-right > .wp-block-group__inner-container > ul > li > a {
	border-left: 3px solid #FD7C37;
	padding-left: 8px;
}
/* 子メニュー */
.flex-item.footer-right ul li ul {
	list-style: none;
	border-left: none;
}
.flex-item.footer-right ul li ul li a {
	font-weight: 400;
	color: #333333;
}
.flex-item.footer-right ul li ul li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f105";
	color:  #333333;
	margin-right: 5px;
}
.flex-item.footer-right ul li a:hover {
	text-decoration: underline;
	opacity: .8;
}
.footer-name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.l-footer .copyright {
	background-color: #FDD137;
	color: #2B2B2B;
	font-weight: 500;
	font-size: 14px;
}
@media screen and (max-width: 960px) {
	.flex-item-container.footer-flex > .wp-block-group__inner-container {
		justify-content: space-between;
		gap: 50px;
	}
	.flex-item.footer-left {
		flex-basis: 100%;
		order: 2;
	}
	.flex-item.footer-right {
		flex-basis: 100%;
		order: 1;
	}
	.flex-item.footer-left figure {
		text-align: center;
	}
	.flex-item.footer-right > .wp-block-group__inner-container {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0;
	}
	/* 親メニュー */
	.flex-item.footer-right > .wp-block-group__inner-container > ul {
		flex-basis: 100%;
		margin-bottom: 0;
	}
	.flex-item.footer-right > .wp-block-group__inner-container > ul > li {
		margin: 0;
		border-bottom: 1px solid #D1D1D1;
	}
	.flex-item.footer-right > .wp-block-group__inner-container > ul > li > a {
		display: block;
		border-left: none;
		padding-left: 8px;
		padding-bottom: 8px;
		padding-top: 8px;
		position: relative;
	}
	.flex-item.footer-right > .wp-block-group__inner-container > ul > li > a:before {
		content: "";
		display: inline-block;
		height: 50%;
		width: 3px;
		background-color: #FD7C37;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	/* 子メニュー */
	.flex-item.footer-right ul li ul {
		list-style: none;
		border-left: none;
	}
	.flex-item.footer-right ul li ul li a {
		display: block;
	}
	.flex-item.footer-left p {
		text-align: center;
	}
}
/* -----------------------------------------------------------下層共通-----------------------------------------------------------下層共通-----------------------------------------------------------下層共通-----------------------------------------------------------下層共通
下層共通
-----------------------------------------------------------*/
/* ページタイトルエリア */
#top_title_area {
	min-height: 300px;
}
.c-filterLayer.-texture-dot:after,
.l-topTitleArea.c-filterLayer::before {
	content: none;
}
div#top_title_area .c-pageTitle {
	display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 35px;
  margin-left: 0;
  opacity: 1;
  color: #2B2B2B;
  font-weight: 700;
  text-shadow: 0 2px 5px rgba(255, 255, 255, .2);
}
div#top_title_area .c-pageTitle__subTitle {
    margin-left: 0;
    opacity: 1;
    font-size: 20px;
    color: #FD7C37;
    font-weight: 600;
}
@media screen and (max-width: 960px) {
	#top_title_area {
		min-height: 250px;
	}
	div#top_title_area .c-pageTitle {
		font-size: 28px;
	}
	div#top_title_area .c-pageTitle__subTitle {
			font-size: 18px;
	}
}
/* タイトルエリア下の余白削除 */
.page-id-12 div#content {
	padding-top: 0;
}
/* ノーマルテーブル */
.normal-table {
}
.normal-table td {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
}
.normal-table tr td:first-child {
	text-align: center;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	.normal-table td {
		padding-top: 10px;
		padding-bottom: 10px;
		border: none;
	}
	.normal-table tr td:first-child {
		text-align: left;
		background-color: #FDD137
	}	
}
/* デザインテキストグループ */
.design-text-group {
	background-color: #F5F1E9;
	padding: 20px;
	border-radius: 20px;
	border: 2px dotted #000000;
}
.design-text-group.white {
	background-color: #FFFFFF;
}
.design-text-group-label {
	display: inline-block;
	background-color: #FD7C37;
	color: #FFFFFF;
	padding: 5px 20px;
	line-height: 1.5;
	border-radius: 30px;
	margin-bottom: 15px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	.design-text-group {
		padding: 20px 15px;
	}
	.design-text-group-label {
		padding: 3px 15px;
		margin-bottom: 10px;
	}
}
/* ページトップ余白----------------------------------------ページトップ余白----------------------------------------ページトップ余白----------------------------------------ページトップ余白----------------------------------------ページトップ余白----------------------------------------ページトップ余白----------------------------------------ページトップ余白 */
.page-id-10 div#content,
.page-id-14 div#content,
.page-id-16 div#content,
.page-id-18 div#content,
.page-id-20 div#content,
.page-id-22 div#content,
.page-id-24 div#content,
.page-id-30 div#content,
.page-id-1018 div#content {
	padding-top: 0;
	margin-bottom: 0;
}
/* パンくず---------------------------------------- */
div#breadcrumb {
	background-color: #FDD137 !important;
	padding: 5px 0;
}
/* design-txt-group */
.design-txt-group {
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px 10px;
	border-radius: 10px;
	border: 2px dotted #000000;
}
@media screen and (max-width: 768px) {
	.design-txt-group {
		text-align: left;
		padding: 15px 10px;
	}
}
/* tab-block ----------------------------------------*/
.is-style-default>.c-tabList .c-tabList__button {
	background-color: #F6F7F9;
	border-radius: 5px 5px 0 0;
}
.is-style-default>.c-tabList .c-tabList__button:hover, .is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
	background-color: #F0DDD3;
	color: #2B2B2B;
	font-weight: 500;
}
@media screen and (min-width: 960px) {
	ul.c-tabList {
		gap: 5px;
	}
	.is-style-default>.c-tabList .c-tabList__button {
		padding: 15px 30px;
		font-size: 18px;
		border-radius: 10px 10px 0 0;
	}
}
.is-style-default .c-tabBody {
	border: none;
	background-color: #FFFFFF;
	padding: 50px 10px;
}
.c-tabBody__item {
	max-width: 900px;
	margin: 0 auto;
}
/* -----------------------------------------------------------
タイヨウクリーンについて
-----------------------------------------------------------*/
/* 代表挨拶---------------------------------------------- */
.about-mess .flex-item.about-mess-image {
	flex-basis: 40%;
}
.about-mess .flex-item.about-mess-txt {
	flex-basis: 60%;
	padding-left: 45px;
}
p.aboutus-mess-sub-ttl {
	font-weight: 500;
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.aboutus-mess-name {
	text-align: right;
}
.aboutus-mess-name p:first-child {
	margin-bottom: 0;
}
.aboutus-mess-name p:last-child {
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	.flex-item-container.about-mess > .wp-block-group__inner-container {
		gap: 30px;
	}
	.about-mess .flex-item.about-mess-image {
		flex-basis: 100%;
	}
	.about-mess .flex-item.about-mess-txt {
		flex-basis: 100%;
		padding-left: 0;
	}
	p.aboutus-mess-sub-ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.aboutus-mess-name p:first-child {
		margin-bottom: 0;
	}
}
/* タイヨウクリーンの想い---------------------------------------------- */
#aboutus-concept {
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/aboutus-concept-back-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#aboutus-concept:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	left: 0;
}
p.concept-read {
	color: #FFFFFF;
}
.flex-item-container.about-concept-flex > .wp-block-group__inner-container {
	gap: 30px;
	align-items: center;
}
.flex-item.about-concept-image {
	flex-basis: 280px;	
}
.flex-item.about-concept-txt {
	flex-basis: calc(100% - 280px - 30px);
}
.flex-item.about-concept-txt p {
	color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	.flex-item-container.about-concept-flex {
		margin-bottom: 50px;
	}
	.flex-item-container.about-concept-flex > .wp-block-group__inner-container {
		gap: 20px;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.flex-item.about-concept-image {
		flex-basis: 100%;	
	}
	.flex-item.about-concept-txt {
		flex-basis: 100%;
	}
	.flex-item.about-concept-image figure {
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	.flex-item.about-concept-image figure {
		text-align: center;
	}
}

/* -----------------------------------------------------------
エアコン完全分解クリーニング
エアコン通常分解クリーニング
ドラム式洗濯機分解クリーニング
-----------------------------------------------------------*/
/* 通常分解・完全分解の比較表----------------- */
.comparison-table tr td {
	font-weight: 400;
	border-color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comparison-table tr td:first-child {
	white-space: nowrap;
}
/* 角丸 */
.comparison-table tr:first-child td:first-child {
	border-radius: 10px 0 0 0;
}
.comparison-table tr:first-child td:nth-child(3) {
	border-radius: 0 10px 0 0;
}
/* 背景色 */
.comparison-table tr td:first-child,
.comparison-table tr:first-child td:nth-child(2),
.comparison-table tr:first-child td:nth-child(3) {
	background-color: #F0DDD3;
	font-weight: 500;
	text-align: center;
}
/* ボーダー */
.comparison-table tr:first-child td {
	border-top: none;
}
.comparison-table tr:last-child td {
	border-bottom: none;
}
.comparison-table tr td:first-child,
.comparison-table tr td:nth-child(2) {
	border-right: 1px solid #000000;
}
@media screen and (max-width: 768px) {
	.comparison-table tr td {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
	}
}
/* こんな方におすすめリスト */
ul.check-list-flex {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	gap: 10px 20px;
}
ul.check-list-flex li {
	flex-basis: calc((100% - 20px) / 2);
	background-color: #FFFFFF;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 500;
	margin: 0;
}
ul.check-list-flex li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f058";
	color: #FD7C37;
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	ul.check-list-flex {
		gap: 10px 20px;
	}
	ul.check-list-flex li {
		flex-basis: auto;
		padding: 5px 15px;
	}
}

/* スライダー */
.flowing-slider .swiper-wrapper .swiper-slide:nth-child(odd) {
	margin-top: 50px;
}
.flowing-slider .swiper-wrapper .swiper-slide img {
	border-radius: 0 20px 0 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.flowing-slider .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
	.flowing-slider .swiper-wrapper .swiper-slide:nth-child(odd) {
		margin-top: 30px;
	}
	.flowing-slider .swiper-wrapper .swiper-slide img {
		border-radius: 10px;
	}
}

/* 料金表 */
.price-table * {
	border-color: #000000 !important;
}
.price-table td {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.price-table tr td:first-child {
	font-weight: 400;
}
.price-table tr:first-child td {
	background-color: #F0DDD3;
	border-top: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
}
.price-table tr:first-child td:first-child {
	border-radius: 10px 0 0 0;
}
.price-table tr:first-child td:last-child {
	border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
	.price-table td {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.price-table tr:first-child td {
		background-color: #F0DDD3;
		border-top: none;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.price-table tr td:first-child {
		font-weight: 400;
	}
	.price-table tr td:last-child {
		white-space: nowrap;
	}
}

/* 当日までの流れ----------------------------------- */
.flex-item-container.flow-flex > .wp-block-group__inner-container {
	flex-wrap: nowrap;
}
.flow-flex .flex-item {
	flex-basis: calc(100% / 4);
}
/* FLowラベル */
p.flow-label {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	background-color: #FDD137;
	height: 53px;
	position: relative;
}
p.flow-label:before {
	content: "";
	width: 22px;
	height: 100%;
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/flow-arrow-1.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	top: 0;
	right: -11px;
	z-index: 2;
}
.flow-last p.flow-label:before {
	width: 19px;
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/flow-last-arrow.svg);
	right: 0;
	z-index: 2;
}
p.flow-label-txt {
	padding: 0 10px;
}
@media screen and (max-width: 768px) {
	.flex-item-container.flow-flex > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.flow-flex .flex-item {
		flex-basis: 100%;
	}
	/* FLowラベル */
	p.flow-label {
		text-align: left;
		height: auto;
		padding: 10px 5px;
	}
	p.flow-label:before {
		background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/flow-last-arrow.svg);
	}
	p.flow-label-txt {
		padding: 0;
	}	
}


/* サービスメニューーーーーーーーーーーー */
#service-menu-area {
	padding-bottom: 80px !important;
}
.flex-item-container.service-info-flex > .wp-block-group__inner-container {
	gap: 20px;
}
.service-info-flex .flex-item {
	flex-basis: calc((100% - 40px) / 3);
	position: relative;
	transition: .3s;
}
figure.service-info-image {
	margin-bottom: 0;
}
.service-info-txt-group {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px;
	margin-bottom: 0;
}

p.service-menu-ttl-ja {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1;
	position: relative;
	transition: .3s;
}
p.service-menu-ttl-en {
	margin-bottom: 0;
	color: #FFFFFF;
	font-weight: 500;
	transition: .3s;
}
p.service-menu-ttl-ja:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f061";
	color: #FFFFFF;
	font-size: 19px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .3s;
}
.service-info-flex .flex-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.service-info-flex .flex-item:hover {
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	transition: .3s;
}
.service-info-flex .flex-item:hover p.service-menu-ttl-ja,
.service-info-flex .flex-item:hover p.service-menu-ttl-en,
.service-info-flex .flex-item:hover p.service-menu-ttl-ja:after {
	color: #FDD137;
	text-shadow: 0px 2px 0px rgba(0,0,0,.5);
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.flex-item-container.service-info-flex > .wp-block-group__inner-container {
		gap: 5px;
	}
	.service-info-flex .flex-item {
		flex-basis: calc((100% - 10px) / 3);
	}
	.service-info-txt-group {
		padding: 10px 10px;
	}
	p.service-menu-ttl-ja {
		font-size: 20px;
	}
	p.service-menu-ttl-en {
		font-size: 14px;
	}
	p.service-menu-ttl-ja:after {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.flex-item-container.service-info-flex > .wp-block-group__inner-container {
		gap: 15px;
	}
	.service-info-flex .flex-item {
		flex-basis: 100%;
	}
	.service-info-txt-group {
		padding: 20px;
	}

	p.service-menu-ttl-ja {
		font-size: 25px;
	}
	p.service-menu-ttl-en {
		font-size: 16px;
	}
	p.service-menu-ttl-ja:after {
		font-size: 20px;
	}
}

/* -----------------------------------------------------------
実績アーカイブ
-----------------------------------------------------------*/
.l-topTitleArea .p-termNavigation {
	color: #333333;
}
.l-topTitleArea .c-categoryList__link, .l-topTitleArea .c-tagList__link {
	color: #2B2B2B;
}
.l-topTitleArea .c-categoryList__link {
	border-color: #2B2B2B;;
}
/* -----------------------------------------------------------
よくある質問
-----------------------------------------------------------*/
.swell-block-faq__item {
	border-bottom: 1px solid #D8D8D9;
}
[data-a=fill-main] .faq_a:before, [data-q=fill-main] .faq_q:before {
	color: #2B2B2B;
	font-weight: 700;
}
[data-a=fill-custom] .faq_a:before {
	background-color: #FFF1E6;
	color: #2B2B2B;
	font-weight: 700;
}
/* -----------------------------------------------------------
お問い合わせ
-----------------------------------------------------------*/
.contact-tel-number {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
.contact-tel-number:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f2a0";
	font-size: 25px;
	display: inline-block;
	transform: rotate(-35deg);
}
.contact-tel-number-btm-disc {
	font-size: 14px;
}

/* LINEでのお問い合わせ */
h3.is-style-section_ttl.contact-line-sub-ttl {
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
}

/* お問い合わせフォーム */
.contact-form-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 45px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* subject */
.form-item.subject input {
	height: auto !important;
	width: auto;
}
.form-item.subject span label {
	font-size: 14px !important;
}
span#your-subject span {
	color: #333;
}
.form-item.subject .wpcf7-list-item-label {
	padding-left: 3px;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	min-height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
.form-item textarea#your-license {
	max-height: 100px;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #FDD137;
	color: #2B2B2B;
	border: 1px solid #1B4D98;
	font-weight: 500;
	letter-spacing: .2em;
	transition: .3s;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
	color: #2B2B2B;
	transition: .3s;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item .form-flex {
			width: 100%;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
	.your-subject input {
		height: 30px !important;
	}
}
/* -----------------------------------------------------------
実績詳細
-----------------------------------------------------------*/
.single div#content,
.blog div#content,
.archive div#content {
    background-color: transparent;
}
div#body_wrap.single,
div#body_wrap.blog,
div#body_wrap.archive {
	background-color: #F5F1E9 !important;
}
.work-info-table tr td:first-child {
	background-color: #F0DDD3;
}
/* -----------------------------------------------------------
お客様の声
-----------------------------------------------------------*/
p.customer-voice-top-mess {
	text-align: center;
}
/* スキップボタン----------------------------- */
ul.customer-voice-link-unit {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 0;
	list-style: none;
}
ul.customer-voice-link-unit li {
	flex-basis: calc((100% - 60px) / 3);
}
ul.customer-voice-link-unit li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #FDD137;
	color: #2B2B2B;
	border: 1px solid #2B2B2B;
	text-align: center;
	padding: 20px 5px;
	border-radius: 10px;
	transition: .3s;
}
ul.customer-voice-link-unit li a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f103";
}
ul.customer-voice-link-unit li a:hover {
	background-color: #FFFFFF;
	transition: .3s;
}

.customer-voice-area-inner {
	background-color: #FFFFFF;
	padding: 80px 10px;
	border-radius: 20px;
}
.customer-voice-area-inner > .wp-block-group__inner-container {
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
	/* スキップボタン----------------------------- */
	ul.customer-voice-link-unit {
		gap: 10px;
	}
	ul.customer-voice-link-unit li {
		flex-basis: calc((100% - 20px) / 3);
	}
	ul.customer-voice-link-unit li a {
		gap: 5px;
		padding: 10px 5px;
		border-radius: 5px;
	}
	.customer-voice-area-inner {
		background-color: #FFFFFF;
		padding: 30px 20px;
		border-radius: 10px;
	}
	p.customer-voice-top-mess {
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	/* スキップボタン----------------------------- */
	ul.customer-voice-link-unit {
		gap: 10px;
	}
	ul.customer-voice-link-unit li {
		flex-basis: 100%;
		margin: 0;
	}
	ul.customer-voice-link-unit li a {
		gap: 10px;
		padding: 15px 5px;
	}
	.customer-voice-area-inner {
		background-color: #FFFFFF;
		padding: 30px 15px;
	}
}
/* お客様の声---------------------------------------------------------------------- */
#top-voice {
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/top-voice-back.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.flex-item-container.voicepage-item-flex {
	background-color: #F5F1E9;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.flex-item-container.voicepage-item-flex > .wp-block-group__inner-container {
	gap: 20px;
	align-items: center;
}
.voicepage-item-flex .flex-item.image {
	flex-basis: 140px;
}
.voicepage-item-flex .flex-item.text {
	flex-basis: calc(100% - 140px - 20px);
}
h3.is-style-section_ttl.vocie-sub-ttl {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
}
.voice-label-block > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 10px;
}
p.voice-service-label {
	 display: inline-block;
   background-color: #FD7C37;
	 padding: 0px 10px;
   text-align: center;
   color: #FFFFFF;
   font-weight: 500;
   border-radius: 30px;
	 margin-bottom: 0;
}
.voicepage-item-flex .flex-item.text > .wp-block-group__inner-container > p {
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.flex-item-container.voicepage-item-flex {
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.voicepage-item-flex .flex-item.image {
		flex-basis: 100%;
		max-width: 150px;
	}
	.voicepage-item-flex .flex-item.text {
		flex-basis: 100%;
	}
	h3.is-style-section_ttl.vocie-sub-ttl {
		font-size: 18px;
	}
	.voice-label-block > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 5px;
	}
}
/* 動作実装----------------------------- */
/* 5件目以降を隠す（unitごとに制御） */
.voicepage-item-unit .voicepage-item-flex.is-hidden {
  display: none;
}
/* ボタンの見た目はお好みで。最低限だけ */
.voicepage-item-unit .more-btn {
  margin-top: 20px;
  display: flex;
	justify-content: center;
	background-color: #FDD137;
	width: 100%;
  align-items: center;
  gap: 8px;
  cursor: pointer;
	position: relative;
	margin-top: 100px;
}
.voicepage-item-unit .more-btn:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 200px;
	background-color: background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.56) 50%, rgba(255, 255, 255, 0) 99%);
	position: absolute;
	top: -200px;
	left: 0;
}
.voicepage-item-unit .more-btn:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 35px;
	background-image: url(https://taiyou-qlean.com/wp-content/uploads/2026/02/more-voice.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
/* 開いている時のアイコン回転（任意） */
.voicepage-item-unit.is-expanded .more-btn i {
  transform: rotate(180deg);
  transition: transform .2s ease;
}
.voicepage-item-unit.is-expanded .more-btn {
	margin-top: 0;
}
.voicepage-item-unit.is-expanded .more-btn:before,
.voicepage-item-unit.is-expanded .more-btn:after {
	content: none;
}