@charset "UTF-8";

/* ------------------------------------------------
                    下層ページ
--------------------------------------------------- */

/*---------- 共通 ----------*/
.sec-page-ttl {
	width: 100%;
	padding: 80px 0 50px;
}
.page-ttl-wrap {
	width: 100%;
	padding-top: 47px;
	text-align: center;
	position: relative;
}
.page-ttl-wrap::before {
	content: '';
	width: 22px;
	height: 22px;
	background: var(--color-light-green);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: calc(50% - 11px);
	z-index: 1;
}
.page-ttl-wrap::after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: calc(50% - 5px);
	z-index: 1;
}
.page-ttl-ja {
	margin-bottom: 10px;
	color: var(--color-txt-gray);
	font-size: 1.8rem;
    font-weight: 500;
	line-height: 1;
}
.page-ttl-en {
	color: var(--color-txt-black);
	font-size: 5.7rem;
	line-height: 1;
}



/* セクション見出し */
.case-detail-ttl-wrap {
	width: 100%;
	margin-bottom: 70px;
	position: relative;
}
.case-detail-ttl-wrap::before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--color-txt-black);
	position: absolute;
	bottom: 1.4em;
	left: 0;
	z-index: 1;
}
.case-detail-ttl-ja {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 42px;
	color: var(--color-txt-gray);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
}
.case-detail-ttl-en {
	display: inline-block;
	padding:0 50px 0 42px;
	background: var(--color-light-gray);
	font-size: 4.0rem;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.case-detail-ttl-en::before {
	content: '';
	width: 22px;
	height: 22px;
	background: var(--color-light-green);
	border-radius: 50%;
	position: absolute;
	top: 0.3em;
	left: 0;
	z-index: 1;
}
.case-detail-ttl-en::after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: calc(0.3em + 6px);
	left: 6px;
	z-index: 1;
}


/* コンテンツ */
.case-detail-cont-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px;
}


@media (max-width: 768px) {
	.sec-page-ttl {
		width: 100%;
		padding: 14vw 0 12vw;
	}
	.page-ttl-wrap {
		width: 100%;
		padding-top: 8vw;
		text-align: center;
		position: relative;
	}
	.page-ttl-wrap::before {
		content: '';
		width: 4vw;
		height: 4vw;
		top: 0;
		left: calc(50% - 2vw);
		z-index: 1;
	}
	.page-ttl-wrap::after {
		content: '';
		width: 2vw;
		height: 2vw;
		top: 1vw;
		left: calc(50% - 1vw);
		z-index: 1;
	}
	.page-ttl-ja {
		margin-bottom: 2vw;
		font-size: 3.4vw;
	}
	.page-ttl-en {
		font-size: 8.66vw;
	}

	/* セクション見出し */
	.case-detail-ttl-wrap {
		width: 100%;
		margin-bottom: 12vw;
		position: relative;
	}
	.case-detail-ttl-wrap::before {
		content: '';
		width: 100%;
		height: 1px;
		bottom: 1.0em;
	}
	.case-detail-ttl-num {
		width: 100%;
		margin-bottom: 3vw;
		padding-left: 8vw;
		font-size: 3.4vw;
	}
	.case-detail-ttl-en {
		display: inline-block;
		padding: 0 5vw 0 8vw;
		font-size: 5.66vw;
	}
	.case-detail-ttl-en::before {
		content: '';
		width: 4.4vw;
		height: 4.4vw;
		top: 0.2em;
		left: 0;
	}
	.case-detail-ttl-en::after {
		content: '';
		width: 2.2vw;
		height: 2.2vw;
		top: calc(0.2em + 1.1vw);
		left: 1.1vw;
	}


	/* コンテンツ */
	.case-detail-cont-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto 16vw;
	}
	
}



/*---------- ご提供事例 ----------*/
.sec-outline {
	width: 100%;
	position: relative;
}

/* 見出し */
.case-ttl-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
	text-align: center;
}
.case-ttl-num {
	margin-bottom: 30px;
	color: var(--color-txt-gray);
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1;
}
.case-ttl {
	font-size: 3.4rem;
    font-weight: 500;
	line-height: 2;
}

/* 概要 */
.case-outline-wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 100px;
}
.case-outline-img-wrap {
	width: 100%;
	margin-bottom: 40px;
}
.case-outline-point-ttl {
	margin-bottom: 20px;
	color: var(--color-txt-gray);
	font-size: 3.2rem;
	line-height: 1;
}
.case-outline-point-list {
	width: 100%;
	margin-bottom: 10px;
}
.case-outline-point-list li {
	width: 100%;
	padding-left: 16px;
	color: var(--color-txt-gray);
	line-height: 2;
	position: relative;
}
.case-outline-point-list li::after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-txt-gray);
	border-radius: 50%;
	position: absolute;
	top: 0.7em;
	left: 0;
}


