@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
  add anime
--------------------------------------------------*/
@keyframes scale {
  0% { transform: scale(1, 1); }
  5% { transform: scale(1.05, 1.05); }
  10% { transform: scale(1, 1); }
  15% { transform: scale(1.05, 1.05); }
  20% { transform: scale(1.01, 1.01); }
  100% { transform: scale(1, 1); }
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

._shiny2 .shiny-tgt {
    display: inline-block;
    overflow: hidden;
}
._shiny2 .shiny-tgt:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
/*-----------------
common

font-family: 'Barlow', sans-serif;

-------------------*/
:root {
    --red:    #f20000;
    --blue:   #0059a9;
	--orange: #fe9d1f;
    --yellow: #fff538;
	
	--font-size: 24px;
    --font-en: "Oswald", sans-serif;
    --font-Kurenaido: "Zen Kurenaido", sans-serif;
}
body {
    color: #000;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}
.sp {
    display: none !important;
}

/*-----

-----------------*/



#lp-contents {
    overflow: hidden;
}
#lp-contents h2 {
    text-align: center;
}
.lpBox {
    padding: 110px 0;
    position: relative;
}
.lpBox-s {
    padding: 70px 0;
    position: relative;
}
.lp-in {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.lp-desc {
	font-size: 32px;
	font-weight: 500;
    line-height: 1.6;
	margin-bottom: 40px;
	text-align: center;
}
.lp-desc span {
    background: linear-gradient(transparent 70%, #e1f6ff 0%);
}

.lp-cmn-bg {
    padding: 40px 0;
    border-radius: 10px;
    position: relative;
}
.lp-cmn-bg:after {
    content: '';
    width: 115%;
    height: 100%;
    background: #dcebfe url("../img/ecocute-new/cmn_bg.png") no-repeat center;
	background-size: cover;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: -7.5%;
    z-index: -1;
}

.cta a {
	display: inline-block;
	position:relative;
}
.cta a .cta-t1 {
	color: #111;
	font-size: 30px;
	display: inline-block;
	background: #fff;
	padding: 5px 30px;
	border-radius: 1000px;
	border: solid 2px #de8506;
	position: relative;
    top: 10px;
    z-index: 1;
}
.cta a .cta-t1 i {
    width: 16px;
    height: 16px;
    background: #fff;
    border-right: solid 2px #de8506;
    border-top: solid 2px #de8506;
    transform: rotate(135deg);
    position: absolute;
    bottom: -9px;
    left: calc(50% - 10px);
    z-index: 1;
}

.cta a .cta-t1 span {
	color: var(--blue);
	font-weight: 500;
}
.cta a .cta-t2 {
	display: block;
	padding: 20px 50px;
	border-radius: 1000px;
	background: #f8a229;
	box-shadow: 5px 5px 0 #de8506;
	position: relative;
	font-size: 34px;
	font-weight: 500;
	color: #fff;
}
.cta a .cta-t2:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 15px 0px 15px 20px;
    vertical-align: -2px;
    margin-left: 10px;
}



.lp-footer {
    color: #fff;
    text-align: center;
    background: var(--blue);
    padding: 30px 0;
}


.floating-line-bnr{
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 10;
}
.floating-line-bnr a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    color: #fff;
	font-size: 16px;
    font-weight: 500;
    background: #01b900;
    padding: 10px;
    border-radius: 10000px;
}
.floating-line-bnr a i {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../../assets/img/cmn/icon_line.png") no-repeat center;
	background-size: contain;
	margin:auto;
}


@media (max-width: 1200px) {

	body {
		padding-top: 90px;
	}
	.lp-header__in {
		height: 90px;
	}
	.lp-site-logo {
		width: 40%;
	}
	.lp-timer-text {
		font-size: 14px;
	}
	.lp-timer .timer {
		color: var(--red);
		font-size: 28px;
	}
	.to-contact-btn {
		margin-left: 15px;
	}
	.to-contact-btn a {
		font-size: 16px;
		width: 210px;
		height: 70px;
	}

}

