@charset "utf-8";

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

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


body {
	/* font-size: 16px; */
	font-size: clamp(10px, 1.4rem , 16px);
	line-height: 2;
	font-family: 'Noto Sans JP','Montserrat', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	font-weight: 300;
	/* 	overflow: hidden; */
	position: relative;
	-webkit-font-kerning: none;
	font-kerning: none;
	background-color: #F0EFEB;
	color: #1E1005;
}


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

iframe {
	vertical-align: middle;
}

.MainWrap{
	position: relative;
}

:root {
	--bg01: #F2F1F0;
	--bg02: #242424;
}

/*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_xl{
	margin: 0 auto;
	width: 130rem;
	/* max-width: calc(1440* 1em / 16); */
}

.sectionInner_l{
	margin: 0 auto;
	width: 120rem;
	max-width: calc(1440* 1em / 16);
}

.sectionInner_m{
	margin: 0 auto;
	width: 100rem;
	max-width: calc(1320* 1em / 16);
}

.sectionInner_s{
	margin: 0 auto;
	width: 92rem;
	max-width: calc(1320* 1em / 16);
}

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

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


}

/*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;
}


.mt60{
	margin-top: 6rem;
}

@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;
	}


}

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

.btn{
	width: fit-content;
	padding: .6rem .6rem .6rem 1.6rem;
	background-color: #5A9170;
	color: #fff;
	border-radius: 2px;
}

.btn span{
	display: block;
}

.btn>span:first-of-type{
	padding-right: 6rem;
	line-height: 160%;
	letter-spacing: normal;
	font-size: clamp(10px,1.2rem,14px);
}

.btn>span:last-of-type{
	padding: 1rem;
	background-color: #0D5900;
	border-radius: 2px;
}

.btn .arrow {
	width: 6px;
	height: 8px;
	position: relative;
}

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

.cvbtn{
	padding: 1rem 0;
	border-bottom: solid 1px #fff;
	position: relative;
	overflow: hidden;
	width: 18rem;
}

.cvbtn span{
	display: inline-block;
}

.cvbtn .btnTxt{
	line-height: 1;
	letter-spacing: 0.05em;
	font-size: clamp(10px, 1.2rem,12px);
	position: relative;
	-webkit-clip-path: inset(0 0 -0.2em);
	clip-path: inset(0 0 -0.2em);
}

.cvbtn .arrow{
	width: 6px;
	height: 8px;
	position: relative;
}

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

.btn-ma{
	margin: 0 auto;
}

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

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

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

.cv-listItem:hover .cvbtn .btnTxt:before,.cvbtn.hover .btnTxt:before{
	opacity: 1;
	transform: translate3d(0, -130%, 0);
}

.cv-listItem:hover .cvbtn .btnTxt span, .cvbtn.hover .btnTxt span{
	opacity: 0;
	transform: translate3d(0, -130%, 0);
}

.cv-listItem:hover .cvbtn .arrow ,.cvbtn.hover .arrow,.btn:hover .arrow {
	animation: arrow 800ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}


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

	43% {
		transform: translateX(105%) scaleY(0.1)
	}

	44%,50% {
		transform: translateX(-145%) scaleY(0.1)
	}

	100% {
		transform: translateX(0) scaleY(1)
	}
}



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

	.btn{
		margin: 0 auto;
	}

	.btn>span:first-of-type{
		font-size: 1.2rem;
	}


	.cvbtn{
		padding: .6rem 0;
		width: 16rem;
	}

	.cvbtn .btnTxt{
		font-size: 1rem;
	}



}


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

.sans-en{
	font-family: "Montserrat", sans-serif;
}

.subTtl01{
	font-family: "Montserrat", sans-serif;
	line-height: 160%;
	letter-spacing: normal;
	padding-bottom: 1rem;
	font-size: clamp(12px,1.4rem,14px);
}

.mainTtl01{
	line-height: 1.6;
	letter-spacing: normal;
	font-size: clamp(24px,3.2rem,40px);
	font-weight: 300;
}

.mainTtl02{
	line-height: 1.6;
	letter-spacing: normal;
	font-size: clamp(20px,2.8rem,32px);
	font-weight: 300;
}

.subTtl03{
	opacity: .5;
	font-family: "Montserrat", sans-serif;
	line-height: 160%;
	letter-spacing: normal;
	padding-bottom: 1rem;
	font-size: clamp(12px,1.4rem,14px);
}

.mainTtl03{
	line-height: 1.6;
	letter-spacing: normal;
	font-size: clamp(16px,2.4rem,28px);
	font-weight: 300;
}


.headTtl{
	padding: 16rem 0 6rem;
}

.headTtlWrap{
	padding-top: 2rem;
	border-top: solid 1px rgba(0,0,0,0.06);
}

.head-mainTtl{
	line-height: 1.6;
	font-size: clamp(18px,2.8rem,32px);
	letter-spacing: normal;
}

.head-subTtl{
	line-height: 1.6;
	font-size: clamp(10px,1.4rem,14px);
	letter-spacing: normal;
}



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

	.subTtl01{

		font-size: 1.2rem;
	}

	.mainTtl01{
		font-size: 2.4rem;
	}

	.mainTtl02{
		font-size: 2rem;
	}

	.subTtl03{
		font-size: 1.3rem;
	}

	.mainTtl03{
		font-size: 2rem;
	}

	.headTtl{
		padding: 10rem 0 6rem;
	}

	.headTtlWrap{
		padding-top: 2rem;
	}

	.head-mainTtl{
		font-size: 2rem;
	}

	.head-subTtl{
		font-size: 1.2rem;
	}

}


/*ヘッダー----------------------------------*/

