@charset "UTF-8";
.grad{
		background: var(--grad-b_y);
}
.sec-lead{
	font-size:1.8rem;
	font-weight: 600;
	margin-top: 70px;
	text-align: center
}
@media (max-width: 768px) {
	.sec-lead{
		font-size:4vw;
		margin-top: 6vw;
	}

}
/* ------------------------------------------------
        MV            
--------------------------------------------------- */
.section.mv{
	padding-bottom: 80px
}
.page-ttl{
	font-size:4.0rem;
	color:var(--col-white)
}
.page-ttl_sub{
	font-size:3.2rem;
	line-height:1.4;
	margin-top: 0.5em
}

.page-ttl span.p_s{
	padding: 0 0.3em;
	border-radius: 0.2em;
}
.page-ttl span.p{
	padding: 0 0 0 0.3em;
	border-top-left-radius: 0.2em;
	border-bottom-left-radius: 0.2em;
}
.page-ttl span.s{
	padding: 0  0.3em 0 0;
	border-top-right-radius: 0.2em;
	border-bottom-right-radius: 0.2em;
}

.section.mv .btn-wrap{
	margin-top: 50px;
	display: flex;
	gap:20px;
	text-align: center;
}
.section.mv .btn-wrap span{
	padding: 0.6em 1em
}


@media (max-width: 1200px) {
	.page-ttl{
		font-size:3.8rem;
	}
}


@media (max-width: 768px) {
	.section.mv{
		padding-top: 14vw;
		padding-bottom: 5vw
	}
	.page-ttl{
		font-size:6.2vw;
		color:var(--col-white)
	}
	.page-ttl_sub{
		font-size:5.0vw;
		line-height:1.4;
		margin-top: 0.5em
	}
	.page-ttl span.p_s,.page-ttl span.p,.page-ttl span.s{
		padding: 0 0.3em;
		border-radius: 0.2em;
	}
	.section.mv .btn-wrap{
		margin-top: 4vw;
		gap:4vw;
		flex-direction: column
	}
	.section.mv .btn-wrap > p{
		width:55%
	}

}


/* ------------------------------------------------
		lead
--------------------------------------------------- */
.section.lead{
	width:100%;
	background:var(--col-white);
	padding: 90px 0 0;
	border-radius: 80px;
	margin-top: -80px;
}

.section.lead .sec-ttl{
	text-align: center;
	margin-bottom: 0
}
.section.lead .sec-ttl span{
	display: block;
	font-size:3.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	padding-bottom:1em;
	margin-bottom: 1em;
	position: relative;
}

.section.lead .sec-ttl span::after{
	position: absolute;
	content:'';
	width:1.5em;
	height:0.15em;
	background: var(--col-navy);
	left:0;
	right:0;
	bottom:0em;
	margin: auto
}
.section.lead .lead-txt{
	font-size:2.0rem;
	text-align: center
}
.section.lead .lead-txt + .lead-txt{
	margin-top: 2em
}


@media (max-width: 768px) {
	.section.lead{
		padding: 18vw 0 0;
		border-radius: 5vw;
		margin-top: -5vw;
	}
	.section.lead .sec-ttl span{
		font-size:5.8vw;
	}

	.section.lead .lead-txt{
		font-size:3.7vw;
		text-align:left;
	}

}


/* ------------------------------------------------
		feature
--------------------------------------------------- */
.section.feature{
	width:100%;
	padding: 100px 0;
}
.feature-item{
	box-shadow:var(--item_shadow-bg);
	padding: 35px 20px 30px;
}
.feature-item .item-image{
	width:53%;}



@media (max-width: 768px) {
	.section.feature{
		padding: 8vw 0;
		border-radius: 8vw;

	}
	.feature-item{
		box-shadow:var(--item_shadow-bg_sp);
		padding:6vw 4vw 4vw;
	}

}

/* ------------------------------------------------
		scene
--------------------------------------------------- */
.section.scene{
	width:100%;
	padding: 90px 0 120px;
	border-radius: 80px;
	background:var(--col-white);

}

.scene-item{
	width:86%;
	margin-top: 60px;
	display: flex;
	align-items: center;
	gap:50px
}
.scene-item:nth-child(even){
	flex-direction: row-reverse;
	margin-right: 0;
	margin-left: auto
}
.scene-item .item-image{
	width:45%;
	background: var(--col-white);
	padding: 20px 20px 0;
	border-radius: 30px;
	border:2px solid var(--col-orange);
	box-shadow:var(--item_shadow-o);
}
.scene-item .item-txt-wrap{
	width:calc(100% - 50px - 45%)
}
.scene-item .item-cat span{
	font-size:2.0rem;
	line-height: 1;
	padding: 0.1em 1em;
	border-radius: 2em;
	color:var(--col-white);
}

