@charset "utf-8";

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

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

body {
	/* font-size: 16px; */
	font-size: clamp(12px, 1.6rem , 16px);
	line-height: 2;
	color: #000000;
	font-family: 'Noto Sans JP','Satoshi','Philosopher', "游ゴシック 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: normal;
	/* 	font-feature-settings: "palt"; */
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
}

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

iframe {
	vertical-align: middle;
}

.MainWrap{
	position: relative;
}

:root {
	--primary: #0E91D4;
	--bg01: #3E424C;
	--bg02: #F7F7F9;
}

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

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

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

.inner_xl {
	width: 96.6666%;
	margin: 0 auto;
	max-width: 120rem;
}

.inner_l {
	width: 90%;
	margin: 0 auto;
	max-width: 120rem;
}

.inner_m {
	width: 82.75%;
	margin: 0 auto;
	max-width: calc(1200* 1em / 16);
}

.inner {
	width: 80%;
	margin: 0 auto;
	max-width: 120rem;
}

.inner_s {
	width: 80%;
	max-width: 750px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.inner_l,
	.inner,
	.inner_s{
		width: calc(100% - 40px);
		max-width: 100%;
	}

	.inner_m{
		width: calc(100% - 60px);
		max-width: 100%;
	}

	.inner_xl{
		width: calc(100% - 20px);
		margin: 0 auto;
	}
}

/*PC/SP表示----------------------------*/

.sp {
	display: none;
}


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

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}


/*テキスト配置---------------------------------*/

.tac {
	text-align: center;
}

/* pcは中央揃え、spは左寄せ */
.pc_tac {
	text-align: center;
}

@media screen and (max-width:768px) {
	/* pcは中央揃え、spは左寄せ */
	.pc_tac {
		text-align: left;
	}
}


/*余白---------------------------------*/

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


.mt120 {
	margin-top: 12rem;
}

.mb120 {
	margin-bottom: 12rem;
}

.mt80 {
	margin-top: 8rem;
}

.mb80 {
	margin-bottom: 8rem;
}

.mt60 {
	margin-top: 6rem;
}

.mb60 {
	margin-bottom: 6rem;
}

.mt40 {
	margin-top: 4rem;
}

.mb40 {
	margin-bottom: 4rem;
}

@media screen and (max-width:768px) {
	.pt120 {
		padding-top: 80px;
	}

	.pb120 {
		padding-bottom: 80px;
	}

	.pt100 {
		padding-top: 60px;
	}

	.pb100 {
		padding-bottom: 60px;
	}

	.pt80 {
		padding-top: 60px;
	}

	.pb80 {
		padding-bottom: 60px;
	}

	.pt60 {
		padding-top: 40px;
	}

	.pb60 {
		padding-bottom: 40px;
	}

	.pt40 {
		padding-top: 30px;
	}

	.pb40 {
		padding-bottom: 30px;
	}

	.mt120 {
		margin-top: 80px;
	}

	.mb120 {
		margin-bottom: 80px;
	}

	.mb80 {
		margin-bottom: 60px;
	}

	.mt80 {
		margin-top: 60px;
	}

	.mb60 {
		margin-bottom: 40px;
	}

	.mt60 {
		margin-top: 40px;
	}
}





/*色---------------------------------*/


.theme_color {
	color: #000;
}

.bg_theme_color {
	background: #42A995;
}

.bg_black {
	background: #202733;
}

.col_w{
	color: #fff;
}


/*ボタン----------------------------------*/

/* ホバーアクションが必要なもの */
.hover,
.hover-opacity,
.hover-color,
.hover-bg {
	transition: .3s;
}

.hover-color{
	padding: 10px 0;
	position: relative;
	line-height: 100%;
	letter-spacing: normal;
	transition: all .3s;
}

.hover-color::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--primary);
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s;
}

.hover-opacity:hover {
	opacity: 0.8;
}
.hover-color:hover {
	color: var(--primary);
}

.hover-color:hover::after{
	opacity: 1;
}