@media (max-width: 815px) {

	:root {
		--font-size: 16px;
	}
    body {
        min-width: 375px;
        font-size: 13px;
		padding-top: 80px;
    }
    
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }

	.lpBox {
		padding: 60px 0;
	}
	.lp-desc {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.cta a .cta-t1 {
		font-size: 16px;
		top: 5px;
	}
	.cta a .cta-t2 {
		padding: 15px 20px;
		font-size: 18px;
	}
	.cta a .cta-t2:after {
		border-width: 10px 0px 10px 12px;
		vertical-align: -3px;
	}

	.sp-floating {
		width:100%;
		padding: 5px;
		background: rgba(255,255,255,0.2);
		position: fixed;
		bottom:0;
		left: 0;
		z-index: 10;
	}
	.sp-floating a {
		display: block;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		background: var(--orange);
		box-shadow: 5px 5px 0 #ffd03f;
		text-align: center;
		border-radius: 10px;
		position: relative;
		overflow: hidden;
		padding: 15px 0;
	}
	.sp-floating a i:after {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
		border-width: 6px 0px 6px 12px;
		margin-left: 10px;
	}

	.lp-footer {
		padding: 30px 0 100px;
	}
	
	.floating-line-bnr a {
		width: 90px;
		height: 90px;
		font-size: 10px;
	}

}



/*-----------------
fv
-------------------*/
#fv {
    background: url("../img/ecocute-new/fv_bg.jpg") no-repeat center top -18%;
    background-size: 2404px 1099px;
	margin-bottom: 90px;
}
.fv-main {
}
.fv-main__list {
	display: flex;
	justify-content: space-between;
    margin-top: 100px;
}
.fv-main__list >li {
	width: 32%;
	text-align: center;
}

.fv-sub {
    margin-top: 50px;
}
.fv-sub__list {
	display: flex;
	justify-content: space-between;
}
.fv-sub__list >li {
	width: 48%;
}

@media (max-width: 1140px) {

	#fv {
		background-size: 160%;
		background-position: center top 20%;
	}

}

@media (max-width: 815px) {

	#fv {
		background-size: 200%;
		margin-bottom: 50px;
	}
	.fv-sub {
		margin-top: 20px;
	}
}

/*-----------------
main-cta
-------------------*/

.main-cta {
	padding: 40px 0 60px;
	background: url("../img/ecocute-new/cta_bg.png") no-repeat center;
	background-size: cover;
	text-align: center;
}


@media (max-width: 815px) {

	.main-cta {
		padding: 20px 0 30px;
		background-size: 100% 100%;
	}

}

/*-----------------
column
-------------------*/
.column-wrap h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    margin-bottom: 40px;
    background: var(--blue);
    border-radius: 5px;
    position: relative;
	z-index: 1;
}
.column-wrap h3:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 40px solid var(--blue);
    border-bottom: 0;
    position: absolute;
    bottom: -23px;
    left: 60px;
    z-index: -1;
    transform: rotate(-40deg);
}

@media (max-width: 815px) {

	.column-wrap h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
    .column-wrap .post__list {
        margin-top: 0;
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
        width: calc(100% + 20px);
    }
    .column-wrap .post__list > li,
	.column-wrap .post__list li:nth-child(3n+1) {
        width: 200px;
        max-width: 100%;
        margin: 0 30px 0 0;
        display: inline-block;
        vertical-align: top;
		white-space: normal;
    }

}

/*-----------------
lp-campaign
-------------------*/
#lp-campaign {
    padding-bottom: 0;
}
.lp-campaign-bnr {
    text-align: center;
}
.lp-campaign-bnr a {
    display: inline-block;
    position: relative;
}
.lp-campaign-bnr a .obi {
    width: 100%;
	text-align: center;
	padding: 10px;
	background: rgba(51,89,165,0.88);
	position: absolute;
	left: 0;
	bottom: 0;
}
.lp-campaign-bnr a .obi p {
	color: #fff;
	font-size: 46px;
	font-weight: 500;
    margin-bottom: 15px;
}
.lp-campaign-bnr a .obi .btn {
	display: inline-block;
	padding: 5px 20px;
	font-size: 28px;
	color: var(--blue);
	background: #fff;
	border-radius: 1000px;
}
.lp-campaign-bnr a .obi .btn:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--blue);;
    border-width: 10px 0px 10px 14px;
    margin-left: 10px;
}