.scene-item .item-ttl{
	font-size:1.8rem;
	padding: 1em 0 1.2em;
	font-weight: 600
}
.scene-item .item-txt{
	font-size:1.4rem;
	line-height: 2;
	text-align: left
}

@media (max-width: 1200px) {
	.scene-item{
		width:94%;

	}
}

@media (max-width: 768px) {
	.section.scene{
		padding: 8vw 0 10vw;
		border-radius: 5vw;
		background:var(--col-white);

	}

	.scene-item{
		width:100%;
		margin-top: 10vw;
		display: flex;
		align-items: flex-start;
		gap:4vw;
	}
	.scene-item:nth-child(even){
		flex-direction: row-reverse;
		margin-right: 0;
		margin-left: auto
	}
	.scene-item .item-image{
		position: absolute;
		width:45%;
		background: var(--col-white);
		padding: 2vw 2vw 0;
		border-radius: 3vw;
		border:2px solid var(--col-orange);
		box-shadow:var(--item_shadow-o_sp);
	}
	.scene-item .item-txt-wrap{
		width:100%;
		padding-top: 4vw
	}
	.scene-item .item-cat span{
		font-size:4.2vw;
	}
	.scene-item .item-cat.col1 span{margin-left: 50%}
	.scene-item .item-cat.col3 span{margin-left: 50%}

	.scene-item .item-ttl{
		font-size:4vw;
		padding: 1em 0 6vw;
		font-weight: 600;
	}
	.scene-item:nth-child(odd) .item-ttl{
		padding-left: 50%
	}
	.scene-item:nth-child(even) .item-ttl{
		padding-right: 50%
		}
	
	.scene-item .item-txt{
		font-size:3.2vw;
	}

}

/* ------------------------------------------------
		reason(problem) / solution
--------------------------------------------------- */
.section.reason{
	width:100%;
	padding: 90px 0 120px;
}

.reason-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:60px;
	margin-top: 90px
}
.reason-item{
	width:calc((100% - 60px) / 2);
	background:var(--col-white);
	border-radius: 40px;
	border:2px solid var(--col-navy);
	box-shadow:var(--item_shadow-bg);
	padding: 40px
}
.solution .reason-item{
	border:2px solid var(--col-orange);
	box-shadow:var(--item_shadow-o);
}

.reason-item .item-ttl{
	font-size:1.8rem;
	font-weight: 600;
	margin-bottom: 1em;
	display: inline-block
}
.reason-item .item-num{
	color:var(--col-orange);
	font-size:3.0rem;
	font-weight: 600;
	margin-top: -90px;
	text-align: right
}
.solution .reason-item .item-num{
	color:var(--col-navy);
}
.reason-item .item-num span{
	font-size:9.0rem;
	padding-left: 0.08em;
	line-height: 1
}
.reason-item .item-txt span{
	display: inline-block
}


@media (max-width: 1200px) {
	.reason-item{
		padding: 40px 2vw
	}
}

@media (max-width: 768px) {
	.section.reason{
		padding: 8vw 0 10vw;
	}
	.reason-wrap{
		gap:8vw;
		margin-top: 10vw
	}
	.reason-item{
		width:100%;
		border-radius: 4vw;
		box-shadow:var(--item_shadow-bg_sp);
		padding:12vw 4vw 4vw
	}
	.solution .reason-item{
		box-shadow:var(--item_shadow-o_sp);
	}
	
	.reason-item .item-ttl{
		font-size:4.0vw;
	}
	.reason-item .item-num{
		font-size:4.2vw;
		margin-top: -19vw;
	}
	.reason-item .item-num span{
		font-size:12vw;
	}
	.section.reason.solution{
		padding-top: 14vw
	}

}


/* ------------------------------------------------
		comparison
--------------------------------------------------- */
.section.comparison{
	width:100%;
	background:var(--col-white);
	padding: 90px 0 100px;
	border-radius: 80px;
}
.section.comparison .table-wrap{
	border:2px solid var(--col-blue_green);
}
.section.comparison table th:nth-child(3){
	background: var(--col-orange);
}
.section.comparison table td:nth-child(1){
	font-weight: 600
}
.section.comparison table td:nth-child(3){
	color: var(--col-navy);
	background: var(--col-cream);
	font-size:1.8rem;
	font-weight: 600
}
.section.comparison .note-txt{
	text-align: right
}