/* ヘッダーナビのボタン */

.nav-other{
	column-gap: 10px;
}

.nav-otherListItem02 a{
	font-size: clamp(12px ,1.4rem ,14px);
	text-decoration: underline;
}

.navMenuBtnOther{
	font-size: clamp(12px ,1.4rem ,14px);
	letter-spacing: normal;
}

.navMenuBtn {
	font-size: clamp(12px ,1.4rem, 14px);
	color: #fff;
	padding: 1rem 1.6rem;
	line-height: 100%;
	border-radius: 5px;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	border: 1px solid var(--primary);
	background-color: var(--primary);
	transition: all .3s;
	font-weight: 600;
}

.navMenuBtn:hover {
	background: #fff;
	color: var(--primary);
}

.navMenuBtn02 {
	background-color: #20D4D4;
	border: solid 1px #20D4D4;
	transition: all .3s;
}

.navMenuBtn02:hover {
	background-color: #fff;
	color: #20D4D4;
}

.navMenuBtn span{
	display: inline-block;
	padding-left: 14px;
	position: relative;
}

.navMenuBtn span::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

.navMenuBtn:hover span::after{
	background-color: var(--primary04);
}

.navMenuBtn02:hover span::after{
	background-color: var(--primary03);
}

.navMenuBtn img {
	margin-left: 16px;
	transition: .3s;
}

.navMenuBtn:hover img {
	transform: translateX(3px);
}

/* 通常のボタン */
.btn {
	overflow: hidden;
	z-index: 1;
	transition: .5s ;
	border: 1px solid var(--primary);
	background-color: var(--primary);
	border-radius: 100px;
	width: 18rem;
	padding: 1rem 1rem 1rem 2rem;
	transition: all .3s;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.6;
	color: #fff;
	font-size: clamp(12px ,1.6rem, 16px);
}

.btn-ma{
	margin: 0 auto;
}


.btn span{
	display: inline-block;
}


.btn span:last-of-type{
	width: 2.4rem;
	height: 2.4rem;
	position: relative;
}

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

.btn:hover{
	background-color: #fff;
	color: var(--primary);
}

.btn02:hover{
	background-color: var(--bg01);
	border: 1px solid #fff;
	color: #fff;
}


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

	.navMenuBtn {
		font-size: 14px;
		color: #fff;
		padding: 12px 20px;
		width: 100%;
		display: block;
	}

	.btn {
		font-size: 14px;
	}

	.btn02{
		margin: 0 auto;
	}

	.btn03{
		margin: 0 auto;
		padding: 20px;
	}

	.btn03 span:first-of-type{
		font-size: 16px;
	}

	.btn03 span:last-of-type{
		width: 16px;
		height: 16px;
	}
}

/*フォント---------------------------------*/


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

.sans-jp{
	font-family: "Noto Sans JP", sans-serif;
}

/*タイトル（適宜変更・削除してください）-------*/


.ttl1_sub{
	display: inline-block;
	font-weight: 700;
	line-height: 120%;
	padding-left: 1.6rem;
	position: relative;
}

.ttl1_sub::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background-color: var(--primary);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ttl1_sub.col-w::before{
	background-color: #fff;
}

.ttl1_main{
	font-size: clamp(28px, 8.6rem , 86px);
	font-weight: 700;
	line-height: 120%;
	letter-spacing: normal;
	font-family: "Outfit", sans-serif;
	color: var(--primary);
}

.ttl2_main{
	font-size: clamp(20px, 3.6rem , 36px);
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 700;
}


.ttl3_main{
	font-size: clamp(24px, 4.8rem , 48px);
	font-weight: 700;
	line-height: 120%;
	letter-spacing: normal;
	font-family: "Outfit", sans-serif;
	color: var(--primary);
}

.ttl4_sub{
	font-weight: 700;
	line-height: 120%;
	padding-left: 1.6rem;
	position: relative;
	font-family: "Outfit", sans-serif;
}

