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

.nav-menuList {
	margin-left: -180px;
}

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


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

.tac {
	text-align: center;
}

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


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

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



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


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

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

.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;
	background-color: #000;
	transition: all .3s;
	font-weight: 600;
}

.navMenuBtn-blue {
	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;
	background-color: #00aec7;
	transition: all .3s;
	font-weight: 600;
}

.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 {
	text-align: center;
	overflow: hidden;
	z-index: 1;
	position: relative;
	display: block;
	transition: .5s;
	border: 2px solid #222222;
	background-color: #222222;
	color: #fff;
	width: 36rem;
	padding: 2.4rem 0;
	transition: all .3s;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: normal;
	font-size: clamp(14px, 1.8rem, 18px);
}

.btn02 {
	background-color: #fff;
	border: 2px solid #fff;
	color: #222222;
}

.btn-ma {
	margin: 0 auto;
}

.btn-no {
	pointer-events: none;
	background-color: #797979;
	border: unset;
}


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

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

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

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

	.navMenuBtn-blue {
		font-size: 12px !important;
		padding: 8px !important;
	}

	.btn {
		font-size: 14px;
		width: 100%;
	}

	.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: "Barlow Condensed", sans-serif;
}


.zen {
	font-family: 'Zen Maru Gothic', sans-serif;
}

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

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


.ttl1_sub {
	font-family: "Barlow Condensed", sans-serif;
	color: #fff;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: normal;
	font-size: clamp(18px, 2.4rem, 24px);
	display: inline-block;
	background-color: #222;
	padding: .2rem 2rem .4rem;
	margin-bottom: 1rem;
}

.ttl1_sub02 {
	background-color: #fff;
	color: #222;
}

.ttl1_main p {
	font-size: clamp(28px, 3.6rem, 40px);
	font-weight: 900;
	line-height: 100%;
	letter-spacing: normal;
}

.ttl1_main p:first-of-type {
	padding-bottom: 0.4rem;
}

.ttl1_main p span {
	display: inline-block;
	line-height: 100%;
	letter-spacing: normal;
	font-size: clamp(40px, 4.8rem, 56px);
}

.ttl2_main {
	/* 	font-family: "Barlow Condensed", sans-serif; */
	font-size: clamp(28px, 9.6rem, 100px);
	line-height: 100%;
	letter-spacing: normal;
	font-weight: 600;
}

.ttl2_sub {
	display: inline-block;
	margin-top: 1rem;
	font-size: clamp(18px, 2.4rem, 24px);
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
	padding: .4rem 2rem;
	background-color: #222;
	color: #fff;
}

.ttl2_sub02 {
	background-color: #fff;
	color: #222;
}




@media screen and (max-width:768px) {
	.nav-wrapper {
		width: 100px;
	}

	.header {
		padding: 25px 0 !important;
	}

	.submenu-trigger,
	.hover-color {
		padding: 0px !important;
		font-size: 10px !important;
	}

	.navMenu li:not(:first-child) {
		margin-left: 2px !important;
		width: 50px;
	}

	.ttl1_sub {
		font-size: 1.6rem;
		padding: .2rem 2rem .4rem;
		margin-bottom: 1rem;
	}

	.ttl1_main p {
		font-size: 2rem;
	}

	.ttl1_main p:first-of-type {
		padding-bottom: 0.4rem;
	}

	.ttl1_main p span {
		font-size: 2.8rem;
	}

	.ttl2_main {
		font-size: 5.6rem;
	}

	.ttl2_sub {
		font-size: 1.4rem;
	}


}


.b_radius5 {
	border-radius: 5px;
}


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

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

.submenuWrap .submenu-listItem .disabled-link {
	padding-bottom: 10px;
	font-size: 16px;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	background: transparent;
}

.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: 2.4rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../img/logo-03.svg);
}

.header-wrapper {
	width: 100%;
}

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

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

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

.navBtn a {
	display: flex;
}

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

.navmore {
	pointer-events: none;
}

.navBtn a span:last-of-type {
	width: .8rem;
	height: .8rem;
	margin-left: 0.8rem;
	position: relative;
	transition: all .3s;
}

.navBtn.open>a span:last-of-type {
	transform: rotate(135deg);
}

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

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

.subMenu {
	display: none;
	width: 100%;
	padding: 3rem 4rem 6rem;
	background-color: rgba(255, 255, 255);
	position: fixed;
	top: 5rem;
	left: 0;
	border-radius: 0 0 10px 10px;
}


.subMenuTtl {
	flex: 0 0 22rem;
	width: 22rem;
}

.subMenuTtl h4 {
	display: inline-block;
	padding: .2rem 2rem;
	background-color: #222222;
	font-weight: 900;
	line-height: 180%;
	letter-spacing: normal;
	font-size: clamp(14px, 2rem, 20px);
	color: #fff;
}

.submenuWrap {
	flex: 1 1 auto;
}

.submenu-list {
	width: 100%;
	column-gap: 1.5rem;
}

.submenu-listItem a span {
	display: inline-block;
}

.submenu-listItem a span:last-of-type {
	width: 2rem;
	height: 2rem;
	position: relative;
	transition: all .3s;
	font-size: 14px;
}

.submenu-listItem a:hover span:last-of-type {
	transform: translateX(0);
}

.submenu-listItem a span:last-of-type svg {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

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

	#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 {
		width: 100%;
		transition: all .3s;
	}

	.nav-menuList {
		margin-left: 0;
	}

	.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: 65px;
	}

	.headerLogo a h1 {
		height: 20px;
	}


	/* スマホナビ */
	#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(--primary);
		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;
}


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

