@charset "utf-8";

/* ---------------------------------------
* 共通
------------------------------------------ */


.wp-block-image,.wp-block-group .wp-block-image,.article figure{
	margin: 4rem auto 0;
}

img{
	width: 100%;
	height: auto;
	text-align: center;
}

.wp-block-image :where(figcaption),figcaption{
	font-size: clamp(12px,1.4rem,14px);
	color: #999999;
	line-height: 1.6;
	margin-bottom: unset;
	text-align: center;
}

:root {
	--primary: #64CAB2;
	--bg-b: #1A1C23;
	--bg-b02: #313339;
	--font-w60: rgba(255,255,255,.6);
	--font-w40: rgba(255,255,255,.4);
	--font-w30: rgba(255,255,255,.3);
	--border:#fff;
	--border-w20:rgba(255,255,255,.2);
}

.backIndex{
	padding-top: 16rem;
}

.backIndex a{
	padding: 4rem 0;
	border-top: solid 1px #fff;
	justify-content: center;
}

.backIndex a span{
	display: inline-block;
}

.backIndex a span:first-of-type{
	width: 4rem;
	height: 4rem;
	position: relative;
	margin-top: 0.3rem;
	transition: all .3s;
}

.backIndex a:hover span:first-of-type{
	transform: translateX(-1rem);
}

.backIndex a span:first-of-type svg{
	position: absolute;
	left: 0;
	top: 0;
}

.backIndex a span:last-of-type{
	text-transform: uppercase;
	font-size: clamp(24px,4rem,56px);
	padding-left: 3rem;
}

/* ---------------------------------------
* 共通
------------------------------------------ */

/* ---------------------------------------
* NEWS
------------------------------------------ */

.s-blogMain .s-blogHead{
	padding-top: 0;
}

.s-blogTag{
	padding-bottom: 1rem;
}

.s-blogTag p{
	font-size: clamp(10px,1.2rem,14px);
	color: var(--font-w40);
}

.s-blogTtl{
	font-size: clamp(12px,2.8rem,32px);
	font-weight: 700;
	line-height: 1.6;
}

.s-blogTag-list{
	padding-top: 2rem;
	column-gap: 1rem;
}

.s-voiceTag-list{
	padding-bottom: 1rem;
}

.s-blogTag-listItem p{
	display: inline-block;
	background-color: #42A4AF;
	padding: .2rem 1rem;
	line-height: 1.6;
	font-size: clamp(10px,1.2rem,14px);
}

.s-blogDetail{
	width: 91.7%;
	margin: 8rem auto 0;
}

.s-voiceDetail{
	width: 91rem;
}

.s-blogDetail h2{
	font-size: clamp(18px,2.4rem,28px);
	font-weight: 700;
	line-height: 1.6;
	padding-bottom: 2rem;
	margin: 6rem 0 3rem;
	border-bottom: solid 1px var(--border-w20);
}

.s-blogDetail h3{
	font-size: clamp(16px,2rem,24px);
	font-weight: 700;
	line-height: 1.6;
	margin: 3rem 0 2.4rem;
}

.s-blogDetail p{
	font-weight: 400;
	margin-top: 2.4rem;
}

/* .s-blogDetail img{
	margin-top: 4rem;
} */

.s-voiceImg .img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.s-voiceImg .img::after{
	content: "";
	display: block;
	padding-top: 46.3%;
}

/* ---------------------------------------
* Service
------------------------------------------ */

.s-servicefv{
	padding-top: 16rem;
}

.s-servicettl_wrap{
	padding-bottom: 8rem;
	align-items: flex-end;
}

.s-servicettl p{
	font-size: clamp(12px,1.8rem,20px);
	font-weight: 900;
	line-height: 1;
	padding-bottom: 1rem;
	color: var(--font-w40);
}

.s-servicettl h2{
	font-size: clamp(48px,9.6rem,120px);
	font-weight: 800;
	line-height: 1;
	transform: skewX(-15deg);
	font-family: 'fort-xcondensed','Noto Sans JP', sans-serif;
}

.s-serviceTxt>p{
	font-weight: 900;
	padding-top: 1rem;
}