.header {
	position: fixed;
	top: 3rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 8rem);
	z-index: 1000;	
}

.header.is-hidden .nav-wrapper,
.header.is-hidden .navMenu {
	transform: translateY(-160%);
	transition: transform .28s ease;
}

.header.is-hidden .nav-wrapper{
	transform: translateY(-360%);
}

.headerLogo a,
.navMenu a {
	text-decoration: none;
}

.headerLogo {
	position: relative;
	z-index: 1000;
}


.headerLogo a{
	display: block;
	overflow: hidden;
	line-height: 0;
	white-space: nowrap;
	text-indent: 100%;
	width: 14rem;
}


.headerLogo a h1{
	width: 100%;
	height: 1.7rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../img/common/logonew.svg);
}

.header-wrapper{
	width: 100%;
}

.nav-btnList{
	width: fit-content;
}

.nav-btnList{
	column-gap: 1rem;
}

.nav-btnListItem a{
	width: fit-content;
	padding: 1rem 1.4rem;
	background-color: rgba(255, 255, 255, .1);
	border: solid 1px rgba(255, 255, 255, .3);
	font-size: clamp(10px,1.4rem, 14px);
	backdrop-filter: blur(100px);
	border-radius: 5px;
	transition: all .3s;
}

.nav-btnListItem a:hover{
	opacity: .5;
}

.nav-btnListItem a span{
	display: block;
}

.nav-btnListItem a span:last-of-type{
	width: 1.8rem;
	height: 1.8rem;
	position: relative;
}

.nav-btnListItem a span:last-of-type svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.nav-btnListItem a span:first-of-type{
	margin-right: 2rem;
}

.navMenu{
	width: fit-content;
	z-index: 100;
	position: absolute;
	top: -.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: .6rem;
	border: solid 1px #dedede;
	background-color: #F0EFEB;
	border-radius: 2px;
	transform: translateY(0);
	transition: transform .4s ease;
	will-change: transform;
}

.site-header.is-hidden{
	transform: translateY(-180%); 
}

.nav-menuList{
	column-gap: .6rem;
}

.nav-menuListItem a{
	padding: .8rem 2rem;
	display: block;
	font-size: clamp(10px,1.2rem,12px);
	line-height: 140%;
	letter-spacing: normal;
	border-radius: 2px;
	transition: all .3s;
}

.nav-menuListItem a:hover{
	background-color: #5a9170;
	color: #fff;
}

.nav-menuListItem.active a{
	background-color: #5A9170;
	color: #fff;
}