@media (max-width: 768px) {
	
	.section.comparison{
		padding: 8vw 0 ;
		border-radius: 5vw;

	}
	.section.comparison .comparison-wrap{
		width:100%;
		border-top-left-radius:5vw;
		border-top-right-radius:5vw;
		border-bottom-left-radius:2vw;
		border-bottom-right-radius:2vw;
		overflow: hidden;
		border:2px solid var(--col-blue_green);
	}
	.section.comparison .table-wrap{
		padding: 0 0 1vw 0;
		border-radius:0;
		border:0;
		box-shadow: none;
		width:100%;
		overflow-x:auto;
		-webkit-overflow-scrolling:touch;
	}
	
	.table-wrap table{
		border-collapse:collapse;
		min-width:170vw;
		background: var(--col-white);
	}

	.table-wrap th:first-child,
	.table-wrap td:first-child{
		position:sticky;
		left:0;
		background:var(--col-white);
		z-index:2;
	}

	/* 左上セル */
	.table-wrap th:first-child{
		z-index:3;
	}
	
	
}

/* ------------------------------------------------
		case
--------------------------------------------------- */
.section.case{
	width:100%;
	padding: 90px 0 ;
}
.case-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px
}
.case-item:nth-child(even){
	flex-direction: row-reverse
}
.case-item .item-image{
	width:40%
}
.case-item .item-txt-wrap{
	width:calc(100% - 50px - 40%);
	background:var(--col-white);
	border-radius: 40px;
	border:2px solid var(--col-navy);
	box-shadow:var(--item_shadow-bg);
	padding: 40px;
	position: relative
}
.case-item .item-txt-wrap::before{
	position: absolute;
	content:'';
	width:40px;
	height:100%;
	left:-38px;
	top:0;
	background-image: url("../../../img/products/item01/common/case-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.case-item:nth-child(even) .item-txt-wrap{
	box-shadow:var(--item_shadow-bg-re);
}
.case-item:nth-child(even) .item-txt-wrap::before{
	transform: rotate(180deg);
	left:auto;
	right:-38px;
}

.case-item .item-cat span{
	font-size:2.0rem;
	line-height: 1;
	padding: 0.2em 1em;
	border-radius: 2em;
	color:var(--col-white);
	background: var(--col-navy);
}
.case-item .item-lead{
	display: inline-block;
	font-size:1.8rem;
	font-weight: 600;
	padding: 0 0.5em;
	margin: 1em 0
}
.case-item .item-comment{
	padding:1em 0 1em 50px;
	position: relative;
	line-height: 2
}
.case-item .item-comment::before{
	position: absolute;
	content:'“';
	left:0;
	top:0;
	font-size:105px;
	line-height: 1;
	color: var(--col-orange);
}
.case-item .item-comment .item-comment-name{
	display: block;
	font-size:1.4rem;
	text-align: right
}
.case-item .item-txt{
	display: flex;
	font-size:1.4rem;
}
.case-item .item-txt .ttl{
	white-space: nowrap
}
.case-item .item-txt .detail p{
	 text-indent: -1em;
	  padding-left: 1em;
}

.other-case{
	width:90%;
	max-width: 920px;
	margin: 80px auto 0;
	display: flex;
	align-items: center;
}
.other-case .ttl{
	font-size:1.8rem;
	background: var(--col-white);
	border:2px solid  var(--col-blue_green);
	color: var(--col-blue_green);
	white-space: nowrap;
	padding: 0 1em;
	border-radius: 2em;
	margin-right: 1em
}
.other-case .txt{
	font-size:1.4rem;
}
@media (max-width: 1200px) {
	.case-item .item-txt-wrap{
		padding:4vw 2vw
	}
}

@media (max-width: 768px) {
	.section.case{
		padding: 8vw 0 ;
	}
	.case-item{
		display: flex;
		flex-direction: column;
		gap:8vw;
		margin-top: 8vw
	}
	.case-item:nth-child(even){
		flex-direction: column;
	}
	.case-item .item-image{
		width:60%
	}
	.case-item .item-txt-wrap{
		width:100%;
		border-radius: 5vw;
		padding:6vw 4vw;
		box-shadow:var(--item_shadow-bg_sp);
	}
	.case-item .item-txt-wrap::before{
		position: absolute;
		content:'';
		width:6vw;
		height:6vw;
		left:0;
		right:0;
		top:-5.9vw;
		margin: auto;
		transform: rotate(90deg);
	}
	.case-item:nth-child(even) .item-txt-wrap{
		box-shadow:var(--item_shadow-bg-re_sp);
	}
	.case-item:nth-child(even) .item-txt-wrap::before{
		transform: rotate(90deg);
		left:0;
		right:0;
		top:-5.9vw;
		margin: auto;
	}

	.case-item .item-cat span{
		font-size:4.2vw;
	}
	.case-item .item-lead{

		font-size:4.0vw;
	}
	.case-item .item-comment{
		padding:1em 0 1em 10vw;
		position: relative;
		line-height: 2
	}
	.case-item .item-comment::before{
		font-size:24vw;
	}
	.case-item .item-comment .item-comment-name{
		font-size:3.2vw;
	}
	.case-item .item-txt{
		font-size:3.2vw;
	}
	.other-case{
		width:90%;
		max-width: inherit;
		margin: 8vw auto 0;
		flex-direction: column;
	}
	.other-case .ttl{
		font-size:3.6vw;
		margin: 0 auto 2vw 0
	}
	.other-case .txt{
		font-size:3.2vw
	}

}


/* ------------------------------------------------
		movie
--------------------------------------------------- */
.section.movie{
	width:100%;
	padding: 40px 0  120px;
}

.movie-wrap{
	margin: 25px auto 0;
	width: 57.5%;
	aspect-ratio: 690 / 388;
}

.movie-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 1200px) {
}