@media (max-width: 768px) {
	.sec-outline {
		width: 100%;
		position: relative;
	}

	/* 見出し */
	.case-ttl-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto 8vw;
		text-align: center;
	}
	.case-ttl-num {
		margin-bottom: 4vw;
		font-size: 4.6vw;
	}
	.case-ttl {
		font-size: 5.66vw;
	}

	/* 概要 */
	.case-outline-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto 22vw;
	}
	.case-outline-img-wrap {
		width: 100%;
		margin-bottom: 8vw;
	}
	.case-outline-point-ttl {
		margin-bottom: 2vw;
		font-size: 6.66vw;
	}
	.case-outline-point-list {
		width: 100%;
		margin-bottom: 0;
	}
	.case-outline-point-list li {
		width: 100%;
		padding-left: 3.8vw;
	}
	.case-outline-point-list li::after {
		content: '';
		width: 2.2vw;
		height: 2.2vw;
	}
	
}



/*---------- Client ----------*/
.sec-client {
	width: 100%;
	padding-bottom: 70px;
	position: relative;
}

.client-outline {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.client-outline dt {
	width: 230px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: linear-gradient(to left, #C4D700, #03A4B6, #004831);
	color: #fff;
	font-weight: 500;
	line-height: 2;
}
.client-outline dd {
	width: calc(100% - 230px);
	padding: 15px 35px;
	background: #fff;
	line-height: 2;
}
.client-list {
	width: 100%;
}


@media (max-width: 768px) {
	.sec-client {
		width: 100%;
		padding-bottom: 10vw;
		position: relative;
	}

	.client-outline {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 4vw;
		border-radius: 6vw;
		overflow: hidden;
	}
	.client-outline dt {
		width: 100%;
		padding: 3vw 4vw;
		display: block;
	}
	.client-outline dd {
		width: 100%;
		padding: 3vw 4vw;
	}
}



/*---------- Solution ----------*/
.sec-solution {
	width: 100%;
	padding-bottom: 70px;
	position: relative;
}

.solution-outline {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.solution-outline dt {
	width: 230px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: var(--color-black);
	color: #fff;
	font-weight: 500;
	line-height: 2;
}
.solution-outline dd {
	width: calc(100% - 230px);
	padding: 15px 35px;
	background: #fff;
	line-height: 2;
}
.solution-list {
	width: 100%;
}


.solution-cont-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
}

.cont-ttl-mh {
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2;
}
.cont-ttl-sh {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}
.cont-txt {
	font-size: 1.6rem;
	line-height: 2;
}

.solution-cont-wrap .flex-box {
	justify-content: space-between;
}
.solution-cont-wrap .solution-cont-img {
	width: 350px;
}
.solution-cont-wrap .solution-cont-txt {
	width: calc(100% - 400px);
}

@media (max-width: 768px) {
	.sec-solution {
		width: 100%;
		padding-bottom: 10vw;
		position: relative;
	}

	.solution-outline {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 4vw;
		border-radius: 6vw;
	}
	.solution-outline dt {
		width: 100%;
		padding: 3vw 4vw;
		display: block;
	}
	.solution-outline dd {
		width: 100%;
		padding: 3vw 4vw;
	}


	.solution-cont-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto 12vw;
	}

	.cont-ttl-mh {
		margin-bottom: 6vw;
		font-size: 4.66vw;
	}
	.cont-ttl-sh {
		margin-bottom: 3vw;
		font-size: 3.8vw;
	}
	.cont-txt {
		font-size: 3.4vw;
	}

	.solution-cont-wrap .flex-box {
		margin-top: -4vw;
		flex-direction: column;
		justify-content: space-between;
	}
	.solution-cont-wrap .solution-cont-img {
		width: 100%;
		margin: 4vw auto;
	}
	.solution-cont-wrap .solution-cont-txt {
		width: 100%;
		margin: 4vw auto;
	}
}



/*---------- Case ----------*/
.sec-other-case {
	width: 100%;
	padding-bottom: 150px;
	position: relative;
}
/* リスト */
.case-item-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
}
.case-item {
	width: 32%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 50px;
	padding: 30px 30px 40px;
}
.case-item + .case-item {
	margin-left: 40px;
}

.case-item-num {
	margin-bottom: 10px;
	color: var(--color-txt-gray);
	font-size: 2.4rem;
	line-height: 2;
}
.case-item-ttl {
	margin-bottom: 20px;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.8;
}

