@charset "utf-8";

*
*::before,
*::after {
	box-sizing: border-box;
}

/* 基本設定
****************************************/
html {
	font-size: 0.694vw;
}



body {
	font-size: clamp(10px, 1.6rem , 16px);
	line-height: 1.8;
	letter-spacing: -0.02em;
	font-family: YakuHanJP,'Noto Sans JP','fort-xcondensed', sans-serif;
	font-weight: 700;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: normal;
	text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	-webkit-font-kerning: none;
	font-kerning: none;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	background-color: #1A1C23;
}

body.is-fixed {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
	vertical-align: middle;
}

.MainWrap{
	position: relative;
}

: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);
}

.col-w{
	--font-w: #FFFCFA;
}

/*flex---------------------------------*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fl_between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.al_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fl_wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jc_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reverse{
	flex-direction: row-reverse;
}

/* pcでは横並び、spでは縦並び */
.fl_pcsp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:768px) {
	html {
		font-size: 2.6666vw;
	}

	body {
		font-size: 1.4rem;
	}

	/* pcでは横並び、spでは縦並び */
	.fl_pcsp {
		display: block;
	}
}


/*Color---------------------------------*/

.col-w{
	color: #fff;
}

/*inner---------------------------------*/


.sectionInner_l{
	margin: 0 auto;
	width: 132rem;
}

.sectionInner_m{
	margin: 0 auto;
	width: 109.5rem;
}

.sectionInner_s{
	margin: 0 auto;
	width: 91rem;
}

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

	.sectionInner_xl,.sectionInner_l,.sectionInner_m,.sectionInner_s{	
		width: calc(100% - 4.8rem);
	}


}

/*Margin・Padding---------------------------------*/

.pt160{
	padding-top: 16rem;
}

.pb160{
	padding-bottom: 16rem;
}

.pt140{
	padding-top: 14rem;
}

.pb140{
	padding-bottom: 14rem;
}

.pt120{
	padding-top: 12rem;
}

.pb120{
	padding-bottom: 12rem;
}

.pt100{
	padding-top: 10rem;
}

.pb100{
	padding-bottom: 10rem;
}

.pt80{
	padding-top: 8rem;
}

.pb80{
	padding-bottom: 8rem;
}

.pt60{
	padding-top: 6rem;
}

.pb60{
	padding-bottom: 6rem;
}

.pt40{
	padding-top: 4rem;
}

.pb40{
	padding-bottom: 4rem;
}

.pt30{
	padding-top: 3rem;
}

.pb30{
	padding-bottom: 3rem;
}

.mt160{
	margin-top: 16rem;
}

.mb160{
	margin-bottom: 16rem;
}

.mt140{
	margin-top: 14rem;
}

.mb140{
	margin-bottom: 14rem;
}

.mt120{
	margin-top: 12rem;
}

.mb120{
	margin-bottom: 12rem;
}

.mt100{
	margin-top: 10rem;
}

.mb100{
	margin-bottom: 10rem;
}

.mt80{
	margin-top: 8rem;
}

.mb80{
	margin-bottom: 8rem;
}

.mt60{
	margin-top: 6rem;
}

.mb60{
	margin-bottom: 6rem;
}

.mt40{
	margin-top: 4rem;
}

.mb40{
	margin-bottom: 4rem;
}

.mt30{
	margin-top: 3rem;
}

