@charset "UTF-8";

/*------------------------------
 common
-------------------------------*/
.mainSec {
	margin-top: 0;
	padding-top: 5.2083vw;
}
.subpage .l-wrapper {
	overflow: visible;
}
.subpage .l-contents {
	background: #fff;
}
.subpage .l-inner {
	position: relative;
}
.subpage .l-box .l-inner {
	max-width: 1120px;
	width: 77.7777vw;
}
.subpage .lastSec {
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
	margin-bottom: 6.5972vw;
}

.subpage .l-title {
	position: relative;
	height: 13.8889vw;
	padding-top: 5vw;
	border-bottom: 1px solid #d9d9d9;
}
.subpage .l-title .l-inner {
	position: relative;
	height: 100%;
}
.subpage .l-title h1 {
	position: absolute;
	left: 1.25vw;
	bottom: 1.9444vw;
	font-family: "Jost";
	font-size: 3.75vw;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .06em;
	text-align: left;
	color: #4C6BD0;
}
.subpage.subpage-en .l-title h1 {
	white-space: nowrap;
}

.sec__title {
	position: relative;
	display: block;
}
.sec__title-en {
	display: block;
	margin-bottom: 2.0833vw;
	font-family: "Jost";
	font-size: 1.25vw;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .06em;
	color: #2273ff;
}
.sec__title-jp {
	display: block;
	font-family: "Inter";
	font-size: 2.7778vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	color: #303030;
}

.hyphen-title {
	position: relative;
	display: block;
	padding-left: 3.4722vw;
	font-family: "Inter";
	font-size: 2.2222vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	text-align: left;
	color: #303030;
}
.hyphen-title::before {
	position: absolute;
	content: "";
	left: 0;
	top: calc( 50% - 1px );
	display: block;
	width: 2.4306vw;
	height: 2px;
	background: #4C6BD0;
}

@media screen and (min-width:1441px) {
	.mainSec {
		padding-top: 75px;
	}
	.subpage .lastSec {
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
		margin-bottom: 95px;
	}
	.subpage .l-title {
		height: 200px;
		padding-top: 72px;
	}
	.subpage .l-title h1 {
		left: 18px;
		bottom: 28px;
		font-size: 54px;
	}
	.sec__title-en {
		margin-bottom: 30px;
		font-size: 18px;
	}
	.sec__title-jp {
		font-size: 40px;
	}
	.hyphen-title {
		padding-left: 50px;
		font-size: 32px;
	}
	.hyphen-title::before {
		width: 35px;
	}
}

@media screen and (max-width: 768px) {
	.mainSec {
		padding-top: 16vw;
	}
	.subpage .l-box .l-inner {
		width: 90vw;
	}
	.subpage .l-contents {
		background: #fff;
		margin-bottom: 0;
		box-shadow: 0px -1.3333vw 2.1333vw 0px rgba(0, 0, 0, 0.05);
	}
	.subpage .lastSec {
		box-shadow: 0px 1.3333vw 2.1333vw 0px rgba(0, 0, 0, 0.05);
		margin-bottom: 7.4667vw;
	}

	.subpage .l-title {
		height: 41.8667vw;
		padding-top: 7.4667vw;
		border-bottom: none;
	}
	.subpage .l-title h1 {
		left: 0.8vw;
		bottom: 10.6667vw;
		font-size: 12.8vw;
	}
	.subpage.subpage-en .l-title h1 {
		white-space: normal;
	}
	.sec__title-en {
		margin-bottom: 4vw;
		font-size: 3.7333vw;
	}
	.sec__title-jp {
		font-size: 8vw;
	}
	.hyphen-title {
		padding-left: 10.1333vw;
		font-size: 6.4vw;
		font-weight: 700;
	}
	.hyphen-title::before {
		width: 6.6667vw;
	}
}



/*-------------------------------
 Solution Page
-------------------------------*/
.solution .introSec {
	position: relative;
	padding: 5.4167vw 0;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.025);
}
.solution .introSec .intro__text {
	font-family: "Inter";
	font-size: 2.0833vw;
	font-weight: 700;
	line-height: 1.98;
	letter-spacing: .1em;
}
.solution .introSec .intro__img {
	width: 67.7778vw;
	margin: 40px auto 0;
}

.solution .contentSec {
	position: relative;
	padding: 5.9722vw 0 1.3889vw;
	z-index: 1;
}
.solution .contentSec::before {
	position: absolute;
	content: "";
	top: 285px;
	left: 0;
	width: 100%;
	height: calc( 100% - 285px );
	background: #fff;
	z-index: -2;
}
.solution .anker__list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 77.7777vw;
	max-width: 1120px;
	margin: 2.4306vw auto 6.8056vw;
}
.solution .anker__item {
	width: 18.75vw;
	height: 20.8333vw;
	overflow: hidden;
}
.solution .anker__item a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
	padding: 7.6389vw 0 5.1389vw 0;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.solution .anker__item a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/solution/list__img__01.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
	transition: all .3s ease-out;
}
.solution .anker__item:nth-child(2) a {
	padding: 6.3889vw 0 5.1389vw 0;
}
.solution .anker__item:nth-child(2) a:after {
	background: url(../img/solution/list__img__02.jpg) no-repeat center center;
	background-size: cover;
}
.solution .anker__item:nth-child(3) a:after {
	background: url(../img/solution/list__img__03.jpg) no-repeat center center;
	background-size: cover;
}
.solution .anker__item:nth-child(4) a:after {
	background: url(../img/solution/list__img__04.jpg) no-repeat center center;
	background-size: cover;
}
.solution .anker__item a:hover:after {
	transform: scale(1.1);
}
.solution .anker__item a h3{
	font-family: 'Jost';
	font-weight: 600;
	font-style: normal;
	font-size: 2.2222vw;
	line-height: 1.165625;
	letter-spacing: 0;
	text-align: center;
}
.solution .anker__item a p{
	font-family: 'Jost';
	font-weight: 600;
	font-style: normal;
	font-size: 1.25vw;
	line-height: 1;
	letter-spacing: .06em;
	text-align: center;
}