@media (max-width: 815px) {

	.lp-campaign-bnr a .obi p {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.lp-campaign-bnr a .obi .btn {
		font-size: 16px;
	}
	.lp-campaign-bnr a .obi .btn:after {
		border-width: 6px 0px 6px 10px;
		margin-left: 5px;
	}

}


/*-----------------
lp-otoku
-------------------*/
#lp-otoku h2 {
	text-align: center;
}
.lp-otoku-sub {
    text-align: center;
}
.lp-otoku-sub p {
	font-size: var(--font-size);
	margin-bottom: 30px;
    line-height: 1.6;
}
.lp-otoku-sub h3 {
	font-size: 38px;
    margin-bottom: 40px;
    background: linear-gradient(to right, #2097ce, #245c9f 40%);
    border-radius: 1000px;
    color: #fff;
    padding: 5px;
    position: relative;
}
.lp-otoku-sub h3:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #245c9f;
    border-bottom: 0;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -19px;
}
.lp-otoku-sub__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lp-otoku-sub__list >li {
    width: 32%;
    padding: 20px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px -1px #ccc;
}
.lp-otoku-sub__list >li h4 {
	font-size: 26px;
	font-weight: 500;
	color: var(--blue);
	margin-bottom: 15px;
}
.lp-otoku-sub__list >li .price {
	color: #bb0000;
	font-size: var(--font-size);
	margin-top: 10px;
}
.lp-otoku-sub__list >li .price .t1 {
	font-size: 200%;
	font-weight: 500;
}
.lp-otoku-sub__list >li .price .t1 span {
	font-size: 60%;
	font-weight: 400;
}




@media (max-width: 815px) {

	.lp-otoku-sub h3 {
		font-size: 20px;
	}
	.lp-otoku-sub__list {
		display: block;
	}
	.lp-otoku-sub__list >li {
		width: 100%;
		margin-bottom: 20px;
	}
	.lp-otoku-sub__list >li h4 {
		font-size: 20px;
	}

}


/*-----------------
lp-hojokin
-------------------*/
#lp-hojokin {
	background: url("../img/ecocute-new/hojokin_bg.jpg") no-repeat center;
	background-size: cover;
}
#lp-hojokin h2 {
	margin-bottom: 40px;
}
.lp-hojokin__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lp-hojokin__list >li {
	width: 48%;
}

.hojokin-cta {
    text-align: center;
    margin-top: 50px;
}


@media (max-width: 815px) {

	#lp-hojokin h2 {
		margin-bottom: 20px;
	}

}


/*-----------------
lp-movie
-------------------*/
#lp-movie h2 {
	margin-bottom: 60px;
}
#lp-movie h2 span {
    color: #fff;
    display: inline-block;
    font-size: 48px;
    padding: 0 20px;
    transform: skew(-10deg);
    position: relative;
}
#lp-movie h2 span:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #2097ce, #245c9f);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.lp-movie-in {
    padding: 0 60px;
    margin-bottom: 120px;
}

@media (max-width: 815px) {

	#lp-movie h2 {
		margin-bottom: 30px;
	}
	#lp-movie h2 span {
		font-size: 24px;
		padding: 7px 20px;
	}
	.lp-movie-in {
		padding: 0;
		margin-bottom: 60px;
	}

}





/*-----------------
item
-------------------*/
#lp-item {
    background: #eef2f7;
}
#lp-item h2 {
    margin-bottom: 110px;
}

.has-title-box {
    padding: 0px 10px 50px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px -1px #ccc;
}
.has-title-box-title {
    font-size: 34px;
    background: var(--blue);
    border-radius: 1000px;
    color: #fff;
    padding: 5px 5px 8px;
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -30px;
}
.has-title-box-title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 30px solid var(--blue);
    border-bottom: 0;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -20px;
}

.lp-item-maker-box {
    text-align: center;
}

.lp-item-teian-box {
    text-align: center;
    margin-top: -30px;
}

.lp-item-box {
    margin-top: 80px;
}

.service-maker__list >li a {
    background: #fff;
}

.service-recommend-in {
	background: none;
}

.lp-item-maker {
    max-width: 800px;
    text-align: center;
    margin: 50px auto 0;
    border: solid 2px var(--blue);
    border-radius: 10px;
    padding: 20px 0 0;
    overflow: hidden;
	background: #fff;
}
.lp-item-maker h3 {
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
}
.lp-item-maker h3:after {
    content: '';
    width: 100px;
    height: 4px;
    border-radius: 100px;
    background: #000;
    position: absolute;
    left: calc(50% - 50px);
    bottom: -20px;
}
.lp-item-maker p {
    font-size: 21px;
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
    background: var(--blue);
    padding: 10px;
}