.mb30{
	margin-bottom: 3rem;
}
@media screen and (max-width:768px) {
	.pt160{
		padding-top: 10rem;
	}

	.pb160{
		padding-bottom: 10rem;
	}

	.pt140{
		padding-top: 10rem;
	}

	.pb140{
		padding-bottom: 10rem;
	}

	.pt120{
		padding-top: 10rem;
	}

	.pb120{
		padding-bottom: 10rem;
	}

	.pt100{
		padding-top: 8rem;
	}

	.pb100{
		padding-bottom: 8rem;
	}

	.pt80{
		padding-top: 6rem;
	}

	.pb80{
		padding-bottom: 6rem;
	}

	.pt60{
		padding-top: 4rem;
	}

	.pb60{
		padding-bottom: 4rem;
	}

	.pt40{
		padding-top: 3rem;
	}

	.pb40{
		padding-bottom: 3rem;
	}

	.pt30{
		padding-top: 2rem;
	}

	.pb30{
		padding-bottom: 2rem;
	}

	.mt160{
		margin-top: 12rem;
	}

	.mb160{
		margin-bottom: 12rem;
	}

	.mt140{
		margin-top: 12rem;
	}

	.mb140{
		margin-bottom: 12rem;
	}

	.mt120{
		margin-top: 10rem;
	}

	.mb120{
		margin-bottom: 10rem;
	}

	.mt100{
		margin-top: 8rem;
	}

	.mb100{
		margin-bottom: 8rem;
	}

	.mt80{
		margin-top: 6rem;
	}

	.mb80{
		margin-bottom: 6rem;
	}

	.mt60{
		margin-top: 4rem;
	}

	.mb60{
		margin-bottom: 4rem;
	}

	.mt40{
		margin-top: 3rem;
	}

	.mb40{
		margin-bottom: 3rem;
	}

	.mt30{
		margin-top: 2rem;
	}

	.mb30{
		margin-bottom: 2rem;
	}


}

/*Button---------------------------------*/



.btn-ma{
	margin: 0 auto;
}

.btn-r{
	margin-left: auto;
}

.btn{
	overflow: hidden;
	width: fit-content;
	background-color: var(--primary);
	padding: 1rem 1.2rem 1rem 2rem;
	color: #fff;
	font-weight: 700;
	font-size: clamp(10px, 1.4rem, 16px);
}

.btn02{
	overflow: hidden;
	width: fit-content;
}

.btn span,.btn02 span{
	display: inline-block;
}

.btn .btnTxt{
	line-height: 1.6;
	letter-spacing: normal;
	position: relative;
	-webkit-clip-path: inset(0 0 -0.2em);
	clip-path: inset(0 0 -0.2em);
	padding-right: 3rem;
	color: #fff;
}

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

.btn .btnTxt:before,.btn .btnTxt span{
	transition: opacity 650ms, transform 650ms 
		cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:hover .btnTxt:before{
	opacity: 1;
	transform: translate3d(0, -130%, 0);
	color: #fff;
}

.btn:hover .btnTxt span{
	opacity: 0;
	transform: translate3d(0, -130%, 0);
	color: #fff;
}

.btn02 .btnTxt{
	text-transform: uppercase;
	font-size: clamp(16px,2.4rem,32px);
	padding: .6rem 0;
	margin-right: 3rem;
	position: relative;
}

.btn02 .btnTxt::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn02:hover .btnTxt::after,.pageNav-listItem a:hover .btnTxt::after {
	transform: scaleX(1);
	transform-origin: left center;
}

.btn02 .btnTxt::after{
	transform-origin: right center;
}

.btnArrow{
	overflow: hidden;
	padding: .6rem;
	border: solid 1px var(--border-w20);
}

.btn02 .btnArrow{
	padding: 1rem;
	border: solid 2px #fff;
}

.btnArrow02{
	padding: 1.4rem;
	border: solid 2px #fff;
}

.btnArrow .arrow{
	width: .8rem;
	height: .8rem;
	position: relative;
}

.btnArrow02 .arrow{
	width: 1rem;
	height: 1rem;
}

.btnArrow .arrow svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.btn:hover .arrow,.btn02:hover .arrow,.f-recruit:hover .arrow,.footercv-listItem a:hover .arrow,.t-serviceDetail_listItem a:hover .arrow,.cvBtn:hover .cvBtnArrow{
	animation: arrow 450ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}

.footercv-listItem.no a{
	pointer-events: none;
}

.cvBtn{
	width: fit-content;
	padding: 1rem 1.6rem 1rem 2rem;
	background-color: #142739;
}

.cvBtn span{
	display: block;
}

.cvBtn p{
	font-size: clamp(10px, 1.2rem,12px);
	line-height: 1.6;
	letter-spacing: normal;
	font-weight: 300;
	padding-right: 2rem;
	margin-right: 2rem;
	border-right: solid 1px rgba(255, 255, 255, .2);
	color: #fff;
}

.cvBtnArrow{
	width: 8px;
	height: 8px;
	position: relative;
}

.cvBtnArrow svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


@keyframes arrow {
	40%,50% {
		opacity: 0
	}

	43% {
		transform: translateX(100%) scaleY(0.1);
		fill: #fff;
	}

	44%,50% {
		transform: translateX(-110%) scaleY(0.1);
		fill: #fff;
	}

	100% {
		transform: translateX(0) scaleY(1);
		fill: #fff;
	}
}



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

	.btn{
		font-size: 1.4rem;
	}

	.btn02{
		margin: 0 auto;
	}

	.btn .btnTxt{
		font-size: 1.4rem;
		padding-right: 4.8rem;
	}

	.btn02 .btnTxt{
		font-size: 1.8rem;
		padding: .4rem 0;
		margin-right: 2rem;
	}

	.btnArrow{
		overflow: hidden;
		padding: .6rem;
	}

	.btnArrow.btnArrow02{
		padding: 1.2rem;
		border: solid 2px #fff;
	}

	.btnArrow .arrow{
		width: .8rem;
		height: .8rem;
		position: relative;
	}

	.btn02 .btnArrow {
		padding: .8rem;
	}


}



