@charset "UTF-8";

/* service__page */
@media screen and (max-width: 1024px) {
}

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

/*============================
	s-contents 
============================*/
.s-contents {
	padding-bottom: 120px;
}

.s-cont__atc {
	background: #fff;
	padding: 60px 4%;
	margin-bottom: 40px;
	box-shadow: 0 0 20px rgba(213, 217, 224, 0.4);
	border-radius: 15px;

	&:last-child {
		margin-bottom: 0;
	}
}

.s-cont__ico {
	width: 200px;
}

.s-cont__txtwrap {
	width: calc(100% - 200px);
	padding: 0 0 0 5%;
}

.s-cont__h3 {
	.fs-24 {
		display: block;
	}
}

.s-sont__box {
	background: #f8fbfe;
	padding: 20px 4%;
	border-radius: 15px;
	position: relative;
}

.s-cont__links li {
	width: 33.33%;
	padding-right: 1em;


	& a {
		font-weight: bold;
		margin-bottom: 0.5em;
		padding-left: 1em;
		display: inline-block;
		position: relative;


		&::before {
			content: "●";
			position: absolute;
			color: #c7e3f9;
			left: 0;
			top: 0.5em;
			line-height: 1;
			font-size: 1rem;
		}
		&:hover {
			color: #83a3d8;
		}

		&::after {
			content: "";
			position: absolute;
			width: 0;
			height: 1px;
			background: #83a3d8;
			left: 50%;
			bottom: -.5em;
			transition: .5s;
			z-index: -1;
			opacity: 0;
			transform: translate(-50%);
			z-index: 10;
		}
	
		&:hover::after {
			opacity: 1;
			width: 50%;
	}
	
	}
}