.lp-item__list {
    display: flex;
    flex-wrap: wrap;
}
.lp-item__list >li {
    width: 32%;
    background: #fff;
    margin: 0 0 50px 2%;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.lp-item__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.product-in {
    color: var(--base-color);
}
/*
.product-in .product-thumb {
    height: 0;
    padding-top: 100%;
    position: relative;
    text-align: center;
}
.product-in .product-thumb .product-thumb-img {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/
.product-thumb .product-makerlogo {
    max-width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.product-thumb .product-capacity {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: yellow;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 20%;
}
.product-in .product-info {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}
.product-info__icon {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    color: #fff;
    background: #ff6d5e;
    position: absolute;
    right: 0;
    top: 0;
}
.product-info__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px;
}
.product-info__title-maker {
    font-size: 20px;
}
.product-info__title-number {
    font-size: 32px;
    font-weight: 600;
}
.product-tag {
    margin-left: -5px;
}
.product-tag li {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 10px 4px;
    margin:5px 0 0 5px;
    background: var(--blue-color);
}
.product-tag li.ecocute_hotwatertype_motion {
    background: #6bbd68;
}
.product-tag li.ecocute_tank_shape {
    background: #df5858;
}
.product-info__desc {
    line-height: 1.8;
}

.product-info__price-t1 {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0;
}
.product-info__price-t1 span {
    font-size: 140%;
    font-weight: 500;
    font-family: 'Bebas Neue', sans-serif;
}
.product-info__price-t2 {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    padding: 5px;
    line-height: 1;
    background: #222;
    text-align: center;
}
.product-info__price {
    text-align: center;
}
.product-info__price span {
    color: #ff3131;
    font-size: 280%;
    font-weight:500;
    font-family: 'Bebas Neue', sans-serif;
}
.product-info__price span.text-jp {
    font-size: 100%;
}
.product-info__price span.per-off {
    font-size: 150%;
    color: #fff;
    background: #ff3131;
    line-height: 1;
    padding: 5px 5px 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: 2px;
}
.product-todetail {
    width: calc(100% - 20px);
    color: #fff;
    font-size: 20px;
    background: #ff3131;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.product-todetail:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0px 8px 12px;
    vertical-align: -2px;
    margin-left: 10px;
}

#lp-item .column-wrap {
	margin-top: 80px;
}

@media (max-width: 815px) {
    
	#lp-item h2 {
		margin-bottom: 50px;
	}
	.lp-item-box {
		margin-top: 50px;
	}
	.has-title-box-title {
        font-size: 15px;
        max-width: 90%;
		top: -20px;
	}
	.has-title-box-title:after {
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 15px solid var(--blue);
		left: calc(50% - 10px);
		bottom: -12px;
	}

	.lp-item__list {
		display: block;
	}
	.lp-item__list >li {
		width: 100%;
		margin: 0 0 20px;
	}
    .product-in {
        display: block;
    }
    .product-in .product-thumb {
        width: 100%;
        text-align: center;
    }
	.product-thumb .product-makerlogo {
		top: -25px;
	}
    .product-in .product-info {
        font-size: 12px;
        width: 100%;
		padding-top: 0;
    }
	.product-info__icon {
		font-size: 11px;
		padding: 3px 10px;
	}
    .product-info__title-maker {
        font-size: 13px;
    }
    .product-info__title-number {
        font-size: 18px;
    }

    .product-tag li {
        font-size: 10px;
        padding: 2px 5px 4px;
    }

    .product-todetail {
        font-size: 13px;
        margin-top: 10px;
    }
    .product-todetail:after {
        border-width: 4px 0px 4px 6px;
        vertical-align: 0px;
        margin-left: 5px;
    }

	.service-ranking__list >li {
		width: 100%;
		margin: 100px auto 0;
	}
	.service-ranking__list >li:first-child {
		margin: 70px auto 0;
	}
    .product-thumb .product-makerlogo {
        top: -20px;
    }

	.lp-item-maker h3 {
		font-size: 18px;
	}
	.lp-item-maker h3:after {
		width: 80px;
		left: calc(50% - 40px);
		bottom: -20px;
	}
	.lp-item-maker img {
		padding: 0 10px;
	}
	.lp-item-maker p {
		font-size: 15px;
	}

	.service-recommend-in {
		padding-top: 20px;
	}
	.service-recommend-items-box {
		padding: 0;
	}
	#lp-item .column-wrap {
		margin-top: 40px;
	}
}



/*-----------------
lp-caution
-------------------*/
#lp-caution h2 {
	margin-bottom: 60px;
}