@media (max-width: 768px) {
	.section.movie{
		width:100%;
		padding: 4vw 0  10vw;
	}

	.movie-wrap{
		margin: 2vw auto 0;
		width:80%
	}

}


/* ------------------------------------------------
		flow
--------------------------------------------------- */
.section.flow{
	width:100%;
	padding: 90px 0 100px;
	border-radius: 80px;
	background:var(--col-white);

}
.flow-wrap{
	display: flex;
	gap:40px;
	margin-top: 100px
}
.flow-item{
	width:calc((100% - (40px * 3)) / 4);
	position: relative;
	background: var(--col-white);
	padding:12% 20px 20px;
	border-radius: 30px;
	border:2px solid var(--col-orange);
	box-shadow:var(--item_shadow-o);
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: top 38% center;
	background-size:22%
}
.flow-item:nth-child(1){background-image: url("../../../img/products/item01/common/flow01.png");}
.flow-item:nth-child(2){background-image: url("../../../img/products/item01/common/flow02.png");}
.flow-item:nth-child(3){background-image: url("../../../img/products/item01/common/flow03.png");}
.flow-item:nth-child(4){background-image: url("../../../img/products/item01/common/flow04.png");}

.flow-item:not(:last-child)::after{
	position: absolute;
	content:'';
	width:20px;
	height:100%;
	top:0;
	right:-30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	background-image: url("../../../img/products/item01/common/flow-arrow.svg")
}
.flow-item .item-num{
	position: absolute;
	content:'';
	width:100px;
	height:100px;
	border-radius: 50%;
	font-size:5.0rem;
	padding-bottom: 0.2em;
	line-height: 1;
	color:var(--col-white);
	top:-50px;
	left:20px;
	display: flex;
	align-items: center;
	justify-content: center
}
.flow-item .item-txt{
	text-align: center;
	color: var(--col-blue_green);
	font-weight: 600
}

.flow-txt{
	text-align: center;
	font-size:2.8rem;
	font-weight: 600;
	margin-top: 70px
}
.section.flow .sec-ttl span::after{
	color:var(--col-navy);
}

@media (max-width: 1200px) {
	.flow-item {
			background-position: top 32% center;
	}
	.flow-item .item-num{
		width:8.3vw;
		height:8.3vw;
		top:-4vw;
		left:0;
	}
}

@media (max-width: 768px) {
	.section.flow{
		padding: 8vw 0 10vw;
		border-radius: 5vw;
	}
	.flow-wrap{
		display: flex;
		flex-direction: column;
		gap:12vw;
		margin-top: 10vw
	}
	.flow-item{
		width:100%;
		height:22vw;
		position: relative;
		background: var(--col-white);
		padding:4vw;
		border-radius: 4vw;
		border:2px solid var(--col-orange);
		box-shadow:var(--item_shadow-o_sp);
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		background-position: center left 35%;
		background-size:12%
	}

	.flow-item:not(:last-child)::after{
		position: absolute;
		content:'';
		width:8vw;
		height:8vw;
		top:auto;
		right:0;
		left:0;
		margin: auto;
		bottom:-11vw;
		transform: rotate(90deg);
	}
	.flow-item .item-num{
		position: absolute;
		content:'';
		width:16vw;
		height:16vw;
		font-size:10vw;
		top:-8vw;
		left:4vw;
	}
	.flow-item .item-txt{
		text-align: center;
		color: var(--col-blue_green);
		font-weight: 600;
		font-size:4.8vw;
		padding-left: 40%
	}

	.flow-txt{
		font-size:5vw;
		margin-top: 6vw
	}

}