/*Title---------------------------------*/

.sans-en{
	font-family: "fort-xcondensed", sans-serif;
	font-weight: 800;
	font-style: italic;
	letter-spacing: normal;
	line-height: 0.8;
}

.sans-en02{
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 700;
	line-height:1.6;
}

.ttlWrap.bar_bottom{
	position: relative;
	padding-bottom: 3rem;
	display: inline-block;
}

.bar_bottom::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 8rem;
	height: 4px;
	background-color: #fff;
}

.visonTtl.bar_bottom::after{
	right: 0;
	margin: 0 auto;
}

.subTtl01{
	line-height: 1.6;
	font-weight: 900;
	font-size: clamp(12px,2rem,20px);
	padding-bottom: 2rem;
}

.mainTtl01{
	font-family: "fort-xcondensed", sans-serif;
	font-weight: 800;
	font-style: italic;
	letter-spacing: normal;
	line-height: 0.8;
	text-transform: uppercase;
	font-size: clamp(96px,14rem,156px);
}

.mainTtl02{
	font-family: "fort-xcondensed", sans-serif;
	font-weight: 800;
	font-style: italic;
	letter-spacing: normal;
	line-height: 0.8;
	text-transform: uppercase;
	font-size: clamp(64px,8rem,96px);
}

.subTtl02{
	line-height: 1;
	font-weight: 900;
	font-size: clamp(10px,1.6rem,18px);
	padding-top: 1.6rem;
}

.mainTtl03{
	position: relative;
	font-family: "fort-xcondensed", sans-serif;
	font-weight: 800;
	font-style: italic;
	letter-spacing: normal;
	line-height: 0.8;
	text-transform: uppercase;
	font-size: clamp(48px,6.4rem,72px);
	padding: 3rem 0 1.6rem;
}