.ttl4_sub::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
}

.ttl4_main{
	padding-top: 1rem;
	font-size: clamp(24px, 4.8rem , 48px);
	font-weight: 700;
	line-height: 160%;
	letter-spacing: normal;
}


@media screen and (max-width:768px) {
	
	.ttl1_sub{
		padding-left: 1.4rem;
	}

	.ttl1_sub::before{
		width: 6px;
		height: 6px;
	}

	.ttl1_sub.col-w::before{
		background-color: #fff;
	}

	.ttl1_main{
		font-size: 4rem;
		padding-top: 1rem;
	}

	.ttl2_main{
		font-size: 2.4rem;
	}


	.ttl3_main{
		font-size: 3.6rem;
		padding-top: 1rem;
	}

	.ttl4_sub{
		padding-left: 1.4rem;
	}

	.ttl4_sub::before{
		width: 6px;
		height: 6px;
	}

	.ttl4_main{
		font-size: 2.4rem;
	}


		

}


.b_radius5 {
	border-radius: 5px;
}


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

.header {
	padding: 1.6rem 4rem;
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 108rem;
	z-index: 10000;
	transition: .3s;
	background-color: rgba(255,255,255,.8);
	backdrop-filter: blur(80px);
	box-shadow: 3px 3px 10px rgba(0,0,0,.05);
	border-radius: 10px;
}

.header02{
	padding: 20px 0;
	position:relative;
	background-color:unset;
	backdrop-filter: unset;
	box-shadow: unset;
	border-radius: 10px;
}


.header.active {
	opacity: 1;
	top: 0;
	transition: .8s;
}

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

.headerLogo {
	position: relative;
	z-index: 1000;
	margin-right: 5rem;
}


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


.headerLogo a h1{
	width: 100%;
	height: 3.2rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../img/logo.png);
}

.header-wrapper{
	width: 100%;
}

.navMenu {
	font-size: 1rem;
	font-weight: bold;
}

.navMenu li:not(:first-child) {
	margin-left: 1.875rem;
}

.navMenu a {
	display: block;
	line-height: 100%;
	letter-spacing: normal;
}

.nav-menuListItem>a,.nav-menuListItem>p{
	position: relative;
	padding: .625rem 0;
}

.nav-menuListItem>a::after,.nav-menuListItem>p::after{
	transition: all .3s;
	opacity: 0;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: var(--primary);
	position: absolute;
	left: 0;
	bottom: 0;
}

.nav-menuListItem:hover>a::after,.nav-menuListItem:hover>p::after{
	opacity: 1;
}

.nav-menuListItemnot a,.spNav-otherListItemnot a{
	pointer-events: none;
}

.nav-menuListItemnot a::after{
	display: none;
}

.nav-menuListItem a,.nav-menuListItem p{
	line-height: 100%;
	letter-spacing: normal;
	cursor: pointer;
	font-size: clamp(12px ,1.4rem, 14px);
	font-weight: 400;
}


/* .nav-other li:not(:first-of-type){
margin-right: 30px;
}

.nav-other li:nth-of-type(2){
margin-right: 10px;
} */


.spNav,.nav-item__btn,.modal-nav-background {
	display: none;
}

.nav-menuListItem{
	position: relative;
}

.nav-menuListItem>p span{
	display: inline-block;
	vertical-align: middle;
}