@media screen and (max-width: 1024px) {
	.s-contents {
		padding-bottom: 80px;
	}

	.s-cont__atc {
		padding: 40px 4%;
		margin-bottom: 40px;
	}

	.s-cont__ico {
		width: 120px;
	}

	.s-cont__txtwrap {
		width: calc(100% - 120px);
		padding: 0 0 0 5%;
	}

	.s-cont__h3 {
		padding-right: 1em;
	}

	.s-sont__box {
		padding: 20px 4%;
		border-radius: 15px;
	}

	.s-cont__links li {
		width: auto;
		min-width: 33.33%;
		padding-right: 1em;

		& a {
			padding-left: 1em;

			&::before {
				left: 0;
				top: 0.5em;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.s-contents {
		padding-bottom: 60px;
	}

	.s-cont__atc {
		padding: 30px 5%;
		margin-bottom: 30px;
	}

	.s-cont__ico {
		width: 100px;
		margin: 0 auto 20px;
	}

	.s-cont__txtwrap {
		width: 100%;
		padding: 0;
	}

	.s-cont__h3 {
		padding-right: 0;
		margin-bottom: 1em;
	}

	.s-sont__box {
		padding: 20px 5%;
	}

	.s-cont__links li {
		width: auto;
		min-width: auto;
		padding-right: 0;

		& a {
			padding-left: 1em;

			&::before {
				left: 0;
				top: 0.6em;
			}
		}
	}
}

/* s-top__page */

/*============================
	s-hub-contents
============================*/
.s-hub-contents {
	padding-bottom: 120px;
}

.s-hub-contents .inner {
	max-width: 1160px;
	margin: 0 auto;
}

.shc__ttl {
	line-height: 1.4;
}

.shcr__ttl {
	position: relative;

	&::before {
		content: "";
		position: absolute;
		width: calc(100% - 15em);
		height: 2px;
		background: #96989a;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
}

.shc__relation {
	& a {
		min-height: 110px;
	}

	.ser__links .ttl {
		display: flex;
		align-items: center;

		& img {
			width: 25px;
			margin-left: 0.5em;
		}
	}
}

@media screen and (max-width: 1024px) {
	.s-hub-contents {
		padding-bottom: 80px;
	}

	.shcr__ttl {
		&::before {
			width: calc(100% - 15em);
			height: 1px;
		}
	}

	.shc__relation {
		& a {
			min-height: 90px;
		}

		.ser__links .ttl {
			& img {
				width: 20px;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.s-hub-contents {
		padding-bottom: 60px;
	}

	.shcr__ttl {
		&::before {
			width: calc(100% - 15em);
			height: 1px;
		}
	}

	.shc__relation {
		& a {
			min-height: 90px;
		}

		.ser__links .ttl {
			& img {
				width: 16px;
			}
		}
	}
}

/* s-sub__page */

/*============================
	s-sub-assignment
============================*/
.ssa__act {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 14px rgba(196, 203, 220, 0.1);
	display: flex;
	align-items: center;
	padding: 20px 2%;

	.ico {
		width: 37px;
	}
}

.ssa__txt {
	flex: 0 1 auto;
	padding-left: 1em;
}

@media screen and (max-width: 1024px) {
	.ssa__act {
		margin-bottom: 20px;
		border-radius: 15px;
		padding: 15px 2%;

		.ico {
			width: 28px;
		}
	}
}

@media screen and (max-width: 767px) {
	.ssa__act {
		margin-bottom: 15px;
		padding: 15px 5%;

		.ico {
			width: 20px;
		}
	}
}

/*============================
	s-sub-assignment
============================*/
.ssf__bdtxt {
	position: relative;

	.txt {
		padding-right: 1em;
		position: relative;
	}

	&::before {
		content: "";
		position: absolute;
		width: calc(100% - 4em);
		height: 2px;
		background: #96989a;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
}

.ssf__point .ssf__ul {
	padding: 0 1em;

	& li {
		width: 49%;
		display: flex;
		align-items: flex-start;
		margin-bottom: 1em;

		& img {
			width: 30px;
			margin-right: 0.75em;
		}
	}
}

.ssf__imagebox {
	background: #fff;
	padding: 50px 5%;
	border-radius: 40px;
}

.ssf__image img {
	width: auto;
	display: block;
	margin: 0 auto;
}

.ssf__merit .ssf__bdtxt::before {
	width: calc(100% - 7.5em);
}

.ssf__merit .ssf__ul {
	padding: 0 1em 1em;
	border-bottom: solid 2px #96989a;

	& li {
		align-items: flex-start;
		margin-bottom: 1em;
		display: flex;

		& img {
			width: 36px;
			position: relative;
			margin: -7px 0.75em 0 0;
		}
	}
}

.ssf__atc {
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;

	&::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background: linear-gradient(45deg, #9bc4fc, #d1c3fc);
		bottom: 0;
		left: 0;
	}

	.ssf__h3 {
		display: flex;
		align-items: center;
		width: 39%;

		.num {
			width: 85px;
			min-width: 85px;
			height: 85px;
			line-height: 85px;
			text-align: center;
			border-radius: 50%;
			background: linear-gradient(135deg, #b7f89b, #80d8c6, #72b0e2, #aba6fc, #dbb4fd);
			margin-right: 0.5em;
		}
	}

	.ssf__image {
		max-width: 677px;
		width: 60%;
	}
}

@media screen and (max-width: 1024px) {
	.ssf__bdtxt {
		&::before {
			height: 1px;
			top: 50%;
		}
	}

	.ssf__point .ssf__ul {
		padding: 0 1em;

		& li {
			width: 49%;

			& img {
				width: 26px;
				margin-right: 0.75em;
				margin-top: 0.2em;
			}
		}
	}

	.ssf__imagebox {
		padding: 40px 5%;
		border-radius: 30px;
	}

	.ssf__merit .ssf__ul {
		padding: 0 1em 1em;
		border-bottom: solid 1px #96989a;

		& li {
			margin-bottom: 1em;

			& img {
				width: 28px;
				margin: -5px 0.75em 0 0;
			}
		}
	}

	.ssf__atc {
		padding-bottom: 20px;
		margin-bottom: 20px;

		&::before {
			height: 1px;
		}

		.ssf__h3 {
			width: 39%;

			.num {
				width: 60px;
				min-width: 60px;
				height: 60px;
				line-height: 60px;
				margin-right: 0.5em;
			}
		}

		.ssf__image {
			width: 60%;
		}
	}
}

@media screen and (max-width: 767px) {
	.ssf__bdtxt {
		&::before {
			height: 1px;
			top: 50%;
		}
	}

	.ssf__lead {
		text-align: left;
	}

	.ssf__lead02 {
		text-align: left;
	}

	.ssf__point .ssf__ul {
		padding: 0;

		& li {
			width: 100%;

			& img {
				width: 22px;
				margin-right: 0.75em;
				margin-top: 0.2em;
			}
		}
	}

	.ssf__imagebox {
		padding: 30px 5%;
		border-radius: 20px;
	}

	.ssf__merit .ssf__ul {
		padding: 0 0 1em;

		& li {
			margin-bottom: 1em;

			& img {
				width: 24px;
				margin: -1px 0.75em 0 0;
			}
		}
	}

	.ssf__atc {
		padding-bottom: 20px;
		margin-bottom: 20px;

		&::before {
			height: 1px;
		}

		.ssf__h3 {
			width: 100%;
			margin-bottom: 20px;

			.num {
				width: 50px;
				min-width: 50px;
				height: 50px;
				line-height: 50px;
				margin-right: 0.5em;
			}
		}

		.ssf__image {
			width: 100%;
		}
	}
}

/*============================
	s-sub-reason 
============================*/
.s-sub-reason {
	padding-bottom: 120px;
}

.ssr__box {
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 0 19px rgba(233, 237, 247, 0.5);
	padding: 50px 4%;
}

.ssr__atc {
	padding: 0 0 50px;
	border-bottom: solid 1px #96989a;
	margin-bottom: 50px;

	&:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}
}

.ssr__img {
	width: 380px;
}

.ssr__txtwrap {
	width: calc(100% - 380px);
	padding: 0 0 0 4%;
}

@media screen and (max-width: 1024px) {
	.s-sub-reason {
		padding-bottom: 80px;
	}

	.ssr__box {
		border-radius: 30px;
		padding: 30px 4%;
	}

	.ssr__atc {
		padding: 0 0 30px;
		margin-bottom: 30px;
	}

	.ssr__img {
		width: 280px;
	}

	.ssr__txtwrap {
		width: calc(100% - 280px);
		padding: 0 0 0 4%;
	}
}

@media screen and (max-width: 767px) {
	.s-sub-reason {
		padding-bottom: 60px;
	}

	.ssr__box {
		border-radius: 20px;
		padding: 20px 5%;
	}

	.ssr__atc {
		padding: 0 0 30px;
		margin-bottom: 30px;
	}

	.ssr__img {
		width: 100%;
		margin: 0 auto 20px;
	}

	.ssr__txtwrap {
		width: 100%;
		padding: 0;
	}
}

/*============================
	s-sub-price 
============================*/
.s-sub-price {
	padding: 80px 0;
	background: url(../img/service/price_bg.jpg) no-repeat center center/cover;
	color: #fff;
}

.ssp__ttl .font-en {
	color: #fff;
}

.ssp__btn {
	margin: 0 auto;
	width: 250px;
}

@media screen and (max-width: 1024px) {
	.s-sub-price {
		padding: 60px 0;
	}

	.ssp__btn {
		width: 220px;
	}
}

@media screen and (max-width: 767px) {
	.s-sub-price {
		padding: 60px 0;
	}

	.ssp__btn {
		width: 200px;
	}
}

/*============================
	s-sub-relation 
============================*/
.s-sub-relation {
	padding-bottom: 120px;
}

.ssrl__atc a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(213, 217, 224, 0.5);
}

.ssrl__ico {
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9f9f9;

	& img {
		width: auto;
		transform: scale(0.66);
	}
}

.ssrl__txtwrap {
	padding: 10px 1em 15px;
}

.ssrl__h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 0.75em;

	.txt {
		padding-right: 50px;
	}

	.ico {
		width: 25px;
		position: absolute;
		top: 50%;
		right: 60px;
		transform: translate(0, -50%);
	}

	& i {
		color: #999ea3;
	}

	&::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background: #999ea3;
		right: 35px;
		top: 50%;
		transform: translate(0, -50%);
	}
}

@media screen and (max-width: 1024px) {
	.s-sub-relation {
		padding-bottom: 80px;
	}

	.ssrl__atc a {
		border-radius: 15px;
	}

	.ssrl__ico {
		height: 120px;

		& img {
			transform: scale(0.5);
		}
	}

	.ssrl__txtwrap {
		padding: 10px 1em 15px;
	}

	.ssrl__h3 {
		margin-bottom: 1em;

		.txt {
			padding-right: 45px;
		}

		.ico {
			width: 20px;
			right: 30px;
		}

		&::before {
			right: 20px;
		}
	}
}

@media screen and (max-width: 767px) {
	.s-sub-relation {
		padding-bottom: 60px;
	}

	.ssrl__atc a {
		border-radius: 15px;
	}

	.ssrl__ico {
		height: 140px;

		& img {
			transform: scale(0.5);
		}
	}

	.ssrl__txtwrap {
		padding: 10px 1em 15px;
	}

	.ssrl__h3 {
		margin-bottom: 1em;

		.txt {
			padding-right: 45px;
		}

		.ico {
			width: 20px;
			right: 30px;
		}

		&::before {
			right: 20px;
		}
	}
}