.mainTtl03:before{
	content: "";
	display: block;
	width: 8rem;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.subTtl03{
	line-height: 1.6;
	font-weight: 900;
	font-size: clamp(10px,1.6rem,18px);
}

.mainTtl04{
	font-weight: 900;
	font-size: clamp(40px,5.6rem,64px);
	transform: skewX(-15deg);
	line-height: 1.6;
}

.mainTtl05{
	font-family: "fort-xcondensed", sans-serif;
	font-weight: 800;
	font-style: italic;
	letter-spacing: normal;
	text-transform: uppercase;
	line-height: 0.8;
	font-size: clamp(96px,12rem,136px);
}

.subTtl05{
	margin-top: 2rem;
	position: relative;
	font-weight: 900;
	padding-left: 3.4rem;
}

.subTtl05::after{
	content: "";
	display: block;
	width: 2.4rem;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.subTtl06{
	line-height: 1.6;
	font-weight: 900;
	font-size: clamp(10px,1.6rem,18px);
	color: var(--font-w60);
}

.mainTtl06{
	position: relative;
	font-family: "fort-xcondensed", sans-serif;
	font-weight: 800;
	font-style: italic;
	letter-spacing: normal;
	line-height: 0.8;
	text-transform: uppercase;
	font-size: clamp(48px,6.4rem,72px);
	padding: 2rem 0 3rem;
}

.mainTtl06:after{
	content: "";
	display: block;
	width: 8rem;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.p-fv{
	position: relative;
}

.p-fv02{
	padding-top: 20rem;
}

.p-fvImg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.p-fvImg::after{
	content: "";
	display: block;
	padding-top: 54.1%;
}

.p-fvImg_service{
	background-image: url(../img/service/servicefv.png);
}

.p-fvImg_about{
	background-image: url(../img/about/aboutfv.png);
}

.p-fvImg_recruit{
	background-image: url(../img/recruit/fv.png);
}

.p-fvTtl{
	text-align: right;
	position: absolute;
	right: 6rem;
	bottom: 4rem;
}

.p-fv02 .p-fvTtl{
	text-align: left;
	position: static;
}

.p-fvTtl02{
	position: static;
	text-align: left;
}

.p-fvTtl h2{
	text-transform: uppercase;
	font-size: clamp(96px,16rem,184px);
	padding-bottom: 2rem;
}

.p-fvTtl02 h2{
	text-transform: uppercase;
	font-size: clamp(96px,12rem,136px);
	padding-bottom: 2rem;
}

.p-fvTtl p,.p-fvTtl02 p{
	font-size: clamp(12px,1.8rem,24px);
	line-height: 1;
	font-weight: 900;
}


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

	.ttlWrap.bar_bottom{
		padding-bottom: 2rem;
	}

	.bar_bottom::after{
		width: 6rem;
		height: 2px;
	}

	.subTtl01{
		font-size: 1.4rem;
		padding-bottom: 1.6rem;
	}

	.mainTtl01{
		font-size: 5.6rem;
	}

	.mainTtl02{
		font-size: 5.6rem;
	}

	.subTtl02{
		padding-bottom: 1rem;
		padding-top: 1.4rem;
	}

	.mainTtl03{
		font-size: 4.8rem;
		padding: 2.4rem 0 1rem;
	}

	.mainTtl03:before{
		width: 4rem;
		height: 2px;
	}

	.subTtl03{
		font-size: 1.4rem;
	}

	.mainTtl04{
		font-size: 2.8rem;
	}

	.mainTtl05{
		font-size: 4.8rem;
	}

	.subTtl05{
		margin-top: 1rem;
		position: relative;
		font-weight: 900;
		padding-left: 3.4rem;
	}

	.subTtl05::after{
		content: "";
		display: block;
		width: 2.4rem;
		height: 3px;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.p-fv02{
		padding-top: 14rem;
	}

	.p-fvImg::after{
		padding-top: 100%;
	}

	.p-fvImg_service{
		background-image: url(../img/service/servicefv.png);
	}

	.p-fvImg_about{
		background-image: url(../img/about/aboutfv.png);
	}

	.p-fvImg_recruit{
		background-image: url(../img/recruit/fv-sp.png);
	}

	.p-fvTtl{
		right: 2rem;
		bottom: 3rem;
	}

	.p-fvTtl h2,.p-fvTtl02 h2{
		font-size: 6.4rem;
		padding-bottom: 1rem;
	}

	.p-fvTtl p,.p-fvTtl02 p{
		font-size: 1.4rem;
	}


}



/*お問い合わせ---------------------------------*/

.section-contact{
	padding-top: 18rem;
}

.form-l{
	width: 40%;
}

.contactWrap{
	width: 48.888%;
}

.contactWrap>p{
	line-height: 200%;
	letter-spacing: normal;
	font-size: clamp(10px, 1.4rem,14px);
	padding-bottom: 6rem;
}

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

.form-defTtl p{
	line-height: 160%;
	letter-spacing: normal;
	font-size: clamp(14px ,1.4rem ,14px);
	margin-bottom: 1rem;
}

.colorRed{
	color: #EA0707;
	display: inline-block;
	padding-left: 0.4rem;
}

.formInput{
	color: #000;
	appearance: none;
	-webkit-appearance: none;
	padding: 1rem;
	background-color: #fff;
	border: solid 1px #EEEEEE;
	width: 100%;
	font-weight: 400;
	font-size: clamp(14px ,1.4rem ,14px);
}

textarea{
	height: 160px;
	color: #000;
}

.privacyCheck{
	font-size: clamp(14px ,1.4rem ,14px);
	letter-spacing: normal;
	line-height: 160%;
	margin-bottom: 3rem;
}

.privacyCheck a{
	display: inline-block;
	text-decoration: underline;
}

.form-btn{
	width: 35rem;
}

.submit{
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	background-color: #64CAB2;
	border: solid 1px #64CAB2;
	padding: 2rem 0;
	font-size: clamp(14px ,1.4rem ,14px);
	letter-spacing: normal;
	line-height: 160%;
	transition: all .3s;
}

.submit:hover{
	background-color: #fff;
	color: #64CAB2;
}

.form-arrow{
	position: relative;
}

.form-arrow::after{
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translatey(-50%);
	width: 20px;
	height: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/arrow.svg);
}

.form__item--file {
	display: block;
	line-height: 1.5;
	border: 1px solid #DFDFDF;
	text-align: center;
	width: 100%;
	padding: 2rem 0;
	margin: 0;
	cursor: pointer;
}

input[type=file] {
	display: none;
}

.filename {
	margin-top: 1rem;
}

.filename.on {
	color: #cf2e2e;
}

/*送信完了---------------------------------*/

.section-thanks{
	padding-top: 20rem;
}

.thanksWrap h2{
	line-height: 1;
	font-size: clamp(48px,9.6rem,128px);
	text-transform: uppercase;
}

.thanksTxt{
	padding-top: 2rem;
}

.thanksTxt h3{
	font-size: clamp(20px,2.8rem,36px);
	padding-bottom: 1.6rem;
	font-weight: 900;
}

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


/*404---------------------------------*/

.section-404{
	padding-top: 18rem;
	position: relative;
}

.notWrap h2{
	line-height: .8;
	font-size: clamp(96px,16rem,184px);
	text-transform: uppercase;
}

.notTxt>p{
	line-height: 1.6;
	font-size: clamp(10px,1.8rem,24px);
}

/*---------------------------------
------reCAPTCHA 非表示ー-----------
---------------------------------*/
.grecaptcha-badge {
	display:none;
}

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

	/*お問い合わせ---------------------------------*/

	.section-contact{
		padding-top: 12rem;
	}

	.form-l{
		width: 100%;
	}

	.contactWrap{
		width: 100%;
		padding-top: 4rem;
	}

	.contactWrap>p{
		font-size: 1.2rem;
		padding-bottom: 3.2rem;
	}

	.form-defList:not(:last-of-type){
		margin-bottom: 2rem;
	}

	.form-defTtl p{
		font-size: 1.2rem;
	}

	.colorRed{
		padding-left: 0.4rem;
	}

	.formInput{
		padding: 1rem;
		font-size: 1.2rem;
	}

	.form-btn{
		width: 100%;
	}

	.privacyCheck {
		font-size: 1.2rem;
		text-align: center;
		margin-bottom: 2rem;
	}
	.privacyCheck a{
		font-size: 1.2rem;
	}

	.submit{
		padding: 2rem 0;
	}

	.downloadTtl{
		padding-bottom: 3rem;
		margin-bottom: 3rem;
	}

	.downloadTtl h2{
		font-size: 2.8rem;
		padding-bottom: 2rem;
	}

	.download-l{
		width: 100%;
	}

	.download-r{
		padding-top: 3rem;
		width: 100%;
	}

	/*送信完了---------------------------------*/

	.section-thanks{
		padding-top: 12rem;
	}

	.thanksWrap h2{
		font-size: 5.6rem;
	}

	.thanksTxt{
		padding-top: 1.6rem;
	}

	.thanksTxt h3{
		font-size: 2rem;
		padding-bottom: 1.6rem;
	}

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


	/*404---------------------------------*/

	.section-404{
		padding-top: 10rem;
	}

	.notWrap h2{
		font-size: 6.4rem;
		text-align: center;
	}

	.notTxt{
		padding-top: 1.6rem;
	}

	.notTxt>p{
		text-align: center;
		font-size: 1.4rem;;
	}
}

/*---------------------------------
------ページネーション-----------
---------------------------------*/

.pagination {
	text-align: center;
}

.pagination ul {
	display: flex;
	gap: 1rem;
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
	justify-content: center;
}

.pagination-arrow:first-of-type{
	margin-right: 2rem;
}

.pagination-arrow:last-of-type{
	margin-left: 2rem;
}

.pagination-arrow a {
	display: flex;
	align-items: center;
	column-gap: .6rem;
	transition: all 0.3s;
}

.pagination-arrow a:hover{
	opacity: .5;
}

.pagination-arrow .arrow {
	display: block;
	position: relative;
	width: 2rem;
	height: 2rem;
}
.pagination-arrow .arrow svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.pagination-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	line-height: 1;
	text-align: center;
}