.nav-menuListItem>p span:last-of-type{
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

.nav-menuListItem>p span:last-of-type svg{
	width: 100%;
	height: 100%;
}

.nav-menuListItem>p path{
	transition: all .3s;
}

.nav-menuListItem>p:hover path{
	stroke: var(--primary);
}

.nav-subWrapper{
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	width: 16.9rem;
	position: absolute;
	left: 0;
	top: 3.5rem;
	display: inline-block;
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
	background-color: rgba(255, 255, 255, 1);
	padding: 1.875rem 1.875rem 2.5rem;
	transition: all .3s;
}

.nav-subWrapper02{
	width: 17rem;
}

.header-more:hover .nav-subWrapper{
	opacity: 1;
	visibility: visible;
}

.nav-subWrapper h3{
	color: #202733;
	line-height: 160%;
	letter-spacing: normal;
	font-size: 16px;
	padding-bottom: 20px;
}

.nav-subWrapper .sub-listItem{
	margin-left: 0!important;
	letter-spacing: normal;
	line-height: 100%;
}

.nav-subWrapper .sub-listItem a,.nav-subWrapper .sub-listItem path{
	transition: all .3s;
}

.nav-subWrapper .sub-listItem:hover a{
	color: var(--primary);
}

.nav-subWrapper .sub-listItem:hover path{
	stroke: var(--primary);
}

.nav-subWrapper .sub-listItem:not(:last-of-type){
	margin-bottom: 20px;
}

.sub-listItem span{
	display: inline-block;
	vertical-align: middle;
}

.nav-otherList{
	column-gap: 10px;
}

#spNav {
	display: none;
}

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

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

	#spNav {
		display: block;
	}

	.spNav-bg{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, .5);
		z-index: 50;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
	}

	.open .spNav-bg {
		opacity: 1;
		visibility: visible;
	}

	.header {
		padding: 16px 20px;
		width: 90%;
		transition: all .3s;
	}

	.header02 {
		padding: 16px 0;
	}

	.open .header{
		box-shadow: 3px 3px 10px rgba(0,0,0,.0);
		background-color: rgba(255,255,255,1);
		backdrop-filter: blur(0);
	}

	.headerLogo a{
		width: 60px;
	}

	.headerLogo a h1 {
		height: 24px;
	}


	/* スマホナビ */
	#nav-toggle {
		position: relative;
		cursor: pointer;
	}

	#nav-toggle>div {
		position: relative;
		width: 23px;
		height: 14px; 
		border-radius: 50%;
	}

	#nav-toggle span {
		width: 23px;
		height: 2px;
		border-radius: 50px;
		display: block;
		background: var(--bg01);
		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;
	}

	.open #nav-toggle span:nth-child(1) {
		top: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

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

	.open #nav-toggle span:nth-child(3) {
		bottom: 6px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#nav-toggle {
		z-index: 1000;
	}

	#gloval-nav {
		background: #fff;
		padding: 92px 20px 60px;
		position: fixed;
		top: 20px;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: auto;
		visibility: hidden;
		width: 90%;
		height: 95vh;
		opacity: 0;
		transition: .3s;
		border-radius: 10px;
	}

	.spNav-listItem {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 20px;
		border-bottom: solid 1px #D9D9D9;
		color: #0D0D0D;
	}

	.spNav-listItem:not(:last-of-type){
		margin-bottom: 20px;
	}

	.spNav-ttl{
		position: relative;
	}

	.spNav-ttl span{
		display: inline-block;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: all .3s;
	}

	.spNav-ttl.open span{
		transform: translateY(-50%) rotate(135deg);
	}

	.spNav-ttl span svg{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.spNav-subWrap{
		display: none;
	}

	.spNav-subList{
		padding: 30px 0 10px 20px;
	}

	.spNav-subListItem:not(:last-of-type){
		margin-bottom: 20px;
	}

	.spNav-subListItem a{
		display: block;
		font-weight: 600;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: normal;
		color: rgba(13,13,13,.5);
	}

	.open #gloval-nav {
		width: 90%;
		visibility: visible;
		opacity: 1;
		z-index: 990;
		overflow: scroll;
	}

}

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

/*-----------------------
----- 下層ページ共通 -----
-----------------------*/

/*ヘッダー分下げる-----------------------*/

.MainWrap {
	/* PC時のヘッダーの高さ */
	margin-top: 100px;
}
@media screen and (max-width:768px) {
	.MainWrap {
		/* SP時のヘッダーの高さ */
		margin-top: 73px;
	}
}


/*下層ヘッダー---------------------------*/

