@charset "utf-8";
.mv .swiper-wrapper {
	transition-timing-function: linear !important;
	padding: 1em 0;
}
.mv img{
    object-fit: cover;
    aspect-ratio: 1.6 / 1;
	border-radius: 0.5em;
	filter: drop-shadow(0 5px 5px rgba(0,0,0,0.3));
}
.mv .swiper-slide.is-even {
	margin-top: 1em;
}
.mv-catch_h2{
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.2;
}
.mv-catch_h2 b{
	display: block;
	color: var(--red);
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.2;
}
.mv-catch_h2 b:before,
.mv-catch_h2 b:after {
	display: inline-block;
	content: "／";
	color: var(--red);
}
.mv-catch_h2 b:before {
	transform: scale(1,-1);
	padding-right: 0.2em;
	vertical-align: -0.1em;
}
.mv-catch_h2 br{
	display: none;
}
.mv-catch_p{
	font-size: clamp(13px, 2.5vw, 24px);
}
@media screen and (max-width: 680px) {
	.mv .swiper-wrapper,
	.mv-catch{
		padding: 0.5em 0 !important;
	}
	.mv-catch_h2 br{
		display: block;
	}
}

/*LEAD*/
.lead-bk{
	position: relative;
	padding: 5em 0 5em 5em;
}
.lead-bk:before{
	content: "";
	display: block;
	width: 80%;
	height: 100%;
	background: var(--cream);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.lead{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 95%;
	margin: 0 0 0 auto;
}
.lead-message{
	width: 50%;
	max-width: 780px;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	margin: 0 -5% 0 auto;
	position: relative;
	padding: 3em 3em 5em;
	z-index: 2;
	border-radius: 0.5em;
}
.lead-message:before{
	content: "";
	display: block;
	width: 7em;
	height: 9em;
	background: url("../img/kabu.webp") top left / contain no-repeat;
	position: absolute;
	top: -2em;
	left: -0.5em;
	transform: rotate(13deg);
	transform-origin: center;
}
.lead-message:after{
	content: "";
	display: block;
	width: 7em;
	height: 4em;
	background: url("../img/tomato.webp") bottom right/ contain no-repeat;
	position: absolute;
	bottom: 1em;
	right: 1em;
}
.lead-h3,
.lead-h3 b{
	font-size: clamp(24px, 3vw, 44px);
	line-height: 1.3;
}
.lead-h3 b{
	color: var(--orange);
}
.lead-thumb{
	flex: 1;
	margin-top: 5em;
}
.lead-thumb img{
	object-fit: cover;
	aspect-ratio: 2.2 / 1;
}
@media screen and (max-width: 1980px) {
	.lead-thumb img{
		aspect-ratio: 2 / 1;
	}
}
@media screen and (max-width: 1480px) {
	.lead{
		width: 95%;
	}
	.lead-thumb img{
		aspect-ratio: 1.6 / 1;
	}
}
@media screen and (max-width: 1280px) {
	.lead-bk{
		padding: 3em 0 3em 5%;
	}
	.lead{
		width: 100%;
	}
	.lead-message{
		margin: 0 -15% 0 auto;
	}
	.lead-thumb img{
		aspect-ratio: 1.4 / 1;
	}
}
@media screen and (max-width: 980px) {
	.lead-bk{
		padding: 0 0 3em 5%;
	}
	.lead-bk:before{
		top: 3em;
		height: calc(100% - 3em);
	}
	.lead{
		display: block;
	}
	.lead-message{
		margin: 0;
		width: 90%;
		max-width: 680px;
	}
	.lead-h3,
	.lead-h3 b{
		font-size: clamp(24px, 5vw, 38px);
	}
	.lead-thumb{
		width: 90%;
		margin: -3em 0 0 auto;
	}
	.lead-thumb img{
		aspect-ratio: 2 / 1;
	}
}
@media screen and (max-width: 680px) {
	.lead-thumb img{
		aspect-ratio: 1.4 / 1;
	}
}
@media screen and (max-width: 480px) {
	.lead-message{
		padding: 3em 2em 5em;
	}
	.lead-thumb img{
		aspect-ratio: 1 / 1;
	}
}

/*SUPPORT*/
.service {
	position: relative;
	overflow: hidden;
	padding: 8em 0;
}
.service::before,
.service::after {
	content: "";
	position: absolute;
	top: 0;
	width: 30vw;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
.service::before {
	left: -10%;
	background: url("../img/komatsuna.webp") top left / contain no-repeat;
	top: 0;
}
.service::after {
	right: -10%;
	background: url("../img/ninjin.webp") bottom right / contain no-repeat;
	bottom: 0;
}
.service-h3{
	margin-bottom: 1em;
}
.service-h3,
.service-h3 span{
	font-size: clamp(24px, 4vw, 44px);
	line-height: 1.3;
	font-family: "Kaisei HarunoUmi", serif;
}
.service-h3 br:nth-of-type(2){
	display: none;
}
.service-item,
.service-nav,
.service-item:before,
.service-nav a{
	font-size: clamp(18px, 2.4vw, 28px);
}
.service-nav{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	text-align: center;
}
.service-item{
	position: relative;
	padding: 0 0 0 2.5em;
	min-width: 9em;
}
.service-item:before{
	content: "";
	display: block;
	width: 4em;
	height: 8em;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-110%);
	z-index: 2;
}
.service-buyer:before{
	background: url("../img/illust_buyer.webp") right bottom / contain no-repeat;
}
.service-maker:before{
	background: url("../img/illust_maker.webp") right bottom / contain no-repeat;
}
.service-producer:before{
	background: url("../img/illust_producer.webp") right bottom / contain no-repeat;
}
.service-seller:before{
	background: url("../img/illust_seller.webp") right bottom / contain no-repeat;
}
.service-nav a{
	width: 6em;
	height: 6em;
	border-radius: 50%;
	background: #eee;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0.5em;
	font-family: "Kaisei HarunoUmi", serif;
	color: #fff;
}
.service-buyer a{
	background: var(--orange);
}
.service-maker a{
	background: var(--purple);
}
.service-producer a{
	background: var(--green);
}
.service-seller a{
	background: var(--red);
}
.service-nav a:hover{
	background: var(--yellow) !important;
}
@media screen and (max-width: 980px) {
	.service{
		padding: 3em 0;
	}
}
@media screen and (max-width: 780px) {
	.service{
		padding: 3em 0 0;
	}
	.service-h3{
		margin-bottom: 1em !important;
	}
	.service-item,
	.service-nav,
	.service-item:before,
	.service-nav a{
		font-size: clamp(18px, 3vw, 28px);
	}
	.service-nav{
		max-width: 26em;
		margin: 2em auto;
	}
	.service-item{
		margin-bottom: 1em;
	}
	.service::before,
	.service::after {
		width: 45vw;
	}
	.service::before {
		background: url("../img/komatsuna.webp") center left / contain no-repeat;
		top: inherit;
		bottom: 0;
	}
}
@media screen and (max-width: 580px) {
	.service-h3 br:nth-of-type(2){
		display: block;
	}
	.service::before,
	.service::after{
		display: none;
	}
}

/*OEM*/
.oem-home{
	padding: 5em 0;
	background: linear-gradient(90deg, var(--beige) 0%, var(--beige) 30%, #fff 30%, #fff 100%);
}
/*OEM ARCHIVE*/
.oem-archive_ol{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2em;
}
.oem-archive_li{
	background: #fff;
	border-radius: 0.5em;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.oem-archive_li:last-child{
	display: none;
}
.oem-archive_thumb img{
	display: block;
	border-radius: 0.5em 0.5em 0 0;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.oem-archive_h5{
	width: 95%;
	margin: 1em auto 0;
	font-size: clamp(13px, 1.4vw, 18px);
	line-height: 1.2;
}
.oem-archive_more{
	display: inline-block;
	background: var(--yellow);
	color: #fff;
	border-radius: 3em;
	padding: 0.5em 2em;
	margin: 0.5em auto 1.5em;
	line-height: 1;
	font-size: clamp(12px, 1.2vw, 16px);
}
.oem-archive_more:hover{
	background: var(--green);
}
.oem-btn .btn{
	background: var(--yellow);
}
.oem-btn .btn:hover{
	background: var(--green);
}
@media screen and (max-width: 980px) {
	.oem-archive_ol{
		grid-template-columns: repeat(3, 1fr);
		gap: 1em;
	}
	.oem-archive_li:last-child{
		display: block;
	}
}
@media screen and (max-width: 780px) {
	.oem-lead{
		text-align: left !important;
	} 
	.oem-lead br{
		display: none;
	}
}
@media screen and (max-width: 680px) {
     .oem-home{
        padding: 3em 0;
    }
	.oem-archive_ol{
		grid-template-columns: repeat(2, 1fr);
		gap: 1em;
	}
	.oem-archive_li:nth-last-of-type(-n+3){
		display: none;
	}
	.oem-archive_more{
		padding: 0.5em 1em;
	}
	.oem-btn{
		padding-bottom: 0 !important;
	}
}

/*OEM SINGLE*/
.oem-contenet{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.oem-h4_sp{
	display: none;
}
.oem-gallery{
	width: 45%;
}
.oem-swiper .swiper-slide img{
	position: relative;
	display: inline-block;
	cursor: zoom-in;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.oem-swiper_thumbs .swiper-wrapper{
	gap: 5px;
}
.oem-swiper_thumbs .swiper-slide{
	cursor: pointer;
	transition: 0.3s all ease;
}
.oem-swiper_thumbs .swiper-slide:hover{
	opacity: 0.7;
}
.oem-editor{
	width: 50%;
}
.oem-h4{
	font-size: clamp(21px, 2vw, 34px);
	border-left: 8px solid var(--yellow);
	padding-left: 0.5em;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
.oem-table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}
.oem-table th{
	text-align: left;
	width: 8em;
	background: var(--cream);
	padding: 0.5em;
}
.oem-table td{
	padding: 0.5em 1em;
	background: #fafafa;
}
.oem-h5 {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
	line-height: 1.2;
    border-bottom: 3px dotted var(--yellow);
	font-size: clamp(16px, 1.4vw, 18px);
}
.oem-h5:before{
	content: "■";
	color: var(--yellow);
	padding-right: 0.2em;
}
.oem-type span{
	display: inline-block;
	line-height: 1;
	padding: 0.5em 1em;
	border-radius: 3px;
	margin: 0 0 5px 0.2em;
	background: #f0f0f0;
}
.oem-single_archive{
    background: var(--cream);
    padding: 5em 0;
}
.oem-single_archive .oem-lead{
	margin-bottom: 1em !important;
}
.oem-single_archive .oem-archive_ol{
	grid-template-columns: repeat(6, 1fr);
	gap: 1em;
}
.oem-single_archive .oem-archive_h5 {
    margin: 0.5em auto 0;
    font-size: clamp(12px, 1.4vw, 15px);
}
.oem-single_archive .oem-archive_more {
    padding: 0.5em 1em;
    margin: 0.5em auto 1em;
    font-size: clamp(11px, 1.2vw, 14px);
}
.oem-contact a{
	background: var(--yellow);
	padding: 0.5em 2em;
	line-height: 1;
	color: #fff;
}
.oem-contact a:hover{
	background: var(--green);
}
@media screen and (max-width: 1280px) {
    .oem-gallery {
        width: 48%;
    }
	.oem-single_archive .oem-archive_ol{
		grid-template-columns: repeat(5, 1fr);
	}
}
@media screen and (max-width: 980px) {
	.oem-single_archive .oem-archive_ol{
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 680px) {
    .oem-gallery {
        width: 100%;
        order: 1;
        margin: 2em 0;
    }
    .oem-editor {
        width: 100%;
    }
    .oem-single_archive{
        padding: 3em 0;
    }
	.oem-single_archive .oem-archive_ol{
		grid-template-columns: repeat(3, 1fr);
	}
	.oem-single_archive .oem-archive_h5 {
		display: none;
	}
	.oem-single_archive .oem-archive_more {
		margin: 0.5em auto;
		letter-spacing: -0.1em;
	}
}


/*CASE*/
.case{
	padding: 5em 0;
	background: var(--cream);
}
/*CASE ARCHIVE*/
.case-archive_li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.case-archive_header{
	width: 40%;
	padding: 5em;
	position: relative;
}
.case-archive_header:before{
	content: "";
	display: block;
	width: 70%;
	height: 70%;
	background: url("../img/seed.webp") center center / contain no-repeat;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.case-archive_header p{
	margin-bottom: 0.5em;
}
.case-archive_thumb{
	width: 60%;
}
.case-archive_thumb img{
	object-fit: cover;
	aspect-ratio: 2.3 / 1;
}
.case-archive_h5{
	font-size: clamp(21px, 2vw, 34px);
	font-weight: bold;
	line-height: 1.3;
}
.case-archive_more{
	display: block;
	background: var(--orange);
	width: 9em;
	text-align: center;
	margin: 0 0 0 auto;
	border-radius: 3em;
	padding: 0.6em 0 0.5em;
	color: #fff;
	line-height: 1;
}
.case-archive_more:hover{
	background: var(--green);
}
.case-btn .btn{
	background: var(--green);
}
.case-btn .btn:hover{
	background: var(--red);
}
.case-archive .case-archive_ol{
	width: 90%;
	margin: 0 auto 5em;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2em;
}
.case-archive .case-archive_li{
	flex-direction: column;
	justify-content: space-between;
}
.case-archive .case-archive_thumb,
.case-archive .case-archive_header {
    width: 100%;
}
.case-archive .case-archive_header{
	padding: 1em 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.case-archive .case-archive_thumb img{
	aspect-ratio: 1.8 / 1;
}
.case-single_archive{
    background: var(--cream);
    padding: 5em 0;
}
.case-single_archive .case-h3 small,
.case-single_archive .case-h3 span{
	font-size: clamp(24px, 3vw, 38px);	
}
.case-single_archive .case-archive_ol{
	grid-template-columns: repeat(6, 1fr);
	gap: 1em;
}
.case-single_archive .case-archive_ol li{
	margin-bottom: 0;
}
.case-single_archive .case-archive_header{
	padding: 0 0 1em;
}
.case-single_archive .case-archive_h5 {
    font-size: clamp(13px, 1.2vw, 16px);
	font-weight: normal;
}
.case-single_archive .case-archive_more,
.case-single_archive .case-archive_header p{
	display: none;
	margin-bottom: 0;
}
@media screen and (max-width: 1780px) {
	.case-single_archive .case-archive_ol{
		grid-template-columns: repeat(5, 1fr);
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1380px) {
	.case-single_archive .case-archive_ol{
		grid-template-columns: repeat(4, 1fr);
		gap: 0.5em;
	}
}
@media screen and (max-width: 1280px) {
	.case-archive_header{
		padding: 3em;
	}
	.case-archive .case-archive_header{
		padding: 1em 0;
	}
	.case-archive .case-archive_thumb img{
		aspect-ratio: 1.6 / 1;
	}
}
@media screen and (max-width: 980px) {
	.case-archive_header{
		width: 50%;
		padding: 2em;
	}
	.case-archive_h5{
		margin-top: 0 !important;
	}
	.case-archive_thumb{
		width: 50%;
	}
	.case-archive_thumb img{
		aspect-ratio: 1.3 / 1;
	}
	.case-archive .case-archive_ol{
		grid-template-columns: repeat(2, 1fr);
		gap: 2em;
	}
	.case-single_archive .case-archive_ol{
		grid-template-columns: repeat(3, 1fr);
		gap: 0.5em;
	}
}
@media screen and (max-width: 680px) {
	.case-archive_ol{
		width: 90%;
		margin: 0 auto;
	}
	.case-archive_header{
		width: 100%;
		padding: 2em 0 1em;
	}
	.case-archive_thumb{
		width: 100%;
		margin: 0 auto;
	}
	.case-archive_thumb img{
		aspect-ratio: 1.8 / 1;
	}
	.case-archive .case-archive_ol{
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
        margin: 0 auto 3em;
	}
    .case-single_archive{
        padding: 3em 0;
    }
	.case-single_archive .case-archive_ol{
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5em;
        margin-bottom: 0;
	}
	.case-single_archive .case-archive_header{
		padding: 0.5em 0;
        order: 1;
	}
}


/*CASE SINGLE*/
.case-h3{
	font-size: clamp(38px, 4vw, 54px);
	line-height: 1;
}
.case-catch{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0.2em;
}
.case-catch b{
	margin: 0 0.5em 0.2em 0;
	font-size: clamp(21px, 4vw, 38px);
	line-height: 1.2;
}
.case-catch small{
	background: var(--green);
	line-height: 1;
	padding: 0.5em 2em;
	color: #fff;
	margin: 0 0 0.2em 0;
}
.case-header a{
	background: #f0f0f0;
	display: inline-block;
	padding: 0.5em 1em;
	line-height: 1;
	border-radius: 0.2em;
	margin: 0 0.5em 5px 0;
	font-size: clamp(12px, 1.2vw, 16px);
}
.case-header a:before{
	content: "#";
	font-size: clamp(13px, 1.2vw, 16px);
}
.case-header a:hover{
    background: var(--orange);
    color: #fff;
}
.case-header a:hover:before{
    color: #fff;
}
.case-swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}
.case-swiper img{
	object-fit: cover;
	aspect-ratio: 1.6 / 1;
}
.case-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case-summary{
	width: 50%;
	margin-right: 5%;
}
.case-h4,
.case-h4 span{
	line-height: 1.3;
	font-family: "Kaisei HarunoUmi", serif;
	font-size: clamp(21px, 3vw, 28px);
}
.case-ul li{
	background: var(--cream);
	line-height: 1.6;
	padding: 1em;
	border-left: 5px solid var(--green);
	margin-bottom: 5px;
}
.case-hp a{
	color: var(--green);
    display: block;
    line-height: 1.2;
    font-size: clamp(13px, 1.2vw, 16px);
}
.case-hp a:hover{
	text-decoration: underline;
}
.case-stories{
	flex: 1;
}
.case-story_img img{
	object-fit: cover;
	aspect-ratio: 1.8 / 1;
}
.case-story{
	border: 1px solid var(--green);
	padding: 2em;
	position: relative;
}
.case-story:before,
.case-story:after{
	content: "";
	display: block;
	width: 4em;
	height: 1px;
	background: var(--green);
	position: absolute;
	transform: rotate(-45deg);
	transform-origin: center;
}
.case-story:before{
	top: 1em;
	left: -1em;
}
.case-story:after{
	bottom: 1em;
	right: -1em;
}
@media screen and (max-width: 980px) {
	.case-swiper img{
		aspect-ratio: 1.2 / 1;
	}
.case-summary{
		width: 100%;
		margin: 0 0 2em;
	}
}
@media screen and (max-width: 680px) {
	.case-header span{
		padding: 0.5em;
	}
	.case-catch b{
		order: 1;
		width: 100%;
	}
	.case-catch small{
		padding: 0.5em 1em;
		margin-bottom: 0.5em;
	}
    .case-story_img img {
        aspect-ratio: 1.3 / 1;
    }
}

/*SERVICE*/
.service-content:nth-of-type(odd){
    padding-right: 10em;
}
.service-content:nth-of-type(even){
    padding-left: 10em;
}
.service-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.service-title{
    width: 16em;
    font-size: clamp(21px, 3.6vw, 40px);
    padding: 0 2em 0 0;
}
.service-h4{
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: bold;
}
.service-h4 small{
    font-size: clamp(14px, 2vw, 24px);
    vertical-align: 0.2em;
}
.service-catch{
    font-size: clamp(16px, 1.4vw, 21px);
    font-weight: bold;
    text-underline-offset: 0.3em;
    margin-bottom: 2em !important;
}
.service-thumb{
    flex: 1;
}
.service-thumb img{
    object-fit: cover;
    aspect-ratio: 1.6 / 1;
}
.service-content:nth-of-type(even) .service-title{
    order: 1;
    padding: 0 0 0 2em;
}
.service-points{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.service-point_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-icon{
    width: clamp(70px, 10vw, 150px);
}
.service-h5{
    width: 12em;
    font-weight: bold;
    text-align: center;
}
.service-contents{
    flex: 1;
}
.service-list{
    background: #f0f0f0;
    border-radius: 0 1em 0 1em;
    padding: 2em;
}
.service-ul li{
    padding: 0.2em 0 0.2em 1.2em;
    text-indent: -1em;
}
.service-ul li:before{
    content: "●";
    font-size: 70%;
    vertical-align: 0.1em;
}
.service-business span{
    background: #fff;
    display: inline-block;
    line-height: 1;
    font-size: clamp(12px, 1.1vw, 14px);
    border-radius: 3px;
    padding: 0.3em 1em;
    margin: 0 0.2em 5px 0;
}
.flow{
    margin: 2em 0 0;
}
.flow-dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}
.flow-dl dt{
    width: 12em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0;
    position: relative;
    line-height: 1.3;
}
.flow-dl dt:before{
    content: "";
    display: block;
    width: 100%;
    height: 1em;
    position: absolute;
    top: -0.98em;
    left: 0;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%, 100% 100%, 0% 100%);
}
.flow-dl dt:after{
    content: "";
    display: block;
    width: 100%;
    height: 1em;
    position: absolute;
    bottom: -0.98em;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.flow-dl:first-child dt:before,
.flow-dl:last-child dt:after{
    display: none;
}
.flow-dl dt br{
    display: none;
}
.flow-dl dd{
    flex: 1;
    margin-left: 1em;
    line-height: 1.3;
    padding: 0 0 1em;
}
#service-1 .service-catch{
    text-decoration: 4px underline wavy var(--grass);
}
#service-1 .service-h4,
#service-1 .service-h4 small,
#service-1 .service-ul li:before{
    color: var(--grass);
}
#service-1 .service-thumb img{
    box-shadow: 10em 5em 0 var(--grass10);
}
#service-1 .flow-dl dt:after,
#service-1 .flow-dl dt:before,
#service-1 .flow-dl dt{
    background: var(--grass);
}
#service-1 .flow-dl dd{
    border-bottom: 1px solid var(--grass);
}
#service-2 .service-catch{
    text-decoration: 4px underline wavy var(--purple);
}
#service-2 .service-h4,
#service-2 .service-h4 small,
#service-2 .service-ul li:before{
    color: var(--purple);
}
#service-2 .service-thumb img{
    box-shadow: -10em 5em 0 var(--purple10);
}
#service-2 .flow-dl dt:after,
#service-2 .flow-dl dt:before,
#service-2 .flow-dl dt{
    background: var(--purple);
}
#service-2 .flow-dl dd{
    border-bottom: 1px solid var(--purple);
}
#service-3 .service-catch{
    text-decoration: 4px underline wavy var(--red);
}
#service-3 .service-h4,
#service-3 .service-h4 small,
#service-3 .service-ul li:before{
    color: var(--red);
}
#service-3 .service-thumb img{
    box-shadow: 10em 5em 0 var(--red10);
}
#service-3 .flow-dl dt:after,
#service-3 .flow-dl dt:before,
#service-3 .flow-dl dt{
    background: var(--red);
}
#service-3 .flow-dl dd{
    border-bottom: 1px solid var(--red);
}
#service-4 .service-catch{
    text-decoration: 4px underline wavy var(--yellow);
}
#service-4 .service-h4,
#service-4 .service-h4 small,
#service-4 .service-ul li:before{
    color: var(--yellow);
}
#service-4 .service-thumb img{
    box-shadow: -10em 5em 0 var(--yellow10);
}
#service-4 .flow-dl dt:after,
#service-4 .flow-dl dt:before,
#service-4 .flow-dl dt{
    background: var(--yellow);
}
#service-4 .flow-dl dd{
    border-bottom: 1px solid var(--yellow);
}
@media screen and (max-width: 1480px) {
    .service-content:nth-of-type(odd){
        padding-right: 5em;
    }
    .service-content:nth-of-type(even){
        padding-left: 5em;
    }
    #service-1 .service-thumb img{
        box-shadow: 5em 5em 0 var(--grass10);
    }
    #service-2 .service-thumb img{
        box-shadow: -5em 5em 0 var(--purple10);
    }
    #service-3 .service-thumb img{
        box-shadow: 5em 5em 0 var(--red10);
    }
    #service-4 .service-thumb img{
        box-shadow: -5em 5em 0 var(--yellow10);
    }
    .service-thumb img{
        aspect-ratio: 1.3 / 1;
    }
}
@media screen and (max-width: 1280px) {
    .service-title{
        width: 14em;
        padding: 0 1em 0 0;
    }
    .service-content:nth-of-type(odd){
        padding-right: 0;
    }
    .service-content:nth-of-type(even){
        padding-left: 0;
    }
    #service-1 .service-thumb img{
        box-shadow: -3em 5em 0 var(--grass10);
    }
    #service-2 .service-thumb img{
        box-shadow: 3em 5em 0 var(--purple10);
    }
    #service-3 .service-thumb img{
        box-shadow: -3em 5em 0 var(--red10);
    }
    #service-4 .service-thumb img{
        box-shadow: 3em 5em 0 var(--yellow10);
    }
    .service-thumb img{
        aspect-ratio: 1 / 1;
    }
}
@media screen and (max-width: 980px) {
    .service-points {
        justify-content: flex-start;
    }
    .service-contents {
        flex: inherit;
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    .service-title {
        width: 100%;
        padding: 0;
    }
    .service-h4,
    .service-catch{
        text-align: center;
    }
    .service-thumb {
        flex: inherit;
        width: 80%;
        margin: 1em 0 0 auto;
    }
    #service-1 .service-thumb img{
        box-shadow: -4em 2em 0 var(--grass10);
    }
    #service-2 .service-thumb img{
        box-shadow: -4em 2em 0 var(--purple10);
    }
    #service-3 .service-thumb img{
        box-shadow: -4em 2em 0 var(--red10);
    }
    #service-4 .service-thumb img{
        box-shadow: -4em 2em 0 var(--yellow10);
    }
    .service-points {
        margin-top: -1em;
    }
    .service-h5 {
        text-align: left;
        margin: 2em 0 0 0.5em;
    }
    .service-content:nth-of-type(even) .service-title{
        order: 0;
        padding: 0;
    }
    .flow-dl dt{
        width: 8em;
    }
    .flow-dl dt br{
        display: block;
    }
}