.pagination-number a{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: unset;
	z-index: 2;
}

.pagination-number a::before{
	content: "";
	position:absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background-color: transparent!important;
	transition: all 0.3s;
	opacity: 0;
}

.page-numbers{
	background-color: transparent!important;
}

.pagination-number a:hover{
	color: #fff;
}

.pagination-number a:hover::before{
	opacity: 1;
	background-color: transparent!important;
}


.pagination-number span.current{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background-color: transparent;
}

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

	/*---------------------------------
	------ページネーション-----------
	---------------------------------*/

	.section-project .pagination{
		padding-bottom:8rem;
	}

	.pagination ul {
		gap: .2rem;
	}

	.pagination-arrow:first-of-type{
		margin-right: 1rem;
	}

	.pagination-arrow:last-of-type{
		margin-left: 1rem;
	}

	.pagination-arrow a {
		font-size: 1.2rem;
	}

	.pagination-arrow .arrow {
		width: 2rem;
		height: 2rem;
	}

	.pagination-number {
		width: 2.4rem;
		height: 2.4rem;
	}

	.pagination-number a{
		font-size: 1.2rem;
	}

	.pagination-number a::before{
		content: "";
		position:absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		border: 1px solid #000;
		transition: all 0.3s;
		opacity: 0;
	}


	.pagination-number span.current{
		font-size: 1.2rem;
	}
}



