@charset "UTF-8";
/* services01 */
.plant-label {
	font-weight: bold;
	letter-spacing: 0.1rem;
	display: inline-block;
	border: solid 2px #000;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}
.ttl-label{
	display: inline-block;
	font-size: 1.5rem;
	padding: 0.6em 1.5em;
	background-color: #036EB7;
	color: #fff;
	border-radius: 40px;
}
h4.ttl-label{
	font-weight: bold;
	letter-spacing: 0.15rem;
	margin-bottom: 2em;
}
p.map_txt{
	font-weight: bold;
	font-size: 1.3rem;
	margin-top: 2em;
}
.ttl-label.mixed{
	background-color: #009E96;
}
.flow-table{
	width: 80%;
	margin: 0 auto;
	font-size: 1.3rem;
}
thead th{
	background-color: #8DC21F;
	color: #fff;
	padding: 0.3em 0 0.3em 1.5em;
	border: 1px solid #000;
}
tbody{
	text-align: center;
}
tbody th{
	background-color: #EFEFEF;
}
tbody th,tbody td{
	width: 25%;
	padding: 0.3em 0;
	border: 1px solid #000;
}
.flow-section{
	margin-top: 6rem;
	display: flex;
	flex-direction: column;
}
.flow-item{
	font-size: 1.5rem;
	padding: 2em 0;
	display: flex;
	width: 60%;
	margin: 0 auto;
	background-color: #E7F4F1;
	gap: 6em;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.flow-img{
	flex-basis: 15%;
}
.arrow{
	display: block;
	width: 8%;
	margin: 0 auto;
	height: 3em;
	background:url(../assets/img/services/arrow.png) no-repeat center;
	background-size: contain;
}
.map-item{
	font-size: 1.5rem;
  padding: 1.5em 1em;
	display: flex;
	width: 60%;
	margin: 0 auto;
	background-color: #E7F4F1;
	flex-wrap: wrap;
	justify-content: space-between;
}
h5{
	font-size: 1.5rem;
	flex-basis: 100%;
	flex-grow: 1;
	margin-bottom: 1em;
	font-weight: bold;
}

h5.map-item-ttl::before{
	content: counter(number);
	counter-increment: number 1;
	background-color: #009E96;
	border-radius: 100%;
	font-size: 1.3em;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	margin-right: 5px;
	width: 50px;
	line-height: 50px;
	position: relative;
	top: -0.1em;
}
.flow-section,.count {
	counter-reset: number;
}
.ttlsub{
	font-size: 0.8em;
	margin-left: 1em;
	display: inline-block;
}
.ttlsub span{
	font-size: 2em;
	line-height: 1;
	vertical-align: text-bottom;
	display: inline-block;
}

.map-item .flow-img{
	flex-basis: 62%;
}
.map-item .flow-img img{
	border-radius: 8%;
}
.map-item .flow-img video {
	border-radius: 20px;
}
.map-item p{
	flex-basis: 33%;
	font-size: 1rem;
}
.flow-item h5.map-item-ttl{
	margin-bottom: 0;
}
.flow-item p.fam{
	font-weight: normal;
	font-size: 1rem;
	margin-left: 3.5em;
}
.flow-img.col2 {
	flex-basis: 48%;
	flex-basis: 100%;
	display: flex;
}
.flow-img.col2 p{
	flex-basis: 50%;
}
.flow-img.col2 .arrow{
	transform: rotate(-90deg);
	height: 2em;
	margin: 0;
}
/* .flow-img.col2 img{
	margin-bottom: 1em;
} */

.map-item-last{
	width: 100%;
	font-size: 1.5rem;
	padding: 1.5em 1em;
	display: flex;
	background-color: #E7F4F1;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2.1em;
}
.map-item-last h5.ttl-label{
	background-color: #009E96;
	text-align: center;
}
.map-item-last h5.ttl-label:nth-child(2){
	background-color: gray;
}
.map-item-last h5.ttl-label:nth-of-type(3){
	background-color: blue;
}
.map-item-last_col{
	background: #fff;
	border-radius: 20px;
	padding: 1em;
}
.map-item-last_col.col01{
	flex-basis: calc((100% - 1em)* 0.4);
}
.map-item-last_col.col02{
	flex-basis: calc((100% - 1em)* 0.6);
}
.map-item-last_col h5.ttl-label{
	font-size: 1.2rem;
	width: 100%;
	text-align: center;
	background-color: #E95389;
}
.col02 h5.ttl-label{
	background-color: #2CA6E0;
}
.col01_itemwrap,.col02_itemwrap{
	display: flex;
	font-size: 1.1rem;
	justify-content: space-between;
}

.col01_itemtable td,.col01_itemtable th {
	background-color: #fff;
	padding:0;
	border: none;
}
.col01_itemtable th {
	height: 3em;
	vertical-align: bottom;
}
td i.arrow {
	width: 100%;
}
td>img {
	width: 60%;
}
.col02_item{
	flex-basis: calc((100% - 1em)*0.50);
	text-align: center;
}
.col02_item:first-of-type{
	border-right: 2px solid #000;
	flex-basis: calc((100% - 1em)*0.48);
	padding-right: 1em;
}
.col02_item:first-of-type p+p{
	text-align: left;
}
.col02-ttl{
	font-weight: bold;
}
.col02_item-imgcol{
	display: flex;
	gap: 0.8em;
	justify-content: center;
	width: 100%;
}
.col02_item-imgcol div{
	flex-basis: calc((100% - 0.8em)/2);
	align-self: end;
}
.col02_item-imgcol.rpf{
	flex-wrap: wrap;
	font-size: 1rem;
	margin-top: 1.5em;
}
.rpf-col{
	display: flex;
	background-color: #EAF6FD;
	font-weight: bold;
	padding: 0.5em;
	align-items: center;
}
.rpf-col:first-child{
	flex-basis: 100%;
}
.rpf-col p{
	white-space: nowrap;
	margin-right: 0.5em;
}
.rpf-col div{
	flex-grow: 1;
}

.flow-item-last{
	width: 100%;
	font-size: 1.5rem;
	padding: 0.5em 1em;
	display: flex;
	background-color: #DCDDDD;
	justify-content: space-between;
	align-items: center;
}
.flow-item-last .ttl-label{
	background-color: #fff;
	color: #000 ;
	margin-bottom: 0;
	flex-basis: 34%;
	flex-grow: 0;
	white-space: nowrap;
}
.flow-item-last p{
	font-weight: bold;
	font-size: 1.1rem;
	flex-basis: 30%;
}
.flow-item-last div{
	flex-basis: 10%;
}

table.rpftable thead th {
	background-color: #009FE8;
}
.rpf-item{
	background-color: #EAF6FD;
}
.rpf_flowwrap {
	display: flex;
	width: 75%;
	margin: 0 0 0 auto;
}
.arrow2 {
	width: 9%;
}
.rpf_flowwrap .arrow{
	width: 11%;
	margin: 0 0 0 50%;
}
.rpf_flowwrap .rpf-item{
	margin: 0 0 0 auto;
   width: 85%;
}
.rpf_flowwrap h5.map-item-ttl::before {
	display: none;
}

.map-item-ttl-sub{
	font-size: 0.9em;
	padding: 0.2em 1rem;
	background-color: #fff;
	margin-right: 1em;
}

.rpf-item>h5.map-item-ttl::before {
	background-color: #036EB7;
}

.map-item p.rpf-item-txt{
	flex-basis: 65%;
	margin-top: 1.5em;
}
.advantage{
	background-color: #F7B52C;
	margin: 6.5rem 0 1.3rem 0;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 1em;
	gap: 1.5em;
	justify-content: flex-start;

}
.advantage .ttl-label{
	text-align: center;
}
.advantage-txt{
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}

/* services02 */
.sv02rpf .rpf_flowwrap .rpf-item {
	margin: 0 0 3.2rem auto;
	width: 85%;
}
.sv02rpf .rpf_flowwrap02{
	margin: auto 0 0 0;
}
.sv02rpf .rpf_flowwrap .arrow2{
	margin-top:-3.2rem;
}
.sv02rpf .rpfsv02_01 .arrow2 {
	margin-top:0;
}
.sv02rpf .rpf_flowwrap02 .rpfsv02_02 {
	margin: 0 0 0 auto;
}
.rpf_flowwrap02 .arrow {
	width: 11%;
	margin: 0 0 0 70%;
}
.sv02rpf .rpf_flowwrap.rpfsv02_03 {
	width: 90%;
}
.rpfsv02_03 table{
	width: 45%;
	font-size: 1.3rem;
	align-self: baseline;
}
.rpfsv02_03 thead th {
	text-align: center;
	padding: 0;
}
.sv02rpf .rpf_flowwrap h5.map-item-ttl::before,.rpf_flowwrap02 h5.map-item-ttl::before
 {
	display: inline-block;
}
.sv02rpf .rpfsv02_01 h5.map-item-ttl ,.new{
	position: relative;
}
.sv02rpf .rpfsv02_01 h5.map-item-ttl::before {
	content: "New";
	background-color: #E50012;
	border-radius: 100%;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	margin-right: 5px;
	width: 80px;
	line-height: 80px;
	position: absolute;
	top: -2em;
	right: -4vw;
	transform: rotate(-20deg);

	display: none;
}
.new::before{
	content: "New";
	background-color: #E50012;
	border-radius: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	width: 80px;
	line-height: 80px;
	position: absolute;
	top: -1.5em;
	left: -3vw;
	transform: rotate(-20deg);
}


/* services03 */
.sv03-col{
	display: flex;
	gap: 3rem;
	width: 100%;
}
.sv03 .section_ttl::before,.sv04 .section_ttl::before{
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.5rem;
	background-color: #000;
	vertical-align: baseline;
}
.sv03-col01{
	width: 50%;
}
.sv03_btn {
	position: relative;
	display: block;
	text-align: center;
	width: 70%;
	font-size: min(2.5vw, 1.7rem);
	font-weight: bold;
	margin: 5rem auto;
	padding: 1em 0;
	background-color: #F6AB00;
}
.sv03_btn span {
	color: #fff;
}
.sv03_btn::after {
	position: absolute;
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
	background: #fff;
	color: #F6AB00;
	padding: 0 0.3em;
	border-radius: 50%;
	font-size: 0.9em;
}
.area{
	position: relative;
}
.area_txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

/* services04 */
/* table.SAVEtable{
	width: 100%;
	font-size: 1rem;
}
table.SAVEtable thead th {
	font-size: 1.3rem;
	background-color: #009FE8;
	padding: 0.3em 0 ;
	text-align: center;
}
table.SAVEtable tbody td {
	padding: 0.5em 0;
}
table.SAVEtable td img {
	width: 20%;
} */
.sv04_col{
	display: flex;
	width: 100%;
}
.battery{
	align-items: center;
}
.battery_txt{
	flex-basis: 75%;
}
.battery_img{
	flex-basis: 25%;
}
/* .sv04_col div{
	flex-basis: calc((100% - 6rem)/3);
} */
.savepoint{
	counter-reset: number;
}
p.battery_ttl{
	position: relative;
}
.savepoint p.battery_ttl::before{
	content: "SAVE POINT";
	font-size: 0.7em;
	width: fit-content;
	height: fit-content;
	margin-right: 1.7em;
	background: #036EB7;
	color: #fff;
	padding: 0.1em 1.5em;
	border-radius: 30px 0 0 30px;
	letter-spacing: 0.1rem;
	vertical-align: text-bottom;
}
.savepoint p.battery_ttl::after{
	content: counter(number);
	counter-increment: number 1;
	background-color: #036EB7;
	border-radius: 100%;
	font-size: 1.3em;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	width: 1.3em;
	line-height: 1.3em;
	position: absolute;
	top: 0;
	left: 4.4em;
	font-weight: bold;
}
.savepoint_box{
	margin: 3rem 0 5rem;
}

.sv04_list-wrap{
	padding: 2rem;
	background: #EAF6FD;
	margin: 3rem 0;
}
.sv04_list-ttl{
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 1em 0;
}
ul.sv04_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
ul.sv04_list li{
	flex-basis: 25%;
}

.sv04_list-wrap.list02{
	margin: 6.5rem 0 3rem 0;
}
.list02 .sv04_list{
	display: flex;
	border-top: 2px solid #000;
	padding: 1.5em 0;
	gap: 2em;
}
.list-item01{
	flex-basis: 65%;
}
.list-item01 p{
	font-size: 1.3em;
}
.list-item01 ol{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0.5em;
}
.list02 .arrow{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5rem 0 2.5rem 2rem;
	border-color: transparent transparent transparent #036EB7;
	margin: auto 0;
}
.list-item02{
	flex-basis: 30%;
	font-weight: bold;
	align-self: center;
}

.movie_col{
	flex-wrap: wrap;
	gap: 3rem;
	counter-reset: number;
}
.movie_col div{
	flex-basis: calc((100% - 3rem)/2);
}
.movie_col div>video{
	border-radius: 15px;
}
.movie_col div>p{
	font-size: 1.5rem;
	font-weight: bold;
	margin: 1em 0;
}
.movie_col div>p::before{
	content: counter(number);
	counter-increment: number 1;
	background-color: #E50012;
	border-radius: 100%;
	font-size: 1.3em;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	width: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	margin-right: 0.3em;
}

@media screen and (max-width: 959px){
	.map-item-last {
    flex-direction: column;
	}
	.col01_itemwrap {
    justify-content: center;
	}
	.map-item-last_col.col01 {
		margin-bottom: 2rem;
	}
}


@media screen and (max-width: 768px){
	.ttl-label {
    font-size: min(5vw, 1.5rem);
	}
	thead th {
    padding: 0.3em 1em;
	}
	tbody th, tbody td {
    display: block;
    width: 100%;
	}
	.flow-item {
    flex-direction: column;
    width: 100%;
    padding: 1em 4em;
    gap: 0;
	}
	.map-item {
    width: 100%;
	}
	/* .flow-section .arrow ,.flow-section .arrow2{
    display: none;
	} */
	h5 {
		font-size: min(5vw, 1.5rem);
	}
	h5.map-item-ttl::before {
    width: 1.5em;
    line-height: 1.5em;
	}
	.spsv01{
		margin: 0;
	}
	.map-item .flow-img,.map-item p ,.flow-img.col2{
    flex-basis: 100%;
	}
	.flow-item p.fam {
    margin: 0;
	}
	.flow-img.col2 {
    margin-top: 1.5rem;
		flex-direction: column;
	}
	.flow-img.col2 .arrow {
		transform: rotate(0deg);
    align-self: center;
}
	.col02_itemwrap {
		flex-direction: column;
    gap: 1.5rem;
	}
	.col02_item:first-of-type {
    border: none;
    padding: 0;
	}
	.flow-item-last {
		flex-wrap: wrap;
	}
	.flow-item-last .ttl-label,.flow-item-last p {
    flex-basis: 100%;
	}
	.flow-item-last div {
    flex-basis: 40%;
	}
	.rpf_flowwrap,.rpf_flowwrap .rpf-item {
		width: 100%;
	}

	.arrow2 {
		display: none;
	}
	.sv02rpf .rpf_flowwrap .rpf-item {
    width: 100%;
	}
	.rpf_flowwrap02 .arrow {
    width: 8%;
		margin: 0 auto;
	}
	.sv02rpf .rpf_flowwrap .arrow2 {
		display: block;
	}
	.sv02rpf .rpf_flowwrap.rpfsv02_03 {
    width: 100%;
    flex-direction: column-reverse;
	}
	.rpfsv02_03 table {
    width: 100%;
	}
	.new::before {
    top: -0.5em;
		left: -4vw
	}
	.sv03-col {
    flex-direction: column;
    margin-top: 2rem;
	}
	.sv03-col01 {
    width: 100%;
	}
	.sv03_btn {
		width: 100%;
		font-size: 1.3rem;
	}
	.sv03_btn::after {
		display: none;
	}
	.area_txt {
    position: relative;
    width: 100%;
	}
	table.SAVEtable tbody th, tbody td {
		display: table-cell;
		width: 25%;
	}
	.sv04_col {
    flex-direction: column;
	}
	.battery_img {
		display: none;
	}
	.savepoint p.battery_ttl::before{
		display: block;
	}
	.savepoint p.battery_ttl::after{
		top: -0.2em;
		left: 4.8em;
	}
	ul.sv04_list, .list02 .sv04_list{
    flex-direction: column;
	}
	.list02 .arrow {
		align-self: center;
		border-width: 2rem 2.5rem 0rem 2.5rem;
    border-color: #036EB7 transparent transparent transparent;
    margin: 0;
	}
	.list-item02{
		align-self: stretch;
	}
	.movie_col div {
    width: 100%;
	}
	.movie_col div>p {
    font-size: min(4vw, 1.5rem);
	}
}

.yt_wrap .yt_box {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.yt_wrap .yt_box iframe {
  width: 100%;
  height: 100%;
}