.lp-caution__list {
    display: flex;
    justify-content: center;
    text-align: center;
}
.lp-caution__list >li {
	width: 32%;
}
.anshin {
    text-align: center;
    margin-top: 60px;
}
.anshin-bnr {
    margin-top: 30px;
    position: relative;
}
.anshin-bnr:after {
    content: '';
	width: 200vw;
	height: 80%;
	background: var(--blue);
    position: absolute;
	bottom: 0;
	left: -50vw;
	z-index: -1;
}


@media (max-width: 815px) {
    
	.anshin {
		margin-top: 30px;
	}

}



/*-----------------
review
-------------------*/
#lp-review h2 {
    margin-bottom: 100px;
}
.lp-review-slide .swiper-container {
    overflow: visible;
}
.review-slide {
    height: auto;
    border-radius: 15px;
    background: #fff;
    border:solid 2px var(--blue);
	overflow: hidden;
}
.review-img {
    display: flex;
}
.review-img-ba {
    width: 50%;
    padding-top: 60%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.review-img-ba img {
    width: 99%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.review-img-ba .-icon {
    color: #fff;
    font-size: 18px;
    font-family: var(--font-en);
    background: var(--blue);
    width: 100%;
    line-height: 1;
    padding: 5px;
    text-align: center;
    position: absolute;
    top: 0;
}
.review-img-ba.-before img  {
    left: 0;
}
.review-img-ba.-before .-icon {
    background: cornflowerblue;
}
.review-img-ba.-after img  {
    right: 0;
}



.review-text {
	padding: 20px;
}
.review-slide h4 {
    color: var(--blue);
    font-size: 20px;
}
.review-slide .desc {
    line-height: 2;
    margin-top: 20px;
}


@media (max-width: 815px) {

	#lp-review h2 {
		margin-bottom: 50px;
	}
	#lp-review h2 img {
		height: 40px;
	}
    .review-slide h4 {
        font-size: 18px;
    }

}

@media (max-width: 815px) {
    
 
}



/*-----------------
lp-point
-------------------*/
#lp-point h2 {
    margin-bottom: 100px;
}
.lp-point-sub .desc {
    font-size: var(--font-size);
    font-weight: 500;
    text-align: center;
    line-height: 2;
    margin-bottom: 50px;
}
.lp-point-sub__list {
    display: flex;
    flex-wrap: wrap;
}
.lp-point-sub__list >li {
    width: 32%;
    margin: 0 0 2% 2%;
	padding: 30px 10px;
	background: #fff;
	border-radius: 10px;
    box-shadow: 0 0 7px -1px #ccc;
	position: relative;
}
.lp-point-sub__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.lp-point-sub__list .icon {
	color: #fff;
	width: 210px;
	font-size: 24px;
	font-family: var(--font-en);
	font-weight: 500;
	background: var(--blue);
	text-align: center;
	border-radius: 1000px;
	position: absolute;
	top: -15px;
	left: calc(50% - 105px);
	z-index: 1;
}
.lp-point-sub__list .icon:after {
	content: '';
	width: 16px;
	height: 16px;
	background: var(--blue);
	transform: rotate(45deg);
	position: absolute;
	left: calc(50% - 16px);
	bottom: -8px;
	z-index: -1
}
.lp-point-sub__list h4 {
	color: var(--blue);
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 15px;
}
.lp-point-sub__list p {
	line-height: 1.6;
	margin-top: 10px;
}
.lp-point-sub__list .no-title {
    display: flex;
    align-items: end;
    justify-content: center;
    background: none;
    box-shadow: none;
    padding: 0;
}