/*投稿系---------------------------------*/

.blog-l{
	width: 23.4%;
	height: auto;
}

.blogMenu{
	position: sticky;
	left: 0;
	top: 3rem;
}

.blogMenu>p{
	font-size: clamp(10px,1.4rem,14px);
	line-height: 1;
	letter-spacing: normal;
	color: var(--font-g);
	padding-bottom: 1.6rem;
	margin-bottom: 2.4rem;
	border-bottom: solid 1px var(--border);
}

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

.blogMenu-listItem a p{
	line-height: 1;
	letter-spacing: normal;
}

.blogMenu-listItem a p:first-of-type{
	font-size: clamp(12px,1.4rem,14px);
	padding-left: 1.4rem;
	position: relative;
}

.blogMenu-listItem a p:first-of-type::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background-color: var(--bg-b);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.blogMenu-listItem a p:last-of-type{
	font-size: clamp(10px,1.2rem,12px);
	color: var(--font-g);
}

.blog-r{
	width: 65.9%;
}

.blog-list{
	column-gap: 3rem;
	row-gap: 4.8rem;
}

.blog-listItem{
	width: calc((100% - (3rem * 2)) / 3);
}

.voice-listItem{
	width: calc((100% - (3rem * 2)) / 3);
}

.blog02-list{
	column-gap: 2rem;
}