.case-tag-list {
	width: 100%;
	margin-bottom: 10px;
	align-items: center;
	justify-content: flex-start;
}
.case-tag {
	margin: 0 10px 10px 0;
	padding: 0 15px;
	display: inline-block;
	background: #E7E7E7;
	border-radius: 15px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2;
}
.case-item-txt {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.case-item .btn-icon-more {
	margin: auto auto 0;
}

@media (max-width: 768px) {
	.sec-other-case {
		width: 100%;
		padding-bottom: 22vw;
		position: relative;
	}

	/* リスト */
	.case-item-wrap {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.case-item {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		background: #fff;
		border-radius: 8vw;
		padding: 6vw 8vw 8vw;
	}
	.case-item + .case-item {
		margin: 6.66vw auto 0;
	}

	.case-item-num {
		margin-bottom: 2vw;
		font-size: 4.8vw;
		line-height: 2;
	}
	.case-item-ttl {
		margin-bottom: 4vw;
		font-size: 5.2vw;
	}

	.case-tag-list {
		width: 100%;
		margin-bottom: 2vw;
	}
	.case-tag {
		margin: 0 2vw 2vw 0;
		padding: 0 3vw;
		display: inline-block;
		background: #E7E7E7;
		border-radius: 3vw;
		font-size: 2.8vw;
	}
	.case-item-txt {
		margin-bottom: 4vw;
		font-size: 3.2vw;
	}
	.case-item .btn-icon-more {
		margin: auto auto 0;
	}
    
}






/*---------- ドキュメント・お問い合わせ ----------*/
.sec-bottom-links {
	width: 100%;
	padding: 0 0 165px;
	position: relative;
}
.sec-bottom-links .cont-inn {
	justify-content: space-between;
}

.bottom-link {
	width: calc((100% - 50px) / 2);
	padding: 70px 50px;
	border-radius: 80px;
	position: relative;
}
.bottom-link-document {
	background: linear-gradient( to bottom, #D8D8D8, #677671, #000000);
	background-size: 400% 400%;
	animation: bottomlinkGrad 10s ease infinite;
}
.bottom-link-contact {
	background: linear-gradient( to bottom, #C4D700, #109A98, #004831);
	background-size: 400% 400%;
	animation: bottomlinkGrad 10s ease infinite;
}

@keyframes bottomlinkGrad {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 0%;
	}
}

.bottom-link-ttl-wrap {
	width: 100%;
	margin-bottom: 100px;
	padding-left: 35px;
	position: relative;
	color: #fff;
}
.bottom-link-ttl-wrap::before {
	content: '';
	width: 20px;
	height: 20px;
	background: var(--color-light-green);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.3s ease-in-out;
}
.bottom-link-ttl-wrap::after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 3;
}

.bottom-link-ttl-ja {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
}
.bottom-link-ttl-en {
	font-size: 4.2rem;
	line-height: 1;
}

a.btn-bottom-link {
	width: 70px;
	height: 70px;
	margin: auto 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	position: relative;
}
a.btn-bottom-link::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
	a.btn-bottom-link:hover::before {
		content: '';
		width: 90%;
		height: 90%;
		top: 5%;
		left: 5%;
	}
}

.bottom-link-document .btn-bottom-link img {
	width: 14px;
}
.bottom-link-contact .btn-bottom-link img {
	width: 17px;
}

@media (max-width: 768px) {
	.sec-bottom-links {
		width: 100%;
		padding: 6vw 0 12vw;
		position: relative;
	}
	.sec-bottom-links .cont-inn {
		justify-content: space-between;
	}

	.bottom-link {
		width: 90%;
		margin: 0 auto 8vw;
		padding: 8vw 6vw;
		border-radius: 10vw;
		position: relative;
	}

	.bottom-link-ttl-wrap {
		width: 100%;
		margin-bottom: 8vw;
		padding-left: 7vw;
	}
	.bottom-link-ttl-wrap::before {
		content: '';
		width: 4vw;
		height: 4vw;
	}
	.bottom-link-ttl-wrap::after {
		content: '';
		width: 2vw;
		height: 2vw;
		top: 1vw;
		left: 1vw;
	}

	.bottom-link-ttl-ja {
		margin-bottom: 3vw;
		font-size: 3.6vw;
	}
	.bottom-link-ttl-en {
		font-size: 7.8vw;
	}

	a.btn-bottom-link {
		width: 10vw;
		height: 10vw;
		margin: auto 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		background: none;
		position: relative;
	}
	a.btn-bottom-link::before {
		top: -1px;
		left: -1px;
	}

	.bottom-link-document .btn-bottom-link img {
		width: 2vw;
	}
	.bottom-link-contact .btn-bottom-link img {
		width: 2.8vw;
	}
    
}