.cv-navbtn a{
	width: fit-content;
	padding: .8rem 2rem .6rem;
	background-color: #5A9170;
	border: solid 1px #5A9170;
	color: #fff;
	border-radius: 2px;
	transition: all .3s;
}

.cv-navbtn a:hover{
	background-color: #fff;
	color: #5A9170;
}

.cv-navbtn a span{
	display: block;
}

.cv-navbtn a span:first-of-type{
	width: 14px;
	height: 14px;
	position: relative;
	margin-right: 0.4rem;
}

.cv-navbtn a span:first-of-type svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cv-navbtn a span:last-of-type{
	font-size: clamp(10px,1.2rem,14px);
	line-height: 160%;
	letter-spacing: normal;
}

.cv-navbtn a path{
	transition: all .3s;
}

.cv-navbtn a:hover path{
	fill: #5a9170;
}

.gNav,#nav-toggle{
	display: none;
}



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

	.navMenu,.nav-other {
		display: none;
	}

	.header {
		position: fixed;
		z-index:100000;
		top: 2rem;
		width: calc(100% - 4rem);
		transform: translateY(0);
	}

	.header-wrapper {
		width: 88%;
	}

	.headerLogo a{
		width: 10rem;
	}

	.headerLogo a h1{
		height:1.2rem;
	}
	.header.is-hidden .nav-wrapper,
	.header.is-hidden .navMenu {
		transform: translateY(0%);
	}

	.header.is-hidden .nav-wrapper{
		transform: translateY(0%);
	}

	.cv-navbtn a{
		padding: .6rem 1rem;
	}

	.cv-navbtn a span:first-of-type{
		width: 12px;
		height: 12px;
		margin-right: 0.4rem;
	}

	.cv-navbtn a span:last-of-type{
		font-size: 1rem;
	}

	.cv-navbtn a path{
		transition: all .3s;
	}

	.cv-navbtn a:hover path{
		fill: #5a9170;
	}
	.nav-btnList{
		display: none;
	}

	.gNav{
		display: block;
		width: 100%;
		height: 120vh;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 10000;
		pointer-events: none;
	}

	.gnavCont{
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		height: 120vh;
		width: 100%;
		background-color: #F0EFEB;
	}

	.nav-open .gNav{
		pointer-events: visible;
	}

	.glovalnav{
		padding: 12rem 2rem 4rem;
	}

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

	.gNav-listItem a{
		transition: all .3s;
		font-size: 1.8rem;
		line-height: 140%;
		letter-spacing: normal;
	}

	.gnavsnsWrap p{
		font-size: 1.4rem;
		line-height: 140%;
		letter-spacing: normal;
		padding-bottom: 10px;
		margin-bottom: 2rem;
		border-bottom: solid 1px rgba(0, 0, 0, .1);
	}

	.gNavsns-listItem a span{
		display: block;
	}

	.gNavsns-list{
		column-gap: 3rem;
		row-gap: 2rem;
	}

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

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

	.gNavsns-listItem a:hover{
		opacity: .5;
	}

	.gNavsns-listItem a span:last-of-type{
		color: #000000;
		font-weight: 300;
		font-size: 1rem;
		line-height: 140%;
		letter-spacing: normal;
	}

	.gNavsns-listItem a span:first-of-type{
		width: 1.4rem;
		height: 1.4rem;
		position: relative;
		margin-right: .4rem;
	}

	.gNavsns-listItem a span:first-of-type svg{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	#nav-toggle {
		display: block;
		transition: all .3s;
		position: fixed;
		z-index: 100000;
		right: 2rem;
		top: 2rem;
		cursor: pointer;
		padding: 1rem .8rem;
		border-radius: 2px;
		border: solid 1px #dedede;
		background-color: #F0EFEB;
	}

	#nav-toggle>div {
		position: relative;
		width: 1.4rem;
		height: 1rem; 
		border-radius: 50%;
	}

	#nav-toggle span {
		width: 100%;
		height: 1px;
		display: block;
		background: #001125;
		position: absolute;
		transition: .2s;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}

	#nav-toggle span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}

	#nav-toggle span:nth-child(3) {
		bottom: 0;
	}

	/* #nav-toggle.active{
	background-color: #001125;
} */

	#nav-toggle.active span:nth-child(1) {
		top: .425rem;
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	#nav-toggle.active span:nth-child(2) {
		width: 0;
	}

	#nav-toggle.active span:nth-child(3) {
		bottom: .425rem;
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}


}