@media (max-width: 1440px) {



}
@media (max-width: 815px) {
    
	#lp-point h2 {
		margin-bottom: 40px;
	}
	.lp-point-sub__list >li {
		width: 48%;
		margin: 0 0 30px 4%;
	}
	.lp-point-sub__list >li:nth-child(3n+1) {
		margin: 0 0 30px 4%;
	}
	.lp-point-sub__list >li:nth-child(2n+1) {
		margin-left: 0;
	}
	.lp-point-sub__list .icon {
		width: 140px;
		font-size: 16px;
		padding-bottom: 3px;
		left: calc(50% - 70px);
	}
	.lp-point-sub__list h4 {
		font-size: 14px;
	}

}




/*-----------------
reason__list
-------------------*/
#lp-reason h2 {
	margin-bottom: 60px;
}
.lp-reason__list {
    margin-bottom: 120px;
}
.lp-reason__list >li {
    margin-bottom: 20px;
}
.lp-reason__list >li a {
	text-align: center;
	display: block;
	border-radius: 10px;
	color: #fff;
    padding: 20px;
	background: var(--blue);
}
.lp-reason__list >li a p {
	font-size: 54px;
	font-weight: 500;
    margin-bottom: 20px;
}
.lp-reason__list >li a .btn {
	font-size: 34px;
	padding: 5px 0;
	max-width: 660px;
	width: 80%;
	margin:auto;
	background: #fff;
	color: var(--blue);
	border-radius: 1000px;
}
.lp-reason__list >li a .btn:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--blue);
    border-width: 15px 0px 15px 20px;
    vertical-align: -2px;
    margin-left: 10px;
}


@media (max-width: 815px) {

	#lp-reason h2 {
		margin-bottom: 40px;
	}
	.lp-reason__list {
		margin-bottom: 60px;
	}
	.lp-reason__list >li a p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.lp-reason__list >li a .btn {
		font-size: 16px;
	}
	.lp-reason__list >li a .btn:after {
		border-width: 8px 0px 8px 10px;
		vertical-align: -3px;
	}

}



/*-----------------
flow
-------------------*/
#lp-flow {
	background: #eef2f7;
}
#lp-flow h2 {
	margin-bottom: 100px;
}
.service-flow__list {
    padding: 30px;
}

@media (max-width: 815px) {

	#lp-flow h2 {
		margin-bottom: 60px;
	}
	#lp-flow h2 img {
		height: 31px;
	}

}


/*-----------------
company
-------------------*/
#company-profile {
	background: #f8f8f1;
}

.lp-company-img__list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.lp-company-img__list >li {
    width: 32%;
}
.lp-company-achievements {
    text-align: center;
    margin-top: 80px;
}
.lp-company-achievements p {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 40px;
}
.lp-company-achievements h3 {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    padding: 5px 20px 6px;
    margin-bottom: 20px;
    color: #fff;
    background: var(--blue);
}
.lp-company-achievements__list  {
    max-width: 700px;
    margin: auto;
}
.lp-company-achievements__list li {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 10px 5px;
}
.lp-company-achievements__list li:not(:first-child):before {
    content: '/';
    margin-right: 10px;
}


@media (max-width: 1440px) {



}
@media (max-width: 815px) {
    
    .lp-company-achievements {
        margin-top: 40px;
    }
    .lp-company-achievements p {
        font-size: 16px;
    }
    .lp-company-achievements h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .lp-company-achievements__list > li {
        font-size: 14px;
		margin: 0 0 5px 5px;
    }
}


/*-----------------
lp-faq
-------------------*/
#lp-faq {
	background: #eef2f7;
}
#lp-faq h2 {
	margin-bottom: 100px;
}
.service-faq__list {
    padding: 30px;
}

@media (max-width: 815px) {
 
 	#lp-faq h2 {
		margin-bottom: 60px;
	}
	#lp-faq h2 img {
		height: 26px;
	}


}


