@charset "utf-8";

/*-------------------------------
	課題
-------------------------------*/

.S-Callenge{
	overflow: clip;
}
.S-Callenge__body{
	background: var(--maincolor);
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 7.5rem;
	position: relative;
}
.S-Callenge__body::before{
	content: "";
	background: var(--maincolor);
	display: block;
	width: 50vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transform: translateX(-100%);
}
.S-Callenge__body-inner{
	width: 100%;
	padding-top: 2.5rem;
	position: relative;
}
.S-Callenge__list{
	width: calc(100% - (45.4rem - 10.3rem));
	padding-right: 6rem;
}
.S-Callenge__list-item{
	font-family: var(--jp);
	min-height: 8rem;
	padding: 1.5rem 0 1.5rem 2.8rem;
	font-size: 2.2rem;
	border-bottom: 1px solid #8097b9;
	line-height: calc(3.6 / 2.5);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.S-Callenge__list-item::before{
	content: "";
	display: block;
	width: 3rem;
	height: 2.4rem;
	background-image: url(../images/service/icon_callenge-check-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.S-Callenge__list-item:first-child{
	border-top: 1px solid #8097b9;
}
.S-Callenge__list-item-text{
	width: calc(100% - 3rem);
	padding-left: 1.5rem;
	line-height: 1.5;
	display: block;
}
.S-Callenge__image{
	width: 45.4rem;
	height: 45rem;
	margin-right: -10.3rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 0;
}
.S-Callenge__image-item img{
	width: 100%;
}
.S-Callenge__image-item:nth-of-type(1){
	width: 36rem;
	align-self: flex-end;
}
.S-Callenge__image-item:nth-of-type(2){
	width: 17.5rem;
	margin-top: -9.5rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.S-Callenge__list{
		width: calc(100% - (45.4rem - var(--padding-leftright)));
		padding-right: 5rem;
	}
	.S-Callenge__image{
		margin-right: calc(var(--padding-leftright) * -1);
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.S-Callenge__list{
		width: calc(100% - (35rem - var(--padding-leftright)));
	}
	.S-Callenge__image{
		width: 35.4rem;
		height: 35rem;
	}
	.S-Callenge__image-item:nth-of-type(1){
		width: 27.8rem;
	}
	.S-Callenge__image-item:nth-of-type(2){
		width: 13.5rem;
		margin-top: -6.8rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.S-Callenge__list-item{
		padding-left: 0;
	}

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

	.S-Callenge__inner{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.S-Callenge__body{
		width: calc(100% + var(--padding-leftright) * 2);
		padding: 10rem var(--padding-leftright);
	}
	.S-Callenge__body::before{
		display: none;
	}
	.S-Callenge__body-inner{
		width: 100%;
		padding-top: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.S-Callenge__list{
		width: 100%;
		margin-bottom: 7.5rem;
		padding-right: 0;
	}
	.S-Callenge__list-item{
		min-height: 8rem;
		padding: 2.5rem 0;
		font-size: 3.3rem;
		line-height: calc(4.9 / 3.3);
	}
	.S-Callenge__list-item::before{
		width: 3.8rem;
		height: 3rem;
	}
	.S-Callenge__list-item-text{
		width: calc(100% - 3.8rem);
		padding-left: 1.6rem;
		line-height: calc(4.9 / 3.3);
	}
	.S-Callenge__image{
		width: 50.2rem;
		height: 50.2rem;
		margin-right: auto;
		margin-left: auto;
		position: static;
	}
	.S-Callenge__image-item:nth-of-type(1){
		width: 40rem;
	}
	.S-Callenge__image-item:nth-of-type(2){
		width: 20.5rem;
		margin-top: -10.2rem;
	}

}



/*-------------------------------
	サービス
-------------------------------*/

.S-Service{
	padding-top: 0;
}
.S-Service__item:first-child{
	border-top: 2px solid var(--blackcolor);
}
.S-Service__item:last-child{
	border-bottom: 2px solid var(--blackcolor);
}
.S-Service__item{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.S-Service__item:not(:last-child){
	border-bottom: 1px solid #b2b2b2;
}
.S-Service__item-title{
	background: var(--graycolor);
	font-family: var(--jp);
	color: var(--maincolor);
	width: 28rem;
	padding: 3.2rem 1rem 3.2rem 3rem;
	font-size: 2rem;
	line-height: calc(3 / 2);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.S-Service__item-body{
	width: calc(100% - 28rem);
	padding: 3.2rem 4rem 3.2rem 5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.S-Service__item-title{
		width: 30rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.S-Service__item-body{
		width: calc(100% - 30rem);
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

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

	.S-Service{
		padding-top: 0;
	}
	.S-Service__item-title{
		width: 20rem;
		padding: 2.5rem 1.5rem 2.5rem 1.5rem;
		font-size: 3rem;
		line-height: calc(4.5 / 3);
		text-align: left;
	}
	.S-Service__item-body{
		width: calc(100% - 20rem);
		padding: 2.5rem 3rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

}



/*-------------------------------
	特長
-------------------------------*/

.S-Features{
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.S-Features__item{
	width: 100%;
}
.S-Features__item:not(:first-child){
	padding-top: 5rem;
}
.S-Features__item:not(:last-child){
	padding-bottom: 5rem;
	border-bottom: 1px solid #b2b2b2;
}
.S-Features__item-header{
	width: 100%;
	margin-bottom: 4rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.S-Features__item-number{
	background: var(--maincolor);
	width: 10rem;
	height: 10rem;
	padding-top: .6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.S-Features__item-number-text{
	font-size: 1.2rem;
	margin-bottom: .2rem;
	line-height: 1;
	letter-spacing: 1em;
	padding-left: 1em;
	display: block;
}
.S-Features__item-number-data{
	font-family: var(--en);
	font-size: 5rem;
	line-height: 1;
	display: block;
}
.S-Features__item-title{
	font-family: var(--jp);
	width: calc(100% - 10rem);
	padding-left: 3.5rem;
	font-size: 2.4rem;
	line-height: calc(3.9 / 2.4);
}
.S-Features__item-body{
	width: 100%;
	padding-left: 13.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.S-Features__item-content{
	width: calc(100% - 35rem);
	padding-right: 4rem;
}
.S-Features__item-image{
	width: 35rem;
	position: relative;
}
.S-Features__item-image.-frame::before{
	content: "";
	border: .1rem solid #cbcbcb;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 6000;
}
.S-Features__item-image img{
	width: 100%;
	position: relative;
	z-index: 4000;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.S-Features__item-content{
		width: calc(100% - 30rem);
	}
	.S-Features__item-image{
		width: 30rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.S-Features__item-body{
		padding-left: 0;
	}
	.S-Features__item-content{
		width: calc(100% - 25rem);
	}
	.S-Features__item-image{
		width: 25rem;
	}

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

	.S-Features__item-header{
		margin-bottom: 4.5rem;
	}
	.S-Features__item-number{
		width: 14rem;
		height: 14rem;
		padding-top: 1rem;
	}
	.S-Features__item-number-text{
		font-size: 2rem;
		margin-bottom: .5rem;
	}
	.S-Features__item-number-data{
		font-size: 7rem;
	}
	.S-Features__item-title{
		width: calc(100% - 14rem);
		padding-left: 3.2rem;
		font-size: 3.6rem;
		line-height: calc(5.4 / 3.6);
	}
	.S-Features__item-body{
		padding-left: 0;
		flex-direction: column;
	}
	.S-Features__item-content{
		width: 100%;
		padding-right: 0;
	}
	.S-Features__item-image{
		width: 50rem;
		margin-top: 3.5rem;
		margin-left: auto;
		margin-right: auto;
	}

}



/*-------------------------------
	よくある質問と回答
-------------------------------*/

.S-Faq__item{
	width: 100%;
	padding: 3rem 3rem 2rem 3.5rem;
	border-bottom: 1px solid #b2b2b2;
	position: relative;
}
.S-Faq__item::before,
.S-Faq__item::after{
	content: "";
	transition: var(--transition);
	background: var(--maincolor);
	width: 3.6rem;
	height: .2rem;
	display: block;
	position: absolute;
	right: 3rem;
	top: 5.7rem;
}
.S-Faq__item::after{
	transform: rotate(90deg);
}
.S-Faq__item:first-child{
	border-top: 1px solid #b2b2b2;
}
.S-Faq__item-title{
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.S-Faq__item-title::before{
	content: "Q";
	border: 1px solid var(--maincolor);
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 3rem;
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.S-Faq__item-title-text{
	font-family: var(--jp);
	width: calc(100% - 5.6rem);
	padding-left: 3.8rem;
	font-size: 2rem;
	display: block;
}
.S-Faq__item-body{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.S-Faq__item-body::before{
	content: "A";
	border: 1px solid var(--maincolor);
	font-family: var(--en);
	background: var(--maincolor);
	font-size: 3rem;
	width: 5.6rem;
	height: 5.6rem;
	margin-top: 2rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.S-Faq__item-text{
	width: calc(100% - 5.6rem);
	padding-top: 3rem;
	padding-left: 3.8rem;
	display: block;
}

.S-Faq__item.on::before{
	transform: rotate(-90deg);
	opacity: 0;
}
.S-Faq__item.on::after{
	transform: rotate(0deg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.S-Faq__item{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.S-Faq__item::before,
	.S-Faq__item::after{
		right: 2rem;
	}

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

	.S-Faq__item{
		padding: 3.2rem 0;
	}
	.S-Faq__item::before,
	.S-Faq__item::after{
		width: 3.6rem;
		height: .2rem;
		right: 3rem;
		top: 5.7rem;
	}
	.S-Faq__item-title{
		margin-bottom: 0;
		padding-right: 12rem;
	}
	.S-Faq__item-title::before{
		font-size: 3.8rem;
		width: 7rem;
		height: 7rem;
	}
	.S-Faq__item-title-text{
		width: calc(100% - 7rem);
		padding-left: 3.2rem;
		font-size: 3rem;
		line-height: calc(4.5 / 3);
	}
	.S-Faq__item-body{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.S-Faq__item-body::before{
		font-size: 3.8rem;
		width: 7rem;
		height: 7rem;
		margin-top: 5.5rem;
	}
	.S-Faq__item-text{
		width: calc(100% - 7rem);
		padding-top: 3.5rem;
		padding-left: 3.2rem;
	}

}



/*-------------------------------
	ラスト
-------------------------------*/

.S-Last__content{
	background: var(--maincolor);
	padding: 4.5rem 3rem 6.4rem;
	color: #fff;
}
.S-Last__title{
	font-size: 3rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
.S-Last__text{
	text-align: center;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.S-Last__content{
		padding: 6rem 3.5rem;
	}
	.S-Last__title{
		font-size: 4.3rem;
		margin-bottom: 3rem;
		line-height: calc(6.3 / 4.3);
		text-align: center;
	}
	.S-Last__text{
		text-align: left;
	}
	.S-Last__text br{
		display: none !important;
	}

}