.PageHeading {
	padding: 14rem 0 8rem;
	background-color: #F7F7F9;
}



.PageHeadingTitle_main {
	font-size: clamp(48px, 8.6rem, 96px);
	line-height: 100%;
	letter-spacing: normal;
	font-weight: 700;
}

.PageHeadingTitle_sub {
	padding-top: 1.4rem;
	font-size: clamp(16px, 1.8rem, 20px);
	font-weight: 700;
	letter-spacing: normal;
	line-height: 140%;
}


@media screen and (max-width:768px) {
	.PageHeading {
		padding: 12rem 0 6rem;
		background-position: center;
	}


	.PageHeading02 {
		padding: 100px 0 0;
	}

	.PageHeadingTitle_main {
		font-size: 4.8rem;
	}

	.PageHeading02{
		padding: 80px 0 40px;
	}
}

@media screen and (max-width:500px) {
	.PageHeadingTitle_main {
		font-size: 4.8rem;
	}
	.PageHeadingTitle_sub {
		font-size: 1.4rem;
	}
}



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


.footerInner {
	width: 90%;
	margin: 0 auto;
}

.footer-logoWrap{
	width: 31rem;
}

.footer-logoWrap>p{
	padding-top: 2rem;
}

.sns-wrap{
	width: 100%;
	margin-top: 60px;
}

.sns-list{
	width: 100%;
	column-gap: 10px;
	row-gap: 10px;
}

.sns-listItem{
	width: 31.4%;
}

.sns-listItem a{
	border-radius: 5px;
	padding: 8px 0;
	background-color: rgba(255,255,255,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;

}

.sns-listItem a:hover{
	background-color: rgb(255 255 255 / 20%);
}

.sns-listItem a span{
	display: inline-block;
	vertical-align: middle;
}

.sns-icon{
	width: 15px;
	height: 15px;
	position: relative;
}

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

.sns-listItem a span:last-of-type{
	margin-left: 6px;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: normal;
	color: #fff;
}


.footer{
	margin-top: 16rem;
}

.footer.active{
	margin-top: 0;
}

.footer02 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.footerWrap{
	background-color: var(--bg01);
	padding: 8rem 0 3rem;
}

.footer_content {
	position: relative;
	padding-bottom: 6rem;
	border-bottom: solid 1px rgba(255, 255, 255, .1);
}

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

.footer_logo h2{
	width: 100%;
	height: 4.8rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/footer-logo.png);
}

.footer_navWrap{
	column-gap: 6rem;
}

.footer_nav{
	padding-left: 2rem;
}

.footer_listItem:not(:first-of-type){
	margin-top: 2rem;
}

.footer_list a,.footer_list p{
	font-size: clamp(12px , 1.4rem , 14px);
	display: block;
	color: #fff;
}

.footer_listItem>a,.footer_listItem>p,.footer-ttl p{
	/* font-weight: 600; */
	line-height: 160%;
	transition: all .3s;
}

.footer_list02{
	padding-top: 1.4rem;
	padding-left: 2rem;
}

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

.footer_list02 a{
	color: rgba(255, 255, 255, .5);
	transition: all .3s;
}

.footer_other{
	padding-top: 3rem;
}

.footer_otherItem a{
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
	transition: all .3s;
}

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

.footer_listItem>a:hover {
	opacity: 0.7;
}

.footer_list02 a:hover,.footer_otherItem a:hover{
	color: rgba(255, 255, 255, .3);
}

.footer_small small{
	display: block;
	font-size: 12px;
	padding: 3rem 0 0;
	color: rgba(255, 255, 255, .5);
}

.footer_small span {
	display: inline-block;
	color: #828282;
	margin-left: 2rem;
	padding-left: 2rem;
	position: relative;
}

.footer_small span:before {
	display: inline-block;
	content: '|';
	position: absolute;
	left: 0;
	top: 0;
}