.blog02-list .blog-listItem{
	width: calc((100% - (2rem * 1)) / 2);
}


.blog-list a{
	display: block;
}

.blog-listImg{
	overflow: hidden;
}

.blog-listImg .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .3s;
}

.blog-listItem a:hover .blog-listImg .img{
	transform: scale(1.05);
}

.blog-listImg .img::after{
	content: "";
	display: block;
	padding-top: 66.66%;
}

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

.blog-listTxt h3{
	line-height: 1.6;
	font-size: clamp(10px,1.6rem,18px);
	padding-bottom: .8rem;
}

.blogDay{
	padding-bottom: 1rem;
}

.blogDay p{
	font-size: clamp(10px,1rem,12px);
	line-height: 1;
	position: relative;
	color: var(--font-w40);
}

.blog-listTag{
	display: flex;
	column-gap: .4rem;
}

.blog-listTagItem{
	padding: .4rem 1rem;
	background-color: #42A4AF;
	font-size: clamp(10px,1rem,12px);
	line-height: 1;
	letter-spacing: normal;
	font-weight: 400;
	display: inline-block;
}


.news-listItem a{
	padding: 3rem 0;
}

.news-listItem a{
	position: relative;
	border-bottom: solid 2px var(--border-w20);
	transition: all .5s;
}

.news-listItem:first-of-type a{
	border-top: solid 2px var(--border-w20);
}

.news-listItem a::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--primary);
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.news-listItem a:hover{
	padding-left: 1.6rem;
}

.news-listItem a:hover::before{
	opacity: 1;
	visibility: visible;
}

.newsMeta{
	margin-right: 2rem;
}

.newsday{
	font-size: clamp(10px,1.2rem,14px);
	line-height: 1.6;
}

.newsTag{
	width: fit-content;
	display: inline-block;
	padding: .3rem 1rem .1rem;
	font-size: clamp(10px,1.2rem,14px);
	background-color: #42A4AF;
	margin-left: 2rem;
	line-height: 1.6;
}

.news-listTxt h4{
	font-size: clamp(10px,1.4rem,14px);
	font-weight: 700;
}


.blogCategory{
	width: 100%;
	position: sticky;
	left: 0;
	top: 24rem;
	padding-top: 2rem;
	border-top: solid #E6E6E6 1px;
}

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

.blogCate-listItem a{
	display: inline-block;
	padding: .8rem 2rem;
	border: solid 1px rgba(255,255,255,.3);
	font-size: clamp(10px,1.2rem,14px);
	line-height: 1;
	transition: all .3s;
}

.blogCate-listItem a.current,.blogCate-listItem a:hover{
	background-color: #fff;
	color: #1A1C23;
}

.blogCont{
	width: 78.78%;
}

.blogTag-list{
	padding-top: 3rem;
}

.blog-listMeta span{
	display: inline-block;
	padding: .4rem 1rem;
	font-size: clamp(10px,1rem,10px);
	line-height: 160%;
	letter-spacing: normal;
	border: solid 1px #E5E5E5;
	border-radius: 5px;
}

.blog-listMeta span:not(:first-of-type){
	margin-left: .4rem;
}