/* ------------------------------------------------
		faq
--------------------------------------------------- */
.section.faq{
	width:100%;
	padding: 90px 0  120px;
}
.faq-wrap{
	width:90%;
	max-width:800px;
	margin: 70px auto 0
}
.faq-item{
	background: var(--col-white);
	padding: 20px;
	border-radius: 40px;
	border:2px solid var(--col-navy);
	box-shadow:var(--item_shadow-bg);
}
.faq-item:not(:first-child){
	margin-top: 20px
}
.faq-item .item-inner{
	display: flex;
	align-items: center
}
.faq-item .q{
	padding-right: 60px;
	position: relative;
}
.faq-item .q::after{
	position: absolute;
	content:'';
	width:60px;
	height:60px;
	top:0;
	right:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size:30%;
	background-image: url("../../../img/products/item01/common/faq-arrow.svg");
	    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}
.faq-item .q.is-open::after{
	transform: rotate(180deg)
}
.faq-item .a{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid var(--col-gray);
	display: none
}
.faq-item .item-icon{
	width:60px;
	height:60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:3.6rem;
	line-height: 1;
	padding-bottom: .2em;
	margin-right: 20px;
	color: var(--col-white);
}
.faq-item .item-txt{
	width:calc(100% - 80px)
}
 .faq-item .q .item-icon {
	background:var(--col-navy);
}
 .faq-item .a .item-icon{
	background:var(--col-orange);
}
.faq-item .q .item-txt{
	font-size:1.8rem;
	font-weight: 600;

}
.faq-item a{
	color:var(--col-blue_green);
	text-decoration: underline
}
@media (max-width: 768px) {
	.section.faq{
		padding: 8vw 0  10vw;
	}
	.faq-wrap{
		width:100%;
		max-width:inherit;
		margin: 6vw auto 0
	}
	.faq-item{
		padding: 2vw;
		border-radius: 4vw;
		box-shadow:var(--item_shadow-bg_sp);
	}
	.faq-item:not(:first-child){
		margin-top: 4vw
	}
	.faq-item .q{
		padding-right: 8vw;
	}
	.faq-item .q::after{
		width:8vw;
		height:100%;
		background-size:50%;
	}
	.faq-item .q.is-open::after{
		transform: rotate(180deg)
	}
	.faq-item .a{
		margin-top: 2vw;
		padding-top: 2vw;
	}
	.faq-item .item-icon{
		width:10vw;
		height:10vw;
		font-size:8vw;
		margin-right: 2vw;
	}
	.faq-item .item-txt{
		width:calc(100% - 10vw)
	}
	.faq-item .q .item-txt{
		font-size:3.6vw;
	}
}

/* ------------------------------------------------
		CTA
--------------------------------------------------- */

.cta-area{
	padding: 100px 0 80px;
	background:var(--grad-cta);
	text-align: center
}
.cta-area .cta-txt-l{
	font-size:3.6rem;
}
.cta-area .cta-txt{
	font-size:2.0rem;
	margin: 40px 0 50px
}
.cta-area .cta-txt-l span,
.cta-area .cta-txt span{
	display: inline-block
}
.cta-area .btn-wrap{
	font-size:2.4rem;
	display: flex;
	justify-content: center;
	gap:50px
}
.cta-area .btn-wrap p{
	width:calc((100% - 50px) /2);
	max-width: 400px
}
@media (max-width: 768px) {
	.cta-area{
		padding: 10vw 0
	}
	.cta-area .cta-txt-l{
		font-size:5.8vw;
	}
	.cta-area .cta-txt{
		font-size:3.6vw;
		margin: 5vw 0 
	}
	.cta-area .btn-wrap{
		font-size:3.6vw;
		gap:2vw
	}
	.cta-area .btn-wrap p{
		width:calc((100% - 2vw) /2);
		max-width: inherit
	}

 	.cta-area .cta-txt-l br + span {
        margin-top: 2.5vw;
    }

}
