@charset "UTF-8";

/* ------------------------------------------------
                    SERVICES
--------------------------------------------------- */

/*---------- 共通 ----------*/
/* ページタイトル */
.sec-page-ttl {
	width: 100%;
	padding: 20px 0 66px;
	border-top: 4px solid var(--color-green);
	position: relative;
}
.sec-page-ttl::before {
	content: '';
	width: 45%;
	max-width: 550px;
	height: 4px;
	background: var(--color-blue);
	position: absolute;
	top: -4px;
	left: 0;
}

.page-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	text-align: center;
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.page-ttl {
	color: var(--color-black);
	text-align: center;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.05;
}



/* セクションタイトル */
.sec-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.sec-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}
.sec-lead-txt {
	margin-bottom: 80px;
	color: var(--color-txt-darkgray);
	font-size: 1.7rem;
    font-weight: 400;
	line-height: 1.85;
}

@media (max-width: 768px) {
	/* ページタイトル */
	.sec-page-ttl {
		width: 100%;
		padding: 0 0 11.73vw;
		border-top: none;
	}
	.sec-page-ttl::before {
		content: none;
	}
	.sec-page-ttl .breadcrumb-wrap {
		margin-bottom: 4vw;
	}

	.page-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-17);
		line-height: 1.35;
	}
	.page-ttl {
		font-size: var(--fs-sp-23);
		line-height: 1.73;
	}
	
	
	/* セクションタイトル */
	.sec-ttl-en {
		margin-bottom: 2vw;
		font-size: var(--fs-sp-17);
	}
	.sec-ttl {
		font-size: var(--fs-sp-23);
	}
	.sec-lead-txt {
		margin-bottom: 13.33vw;
		font-size: var(--fs-sp-17);
	}
	
}



/*---------- サービス トップ ----------*/
.sec-service-top {
	width: 100%;
	padding: 0 0 65px;
	position: relative;
}
.service-top-mv {
	width: 100%;
	height: 25vw;
	margin-bottom: 75px;
	background: url("../../img/service/top/img_service_top_mv.jpg") center top no-repeat;
	background-size: cover;
	position: relative;
}

.service-anchor-link {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 110px;
    justify-content: flex-start;

}
.service-anchor-link li {
    width: 180px;
    margin: 0 40px 20px 0;

}
.service-anchor-link li:nth-child(4n) {
	margin-right: 0;
}
.service-anchor-link li a {
	width: 100%;
	padding-bottom: 20px;
	display: block;
	border-bottom: 1px solid #707070;
	text-align: center;
	color: var(--color-green);
	font-size: 1.7rem;
    font-weight: 500;
	line-height: 1;
	position: relative;
}

@media (max-width: 768px) {
	.sec-service-top {
		width: 100%;
		padding: 0 0 21.33vw;
	}
	.service-top-mv {
		width: 100%;
		height: 60vw;
		margin-bottom: 9.86vw;
		background: url("../../img/service/top/img_service_top_mv_sp.jpg") center top no-repeat;
		background-size: 120%;
	}

	.service-anchor-link {
		display: none;
	}
}


/*---------- サービス リスト ----------*/
.service-list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}

/* 01〜06 */
.service-box-narrow {
	width: calc((100% - 80px) / 3);
	margin-bottom: 110px;
	display: flex;
	flex-direction: column;
}
.service-box-img {
	width: 100%;
	height: 18vw;
	position: relative;
	overflow: hidden;
}
.service-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	transform: scale(1.1,1.1);
}
.service-box-txt-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 40px 45px 50px;
	border: 1.5px solid rgba(51, 51, 51, 0.2);
	transition: 0.3s ease-in-out;
}
.service-box-icon {
	width: auto;
	height: 70px;
	margin: 0 auto 40px;
}
.service-box-icon img {
	width: auto;
	height: 70px;
	margin: 0 auto;
}

.service-box-ttl-wrap {
	width: 100%;
	margin-bottom: 30px;
}
.service-box-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	font-size: 1.7rem;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.service-box-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
	transition: 0.3s ease-in-out;
}