.solution .service__item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.solution .service__item:not(:last-child){
	margin-bottom: 5.5556vw;
}
.solution .service__item .item__text {
	position: relative;
	width: 38.1944vw;
}
.solution .service__item .item__text .item__title {
	position: relative;
	width: 100%;
	padding: 0.6944vw 1.3889vw;
	font-family: "Inter";
	font-weight: 500;
	font-size: 2.2222vw;
	letter-spacing: .1em;
	color: #303030;
	border-bottom: 1px solid #777777;
}
.solution .service__item .item__text .item__title::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 7.6389vw;
	height: 2px;
	background: #4C6BD0;
}
.solution .service__item .item__text .item__sub-title {
	margin-top: 2.6389vw;
	font-family: "Inter";
	font-weight: 700;
	font-size: 1.3889vw;
	letter-spacing: .1em;
	color: #4C6BD0;
}
.solution .service__item .item__text p {
	width: 100%;
	margin: 2.7777vw 0 1.0416vw;
	font-family: "Inter";
	font-weight: 400;
	font-size: 1.25vw;
	letter-spacing: 0;
	line-height: 2.2222;
	color: #4A4A4A;
}
.solution .service__item .item__img {
	width: 35.4167vw;
	padding: 2.6389vw 0;
}
.solution .dots__wrap {
	display: flex;
	justify-content: center;
	margin: 1.3889vw auto;
}
.solution .dots__wrap li {
	width: 0.6944vw;
	height: 0.6944vw;
	margin: 0 0.6944vw;
	background: #D9D9D9;
	border-radius: 50%;
	cursor: pointer;
}
.solution .dots__wrap li:hover,
.solution .dots__wrap li.slick-active {
	background: #787878;
}
.solution .dots__wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}
.solution .service__item .box__link-center.sp {
	display: none;
}

@media screen and (min-width:1441px) {
	.solution .introSec {
		padding: 78px 0;
	}
	.solution .introSec .intro__text {
		font-size: 30px;
	}
	.solution .introSec .intro__img {
		width: 976px;
		margin: 40px auto 0;
	}
	.solution .contentSec {
		padding: 86px 0 20px;
	}
	.solution .anker__item {
		width: 270px;
		height: 300px;
	}
	.solution .anker__item a {
		padding: 110px 0 74px 0;
	}
	.solution .anker__item:nth-child(2) a {
		padding: 92px 0 74px 0;
	}
	.solution .anker__item a h3{
		font-size: 32px;
	}
	.solution .anker__item a p {
		font-size: 18px;
	}
	.solution .service__item:not(:last-child){
		margin-bottom: 80px;
	}
	.solution .service__item .item__text {
		width: 550px;
	}
	.solution .service__item .item__text .item__title {
		padding: 10px 20px;
		font-size: 32px;
	}
	.solution .service__item .item__text .item__title::before{
		width: 110px;
	}
	.solution .service__item .item__text .item__sub-title {
		margin-top: 38px;
		font-size: 20px;
	}
	.solution .service__item .item__text p {
		margin: 40px 0 15px;
		font-size: 18px;
	}
	.solution .service__item .item__img {
		width: 510px;
		padding: 38px 0;
	}
	.solution .dots__wrap {
		margin: 20px auto;
	}
	.solution .dots__wrap li {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}
}