.footer02 small {
	color: #202733;
}



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

	.footerInner {
		width: clac(100% - 40px);
		margin: 0 auto;
	}

	.footer-logoWrap{
		width: 100%;
	}

	.sns-wrap{
		margin-top: 40px;
	}

	.sns-list{
		column-gap: 4%;
		row-gap: 10px;
	}

	.sns-listItem{
		width: 48%;
	}

	.sns-icon{
		width: 15px;
		height: 15px;
	}


	.sns-listItem a span:last-of-type{
		margin-left: 6px;
		font-size: 14px;
	}


	.footer{
		margin-top: 60px;
	}

	.footer.active{
		margin-top: 0;
	}

	.footer02 {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
	}


	.footer_content {
		padding-bottom: 40px;
	}

	.footer-logoWrap{
		margin-bottom:40px;
	}

	.footer_logo h2 {
		font-size: 52px;
	}

	.footer_nav{
		padding-left: 0;
	}

	.footer_nav:not(:last-of-type){
		padding-bottom: 30px;
	}

	.footer_listItem:not(:first-of-type){
		margin-top: 30px;
	}

	.footer_list a{
		font-size: 14px;
		display: block;
	}

	.footer_listItem>a{
		font-weight: 600;
		line-height: 160%;
		transition: all .3s;
	}

	.footer_list02{
		padding-top: 14px;
		padding-left: 0;
	}

	.footer_listItem02:not(:last-of-type){
		margin-bottom: 4px;
	}

	.footer_list02 a{
		color: rgba(255, 255, 255, .5);
		transition: all .3s;
	}

	.footer_other{
		padding-top: 30px;
	}

	.footer_otherItem a{
		display: block;
		font-size: 12px;
		color: rgba(255, 255, 255, .5);
		transition: all .3s;
	}

	.footer_otherItem:not(:last-of-type) a{
		margin-bottom: 4px;
	}

	.footer_small {
		text-align: center;
	}

	.footer_list01{
		padding: 0;
		margin: 0;
	}

	.footer-listSub{
		display: none;
		padding-top: 14px;
	}

	.footer-ttl {
		position: relative;
		font-size: 12px;
		padding-bottom: 0;
		pointer-events: unset;
	}

	.footer-icon{
		width: 10px;
		height: 10px;
		position:absolute;
		right: 2px;
		top: 50%;
		transform: translatey(-50%);
		transition: all .3s;
	}

	.footer-icon svg {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.footer-ttl.open .footer-icon {
		transform: translatey(-50%) rotate(135deg);
	}

	.footer_list02 {
		padding-left: 0;
	}

	.footer_list ul {
		margin-right: 0px;
	}
}


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

.blog_list_wrap {
	column-gap: 30px;
	row-gap: 40px;
}

.blog_list_ttl {
	margin-bottom: 20px;
	line-height: 1.5;
}

.blog_list_day {
	color: #808080;
	font-size: 12px;
	margin-bottom: 0;
}

.blog_list_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .5s;
}

.blog_list_img::before {
	content: "";
	display: block;
	padding-top: 58.88%;
}

.blog_list_img__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.blog_list {
	width: calc((100% - 80px) / 3);
}

.blog_list a:hover .blog_list_img {
	transform: scale(1.05);
}

.blog_list a:hover {
	opacity: 0.8;
}

.blog_list_img_wrap {
	overflow: hidden;
	border-radius: 10px;

}

.blog_list_txt{
	padding-top: 20px;
}

.category-listItem{
	color: #fff;
	font-size: 12px;
	position: relative;
}

.category-listItem:not(:last-of-type){
	padding-right: 6px;
	margin-right: 6px;
}

.category-listItem:not(:last-of-type)::after{
	content: "";
	width: 1px;
	height: 10px;
	display: block;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}

.company{
	font-size: 14px;
	letter-spacing: normal;
}