.service-box-copy {
	margin-bottom: 15px;
	color: var(--color-txt-darkgray);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.47;
}

.service-box-txt {
	margin-bottom: 40px;
	color: var(--color-txt-gray);
	font-size: 1.4rem;
    font-weight: 400;
	line-height: 2;
	transition: 0.3s ease-in-out;
}

.service-box-txt-wrap .btn-green {
	margin-top: auto;
}


/* 07・08 */
.service-box-wide {
	width: calc((100% - 40px) / 2);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.service-box-wide::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: var(--color-contact-green);
	opacity: 1;
	mix-blend-mode: multiply;
	transition: 0.3s ease-in-out;
}
.service-box-wide::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.3s ease-in-out;
}
.service-box-wide#service-07::before {
	background: url("../../img/service/top/bg_service_07.jpg") center center no-repeat;
	background-size: cover;
}
.service-box-wide#service-08::before {
	background: url("../../img/service/top/bg_service_08.jpg") center center no-repeat;
	background-size: cover;
}


.service-box-wide .service-box-txt-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 125px 40px;
	border: none;
	position: relative;
	z-index: 3;
	text-align: center;
}

.service-box-wide .service-box-ttl-wrap {
	width: 100%;
}
.service-box-wide .service-box-ttl-en, 
.service-box-wide .service-box-ttl, 
.service-box-wide .service-box-copy {
	color: #fff;
}

.service-box-wide .service-box-txt {
	color: #fff;
    font-weight: 600;
}

.service-box-txt-wrap .btn-green {
	margin-top: auto;
}

@media (min-width: 769px) {
	.service-box-img:hover img {
		transform: scale(1.0,1.0);
	}
	.service-box-narrow:hover .service-box-txt-wrap {
		border: 1.5px solid var(--color-green);
	}
	.service-box-narrow:hover .service-box-ttl {
		color: var(--color-txt-green);
	}
	.service-box-narrow:hover .service-box-txt {
		color: var(--color-black);
	}
	
	.service-box-wide:hover::after {
		opacity: 0.5;
	}
	.service-box-wide:hover::before {
		transform: scale(1.1,1.1);
	}
}



@media (max-width: 768px) {
	.service-list {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
		justify-content: space-between;
		align-items: flex-start;	
	}

	/* 01〜06 */
	.service-box-narrow {
		width: calc((100% - 2.66vw) / 2);
		margin-bottom: 4.8vw;
	}
	.service-box-narrow:last-child {
		margin-bottom: 2.13vw;
	}
	.service-box-img {
		width: 100%;
		height: 29.33vw;
	}
	.service-box-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.3s ease-in-out;
		transform: scale(1.1,1.1);
	}
	
	.service-box-txt-wrap {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		padding: 5.33vw 2.66vw 8vw;
		border: 1px solid #707070;
	}
	.service-box-icon {
		width: auto;
		height: 16vw;
		margin: 0 auto 5.33vw;
	}
	.service-box-icon img {
		width: auto;
		height: 16vw;
		margin: 0 auto;
	}

	.service-box-ttl-wrap {
		width: 100%;
		margin-bottom: 6.66vw;
		text-align: center;
	}
	.service-box-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-17);
	}
	.service-box-ttl {
		font-size: var(--fs-sp-23);
		line-height: 1.52;
	}
	.service-box-ttl .ls-narrow {
		letter-spacing: -0.15em;
	}

	.service-box-copy {
		margin-bottom: 6.66vw;
		font-size: var(--fs-sp-15);
		line-height: 1.70;
	}

	.service-box-txt {
		display: none;
	}

	.service-box-txt-wrap .btn-green {
		display: none;
	}
	.btn-circle-green {
		width: 14vw;
		height: 14vw;
		margin: auto 0 0 auto;
		background: var(--color-green);
		border-radius: 50%;
		position: relative;
	}
	.btn-circle-green::after {
		content: '';
		width: 14vw;
		height: 14vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	/* 07・08 */
	.service-box-wide {
		width: 100%;
		margin-top: 21.33vw;
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
	}


	.service-box-wide .service-box-txt-wrap {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		padding: 19.2vw 5.33vw;
	}

	.service-box-wide .service-box-ttl-wrap {
		width: 100%;
		margin-bottom: 8vw;
	}
	.service-box-wide .service-box-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-17);
	}
	
	.service-box-wide .service-box-copy {
		margin-bottom: 4vw;
	}
	
	.service-box-wide .service-box-txt {
		display: block;
		font-size: var(--fs-sp-14);
		text-align: left;
	}

    
}




