@charset "utf-8";
/* CSS Document */
main img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}
/* リード */
.lead-container {
	text-align: center;
	line-height: 1.8;
	font-weight: 500;
}
.marker {
	background: linear-gradient(to top, #ffda2a 30%, transparent 30%);
	display: inline;
}
/* リンクBnr */
.campaignBnr a,
.recommendBnr a {
	display: block;
	background-color: #c9338e;
	border-radius: 0.25em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: relative;
	padding: 0.25em 0.5em;
}
.campaignBnr a::after,
.recommendBnr a::after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 0.5em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.campaignBnr a .logo {
	display: block;
	aspect-ratio: 188 / 52;
	background-color: #fff;
	position: absolute;
	left: 0.5em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.campaignBnr a .logo img {
	display: block;
	width: 100%;
	height: auto;
}
.recommendBnr a {
	background-color: #465c5a;
}
/* アンカーリンクリスト */
.linkList a {
	display: block;
	background-color: #c9338e;
	border-radius: 1em;
	padding: 0.25em;
	color: #fff;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.linkList a::after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	right: 0.75em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.linkList a.page::after {
	transform: rotate(45deg);
}
/* これまでの歩み */
.h02Ttl {
	text-align: center;
	background-color: #fcecf4;
	font-weight: 700;
	padding: 0.25em;
	margin-bottom: 1em;
}
.timeline > li {
	border-left: #fcecf4 6px solid;
	position: relative;
}
.timeline > li:last-child {
	border-left: #ffff 6px solid;
}
.timeline > li:last-child::after {
	content: '';
	display: inline-block;
	width:0;
	height:0;
	border-style:solid;
	position: absolute;
}
.timeline > li::before {
	content: '';
	display: inline-block;
	border-radius: 50%;
	background-color: #c9338e;
	position: absolute;
	top: 0;
}
.timelineSTtl {
	font-weight: 500;
}
.timelineSTtl .date {
	display: inline-block;
	color: #c9338e;
	border: #c9338e 2px solid;
	padding: 0 0.5em;
}
.timelineSTtl .txt {
	display: inline-block;
	padding-left: 1em;
}
.timelineSTtl + .timelineContent {
	margin-top: 1em;
}
.timelineContent {
	display: flex;
}
.timelinePhoto .caption {
	text-align: center;
	font-weight: 600;
}
.timelineEvent-item {
	font-weight: 600;
}
.timelineEvent-item {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.timelineEvent-item > li {
	display: flex;
	align-items: center;
}
.timelineEvent-item > li .photo {
	text-align: center;
}
/* お客様の声 */
.voiceIntroInner {
	background-color: #fff;
	position: relative;
}
.voiceIntroInner::after {
	content: '';
	display: inline-block;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.voiceIntro > li:nth-child(1) .voiceIntroInner::after {
	clip-path: polygon(0 0, 0 100%, 100% 0);
}
.voiceIntro > li:nth-child(2) .voiceIntroInner::after {
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.voiceIntro > li {
	font-weight: 500;
	position: relative;
}
.voiceIntro > li::after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	position: absolute;
}
.voiceIntro > li:nth-child(1)::after {
	aspect-ratio: 109 / 226;
	background-image: url("../images/voice-intro_1.png");
}
.voiceIntro > li:nth-child(2)::after {
	aspect-ratio: 232 / 238;
	background-image: url("../images/voice-intro_2.png");
}
.ref-note > li {
	display: flex;
}
.ref-note .note-num {
	color: #00a0e9;
	width: 3em;
}
.ref-note .note-txt {
	width: calc(100% - 3em);
}
p + .voiceIntroNote {
	margin-top: 1em;
}
.case-studiesTtl {
	text-align: center;
	color: #c9338e;
	font-weight: 700;
	margin-bottom: 1em;
}
.bg-blue {
	background-color: #dbf1f4;
}
.bg-pink {
	background-color: #fcecf4;
}
.case-studiesList > dt {
	text-align: center;
	font-weight: 500;
	margin-bottom: 1em;
}
.case-studiesList > dd {
	display: flex;
}
/* おすすめの光触媒スプレー */
.recommendTtl {
	text-align: center;
	background-color: #465c5a;
	color: #fff;
	font-weight: 700;
	padding: 0.25em;
	margin-bottom: 0.5em;
}
.recommendSTtl {
	text-align: center;
	font-weight: 500;
	margin-bottom: 0.25em;
}
.recommendSTtl + .catch {
	text-align: center;
	font-weight: 500;
	margin-bottom: 1em;
}
.item-photo + .item-name {
	margin-top: 1em;
}
.item-name th,
.item-name td {
	font-weight: 700;
}
.item-name th {
	padding-right: 1em;
	position: relative;
}
.item-name th::after {
	content: '：';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.recommendBnr {
	border-bottom: #d9d9d9 2px solid;
}

/* ====================================
	SP
===================================== */
@media screen and (max-width:767px){
.spDisNone {display: none !important;}
/* リード */
.lead-container {
	margin-bottom: 20px;
}
.lead-container p {
	font-size: 1.9rem;
}
/* リンクBnr */
.campaignBnr {
	margin-bottom: 2em
}
.campaignBnr a {
	font-size: 2.5rem;
	padding: 0.5em;
}
.campaignBnr a .logo {
	display: block;
	position: static;
	width: 40%;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.campaignBnr a .txt {
	display: block;
}
.recommendBnr a {
	font-size: 2rem;
}
/* アンカーリンクリスト */
.linkListWrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.linkList > li {
	margin-bottom: 10px;
}
.linkList > li:last-child {
	margin-bottom: 0;
}
.linkList a {
	font-size: 1.8rem;
}
/* これまでの歩み */
.h02Ttl {
	font-size: 2.2rem;
}
.timelineWrap {
	margin-bottom: 30px;
	padding-left: 10px;
}
.timeline > li {
	padding-left: 25px;
	padding-bottom: 20px;
}
.timeline > li:last-child::after {
	border-width: 24px 12px 0 12px;
	border-color: #FCECF4 transparent transparent transparent;
	left: -15px;
	top: -24px;
}
.timeline > li::before {
	width: 26px;
	height: 26px;
	left: -16px;
}
.timelineSTtl,
.timelineEvent-item > li {
	font-size: 1.6rem;
}
.timelineSTtl .date {
	margin-bottom: 0.25em;
}
.timelineSTtl .txt {
	display: block;
}
.timelineContent {
	flex-direction: column;
}
.timelinePhoto {
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
}
.timelinePhoto > li {
	width: 45%;
	text-align: center;
}
.timelineEvent-item {
	margin-top: 1em;
}
.timelineEvent-item > li {
	margin-bottom: 1em;
	font-size: 1.4rem;
}
.timelineEvent-item > li:last-child {
	margin-bottom: 0;
}
.timelineEvent-item > li .photo {
	width: 45%;
	padding-left: 10px;
	margin-right: 0;
	margin-left: auto;
}
/* お客様の声 */
#voice {
	margin-bottom: 30px;
}
.voiceIntroWrap {
	margin-bottom: 20px;
}
.voiceIntro > li {
	margin-bottom: 1em;
}
.voiceIntro > li:last-child {
	margin-bottom: 0;
}
.voiceIntroInner {
	padding: 1em;
	font-size: 1.4rem;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}
.voiceIntro > li:nth-child(1) {
	padding-right: 27%;
}
.voiceIntro > li:nth-child(1)::after {
	width: 20%;
	height: auto;
	right: 0;
	bottom: 0;
}
.voiceIntro > li:nth-child(2) {
	padding-left: 38%;
}
.voiceIntro > li:nth-child(2)::after {
	width: 36%;
	height: auto;
	left: 0;
	bottom: 0;
}
.voiceIntroInner::after {
	width: 20px;
	height: 20px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
	top: 0;
	bottom: 0;
	margin: auto;
}
.voiceIntro > li:nth-child(1) .voiceIntroInner::after {
	right: -19px;
}
.voiceIntro > li:nth-child(2) .voiceIntroInner::after {
	left: -19px;
}

.voiceIntroNote {
	font-size: 1.2rem;
}
ul + .ref-note {
	margin-top: 20px;
}
.ref-note {
	font-size: 1.2rem;
}
.case-studiesTtl {
	font-size: 2.1rem;
}
.case-studiesList {
	padding: 5%;
}
.case-studiesList > dd {
	flex-direction: column;
}
.case-studiesList > dt {
	font-size: 1.9rem;
}
.case-studiesList > dd .scene {
	margin-bottom: 1em;
}
/* おすすめの光触媒スプレー */
.recommendTtl {
	font-size: 2rem;
}
.recommendSTtl {
	font-size: 1.8rem;
}
.recommendSTtl + .catch {
	font-size: 1.6rem;
}
.recommendList > li {
	margin-bottom: 1em;
}
.item-name {
	font-size: 1.4rem;
}
.recommendBnr {
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.sub-section {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
}
/* ====================================
	PC
===================================== */
@media print, screen and (min-width:768px){
.pcDisNone {display: none !important;}
/* リード */
.lead-container {
	margin-bottom: 45px;
}
.lead-container p {
	font-size: 2.4rem;
}
/* リンクBnr */
.campaignBnr {
	margin-bottom: 75px;
}
.campaignBnr a {
	font-size: 5rem;
}
.campaignBnr a .logo {
	width: 188px;
	height: 52px;
	padding: 10px 15px;
}
.recommendBnr a {
	font-size: 4rem;
}
/* アンカーリンクリスト */
.linkListWrap {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	margin-bottom: 60px;
}
.linkList {
	display: flex;
	justify-content: space-around;
}
.linkList > li {
	width: 32%;
}
.linkList a {
	font-size: 2rem;
}
/* これまでの歩み */
.h02Ttl {
	font-size: 3.2rem;
}
.timelineWrap {
	width: 84%;
	max-width: 1016px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
	padding-left: 17px;
}
.timeline > li {
	padding-left: 45px;
	padding-bottom: 17px;
}
.timeline > li:last-child::after {
	border-width: 34px 17px 0 17px;
	border-color: #FCECF4 transparent transparent transparent;
	left: -20px;
	top: -34px;
}
.timeline > li::before {
	width: 34px;
	height: 34px;
	left: -20px;
}
.timelineSTtl {
	padding-top: 5px;
	font-size: 2rem;
}
.timelinePhoto {
	padding-left: 30px;
	padding-right: 30px;
}
.timelineEvent-item > li {
	width: 100%;
	margin-bottom: 40px;
}
.timelineEvent-item > li:last-child {
	margin-bottom: 0;
}
.timelineEvent-item > li .photo {
	width: 60%;
	padding-left: 30px;
	margin-right: 0;
	margin-left: auto;
}
/* お客様の声 */
#voice {
	margin-bottom: 70px;
}
.voiceIntroWrap {
	width: 90%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.voiceIntro > li {
	font-size: 2rem;
}
.voiceIntro > li:nth-child(1) {
	padding-top: 30px;
	padding-bottom: 100px;
	padding-right: 230px;
}
.voiceIntro > li:nth-child(1)::after {
	width: 102px;
	height: auto;
	top: 0;
	right: 55px;
}
.voiceIntro > li:nth-child(2) {
	padding-bottom: 35px;
	padding-left: 310px;
}
.voiceIntro > li:nth-child(2)::after {
	width: 222px;
	height: auto;
	bottom: 0;
	left: 35px;
}
.voiceIntroInner {
	padding: 1em 2em;
	font-size: 2rem;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}
.voiceIntroInner::after {
	width: 40px;
	height: 30px;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
	top: 0;
}
.voiceIntro > li:nth-child(1) .voiceIntroInner::after {
	right: -39px;
}
.voiceIntro > li:nth-child(2) .voiceIntroInner::after {
	left: -39px;
}
.voiceIntroNote {
	font-size: 1.6rem;
}
ul + .ref-note {
	margin-top: 45px;
}
.ref-note {
	font-size: 1.6rem;
}
.case-studiesTtl {
	font-size: 3.2rem;
}
.case-studiesList {
	margin-bottom: 40px;
	padding: 50px 100px 40px;
}
.case-studiesList:last-child {
	margin-bottom: 0;
}
.case-studiesList > dt {
	font-size: 2.4rem;
}
.case-studiesList > dd {
	justify-content: space-between;
}
.case-studiesList > dd .scene {
	width: 44%;
}
.case-studiesList > dd .people {
	width: 50.6%;
}
.case-studiesList:nth-child(even) > dd .scene {
	order: 2;
}
.case-studiesList:nth-child(even) > dd .people {
	order: 1;
}
/* おすすめの光触媒スプレー */
.recommendTtl {
	font-size: 3.2rem;
}
.recommendSTtl {
	font-size: 2.8rem;
}
.recommendSTtl + .catch {
	font-size: 2rem;
}
.recommendList {
	width: 90%;
	max-width: 1040px;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.recommendList > li {
	width: 47.6%;
}
.recommendList + .ref-note {
	width: 90%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.recommendBnr {
	padding-bottom: 65px;
	margin-bottom: 65px;
	margin-top: 40px;
}
}


/* Intersection Observer */
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* 左からフェードイン用 */
.fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-left.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* 右からフェードイン用 */
.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-right.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* ul li の時間差フェードイン */
.delay-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.delay-fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) {
.campaignBnr a,
.recommendBnr a,
.linkList a {
	transition: transform 0.3s ease;
}
.campaignBnr a:hover,
.recommendBnr a:hover,
.linkList a:hover {
	text-decoration: none;
	opacity: 0.7;
	transform: translateY(-4px); 
}
}

/* 大型スマホ・小型タブレット */
@media screen and (min-width: 431px) and (max-width: 767px) {
.voiceIntro > li:nth-child(1) {
	padding-right: 21.3%;
	margin-bottom: 5%;
}
.voiceIntro > li:nth-child(2) {
	padding-left: 28.7%;
}

.voiceIntro > li:nth-child(1)::after {
	height: 110% !important;
	width: auto !important;
	right: 3%;
}
.voiceIntro > li:nth-child(2)::after {
	height: 100% !important;
	width: auto !important;
	left: 3%;
}

}