/*CONTACT*/
.contact .page-h3,
.contact .page-h3 span{
    font-size: clamp(28px, 2.1vw, 38px);
}
.contact-wrap{
	max-width: 980px;
	margin: 0 auto;
}
.contact-btn{
    display: flex;
    justify-content: center;
}
.contact-btn .btn{
    width: 6em;
    height: 6em;
	background: var(--red);
    cursor: pointer;
    margin: 0 5px;
    font-size: clamp(16px, 1.4vw, 21px);
}
.contact-btn .btn:hover{
	background: var(--yellow);
}
.contact-thanks{
    text-align: center;
    margin-top: 2em;
}
.contact-thanks .contact-wrap{
    display: inline-block;
    width: auto;
    text-align: left;
}
.contact-address{
    background: var(--cream);
    padding: 2em;
}
.contact-address b{
    font-weight: bold;
    font-size: 120%;
}
.contact-address a{
    color: var(--red);
}
.contact-address a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 580px) {
    .contact-thanks_p br{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .contact-lead{
        text-align: left !important;
        line-height: 1.4;
    }
    .contact-lead br{
        display: none;
    }
}

/*THANKS*/
.thanks-wrap{
    display: inline-block;
}
.thanks-wrap p{
    text-align: left;
}
.thanks-address{
    background: #eee;
    text-align: left;
}
@media screen and (max-width: 680px) {
    .thanks-wrap p br{
        display: none;
    }
}

/*FRONT BITES*/
.fb-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.fb-message{
    width: 20em;
    margin-right: 4em;
}
.fb-h4{
    font-size: clamp(21px, 2vw, 28px);
}
.fb-img{
    width: 20em;
}
.fb-img img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.fb-table{
    display: inline-block;
    border-collapse: collapse;
}
.fb-table th,
.fb-table td{
    padding: 1.5em 0;
    border-bottom: 1px dotted #000;
}
.fb-table th{
    width: 8em;
    text-align: left;
}
.fb-table td{
    text-align: left;
}
.fb-ol li{
    margin-bottom: 1.5em;
}
.fb-ol li:last-of-type{
    margin-bottom: 0 !important;
}
.fb-h5{
    font-weight: bold;
}
.fb-p{
    margin-bottom: 0.2em;
    font-size: clamp(13px, 1.2vw, 15px);
    padding-left: 2em;
    text-indent: -1em;
}
.fb-p:before{
    content: "●";
    font-size: clamp(10px, 1vw, 11px);
    color: var(--green);
    vertical-align: 0.2em;
    padding-right: 0.2em;
}
@media screen and (max-width: 980px) {
    .fb-content{
        justify-content: space-between;
    }
    .fb-message {
        width: 55%;
        margin-right: 0;
    }
    .fb-img {
        width: 40%;
    }
}
@media screen and (max-width: 680px) {
    .fb-message {
        width: 100%;
        margin-bottom: 1em;
    }
    .fb-img {
        width: 100%;
    }
    .fb-img img{
        aspect-ratio: 1.3 / 1;
    }
}
@media screen and (max-width: 480px) {
    .fb-table,
    .fb-table tbody,
    .fb-table tr,
    .fb-table th,
    .fb-table td{
        display: block;
        width: 100%;
        padding: 0;
        border: none;
    }
    .fb-table tr{
        border-bottom: 1px dotted var(--black);
        padding: 1.5em 0;
    }
}

/*TERMS*/
.terms{
    max-width: 980px;
    margin-inline: auto;
}
.terms h4{
    margin-top: 2em;
    font-weight: bold;
    font-size: clamp(16px, 1.4vw, 18px);
}
.terms li,
.terms p,
.terms p a{
    font-size: clamp(13px, 1.2vw, 16px);
}
.terms p a{
    color: var(--red);
    text-decoration: underline;
}
.terms p a:hover{
    color: var(--purple);
}
.terms li{
    list-style: disc outside;
}
.terms ul{
    padding-left: 1.5em;
    margin: 0.5em 0 1em;
}

.about-s_cert:hover{
    opacity: 0.7;
}
.s-cert{
    color: var(--orange);
}
.s-cert:hover{
    text-decoration: underline;
}