/* @media screen and (max-width:1000px) {
.headerLogo_img {
width: 40px;
}
} */

/*---------------------
------フッター----------
---------------------*/

.footer{
	margin-top: 16rem;
	padding: 6rem 8rem 6rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/common/footerbg.webp);
}

.footerWrap{
	position: relative;
}

.footer-left,.footer-right{
	width: 45.8%;
}

.footer-left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-navList{
	row-gap: 2rem;
}

.footer-navListItem{
	width: 50%;
}

.footer-navListItem a{
	display: block;
}

.footer-navListItem a p:first-of-type{
	opacity: .5;
	line-height: 160%;
	letter-spacing: normal;
	font-size: clamp(10px,1rem,12px);
	padding-bottom: 0.4rem;
}

.footer-navListItem a p:last-of-type{
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 300;
	font-size: clamp(10px,1.2rem,14px);
	-webkit-clip-path: inset(0 0 -0.2em);
	clip-path: inset(0 0 -0.2em);
	position: relative;
}

.footer-navListItem a p:last-of-type span{
	display: inline-block;
}

.footer-navListItem a p:last-of-type:before {
	content: attr(data-text);
	position: absolute;
	top: 120%;
	left: 0;
	opacity: 0;
}

.footer-navListItem a p:last-of-type:before,.footer-navListItem a p:last-of-type span{
	transition: opacity 800ms, transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-navListItem a:hover p:last-of-type:before{
	opacity: 1;
	transform: translate3d(0, -130%, 0);
}

.footer-navListItem a:hover p:last-of-type span{
	opacity: 0;
	transform: translate3d(0, -130%, 0);
}

.footer-sublist{
	padding-top: 2rem;
	column-gap: 1.6rem;
}

.footer-sublistItem a{
	opacity: .7;
	transition: all .3s;
}

.footer-sublistItem a:hover{
	opacity: .4;
}

.footer-sublistItem span{
	display: block;
}

.footer-sublistItem span:first-of-type{
	line-height: 160%;
	letter-spacing: normal;
	font-size: clamp(10px,1rem,12px);
	font-weight: 300;
	margin-right: .6rem;
}

.footer-sublistItem span:last-of-type{
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
}

.footer-sublistItem span:last-of-type svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.footerLogo{
	padding-top: 6rem;
}

.footerLogo p{
	padding-bottom: 2rem;
	line-height: 160%;
	letter-spacing: normal;
	font-size: clamp(10px,2rem,20px);
	font-weight: 300;
}

.footerLogo h2{
	width: 72.7%;
}

.copy{
	position: absolute;
	left: 0;
	bottom: -4rem;
	opacity: .5;
	display: block;
	padding-top: 4rem;
	line-height: 160%;
	letter-spacing: normal;
	font-size: clamp(10px,1rem,12px);
}

.cv-listItem{
	padding: 3rem 3rem 2rem 3rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/common/onlinenew.webp);
}

.cv-listItem:last-of-type{
	background-image: url(../img/common/insta.webp);
}

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

.cv-listItem a{
	flex-direction: column;
}

.cvbtn{
	margin-top: 8rem;
	margin-left: auto;
}

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

	.footer{
		margin-top: 10rem;
		padding: 4rem 2rem 6rem;
	}

	.footerWrap{
		display: flex;
		flex-direction: column-reverse;
		position: relative;
	}

	.footer-left,.footer-right{
		width: 100%;
	}

	.footer-left{
		padding-top: 3rem;
	}

	.footer-navList{
		row-gap: 2rem;
	}

	.footer-navListItem a p:first-of-type{
		font-size: 1rem;
		padding-bottom: 0.4rem;
	}

	.footer-navListItem a p:last-of-type{
		font-size: 1.2rem;
	}

	.footer-sublist{
		padding-top: 1.6rem;
	}

	.footer-sublistItem span:last-of-type{
		font-size: 1rem;
	}

	.footerLogo{
		padding-top: 4rem;
	}

	.footerLogo p{
		padding-bottom: 2rem;
		font-size: 1.4rem;
	}

	.footerLogo h2{
		width: 90%;
	}

	.copy{
		right: 0;
		margin: 0 auto;
		text-align: center;
		bottom: -4rem;
		font-size: 1rem;
	}

	.cv-listItem{
		padding: 1.6rem;
	}


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

	.cv-listItem a{
		flex-direction: column;
	}

	.cvbtn{
		margin-top: 6rem;
		margin-left: auto;
	}


}


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