.PageHeading {
	padding: 14rem 0 8rem;
	background-color: rgba(0, 174, 199, 1);
}



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

.PageHeadingTitle_sub {
	display: inline-block;
	margin-top: 1rem;
	font-size: clamp(16px, 1.8rem, 20px);
	padding: .4rem 1rem;
	font-weight: 900;
	color: white;
	letter-spacing: normal;
	line-height: 180%;
}

.PageHeadingTitle_sub02 {
	margin-top: 1rem;
	font-size: clamp(16px, 1.8rem, 20px);
	font-weight: 900;
	letter-spacing: normal;
	line-height: 180%;
}


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


	.PageHeading02 {
		padding: 100px 0 0;
	}

	.PageHeadingTitle_main {
		font-size: 4.8rem;
	}

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

	.MainWrap {
		/* SP時のヘッダーの高さ */
		margin-top: 73px;
	}
}

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

	.PageHeadingTitle_sub {
		font-size: 1.4rem;
	}

	.PageHeadingTitle_sub02 {
		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-youtube {
	width: 50%;
}

.sns-listItem a {
	border-radius: 5px;
	padding: 5px 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: #111111;
	padding: 8rem 0 3rem;
}

.footer_content {
	position: relative;
	padding-bottom: 6rem;
}

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

.footer_logo h2 {
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url(../img/logo-02.svg);
}

.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,
.footer-ttl a {
	font-size: clamp(12px, 1.4rem, 14px);
	display: block;
	color: #fff;
}

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

.footer_list02 {
	padding-top: 1.4rem;
	padding-left: 2rem;
	font-size: clamp(12px, 1.4rem, 14px);
}

.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>div {
		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-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: #fff;
	background-color: var(--primary);
	line-height: 160%;
	padding: 2px 8px;
	font-weight: 700;
	margin-left: 10px;
}


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

@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: #FAFAFA;
}

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

.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: 100px 0 0;
}

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

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

.btn-404 {
	margin: 0 auto;
}

/*---------------------------------
------プライバシーポリシー-----------
---------------------------------*/
.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;
}

/* 親を基準に絶対配置 */
.nav-item.has-submenu {
	position: relative;
}

/* トリガー */
.submenu-trigger {
	background: none;
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: .35em;
	/* font-weight: 700; */
	color: #111;
	padding: 8px 4px;
}

.caret {
	transition: transform .18s ease;
}

.nav-item.has-submenu.is-open .caret {
	transform: rotate(180deg);
}

/* ドロップダウン本体 */
.submenuWrap {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	background: #fff;
	border-radius: 14px;
	padding: 30px 14px 50px 18px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .12), 0 2px 8px rgba(0, 0, 0, .06);
	animation: fadeIn .14s ease;
	z-index: 40;
}

#submenu-services {
	width: 180px;
}

#submenu-media {
	width: 180px;
}

#submenu-company {
	width: 110px;
}

/* リスト */
.submenuWrap .submenu-list {
	display: flex !important;
	/* 既存の横並び指定に勝つ */
	flex-direction: column;
	align-items: flex-start;
	/* ← 縦方向 */
	gap: 8px;
	/* アイテム間の余白 */
}

.submenuWrap .submenu-listItem a>span:first-child {
	writing-mode: horizontal-tb;
	/* ← 縦書き指定を打ち消す */
	text-orientation: mixed;
	white-space: nowrap;
	/* 折り返し禁止（1文字ずつの改行を防ぐ） */
	word-break: keep-all;
	/* 追加の保険 */
	line-height: 1.5;
	flex: 1 1 auto;
	/* 右の矢印とスペースを分ける */
}

.submenu-listItem svg {
	color: #111;
}

/* 矢印色（currentColor） */

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-4px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}


/* ▼ドロップダウン本体 */

/* ▼中のリスト */
.submenu-list {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: nowrap;
}

.nav-item {
	flex: 0 0 auto;
	/* shrinkさせない */
	min-width: max-content;
	/* 中身の最小幅を尊重 */
}

/* テキストリンク／トリガーの改行禁止 */
.gnav-link,
.submenu-trigger {
	font-weight: normal;
	white-space: nowrap;
	/* ← これで「会社情報」が1行固定 */
	display: inline-flex;
	gap: .35em;
	/* 矢印との間隔 */
	line-height: 1;
	font-size: 14px;
}

.submenuWrap .submenu-listItem a {
	justify-content: center;
	/* ← テキストと矢印を中央寄せ */
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.submenu-listItem+.submenu-listItem {
	margin-top: 6px;
	margin-left: 0 !important;
}

.submenu-listItem svg {
	color: #111;
}

/* fill="currentColor" */

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-4px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

/* ▼SP：全幅にしたい場合 */
@media (max-width: 768px) {
	.submenuWrap {
		position: static;
		width: 100%;
		max-width: none;
		margin-top: 8px;
		box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
	}

	.nav-item:hover .submenu,
	.submenu-trigger[aria-expanded="true"]+.submenu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition-delay: 0s;
		pointer-events: auto;
	}

	.nav-menuList {
		margin-left: 0;
	}

	.thanks {
		padding: 200px 0 60px;
	}

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

/* 必要なら簡易ユーティリティ */
.flex {
	display: flex
}

.column {
	flex-direction: column;
}

.al_center {
	align-items: center
}

.fl_between {
	justify-content: space-between
}


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