/* ------------------------------------------------
              SERVICES detail
--------------------------------------------------- */
.bg-gray {
	background: var(--color-lightgray) !important;
}
.bg-lightgreen {
	background: var(--color-lightgreen) !important;
}
.service-lower-page footer .cont-inn {
	border-top: none !important;
}
@media (max-width: 768px) {
    .service-lower-page footer {
		border-top: none !important;
	}
}

/*---------- 詳細ページタイトル ----------*/
.sec-page-ttl.service-detail {
	width: 100%;
	padding: 30px 0 0;
	border-top: none;
	position: relative;
}
.sec-page-ttl.service-detail::before {
	content: none;
}


.service-detail-mv-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 50px;
}
.service-icon {
	width: auto;
	height: 80px;
	margin: -20px auto 30px;
}
.service-icon img {
	width: auto;
	height: 80px;
	margin: 0 auto;
}


.service-detail-ttl-wrap {
	width: max-content;
	margin: 0 auto 30px;
	text-align: left;
}
.service-detail-ttl-wrap .page-ttl-en {
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.7rem;
	line-height: 1.35;
}
.service-detail-ttl-wrap .page-ttl {
	text-align: left;
    font-size: 2.3rem;
	line-height: 1.73;
}
.service-detail-ttl-wrap .page-ttl span {
}

.page-main-copy {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.70;
}
.page-main-txt {
	color: var(--color-txt-gray);
	text-align: center;
	font-size: 1.4rem;
    font-weight: 400;
	line-height: 1.92;
}


.sec-introduction .cont-inn, 
.sec-feature .cont-inn, 
.sec-recommend .cont-inn {
	max-width: 960px;
}


@media (max-width: 768px) {
	.sec-page-ttl.service-detail {
		width: 100%;
		padding: 2vw 0 0;
	}
	
	.service-detail .breadcrumb-wrap {
		margin-bottom: 8vw;
	}
	.service-detail-mv-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto 8.79vw;
	}
	.service-icon {
		width: auto;
		height: 21.33vw;
		margin: 0 auto 8vw;
	}
	.service-icon img {
		width: auto;
		height: 21.33vw;
		margin: 0 auto;
	}

	
	.service-detail-ttl-wrap {
		width: 100%;
		margin: 0 auto 8vw;
	}
	.service-detail-ttl-wrap .page-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-17);
	}
	.service-detail-ttl-wrap .page-ttl {
		font-size: var(--fs-sp-23);
	}
	.service-detail-ttl-wrap .page-ttl span {
	}

	.page-main-copy {
		margin-bottom: 4vw;
		font-size: var(--fs-sp-17);
		line-height: 1.70;
		text-align: left;
	}
	.page-main-txt {
		text-align: left;
		font-size: var(--fs-sp-14);
	}


	.sec-introduction .cont-inn, 
	.sec-feature .cont-inn {
		max-width: initial;
	}
	.sec-recommend .cont-inn {
		width: 100%;
		max-width: initial;
	}
}