.form{
	padding: 6rem 8rem 8rem;
	background-color: #F7F7F7;
	border-radius: 20px;
	margin-top: 4rem;
}

.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{
	appearance: none;
	-webkit-appearance: none;
	padding: 1.2rem;
	border-radius: 5px;
	background-color: #fff;
	width: 100%;
	font-size: clamp(14px ,1.4rem ,14px);
}

.form-btn{
	width: 48rem;
	margin: 0 auto;
}

.privacyCheck a{
	display: block;
	text-align: center;
	text-decoration: underline;
	font-size: clamp(14px ,1.4rem ,14px);
	margin-top: 1rem;
}

.submit{
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	background-color: #F174AB;
	border: solid 1px #F174AB;
	padding: 2.4rem 0;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: normal;
	border-radius: 10px;
	transition: all .3s;
}

.submit02{
	background-color: #F67A20;
	border: solid 1px #F67A20;
}

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

.submit02:hover{
	color: #F67A20;
}

.downloadTtl{
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	border-bottom: solid 1px #E6E6E6;
}

.downloadTtl h2{
	font-size: clamp(20px,4rem,4.8rem);
	font-weight: 700;
	letter-spacing: normal;
	line-height: 160%;
	padding-bottom: 3rem;
}

.download-l{
	width: 44rem;
}

.download-r{
	width: 61rem;
}

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

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

.thanksWrap h2{
	font-weight: 700;
	line-height: 1.6;
	font-size: clamp(20px,3.2rem,36px);
}

.thanksTxt{
	padding-top: 3rem;
}

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


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

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

.notImg{
	width: 42rem;
	margin: 0 auto;
}

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

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

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

	.contactTxt{
		text-align: left!important;
	}

	.form{
		padding: 4rem 3rem;
		border-radius: 10px;
		margin-top: 4rem;
	}

	.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 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: 2.4rem;
	}

	.thanksTxt{
		padding: 3rem 1rem 0;
		text-align: left;
	}

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


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

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

	.notImg{
		width: 100%;
		margin: 0 auto;
	}
}


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

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

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

.blog-listItem a{
	display: block;
}

.blog-listImg{
	overflow: hidden;
}

.blog-listImg .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/top/blog.png);
	transition: all .5s;
}

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

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

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

.blog-listDay{
	font-size: clamp(10px,1.2rem,14px);
	letter-spacing: normal;
	line-height: 1;
	color: #838383;
}

.blog-listTxt h3{
	font-size: clamp(10px,1.8rem,18px);
	padding: 1rem 0 1.6rem;
	line-height: 1.6;
	letter-spacing: normal;
	font-weight: 300;
}

.category-listItem{
	display: inline-block;
	font-size: clamp(10px,1rem,10px);
	color: #F4F4F4;
	background-color: #ADB58C;
	padding: .4rem 1rem;
	letter-spacing: normal;
	line-height: 1;
}

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

	.blog-listItem{
		width: 100%;
	}

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

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

	.blog-listDay{
		font-size: 1.2rem;
	}

	.blog-listTxt h3{
		font-size: 1.6rem;
		padding: 1rem 0 1.6rem;
	}


}

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

.pagination {
	text-align: center;
}

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

.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;
	font-weight: 500;
	transition: all 0.3s;
}

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

.pagination-arrow .arrow {
	display: block;
	position: relative;
	width: 2.4rem;
	height: 2.4rem;
}
.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;
}

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

.pagination-number a:hover::before{
	opacity: 1;
}


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

@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;
		border-radius: 100px;
		transition: all 0.3s;
		opacity: 0;
	}


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