@media (max-width: 815px) {
 
    #lp-floating {
        display: flex !important;
        align-items: center;
		width: 100%;
		padding: 10px;
		background: rgba(255, 255, 255, 0.8);
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
    }
    #lp-floating .lp-floating-title {
        max-width: calc(100% - 210px);
        margin-right: auto;
    }
    #lp-floating .lp-floating-title h2 {
        font-size: 16px;
        text-align: left;
        margin-bottom: 0;
    }
	#lp-floating .lp-floating-title h2 span {
        background: linear-gradient(transparent 80%, var(--yellow) 0%);
	}
    #lp-floating .lp-floating-title p {
        font-size: 11px;
        margin-top: 5px;
    }
    #lp-floating .lp-contact__list {
        margin: 0;
        display: flex;
        justify-content: end;
    }
    #lp-floating .lp-contact__list > li {
        width: auto;
        margin-bottom: 0;
        margin-left: 10px;
    }
    #lp-floating .lp-contact__list > li a {
        display: flex;
        flex-wrap: wrap;
        padding: 5px;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
		color: #fff;
		background: #418ce0;
		overflow: hidden;
		border-radius: 10px;
		box-shadow: 0 7px 0px 0px #ccd2d4;
    }
	#lp-floating .lp-contact__list > li.btn-mail a {
		background: #e2a930;
	}
	#lp-floating .lp-contact__list > li.btn-line a {
		background: #4bc663;
	}
	#lp-floating .lp-contact__list > li a i {
		display: inline-block;
		background-size:contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	#lp-floating .lp-contact__list > li a i.icon-tel {
		width: 44px;
		height: 44px;
		background-image: url("../img/cmn/icon_tel.png");
	}
	#lp-floating .lp-contact__list > li a i.icon-mail {
		width: 44px;
		height: 28px;
		background-image: url("../img/cmn/mail_wh.svg");
		vertical-align: -1px;
	}
	#lp-floating .lp-contact__list > li a i.icon-line {
		width: 43px;
		height: 42px;
		background-image: url("../img/cmn/line_icn.svg");
		vertical-align: -7px;
	}


}


/*----------------------
下層
-----------------------*/
.ecocute-sub {
	overflow: hidden;
}
.ecocute-sub:before,
.ecocute-sub:after {
	content: '';
	width: 830px;
	height: 500px;
	background: url("../img/ecocute-new/sub_fig.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: -1;
}
.ecocute-sub:before {
    left: -500px;
}
.ecocute-sub:after {
    right: -500px;
}
.ecocute-sub-header {
    text-align: center;
    margin-bottom: 100px;
}
.ecocute-sub-header h2  {
    color: var(--blue);
    font-size: 76px;
    transform: skew(-10deg) ;
    line-height: 1.2;
    margin-bottom: 50px;
}
.ecocute-sub-header p {
    font-size: var(--font-size);
	line-height: 2;
}

.ecocute-sub__list {
	
}
.ecocute-sub__list h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 5px 8px;
    background: var(--blue);
    border-radius: 1000px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.ecocute-sub__list h3:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid var(--blue);
    border-bottom: 0;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -19px;
}
.ecocute-sub__list h3 span {
	color: #fff55d;
}
.ecocute-sub__list .in {
    padding: 20px 20px 30px;
    border: solid 2px var(--blue);
    border-radius: 10px;
}
.ecocute-sub__list p {
    font-size: 18px;
    line-height: 1.6;
    min-height: 3rem;
	margin-top: 20px;
}

.ecocute-sub__list-1 {
	
}
.ecocute-sub__list-1 >li {
	margin-bottom: 80px;
}

.ecocute-sub__list-2 {
	display: flex;
	flex-wrap: wrap;
}
.ecocute-sub__list-2 >li {
	width: 48%;
	margin: 0 0 60px 4%;
}
.ecocute-sub__list-2 >li:nth-child(2n+1) {
	margin-left: 0;
}
.ecocute-sub__list-2 h3 {
    font-size: 26px;
	border-radius: 5px;
}
.ecocute-sub__list-2 .img {
    display: flex;
    align-items: center;
    min-height: 248px;
}





@media (max-width: 815px) {
	
	.ecocute-sub:before,
	.ecocute-sub:after {
		width: 400px;
		height: 250px;
	}
	.ecocute-sub:before {
		left: -250px;
	}
	.ecocute-sub:after {
		right: -250px;
	}

	.ecocute-sub-header h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.ecocute-sub__list h3 {
		font-size: 18px;
		border-radius:  5px;
		margin-bottom: 30px;
	}
	.ecocute-sub__list p {
		font-size: 14px;
		min-height: 100%;
	}

	.ecocute-sub__list-2 {
		display: block;
	}
	.ecocute-sub__list-2 .img {
		min-height: 100%;
	}
	.ecocute-sub__list-2 >li {
		width: 100%;
		margin: 0 0 50px;
	}
	.ecocute-sub__list-2 h3 {
		font-size: 18px;
	}


}