.s-servicefv_img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.s-servicefv_img::after{
	content: "";
	display: block;
	padding-top: 36.8%;
}

.s-service_main{
	padding-right: 11.2rem;
	width: 74.3%;
}

.s-service_detail:not(:last-of-type){
	margin-bottom: 8rem;
}

.s-service_detail h2{
	font-size: clamp(20px,36px,48px);
	font-weight: 700;
	line-height: 1.6;
	padding: 4rem 0 0;
	margin-bottom: 3rem;
	border-top: solid 1px #fff;
}

.s-service_detail h3{
	padding: 1.6rem 2.4rem;
	background-color: #313339;
	font-size: clamp(16px,2rem,2.4rem);
	line-height: 1.6;
	margin-bottom: 2rem;
}

.problem-list{
	padding-top: 2rem;
	column-gap: 1rem;
	row-gap: 1rem;
}

.problem-listItem{
	width: calc((100% - (1rem * 1)) / 2);
	padding: 2rem;
	border: solid 2px var(--border-w20);
}

.problem-listItem p{
	line-height: 1.6;
	font-size: clamp(10px,1.4rem,14px);
}

.problem-listItem .icon{
	width: 2rem;
	height: 2rem;
	position: relative;
	margin-right: 1rem;
}

.problem-listItem .icon svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.servicestepDetail{
	padding: 2rem;
	background-color: #313339;
}

.servicestepDetail:not(:last-of-type){
	margin-bottom: 3rem;
}

