@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@500&family=Zen+Maru+Gothic:wght@900&family=Zen+Old+Mincho:wght@900&display=swap');





:root{
	/**
	 * #FFFFFF
	 */
	--white: rgba(255, 255, 255, 1);
	/**
	 * #333333
	 */
	--black: rgba(51, 51, 51, 1);
	--rem: 16px;
	--wrap: 750px;
	--inner: 712px;
}
@media screen and (max-width: 750px){
	:root{
		--rem: 2.13vw;
		--wrap: 100vw;
		--inner: 95vw;
	}
}





/**
 * 共通
 */
html{
	font-size: var(--rem);
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
body{
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	color: var(--black);
	font-weight: 400;
	/* 100, 200, 300, 400, 500, 600, 700, 800, 900 */
	line-height: 2;
	background-color: var(--white);
}
.zenmaru{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 900;
	/* 900 font.css */
	font-style: normal;
}
.oswald{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	/* 500 font.css */
	font-style: normal;
}
.mincho{
	font-family: 'Zen Old Mincho', sans-serif;
	font-weight: 900;
	/* 900 font.css */
	font-style: normal;
}
.nonei{
	display: none!important;
}
.flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fwn{
	flex-wrap: nowrap;
}
.jcsb{
	justify-content: space-between;
}
.jcc{
	justify-content: center;
}
.jce{
	justify-content: end;
}
.aifs{
	align-items: flex-start;
}
.aife{
	align-items: flex-end;
}
.ais{
	align-items: stretch;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.peni{
	pointer-events: none!important;
}
.text_ellipsis{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.pr{
	position: relative;
}
.ofya{
	overflow-y: auto;
}
.ofxa{
	overflow-x: auto;
}
.ofh{
	overflow: hidden;
}
.vh{
	visibility: hidden;
}
.wrap,
.inner{
	margin: 0 auto;
}
.wrap{
	width: var(--wrap);
}
.inner{
	width: var(--inner);
}





/**
 * animation
 */
@keyframes updown01{
	0% {
		transform: translate(-50%, 0);
	} 50% {
		transform: translate(-50%, 8px);
	} 100% {
		transform: translate(-50%, 0);
	}
}
@keyframes updown02{
	0% {
		transform: translate(-50%, 0);
	} 50% {
		transform: translate(-50%, -8px);
	} 100% {
		transform: translate(-50%, 0);
	}
}
@keyframes updown03{
	0% {
		transform: translate(-50%, -50%);
	} 50% {
		transform: translate(-50%, calc(-50% + 8px));
	} 100% {
		transform: translate(-50%, -50%);
	}
}
@keyframes updown04{
	0% {
		transform: translate(-50%, -50%);
	} 50% {
		transform: translate(-50%, calc(-50% - 8px));
	} 100% {
		transform: translate(-50%, -50%);
	}
}
@keyframes shiny{
	0% {
		transform: translate(-50%, -50%) rotate(45deg) scale(0);
		opacity: .8;
	} 100% {
		transform: translate(-50%, -50%) rotate(45deg) scale(20);
		opacity: 0;
	}
}
@media screen and (max-width: 750px){
	@keyframes updown01{
		0% {
			transform: translate(-50%, 0);
		} 50% {
			transform: translate(-50%, 1.07vw);
		} 100% {
			transform: translate(-50%, 0);
		}
	}
	@keyframes updown02{
		0% {
			transform: translate(-50%, 0);
		} 50% {
			transform: translate(-50%, -1.07vw);
		} 100% {
			transform: translate(-50%, 0);
		}
	}
	@keyframes updown03{
		0% {
			transform: translate(-50%, -50%);
		} 50% {
			transform: translate(-50%, calc(-50% + 1.07vw));
		} 100% {
			transform: translate(-50%, -50%);
		}
	}
	@keyframes updown04{
		0% {
			transform: translate(-50%, -50%);
		} 50% {
			transform: translate(-50%, calc(-50% - 1.07vw));
		} 100% {
			transform: translate(-50%, -50%);
		}
	}
}





/**
 * z-index
 */
header{
	/*z-index: 10;*/
}





/**
 * yellowline
 */
.yellowline:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0, 1);
	transform-origin: left center;
	width: 100%;
	height: 100%;
	background-color: #ebe803;
	transition: .8s;
}
.yellowline.act:before{
	transform: translate(-50%, -50%) scale(1, 1);
}





/**
 * header
 */
header{
	padding: 15px 0;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
header .logo{
	width: 240px;
	height: calc(240px * (40/260));
}
header .logo img{
	display: block;
	width: 100%;
	height: 100%;
}
header a.contact{
	display: block;
}
header a.contact p{
	color: #11452b;
	line-height: 1;
}
header a.contact p.message{
	font-size: 18px;
	font-weight: 600;
}
header a.contact p.tel{
	font-size: 54px;
	padding-left: calc(8px + 50px);
}
header a.contact p.tel:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 50px;
	height: calc(50px * (36/50));
	background-image: url('../images/freedial_50_36.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
header a.contact p.period{
	font-size: 20px;
	letter-spacing: 0.025em;
}
@media screen and (max-width: 750px){
	header{
		padding: 2vw 0;
		box-shadow: 0 0 3.2vw 0 rgba(0, 0, 0, 0.15);
	}
	header .logo{
		width: 32vw;
		height: calc(32vw * (40/260));
	}
	header a.contact p.message{
		font-size: 2.4vw;
	}
	header a.contact p.tel{
		font-size: 7.2vw;
		padding-left: calc(1.07vw + 6.67vw);
	}
	header a.contact p.tel:before{
		width: 6.67vw;
		height: calc(6.67vw * (36/50));
	}
	header a.contact p.period{
		font-size: 2.67vw;
	}
}





/**
 * footer
 */
footer{
	padding: 64px 0;
}
footer ul.link_lists{
	margin-bottom: 24px;
}
footer ul.link_lists li.link_list{
	margin-right: 24px;
}
footer ul.link_lists li.link_list:last-child{
	margin-right: 0;
}
footer ul.link_lists li.link_list a{
	display: block;
	font-size: 24px;
	font-weight: 500;
	text-decoration: underline;
}
footer p.biz span,
footer p.copyright span{
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	margin-right: calc(20px * (1/2));
}
footer p.biz span:last-child,
footer p.copyright span:last-child{
	margin-right: 0;
}
@media screen and (max-width: 750px){
	footer{
		padding: 8.53vw 0;
	}
	footer ul.link_lists{
		margin-bottom: 3.2vw;
	}
	footer ul.link_lists li.link_list{
		margin-right: 3.2vw;
	}
	footer ul.link_lists li.link_list a{
		font-size: 3.2vw;
	}
	footer p.biz span,
	footer p.copyright span{
		font-size: 2.67vw;
		margin-right: calc(2.67vw * (1/2));
	}
}





/**
 * mv
 */
section.mv{
	height: calc(750px * (1249/750));
	background-image: url('../images/mvbg_750_1249.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.mv ul.mv_lists{
	position: absolute;
	bottom: -64px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 712px;
}
section.mv ul.mv_lists li.mv_list{
	width: calc((100% - (10px * 2)) / 3);
}
section.mv ul.mv_lists li.mv_list:before,
section.mv ul.mv_lists li.mv_list .box:before{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
}
section.mv ul.mv_lists li.mv_list:before{
	width: calc(60px + (2px * 2));
	height: calc(60px + (2px * 2));
	background-color: #fff;
}
section.mv ul.mv_lists li.mv_list .box{
	padding: 34px 0;
	background-color: #ffed7d;
	outline: 2px solid #fff;
	border-radius: 1px;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
}
section.mv ul.mv_lists li.mv_list .box:before{
	width: 60px;
	height: 60px;
	background-color: #ffed7d;
	background-image: url('../images/mv01_32_32.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
}
section.mv ul.mv_lists li.mv_list .box p:nth-child(1){
	height: calc(30px * 2);
	margin-bottom: 12px;
}
section.mv ul.mv_lists li.mv_list .box p:nth-child(1) span{
	width: 100%;
	font-size: 30px;
	color: #3c2802;
	line-height: 1;
}
section.mv ul.mv_lists li.mv_list .box p:nth-child(2){
	font-size: 40px;
	color: #1bbf23;
	line-height: 1;
}
@media screen and (max-width: 750px){
	section.mv{
		height: calc(100vw * (1249/750));
	}
	section.mv ul.mv_lists{
		bottom: -8.53vw;
		width: 95vw;
	}
	section.mv ul.mv_lists li.mv_list{
		width: calc((100% - (1.33vw * 2)) / 3);
	}
	section.mv ul.mv_lists li.mv_list:before{
		width: calc(8vw + (2px * 2));
		height: calc(8vw + (2px * 2));
	}
	section.mv ul.mv_lists li.mv_list .box{
		padding: 4.53vw 0;
		box-shadow: 0 0 3.2vw 0 rgba(0, 0, 0, 0.3);
	}
	section.mv ul.mv_lists li.mv_list .box:before{
		width: 8vw;
		height: 8vw;
		background-size: 4.27vw;
	}
	section.mv ul.mv_lists li.mv_list .box p:nth-child(1){
		height: calc(4vw * 2);
		margin-bottom: 1.6vw;
	}
	section.mv ul.mv_lists li.mv_list .box p:nth-child(1) span{
		font-size: 4vw;
	}
	section.mv ul.mv_lists li.mv_list .box p:nth-child(2){
		font-size: 5.33vw;
	}
}





/**
 * award
 */
section.award{
	padding: 112px 0 48px 0;
	background-image: url('../images/awardbg_750_361.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.award .award01{
	margin-bottom: 4px;
}
section.award .award01,
section.award .award01 img{
	height: calc(725px * (161/725));
}
section.award .award01 img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 725px;
}
section.award .txt{
	font-size: 24px;
	color: #deffc2;
	font-weight: 600;
	line-height: 1.5;
}
@media screen and (max-width: 750px){
	section.award{
		padding: 14.93vw 0 6.4vw 0;
	}
	section.award .award01{
		margin-bottom: 0.53vw;
	}
	section.award .award01,
	section.award .award01 img{
		height: calc(96.67vw * (161/725));
	}
	section.award .award01 img{
		width: 96.67vw;
	}
	section.award .txt{
		font-size: 3.2vw;
	}
}





/**
 * cta
 */
section.cta{
	padding: 48px 0 160px 0;
}
section.cta .campaign{
	margin-bottom: 48px;
}
section.cta .campaign .ttl{
	margin-bottom: 12px;
}
section.cta .campaign .ttl p:nth-child(1){
	font-size: 36px;
	color: #fff;
	padding: 3px 0;
	background-color: #fc8b09;
	margin-bottom: 12px;
}
section.cta .campaign .ttl p:nth-child(2) span{
	display: block;
	font-size: 36px;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0 66px;
	background-color: #ebe803;
}
section.cta .campaign .ttl p:nth-child(3){
	font-size: 36px;
	color: #000;
	letter-spacing: 0.05em;
}
section.cta .campaign .cta01,
section.cta .campaign .cta01 img{
	height: calc(672px * (193/672));
}
section.cta .campaign .cta01 img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 672px;
}
section.cta .campaign .period p:nth-child(1){
	font-size: 36px;
	color: #000;
}
section.cta .campaign .period p:nth-child(2){
	font-size: 24px;
	color: #ff0000;
	font-weight: 600;
	line-height: 1.5;
}
section.cta .feature{
	margin-bottom: 12px;
}
section.cta .feature p.ttl{
	font-size: 35px;
	color: #fff;
	padding: 2px 0;
	background-color: #ff9e06;
	border-radius: 24px;
	margin-bottom: 28px;
}
section.cta .feature ul.feature_lists li.feature_list{
	width: calc((100% - (4px * 2)) / 3);
	padding: 8px;
	background-color: #ffed7d;
}
section.cta .feature ul.feature_lists li.feature_list p{
	font-size: 26px;
	color: #3c2802;
	font-weight: 600;
	padding: 2px 0;
	background-color: #ebe803;
	outline: 1px solid #ab9403;
}
section.cta .button{
	height: calc((748px * (213/748)) + 108px);
}
section.cta .button a.cta04,
section.cta .button a.cta04 img,
section.cta .button .cta03 img,
section.cta .button .cta05 img{
	display: block;
}
section.cta .button a.cta04 img,
section.cta .button .cta03 img,
section.cta .button .cta05 img{
	width: 100%;
	height: 100%;
}
section.cta .button a.cta04,
section.cta .button .cta03,
section.cta .button .cta05{
	position: absolute;
}
section.cta .button a.cta04{
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 748px;
	height: calc(748px * (213/748));
}
section.cta .button a.cta04:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 200px;
	height: 200px;
	background-color: #fff;
	animation-name: shiny;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
section.cta .button .cta03{
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 704px;
	height: calc(704px * (108/704));
}
section.cta .button .cta05{
	top: 0;
	left: 0;
	width: 119px;
	height: calc(119px * (149/119));
}
section.cta .message{
	margin-top: 24px;
}
section.cta .message p{
	font-size: 35px;
	color: #000000;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 35px;
}
section.cta .message p:last-child{
	margin-bottom: 0;
}
section.cta .message p span.green{
	color: #499406;
}
@media screen and (max-width: 750px){
	section.cta{
		padding: 6.4vw 0 21.33vw 0;
	}
	section.cta .campaign{
		margin-bottom: 6.4vw;
	}
	section.cta .campaign .ttl{
		margin-bottom: 1.6vw;
	}
	section.cta .campaign .ttl p:nth-child(1){
		font-size: 4.8vw;
		padding: 0.4vw 0;
		margin-bottom: 1.6vw;
	}
	section.cta .campaign .ttl p:nth-child(2) span{
		font-size: 4.8vw;
		padding: 0 8.8vw;
	}
	section.cta .campaign .ttl p:nth-child(3){
		font-size: 4.8vw;
	}
	section.cta .campaign .cta01,
	section.cta .campaign .cta01 img{
		height: calc(89.6vw * (193/672));
	}
	section.cta .campaign .cta01 img{
		width: 89.6vw;
	}
	section.cta .campaign .period p:nth-child(1){
		font-size: 4.8vw;
	}
	section.cta .campaign .period p:nth-child(2){
		font-size: 3.2vw;
	}
	section.cta .feature{
		margin-bottom: 1.6vw;
	}
	section.cta .feature p.ttl{
		font-size: 4.67vw;
		padding: 0.27vw 0;
		border-radius: 3.2vw;
		margin-bottom: 3.73vw;
	}
	section.cta .feature ul.feature_lists li.feature_list{
		width: calc((100% - (0.53vw * 2)) / 3);
		padding: 1.07vw;
	}
	section.cta .feature ul.feature_lists li.feature_list p{
		font-size: 3.47vw;
		padding: 0.27vw 0;
	}
	section.cta .button{
		height: calc((99.73vw * (213/748)) + 14.4vw);
	}
	section.cta .button a.cta04{
		width: 99.73vw;
		height: calc(99.73vw * (213/748));
	}
	section.cta .button a.cta04:before{
		width: 26.67vw;
		height: 26.67vw;
	}
	section.cta .button .cta03{
		width: 93.87vw;
		height: calc(93.87vw * (108/704));
	}
	section.cta .button .cta05{
		width: 15.87vw;
		height: calc(15.87vw * (149/119));
	}
	section.cta .message{
		margin-top: 3.2vw;
	}
	section.cta .message p{
		font-size: 4.67vw;
		margin-bottom: 4.67vw;
	}
}





/**
 * businesstrip
 */
section.businesstrip{
	padding: 54px 0 99px 0;
	background-image: url('../images/businesstripbg_750_767.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.businesstrip .box{
	padding: 40px 0 16px 0;
	background-color: #fff;
	outline: 4px solid #ff9e06;
	border-radius: 40px;
}
section.businesstrip .box p.ttl span{
	display: block;
	font-size: 28px;
	color: #fff;
	line-height: 1.5;
	padding: 4px 55px;
	background-color: #ff9e06;
	border-radius: 11px;
}
section.businesstrip .box p.consultation{
	font-size: 28px;
	color: #2a2a2a;
	margin-bottom: 16px;
}
section.businesstrip .box p.message{
	margin-bottom: 18px;
}
section.businesstrip .box p.message span.txt{
	margin-bottom: 12px;
}
section.businesstrip .box p.message span.txt:last-child{
	margin-bottom: 0;
}
section.businesstrip .box p.message span.txt span{
	display: block;
	font-size: 48px;
	color: #fff;
	line-height: 1.5;
	padding: 8px 28px;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.businesstrip .box ul.check_lists{
	width: calc(100% - (12px * 2));
	padding: 16px;
	background-color: #f9f2c4;
}
section.businesstrip .box ul.check_lists li.check_list{
	margin-bottom: 10px;
}
section.businesstrip .box ul.check_lists li.check_list:last-child{
	margin-bottom: 0;
}
section.businesstrip .box ul.check_lists li.check_list p{
	font-size: 28px;
	color: #2a2a2a;
	letter-spacing: -0.05em;
	line-height: 1.5;
	padding-left: calc(12px + 32px);
}
section.businesstrip .box ul.check_lists li.check_list p:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 32px;
	height: 32px;
	background-image: url('../images/mv01_32_32.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 750px){
	section.businesstrip{
		padding: 7.2vw 0 13.2vw 0;
	}
	section.businesstrip .box{
		padding: 5.33vw 0 2.13vw 0;
		outline: 0.53vw solid #ff9e06;
		border-radius: 5.33vw;
	}
	section.businesstrip .box p.ttl span{
		font-size: 3.73vw;
		padding: 0.53vw 7.33vw;
		border-radius: 1.47vw;
	}
	section.businesstrip .box p.consultation{
		font-size: 3.73vw;
		margin-bottom: 2.13vw;
	}
	section.businesstrip .box p.message{
		margin-bottom: 2.4vw;
	}
	section.businesstrip .box p.message span.txt{
		margin-bottom: 1.6vw;
	}
	section.businesstrip .box p.message span.txt span{
		font-size: 6.4vw;
		padding: 1.07vw 3.73vw;
	}
	section.businesstrip .box ul.check_lists{
		width: calc(100% - (1.6vw * 2));
		padding: 2.13vw;
	}
	section.businesstrip .box ul.check_lists li.check_list{
		margin-bottom: 1.33vw;
	}
	section.businesstrip .box ul.check_lists li.check_list p{
		font-size: 3.73vw;
		padding-left: calc(1.6vw + 4.27vw);
	}
	section.businesstrip .box ul.check_lists li.check_list p:before{
		width: 4.27vw;
		height: 4.27vw;
	}
}





/**
 * worries
 */
section.worries{
	padding: 325px 0 412px 0;
	background-image: url('../images/worriesbg_750_1218.webp');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
section.worries ul.worries_lists{
	height: calc(1218px - (325px + 412px));
}
section.worries ul.worries_lists li.worries_list{
	position: absolute;
	transform: translate(-50%, 0);
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
section.worries ul.worries_lists li.worries_list:nth-child(1){
	top: 48px;
	left: calc(50% - 124px);
	width: 247px;
	height: calc(247px * (272/247));
	animation-name: updown01;
}
section.worries ul.worries_lists li.worries_list:nth-child(2){
	top: 0;
	left: calc(50% + 192px);
	width: 332px;
	height: calc(332px * (307/332));
	animation-name: updown02;
}
section.worries ul.worries_lists li.worries_list:nth-child(3){
	top: 220px;
	left: calc(50% - 264px);
	width: 282px;
	height: calc(282px * (262/282));
	animation-name: updown02;
}
section.worries ul.worries_lists li.worries_list:nth-child(4){
	top: 256px;
	left: calc(50% + 124px);
	width: 294px;
	height: calc(294px * (200/294));
	animation-name: updown01;
}
section.worries ul.worries_lists li.worries_list img{
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 750px){
	section.worries{
		padding: 43.33vw 0 18.93vw 0;
	}
	section.worries ul.worries_lists{
		height: calc(162.4vw - (43.33vw + 18.93vw));
	}
	section.worries ul.worries_lists li.worries_list:nth-child(1){
		top: 6.4vw;
		left: calc(50% - 16.53vw);
		width: 32.93vw;
		height: calc(32.93vw * (272/247));
	}
	section.worries ul.worries_lists li.worries_list:nth-child(2){
		left: calc(50% + 25.6vw);
		width: 44.27vw;
		height: calc(44.27vw * (307/332));
	}
	section.worries ul.worries_lists li.worries_list:nth-child(3){
		top: 29.33vw;
		left: calc(50% - 35.2vw);
		width: 37.6vw;
		height: calc(37.6vw * (262/282));
	}
	section.worries ul.worries_lists li.worries_list:nth-child(4){
		top: 34.13vw;
		left: calc(50% + 16.53vw);
		width: 39.2vw;
		height: calc(39.2vw * (200/294));
	}
}





/**
 * merit
 */
section.merit{

}
section.merit .ttl{
	padding: 36px 0;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.merit .ttl:before{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 169px;
	height: calc(169px * (249/169));
	background-image: url('../images/merit03_169_249.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.merit .ttl p.businesstrip{
	margin-bottom: 12px;
}
section.merit .ttl p.businesstrip span{
	display: block;
	font-size: 28px;
	color: #000;
	line-height: 1.5;
	padding: 4px 55px;
	background-color: #ebe803;
	border-radius: 11px;
}
section.merit .ttl .txt{
	font-size: 53px;
	color: #fff;
	line-height: 1.2;
}
section.merit .ttl .txt span.yellow{
	color: #ebe803;
}
section.merit .merits{
	padding: 20px 0 80px 0;
	background-color: #e6f8a8;
}
section.merit ul.merit_lists li.merit_list{
	padding-top: 76px;
	margin-bottom: 48px;
}
section.merit ul.merit_lists li.merit_list:last-child{
	margin-bottom: 0;
}
section.merit ul.merit_lists li.merit_list .circle{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(76px * 2);
	height: calc(76px * 2);
	border-radius: 100%;
}
section.merit ul.merit_lists li.merit_list:after{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(76px * 2);
	height: calc(76px * 2);
	background-image: url('../images/merit02_62_62.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 62px;
	border-radius: 100%;
}
section.merit ul.merit_lists li.merit_list .circle:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 712px;
	height: 100%;
	background: linear-gradient(
		90deg, 
		#b1d696 0%,
		#2fa159 100%
	);
}
section.merit ul.merit_lists li.merit_list .box{
	padding: 6px;
	background: linear-gradient(
		90deg, 
		#b1d696 0%,
		#2fa159 100%
	);
	border-radius: 40px;
}
section.merit ul.merit_lists li.merit_list .box dl dt p{
	font-size: 53px;
	color: #fff;
	padding: 22px 0;
	transform: translate(0, 100%);
	opacity: 0;
	transition: .4s;
}
section.merit ul.merit_lists li.merit_list .box dl dt p.act{
	transform: translate(0, 0);
	opacity: 1;
}
section.merit ul.merit_lists li.merit_list .box dl dd{
	background-color: #fff;
	border-radius: 0 0 calc(40px - 6px) calc(40px - 6px);
}
section.merit ul.merit_lists li.merit_list .box dl dd .thm{
	height: 377px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.merit ul.merit_lists li.merit_list .box dl dd .txts{
	padding: 56px 36px;
	background-color: #fff;
}
section.merit ul.merit_lists li.merit_list .box dl dd .txts p:nth-child(1){
	font-size: 33px;
	color: #000;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 32px;
}
section.merit ul.merit_lists li.merit_list .box dl dd .txts p:nth-child(2){
	font-size: 30px;
	color: #000;
	font-weight: 600;
	line-height: 1.4;
}
@media screen and (max-width: 750px){
	section.merit{

	}
	section.merit .ttl{
		padding: 4.8vw 0;
	}
	section.merit .ttl:before{
		width: 22.53vw;
		height: calc(22.53vw * (249/169));
	}
	section.merit .ttl p.businesstrip{
		margin-bottom: 1.6vw;
	}
	section.merit .ttl p.businesstrip span{
		font-size: 3.73vw;
		padding: 0.53vw 7.33vw;
		border-radius: 1.47vw;
	}
	section.merit .ttl .txt{
		font-size: 7.07vw;
	}
	section.merit .merits{
		padding: 2.67vw 0 10.67vw 0;
	}
	section.merit ul.merit_lists li.merit_list{
		padding-top: 10.13vw;
		margin-bottom: 6.4vw;
	}
	section.merit ul.merit_lists li.merit_list .circle{
		width: calc(10.13vw * 2);
		height: calc(10.13vw * 2);
	}
	section.merit ul.merit_lists li.merit_list:after{
		width: calc(10.13vw * 2);
		height: calc(10.13vw * 2);
		background-size: 8.27vw;
	}
	section.merit ul.merit_lists li.merit_list .circle:before{
		width: 94.93vw;
	}
	section.merit ul.merit_lists li.merit_list .box{
		padding: 0.8vw;
		border-radius: 5.33vw;
	}
	section.merit ul.merit_lists li.merit_list .box dl dt p{
		font-size: 7.07vw;
		padding: 2.93vw 0;
	}
	section.merit ul.merit_lists li.merit_list .box dl dd{
		border-radius: 0 0 calc(5.33vw - 0.8vw) calc(5.33vw - 0.8vw);
	}
	section.merit ul.merit_lists li.merit_list .box dl dd .thm{
		height: 50.27vw;
	}
	section.merit ul.merit_lists li.merit_list .box dl dd .txts{
		padding: 7.47vw 4.8vw;
	}
	section.merit ul.merit_lists li.merit_list .box dl dd .txts p:nth-child(1){
		font-size: 4.4vw;
		margin-bottom: 4.27vw;
	}
	section.merit ul.merit_lists li.merit_list .box dl dd .txts p:nth-child(2){
		font-size: 4vw;
	}
}





/**
 * achievement
 */
section.achievement{

}
section.achievement .ttl{
	padding: 28px 0;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.achievement .ttl:before{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 150px;
	height: calc(150px * (255/150));
	background-image: url('../images/achievements01_150_255.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.achievement .ttl .main{
	margin-bottom: 20px;
}
section.achievement .ttl .main span{
	display: block;
	font-size: 53px;
	color: #ebe803;
	line-height: 1.5;
}
section.achievement .txt{
	font-size: 40px;
	color: #fff;
	line-height: 1.3;
}
section.achievement .txt span.yellowline span{
	color: #fff;
	transition: .4s;
}
section.achievement .txt span.yellowline.act span{
	color: #000;
}
section.achievement .achievements{
	padding: 70px 0 140px 0;
	background-image: url('../images/businesstripbg_750_767.webp');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 750px;
}
section.achievement .achievements ul.achievement_lists li.achievement_list{
	width: calc(304px + (16px * 2));
	margin-right: calc(100% - ((304px + (16px * 2)) * 2));
	margin-bottom: 48px;
}
section.achievement .achievements ul.achievement_lists li.achievement_list:before{
	position: absolute;
	content: '';
	top: calc(50% + 18px);
	left: calc(50% + 9px);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: #85d13e;
	box-shadow: 0 0 24px 0 rgba(32, 32, 32, .1);
}
section.achievement .achievements ul.achievement_lists li.achievement_list:nth-child(2n){
	margin-right: 0;
}
section.achievement .achievements ul.achievement_lists li.achievement_list .box{
	height: 100%;
	padding: 16px 16px calc(16px + 67px + 4px) 16px;
	background-color: #fff;
	box-shadow: 0 0 24px 0 rgba(32, 32, 32, .45);
}
section.achievement .achievements ul.achievement_lists li.achievement_list .box .thm{
	width: 304px;
	height: calc(304px * (210/304));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.achievement .achievements ul.achievement_lists li.achievement_list .box .brand{
	margin-top: 4px;
}
section.achievement .achievements ul.achievement_lists li.achievement_list .box .brand img{
	display: block;
}
section.achievement .achievements ul.achievement_lists li.achievement_list .box p.name{
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 4px;
	word-break: break-all;
}
section.achievement .achievements ul.achievement_lists li.achievement_list .box .price{
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(100% - (16px * 2));
	padding: 10px;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.achievement .achievements ul.achievement_lists li.achievement_list .box .price p:nth-child(1){
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	line-height: 1.3;
	padding: 0 9px;
	background-color: #ebe803;
	outline: 1px solid #fff;
}
section.achievement .achievements ul.achievement_lists li.achievement_list .box .price p:nth-child(2){
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	line-height: 1.3;
}
section.achievement .achievements ul.achievement_lists li.achievement_list .box .price p:nth-child(2) span.oswald{
	font-size: 36px;
}
section.achievement .achievements .btn{
	padding: 10px 0;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
	outline: 2px solid #ffffff;
	outline-offset: -2px;
	margin-top: 70px;
	cursor: pointer;
}
section.achievement .achievements .btn span{
	display: block;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-left: calc(24px + 49px);
}
section.achievement .achievements .btn span:before{
	position: absolute;
	content: '';
	top: calc(50% + 3px);
	left: 0;
	transform: translate(0, -50%);
	width: 49px;
	height: calc(49px * (29/49));
	background-image: url('../images/achievements02_49_29.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.achievement .achievements .more{
	display: none;
}
@media screen and (max-width: 750px){
	section.achievement{

	}
	section.achievement .ttl{
		padding: 3.73vw 0;
	}
	section.achievement .ttl:before{
		width: 20vw;
		height: calc(20vw * (255/150));
	}
	section.achievement .ttl .main{
		margin-bottom: 2.67vw;
	}
	section.achievement .ttl .main span{
		font-size: 7.07vw;
	}
	section.achievement .txt{
		font-size: 5.33vw;
	}
	section.achievement .achievements{
		padding: 9.33vw 0 18.67vw 0;
		background-size: 100vw;
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list{
		width: calc(40.53vw + (2.13vw * 2));
		margin-right: calc(100% - ((40.53vw + (2.13vw * 2)) * 2));
		margin-bottom: 6.4vw;
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list:before{
		top: calc(50% + 2.4vw);
		left: calc(50% + 1.2vw);
		box-shadow: 0 0 3.2vw 0 rgba(32, 32, 32, .1);
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list .box{
		padding: 2.13vw 2.13vw calc(2.13vw + 8.93vw + 0.53vw) 2.13vw;
		box-shadow: 0 0 3.2vw 0 rgba(32, 32, 32, .45);
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list .box .thm{
		width: 40.53vw;
		height: calc(40.53vw * (210/304));
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list .box .brand{
		margin-top: 0.53vw;
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list .box p.name{
		font-size: 3.47vw;
		margin-top: 0.53vw;
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list .box .price{
		bottom: 2.13vw;
		width: calc(100% - (2.13vw * 2));
		padding: 1.33vw;
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list .box .price p:nth-child(1){
		font-size: 3.47vw;
		padding: 0 1.2vw;
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list .box .price p:nth-child(2){
		font-size: 3.47vw;
	}
	section.achievement .achievements ul.achievement_lists li.achievement_list .box .price p:nth-child(2) span.oswald{
		font-size: 4.8vw;
	}
	section.achievement .achievements .btn{
		padding: 1.33vw 0;
		margin-top: 9.33vw;
	}
	section.achievement .achievements .btn span{
		font-size: 4.8vw;
		padding-left: calc(3.2vw + 6.53vw);
	}
	section.achievement .achievements .btn span:before{
		top: calc(50% + 0.4vw);
		width: 6.53vw;
		height: calc(6.53vw * (29/49));
	}
}





/**
 * category
 */
section.category{

}
section.category .ttl{
	padding: 30px 0;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.category .ttl:before{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 183px;
	height: calc(183px * (252/183));
	background-image: url('../images/category01_183_252.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.category .ttl .txt{
	font-size: 53px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 4px;
}
section.category .ttl .txt span.yellow{
	color: #ebe803;
}
section.category .ttl .main span.maintxt{
	display: block;
	font-size: 35px;
	color: #000000;
	font-weight: 600;
}
section.category .categories{
	padding: 36px 0 72px 0;
	background-image: url('../images/categorybg_750_931.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.category .categories .box{
	padding: 60px 12px 80px 12px;
	background-color: #fff;
}
section.category .categories .box ul.category_lists li.category_list{
	width: 335px;
	height: calc(335px * (93/335));
	background-image: url('../images/category02_335_93.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: calc(100% - (335px * 2));
	margin-bottom: 8px;
}
section.category .categories .box ul.category_lists li.category_list:nth-child(2n){
	margin-right: 0;
}
section.category .categories .box ul.category_lists li.category_list p{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	padding: 0 12px 0 calc(12px + 56px + 12px);
	font-size: 26px;
	color: #000;
	font-weight: 600;
	line-height: 1.4;
}
section.category .categories .box ul.category_lists li.category_list p:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 12px;
	transform: translate(0, -50%);
	width: 56px;
	height: 56px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.category .categories .box ul.category_txt_lists{
	margin-top: 12px;
}
section.category .categories .box ul.category_txt_lists li.category_txt_list{
	font-size: 26px;
	color: #000;
	font-weight: 600;
	line-height: 1.4;
	padding-right: 26px;
}
section.category .categories .box ul.category_txt_lists li.category_txt_list:after{
	display: block;
	position: absolute;
	content: '、';
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
section.category .categories .box ul.category_txt_lists li.category_txt_list:last-child:after{
	display: none;
}
@media screen and (max-width: 750px){
	section.category{

	}
	section.category .ttl{
		padding: 4vw 0;
	}
	section.category .ttl:before{
		width: 24.4vw;
		height: calc(24.4vw * (252/183));
	}
	section.category .ttl .txt{
		font-size: 7.07vw;
		margin-bottom: 0.53vw;
	}
	section.category .ttl .main span.maintxt{
		font-size: 4.67vw;
	}
	section.category .categories{
		padding: 4.8vw 0 9.6vw 0;
	}
	section.category .categories .box{
		padding: 8vw 1.6vw 10.67vw 1.6vw;
	}
	section.category .categories .box ul.category_lists li.category_list{
		width: 44.67vw;
		height: calc(44.67vw * (93/335));
		margin-right: calc(100% - (44.67vw * 2));
		margin-bottom: 1.07vw;
	}
	section.category .categories .box ul.category_lists li.category_list p{
		padding: 0 1.6vw 0 calc(1.6vw + 7.47vw + 1.6vw);
		font-size: 3.47vw;
	}
	section.category .categories .box ul.category_lists li.category_list p:before{
		left: 1.6vw;
		width: 7.47vw;
		height: 7.47vw;
	}
	section.category .categories .box ul.category_txt_lists{
		margin-top: 1.6vw;
	}
	section.category .categories .box ul.category_txt_lists li.category_txt_list{
		font-size: 3.47vw;
		padding-right: 3.47vw;
	}
}





/**
 * maker
 */
section.maker .ttl{
	padding: 58px 0;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.maker .ttl:before{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 158px;
	height: calc(158px * (261/158));
	background-image: url('../images/maker01_158_261.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.maker .ttl .txt{
	font-size: 53px;
	color: #fff;
	line-height: 1.2;
}
section.maker .ttl .txt span.yellow{
	font-size: 68px;
	color: #ebe803;
}
section.maker .makers{
	padding: 36px 0;
}
section.maker .makers ul.maker_lists li.maker_list{
	width: 236px;
	height: calc(236px * (89/236));
	margin-right: calc((100% - (236px * 3)) / 2);
	margin-bottom: 2px;
}
section.maker .makers ul.maker_lists li.maker_list:nth-child(3n){
	margin-right: 0;
}
section.maker .makers ul.maker_lists li.maker_list img{
	display: block;
	width: 100%;
	height: 100%;
}
section.maker .makers ul.maker_txt_lists{
	margin-top: 12px;
}
section.maker .makers ul.maker_txt_lists li.maker_txt_list{
	font-size: 26px;
	color: #000;
	font-weight: 600;
	line-height: 1.4;
	padding-right: 26px;
}
section.maker .makers ul.maker_txt_lists li.maker_txt_list:after{
	display: block;
	position: absolute;
	content: '、';
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
section.maker .makers ul.maker_txt_lists li.maker_txt_list:last-child:after{
	display: none;
}
section.maker .makers .message{
	margin-top: 36px;
}
section.maker .makers .message p:nth-child(1){
	font-size: 35px;
	color: #000;
	font-weight: 600;
	line-height: 1.4;
	padding-top: calc(103px + 24px);
	background-image: url('../images/maker02_117_103.webp');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 117px;
}
section.maker .makers .message p:nth-child(2){
	font-size: 57px;
	color: #000;
	font-weight: 900;
}
@media screen and (max-width: 750px){
	section.maker .ttl{
		padding: 7.73vw 0;
	}
	section.maker .ttl:before{
		width: 21.07vw;
		height: calc(21.07vw * (261/158));
	}
	section.maker .ttl .txt{
		font-size: 7.07vw;
	}
	section.maker .ttl .txt span.yellow{
		font-size: 9.07vw;
	}
	section.maker .makers{
		padding: 4.8vw 0;
	}
	section.maker .makers ul.maker_lists li.maker_list{
		width: 31.47vw;
		height: calc(31.47vw * (89/236));
		margin-right: calc((100% - (31.47vw * 3)) / 2);
		margin-bottom: 0.27vw;
	}
	section.maker .makers ul.maker_txt_lists{
		margin-top: 1.6vw;
	}
	section.maker .makers ul.maker_txt_lists li.maker_txt_list{
		font-size: 3.47vw;
		padding-right: 3.47vw;
	}
	section.maker .makers .message{
		margin-top: 4.8vw;
	}
	section.maker .makers .message p:nth-child(1){
		font-size: 4.67vw;
		padding-top: calc(13.73vw + 3.2vw);
		background-size: 15.6vw;
	}
	section.maker .makers .message p:nth-child(2){
		font-size: 7.6vw;
	}
}





/**
 * review
 */
section.review{

}
section.review .ttl{
	padding: 153px 0 48px 0;
	background-image: url('../images/reviewbg_750_349.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.review .ttl p{
	font-size: 40px;
	color: #fff;
	font-style: italic;
	line-height: 1.2;
	-webkit-text-stroke: 6px #d85600;
	text-stroke: 6px #d85600;
	paint-order: stroke;
}
section.review .ttl p span.big{
	font-size: 73px;
}
section.review .ttl p span.big span.big{
	font-size: 83px;
}
section.review .reviews{
	padding: 72px 0 112px 0;
	background-color: #e6f8a8;
}
section.review .reviews ul.review_lists{
	width: 702px;
}
section.review .reviews ul.review_lists li.review_list{
	margin-bottom: 48px;
}
section.review .reviews ul.review_lists li.review_list:last-child{
	margin-bottom: 0;
}
section.review .reviews ul.review_lists li.review_list .box{
	padding-bottom: 64px;
	background-color: #fff;
	border-radius: 47px;
	box-shadow: 0 0 28px 0 rgba(32, 32, 32, 0.14);
}
section.review .reviews ul.review_lists li.review_list .box .thm{
	height: calc(702px * (266/702));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.review .reviews ul.review_lists li.review_list .box .thm p{
	position: absolute;
	bottom: 8px;
	left: 16px;
	font-size: 18px;
	font-weight: 400;
	color: #181818;
}
section.review .reviews ul.review_lists li.review_list .box .txts p.item{
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	padding: 20px 8px;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.review .reviews ul.review_lists li.review_list .box .txts p.txt{
	font-size: 32px;
	color: #181818;
	font-weight: 400;
	line-height: 1.4;
	padding: 16px 8px 32px 8px;
}
section.review .reviews ul.review_lists li.review_list .box .achievements{
	padding: 0 16px;
}
section.review .reviews ul.review_lists li.review_list .box .achievements .photo{
	width: 181px;
}
section.review .reviews ul.review_lists li.review_list .box .achievements .photo div{
	height: calc(181px * (210/304));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.review .reviews ul.review_lists li.review_list .box .achievements .info{
	width: calc(100% - 181px);
	padding-left: 16px;
}
section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(1){
	font-size: 28px;
	color: #232323;
	font-weight: 500;
	line-height: 1;
	word-break: break-all;
	margin-bottom: 12px;
}
section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt{
	display: block;
}
section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(1),
section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2){
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin-right: 20px;
}
section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(1){
	color: #fff;
	padding: 2px 9px;
	background-color: #70161c;
}
section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2){
	color: #000000;
}
section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2) span.oswald{
	font-size: 36px;
	font-weight: 500;
}
@media screen and (max-width: 750px){
	section.review{

	}
	section.review .ttl{
		padding: 20.4vw 0 6.4vw 0;
	}
	section.review .ttl p{
		font-size: 5.33vw;
		-webkit-text-stroke: 0.8vw #d85600;
		text-stroke: 0.8vw #d85600;
	}
	section.review .ttl p span.big{
		font-size: 9.73vw;
	}
	section.review .ttl p span.big span.big{
		font-size: 11.07vw;
	}
	section.review .reviews{
		padding: 9.6vw 0 14.93vw 0;
	}
	section.review .reviews ul.review_lists{
		width: 93.6vw;
	}
	section.review .reviews ul.review_lists li.review_list{
		margin-bottom: 6.4vw;
	}
	section.review .reviews ul.review_lists li.review_list .box{
		padding-bottom: 8.53vw;
		border-radius: 6.27vw;
		box-shadow: 0 0 3.73vw 0 rgba(32, 32, 32, 0.14);
	}
	section.review .reviews ul.review_lists li.review_list .box .thm{
		height: calc(93.6vw * (266/702));
	}
	section.review .reviews ul.review_lists li.review_list .box .thm p{
		bottom: 1.07vw;
		left: 2.13vw;
		font-size: 2.4vw;
	}
	section.review .reviews ul.review_lists li.review_list .box .txts p.item{
		font-size: 4.53vw;
		padding: 2.67vw 1.07vw;
	}
	section.review .reviews ul.review_lists li.review_list .box .txts p.txt{
		font-size: 4.27vw;
		padding: 2.13vw 1.07vw 4.27vw 1.07vw;
	}
	section.review .reviews ul.review_lists li.review_list .box .achievements{
		padding: 0 2.13vw;
	}
	section.review .reviews ul.review_lists li.review_list .box .achievements .photo{
		width: 24.13vw;
	}
	section.review .reviews ul.review_lists li.review_list .box .achievements .photo div{
		height: calc(24.13vw * (210/304));
	}
	section.review .reviews ul.review_lists li.review_list .box .achievements .info{
		width: calc(100% - 24.13vw);
		padding-left: 2.13vw;
	}
	section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(1){
		font-size: 3.73vw;
		margin-bottom: 1.6vw;
	}
	section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(1),
	section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2){
		font-size: 3.47vw;
		margin-right: 2.67vw;
	}
	section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(1){
		padding: 0.27vw 1.2vw;
	}
	section.review .reviews ul.review_lists li.review_list .box .achievements .info p:nth-child(2) span.txt:nth-child(2) span.oswald{
		font-size: 4.8vw;
	}
}





/**
 * flow
 */
section.flow{

}
section.flow .ttl{
	padding: 63px 0;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.flow .ttl .txt{
	font-size: 45px;
	color: #fff;
	line-height: 1.2;
}
section.flow .ttl .txt span.yellow{
	font-size: 68px;
	color: #ebe803;
}
section.flow .flows ul.flow_lists li.flow_list{
	margin-bottom: 96px;
}
section.flow .flows ul.flow_lists li.flow_list:last-child{
	margin-bottom: 0;
}
section.flow .flows ul.flow_lists li.flow_list .num{
	width: 116px;
}
section.flow .flows ul.flow_lists li.flow_list .num p{
	width: 116px;
	padding: 13px 0;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.flow .flows{
	padding: 76px 0 116px 0;
	background-image: url('../images/businesstripbg_750_767.webp');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 750px;
}
section.flow .flows ul.flow_lists li.flow_list .num p span.big{
	font-size: 60px;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dt p{
	font-size: 46px;
	color: #05c600;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 12px calc(3px + 4px) 12px;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts{
	width: calc(100% - 116px);
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dt p:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 3px;
	background-color: #199e13;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd{
	padding: 12px 12px 0 12px;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd p.txt{
	font-size: 28px;
	color: #181818;
	font-weight: 600;
	line-height: 1.4;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact{
	margin-top: 4px;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p,
section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p a{
	display: block;
	line-height: 1.2;
	padding-left: calc(59px + 8px);
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p.flex{
	display: flex;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p:has(span){
	padding-left: 0;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p a.tel{
	font-size: 56px;
	color: #000000;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p a.tel:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 59px;
	height: calc(59px * (43/59));
	background-image: url('../images/freedial_59_43.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p.period{
	font-size: 17px;
	color: #000000;
	letter-spacing: 0.025em;
	font-weight: 600;
}
@media screen and (max-width: 750px){
	section.flow{

	}
	section.flow .ttl{
		padding: 8.4vw 0;
	}
	section.flow .ttl .txt{
		font-size: 6vw;
	}
	section.flow .ttl .txt span.yellow{
		font-size: 9.07vw;
	}
	section.flow .flows ul.flow_lists li.flow_list{
		margin-bottom: 12.8vw;
	}
	section.flow .flows ul.flow_lists li.flow_list .num{
		width: 15.47vw;
	}
	section.flow .flows ul.flow_lists li.flow_list .num p{
		width: 15.47vw;
		padding: 1.73vw 0;
		font-size: 4vw;
	}
	section.flow .flows{
		padding: 10.13vw 0 15.47vw 0;
		background-size: 100vw;
	}
	section.flow .flows ul.flow_lists li.flow_list .num p span.big{
		font-size: 8vw;
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dt p{
		font-size: 6.13vw;
		padding: 0 1.6vw calc(0.4vw + 0.53vw) 1.6vw;
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts{
		width: calc(100% - 15.47vw);
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dt p:after{
		height: 0.4vw;
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dd{
		padding: 1.6vw 1.6vw 0 1.6vw;
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dd p.txt{
		font-size: 3.73vw;
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact{
		margin-top: 0.53vw;
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p,
	section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p a{
		padding-left: calc(7.87vw + 1.07vw);
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p a.tel{
		font-size: 7.47vw;
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p a.tel:before{
		width: 7.87vw;
		height: calc(7.87vw * (43/59));
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dd .contact p.period{
		font-size: 2.27vw;
	}
}





/**
 * staff
 */
section.staff{
	padding: 50px 0 20px 0;
	background-image: url('../images/staffbg_750_1560.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.staff .ttl{
	margin-bottom: 32px;
}
section.staff .ttl p{
	color: #a10000;
	font-weight: 900;
	line-height: 1.2;
	font-style: italic;
}
section.staff .ttl p:nth-child(1){
	font-size: 40px;
}
section.staff .ttl p:nth-child(2){
	font-size: 83px;
}
section.staff ul.staff_lists{
	background-color: #fff;
	padding: 32px 28px;
}
section.staff ul.staff_lists li.staff_list{
	margin-bottom: 28px;
}
section.staff ul.staff_lists li.staff_list:last-child{
	margin-bottom: 0;
}
section.staff ul.staff_lists li.staff_list p.item{
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	line-height: 1.2;
	font-style: italic;
	padding: 27px 0;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
	margin-bottom: 27px;
}
section.staff ul.staff_lists li.staff_list .thm{
	width: 179px;
}
section.staff ul.staff_lists li.staff_list .thm img{
	display: block;
	width: 179px;
	height: calc(179px * (237/179));
}
section.staff ul.staff_lists li.staff_list .txts{
	width: calc(100% - 179px);
	padding-left: 28px;
}
section.staff ul.staff_lists li.staff_list .txts p.name,
section.staff ul.staff_lists li.staff_list .txts p.message{
	color: #181818;
	font-weight: 600;
	line-height: 1.5;
}
section.staff ul.staff_lists li.staff_list .txts p.name{
	font-size: 46px;
	margin-bottom: 12px;
}
section.staff ul.staff_lists li.staff_list .txts p.message{
	font-size: 28px;
}
@media screen and (max-width: 750px){
	section.staff{
		padding: 6.67vw 0 2.67vw 0;
	}
	section.staff .ttl{
		margin-bottom: 4.27vw;
	}
	section.staff .ttl p:nth-child(1){
		font-size: 5.33vw;
	}
	section.staff .ttl p:nth-child(2){
		font-size: 11.07vw;
	}
	section.staff ul.staff_lists{
		padding: 4.27vw 3.73vw;
	}
	section.staff ul.staff_lists li.staff_list{
		margin-bottom: 3.73vw;
	}
	section.staff ul.staff_lists li.staff_list p.item{
		font-size: 5.33vw;
		padding: 3.6vw 0;
		margin-bottom: 3.6vw;
	}
	section.staff ul.staff_lists li.staff_list .thm{
		width: 23.87vw;
	}
	section.staff ul.staff_lists li.staff_list .thm img{
		width: 23.87vw;
		height: calc(23.87vw * (237/179));
	}
	section.staff ul.staff_lists li.staff_list .txts{
		width: calc(100% - 23.87vw);
		padding-left: 3.73vw;
	}
	section.staff ul.staff_lists li.staff_list .txts p.name{
		font-size: 6.13vw;
		margin-bottom: 1.6vw;
	}
	section.staff ul.staff_lists li.staff_list .txts p.message{
		font-size: 3.73vw;
	}
}





/**
 * check
 */
section.check{
	padding: 84px 0 72px 0;
	background-image: url(../images/checkbg_750_1103.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.check p.ttl{
	font-size: 55px;
	color: #fff;
	font-weight: 900;
	line-height: 1.2;
	text-shadow: rgba(32, 32, 32, 0.42) 0 0 9px;
	margin-bottom: 16px;
}
section.check p.ttl span.yellow{
	color: #fcf900;
}
section.check p.message{
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 56px;
}
section.check ul.check_lists li.check_list{
	margin-bottom: 20px;
}
section.check ul.check_lists li.check_list:last-child{
	margin-bottom: 0;
}
section.check ul.check_lists li.check_list p{
	padding-left: calc(40px + 20px);
	font-size: 38px;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1.2;
}
section.check ul.check_lists li.check_list p:before,
section.check ul.check_lists li.check_list p:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
}
section.check ul.check_lists li.check_list p:before{
	transform: translate(0, -50%);
	outline: 4px solid #fff;
	border-radius: 1px;
}
section.check ul.check_lists li.check_list p:after{
	transform: translate(0, -50%) scale(0);
	background-image: url('../images/check01_40_40.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .4s;
}
section.check ul.check_lists li.check_list p.act:after{
	transform: translate(0, -50%) scale(1);
}
section.check .contact{
	margin-top: 64px;
}
section.check .contact p:nth-child(1){
}
section.check .contact p:nth-child(1) span.block{
	display: block;
	font-size: 63px;
	color: #fff;
	font-weight: 900;
	line-height: 1.5;
	font-style: italic;
	text-shadow: rgba(32, 32, 32, 0.42) 0 0 9px;
}
section.check .contact p:nth-child(1) span.block.yellow{
	color: #fcf900;
}
section.check .contact p:nth-child(1) span.block span.small{
	font-size: 46px;
}
section.check .contact p:nth-child(1) span.block.flex{
	display: flex;
}
section.check .contact p:nth-child(1) span.block.flex span{
	display: block;
}
section.check .contact p:nth-child(1) span.block.flex span:before{
	position: absolute;
	content: '';
	top: 8px;
	left: calc(50% + 16px);
	transform: translate(-50%, calc(-100% + 40px)) scale(0);
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 0 9px 0 rgba(32, 32, 32, 0.42);
	transition: .2s;
}
section.check .contact p:nth-child(1) span.block.flex span.act:before{
	transform: translate(-50%, -100%) scale(1);
}
section.check .contact p:nth-child(2){
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	line-height: 1.3;
	text-shadow: rgba(32, 32, 32, 0.42) 0 0 9px;
}
@media screen and (max-width: 750px){
	section.check{
		padding: 11.2vw 0 9.6vw 0;
	}
	section.check p.ttl{
		font-size: 7.33vw;
		text-shadow: rgba(32, 32, 32, 0.42) 0 0 1.2vw;
		margin-bottom: 2.13vw;
	}
	section.check p.message{
		font-size: 4.27vw;
		margin-bottom: 7.47vw;
	}
	section.check ul.check_lists li.check_list{
		margin-bottom: 2.67vw;
	}
	section.check ul.check_lists li.check_list p{
		padding-left: calc(5.33vw + 2.67vw);
		font-size: 5.07vw;
	}
	section.check ul.check_lists li.check_list p:before,
	section.check ul.check_lists li.check_list p:after{
		width: 5.33vw;
		height: 5.33vw;
	}
	section.check ul.check_lists li.check_list p:before{
		outline: 0.53vw solid #fff;
	}
	section.check .contact{
		margin-top: 8.53vw;
	}
	section.check .contact p:nth-child(1) span.block{
		font-size: 8.4vw;
		text-shadow: rgba(32, 32, 32, 0.42) 0 0 1.2vw;
	}
	section.check .contact p:nth-child(1) span.block span.small{
		font-size: 6.13vw;
	}
	section.check .contact p:nth-child(1) span.block.flex span:before{
		top: 1.07vw;
		left: calc(50% + 2.13vw);
		transform: translate(-50%, calc(-100% + 5.33vw)) scale(0);
		width: 2.67vw;
		height: 2.67vw;
		box-shadow: 0 0 1.2vw 0 rgba(32, 32, 32, 0.42);
	}
	section.check .contact p:nth-child(2){
		font-size: 5.33vw;
		text-shadow: rgba(32, 32, 32, 0.42) 0 0 1.2vw;
	}
}





/**
 * faq
 */
section.faq{

}
section.faq .ttl{
	padding: 29px 0;
	background: linear-gradient(
		90deg, 
		#8ad43b 0%,
		#35a66d 100%
	);
}
section.faq .ttl p{
	font-size: 45px;
	color: #fff;
}
section.faq .faqs{
	padding: 28px 0;
}
section.faq .faqs ul.faq_lists li.faq_list{
	margin-bottom: 16px;
}
section.faq .faqs ul.faq_lists li.faq_list:last-child{
	margin-bottom: 0;
}
section.faq .faqs ul.faq_lists li.faq_list dl{
	padding: 28px 16px;
	box-shadow: 0 0 24px 0 rgba(32, 32, 32, 0.15);
}
section.faq .faqs ul.faq_lists li.faq_list dl dt p{
	font-size: 36px;
	color: #181818;
	font-weight: 600;
	line-height: 1.5;
	padding: 18px calc(12px + 36px) 18px calc(12px + 91px);
	cursor: pointer;
}
section.faq .faqs ul.faq_lists li.faq_list dl dt p:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 91px;
	height: 91px;
	background-color: #46b881;
	background-image: url('../images/faq01_91_91.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
}
section.faq .faqs ul.faq_lists li.faq_list dl dt p:after{
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 36px;
	height: calc(36px * (18/36));
	background-image: url('../images/faq02_36_18.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .4s;
}
section.faq .faqs ul.faq_lists li.faq_list dl dt p.act:after{
	transform: translate(0, -50%) rotate(180deg);
}
section.faq .faqs ul.faq_lists li.faq_list dl dd{
	padding-top: 20px;
}
section.faq .faqs ul.faq_lists li.faq_list dl dd p{
	font-size: 26px;
	color: #181818;
	font-weight: 600;
	line-height: 1.6;
	padding: 20px 32px;
	background-color: #e0e0e0;
}
@media screen and (max-width: 750px){
	section.faq{

	}
	section.faq .ttl{
		padding: 3.87vw 0;
	}
	section.faq .ttl p{
		font-size: 6vw;
	}
	section.faq .faqs{
		padding: 3.73vw 0;
	}
	section.faq .faqs ul.faq_lists li.faq_list{
		margin-bottom: 2.13vw;
	}
	section.faq .faqs ul.faq_lists li.faq_list dl{
		padding: 3.73vw 2.13vw;
		box-shadow: 0 0 3.2vw 0 rgba(32, 32, 32, 0.15);
	}
	section.faq .faqs ul.faq_lists li.faq_list dl dt p{
		font-size: 4.8vw;
		padding: 2.4vw calc(1.6vw + 4.8vw) 2.4vw calc(1.6vw + 12.13vw);
	}
	section.faq .faqs ul.faq_lists li.faq_list dl dt p:before{
		width: 12.13vw;
		height: 12.13vw;
	}
	section.faq .faqs ul.faq_lists li.faq_list dl dt p:after{
		width: 4.8vw;
		height: calc(4.8vw * (18/36));
	}
	section.faq .faqs ul.faq_lists li.faq_list dl dd{
		padding-top: 2.67vw;
	}
	section.faq .faqs ul.faq_lists li.faq_list dl dd p{
		font-size: 3.47vw;
		padding: 2.67vw 4.27vw;
	}
}


/*衣類*/
section.mv.clothing{
	padding-top: 90px;
	background-image: url(../images/mvbg_750_1249.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.mv.clothing:before{
	position: absolute;
	content: '';
	background-image: url(../images/c_mvbgdeco_774_327.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 774px;
	height: calc(774px * (327 / 774));
	top: calc(50% - 390px);
	left: 50%;
	transform: translateX(-50%);
}
section.mv.clothing .c_mv_01{
	width: 603px;
	height: calc(603px * (69 / 603));
	display: block;
	margin: 0 auto 10px auto;
}
section.mv.clothing .c_mv_02{
	width: 629px;
	height: calc(629px * (198 / 629));
	display: block;
	margin: 0 auto 20px auto;
}
section.mv.clothing .c_mv_03{
	width: 555px;
	height: calc(555px * (118 / 555));
	display: block;
	margin: 0 auto 48px auto;
}
section.mv.clothing .c_mv_04{
	width: 727px;
	height: calc(727px * (136 / 727));
	display: block;
	margin: 0 auto;
}
section.mv.clothing .c_mv_05{
	width: 705px;
	height: calc(705px * (511 / 705));
	display: block;
	position: absolute;
	left: calc(50% - 470px);
	top: calc(50% - -100px);
}
section.mv.clothing .c_mv_06{
	width: 145px;
	height: calc(145px * (403 / 145));
	display: block;
	position: absolute;
	left: calc(50% - -210px);
	top: calc(50% - -64px);
}
section.award.short {
    padding: 48px 0 48px 0;
}


@media screen and (max-width: 750px){
	section.mv.clothing{
		padding-top: 12vw;
	}
	section.mv.clothing:before{
		width: 99.2vw;
		height: calc(99.2vw * (327 / 774));
		top: calc(50% - 52vw);
	}
	section.mv.clothing .c_mv_01{
		width: 80.4vw;
		height: calc(80.4vw * (69 / 603));
		margin: 0 auto 1.33vw auto;
	}
	section.mv.clothing .c_mv_02{
		width: 83.86vw;
		height: calc(83.86vw * (198 / 629));
		margin: 0 auto 2.66vw auto;
	}
	section.mv.clothing .c_mv_03{
		width: 74vw;
		height: calc(74vw * (118 / 555));
		margin: 0 auto 6.4vw auto;
	}
	section.mv.clothing .c_mv_04{
		width: 96.93vw;
		height: calc(96.93vw * (136 / 727));
		margin: 0 auto;
	}
	section.mv.clothing .c_mv_05{
		width: 94vw;
		height: calc(94vw * (511 / 705));
		left: calc(50% - 62.66vw);
		top: calc(50% - -13.33vw);
	}
	section.mv.clothing .c_mv_06{
		width: 19.33vw;
		height: calc(19.33vw * (403 / 145));
		left: calc(50% - -28vw);
		top: calc(50% - -8.53vw);
	}
	section.award.short {
		padding: 6.4vw 0 6.4vw 0;
	}
}




/*修正2*/
.more_txt{
	font-size: 32px;
    color: #000;
    font-weight: 900;
    line-height: 1.4;
    margin-top: 24px;
}
section.flow .flows ul.flow_lists li.flow_list dl.txts dd p.red{
	font-size: 28px;
	color: #70161c;
	font-weight: 600;
	line-height: 1.4;
}

@media screen and (max-width: 750px){
	.more_txt{
		font-size: 4.26vw;
	    margin-top: 3.2vw;
	}
	section.flow .flows ul.flow_lists li.flow_list dl.txts dd p.red{
		font-size: 3.73vw;
	}
	
}



/*修正2*/
.more_txt{
	font-size: 32px;
    color: #000;
    font-weight: 900;
    line-height: 1.4;
    margin-top: 90px;
    position: relative;
}
.more_txt:before,
.more_txt:after{
	position: absolute;
	content: '';
	width: 4px;
	height: 100px;
	background-color: #000;
	top: calc(50% - 50px);
	left: calc(50% - -210px);
	transform: rotate(30deg);
	border-radius: 12px;
}
.more_txt:after{
	top: calc(50% - 50px);
	left: calc(50% - 210px);
	transform: rotate(-30deg);
}
.more_txt span.yellowline span{
	color: #000;
	transition: .3s;
}
.more_txt span.yellowline.act span{
	color: #000;
}



@media screen and (max-width: 750px){
	.more_txt{
		font-size: 4.26vw;
	    margin-top: 12vw;
	}
	.more_txt:before,
	.more_txt:after{
		width: 0.53vw;
		height: 13.33vw;
		top: calc(50% - 6.66vw);
		left: calc(50% - -28vw);
		border-radius: 1.6vw;
	}
	.more_txt:after{
		top: calc(50% - 6.66vw);
		left: calc(50% - 28vw);
	}
}



/**
 * cleanup
 */
section.cleanup{
	padding: 120px 0 72px 0;
	background-image: url('../images/cleanupbg_750_1571.webp');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: var(--wrap);
}
section.cleanup .ttl{
	font-size: 69px;
	color: #70161c;
	font-weight: 900;
	line-height: 1.25;
	-webkit-text-stroke: 10px #fff;
	text-stroke: 10px #fff;
	paint-order: stroke;
}
section.cleanup ul.type_lists{
	margin-top: 36px;
}
section.cleanup ul.type_lists li.type_list{
	width: 230px;
	margin-right: calc((100% - (230px * 3)) / 2);
}
section.cleanup ul.type_lists li.type_list:last-child{
	margin-right: 0;
}
section.cleanup ul.type_lists li.type_list p{
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	line-height: 1.5;
	padding: 9px 0;
	background-color: #70161c;
	outline: 4px solid #fff;
	border-radius: 2px;
}
section.cleanup .cleanup01_block{
	height: 845px;
	margin-top: 52px;
}
section.cleanup .cleanup01_block img{
	display: block;
	position: absolute;
	transform: translate(-50%, 0);
}
section.cleanup .cleanup01_block img.cleanup01{
	bottom: 0;
	left: 50%;
	width: 504px;
	height: calc(504px * (746/504));
}
section.cleanup .cleanup01_block img.cleanup02,
section.cleanup .cleanup01_block img.cleanup03,
section.cleanup .cleanup01_block img.cleanup04,
section.cleanup .cleanup01_block img.cleanup05{
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
section.cleanup .cleanup01_block img.cleanup02{
	top: 0;
	left: calc(50% - 256px);
	width: 213px;
	height: calc(213px * (211/213));
	animation-name: updown01;
}
section.cleanup .cleanup01_block img.cleanup03{
	top: 32px;
	left: calc(50% + 232px);
	width: 209px;
	height: calc(209px * (192/209));
	animation-name: updown02;
}
section.cleanup .cleanup01_block img.cleanup04{
	top: 220px;
	left: calc(50% - 276px);
	width: 183px;
	height: calc(183px * (182/183));
	animation-name: updown02;
}
section.cleanup .cleanup01_block img.cleanup05{
	top: 240px;
	left: calc(50% + 264px);
	width: 200px;
	height: calc(200px * (172/200));
	animation-name: updown01;
}
section.cleanup .message{
	margin-top: 32px;
	transform: translate(0, 40px);
	opacity: 0;
	transition: .4s;
}
section.cleanup .message.act{
	transform: translate(0, 0);
	opacity: 1;
}
section.cleanup .message p:before,
section.cleanup .message p:after{
	position: absolute;
	content: '';
	top: 76px;
	width: 69px;
	height: calc(69px * (47/69));
	background-image: url('../images/cleanup06_69_47.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.cleanup .message p:before{
	left: calc(50% - 312px);
	transform: translate(-50%, 0);
}
section.cleanup .message p:after{
	left: calc(50% + 312px);
	transform: translate(-50%, 0) scale(-1, 1);
}
section.cleanup .message p span.txt{
	display: block;
	font-weight: 900;
	line-height: 1.4;
	-webkit-text-stroke: 10px #fff;
	text-stroke: 10px #fff;
	paint-order: stroke;
}
section.cleanup .message p span.txt:nth-child(1),
section.cleanup .message p span.txt:nth-child(3){
	font-size: 48px;
}
section.cleanup .message p span.txt:nth-child(2){
	font-size: 64px;
}
section.cleanup .message p span.txt:nth-child(1){
	color: #121212;
}
section.cleanup .message p span.txt:nth-child(2),
section.cleanup .message p span.txt:nth-child(3){
	color: #000000;
}
section.cleanup .message p span.txt:nth-child(2) span.color{
	color: #cb0000;
}
section.cleanup .message p span.txt:nth-child(3) span.color{
	color: #067ea4;
}
@media screen and (max-width: 750px){
	section.cleanup{
		padding: 16vw 0 9.6vw 0;
	}
	section.cleanup .ttl{
		font-size: 9.2vw;
		-webkit-text-stroke: 1.33vw #fff;
		text-stroke: 1.33vw #fff;
	}
	section.cleanup ul.type_lists{
		margin-top: 4.8vw;
	}
	section.cleanup ul.type_lists li.type_list{
		width: 30.67vw;
		margin-right: calc((100% - (30.67vw * 3)) / 2);
	}
	section.cleanup ul.type_lists li.type_list p{
		font-size: 4.8vw;
		padding: 1.2vw 0;
		outline: 0.53vw solid #fff;
		border-radius: 0.27vw;
	}
	section.cleanup .cleanup01_block{
		height: 112.67vw;
		margin-top: 6.93vw;
	}
	section.cleanup .cleanup01_block img.cleanup01{
		width: 67.2vw;
		height: calc(67.2vw * (746/504));
	}
	section.cleanup .cleanup01_block img.cleanup02{
		left: calc(50% - 34.13vw);
		width: 28.4vw;
		height: calc(28.4vw * (211/213));
	}
	section.cleanup .cleanup01_block img.cleanup03{
		top: 4.27vw;
		left: calc(50% + 30.93vw);
		width: 27.87vw;
		height: calc(27.87vw * (192/209));
	}
	section.cleanup .cleanup01_block img.cleanup04{
		top: 29.33vw;
		left: calc(50% - 36.8vw);
		width: 24.4vw;
		height: calc(24.4vw * (182/183));
	}
	section.cleanup .cleanup01_block img.cleanup05{
		top: 32vw;
		left: calc(50% + 35.2vw);
		width: 26.67vw;
		height: calc(26.67vw * (172/200));
	}
	section.cleanup .message{
		margin-top: 4.27vw;
		transform: translate(0, 5.33vw);
	}
	section.cleanup .message p:before,
	section.cleanup .message p:after{
		top: 10.13vw;
		width: 9.2vw;
		height: calc(9.2vw * (47/69));
	}
	section.cleanup .message p:before{
		left: calc(50% - 41.6vw);
	}
	section.cleanup .message p:after{
		left: calc(50% + 41.6vw);
	}
	section.cleanup .message p span.txt{
		-webkit-text-stroke: 1.33vw #fff;
		text-stroke: 1.33vw #fff;
	}
	section.cleanup .message p span.txt:nth-child(1),
	section.cleanup .message p span.txt:nth-child(3){
		font-size: 6.4vw;
	}
	section.cleanup .message p span.txt:nth-child(2){
		font-size: 8.53vw;
	}
}





/**
 * cleancheck
 */
section.cleancheck{
	padding: 48px 0;
	background-image: url('../images/cleancheckbg_750_882.webp');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: var(--wrap);
}
section.cleancheck ul.cleancheck_lists li.cleancheck_list{
	padding-top: 80px;
	margin-bottom: 20px;
}
section.cleancheck ul.cleancheck_lists li.cleancheck_list:last-child{
	margin-bottom: 0;
}
section.cleancheck ul.cleancheck_lists li.cleancheck_list:before{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translate(-50%, 40px);
	width: 62px;
	height: 62px;
	background-image: url('../images/cleancheck01_62_62.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: .4s;
}
section.cleancheck ul.cleancheck_lists li.cleancheck_list.act:before{
	transform: translate(-50%, 0);
	opacity: 1;
}
section.cleancheck ul.cleancheck_lists li.cleancheck_list p{
	font-size: 40px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.25;
	-webkit-text-stroke: 10px #337389;
	text-stroke: 10px #337389;
	paint-order: stroke;
}
section.cleancheck ul.cleancheck_lists li.cleancheck_list p span.color{
	color: #eff473;
}
@media screen and (max-width: 750px){
	section.cleancheck{
		padding: 6.4vw 0;
	}
	section.cleancheck ul.cleancheck_lists li.cleancheck_list{
		padding-top: 10.67vw;
		margin-bottom: 2.67vw;
	}
	section.cleancheck ul.cleancheck_lists li.cleancheck_list:before{
		transform: translate(-50%, 5.33vw);
		width: 8.27vw;
		height: 8.27vw;
	}
	section.cleancheck ul.cleancheck_lists li.cleancheck_list p{
		font-size: 5.33vw;
		-webkit-text-stroke: 1.33vw #337389;
		text-stroke: 1.33vw #337389;
	}
}





/**
 * cleanresult
 */
section.cleanresult{
	padding: 80px 0 192px 0;
	background-image: url('../images/cleanupbg_750_1571.webp');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: var(--wrap);
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list{
	margin-bottom: 152px;
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list:last-child{
	margin-bottom: 0;
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list:before{
	position: absolute;
	content: '';
	left: 50%;
	width: calc(100% + 120px);
	background-color: #ffffff;
	transition: .8s;
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(1):before{
	top: calc(50% + 8px);
	transform: translate(-50%, -50%) rotate(-8deg) scale(0, 1);
	transform-origin: right center;
	height: calc(100% + 12px);
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(2):before{
	top: 50%;
	transform: translate(-50%, -50%) rotate(8deg) scale(0, 1);
	transform-origin: left center;
	height: calc(100% + 48px);
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(3):before{
	top: calc(50% + 16px);
	transform: translate(-50%, -50%) rotate(-8deg) scale(0, 1);
	transform-origin: right center;
	height: calc(100% + 64px);
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list.act:nth-child(1):before{
	transform: translate(-50%, -50%) rotate(-8deg) scale(1, 1);
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list.act:nth-child(2):before{
	transform: translate(-50%, -50%) rotate(8deg) scale(1, 1);
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list.act:nth-child(3):before{
	transform: translate(-50%, -50%) rotate(-8deg) scale(1, 1);
}
section.cleanresult .ttl,
section.cleanresult ul.cleanresult_lists li.cleanresult_list .sbttl p{
	font-size: 48px;
	font-weight: 900;
	line-height: 1.25;
	-webkit-text-stroke: 6px #ffffff;
	text-stroke: 6px #ffffff;
	paint-order: stroke;
}
section.cleanresult .ttl{
	color: #70161c;
	margin-bottom: 120px;
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list .sbttl{
	margin-bottom: 12px;
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list .sbttl:before{
	position: absolute;
	content: '';
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(1) .sbttl:before{
	left: calc(((var(--wrap) - var(--inner)) / 2) * (-1));
	width: 197px;
	height: calc(197px * (224/197));
	background-image: url('../images/cleanresult01_197_224.webp');
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(2) .sbttl:before{
	right: calc(((var(--wrap) - var(--inner)) / 2) * (-1));
	width: 198px;
	height: calc(198px * (249/198));
	background-image: url('../images/cleanresult02_198_249.webp');
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(3) .sbttl:before{
	left: calc(((var(--wrap) - var(--inner)) / 2) * (-1));
	width: 178px;
	height: calc(178px * (234/178));
	background-image: url('../images/cleanresult03_178_234.webp');
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list .sbttl p{
	color: #067ea4;
	letter-spacing: 0.08em;
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list .sbttl p span.color{
	color: #70161c;
}
section.cleanresult ul.cleanresult_lists li.cleanresult_list p.txt{
	font-size: 28px;
	color: #2a2a2a;
	letter-spacing: calc(-0.08em);
	font-weight: 900;
	line-height: 1.28;
	-webkit-text-stroke: 4px #ffffff;
	text-stroke: 4px #ffffff;
	paint-order: stroke;
}
@media screen and (max-width: 750px){
	section.cleanresult{
		padding: 10.67vw 0 25.6vw 0;
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list{
		margin-bottom: 20.27vw;
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list:before{
		width: calc(100% + 16vw);
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(1):before{
		top: calc(50% + 1.07vw);
		height: calc(100% + 1.6vw);
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(2):before{
		height: calc(100% + 6.4vw);
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(3):before{
		top: calc(50% + 2.13vw);
		height: calc(100% + 8.53vw);
	}
	section.cleanresult .ttl,
	section.cleanresult ul.cleanresult_lists li.cleanresult_list .sbttl p{
		font-size: 6.4vw;
		-webkit-text-stroke: 0.8vw #ffffff;
		text-stroke: 0.8vw #ffffff;
	}
	section.cleanresult .ttl{
		margin-bottom: 16vw;
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list .sbttl{
		margin-bottom: 1.6vw;
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(1) .sbttl:before{
		width: 26.27vw;
		height: calc(26.27vw * (224/197));
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(2) .sbttl:before{
		width: 26.4vw;
		height: calc(26.4vw * (249/198));
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list:nth-child(3) .sbttl:before{
		width: 23.73vw;
		height: calc(23.73vw * (234/178));
	}
	section.cleanresult ul.cleanresult_lists li.cleanresult_list p.txt{
		font-size: 3.73vw;
		-webkit-text-stroke: 0.53vw #ffffff;
		text-stroke: 0.53vw #ffffff;
	}
}





/**
 * calculation
 */
section.calculation{
	padding: 76px 0;
	background-image: url('../images/calculationbg_750_1720.webp');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: var(--wrap);
}
section.calculation .ttl,
section.calculation .message{
	font-weight: 900;
	line-height: 1.25;
	paint-order: stroke;
}
section.calculation .ttl{
	font-size: 48px;
	color: #121212;
	-webkit-text-stroke: 10px #fff;
	text-stroke: 10px #fff;
	margin-bottom: 36px;
}
section.calculation .ttl span.color{
	color: #70161c;
}
section.calculation .message{
	font-size: 28px;
	color: #2a2a2a;
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;
}
section.calculation ul.calculation_lists{
	margin: 48px 0 28px 0;
}
section.calculation ul.calculation_lists li.calculation_list{
	margin-bottom: 24px;
}
section.calculation ul.calculation_lists li.calculation_list:last-child{
	margin-bottom: 0;
}
section.calculation ul.calculation_lists li.calculation_list .content{
	padding: 20px 40px 24px 40px;
	background-color: #ffffff;
	box-shadow: 0 5px 9px 4px rgba(0, 0, 0, 0.24);
}
section.calculation ul.calculation_lists li.calculation_list .content .case{
	margin-bottom: 20px;
}
section.calculation ul.calculation_lists li.calculation_list .content .case .thm{
	width: 128px;
	height: 128px;
	background-color: #685508;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	margin-right: 28px;
}
section.calculation ul.calculation_lists li.calculation_list .content .case .txts{
	width: calc(100% - (128px + 28px));
	padding-bottom: 12px;
}
section.calculation ul.calculation_lists li.calculation_list .content .case .txts p{
	color: #121212;
	font-weight: 900;
	line-height: 1.25;
}
section.calculation ul.calculation_lists li.calculation_list .content .case .txts p:nth-child(1){
	font-size: 32px;
}
section.calculation ul.calculation_lists li.calculation_list .content .case .txts p:nth-child(2){
	font-size: 28px;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process{
	padding-bottom: calc((30px * (40/30)) + 2px);
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process:before{
	position: absolute;
	content: '';
	bottom: 2px;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 30px;
	height: calc(30px * (40/30));
	background-image: url('../images/calculation02_30_40.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .4s;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process.act:before{
	transform: translate(-50%, 0%);
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts{
	width: calc((100% - (12px * 2)) / 3);
	padding: 0 8px 8px 8px;
	margin-right: 12px;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts:after{
	position: absolute;
	content: '';
	top: calc(50% - 16px);
	right: calc((12px * (1/2)) * (-1));
	transform: translate(50%, 0);
	width: 32px;
	height: 32px;
	background-color: #70161c;
	background-image: url('../images/calculation01_18_3.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: calc(32px * (18/32));
	border-radius: 100%;
	z-index: 5;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts:last-child{
	margin-right: 0;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts:last-child:after{
	display: none;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts:nth-child(1){
	background-color: #b59100;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts:nth-child(2){
	background-color: #c6343e;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts:nth-child(3){
	background-color: #085768;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(1),
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(2),
section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(1),
section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(2){
	font-size: 24px;
	font-weight: 600;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(1){
	color: #ffffff;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(2),
section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(2){
	color: #000000;
	line-height: 1.25;
	background-color: #ffffff;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(2){
	padding: 4px 8px;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(2){
	padding: 4px 8px 4px 52px;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(2) span.num,
section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(2) span.num{
	font-size: 32px;
	font-weight: 500;
	padding-right: 4px;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .result{
	transform: translate(0, 20px);
	opacity: 0;
	transition: .4s;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .result.act{
	transform: translate(0, 0);
	opacity: 1;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts{
	padding: 8px;
	background-color: #589008;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(1){
	color: #ffffff;
}
section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(1) span.min{
	font-size: 15px;
}
section.calculation ul.attention_lists li.attention_list p{
	font-size: 24px;
	color: #2a2a2a;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 24px;
}
section.calculation ul.attention_lists li.attention_list p:before{
	position: absolute;
	content: '※';
	top: 0;
	left: 0;
}
@media screen and (max-width: 750px){
	section.calculation{
		padding: 10.13vw 0;
	}
	section.calculation .ttl{
		font-size: 6.4vw;
		-webkit-text-stroke: 1.33vw #fff;
		text-stroke: 1.33vw #fff;
		margin-bottom: 4.8vw;
	}
	section.calculation .message{
		font-size: 3.73vw;
		-webkit-text-stroke: 0.53vw #fff;
		text-stroke: 0.53vw #fff;
	}
	section.calculation ul.calculation_lists{
		margin: 6.4vw 0 3.73vw 0;
	}
	section.calculation ul.calculation_lists li.calculation_list{
		margin-bottom: 3.2vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content{
		padding: 2.67vw 5.33vw 3.2vw 5.33vw;
		box-shadow: 0 0.67vw 1.2vw 0.53vw rgba(0, 0, 0, 0.24);
	}
	section.calculation ul.calculation_lists li.calculation_list .content .case{
		margin-bottom: 2.67vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .case .thm{
		width: 17.07vw;
		height: 17.07vw;
		margin-right: 3.73vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .case .txts{
		width: calc(100% - (17.07vw + 3.73vw));
		padding-bottom: 1.6vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .case .txts p:nth-child(1){
		font-size: 4.27vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .case .txts p:nth-child(2){
		font-size: 3.73vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .process{
		padding-bottom: calc((4vw * (40/30)) + 0.27vw);
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .process:before{
		bottom: 0.27vw;
		width: 4vw;
		height: calc(4vw * (40/30));
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts{
		width: calc((100% - (1.6vw * 2)) / 3);
		padding: 0 1.07vw 1.07vw 1.07vw;
		margin-right: 1.6vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts:after{
		top: calc(50% - 2.13vw);
		right: calc((1.6vw * (1/2)) * (-1));
		width: 4.27vw;
		height: 4.27vw;
		background-size: calc(4.27vw * (18/32));
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(1),
	section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(2),
	section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(1),
	section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(2){
		font-size: 3.2vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(2){
		padding: 0.53vw 1.07vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(2){
		padding: 0.53vw 1.07vw 0.53vw 6.93vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .process .parts p:nth-child(2) span.num,
	section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(2) span.num{
		font-size: 4.27vw;
		padding-right: 0.53vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .result{
		transform: translate(0, 2.67vw);
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts{
		padding: 1.07vw;
	}
	section.calculation ul.calculation_lists li.calculation_list .content .calc .result .parts p:nth-child(1) span.min{
		font-size: 2vw;
	}
	section.calculation ul.attention_lists li.attention_list p{
		font-size: 3.2vw;
		padding-left: 3.2vw;
	}
}


/*clean_lead*/
section.clean_lead{
	padding: 80px 0 71px 0;
	position: relative;
	background-color: #70161c;
}
section.clean_lead:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 170px solid transparent;
	border-left: 170px solid transparent;
	border-top: 44px solid #70161c;
	border-bottom: 0;
	bottom: -44px;
	left: 50%;
	transform: translateX(-50%);
}
section.clean_lead img{
	width: 627px;
	height: calc(627px * (220/627));
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 750px){
	section.clean_lead{
		padding: 10.66vw 0 9.46vw 0;
	}
	section.clean_lead:before{
		border-right: 22.66vw solid transparent;
		border-left: 22.66vw solid transparent;
		border-top: 5.66vw solid #70161c;
		bottom: -5.66vw;
	}
	section.clean_lead img{
		width: 83.6vw;
		height: calc(83.6vw * (220/627));
	}
}