.blog-listMeta .day{
	font-size: clamp(10px,1rem,10px);
	line-height: 160%;
	letter-spacing: normal;
	color: var(--font-w30);
}	

.blog-tagList{
	column-gap: .8rem;
}

.blog-tagListItem{
	display: inline-block;
	font-size: clamp(10px,1rem,12px);
	line-height: 160%;
	letter-spacing: normal;
	color: #D9D9D9;
}


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

	.blog-l{
		width: 100%;
	}

	.blogMenu{
		position: unset;
	}

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

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


	.blogMenu-listItem a p:first-of-type{
		font-size: 1.4rem;
	}

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

	.blog-r{
		width: 100%;
		padding-top: 6rem;
	}


	.blog-listItem,.blog02-list .blog-listItem{
		width: 100%;
	}


	.topics-listItem,.voice-listItem{
		width: 100%;
	}

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

	.blog-listTxt{
		padding-top: 1.6rem;
	}

	.blog-listTxt h3{
		font-size: 1.6rem;
		padding-bottom: .8rem;
	}


	.blogDay p{
		font-size: 1.2rem;
		padding-left: 2.4rem;
	}

	.blogDay p::before{
		width: 1.6rem;
		height: 1.6rem;
	}

	/* 	.blog-listTag,.news-listTag{
	padding: .4rem .8rem;
	font-size: 1.2rem;
} */

	.news-listItem a{
		padding: 2.4rem 0;
	}

	.news-listTxt{
		padding-top: 1rem;
		width: 100%;
	}

	.news-listItem a{
		padding: 2.4rem 0;
	}

	.newsMeta{
		margin-right: 0;
	}

	.newsday{
		font-size: 1.2rem;
	}

	.newsTag{
		padding: .2rem .8rem;
		font-size: 1.2rem;
		margin-left: 1rem;
	}

	.news-listTxt h4{
		font-size: 1.4rem;
	}

	.blogCategory{
		position: unset;
	}

	.blogCate-list{
		column-gap: .4rem;
	}

	.blogCate-listItem a{
		padding: .8rem 1rem;
		font-size: 1rem;
	}

	.blogCont{
		width: 100%;
	}

	.blog-listMeta .day{
		font-size: 1rem;
	}	

	.blog-tagList{
		column-gap: .4rem;
	}

	.blog-tagListItem{
		font-size: 1rem;
	}

}

/*プライバシー---------------------------------*/


.privacyDetail:not(:last-of-type){
	padding-bottom: 6rem;
}

.privacyDetail h3{
	padding-top: 3rem;
	border-top: solid 1px #fff;
	font-size: clamp(16px,2.4rem,28px);
}

.privacyTxt{
	margin-top: 3rem;
}

.privacyTxt p{
	margin-top: 3rem;
}

.privacy-list{
	padding-left: 1em;
	margin-top: 3rem;
	list-style-type: disc;
}

@media screen and (max-width:768px){
	/*プライバシー---------------------------------*/

	.privacyDetail:not(:last-of-type){
		padding-bottom: 4.8rem;
	}

	.privacyDetail h3{
		padding-top: 2rem;
		font-size: 1.8rem;
	}

	.privacyTxt{
		margin-top: 2.4rem;
	}

	.privacyTxt p{
		margin-top: 2.4rem;
	}

	.privacy-list{
		margin-top: 2.4rem;
	}
}

.l-content{
	padding-top: 12rem;
}

.widget_swell_ad_widget .p-blogParts.post_content{
	background-color: #fff;
	color: #222;
}

.swell-block-fullWide{
	background-color: unset !important;
	padding-top: 16rem !important;
}

.snow-monkey-form input{
	color: #222;
	font-weight: 400;
}

.p-blogParts.post_content {
	background-color: unset;
	color: #fff;
}

.single-post .p-toc__listItem a{
	color: #fff;
}

@media screen and (max-width:768px){
	.swell-block-fullWide{
		background-color: unset !important;
		padding-top: 10rem !important;
	}
}