@charset "UTF-8";

/* ------------------------------------------------
                  The Creation
--------------------------------------------------- */
/*---------- Page Title ----------*/
.sec-page-ttl {
	width: 100%;
	padding: 110px 0 105px;
	text-align: center;
	background: url("../../img/common/bg_page_ttl.jpg") top center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.service-page-ttl {
	text-align: center;
}
.service-page-ttl-en {
	display: inline-block;
	font-size: 7.4rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
}
/* The Creation ttl */
.creation-page-ttl .service-page-ttl-en {
	padding-left: 77px;
}
.creation-page-ttl .service-page-ttl-en::before {
	content: '';
	width: 42px;
	height: 52px;
	display: block;
	background: url("../../img/service/icon_creation.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 26px);
	left: 0;
}
/* The Management ttl */
.management-page-ttl .service-page-ttl-en {
	padding-left: 87px;
}
.management-page-ttl .service-page-ttl-en::before {
	content: '';
	width: 52px;
	height: 38px;
	display: block;
	background: url("../../img/service/icon_management.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 19px);
	left: 0;
}
/* The Analytics ttl */
.analytics-page-ttl .service-page-ttl-en {
	padding-left: 87px;
}
.analytics-page-ttl .service-page-ttl-en::before {
	content: '';
	width: 51px;
	height: 40px;
	display: block;
	background: url("../../img/service/icon_analytics.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
}


.service-page-ttl-ja {
	display: block;
	margin-top: 40px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.service-page-ttl-txt {
	margin-top: 35px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
}
.service-page-ttl-txt .font-size-s {
	font-size: 1.3rem;
}
.service-page-ttl-caption {
	margin-top: 15px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec-page-ttl .btn-lightgreen {
	width: 90%;
	max-width: 350px;
	position: absolute;
	bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.sec-page-ttl .btn-lightgreen::before {
	content: '';
	width: 21px;
	height: 24px;
	background: url("../../img/common/icon_dl_b.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 12px);
	right: 20px;
}

@media (max-width: 1050px) {
	.page-ttl {
		font-size: 5.0vw;
	}
}

@media (max-width: 768px) {
	.sec-page-ttl {
		width: 100%;
		padding: 12vw 0 14vw;
	}
	.service-page-ttl-en {
		font-size: 9.2vw;
	}
	/* The Creation ttl */
	.creation-page-ttl .service-page-ttl-en {
		padding-left: 12vw;
	}
	.creation-page-ttl .service-page-ttl-en::before {
		content: '';
		width: 8vw;
		height: 10vw;
		top: calc(50% - 5vw);
	}
	/* The Management ttl */
	.management-page-ttl .service-page-ttl-en {
		padding-left: 14vw;
	}
	.management-page-ttl .service-page-ttl-en::before {
		content: '';
		width: 10vw;
		height: 8vw;
		top: calc(50% - 4vw);
	}
	.service-page-ttl-ja {
		margin-top: 5vw;
		font-size: 5.2vw;
	}
	/* The Analytics ttl */
	.analytics-page-ttl .service-page-ttl-en {
		padding-left: 14vw;
	}
	.analytics-page-ttl .service-page-ttl-en::before {
		content: '';
		width: 10vw;
		height: 8.2vw;
		top: calc(50% - 4vw);
	}

	.service-page-ttl-txt {
		margin-top: 8vw;
		font-size: 3.8vw;
		text-align: left;
	}
	.service-page-ttl-txt .font-size-s {
		font-size: 3.2vw;
	}
	.service-page-ttl-caption {
		margin-top: 3vw;
		text-align: left;
		font-size: 3.2vw;
	}

	.sec-page-ttl .btn-lightgreen {
		width: 80%;
		max-width: initial;
		bottom: -6vw;
	}
	.sec-page-ttl .btn-lightgreen::before {
		content: '';
		width: 4vw;
		height: 5vw;
		top: calc(50% - 2.5vw);
		right: 4vw;
	}
    
}



/*---------- Links ----------*/
.sec-service-link {
	width: 100%;
	margin: 100px auto 10px;
	border-bottom: 2px solid #80a398;
}
.sec-service-link .cont-inn {
	align-items: stretch;
	justify-content: space-between;
}
a.service-link-item {
	width: calc((100% - 60px) / 5);
	padding: 15px 0;
	background: #fff;
	border: 2px solid #80a398;
	border-bottom: 0;
	border-radius: 15px 15px 0 0;
	color: #80a398;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
	text-align: center;
}
a.service-link-item.is-current {
	background: #80a398;
	color: #fff;
	pointer-events: none;
}
a.service-link-item.is-disable {
	background: #e2e2e2;
}
.service-link-item-en {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1;
}
.service-link-item-ja {
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}

@media (min-width: 769px) {
	a.service-link-item:hover {
		background: #80a398;
		color: #fff;
	}
}

@media (max-width: 768px) {
	.sec-service-link {
		width: 100%;
		margin: 14vw auto 0;
		padding-bottom: 2vw;
		border-bottom: 2px solid #80a398;
	}
	.sec-service-link .cont-inn {
		align-items: stretch;
		justify-content: space-between;
	}
	a.service-link-item {
		width: 48%;
		padding: 3vw 0;
		margin-bottom: 3vw;
		border: 2px solid #80a398;
		border-bottom: 2px solid #80a398;
		border-radius: 3vw;
	}
	.service-link-item-en {
		font-size: 4.0vw;
	}
	.service-link-item-ja {
		margin-top: 2vw;
		font-size: 3.0vw;
	}
	
}



/*---------- Anchor Links ----------*/
.sec-anchor-btn {
	width: 100%;
	margin-bottom: 50px;
	padding: 50px 0;
}
.sec-anchor-btn.border-top {
	border-top: 2px solid #80a398;
}
.sec-anchor-btn .cont-inn {
	align-items: center;
	justify-content: center;
}
a.btn-anchor-white {
	width: 90%;
	max-width: 440px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	border: 2px solid #004831;
	border-radius: 33px;
	box-shadow: 7px 7px 0 rgba(20,29,29,0.3);
	color: #004831;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
}
a.btn-anchor-white::after {
	content: '';
	width: 8px;
	height: 16px;
	display: block;
	background: url("../../img/common/icon_arrow_g.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	right: 30px;
	z-index: 2;
	transform: rotate(90deg);
}


a.btn-anchor-white:nth-child(2) {
	margin-left: 40px;
}

@media (max-width: 768px) {
	.sec-anchor-btn {
		width: 100%;
		margin-bottom: 8vw;
		padding: 10vw 0;
	}
	a.btn-anchor-white {
		width: 90%;
		max-width: initial;
		height: 12vw;
		border-radius: 10vw;
		font-size: 3.8vw;
	}
	a.btn-anchor-white::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		position: absolute;
		top: calc(50% - 1.5vw);
		right: 5vw;
	}


	a.btn-anchor-white:nth-child(2) {
		margin-left: 0;
		margin-top: 4vw;
		
	}
	
}



/*---------- AI契約書作成 ----------*/
.sec-ai-creation {
	width: 100%;
	margin-bottom: 100px;
	padding: 100px 0;
	position: relative;
}
.sec-ai-creation.is-movie-hide {
	padding: 80px 0 40px;
}
.sec-ai-creation::before {
	content: '';
	width: 70%;
	height: 100%;
	background: url("../../img/service/bg_creation.jpg") center center no-repeat;
	background-size: cover;
	border-radius: 40px 0 0 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.sec-ai-creation .cont-inn {
	position: relative;
	z-index: 2;
}

.service-ttl-wrap {
	width: 100%;
	margin-bottom: 60px;
	align-items: center;
	justify-content: center;
}
.service-ttl {
	font-size: 5.0rem;
	font-weight: 700;
	line-height: 1;
}
.supervise-wrap {
	align-items: center;
	margin: 20px 0 20px 50px;
}
#ai-analytics-dd .supervise-wrap {
	margin-left: 0;
}
.service-ttl-supervise {
	margin: 5px 15px 0 0;
	padding: 8px 20px;
	display: inline-block;
	background: #fff;
	border: 2px solid #141d1d;
	border-radius: 40px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
.service-ttl-logo {
	width: 80%;
	max-width: 288px;
	margin-top: 5px;
}

.service-lead-txt {
	margin-bottom: 80px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2;
}

.service-movie {
	width: 82%;
	margin: 0 auto;
}
.movie-wrap {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.movie-wrap iframe,
.movie-wrap video,
.movie-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sec-ai-creation .btn-contact {
	max-width: 448px;
	margin: 0 auto;
}

.analytics-dd-description {
	width: 100%;
	margin-top: 90px;
	align-items: center;
	justify-content: space-between;
}
.analytics-dd-img {
	width: 45%;
	border-radius: 30px;
	overflow: hidden;
}
.analytics-dd-txt {
	width: 50%;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2;
}

@media (max-width: 768px) {
	.sec-ai-creation {
		width: 100%;
		margin-bottom: 8vw;
		padding: 12vw 0;
	}
	.sec-ai-creation.is-movie-hide {
		padding: 8vw 0 5vw;
	}
	.sec-ai-creation::before {
		content: '';
		width: 80%;
		height: 100%;
		border-radius: 8vw 0 0 8vw;
	}

	.service-ttl-wrap {
		width: 100%;
		margin-bottom: 10vw;
		align-items: center;
		justify-content: center;
	}
	.service-ttl {
		width: 100%;
		text-align: center;
		font-size: 8.2vw;
		line-height: 1.4;
	}
	.supervise-wrap {
		margin: 6vw 0 0 0;
		justify-content: center;
	}
	.service-ttl-supervise {
		margin: 0 4vw 0 0;
		padding: 1.5vw 4vw;
		border-radius: 8vw;
		font-size: 3.4vw;
	}
	.service-ttl-logo {
		width: 50%;
	}

	.service-lead-txt {
		margin-bottom: 10vw;
		font-size: 4.0vw;
	}

	.service-movie {
		width: 90%;
		margin: 0 auto;
	}
	

	.sec-ai-creation .btn-contact {
		max-width: initial;
		margin: 0 auto;
	}

	
	.analytics-dd-description {
		width: 100%;
		margin-top: 12vw;
		align-items: center;
		justify-content: space-between;
	}
	.analytics-dd-img {
		width: 90%;
		margin: 0 auto 5vw;
		border-radius: 5vw;
		overflow: hidden;
	}
	.analytics-dd-txt {
		width: 90%;
		margin: 0 auto;
		font-size: 3.8vw;
	}
}



/*---------- お悩み ----------*/
.sec-worries {
	width: 100%;
	margin-bottom: 100px;
	padding: 80px 0;
	position: relative;
}
.sec-worries::before {
	content: '';
	width: 70%;
	height: 100%;
	background: #f5f5f5;
	border-radius: 0 40px 40px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sec-worries .cont-inn {
	position: relative;
	z-index: 2;
}

.worries-ttl {
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.4;
}

.worries-box-wrap {
	align-items: flex-start;
	justify-content: space-between;
}
.worries-box {
	width: calc((100% - 120px) / 3);
}
.worries-box-img {
	width: 90%;
	margin: 0 auto 30px;
	border-radius: 20px;
	overflow: hidden;
}
.worries-box-txt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}

.worries-bottom-txt {
	margin-top: 80px;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 2;
}

@media (max-width: 1400px) {
	.worries-box {
		width: 30%;
	}
	.worries-box-txt {
		font-size: 1.25vw;
	}
	
}


@media (max-width: 768px) {
	.sec-worries {
		width: 100%;
		margin-bottom: 8vw;
		padding: 12vw 0;
		position: relative;
	}
	.sec-worries::before {
		content: '';
		width: 80%;
		height: 100%;
		border-radius: 0 8vw 8vw 0;
	}
	.sec-worries .cont-inn {
		position: relative;
		z-index: 2;
	}

	.worries-ttl {
		width: 100%;
		margin-bottom: 10vw;
		font-size: 7.2vw;
	}

	.worries-box-wrap {
		align-items: flex-start;
		justify-content: space-between;
	}
	.worries-box {
		width: 90%;
		margin: 0 auto 8vw;
	}
	.worries-box-img {
		width: 90%;
		margin: 0 auto 3vw;
		border-radius: 4vw;
	}
	.worries-box-txt {
		font-size: 3.6vw;
	}

	.worries-bottom-txt {
		margin-top: 4vw;
		text-align: center;
		font-size: 4.2vw;
	}


}



/*---------- 選ばれる理由 ----------*/
.sec-reason {
	width: 100%;
	margin-bottom: 100px;
	padding: 0;
	position: relative;
}
.reason-ttl {
	width: 100%;
	margin-bottom: 60px;
	color: #80a398;
	text-align: center;
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.4;
}

.bg-reason {
	width: 100%;
	padding: 100px 0 105px;
	background: url("../../img/service/bg_point.jpg") center center no-repeat;
	background-size: cover;
}

.point-box-wrap {
	align-items: flex-start;
	justify-content: space-between;
}
.point-box {
	width: calc((100% - 120px) / 3);
	color: #fff;
}
.point-box-num{
	text-align: center;
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 1;
}
.point-box-img {
	width: 90%;
	margin: 25px auto 30px;
	border-radius: 20px;
	overflow: hidden;
}
.point-box-ttl {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}
.point-box-txt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}

@media (max-width: 1400px) {
	.point-box {
		width: 30%;
	}
	.point-box-img {
	}
	.point-box-ttl {
		font-size: 1.7vw;
	}
	.point-box-txt {
		font-size: 1.25vw;
	}
	
}


@media (max-width: 768px) {
	.sec-reason {
		width: 100%;
		margin-bottom: 8vw;
		padding: 12vw 0;
		position: relative;
	}
	
	.reason-ttl {
		width: 90%;
		margin: 0 auto 8vw;
		font-size: 7.2vw;
	}

	.bg-reason {
		width: 100%;
		padding: 12vw 0 4vw;
	}

	.point-box-wrap {
		align-items: flex-start;
		justify-content: space-between;
	}
	.point-box {
		width: 90%;
		margin: 0 auto 10vw;
	}
	.point-box-num{
		font-size: 8.2vw;
	}
	.point-box-img {
		width: 90%;
		margin: 3vw auto;
		border-radius: 4vw;
	}
	.point-box-ttl {
		margin-bottom: 3vw;
		font-size: 4.2vw;
	}
	.point-box-txt {
		text-align: center;
		font-size: 3.8vw;
		line-height: 1.8;
	}


}



/*---------- Merit / Features ----------*/
.sec-merit {
	width: 100%;
	margin-bottom: 100px;
	padding: 80px 0;
	position: relative;
}
.sec-merit::before {
	content: '';
	width: 70%;
	height: 100%;
	background: #f5f5f5;
	border-radius: 40px 0 0 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.sec-merit .cont-inn {
	position: relative;
	z-index: 2;
}

.merit-ttl {
	margin-bottom: 60px;
	text-align: center;
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 1;
}


.flow-box-wrap {
	align-items: center;
	justify-content: space-between;
}
.flow-box {
	width: calc((50% - 104px) / 2);
	position: relative;
}
.flow-box.flow-ai {
	width: 50%;
	padding: 40px 50px;
	justify-content: space-between;
	border: 2px solid #80a398;
	border-radius: 30px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
.flow-box:first-child::after, 
.flow-box:last-child::after {
	content: '';
	width: 64px;
	height: 62px;
	background: url("../../img/service/icon_arrow_lightgreen_01.svg") center right no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 31px);
	z-index: 3;
}
.flow-box.flow-ai::after {
	content: '';
	width: 40px;
	height: 62px;
	background: url("../../img/service/icon_arrow_lightgreen_02.svg") center right no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 31px);
	left: calc(50% - 20px);
	z-index: 3;
}
.flow-box:first-child::after {
	right: -64px;
	z-index: 3;
}
.flow-box:last-child::after {
	left: -64px;
}

.flow-box-ttl {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.2;
}
.flow-box.flow-ai .flow-box-ttl {
	color: #80a398;
}
.flow-box.flow-ai-management .flow-box-ttl {
	margin-bottom: 45px;
	padding: 12px;
	color: #fff;
	background: #80a398;
	border-radius: 30px;
} 

.flow-ai-box {
	width: calc((100% - 40px) / 2);
	padding: 30px 15px;
	background: #ecf4f1;
	border-radius: 20px;
	position: relative;
}
.flow-ai-box-ttl {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
}
.flow-ai-box img {
	width: 90%;
	max-width: 100px;
	margin: 30px auto;
}


.flow-ai-list li {
	margin-bottom: 18px;
	padding-left: 25px;
	position: relative;
	font-weight: 700;
	line-height: 1.4;
}
.flow-ai-list li:last-child {
	margin-bottom: 0;
}
.flow-ai-list li.is-checked::before {
	content: '';
	width: 19px;
	height: 16px;
	background: url("../../img/common/icon_check_checked.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.2em;
	left: 0;
}


/* AI契約管理システム(The Management) */
.flow-box-wrap.flow-box-management {
	align-items: flex-start;
}
.flow-box.flow-ai-management {
	width: 45%;
	margin-bottom: 20px;
	justify-content: space-between;
}
.flow-box-management .flow-box:first-child::after, 
.flow-box-management .flow-box:last-child::after {
	content: none;
}
.flow-ai-management-before {
	width: 45%;
	max-width: 230px;
	padding: 8% 0 12%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	background: url("../../img/service/bg_arrow_analysis.png") center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 100px;
	left: -80px;
}
.flow-ai-management img {
	width: 90%;
	max-width: 100px;
	margin: 30px auto;
}
.flow-ai-management-after {
	width: 45%;
	max-width: 200px;
	padding: 6% 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	background: url("../../img/service/bg_arrow_submit.png") center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 100px;
	right: -60px;
}
.flow-ai-management-list-wrap {
	width: 100%;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	justify-content: space-between;
}
.flow-ai-management-list-wrap .flow-ai-list {
	width: 48%;
}


/* 契約書リスト */
.contract-list-wrap {
	width: 82%;
	margin: 60px auto 0;
	/* padding: 40px 0 72px; */
	padding: 40px 0;
	border: 2px solid #80a398;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.contract-list-ttl {
	width: calc(100% - 100px);
	margin: 0 auto 40px;
	padding: 10px;
	background: #141d1d;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
}
.accordion-wrap {
	width: calc(100% - 100px);
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.accordion-wrap.is-hide {
	height: 40px;
}
.accordion-inn {
	width: 100%;
	/* padding-bottom: 50px; */
}
.contract-list {
	width: calc(100% / 3);
	padding-right: 20px;
}
.contract-list:nth-child(2), 
.contract-list:nth-child(3) {
	padding-left: 20px;
	border-left: 1px solid #80a398;
}
.contract-list li {
	margin-bottom: 14px;
	line-height: 1.2;
	text-indent: -1em;
	padding-left: 1em;
}
.contract-list li:last-child {
	margin-bottom: 0;
}

.contract-list-wrap .btn-readmore {
	width: 100%;
	padding: 25px;
	background: #80a398;
	border: none;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}
.contract-list-wrap .btn-readmore::after {
	content: '';
	width: 8px;
	height: 16px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	right: 25px;
	z-index: 1;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}
.contract-list-wrap .btn-readmore.is-open::after {
	transform: rotate(-90deg);
}


/* 書類リスト */
.document-list-wrap {
	width: 100%;
	margin-top: 60px;
	padding: 50px;
	background: #fff;
	border-radius: 30px;
}
.document-list-ttl {
	width: 100%;
	margin-bottom: 50px;
	color: #80a398;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}
.document-list-ttl::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #80a398;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 20px);
}
.document-list {
}

.document-list li {
	width: calc((100% - 60px) / 4);
	padding: 0 10px;
	margin-right: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.document-list li:nth-child(4n) {
	margin-right: 0;
}
.document-list li:nth-child(-n+4) {
	border-top: 1px solid #e6e6e6;
}
.document-list li p {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 35px 0 35px 85px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}

.document-list li .document-type-01 {
	background: url("../../img/service/icon_document_01.svg") center left no-repeat;
	background-size: 56px;
}
.document-list li .document-type-02 {
	background: url("../../img/service/icon_document_02.svg") center left no-repeat;
	background-size: 56px;
}
.document-list li .document-type-03 {
	background: url("../../img/service/icon_document_03.svg") center left no-repeat;
	background-size: 56px;
}

.document-list li .item-type-01 {
	background: url("../../img/service/icon_item_01.svg") center left no-repeat;
	background-size: 51px;
}
.document-list li .item-type-02 {
	background: url("../../img/service/icon_item_02.svg") center left no-repeat;
	background-size: 51px;
}
.document-list li .item-type-03 {
	background: url("../../img/service/icon_item_03.svg") center left no-repeat;
	background-size: 51px;
}
.document-list li .item-type-04 {
	background: url("../../img/service/icon_item_04.svg") center left no-repeat;
	background-size: 51px;
}
.document-list li .item-type-05 {
	background: url("../../img/service/icon_item_05.svg") center left no-repeat;
	background-size: 51px;
}
.document-list li .item-type-06 {
	background: url("../../img/service/icon_item_06.svg") center left no-repeat;
	background-size: 51px;
}
.document-list li .item-type-07 {
	background: url("../../img/service/icon_item_07.svg") center left no-repeat;
	background-size: 51px;
}
.document-list li .item-type-08 {
	background: url("../../img/service/icon_item_08.svg") center left no-repeat;
	background-size: 51px;
}

@media (max-width: 1300px) {
	.flow-box.flow-ai {
		width: 50%;
		padding: 2vw 3vw;
	}
	.flow-box-ttl {
		font-size: 1.8vw;
	}
	.flow-ai-box-ttl {
		font-size: 1.4vw;
	}
	.flow-ai-list li {
		font-size: 1.2vw;
	}
	
}


@media (max-width: 1000px) {
	.contract-list-wrap {
		width: 100%;
	}

	
	.document-list li {
		width: 48%;
		margin-right: 4%;
		display: flex;
		align-items: center;
	}
	.document-list li:nth-child(2n) {
		margin-right: 0;
	}
	.document-list li:nth-child(-n+4) {
		border-top: none;
	}
	.document-list li:nth-child(-n+2) {
		border-top: 1px solid #e6e6e6;
	}
}


@media (max-width: 768px) {
	.sec-merit {
		width: 100%;
		margin-bottom: 8vw;
		padding: 12vw 0;
		position: relative;
	}
	.sec-merit::before {
		content: '';
		width: 80%;
		height: 100%;
		border-radius: 8vw 0 0 8vw;
	}

	.merit-ttl {
		margin-bottom: 8vw;
		font-size: 7.2vw;
	}


	.flow-box-wrap {
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	.flow-box {
		width: 80%;
		margin: 0 auto 10vw;
		position: relative;
	}
	.flow-box:last-child {
		margin-bottom: 0;
	}
	.flow-box .flow-box-img {
		width: 50%;
		max-width: 300px;
		margin: 0 auto;
	}
	.flow-box.flow-ai {
		width: 100%;
		padding: 5vw;
		border-radius: 5vw;
	}
	.flow-box:first-child::after, 
	.flow-box:last-child::after {
		content: '';
		width: 12vw;
		height: 12vw;
		background: url("../../img/service/icon_arrow_lightgreen_01.svg") center right no-repeat;
		background-size: 100%;
		position: absolute;
		z-index: 3;
		transform: rotate(90deg);
	}
	.flow-box.flow-ai::after {
		content: '';
		width: 8vw;
		height: 13vw;
		top: calc(50% - 1.5vw);
		left: calc(50% - 4vw);
		transform: rotate(90deg);
	}
	.flow-box:first-child::after {
		top: auto;
		bottom: -12vw;
		right: calc(50% - 6vw);
		z-index: 3;
	}
	.flow-box:last-child::after {
		top: -12vw;
		left: calc(50% - 6vw);
	}

	.flow-box-ttl {
		width: 100%;
		margin-bottom: 5vw;
		font-size: 4.6vw;
	}

	.flow-ai-box {
		width: 100%;
		padding: 5vw 3vw;
		border-radius: 3vw;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.flow-ai-box:nth-of-type(1) {
		margin-bottom: 8vw;
	}
	.flow-ai-box-ttl {
		width: 100%;
		margin-bottom: 4vw;
		font-size: 3.6vw;
	}
	.flow-ai-box img {
		width: 20%;
		max-width: 100px;
		margin: 0 5% 0 0;
	}

	.flow-ai-list {
		width: 75%;
	}

	.flow-ai-list li {
		margin-bottom: 4vw;
		padding-left: 5vw;
		font-size: 3.0vw;
	}
	.flow-ai-list li:last-child {
		margin-bottom: 0;
	}
	.flow-ai-list li.is-checked::before {
		content: '';
		width: 4vw;
		height: 3.5vw;
	}


	/* AI契約管理システム(The Management) */
	.flow-box-wrap.flow-box-management {
		align-items: flex-start;
	}
	.flow-box.flow-ai-management {
		width: 100%;
		margin-bottom: 20vw;
		padding-top: 4vw;
		justify-content: space-between;
	}
	.flow-ai-management-before {
		width: 80%;
		max-width: initial;
		padding: 5vw 0;
		font-size: 3.8vw;
		background: url("../../img/service/bg_arrow_analysis_sp.png") center center no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: -12vw;
		left: 10%;
	}
	.flow-ai-management img {
		width: 90%;
		max-width: 100px;
		margin: 0 auto 5vw;
	}
	.flow-ai-management-after {
		width: 90%;
		max-width: initial;
		padding: 5vw 0;
		font-size: 3.8vw;
		background: url("../../img/service/bg_arrow_submit_sp.png") center center no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: auto;
		bottom: -18vw;
		right: 5%;
	}
	.flow-box.flow-ai-management .flow-box-ttl {
		width: 90%;
		margin: 0 auto 5vw;
		padding: 2.1vw;
		border-radius: 6vw;
	} 
	.flow-ai-management-list-wrap {
		width: 100%;
		padding: 5vw;
		border-radius: 4vw;
	}
	.flow-ai-management-list-wrap .flow-ai-list {
		width: 48%;
	}



	/* 契約書リスト */
	.contract-list-wrap {
		width: 100%;
		margin: 12vw auto 0;
		/* padding: 6vw 0 12vw; */
		padding: 6vw 0;
		border-radius: 4vw;
	}
	.contract-list-ttl {
		width: 90%;
		margin: 0 auto 40px;
		padding: 2vw;
		background: #141d1d;
		border-radius: 30px;
		color: #fff;
		text-align: center;
		font-size: 4.5vw;
	}
	.accordion-wrap {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 0;
		overflow: hidden;
		position: relative;
	}
	.accordion-wrap.is-hide {
		height: 10vw;
	}
	.accordion-inn {
		width: 100%;
		/* padding-bottom: 4vw; */
	}
	.contract-list {
		width: 100%;
		padding-right: 0;
		padding-bottom: 4vw;
	}
	.contract-list:nth-child(2), 
	.contract-list:nth-child(3) {
		padding-left: 0;
		padding-top: 4vw;
		border-left: none;
		border-top: 1px solid #80a398;
	}
	.contract-list li {
		margin-bottom: 2.6vw;
	}

	.contract-list-wrap .btn-readmore {
		width: 100%;
		padding: 4vw;
		font-size: 4.2vw;
	}
	.contract-list-wrap .btn-readmore::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		top: calc(50% - 1.5vw);
		right: 5vw;
	}


	/* 書類リスト */
	.document-list-wrap {
		width: 100%;
		margin-top: 10vw;
		padding: 5vw;
		border-radius: 5vw;
	}
	.document-list-ttl {
		width: 100%;
		margin-bottom: 10vw;
		font-size: 4.2vw;
	}
	.document-list-ttl::after {
		content: '';
		width: 8vw;
		height: 2px;
		bottom: -5vw;
		left: calc(50% - 4vw);
	}
	.document-list {
	}

	.document-list li {
		width: 48%;
		padding: 0 1.5vw;
		margin-right: 4%;
	}
	.document-list li p {
		padding: 5vw 0 5vw 10vw;
		font-size: 3.2vw;
	}

	.document-list li .document-type-01 {
		background: url("../../img/service/icon_document_01.svg") center left no-repeat;
		background-size: 8vw;
	}
	.document-list li .document-type-02 {
		background: url("../../img/service/icon_document_02.svg") center left no-repeat;
		background-size: 8vw;
	}
	.document-list li .document-type-03 {
		background: url("../../img/service/icon_document_03.svg") center left no-repeat;
		background-size: 8vw;
	}

	.document-list li .item-type-01 {
		background: url("../../img/service/icon_item_01.svg") center left no-repeat;
		background-size: 7vw;
	}
	.document-list li .item-type-02 {
		background: url("../../img/service/icon_item_02.svg") center left no-repeat;
		background-size: 7vw;
	}
	.document-list li .item-type-03 {
		background: url("../../img/service/icon_item_03.svg") center left no-repeat;
		background-size: 7vw;
	}
	.document-list li .item-type-04 {
		background: url("../../img/service/icon_item_04.svg") center left no-repeat;
		background-size: 7vw;
	}
	.document-list li .item-type-05 {
		background: url("../../img/service/icon_item_05.svg") center left no-repeat;
		background-size: 7vw;
	}
	.document-list li .item-type-06 {
		background: url("../../img/service/icon_item_06.svg") center left no-repeat;
		background-size: 7vw;
	}
	.document-list li .item-type-07 {
		background: url("../../img/service/icon_item_07.svg") center left no-repeat;
		background-size: 7vw;
	}
	.document-list li .item-type-08 {
		background: url("../../img/service/icon_item_08.svg") center left no-repeat;
		background-size: 7vw;
	}


}






/*---------- Plan ----------*/
.sec-plan {
	width: 100%;
	margin-bottom: 100px;
	padding: 100px 0;
	position: relative;
}
.sec-plan::before {
	content: '';
	width: 70%;
	height: 100%;
	background: url("../../img/service/bg_plan.jpg") top center no-repeat;
	background-size: cover;
	border-radius: 0 40px 40px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sec-plan .cont-inn {
	position: relative;
	z-index: 2;
}

.plan-ttl {
	margin-bottom: 60px;
	text-align: center;
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 1;
}

.plan-box-wrap {
	justify-content: center;
}
.plan-box {
	width: 22%;
	margin-right: 4%;
	padding: 40px 10px;
	background: #fff;
	border: 2px solid #80a398;
	border-radius: 20px;
	text-align: center;
}
.plan-box:nth-of-type(4n), 
.plan-box:last-child {
	margin-right: 0;
}
.plan-box-txt {
	width: 100%;
	margin: 0 auto 50px;
	display: flex;
	flex-direction: column;
	color: #80a398;
	text-align: center;
	position: relative;
	font-weight: 700;
	line-height: 1.2;
}
.plan-box-txt::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #80a398;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 20px);
}
.plan-box-count {
	margin-bottom: 5px;
	font-size: 2.6rem;
}
.plan-box-count-txt {
	font-size: 1.8rem;
}
.plan-box-ttl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
}

.plan-bottom-txt {
	margin: 50px auto;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}

a.btn-anchor-green {
	width: 90%;
	max-width: 440px;
	height: 70px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #004831;
	border-radius: 33px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
}
a.btn-anchor-green::after {
	content: '';
	width: 8px;
	height: 16px;
	display: block;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	left: 30px;
	z-index: 2;
	transform: rotate(90deg);
}


/* 機能 */
.function-box-wrap {
	width: 100%;
	margin-bottom: 40px;
	padding: 50px;
	justify-content: flex-start;
	background: #fff;
	border-radius: 30px;
}
.function-ttl {
	width: 100%;
	margin-bottom: 50px;
	color: #80a398;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}
.function-ttl::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #80a398;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 20px);
}
.function-sub-ttl {
	width: 100%;
	margin: 40px auto 30px;
	padding: 10px;
	background: #141d1d;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
}

.function-box {
	width: calc((100% - 90px) / 4);
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	background: #f3f8f6;
	border-radius: 20px;
}
.function-box:nth-of-type(4n) {
	margin-right: 0;
}
.function-box-ttl {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
}
.function-box-ttl .only-wide {
	display: block;
}
.function-box img {
	width: 50%;
	max-width: 68px;
	margin: 35px auto;
}
.function-txt {
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
}

.check-list li {
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
	font-weight: 700;
	line-height: 1.4;
}
.check-list li:last-child {
	margin-bottom: 0;
}
.check-list li.is-checked::before {
	content: '';
	width: 19px;
	height: 16px;
	background: url("../../img/common/icon_check_checked.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.2em;
	left: 0;
}

.check-list.check-list-wide {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.check-list.check-list-wide li {
	width: 25%;
	margin-bottom: 20px;
}


@media (max-width: 1000px) {
	.plan-box {
		width: 48%;
		margin-bottom: 40px;
		padding: 30px 20px;
	}
	.plan-box:nth-of-type(2n), 
	.plan-box:last-child {
		margin-right: 0;
	}

	.plan-bottom-txt {
		margin: 10px auto 50px;
	}

	.function-box {
		width: 48%;
		margin-right: 4%;
		padding: 30px 50px;
	}
	.function-box:nth-of-type(2n), 
	.function-box:last-child {
		margin-right: 0;
	}

	.check-list.check-list-wide li {
		width: 30%;
		margin-right: 5%;
	}
	.check-list.check-list-wide li:nth-child(3n) {
		margin-right: 0;
	}
}


@media (max-width: 768px) {
	.sec-plan {
		width: 100%;
		margin-bottom: 8vw;
		padding: 12vw 0;
		position: relative;
	}
	.sec-plan::before {
		content: '';
		width: 80%;
		height: 100%;
		border-radius: 0 8vw 8vw 0;
	}

	.plan-ttl {
		margin-bottom: 8vw;
		font-size: 7.2vw;
	}

	.plan-box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 6vw;
		padding: 4vw;
		border-radius: 4vw;
	}

	.plan-box-txt {
		width: 100%;
		margin: 0 auto 10vw;
	}
	.plan-box-txt::after {
		content: '';
		width: 8vw;
		height: 2px;
		bottom: -5vw;
		left: calc(50% - 4vw);
	}
	.plan-box-count {
		margin-bottom: 1vw;
		font-size: 4.2vw;
	}
	.plan-box-count-txt {
		font-size: 3.2vw;
	}
	.plan-box-ttl {
		font-size: 4.2vw;
	}

	.plan-bottom-txt {
		margin: 2vw auto 10vw;
		font-size: 4.2vw;
	}

	a.btn-anchor-green {
		width: 90%;
		max-width: initial;
		height: 12vw;
		border-radius: 10vw;
		font-size: 3.8vw;
	}
	a.btn-anchor-green::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		top: calc(50% - 1.5vw);
		left: 5vw;
	}
	


	/* 機能 */
	.function-box-wrap {
		width: 100%;
		margin-bottom: 10vw;
		padding: 5vw;
		border-radius: 5vw;
	}
	.function-ttl {
		width: 100%;
		margin-bottom: 10vw;
		font-size: 4.2vw;
	}
	.function-ttl::after {
		content: '';
		width: 8vw;
		height: 2px;
		bottom: -5vw;
		left: calc(50% - 4vw);
	}

	.function-box {
		width: 100%;
		padding: 4vw;
		margin-right: 0;
		margin-bottom: 5vw;
		border-radius: 4vw;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.function-box-ttl {
		width: 100%;
		margin-bottom: 5vw;
		font-size: 3.8vw;
	}
	.function-box-ttl .only-wide {
		display: none;
	}
	.function-box img {
		width: 15vw;
		max-width: initial;
		margin: 0 5vw 0 0;
	}
	.function-txt {
		width: 100%;
		font-size: 3.4vw;
	}

	.check-list {
		width: calc(100% - 20vw);
	}

	.check-list li {
		margin-bottom: 3vw;
		padding-left: 5vw;
		font-size: 3.0vw;
	}
	.check-list li:last-child {
		margin-bottom: 0;
	}
	.check-list li.is-checked::before {
		content: '';
		width: 4vw;
		height: 3.5vw;
	}

	.check-list.check-list-wide li {
		width: 48%;
		margin-right: 4%;
	}
	.check-list.check-list-wide li:nth-child(3n) {
		margin-right: 4%;
	}
	.check-list.check-list-wide li:nth-child(2n) {
		margin-right: 0;
	}
}





/*---------- Feature ----------*/
.sec-feature {
	width: 100%;
	margin-bottom: 100px;
	padding: 80px 0;
	background: url("../../img/service/bg_point.jpg") top center no-repeat;
	background-size: cover;
}
.feature-ttl {
	margin-bottom: 60px;
	color: #fff;
	text-align: center;
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 1;
}
.feature-lead-txt {
	width: 100%;
	margin-bottom: 60px;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}
.feature-box-wrap {
	align-items: flex-end;
	justify-content: space-between;
}
.feature-box {
	width: calc((55% - 104px) / 2);
	position: relative;
}
.feature-box:first-of-type::before {
	content: '';
	width: 149px;
	height: 62px;
	background: url("../../img/service/icon_arrow_gray_01.png") center bottom no-repeat;
	background-size: 100%;
	position: absolute;
	top: 22%;
	right: -149px;
	z-index: 3;
}
.feature-box-inn {
	margin-top: 30px;
	padding: 25px 25px 35px;
	background: #fff;
}
.feature-box-ttl {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
}
.flow-box-img {
	width: 80%;
	margin: 30px auto 0;
}
.flow-box-img.img-template { max-width: 170px;}
.flow-box-img.img-contract { max-width: 70px;}


.feature-ai-box {
	width: calc(42% + 104px);
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.feature-ai-box-inn {
	width: 78%;
	margin: 0 auto;
	padding: 0 50px 40px;
	background: #ecf4f1;
	border-radius: 30px;
	position: relative;
}
.feature-ai-box-inn::after {
	content: '';
	width: 110px;
	height: 95px;
	background: url("../../img/service/icon_arrow_gray_02.png") center bottom no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 55px);
	z-index: 3;
}

.feature-ai-box-ttl {
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	color: #fff;
	background: #141d1d;
	border-radius: 30px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	top: -25px;
}
.feature-ai-box-txt {
	padding: 10px 50px;
	display: inline-block;
	background: url("../../img/service/img_up.png") center right no-repeat;
	background-size: 61px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
}
.feature-ai-box-inn img {
	width: 50%;
	max-width: 114px;
	margin: 14px auto 0;
}
.feature-ai-box-arrow-txt {
	width: 100%;
	margin-top: 55px;
	padding: 30px;
	background: url("../../img/service/icon_arrow_gray_03.png") center right no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.2;
}

.sec-feature .btn-contact {
	max-width: 448px;
	margin: 80px auto 0;
}


@media (max-width: 768px) {
	.sec-feature {
		width: 100%;
		margin-bottom: 8vw;
		padding: 12vw 0;
	}
	.feature-ttl {
		margin-bottom: 8vw;
		font-size: 7.2vw;
	}
	.feature-lead-txt {
		width: 100%;
		margin-bottom: 10vw;
		font-size: 4.2vw;
		line-height: 1.8;
	}
	.feature-box-wrap {
		align-items: flex-end;
		justify-content: space-between;
	}
	.feature-box {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.feature-box:first-of-type::before {
		content: '';
		width: 20vw;
		height: 15vw;
		background: url("../../img/service/icon_arrow_gray_01_sp.png") center bottom no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: auto;
		bottom: -15vw;
		right: auto;
		left: 12vw;
		z-index: 3;
	}
	.feature-box-inn {
		width: 48%;
		margin-top: 0;
		padding: 5vw;
	}
	.feature-box-ttl {
		font-size: 3.6vw;
	}
	.flow-box-img {
		width: 80%;
		margin: 5vw auto 0;
	}

	.feature-ai-box {
		width: 100%;
		margin: 0 auto 2vw;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		display: flex;
		justify-content: space-between;
	}
	.feature-ai-box-inn {
		width: 60%;
		margin: 20vw auto 5vw 0;
		padding: 0 4vw 4vw;
		background: #ecf4f1;
		border-radius: 30px;
		position: relative;
	}
	.feature-ai-box-inn::after {
		content: '';
		width: 18vw;
		height: 18vw;
		background: url("../../img/service/icon_arrow_gray_02.png") center bottom no-repeat;
		background-size: 100% 100%;
		position: absolute;
		bottom: auto;
		top: calc(50% - 9vw);
		left: auto;
		right: -9vw;
		z-index: 3;
		transform: rotate(-90deg);
	}

	.feature-ai-box-ttl {
		width: 100%;
		margin: 0 auto;
		padding: 2vw;
		border-radius: 6vw;
		font-size: 3.6vw;
		top: -4vw;
	}
	.feature-ai-box-txt {
		width: 100%;
		margin: -3vw auto 0;
		padding: 2vw 0;
		display: inline-block;
		background: url("../../img/service/img_up.png") center right no-repeat;
		background-size: 8vw;
		font-size: 3.6vw;
	}
	.feature-ai-box-inn img {
		width: 40%;
		max-width: 114px;
		margin: 3vw auto 0;
	}
	.feature-ai-box-arrow-txt {
		width: 30%;
		margin-top: 0;
		padding: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url("../../img/service/icon_arrow_gray_03_sp.png") center right no-repeat;
		background-size: 100% 100%;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 3.6vw;
		line-height: 1;
	}
	.img-feature-contract {
		width: 55%;
		margin: 0 auto;
	}

	.sec-feature .btn-contact {
		max-width: initial;
		margin: 12vw auto 0;
	}
}