.blog_list_ttl {
	font-weight: 600;
	padding-top: 5px;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.btn-blog{
	text-align: right;
}

.news-list{
	align-items: flex-start;
	border-top: 1px solid #D9D9D9;
}

.news-listItem{
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #D9D9D9;
	transition: all .5s;
}

.news-listItem::after{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: -10%;
	background-color: #fff;
	border-radius: 0;
	opacity: 0;
	transition: all .3s;
}

.news-listItem:hover::after{
	opacity: 1;
}

/* .news-listItem:hover{
padding-left: 20px;
background-color: rgba(255,255,255,.8);
} */


.news-listItem a{
	position: relative;
	z-index: 1;
}

.news-listImgWrap{
	width: 21.2%;
	flex: 0 0 21.2%;
	border-radius: 10px;
	border: solid 1px #D9D9D9;
	overflow: hidden;
	border-radius: 10px;
}

.news-listImg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .5s;
}

.news-listItem:hover .news-listImg{
	transform: scale(1.08);
}

.news-listImg::after{
	content: "";
	padding-top: 59%;
	border-radius: 10px;
	display: block;
}

.news-listTxt{
	flex: 1 1 auto;
	padding-left: 30px;
	padding-top: 20px;
}

.news-meta span{
	display: inline-block;
	font-size: 12px;
}

.news-meta span{
	color: #7F7F7F;
}

.news-listTxt h3{
	font-size: 18px;
	line-height: 160%;
	letter-spacing: normal;
	margin-top: 10px;
}

.category-list02{
	display: inline-block;
}

.category-listItem02{
	font-size: 12px;
	display: inline-block;
	color: var(--primary);
	line-height: 160%;
	padding: 2px 8px;
	border-radius: 50px;
	border: solid 1px var(--primary);
}

.category-listItem02:not(:first-of-type){
	margin-left: 6px;
}

.day{
	font-size: clamp(12px,1.4rem,14px);
	line-height: 160%;
	letter-spacing: normal;
	padding-bottom: 0.6rem;
	color: #C0C0C0;
}

/* トップページのブログカード */

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

	.top_works .blog_list_wrap,
	.recommendWrap .blog_list_wrap {
		display: block;
	}

	.top_works .blog_list,
	.recommendWrap .blog_list {
		width: 100%;
		padding: 0 0 30px 0;
	}
}

/* 投稿一覧ページ */

.blogListWrap {
	width: 100%;
}

.articleTtl {
	font-size: 32px;
	font-weight: bold;
	line-height: 200%;
	padding-top: 10px;
}

.article {
	padding: 180px 0 120px;
}

.articleBtn {
	margin-bottom: 170px;
}

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

	.blog_list_wrap {
		column-gap: 30px;
		row-gap: 40px;
	}

}

@media screen and (max-width:768px) {
	.blogListWrap .blog_list {
		width: calc((100% - 30px) / 2);
	}
	.blog_wrap {
		margin: 60px 0px 90px 0;
	}

	.articleTtl {
		font-size: 20px;
	}

	.article {
		padding: 120px 0 80px;
	}

	.articleBtn {
		margin-bottom: 80px;
	}

	.news-listImgWrap{
		width: 100%;
	}

	.news-listImg::after{
		padding-top: 59%;
	}

	.news-listTxt{
		padding-left: 0;
		padding-top: 20px;
	}

	.news-listTxt h3 {
		font-size: 16px;
	}

}

@media screen and (max-width:500px) {
	.blogListWrap .blog_list {
		width: 100%;
	}
}

/*--------------------------------
------お問い合わせフォーム----------
--------------------------------*/

.section-contact{
	margin-top: -80px;
}

.footer02 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
}


.form-wrapper{
	padding-left: 5%;
}

.form-l{
	padding-top: 160px;
	width: 36.8%;
}

.form-txt{
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #DFDFDF;
}

.form-txt h3{
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: normal;
}

.form-img{
	padding-top: 60px;
}

.form-r{
	padding: 160px 60px 120px;
	width: 57.89%;
	background-color: #F0F0F0;
}

.form{
	padding: 60px;
	background-color: #fff;
	box-shadow: 3px 3px 14px rgba(0, 0, 0, .05);
}