@media screen and (max-width: 768px) {
	.solution .introSec {
		padding: 14.4vw 0;
		box-shadow: none;
	}
	.solution .introSec .intro__text {
		padding: 0 0 0 4vw;
		font-size: 5.8667vw;
		line-height: 2.05;
	}
	.solution .introSec .intro__img {
		width: 100%;
		margin: 8vw auto 0;
		padding-bottom: 5.3333vw;
	}
	.solution .contentSec {
		position: relative;
		padding: 17.0667vw 0 10.6667vw;
	}

	.solution .anker__list {
		flex-flow: wrap;
		gap: 1px!important;
		width: 100%;
		margin: 10.6667vw auto 19.2vw;
	}
	.solution .anker__item {
		width: 49.8667vw;
		height: 55.4667vw;
	}
	.solution .anker__item a {
		padding: 20.2667vw 0 12.5333vw 0;
	}
	.solution .anker__item a:after {
		background: url(../img/top/solution__img__01-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.solution .anker__item:nth-child(2) a {
		padding: 16.5333vw 0 12.5333vw 0;
	}
	.solution .anker__item:nth-child(2) a:after {
		background: url(../img/top/solution__img__02-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.solution .anker__item:nth-child(3) a:after {
		background: url(../img/top/solution__img__03-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.solution .anker__item:nth-child(4) a:after {
		background: url(../img/top/solution__img__04-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.solution .anker__item a h3 {
		font-size: 5.8667vw;
		line-height: 1.1735;
	}
	.solution .anker__item a p {
		font-size: 4vw;
		font-weight: 500;
	}

	.solution .service__item {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-flow: column;
	}
	.solution .service__item:not(:last-child){
		margin-bottom: 13.3333vw;
	}
	.solution .service__item .item__text {
		width: 100%;
	}
	.solution .service__item .item__text .item__title {
		padding: 2.9333vw 0;
		font-size: 6.4vw;
		border-bottom: 1px solid #777777;
	}
	.solution .service__item .item__text .item__title::before {
		bottom: -1px;
		width: 16.5333vw;
		height: 2px;
	}
	.solution .service__item .item__text .item__sub-title {
		margin-top: 7.2vw;
		font-size: 4.8vw;
	}
	.solution .service__item .item__text p {
		margin: 1.6vw 0 4vw;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
	.solution .service__item .item__img {
		width: 88vw;
		margin: 0 auto;
		padding: 4vw 0 0;
	}
	.solution .dots__wrap {
		margin: 2.6667vw auto;
	}
	.solution .dots__wrap li {
		width: 2.1333vw;
		height: 2.1333vw;
		margin: 0 2.1333vw;
	}
	.solution .service__item .box__link-center.sp {
		display: flex;
	}
}





/*-------------------------------
 Solution GeoViz Page
-------------------------------*/
.solution-geo .introSec {
	position: relative;
	padding: 5.4167vw 0 2.7777vw;
}
.solution-geo .introSec .intro__text {
	font-family: "Inter";
	font-size: 2.0833vw;
	font-weight: 700;
	line-height: 2.09;
	letter-spacing: .1em;
}
.solution-geo .introSec .intro__img {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 79.1666vw;
	max-width: 1140px;
	margin: 3.125vw auto 0;
}
.solution-geo .introSec .intro__img .intro__img__wrap {
	width: 38.8889vw;
}
.solution-geo .introSec .intro__img .intro__img__wrap p {
	font-family: "Inter";
	font-size: 1.8750vw;
	font-weight: 700;
	line-height: 2.09;
	letter-spacing: .1em;
	text-align: center;
}

.solution-geo .productSec {
	padding: 3.1250vw 0;
}
.solution-geo .productSec img {
	margin-top: -1.7361vw;
}
.solution-geo .productSec p {
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 2.2222;
	letter-spacing: 0;
}

.solution-geo .featuresSec {
	padding: 4.6527vw 0 0;
}
.solution-geo .featuresSec .features__list {
	display: grid;
	width: 100%;
	margin: 1.5277vw auto 0;
}
.solution-geo .featuresSec .features__item {
	display: flex;
	justify-content: space-between;
	width: 68.75vw;
	margin: 0 auto;
}
.solution-geo .featuresSec .features__item:nth-child(2) {
	width: calc(100% - 4.5139vw);
	margin: 10.4167vw 0 0 auto;
}
.solution-geo .featuresSec .features__item:nth-child(3) {
	margin: 7.1528vw auto;
}
.solution-geo .featuresSec .features__item .features__text {
	width: 28.4722vw;
}
.solution-geo .featuresSec .features__item:nth-child(1) .features__text {
	width: 27.0833vw;
	padding-top: 100px;
}
.solution-geo .featuresSec .features__item:nth-child(2) {
	flex-flow: row-reverse;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text {
	width: 33.6805vw;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text p {
	width: 26.3888vw;
}
.solution-geo .featuresSec .features__item .features__img {
	width: 35.7639vw;
}
.solution-geo .featuresSec .features__item .features__img img {
	box-shadow: 0 1.25vw 1.25vw 0 rgba(76, 107, 208, 0.2);
}
.solution-geo .featuresSec .features__item .features__text .features__title {
	display: flex;
	align-items: flex-end;
	margin: 0 0 2.3611vw 0.5556vw;
}
.solution-geo .featuresSec .features__item .features__text .features__title img {
	width: 6.4583vw;
	margin-right: 1.25vw;
}
.solution-geo .featuresSec .features__item .features__text .features__title h3 {
	padding-top: 2.4306vw;
	font-family: "Inter";
	font-size: 2.5vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #303030
}
.subpage-en.solution-geo .featuresSec .features__item .features__text .features__title h3 {
	white-space: nowrap;
}
.solution-geo .featuresSec .features__item .features__text p {
	padding-left: 2px;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.8333;
	letter-spacing: 0;
	color: #303030
}
.solution-geo .featuresSec .features__item:nth-child(1) .features__text {
	width: 27.0833vw;
	padding-top: 15.4167vw;
}
.solution-geo .featuresSec .features__item:nth-child(1) .features__img {
	width: 26.8056vw;
	margin-right: 3.6806vw;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text {
	padding-left: 2.6389vw;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title {
	margin: 2.0139vw 0 1.4583vw 0.5556vw;
	align-items: center;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title h3 {
	padding-top: 3.1944vw;
	letter-spacing: -.02em;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title img {
	margin-right: 2.5694vw;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text p {
	padding-left: 6px;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__img {
	width: 35.8333vw;
	margin-left: 0.8333vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__text {
	padding-top: 4.7222vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title {
	margin: 0 0 1.9444vw 0.5556vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title h3 {
	padding-top: 2.5694vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title img {
	margin-right: 2.5694vw;
	margin-bottom: 0.9028vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__img {
	width: 35.8333vw;
}
.solution-geo .caseSec {
	padding: 4.1666vw 0 13.6806vw;
}
.solution-geo .caseSec p {
	margin-top: 2.2916vw;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 2.2222;
	letter-spacing: 0;
}
.solution-geo .caseSec .case__list {
	display: flex;
	justify-content: space-between;
	margin: 1.25vw auto 0;
}
.solution-geo .caseSec .case__list .case__item {
	width: 25.3472vw;
}
.solution-geo .caseSec .case__list .case__item .case__img {
	position: relative;
	margin-bottom: 1.25vw;
}
.solution-geo .caseSec .case__list .case__item .case__img h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	padding: 0.4861vw 1.1806vw;
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1.3125;
	letter-spacing: 0;
	color: #4C6BD0;
	background: #fff;
}
.solution-geo .caseSec .case__list .case__item p {
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1.875;
	letter-spacing: 0;
	color: #4A4A4A;
}

@media screen and (min-width:1441px) {
	.solution-geo .introSec {
		padding: 78px 0 40px;
	}
	.solution-geo .introSec .intro__text {
		font-size: 30px;
	}
	.solution-geo .introSec .intro__img {
		margin: 45px auto 0;
	}
	.solution-geo .introSec .intro__img .intro__img__wrap {
		width: 560px;
	}
	.solution-geo .introSec .intro__img .intro__img__wrap p {
		font-size: 27px;
	}
	.solution-geo .productSec {
		padding: 45px 0;
	}
	.solution-geo .productSec img {
		margin-top: -25px;
	}
	.solution-geo .productSec p {
		font-size: 18px;
	}
	.solution-geo .featuresSec {
		padding: 67px 0 0;
	}
	.solution-geo .featuresSec .features__list {
		width: 100%;
		margin: 22px auto 0;
	}
	.solution-geo .featuresSec .features__item {
		width: 990px;
		margin: 0 auto;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) {
		width: calc( 100% - 65px );
		margin: 150px 0 0 auto;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text {
		width: 485px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text p {
		width: 380px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) {
		margin: 103px auto;
	}
	.solution-geo .featuresSec .features__item .features__text {
		width: 410px;
	}
	.solution-geo .featuresSec .features__item .features__img img {
		box-shadow: 0 18px 18px 0 rgba(76, 107, 208, 0.2);
	}
	.solution-geo .featuresSec .features__item .features__text .features__title {
		margin: 0 0 34px 8px;
	}
	.solution-geo .featuresSec .features__item .features__text .features__title img {
		width: 93px;
		margin-right: 18px;
	}
	.solution-geo .featuresSec .features__item .features__text .features__title h3 {
		padding-top: 35px;
		font-size: 36px;
	}
	.solution-geo .featuresSec .features__item .features__text p {
		padding-left: 2px;
		font-size: 18px;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text {
		width: 390px;
		padding-top: 222px;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__img {
		width: 386px;
		margin-right: 53px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text {
		padding-left: 38px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title {
		margin: 29px 0 21px 8px;
		align-items: center;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title h3 {
		padding-top: 46px;
		letter-spacing: -.02em;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title img {
		margin-right: 37px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text p {
		padding-left: 6px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__img {
		width: 516px;
		margin-left: 12px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text {
		padding-top: 68px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title {
		margin: 0 0 28px 8px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title h3 {
		padding-top: 37px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title img {
		margin-right: 37px;
		margin-bottom: 13px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__img {
		width: 516px;
	}
	.solution-geo .caseSec {
		padding: 60px 0 197px;
	}
	.solution-geo .caseSec p {
		margin-top: 33px;
		font-size: 18px;
	}
	.solution-geo .caseSec .case__list {
		margin: 18px auto 0;
	}
	.solution-geo .caseSec .case__list .case__item {
		width: 365px;
	}
	.solution-geo .caseSec .case__list .case__item .case__img {
		margin-bottom: 18px;
	}
	.solution-geo .caseSec .case__list .case__item .case__img h3 {
		padding: 7px 17px;
		font-size: 16px;
	}
	.solution-geo .caseSec .case__list .case__item p {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.subpage.solution-geo  .l-title h1 {
		left: 0.8vw;
		bottom: 4vw;
		font-size: 6.9333vw;
		line-height: 1.2;
	}
	.subpage.subpage-en.solution-geo .l-title h1 {
		bottom: 2vw;
	}
	.solution-geo .introSec {
		padding: 14.1333vw 0;
	}
	.solution-geo .introSec .intro__text {
		padding: 0 1.3333vw 0 4vw;
		font-size: 5.8667vw;
	}
	.solution-geo .introSec .intro__img {
		flex-flow: column;
		width: 89.3333vw;
		margin: 8vw auto 0;
		gap: 5.3333vw;
	}
	.solution-geo .introSec .intro__img .intro__img__wrap {
		width: 100%;
	}
	.solution-geo .introSec .intro__img .intro__img__wrap p {
		margin-top: 2.6667vw;
		font-size: 4.8vw;
	}
	.solution-geo .productSec {
		padding: 9.3333vw 0;
	}
	.solution-geo .productSec img {
		margin-top: 11.2vw;
	}
	.solution-geo .productSec p {
		margin-top: 8vw;
		padding: 0 0.8vw;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
	.solution-geo .featuresSec {
		padding: 13.3333vw 0;
	}
	.solution-geo .featuresSec .features__list {
		display: grid;
		width: 100%;
		margin: 12vw auto 0;
		gap: 12vw;
	}
	.solution-geo .featuresSec .features__item {
		justify-content: flex-start;
		flex-flow: column;
		width: 100%;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) {
		width: 100%;
		flex-flow: column;
		margin: 0 auto;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) {
		margin: 0 auto;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__img,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__img,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__img {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 4.2667vw;
		text-align: center;
	}
	.solution-geo .featuresSec .features__item .features__img img {
		box-shadow: 0 4vw 5.3333vw 0 rgba(76, 107, 208, 0.2);
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text .features__title,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title {
		display: flex;
		align-items: center;
		margin: 0;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text .features__title img,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title img,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title img {
		width: 19.2vw;
		margin-right: 18px;
		margin-bottom: 0;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text .features__title h3,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title h3,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title h3 {
		padding-top: 4vw;
		font-size: 6.9333vw;
		letter-spacing: -.02em;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text p,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text p,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text p {
		width: 100%;
		margin-top: 4.8vw;
		padding: 0;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}

	.solution-geo .caseSec {
		padding: 33.6vw 0 33.3333vw;
	}
	.solution-geo .caseSec p {
		margin-top: 11.4667vw;
		padding: 0 0.8vw;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
	.solution-geo .caseSec .case__list {
		justify-content: flex-start;
		flex-flow: column;
		margin: 9.3333vw auto 0;
		gap: 11.4667vw;
	}
	.solution-geo .caseSec .case__list .case__item {
		width: 100%;
	}
	.solution-geo .caseSec .case__list .case__item .case__img {
		position: relative;
		margin-bottom: 5.3333vw;
	}
	.solution-geo .caseSec .case__list .case__item .case__img h3 {
		padding: 2.4vw 4.8vw;
		font-size: 4.2667vw;
		line-height: 1;
	}
	.solution-geo .caseSec .case__list .case__item p {
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
}




/*-------------------------------
 Solution Cases Page
-------------------------------*/
.solution-cases .introSec {
	position: relative;
	padding: 5.4167vw 0 4.0277vw;
}
.solution-cases .introSec .intro__text {
	font-family: "Inter";
	font-size: 2.0833vw;
	font-weight: 700;
	line-height: 1.985;
	letter-spacing: .1em;
}
.solution-cases .productSec {
	padding: 0 0 7.2917vw;
}
.solution-cases .cases__list {
	display: flex;
	flex-flow: column;
	margin: 3.4722vw 0;
	gap: 6.9444vw;
}
.solution-cases .case__item {
	width: 100%;
	padding: 2.5vw 2.0833vw;
	box-shadow: 0px 0 1.3889vw 0.3472vw rgba(0, 0, 0, 0.05);
}
.solution-cases .case__item .case__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 1.4583vw 0 0.9028vw;
}
.solution-cases .case__item .case__head .case__category {
	display: inline-block;
	padding: 0.6944vw 2.0833vw;
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	background: #4C6BD0;
	border-radius: 5px;
}
.solution-cases .case__item .case__head h3 {
	margin-top: 0.6944vw;
	font-family: "Inter";
	font-size: 2.0833vw;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .1em;
	color: #4C6BD0;
}
.solution-cases .case__item .case__head .case__logo {
	width: 10.4167vw;
}
.solution-cases .case__item .case__body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 0.9722vw;
	padding: 1.875vw 1.4583vw 0 0.9028vw;
	border-top: 1px solid #cdd6f3;
}
.solution-cases .case__item .case__body .case__movie {
	width: 36.7361vw;
	height: 21.1111vw;
}
.solution-cases .case__item .case__body .case__movie iframe {
	width: 100%;
	height: 100%;
}
.solution-cases .case__item .case__body .case__detail .detail__item {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 30.9028vw;
	padding: 1.4583vw 1.4583vw 1.25vw;
	background: #EFEFEF;
}
.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution {
	margin-top: 1.1806vw;
	padding: 1.875vw 1.4583vw 1.25vw;
	background: #FFF1F1;
}
.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution::before {
	position: absolute;
	content: "";
	top: -0.625vw;
	left: 50%;
	width: 2.6389vw;
	height: 1.5278vw;
	background: url(../img/solution/cases/icon__arrow.png) no-repeat;
	background-size: cover;
	transform: translateX(-50%);
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__icon {
	width: 3.8889vw;
	margin-right: 1.5278vw;
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__list {
	flex: 1;
	margin-top: 0.1389vw;
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li {
	position: relative;
	padding-left: 1.9444vw;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.4444;
	letter-spacing: 0;
	color: #4A4A4A;
}
.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution .detail__list li {
	color: #E07B7B;
	font-weight: 700;
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li::before {
	position: absolute;
	content: "";
	top: 0.3472vw;
	left: 0;
	width: 1.4583vw;
	height: 1.1806vw;
	background: url(../img/solution/cases/icon__check-grey.png) no-repeat;
	background-size: cover;
}
.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution .detail__list li::before {
	background: url(../img/solution/cases/icon__check-red.png) no-repeat;
	background-size: cover;
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li:not(:last-child) {
	margin-bottom: 0.8333vw;
}
.solution-cases .case__item .case__footer {
	margin-top: 2.3611vw;
	padding: 0 0.9028vw;
}
.solution-cases .case__item .case__footer p {
	margin-bottom: 2.7778vw;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 2.2222;
	letter-spacing: 0;
	color: #4A4A4A;
}
.solution-cases .case__item .box__link {
	font-size: 1.25vw;
}

@media screen and (min-width:1441px) {
	.solution-cases .introSec {
		padding: 78px 0 58px;
	}
	.solution-cases .introSec .intro__text {
		font-size: 30px;
	}
	.solution-cases .productSec {
		padding: 0 0 105px;
	}
	.solution-cases .cases__list {
		margin: 50px 0;
		gap: 100px;
	}
	.solution-cases .case__item {
		padding: 36px 30px;
		box-shadow: 0px 0 20px 5px rgba(0, 0, 0, 0.05);
	}
	.solution-cases .case__item .case__head {
		padding: 0 21px 0 13px;
	}
	.solution-cases .case__item .case__head .case__category {
		padding: 10px 30px;
		font-size: 16px;
	}
	.solution-cases .case__item .case__head h3 {
		margin-top: 10px;
		font-size: 30px;
	}
	.solution-cases .case__item .case__head .case__logo {
		width: 150px;
	}
	.solution-cases .case__item .case__body {
		margin-top: 14px;
		padding: 27px 21px 0px 13px;
	}
	.solution-cases .case__item .case__body .case__movie {
		width: 529px;
		height: 304px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item {
		width: 445px;
		padding: 21px 21px 18px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution {
		margin-top: 17px;
		padding: 27px 21px 18px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution::before {
		top: -9px;
		left: 50%;
		width: 38px;
		height: 22px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__icon {
		width: 56px;
		margin-right: 22px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list {
		margin-top: 2px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li {
		padding-left: 28px;
		font-size: 18px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li::before {
		top: 5px;
		width: 21px;
		height: 17px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li:not(:last-child){
		margin-bottom: 12px;
	}
	.solution-cases .case__item .case__footer {
		margin-top: 34px;
		padding: 0 13px;
	}
	.solution-cases .case__item .case__footer p {
		margin-bottom: 40px;
		font-size: 18px;
	}
	.solution-cases .case__item .box__link {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.solution-cases .introSec {
		padding: 14.1333vw 0 11.7333vw;
	}
	.solution-cases .introSec .intro__text {
		padding: 0 0 0 4vw;
		font-size: 5.8667vw;
		line-height: 2.05;
	}
	.solution-cases .productSec {
		padding: 0 0 19.2vw;
	}
	.solution-cases .cases__list {
		margin: 8.5333vw 0;
		gap: 16vw;
	}
	.solution-cases .case__item {
		width: 100%;
		padding: 4vw 5.3333vw 9.3333vw;
		box-shadow: 0px 0 5.3333vw 1.3333vw rgba(0, 0, 0, 0.05);
	}
	.solution-cases .case__item .case__head {
		display: block;
		position: relative;
		padding: 0;
	}
	.solution-cases .case__item .case__head .case__title {
		padding: 2.6667vw 0.5333vw;
	}
	.solution-cases .case__item .case__head .case__category {
		margin-left: 0.5333vw;
		padding: 1.8667vw 5.3333vw;
		font-size: 3.2vw;
		border-radius: 5px;
	}
	.solution-cases .case__item .case__head h3 {
		margin-top: 1.8667vw;
		font-size: 5.8667vw;
		line-height: 1.5;
	}
	.solution-cases .case__item .case__head .case__logo {
		position: absolute;
		top: 0;
		right: 0.8vw;
		width: 21.8667vw;
	}
	.solution-cases .case__item .case__body {
		flex-flow: column;
		margin-top: 1.3333vw;
		padding: 5.3333vw 0;
		gap: 4.8vw;
	}
	.solution-cases .case__item .case__body .case__movie {
		width: 100%;
		height: 45.0667vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item {
		width: 100%;
		padding: 3.7333vw 4.2667vw 5.3333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution {
		margin-top: 3.7333vw;
		padding: 4.5333vw 4.2667vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution::before {
		top: -2.1333vw;
		width: 6.9333vw;
		height: 4vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__icon {
		width: 8.8vw;
		margin-right: 2.9333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list {
		margin-top: 1.3333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution  .detail__list {
		margin-top: 0.5333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li {
		padding-left: 6.6667vw;
		font-size: 3.7333vw;
		line-height: 1.3571;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li::before {
		top: 1.3333vw;
		left: 0;
		width: 5.6vw;
		height: 4.5333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li:not(:last-child){
		margin-bottom: 4.2667vw;
	}
	.solution-cases .case__item .case__footer {
		margin-top: 0;
		padding: 0;
	}
	.solution-cases .case__item .case__footer p {
		margin-bottom: 5.3333vw;
		font-size: 3.7333vw;
		line-height: 1.8;
	}
	.solution-cases .case__item .box__link {
		font-size: 4.8vw;
	}
}



/*-------------------------------
 Technology Page
-------------------------------*/
.technology .technologySec {
	padding: 5.5556vw 0 11.1111vw;
}
.technology .technologySec .box__text {
	margin-top: 2.5vw;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 2.2222;
	letter-spacing: 0;
	color: #4A4A4A;
}
.technology .technologySec .technology__list {
	margin-top: 8.5416vw;
}
.technology .technologySec .technology__item-platform {
	margin-top: 8.5416vw;
}
.technology .technologySec .technology__item-process {
	margin-top: 9.9306vw;
}
.technology .technologySec .technology__item-flow {
	margin-top: 11.3889vw;
}
.technology .technologySec .technology__item .box__text {
	margin-top: 1.4583vw;
}
.technology .technologySec .technology__item.technology__item-platform .box__text,
.technology .technologySec .technology__item.technology__item-process .box__text,
.technology .technologySec .technology__item.technology__item-flow .box__text {
	margin-top: 2.2222vw;
	letter-spacing: .1em;
}
.technology .technologySec .technology__item .item__img {
	margin-top: 6.25vw;
}
.technology .technologySec .technology__item.technology__item-flow .item__img {
	margin-top: 3.75vw;
}
.technology .technologySec .technology__item.technology__item-platform .item__img {
	margin-top: 3.125vw;
}

.technology .technologySec .technology__item .box__link {
	margin-top: 2.4306vw;
}
.technology .technologySec .technology__item .step__wrap {
	margin-top: 3.4722vw;
}
.technology .technologySec .technology__item .step__list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 1.3889vw;
	margin-bottom: 4.5139vw;
}
.technology .technologySec .technology__item .step__list .step__item {
	width: 13.1944vw;
}
.technology .technologySec .technology__item .step__list .step__item .step__no {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.125vw;
	height: 3.125vw;
	margin: 0 auto;
	font-family: "Inter";
	font-size: 1.5278vw;
	font-weight: 400;
	line-height: 0;
	letter-spacing: 0;
	color: #fff;
	background: #4C6BD0;
	border-radius: 1.6vw;
	z-index: 1;
}
.technology .technologySec .technology__item .step__list .step__item:not(:last-child) .step__no::before{
	position: absolute;
	content: "";
	top: calc( 50% - 1px );
	left: 50%;
	width: 13.1944vw;
	height: 2px;
	background: #4C6BD0;
	z-index: -1;
}
.technology .technologySec .technology__item .step__list .step__item .step__body {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 13.1944vw;
	height: 15.2083vw;
	padding: 2.4306vw 1.3889vw 1.3889vw;
	margin-top: 1.3889vw;
	border-radius: 10px;
	background: rgb( 162, 195, 244, 0.31 );
	text-align: center;
}
.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body {
	padding: 1.8056vw 0.6944vw 1.3889vw;
}
.technology .technologySec .technology__item .step__list .step__item .step__body h4 {
	font-family: "Inter";
	font-size: 1.3889vw;
	font-weight: 700;
	line-height: 1.09;
	letter-spacing: .05em;
	color: #4C6BD0;
	text-align: center;
}
.technology .technologySec .technology__item .step__list .step__item .step__body img {
	width: 10.4167vw;
	margin: 0 auto;
}
.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body h4 {
	font-size: 1.25vw;
	line-height: 1;
}
.subpage-en.technology .technologySec .technology__item .step__list .step__item .step__body {
	padding: 1.8056vw 0.6944vw 1.3889vw;
}
.subpage-en.technology .technologySec .technology__item .step__list .step__item .step__body h4 {
	font-size: 1.25vw;
}
.technology .technologySec .technology__item .flow__list {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	width: 69.5833vw;
	margin: 1.5277vw auto;
	gap: 4.4444vw;
}
.technology .technologySec .technology__item .flow__list .flow__item {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx {
	flex-flow: row-reverse;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__comment {
	width: 51.3889vw;
	padding: 2.2917vw 3.4722vw 2.2917vw 3.6806vw;
	margin-right: 1.25vw;
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1.875;
	letter-spacing: .05em;
	color: #4A4A4A;
	background: #E8E8E8;
}
.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__comment {
	margin-bottom: 0.6944vw;
	padding: 2.2917vw 2.4306vw 2.2917vw 3.125vw;
	background: #E2ECFC;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__comment .text__bold {
	font-weight: 700;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__img {
	width: 14.5833vw;
	margin-bottom: 1.0417vw;
	text-align: center;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__img img {
	width: 11.3194vw;
}
.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__img {
	margin-left: 0.8333vw;
	margin-right: 0.4861vw;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__name {
	margin-bottom: 0.8333vw;
	font-family: "Inter";
	font-size: 1.3889vw;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .05em;
	color: #4A4A4A;
	text-align: center;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__name img {
	width: 7.0833vw;
	margin: 0 auto 0.6944vw;
}

@media screen and (min-width:1441px) {
	.technology .technologySec {
		padding: 80px 0 160px;
	}
	.technology .technologySec .box__text {
		margin-top: 36px;
		font-size: 18px;
	}
	.technology .technologySec .technology__list {
		margin-top: 82px;
	}
	.technology .technologySec .technology__item-platform {
		margin-top: 123px;
	}
	.technology .technologySec .technology__item-process {
		margin-top: 143px;
	}
	.technology .technologySec .technology__item-flow {
		margin-top: 164px;
	}
	.technology .technologySec .technology__item .box__text {
		margin-top: 21px;
	}
	.technology .technologySec .technology__item.technology__item-platform .box__text,
	.technology .technologySec .technology__item.technology__item-process .box__text,
	.technology .technologySec .technology__item.technology__item-flow .box__text {
		margin-top: 32px;
	}
	.technology .technologySec .technology__item .item__img {
		margin-top: 90px;
	}
	.technology .technologySec .technology__item.technology__item-flow .item__img {
		margin-top: 54px;
	}
	.technology .technologySec .technology__item.technology__item-platform .item__img {
		margin-top: 45px;
	}

	.technology .technologySec .technology__item .box__link {
		margin-top: 35px;
	}
	.technology .technologySec .technology__item .step__wrap {
		margin-top: 50px;
	}
	.technology .technologySec .technology__item .step__list {
		gap: 20px;
		margin-bottom: 65px;
	}
	.technology .technologySec .technology__item .step__list .step__item {
		width: 190px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__no {
		width: 45px;
		height: 45px;
		font-size: 22px;
		border-radius: 23px;
	}
	.technology .technologySec .technology__item .step__list .step__item:not(:last-child) .step__no::before{
		width: 190px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body {
		width: 190px;
		height: 219px;
		padding: 35px 20px 20px;
		margin-top: 20px;
		border-radius: 10px;
	}
	.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body {
		padding: 26px 10px 20px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body h4 {
		font-size: 20px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body img {
		width: 150px;
	}
	.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body h4 {
		font-size: 18px;
	}
	.subpage-en.technology .technologySec .technology__item .step__list .step__item .step__body {
		padding: 26px 10px 20px;
	}
	.subpage-en.technology .technologySec .technology__item .step__list .step__item .step__body h4 {
		font-size: 18px;
	}

	.technology .technologySec .technology__item .flow__list {
		width: 1002px;
		margin: 22px auto;
		gap: 64px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__comment {
		width: 740px;
		padding: 33px 50px 33px 53px;
		font-size: 16px;
		margin-right: 18px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__comment {
		margin-bottom: 10px;
		padding: 33px 35px 33px 45px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__comment .text__bold {
		font-weight: 700;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__img {
		width: 210px;
		margin-bottom: 15px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__img img {
		width: 163px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__img {
		margin-left: 12px;
		margin-right: 7px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__name {
		margin-bottom: 12px;
		font-size: 20px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__name img {
		width: 102px;
		margin: 0 auto 10px;
	}
}

@media screen and (max-width: 768px) {
	.technology .technologySec {
		padding: 14.6667vw 0 8vw;
	}
	.technology .technologySec .box__text {
		margin-top: 7.4667vw;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
	.technology .technologySec .technology__list {
		margin-top: 22.6667vw;
	}
	.technology .technologySec .technology__item-platform {
		margin-top: 16vw;
	}
	.technology .technologySec .technology__item-process {
		margin-top: 25.3333vw;
	}
	.technology .technologySec .technology__item-flow {
		margin-top: 22.6667vw;
	}
	.technology .technologySec .technology__item .box__text {
		margin-top: 6.6667vw;
	}
	.technology .technologySec .technology__item.technology__item-platform .box__text,
	.technology .technologySec .technology__item.technology__item-process .box__text,
	.technology .technologySec .technology__item.technology__item-flow .box__text {
		margin-top: 8vw;
		letter-spacing: 0;
	}
	.technology .technologySec .technology__item .item__img {
		margin-top: 17.3333vw;
	}
	.technology .technologySec .technology__item.technology__item-platform .item__img {
		margin-top: 9.3333vw;
	}
	.technology .technologySec .technology__item.technology__item-flow .item__img {
		margin-top: 5.3333vw;
	}
	.technology .technologySec .technology__item .box__link {
		margin-top: 5.3333vw;
	}
	.technology .technologySec .technology__item .step__wrap {
		margin-top: 5.3333vw;
	}
	.technology .technologySec .technology__item .step__list {
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-flow: column;
		gap: 4.8vw;
		width: 85.3333vw;
		margin: 0 auto;
	}
	.technology .technologySec .technology__item .step__list .step__item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__no {
		width: 12vw;
		height: 12vw;
		margin: 0;
		font-size: 5.8667vw;
		border-radius: 6vw;
		z-index: 1;
	}
	.technology .technologySec .technology__item .step__list .step__item:not(:last-child) .step__no::before {
		top: 50%;
		width: 2px;
		height: 22.6667vw;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body,
	.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
		width: 70.6667vw;
		height: 18.6667vw;
		padding: 0 4vw 0 6.1333vw;
		margin-top: 0;
		border-radius: 10px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body h4 {
		font-size: 4.8vw;
		line-height: 1.09;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body img {
		width: 19.4667vw;
		margin: 0 auto;
	}
	.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body h4 {
		font-size: 4.5333vw;
		line-height: 1.19;
		letter-spacing: -.02em;
		text-align: left;
	}
	.subpage-en.technology .technologySec .technology__item .step__list .step__item .step__body {
		padding: 0 2.6666vw 0 5.3333vw;
	}
	.subpage-en.technology .technologySec .technology__item .step__list .step__item .step__body h4 {
		font-size: 4.2666vw;
		line-height: 1.15;
		letter-spacing: 0;
		text-align: left;
	}
	.subpage-en.technology .technologySec .technology__item .step__list .step__item .step__body img {
		width: 13.8666vw;
	}
	.technology .technologySec .technology__item .flow__list {
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
		width: 100%;
		margin: 2.6667vw auto;
		gap: 3.2vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item {
		justify-content: flex-start;
		align-items: center;
		flex-flow: column-reverse;
		padding: 8.5333vw 6.6667vw 7.4667vw;
		background: #E8E8E8;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx {
		flex-flow: column-reverse;
		padding: 5.3333vw 6.6667vw 7.4667vw;
		background: #E2ECFC;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__comment {
		width: 100%;
		padding: 0;
		font-size: 4.2667vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__comment {
		margin-bottom: 0;
		padding: 0;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__img {
		width: 100%;
		text-align: center;
		margin-bottom: 4.8vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__img img {
		width: 21.8667vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__name {
		margin-bottom: 4vw;
		font-size: 5.3333vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__name {
		margin-bottom: 3.2vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__name img {
		width: 32vw;
		margin: 0 auto;
	}
}



/*-------------------------------
 Privacy Page
-------------------------------*/
.privacy .privacySec {
	padding: 5.5556vw 0;
	border-bottom: 1px solid #f6f6f6;
}
.privacy .privacySec .privacy__item {
	margin-top: 4.1667vw;
	padding-bottom: 1.7361vw;
}
.privacy .privacySec p {
	font-family: Inter;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 2.0833vw;
	letter-spacing: .05em;
}
.privacy .privacySec p.mb-20 {
	margin-bottom: 1.3889vw;
}
.privacy .privacySec p.box__text {
	font-size: 1.25vw;
	line-height: 2;
}
.privacy .privacySec h2 {
	margin-bottom: 1.7361vw;
	font-family: Inter;
	font-weight: 700;
	font-size: 2.2222vw;
	line-height: 1;
	letter-spacing: .1em;
}
.privacy .privacySec table {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.2778vw;
}
.privacy .privacySec thead,
.privacy .privacySec tbody,
.privacy .privacySec tr {
	display: contents;
}
.privacy .privacySec th,
.privacy .privacySec td {
	display: block;
	padding: 1.3889vw 1.7361vw;
	font-family: Inter;
	font-weight: 500;
	font-size: 1.0417vw;
	line-height: 1.5972vw;
	letter-spacing: .05em;
	color: #4a4a4a;
}
.privacy .privacySec table th {
	background: #E2ECFC;
}
.privacy .privacySec table td {
	background: #E3E3E3;
}
.privacy .privacySec table thead th,
.privacy .privacySec table thead td {
	padding: 1.5972vw 1.7361vw;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.privacy .privacySec table thead th {
	background: #4C6BD0;
}
.privacy .privacySec table thead td {
	background: #4A4A4A;
}

.privacy .privacySec table ul li {
	position: relative;
	padding-left: 1.0417vw;
	line-height: 1.5972vw;
}
.privacy .privacySec table ul li::before {
	position: absolute;
	content: "・";
	left: 0;
}
.privacy .privacySec ul.privacy__list {
	display: grid;
	margin: 1.9444vw 0 0;
	gap: 0.8333vw;
}
.privacy .privacySec ul.privacy__list li {
	position: relative;
	padding-left: 2.2917vw;
	font-family: Inter;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 1.6667vw;
	letter-spacing: .05em;
}
.privacy .privacySec ul.privacy__list li::before {
	position: absolute;
	content: "";
	top: 0.4167vw;
	left: 0.6944vw;
	width: 0.9028vw;
	height: 0.9028vw;
	border-radius: 0.5vw;
	background: #4C6BD0;
}

.privacy .contact__info__box {
	width: 38.1944vw;
	margin-top: 2.4306vw;
	padding: 2.0833vw 2.0833vw 1.7361vw;
	background: #E2ECFC;
	font-family: Inter;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 2.0833vw;
	letter-spacing: .05em;
	color: #4a4a4a;
}
.privacy .contact__info__box h3 {
	margin-bottom: 1.7361vw;
	font-weight: 700;
	line-height: 1;
	color: #4C6BD0;
}
.privacy .contact__info__box .info__name {
	margin-bottom: 0.4861vw;
	font-weight: 700;
	line-height: 1;
}
.privacy .contact__info__box .info__address {
	margin-bottom: 0.4861vw;
	font-weight: 500;
	line-height: 2.0833vw;
}
.privacy .contact__info__box .info__wrap {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.6944vw;
}
.privacy .contact__info__box a {
	display: block;
	font-weight: 500;
	line-height: 1;
	color: #4a4a4a;
}
.privacy .contact__info__box .info__tel {
	margin-right: 2.6389vw;
}
.privacy .contact__info__box .info__text {
	font-size: 0.8333vw;
	line-height: 1.1806vw;
}


@media screen and (min-width:1441px) {
	.privacy .privacySec {
		padding: 80px 0;
	}
	.privacy .privacySec .privacy__item {
		margin-top: 60px;
		padding-bottom: 25px;
	}
	.privacy .privacySec p {
		font-size: 16px;
		line-height: 30px;
	}
	.privacy .privacySec p.mb-20 {
		margin-bottom: 20px;
	}
	.privacy .privacySec p.box__text {
		font-size: 18px;
	}
	.privacy .privacySec h2 {
		margin-bottom: 25px;
		font-size: 32px;
	}
	.privacy .privacySec table {
		gap: 4px;
	}
	.privacy .privacySec th,
	.privacy .privacySec td {
		padding: 20px 25px;
		font-size: 15px;
		line-height: 23px;
	}
	.privacy .privacySec table thead th,
	.privacy .privacySec table thead td {
		padding: 23px 25px;
	}
	.privacy .privacySec table ul li {
		padding-left: 15px;
		line-height: 23px;
	}

	.privacy .privacySec ul.privacy__list {
		margin: 28px 0 0;
		gap: 12px;
	}
	.privacy .privacySec ul.privacy__list li {
		padding-left: 33px;
		font-size: 16px;
		line-height: 24px;
	}
	.privacy .privacySec ul.privacy__list li::before {
		top: 6px;
		left: 10px;
		width: 13px;
		height: 13px;
		border-radius: 7px;
	}
	.privacy .contact__info__box {
		width: 550px;
		margin-top: 35px;
		padding: 30px 30px 25px;
		font-size: 16px;
		line-height: 30px;
	}
	.privacy .contact__info__box h3 {
		margin-bottom: 25px;
	}
	.privacy .contact__info__box .info__name {
		margin-bottom: 7px;
		font-weight: 700;
		line-height: 1;
	}
	.privacy .contact__info__box .info__address {
		margin-bottom: 7px;
		font-weight: 500;
		line-height: 30px;
	}
	.privacy .contact__info__box .info__wrap {
		display: flex;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
	.privacy .contact__info__box a {
		display: block;
		font-weight: 500;
		line-height: 1;
		color: #4a4a4a;
	}
	.privacy .contact__info__box .info__tel {
		margin-right: 38px;
	}
	.privacy .contact__info__box .info__text {
		font-size: 12px;
		line-height: 17px;
	}
}

@media screen and (max-width: 768px) {
	.subpage.privacy .l-title h1 {
		white-space: nowrap;
	}
	.privacy .privacySec {
		padding: 13.3333vw 0;
		border-bottom: 1px solid #f6f6f6;
	}
	.privacy .privacySec .privacy__item {
		margin-top: 13.3333vw;
		padding-bottom: 3px;
	}
	.privacy .privacySec p {
		font-weight: 400;
		font-size: 4vw;
		line-height: 7.4667vw;
		letter-spacing: 0;
	}
	.privacy .privacySec p.mb-20 {
		margin-bottom: 5.3333vw;
	}
	.privacy .privacySec p.box__text {
		font-weight: 400;
		font-size: 4.2667vw;
		line-height: 8.2667vw;
	}
	.privacy .privacySec h2 {
		margin-bottom: 5.3333vw;
		font-size: 5.8667vw;
		line-height: 1.5;
		letter-spacing: .05em;
	}

	.privacy .privacySec .scroll__wrap {
		width: 89.3333vw;
		padding-bottom: 2.6667vw;
		overflow: scroll;
	}
	.privacy .privacySec table {
		width: 298.6667vw;
		gap: 4px;
	}
	.privacy .privacySec th,
	.privacy .privacySec td {
		padding: 5.3333vw 6.6667vw;
		font-size: 4vw;
		line-height: 6.1333vw;
	}
	.privacy .privacySec table thead th,
	.privacy .privacySec table thead td {
		padding: 6.1333vw 6.6667vw;
	}
	.privacy .privacySec table ul li {
		padding-left: 4vw;
		line-height: 6.1333vw;
	}
	.privacy .privacySec ul.privacy__list {
		margin: 4.8vw 0 0;
		gap: 1.3333vw;
	}
	.privacy .privacySec ul.privacy__list li {
		position: relative;
		padding-left: 6.4vw;
		padding-right: 1.3333vw;
		font-weight: 500;
		font-size: 4vw;
		line-height: 1.3333;
	}
	.privacy .privacySec ul.privacy__list li::before {
		top: 1.0667vw;
		left: 0;
		width: 3.4667vw;
		height: 3.4667vw;
		border-radius: 7px;
	}

	.privacy .contact__info__box {
		width: 100%;
		margin-top: 5.3333vw;
		padding: 8vw 8vw 6.6667vw;
		background: #E2ECFC;
		font-family: Inter;
		font-weight: 500;
		font-size: 4.2667vw;
		line-height: 8vw;
		letter-spacing: .05em;
		color: #4a4a4a;
	}
	.privacy .contact__info__box h3 {
		margin-bottom: 6.6667vw;
	}
	.privacy .contact__info__box .info__name {
		margin-bottom: 2.1333vw;
	}
	.privacy .contact__info__box .info__address {
		margin-bottom: 2.1333vw;
		line-height: 6.9333vw;
	}
	.privacy .contact__info__box .info__wrap {
		flex-flow: column;
		margin-bottom: 0;
	}
	.privacy .contact__info__box .info__tel {
		margin-right: 0;
		margin-bottom: 2.1333vw;
	}
	.privacy .contact__info__box .info__text {
		font-size: 2.6667vw;
		line-height: 4.5333vw;
	}
}






@media screen and (max-width: 768px) {
	
}







@media screen and (min-width:1441px) {
	
}







/*1次リリース対応*/
.solution .anker__list {
	justify-content: flex-start;
	gap: 0.9722vw;
}

@media screen and (min-width:1441px) {
	.solution .anker__list {
		gap: 14px;
	}
}