/*---------- コンテンツ 1 ----------*/
.sec-introduction {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.sec-introduction .cont-inn {
	padding-top: 50px;
	border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.sec-introduction.bg-half-gray::before {
	content: '';
	width: 100%;
	height: 50%;
	background: var(--color-lightgray);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.introduction-lead-txt {
	margin-bottom: 50px;
	text-align: center;
	color: var(--color-txt-green);
	font-size: 3.0rem;
    font-weight: 300;
	line-height: 1.33;
}

.introduction-list {
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
}
.introduction-list-item {
	width: calc((100% - 20px) / 2);
	margin: 0 20px 55px 0;
	align-items: flex-start;
	justify-content: space-between;
}
.introduction-list-item:nth-child(2n) {
	margin-right: 0;
}

.introduction-list-img {
	width: calc((100% - 20px) / 2);
}
.introduction-list-txt-wrap {
	width: calc((100% - 20px) / 2);
}
.introduction-list-ttl {
	color: var(--color-black);
	margin-bottom: 10px;
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.70;
}
.introduction-list-txt {
	color: var(--color-txt-gray);
	font-size: 1.4rem;
	line-height: 1.92;
}

.introduction-img {
	width: 100%;
	margin: 0 auto 120px;
}


/* 3 column */
.introduction-img-list {
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
}
.introduction-img-item {
	width: calc((100% - 60px) / 3);
	margin: 0 30px 55px 0;
	align-items: flex-start;
	justify-content: space-between;
}
.introduction-img-item:nth-child(3n) {
	margin-right: 0;
}
.introduction-img-caption {
	margin-top: 20px;
	font-size: 1.4rem;
	font-weight: 400;
}


@media (max-width: 768px) {
	.sec-introduction {
		width: 100%;
		margin: 0 auto;
	}
	.sec-introduction .cont-inn {
		padding-top: 8.79vw;
		border-top: none;
	}
	.introduction-lead-txt {
		margin-bottom: 17.33vw;
		font-size: var(--fs-sp-19);
		line-height: 1.78;
	}

	.introduction-list {
		width: 100%;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.introduction-list-item {
		width: 100%;
		margin: 0 auto 10.66vw;
	}
	.introduction-list-item:nth-child(2n) {
		margin-right: auto;
	}

	.introduction-list-img {
		width: 37.33vw;
	}
	.introduction-list-txt-wrap {
		width: calc(100% - 42.66vw);
	}
	.introduction-list-ttl {
		margin-bottom: 2.66vw;
		font-size: var(--fs-sp-17);
	}
	.introduction-list-txt {
		font-size: var(--fs-sp-14);
	}

	
	.introduction-img {
		width: 100%;
		margin: 0 auto 20vw;
	}

	/* 3 column */
	.introduction-img-list {
		width: 100%;
		margin-bottom: 6vw;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.introduction-img-item {
		width: 48%;
		margin: 0 4% 6vw 0;
		align-items: flex-start;
		justify-content: space-between;
	}
	.introduction-img-item:nth-child(3n) {
		margin-right: 4%;
	}
	.introduction-img-item:nth-child(2n) {
		margin-right: 0;
	}
	.introduction-img-caption {
		margin-top: 1vw;
		font-size: 3.4vw;
	}
}



/*---------- コンテンツ 2 ----------*/
.sec-feature {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 50px;
}

/* 画像 */
.img-caption-blue {
	display: inline-block;
	margin: 30px auto 10px 0;
	padding: 5px 10px;
	color: #fff;
	font-weight: 500;
	line-height: 1.42;
	background: var(--color-blue);
}
.img-scroll-box {
	width: 100%;
	margin: 40px auto 0;
}

/* 白背景 */
.feature-box-white {
	width: 100%;
	margin-top: 40px;
	padding: 20px 40px;
	background: #fff;
}

/* 画像＋テキスト */
.feature-cont-box {
	width: 100%;
	margin: 110px auto 40px;
	align-items: flex-start;
	justify-content: space-between;
}

.feature-cont-box-img {
	width: 300px;
}
.feature-cont-box-txt-wrap {
	width: calc(100% - 330px);
}
.feature-cont-box-ttl {
	margin-bottom: 25px;
}
.feature-cont-box-ttl span {
	display: inline-block;
	color: var(--color-black);
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 1.70;
	position: relative;
}
.feature-cont-box-ttl span::after {
	content: '';
	width: 0;
	height: 1.5px;
	background: #3A7A68;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: 1s ease-in-out;
}
.feature-cont-box-ttl.is-effect-on span::after {
	width: 100%;
}
.feature-cont-box-txt {
	color: var(--color-txt-gray);
	font-size: 1.4rem;
    font-weight: 400;
	line-height: 1.92;
}
.feature-cont-box-txt .bold {
    font-weight: 600;
}
.feature-cont-box-txt .txt-green.bold  {
    font-weight: 700;
}

.feature-cont-box-copy {
	margin-bottom: 25px;
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.70;
}

/* 3 column */
.feature-img-list {
	width: 100%;
	margin-top: 110px;
	align-items: flex-start;
	justify-content: flex-start;
}
.feature-img-item {
	width: calc((100% - 60px) / 3);
	margin: 0 30px 30px 0;
	align-items: flex-start;
	justify-content: space-between;
}
.feature-img-item:nth-child(3n) {
	margin-right: 0;
}
.feature-img-caption {
	margin-top: 20px;
	font-size: 1.4rem;
	font-weight: 400;
}

/* 2 column */
.feature-img-list.small-img-list {
	margin-top: 80px;
	align-items: flex-start;
	justify-content: center;
}
.small-img-list .feature-img-item {
	width: 225px;
	margin: 0 20px 60px 0;
	align-items: flex-start;
	justify-content: space-between;
}

/* ex box */
.feature-ex-box {
	width: max-content;
	max-width: 100%;
	margin-top: 20px;
	padding: 50px 40px;
	background: #fff;
	border: 1px solid rgba(102, 102, 102, 0.5);
	display: block;
}
.feature-ex-ttl {
	margin-bottom: 30px;
	color: var(--color-txt-green);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.70;
}
.feature-ex-link {
	color: var(--color-link);
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
}
.feature-ex-txt {
	color: var(--color-txt-gray);
	font-size: 1.4rem;
	line-height: 1.92;
}

@media (min-width: 769px) {
	
	.feature-ex-link::after {
		content: '';
		width: 0;
		height: 1px;
		background: var(--color-sghblue);
		position: absolute;
		bottom: -8px;
		left: 0;
		transition: 0.3s ease-in-out;
	}
	
	.feature-ex-link:hover {
		color: var(--color-sghblue);
	}
	.feature-ex-link:hover::after {
		width: 100%;
	}
	
}

@media (max-width: 768px) {
	.sec-feature {
		width: 100%;
		padding: 6vw 0;
	}
	
	/* 画像 */
	.img-caption-blue {
		margin: 8vw auto 2.66vw 0;
		padding: 1.33vw 2.66vw;
	}
	.img-scroll-box {
		width: 100%;
		margin: 8vw -5.866vw 0 auto;
		overflow: auto;
	}
	.img-scroll-box img {
		width: auto;
		max-width: 800px;
	}
	
	/* 白背景 */
	.feature-box-white {
		width: 100%;
		margin-top: 8vw;
		padding: 4vw;
	}


	/* 画像＋テキスト */
	.feature-cont-box {
		width: 100%;
		margin: 20vw auto 8vw;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		background: #fff;
	}

	.feature-cont-box-img {
		width: 100%;
	}
	.feature-cont-box-img .feature-img-caption {
		padding-left: 5.33vw;
	}
	.feature-cont-box-txt-wrap {
		width: 100%;
		padding: 5.33vw 5.33vw 8vw;
	}
	.feature-cont-box-ttl {
		margin-bottom: 5.33vw;
	}
	.feature-cont-box-ttl span {
		display: inline;
		padding-bottom: 1.4vw;
		font-size: var(--fs-sp-19);
	}
	.feature-cont-box-ttl span::after {
		bottom: -1px;
	}
	.feature-cont-box-txt {
		font-size: var(--fs-sp-14);
	}

	.feature-cont-box-copy {
		margin-bottom: 8vw;
		font-size: 4.2vw;
	}

	/* 3 column */
	.feature-img-list {
		width: 100%;
		margin-top: 20vw;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.feature-img-item {
		width: 48%;
		margin: 0 4% 6vw 0;
		align-items: flex-start;
		justify-content: space-between;
	}
	.feature-img-item:nth-child(3n) {
		margin-right: 4%;
	}
	.feature-img-item:nth-child(2n) {
		margin-right: 0;
	}
	.feature-img-caption {
		margin-top: 1vw;
		font-size: 3.4vw;
	}

	/* 2 column */
	.feature-img-list.small-img-list {
		width: calc(100% + 11.73vw);
		margin-top: 5.33vw;
		margin-left: -5.865vw;
		align-items: flex-start;
		justify-content: center;
	}
	.small-img-list .feature-img-item {
		width: 48%;
		margin: 0 4% 60px 0;
		align-items: flex-start;
		justify-content: space-between;
	}

	
	/* ex box */
	.feature-ex-box {
		width: 100%;
		margin-top: 20vw;
		padding: 8vw 5vw;
	}
	.feature-ex-ttl {
		margin-bottom: 5vw;
		font-size: 4.2vw;
	}
	.feature-ex-link {
        font-size: var(--fs-sp-14);
	}
	.feature-ex-txt {
        font-size: var(--fs-sp-14);
	}
	
	/* feature slide */
	.feature-slide {
		margin-bottom: 6vw;
		display: block !important;
		position: relative;
	}
	.feature-slide .feature-img-item {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.feature-slide .feature-img-item:nth-child(3n) {
		margin-right: 0;
	}
	.feature-slide .feature-img-item:nth-child(2n) {
		margin-right: 0;
	}
	
	.feature-slide .slide-arrow {
		width: 14vw;
		height: 14vw;
		position: absolute;
		top: calc(50% - 7vw);
		z-index: 5;
	}
	.feature-slide .slide-arrow.arrow-prev {
		background: url("../../img/common/icon_slide_prev.svg") center center no-repeat;
		background-size: 100%;
		left: -7vw;
	}
	.feature-slide .slide-arrow.arrow-next {
		background: url("../../img/common/icon_slide_next.svg") center center no-repeat;
		background-size: 100%;
		right: -7vw;
	}
}



/*---------- 導入のメリット ----------*/
.sec-merit {
	width: 100%;
	margin: 0 auto;
	padding: 55px 0;
}
.merit-wrap {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
}

.merit-ttl {
	text-align: left;
	color: var(--color-txt-green);
	font-size: 3.0rem;
    font-weight: 300;
	line-height: 1.33;
}
.merit-list {
	width: 100%;
	justify-content: flex-start;
}
.merit-list li {
	width: auto;
	margin: 30px 25px 0 0;
	padding: 12px 20px 12px 60px;
	border: 1px solid var(--color-txt-darkgray);
	border-radius: 40px;
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 400;
	line-height: 1;
}
.merit-list li.merit-quality {
	background: url("../../img/service/icon_merit_01.svg") center left 20px no-repeat;
	background-size: 30px;
}
.merit-list li.merit-delivery {
	background: url("../../img/service/icon_merit_02.svg") center left 20px no-repeat;
	background-size: 28px;
}
.merit-list li.merit-network {
	background: url("../../img/service/icon_merit_03.svg") center left 20px no-repeat;
	background-size: 30px;
}
.merit-list li.merit-sustainable {
	background: url("../../img/service/icon_merit_04.svg") center left 20px no-repeat;
	background-size: 30px;
}
.merit-list li.merit-time {
	background: url("../../img/service/icon_merit_05.svg") center left 20px no-repeat;
	background-size: 30px;
}
.merit-list li.merit-schedule {
	background: url("../../img/service/icon_merit_06.svg") center left 20px no-repeat;
	background-size: 30px;
}
.merit-list li.merit-reassurance {
	background: url("../../img/service/icon_merit_07.svg") center left 20px no-repeat;
	background-size: 30px;
}
.merit-list li.merit-security {
	background: url("../../img/service/icon_merit_08.svg") center left 20px no-repeat;
	background-size: 22px;
}

@media (max-width: 768px) {
	.sec-merit {
		width: 100%;
		margin: 0 auto;
		padding: 20vw 0;
	}
	.merit-wrap {
		width: 90%;
		max-width: initial;
		margin: 0 auto;
		padding: 4vw;
		background: #fff;
	}

	.merit-ttl {
        font-size: var(--fs-sp-19);
		line-height: 1.8;
	}
	.merit-list {
		width: 100%;
		margin: 2vw auto 6vw;
		justify-content: flex-start;
	}
	.merit-list li {
		width: auto;
		margin: 5vw 4vw 0 0;
		padding: 2.5vw 4vw 2.5vw 12vw;
		border-radius: 10vw;
        font-size: var(--fs-sp-15);
	}
	
	
	.merit-list li.merit-quality {
		background: url("../../img/service/icon_merit_01.svg") center left 4vw no-repeat;
		background-size: 6vw;
	}
	.merit-list li.merit-delivery {
		background: url("../../img/service/icon_merit_02.svg") center left 4vw no-repeat;
		background-size: 5.8vw;
	}
	.merit-list li.merit-network {
		background: url("../../img/service/icon_merit_03.svg") center left 4vw no-repeat;
		background-size: 5vw;
	}
	.merit-list li.merit-sustainable {
		background: url("../../img/service/icon_merit_04.svg") center left 4vw no-repeat;
		background-size: 5vw;
	}
	.merit-list li.merit-time {
		background: url("../../img/service/icon_merit_05.svg") center left 4vw no-repeat;
		background-size: 6vw;
	}
	.merit-list li.merit-schedule {
		background: url("../../img/service/icon_merit_06.svg") center left 4vw no-repeat;
		background-size: 6vw;
	}
	.merit-list li.merit-reassurance {
		background: url("../../img/service/icon_merit_07.svg") center left 4vw no-repeat;
		background-size: 6vw;
	}
	.merit-list li.merit-security {
		background: url("../../img/service/icon_merit_08.svg") center left 4.6vw no-repeat;
		background-size: 4.8vw;
	}
}




/*---------- このようなお客様におすすめです ----------*/
.sec-recommend {
	width: 100%;
	margin: 0 auto;
	padding: 55px 0;
}

.recommend-ttl {
	margin-bottom: 55px;
	text-align: left;
	color: var(--color-txt-green);
	font-size: 3.0rem;
    font-weight: 300;
	line-height: 1.33;
}

.recommend-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.recommend-list-item {
	width: calc((100% - 20px) / 2);
	margin: 0 20px 40px 0;
	align-items: flex-start;
	justify-content: space-between;
}
.recommend-list-item:nth-child(2n) {
	margin-right: 0;
}

.recommend-list-img {
	width: calc((100% - 20px) / 2);
}
.recommend-list-txt-wrap {
	width: calc((100% - 20px) / 2);
}
.recommend-list-ttl {
	color: var(--color-black);
	margin-bottom: 10px;
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 1.70;
}
.recommend-list-txt {
	color: var(--color-txt-gray);
	font-size: 1.4rem;
	line-height: 1.92;
}
	


/* slider dots */
.recommend-list .slick-dots {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}
.recommend-list .slick-dots li {
	display: block;
}
.recommend-list .slick-dots li + li {
	margin-left: 15px;
}
.recommend-list .slick-dots li button {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0;
	border: 1px solid var(--color-green);
	background: #fff;
	border-radius: 50%;
	font-size: 0;
	color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	box-sizing: border-box;
}
.recommend-list .slick-dots li.slick-active button {
	background: var(--color-green);
}



@media (max-width: 768px) {
	.sec-recommend {
		width: 100%;
		margin: 0 auto;
		padding: 20vw 0;
	}
	.sec-recommend .cont-inn {
		width: 100%;
		max-width: initial;
	}

	.recommend-ttl {
		width: 90%;
		margin: 0 auto 12vw;
        font-size: 5.8vw;
		line-height: 1.8;
	}

	.recommend-list {
		width: 100%;
		display: block;
	}
	.recommend-list .slick-list {
		padding: 0 15vw 0 0 !important;
	}
	.recommend-list .slick-track {
		display: flex;
	}
	.recommend-list .slick-slide {
		height: auto !important;
	}
	.recommend-list-item {
		width: 100%;
		margin: 0;
		padding: 10vw 10vw;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		position: relative;
	}
	.recommend-list-item::before {
		content: '';
		width: calc(100% - 10vw);
		height: 100%;
		background: var(--color-lightgray);
		position: absolute;
		top: 0;
		left: 5vw;
		z-index: -1;
	}
	.recommend-list-item:nth-child(2n) {
		margin-right: 0;
	}

	.recommend-list-img {
		width: 100%;
		margin-bottom: 8vw;
	}
	.recommend-list-txt-wrap {
		width: 100%;
	}
	.recommend-list-ttl {
		margin-bottom: 4vw;
		font-size: var(--fs-sp-19);
		line-height: 1.4;
	}
	.recommend-list-txt {
		font-size: var(--fs-sp-14);
	}
	


	/* slider dots */
	.recommend-list .slick-dots {
		width: 100%;
		margin: 4vw auto 0;
		display: flex;
		justify-content: center;
	}
	.recommend-list .slick-dots li {
		display: block;
	}
	.recommend-list .slick-dots li + li {
		margin-left: 5.33vw;
	}
	.recommend-list .slick-dots li button {
		width: 3.2vw;
		height: 3.2vw;
		display: block;
		margin: 0;
		border: 1px solid var(--color-green);
		background: #fff;
		border-radius: 50%;
		font-size: 0;
		color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		padding: 0;
		box-sizing: border-box;
	}
	.recommend-list .slick-dots li.slick-active button {
		background: var(--color-green);
	}
	
}



/*---------- ボタン ----------*/
.sec-btn-area {
	width: 100%;
	padding: 50px 0 80px;
	background: var(--color-lightgray);
	position: relative;
	z-index: 2;
}
.btn-wrap {
	width: 100%;
	align-items: center;
	justify-content: center;
}
.btn-link {
	width: 260px;
	height: 60px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #fff;
	font-weight: 500;
	position: relative;
}
.btn-link::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}
.btn-link::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}

.btn-link + .btn-link {
	margin-left: 200px;
}


.btn-back {
	width: 260px;
	height: 60px;
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #fff;
	font-weight: 500;
	position: relative;
}
.btn-back::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	transition: 0.3s ease-in-out;
}
.btn-back::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.btn-link:hover::before {
		content: '';
		width: 55px;
		height: 55px;
		background: var(--color-sghblue);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 27.5px);
		right: 5px;
	}
	.btn-link:hover::after {
		content: '';
		width: 55px;
		height: 55px;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 22px;
		position: absolute;
		top: calc(50% - 27.5px);
		right: 5px;
	}
	
	.btn-back:hover::before {
		content: '';
		width: 55px;
		height: 55px;
		background: var(--color-sghblue);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 27.5px);
		left: 5px;
	}
	.btn-back:hover::after {
		content: '';
		width: 55px;
		height: 55px;
		background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
		background-size: 22px;
		position: absolute;
		top: calc(50% - 27.5px);
		left: 5px;
	}
    
}


@media (max-width: 1100px) {
	.btn-link + .btn-link {
		margin-left: 15%;
	}
}


@media (max-width: 768px) {
	.sec-btn-area {
		width: 100%;
		padding: 13.33vw 0 21.33vw;
		background: var(--color-lightgray);
		position: relative;
		z-index: 2;
	}
	.btn-wrap {
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.btn-link {
		width: 80%;
		height: 15vw;
		padding-right: 3vw;
		border-radius: 8vw;
	}
	.btn-link::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}
	.btn-link::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}

	.btn-link + .btn-link {
		margin-left: 0;
		margin-top: 12vw;
	}

    
	.btn-back {
		width: 80%;
		height: 15vw;
		padding-left: 3vw;
		border-radius: 8vw;
	}
	.btn-back::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		left: 0;
		transition: 0.3s ease-in-out;
	}
	.btn-back::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		left: 0;
		transition: 0.3s ease-in-out;
	}
}