.form-defTtl{
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
	padding-bottom: 10px;
}

.colorRed {
	padding-left: 6px;
	color: #E60012;
}

.form-defList:not(:last-of-type){
	padding-bottom: 26px;
}

.formInput,.textarea {
	padding: 20px;
	background: #fff;
	border: solid 1px #DFDFDF;
	width: 100%;
	border-radius: 5px;
}

textarea{
	height: 180px;
}


.submit {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-weight: 600;
	text-align: center;
	padding: 24px 0;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	border: 1px solid var(--primary);
	transition: .3s;
	background-color: var(--primary);
}

.submit:hover {
	background: #fff;
	color: var(--primary);
}

.form-btnWrap p{
	font-size: 14px;
	padding-top: 30px;
}

.form-btnWrap p a{
	text-decoration: underline;
}

.wpcf7-spinner,.wpcf7-response-output{
	display: none;
}

.form-btn>p{
	padding-top: 0;
}

.form-tel{
	padding: 30px 60px;
	background-color: #F4F4F4;
	border-radius: 10px;
}

.form-tel h4{
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: normal;
}

.form-tel>p{
	font-size: 14px;
	padding-top: 4px;
	letter-spacing: normal;
}

.tel-num{
	justify-content: center;
	padding-top: 10px;
}

.tel-icon{
	width: 34px;
	height: 34px;
}

.tel-icon svg{
	width: 100%;
	height: 100%;
}

.tel-num a{
	display: block;
	font-weight: 600;
	margin-left: 10px;
	font-size: 2.4rem;
	line-height: 160%;
	letter-spacing: 0.02em;
}

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

@media screen and (max-width:768px) {
	.section-contact{
		margin-top: 20px;
	}

	.form-wrapper{
		padding-left: 0;
	}

	.form-l{
		padding-top: 40px;
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.form-txt{
		padding-top: 40px;
		margin-top: 40px;
	}

	.form-txt h3{
		padding-bottom: 20px;
		font-size: 20px;
	}

	.form-img{
		padding-top: 40px;
	}

	.form-r{
		margin-top: 40px;
		padding: 60px 20px 80px;
		width: 100%;
	}

	.form{
		padding: 30px 20px;
	}

	.form-defTtl{
		line-height: 160%;
		letter-spacing: normal;
		font-weight: 600;
		padding-bottom: 10px;
	}

	.form-defList:not(:last-of-type){
		padding-bottom: 20px;
	}


	.submit {
		padding: 20px 0;
		font-size: 14px;
	}

	.form-tel{
		padding: 20px ;
	}

	.form-tel h4{
		font-size: 18px;
	}

	.form-tel>p{
		font-size: 12px;
	}


	.tel-icon{
		width: 28px;
		height: 28px;
	}

	.tel-num a{
		font-size: 24px;
	}


}

/*---------------------
------送信完了----------
---------------------*/
.thanks {
	padding: 240px 0 100px;
}

.thanksTtl {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 55px;
}

.notfound{
	font-weight: bold;
	font-size: 28px;
}

.btn-404{
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.thanks {
		padding: 200px 0 60px;
	}

	.thanksTtl {
		font-size: 22px;
		margin-bottom: 30px;
	}
}

/*---------------------------------
------プライバシーポリシー-----------
---------------------------------*/
.ppInfo {
	margin: 60px 0 120px;
}

.ppTtl {
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 28px;
	padding-bottom: 30px;
	line-height: 1.5;
	margin-bottom: 30px;
	border-bottom: 1px solid #999999;
}

.ppTxt {
	margin-bottom: 110px;
}

.ppTxt_last {
	margin-bottom: 150px;
}

@media screen and (max-width:768px) {
	.ppInfo {
		margin: 40px 0 80px;
	}

	.ppTtl {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.ppTxt {
		margin-bottom: 40px;
	}

	.ppTxt_last {
		margin-bottom: 80px;
	}
}

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

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