.servicestepImg{
	width: 48.1%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.servicestepImg::after{
	content: "";
	display: block;
	padding-top: 110%;
}

.servicestepTxt{
	width: 48.1%;
}

.servicestepTtl p{
	color: var(--primary);
	text-transform: uppercase; 
	padding-bottom: 0.4rem;
}

.servicestepTtl h4{
	font-size: clamp(16px,2rem,24px);
	line-height: 1.6;
}

.servicestepTxt>p{
	font-weight: 400;
	font-size: clamp(10px,1.2rem,14px);
	padding-top: 1.6rem;
}

.s-serviceText{
	padding-top: 1.6rem;
}

.servicestep-list{
	margin-top: 2rem;
	padding: 2rem;
	background-color: #282A30;
}

.servicestep-listItem:not(:last-of-type){
	padding-bottom: 2rem;
}

.servicestep-listItem p:first-of-type{
	font-size: clamp(10px,1.2rem,14px);
	line-height: 1.6;
	padding-left: 1.4rem;
	position: relative;
	margin-bottom: .4rem;
}

.servicestep-listItem p:first-of-type::before{
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background-color: var(--primary);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.servicestep-listItem p:last-of-type{
	font-size: clamp(10px,1.2rem,14px);
	font-weight: 400;
}

.service-featureCont:not(:last-of-type){
	margin-bottom: 6rem;
}

.service-featureImg,.service-featureTxt{
	width: 48%;
}

.service-featureTxt p{
	font-weight: 400;
}

.process-list{
	border: solid 1px #fff;
	padding: 2rem 0;
}

.process-listItem{
	width: calc(100% / 4);
	padding: 1rem 3rem;
	border-right: solid 1px #fff;
}

.process-listItem:last-of-type{
	border-right: unset;
}

.process-listItem p:first-of-type{
	text-transform: uppercase;
	padding-bottom: 0.6rem;
}

.process-listItem p:last-of-type{
	font-size: clamp(10px,1.4rem,16px);
	line-height: 1.6;
	font-weight: 900;
}

.processDetail-listItem:not(:last-of-type){
	padding-bottom: 4rem;
}

.processDetail-listItem p{
	font-weight: 400;
	line-height: 1.8;
}

.servicecaseDetail{
	padding: 2rem;
	background-color: #313339;
}

.servicecaseDetail:not(:last-of-type){
	margin-bottom: 3rem;
}

.servicecaseImg{
	width: 48.1%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.servicecaseImg::after{
	content: "";
	display: block;
	padding-top: 100%;
}

.servicecaseTxt{
	width: 48.1%;
}

.servicecaseTtl p,.servicecase-listItem p:first-of-type{
	font-size: clamp(10px,1.2rem,14px);
	line-height: 1.6;
	padding-left: 1.4rem;
	position: relative;
	margin-bottom: .4rem;
}

.servicecaseTtl p::before,.servicecase-listItem p:first-of-type::before{
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background-color: var(--primary);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.servicecaseTtl h4{
	font-size: clamp(16px,2rem,24px);
	line-height: 1.6;
}

.servicecase-list{
	margin-top: 2.4rem;
	padding: 2rem;
	background-color: #282A30;
}

.servicecase-listItem:not(:last-of-type){
	padding-bottom: 2rem;
}

.servicecase-listItem p:last-of-type{
	font-size: clamp(10px,1.2rem,14px);
	font-weight: 400;
}

.servicevoice-list{
	column-gap: 3rem;
}

.servicevoice-listItem{
	width: 42rem;
}

.servicevoice-listImg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.servicevoice-listImg::after{
	content: "";
	display: block;
	padding-top: 55.9%;
}

.servicevoice-listTxt{
	padding-top: 2rem;
}

.servicevoice-listTxt .icon{
	display: inline-block;
	padding: .6rem 1rem;
	border: solid 1px #fff;
	margin-top: 1rem;
}

.iconWrap{
	width: 4rem;
	height: 0.9rem;
	position: relative;
}

.servicevoice-listTxt .icon svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.servicefaq-deflist{
	padding-bottom: 2.4rem;
	margin-bottom: 2.4rem;
	border-bottom: solid 1px var(--border-w20);
}

.servicefaq-deflist:last-of-type{
	margin-bottom: 0;
}

.servicefaq-defTtl p:first-of-type,.servicefaq-defDesc p:first-of-type{
	font-size: clamp(14px,2.4rem,28px);
	padding-right: 0.8rem;
	padding-top: 0.4rem;
	color: var(--primary);
}

.servicefaq-defTtl p:last-of-type{
	font-size: clamp(12px,1.6rem,18px);
	line-height: 1.6;
}

.servicefaq-defDesc{
	padding-top: 1.6rem;
}

.servicefaq-defDesc p:first-of-type{
	color: #fff;
}

.servicefaq-defDesc p:last-of-type{
	font-size: clamp(10px,1.4rem,16px);
	line-height: 1.6;
}

.s-servicecv a{
	display: block;
	overflow: hidden;
	position: relative;
}

.servicecvImg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/service/servicefv.png);
	transition: all .3s;
}

.servicecvImg::after{
	content: "";
	display: block;
	padding-top: 41.3%;
}

.s-servicecv a:hover .servicecvImg{
	transform: scale(1.02);
}

.servicecvTxtwrap{
	padding: 4rem 3rem 2.4rem;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
}

.servicecvTtl p{
	font-size: clamp(10px,1.2rem,14px);
	padding-bottom: 1rem;
	font-weight: 900;
	color: var(--font-w40);
	line-height: 1.6;
}

.servicecvTtl h3{
	font-size: clamp(32px,4.8rem,64px);
	text-transform: uppercase;
}

.servicecvTxt>p{
	font-size: clamp(10px,1.2rem,14px);
	padding-top: 2rem;
}

.servicecvbtn{
	margin-left: auto;
}

.servicecvbtn .btnTxt:before{
	content: attr(data-text);
	position: absolute;
	top: 130%;
	left: 0;
	opacity: 0;
}

.s-servicecv a:hover .btnTxt:before{
	opacity: 1;
	transform: translate3d(0, -130%, 0);
}

.s-servicecv a:hover .btnTxt span,.btn02:hover .btnTxt span{
	opacity: 0;
	transform: translate3d(0, -130%, 0);
}


.s-servicecv a:hover .arrow{
	animation: arrow 450ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}

.s-service_side{
	width: 19.5%;
}

.s-service_sideMenu{
	position: sticky;
	top: 10rem;
}

.sideMenu-listItem{
	padding-bottom: 1.6rem;
	margin-bottom: 1.6rem;
	border-bottom: solid 1px var(--border-w20);
}

.sideMenu-listItem a{
	transition: all .3s;
}

.sideMenu-listItem a:hover{
	opacity: .6;
}

.sideMenu-listItem a p{
	font-size: clamp(10px,1.4rem,16px);
	font-weight: 400;
	line-height: 1.6;
}

.sideMenu-listItem .icon{
	width: 1.6rem;
	height: 1.6rem;
	position: relative;
}

.sideMenu-listItem .icon svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


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

	/* ---------------------------------------
	* 共通
	------------------------------------------ */

	.wp-block-image,.wp-block-group .wp-block-image,.article figure{
		margin: 4rem auto 0;
	}

	.article iframe{
		width: 100%;
	}

	.wp-block-image :where(figcaption),figcaption{
		font-size: 1.2rem;
	}

	.backIndex {
		padding-top: 8rem;
	}

	.backIndex a{
		padding: 2rem 0;
	}

	.backIndex a span:first-of-type{
		width: 2.8rem;
		height: 2.8rem;
	}

	.backIndex a span:last-of-type{
		font-size: 2rem;
		padding-left: 1.6rem;
	}
	/* ---------------------------------------
	* NEWS
	------------------------------------------ */

	.s-blogArticleMain .s-blogHead{
		padding-top: 0;
	}

	.s-blogTag{
		padding-bottom: 1rem;
	}

	.s-blogTag p{
		font-size: 1.2rem;
	}

	.s-blogTtl{
		font-size: 2.4rem;
	}

	.s-voiceWrap .s-blogTtl{
		font-size: 2rem;
	}

	.s-blogTag-list{
		padding-top: 1.6rem;
		column-gap: .4rem;
	}

	.s-blogTag-listItem p{
		padding: .2rem 1rem;
		font-size: 1.2rem;
	}

	.s-blogDetail{
		width: 100%;
		margin: 6rem auto 0;
	}

	.s-voiceDetail {
		width: 100%;
		padding: 0 2.4rem;
	}

	.s-blogDetail h2{
		font-size: 2rem;
		padding-bottom: 2rem;
		margin: 6rem 0 3rem;
	}

	.s-blogDetail h3{
		font-size: 1.8rem;
		margin: 3rem 0 2.4rem;
	}

	.s-blogDetail p{
		margin-top: 2.4rem;
	}

/* 	.s-blogDetail img{
		margin-top: 4rem;
	} */

	.s-voiceImg .img::after {
		padding-top: 75%;
	}

	/* ---------------------------------------
	* Service
	------------------------------------------ */

	.s-servicefv{
		padding-top: 12rem;
	}

	.s-servicettl_wrap{
		padding-bottom: 6rem;
	}

	.s-servicettl p{
		font-size: 1.4rem;
		padding-bottom: 1rem;
	}

	.s-servicettl h2{
		font-size: 4.8rem;
	}

	.s-serviceTxt>p{
		padding-top: 1rem;
	}

	.servicebtnWrap{
		padding-top: 3.2rem;
	}

	.s-servicefv_img::after{
		padding-top: 75%;
	}

	.s-service_main{
		padding-right: 0rem;
		margin-top: 4.8rem;
		width: 100%;
	}

	.s-service_detail:not(:last-of-type){
		margin-bottom: 6.4rem;
	}

	.s-service_detail h2{
		font-size: 2rem;
		padding: 2rem 0 0;
		margin-bottom: 3.2rem;
	}

	.s-service_detail h3{
		padding: 1rem 1.6rem;
		font-size: 1.8rem;
	}


	.problem-listItem{
		width: 100%;
		padding: 1rem 1.6rem;
		align-items: flex-start;
	}

	.problem-listItem:not(:last-of-type){
		margin-bottom: 1rem;
	}

	.problem-listItem p{
		font-size: 1.2rem;
	}

	.problem-listItem .icon{
		width: 1.4rem;
		height: 1.4rem;
		margin-top: 0.3rem;
		margin-right: .6rem;
	}

	.servicestepDetail:not(:last-of-type){
		margin-bottom: 2.4rem;
	}

	.servicestepImg{
		width: 100%;
	}

	.servicestepTxt{
		width: 100%;
		padding-top: 2.4rem;
	}

	.servicestepTtl h4{
		font-size: 1.8rem;
	}

	.servicestepTxt>p{
		font-size: 1.4rem;
	}

	.servicestep-listItem:not(:last-of-type){
		padding-bottom: 1.6rem;
	}

	.servicestep-listItem p:first-of-type{
		font-size: 1.2rem;
	}

	.servicestep-listItem p:last-of-type{
		font-size: 1.2rem;
	}

	.service-featureCont:not(:last-of-type){
		margin-bottom: 6rem;
	}

	.service-featureImg,.service-featureTxt{
		width: 100%;
	}

	.service-featureTxt{
		padding-top: 2.4rem;
	}

	.service-featureTxt p{
		font-weight: 400;
	}

	.process-list{
		border: solid 1px #fff;
		padding: 0 2rem;
	}

	.process-listItem{
		width: 100%;
		padding: 3rem 0;
		border-right: unset;
		border-bottom: solid 1px #fff;
	}

	.process-listItem:last-of-type{
		border-bottom: unset;
	}

	.process-listItem p:last-of-type{
		font-size: 1.6rem;
	}

	.processDetail-listItem:not(:last-of-type){
		padding-bottom: 3rem;
	}

	.servicecaseDetail:not(:last-of-type){
		margin-bottom: 3rem;
	}

	.servicecaseImg{
		width: 100%;
	}

	.servicecaseTxt{
		width: 100%;
		padding-top: 2.4rem;
	}

	.servicecaseTtl p,.servicecase-listItem p:first-of-type{
		font-size: 1.2rem;
	}

	.servicecaseTtl h4{
		font-size: 1.8rem;
		line-height: 1.6;
	}

	.servicecase-list{
		margin-top: 2rem;
	}

	.servicecase-listItem:not(:last-of-type){
		padding-bottom: 1.6rem;
	}

	.servicecase-listItem p:last-of-type{
		font-size: 1.2rem;
	}

	.servicevoice-list{
		column-gap: 3rem;
	}

	.servicevoice-listItem{
		width: 100%;
	}

	.servicevoice-listImg::after{
		padding-top: 55.9%;
	}

	.servicefaq-deflist{
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}


	.servicefaq-defTtl p:first-of-type,.servicefaq-defDesc p:first-of-type{
		font-size: 1.8rem;
		padding-right: 0.8rem;
		padding-top: 0.4rem;
	}

	.servicefaq-defTtl p:last-of-type{
		font-size: 1.4rem;
	}

	.servicefaq-defDesc p:last-of-type{
		font-size: 1.2rem;
	}

	.servicecvImg::after{
		padding-top: 100%;
	}

	.servicecvTxtwrap{
		padding: 3rem 2rem 2rem;
	}

	.servicecvTtl p{
		font-size: 1.4rem;
		padding-bottom: .4rem;
	}

	.servicecvTtl h3{
		font-size: 4.8rem;
	}

	.servicecvTxt>p{
		font-size: 1rem;
		padding-top: 1rem;
		color: var(--font-w60);
	}

	.servicecvbtn{
		padding: 1rem 1.2rem 1rem 2rem;
	}

	.servicecvbtn p{
		padding-right: 3rem;
	}

	.btnArrow{
		padding: .6rem;
	}

	.s-service_side{
		width: 100%;
	}

	.s-service_sideMenu{
		position: unset;
	}

	.sideMenu-list{
		display: flex;
		flex-wrap: wrap;
		column-gap: 1.6rem;
	}

	.sideMenu-listItem{
		width: calc((100% - (1.6rem * 1)) / 2);
		padding-bottom: 1.6rem;
		margin-bottom: 1.6rem;
	}

	.sideMenu-listItem:last-of-type{
		margin-bottom: 0;
	}

	.sideMenu-listItem a p{
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.6;
	}

	.sideMenu-listItem .icon{
		width: 1.2rem;
		height: 1.2rem;
	}

}