@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.6;
	font-family: "Dela Gothic One","Noto sans JP","Anton",'tt-commons-pro', sans-serif;
	font-weight: 400;
	-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: #F8F8F8;
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-image: url(../img/common/bg.png);
	overflow-x: hidden;
}



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

iframe {
	vertical-align: middle;
}

.MainWrap{
	position: relative;
}

:root {
	--primary: #27FCA0;
	--primary02: #6A27FC;
	--primary03: #FF0575;
	--bg-b: #403F3E;
	--font-b: #120039;
	--font-g:#929292;
	--border-b:#1B094B;
}

.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;
		overflow: unset;
	}

	main{
		overflow-x: hidden;
	}

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


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

.col-w{
	color: #fff;
}

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


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

.sectionInner_m{
	margin: 0 auto;
	width: 114.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% - 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;
}

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

	.pb160{
		padding-bottom: 12rem;
	}

	.pt140{
		padding-top: 12rem;
	}

	.pb140{
		padding-bottom: 12rem;
	}

	.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{
	padding: 2.4rem 12rem ;
	color: var(--font-w);
	background-color: var(--primary03);
	position: relative;
	overflow: hidden;
	width: fit-content;
	transition: all .3s;
	border-radius: 2px;
}

.btn02{
	padding: 2.4rem 2.4rem 2.4rem 3rem;
	background: #078AAB;
	background: linear-gradient(45deg, rgba(7, 138, 171, 1) 0%, rgba(19, 0, 59, 1) 40%, rgba(255, 5, 117, 1) 100%);
}

.btnHead{
	padding: 1.2rem 1.2rem 1.2rem 2rem;
}

.btn-ma{
	margin: 0 auto;
}

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

.btn .btnTxt,.footerEntry .btnTxt{
	overflow: hidden;
	line-height: 1;
	letter-spacing: normal;
	font-weight: 500;
	font-size: clamp(10px, 4rem,48px);
	position: relative;
	-webkit-clip-path: inset(0 0 -.4em);
	clip-path: inset(0 0 -.4em);
	padding-right: 2rem;
}

.btn02 .btnTxt{
	padding-right: 12rem;
	font-size: clamp(10px, 2.4rem,28px);
}

.btnHead .btnTxt{
	font-size: clamp(10px, 1.4rem,14px);
	padding-right: 2rem;
}

.btn .arrow{
	font-size: clamp(10px, 3.6rem,40px);
	line-height: 1;
	letter-spacing: normal;
}

.btn02 .arrow{
	font-size: clamp(10px, 2.4rem,28px);
}

.btnHead .arrow{
	font-size: clamp(10px, 1.4rem,14px);
}

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

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


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

.btn.hover .btnTxt span,.footerEntry:hover .btnTxt span{
	display: block;
	opacity: 0;
	transform: translate3d(0, -130%, 0);
}

.btn.hover .arrow,.cvBtn:hover .cvBtnArrow{
	animation: arrow 600ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.footerEntry span{
	display: inline-block;
}

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

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

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

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

.btn02.hover .arrow,.footerEntry:hover .arrow{
	animation: rocketFly 700ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes rocketFly {

	40%,50% {
		opacity: 0;
	}

	/* 右上へ飛んでいく */
	43% {
		transform:
			translate(120%, -120%)
			scale(0.6)
			rotate(-20deg);
	}

	/* 左下から戻ってくる */
	44%,50% {
		transform:
			translate(-120%, 120%)
			scale(0.6)
			rotate(-20deg);
	}

	100% {
		transform:
			translate(0, 0)
			scale(1)
			rotate(0deg);
		opacity: 1;
	}
}


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

	.btn{
		padding: 1.8rem 2rem;
		width: 80%;
		margin: 0 auto;
	}

	.btn02{
		padding: 1.8rem 2rem;
	}

	.btn .btnTxt{
		font-size: 2.4rem;
		padding-right: 0;
	}

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

	.btn .arrow{
		font-size: 2.4rem;
	}

	.btn02 .arrow{
		font-size: 2rem;
	}

	.btnHead{
		width: fit-content;
		margin: 0;
		padding: .8rem 1rem;
	}

	.btnHead .btnTxt{
		font-size: 1.2rem;
		padding-right: 1.6rem;
	}

	.btnHead .arrow{
		font-size: 1.2rem;
	}


}


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

.sans-en{
	font-family: "Anton", sans-serif;
	letter-spacing: normal;
	line-height: 1;
	text-transform: uppercase;
}

.sans-ja{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}

.serif-ja{
	font-family: "Noto Serif JP", serif;
}

.emoji{
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.ttlCont{
	display: inline-block;
	position: relative;
}

.subTtl01{
	display: inline-block;
	position: absolute;
	width: fit-content;
	left: 0;
	right: 0;
	bottom: -3rem;
	margin: 0 auto;
	letter-spacing: normal;
	line-height: 1;
	font-size: clamp(32px,6.4rem,72px);
	padding: 0 1rem 0.6rem;
	background-color: var(--primary);
}

.subTtl01 span{
	display: inline-block;
	transform: skew(-10deg);
	color: var(--font-b);
}

.mainTtl01{
	letter-spacing: normal;
	line-height: 1;
	font-family: "Anton", sans-serif;
	font-size: clamp(10rem,20rem,240px);
	text-transform: uppercase;
}

.mainTtl02{
	letter-spacing: normal;
	line-height: 1;
	font-family: "Dela Gothic One", sans-serif;
	font-size: clamp(32px,7.2rem,80px);
}

.mainTtl03{
	letter-spacing: normal;
	line-height: 1;
	font-family: "Anton", sans-serif;
	font-size: clamp(10rem,16rem,176px);
	text-transform: uppercase;
}

.subTtl03{
	display: inline-block;
	position: absolute;
	width: fit-content;
	right: -2rem;
	bottom: -1rem;
	margin: 0 auto;
	letter-spacing: normal;
	line-height: 1;
	font-size: clamp(32px,5.6rem,64px);
	padding: 0 1rem 0.6rem;
	background-color: var(--primary);
}

.subTtl03 span{
	display: inline-block;
	transform: skew(-10deg);
	color: var(--font-b);
}

.ttlFrame01{
	display: inline-block;
	padding: 0 1rem .6rem;
	background-color: var(--primary);
	color: var(--font-b);
	margin-left: 1rem;
}

.ttlFrame02{
	display: inline-block;
	background-color: var(--primary02);
	color: var(--font-b);
	margin: 0 .8rem;
}

.ttlFrame02 span{
	display: block;
	font-weight: 900;
	font-size: clamp(32px,6.4rem,72px);
	transform: scaleX(1.2);
	padding: .4rem 3.6rem .6rem;
}

.pageHead{
	padding: 18rem 0 6rem;
	position: relative;
}

.pageHeadAbout{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/common/pageheadabout.png);
	background-position: center;
}

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

.pageHeadBgImg,.pageHeadShape{
	position: absolute;
}

.pageHeadBgImg01{
	width: 42.6%;
	left: 0;
	top: 0;
}

.pageHeadBgImg02{
	width: 41.6%;
	right: 0;
	bottom: 0;
}

.pageHeadShape{
	z-index: 1;
	bottom: 0;
	filter: blur(520px);
}

.pageHeadTtl{
	position: relative;
	z-index: 3;
	align-items: flex-end;
}

.pageHeadTtl h2{
	font-size: clamp(64px,18rem,196px);
	line-height: 1;
	letter-spacing: normal;
	text-transform: uppercase;
}

.pageHeadTtl p{
	display: inline-block;
	padding: 0 1rem .6rem;
	background-color: var(--primary);
	line-height: 1;
	letter-spacing: normal;
	color: var(--font-b);
}

.pageHeadTtl02 p{
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
}

.pageHeadTtl p span{
	display: block;
	transform: skewX(-10deg);
	font-size: clamp(24px,4.8rem,56px);
	line-height: 1;
	letter-spacing: normal;
}


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

	.subTtl01{
		width: fit-content;
		left: 0;
		right: 0;
		bottom: -1rem;
		font-size: 2.4rem;
		padding: .2rem 1rem 0.4rem;
	}

	.mainTtl01{
		font-size: 8rem;
	}

	.mainTtl02{
		font-size: 4rem;
	}

	.mainTtl03{
		font-size: 7.2rem;
	}

	.subTtl03{
		right: -2rem;
		bottom: -1rem;
		font-size: 2rem;
		padding: 0.2rem 1rem 0.4rem;
	}


	.ttlFrame01{
		padding: 0 1rem .6rem;
		margin-left: 0;
		margin-top: .4rem;
	}

	.ttlFrame02{
		margin: .6rem .8rem 0 0;

	}

	.ttlFrame02 span{
		font-size: 4rem;
		padding: .4rem 2rem .6rem;
	}

	.pageHead{
		padding: 12rem 0 6rem;
	}

	.pageHeadBgImg01{
		width: 60%;
	}

	.pageHeadBgImg02{
		width: 62%;
	}

	.pageHeadShape{
		bottom: 0;
		filter: blur(520px);
	}

	.pageHeadTtl h2{
		font-size: 8rem;
		margin-bottom: 1rem;
	}

	.pageHeadTtl p{
		padding: 0 1rem .6rem;
	}

	.pageHeadTtl02 p{
		position: absolute;
		bottom: -1rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.pageHeadTtl p span{
		font-size: 2rem;
	}


}


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

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

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	padding: 0 2rem;
}

.headerInner{
	justify-content: space-between;
	padding: 1rem 0;
}

.headerLogo{
	width: 7.14%;
}

.headerLogo h1 a{
	display: block;
	overflow: hidden;
	line-height: 0;
	white-space: nowrap;
	text-indent: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/common/logo.svg);
}

.headerLogo h1 a::after{
	content: "";
	display: block;
	padding-top: 69.1%;
}


.headerOther{
	column-gap: 1.6rem;
}

.menu{
	width: fit-content;
	padding: 1rem 1.6rem;
	background-color: #E21AA9;
	cursor: pointer;
	border-radius: 2px;
}

.nav-toggle{
	width: 1.6rem;
	height: 1.2rem;
	position: relative;
}

.nav-toggle span{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	transition: all .3s;
}

.nav-toggle span:first-of-type{
	top: 0;
}

.nav-toggle span:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}

.nav-toggle span:last-of-type{
	bottom: 0;
}

.menu.active .nav-toggle span:first-of-type{
	top: .5rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

.menu.active .nav-toggle span:last-of-type {
	bottom: .5rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu p{
	text-transform: uppercase;
	font-size: clamp(10px,1.8rem,20px);
	padding-left: .6rem;
	padding-top: 0.1rem;
	line-height: 1;
}

.globalMenu{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/common/menubg.png);
	display: flex;
	align-items: center;
	transition: all .3s;
}

body.active .globalMenu{
	opacity: 1;
	visibility: visible;
}

.globalMenuWrap{
	height: 100%;
}

.global-l{
	/* padding: 21rem 0; */
	width: 46.875%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.global-l::before{
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	right: 0;
	top: 0;
}

/* .globalLogo{
width: 77.6%;
} */

.global-r{
	width: 60%;
	padding: 0 6rem;
	overflow: scroll;
}

.globalNav{
	padding: 10rem 0;
	height: 120vh;
}

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

.globalNav-listItem{
	width: calc((100% - (3rem * 1)) / 2);
	border-bottom: solid 2px rgba(255, 255, 255, .2);
}

.globalNav-listItem a{
	transition: all .3s;
	display: block;
	padding-bottom: 2rem;
}

.globalNav-listItem a p:first-of-type{
	text-transform: uppercase;
	font-size: clamp(24px,4rem,48px);
	-webkit-clip-path: inset(0 0 -0.2em);
	clip-path: inset(0 0 -0.2em);
	position: relative;
	line-height: 100%;
}

.globalNav-listItem a p:first-of-type:before {
	content: attr(data-text);
	position: absolute;
	top: 130%;
	left: 0;
	opacity: 0;
}

.globalNav-listItem  a p:last-of-type span,.globalNav-listItem a span{
	display: inline-block;
}

.globalNav-listItem a p:first-of-type:before,.globalNav-listItem a p:first-of-type span{
	transition: opacity 550ms, transform 550ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.globalNav-listItem a:hover p:first-of-type:before{
	opacity: 1;
	transform: translate3d(0, -130%, 0);
}

.globalNav-listItem a:hover p:first-of-type span{
	opacity: 0;
	transform: translate3d(0, -130%, 0);
}

.globalNav-listItem a p:last-of-type{
	line-height: 160%;
	color: #f8f8f8;
	font-size: clamp(10px,1.6rem,18px);
	padding-top: 0.8rem;
}

.globalSns{
	padding-top: 6rem;
	column-gap: 3rem;
}

.globalSns p{
	font-weight: 700;
	text-transform: uppercase;
}

.global-snsList{
	column-gap: 1.6rem;
}

.global-snsListItem{
	width: 4.2rem;
	height: 4.2rem;
}

.global-snsListItem a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	border: solid 1px rgba(255, 255, 255, .6);
	border-radius: 100px;
}

.global-snsListItem a:hover{
	opacity: .6;
}

.globalSnsIcon{
	width: 2rem;
	height: 2rem;
	position: relative;
}

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

.btnNav{
	width: 100%;
	padding: 4rem 2.4rem 4rem 3rem;
}

.close{
	position: fixed;
	top: 2.6rem;
	right: 2rem;
	z-index: 100000;
	width: fit-content;
	padding: 1rem 1.6rem;
	background-color: #E21AA9;
	border-radius: 2px;
	cursor: pointer;
}

.close-toggle{
	width: 1.6rem;
	height: 1.2rem;
	position: relative;
}

.close-toggle span{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #f8f8f8;
	position: absolute;
	left: 0;
	transition: all .3s;
}

.close-toggle span:first-of-type{
	top: .51rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-toggle span:last-of-type {
	bottom: .5rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close p{
	line-height: 1;
	text-transform: uppercase;
	font-size: clamp(10px,1.8rem,20px);
	padding-left: .6rem;
	padding-top: 0.1rem;
}

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

	.header {
		padding: 0 1.2rem;
	}

	.headerInner{
		padding: 1.6rem 0;
	}

	.headerLogo{
		width: 17.1%;
	}

	.headerLogo h1 a::after{
		padding-top: 68.75%;
	}

	.headerOther{
		column-gap: .8rem;
	}

	.nav-toggle{
		width: 1.2rem;
		height: 1.2rem;
	}

	.nav-toggle span{
		height: 1px;
	}

	.nav-toggle span:first-of-type {
		top: 1px;
	}

	.nav-toggle span:last-of-type {
		bottom: 1px;
	}

	.menu {
		padding: .6rem 1rem;
	}

	.menu.active .nav-toggle span:first-of-type{
		top: .5rem;
	}

	.menu.active .nav-toggle span:last-of-type {
		bottom: .5rem;
	}

	.menu p{
		font-size: 1.4rem;
		padding-left: .4rem;
	}

	.globalMenu{
		overflow: scroll;
		display: block;
	}

	.globalMenuWrap{
		display: flex;
		flex-direction: column-reverse;
		align-items: unset;
		height: auto;
		padding: 8rem 0 4rem;
	}

	.global-l{
		width: 100%;
		height: auto;
		display: block;
		padding: 0 0;
		margin-top: 3rem;
	}

	.global-l::before{
		width: 100%;
		height: 1px;
		right: 0;
		top: 0;
	}

	.globalLogo{
		width: 100%;
	}

	.global-r{
		width: 100%;
		padding: 0 2rem;
	}

	.globalNav {
		padding: 0;
		height: auto;
	}

	.globalNav-list{
		column-gap: 1rem;
		row-gap: 2rem;
	}

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

	.globalNav-listItem a{
		padding-bottom: 1.6rem;
	}

	.globalNav-listItem a p:first-of-type{
		font-size: 2.4rem;
	}

	.globalNav-listItem a p:last-of-type{
		font-size: 1rem;
		padding-top: 0.8rem;
	}

	.globalSns{
		padding-top: 4rem;
		column-gap: 3rem;
	}

	.global-snsListItem{
		width: 3.6rem;
		height: 3.6rem;
	}

	.globalSnsIcon{
		width: 1.6rem;
		height: 1.6rem;
	}

	.close{
		top: 2.4rem;
		right: 1.2rem;
		padding: .6rem 1rem;
	}

	.close-toggle{
		width: 1.2rem;
		height: 1.2rem;
	}

	.close-toggle span{
		height: 1px;
	}

	.close-toggle span:first-of-type{
		top: .6rem;
	}

	.close-toggle span:last-of-type {
		bottom: .5rem;
	}

	.close p{
		font-size: 1.4rem;
		padding-left: .4rem;
	}

	.btnNav {
		width: 100%;
		padding: 2.4rem 2.4rem 2.4rem 3rem;
	}


}


/*---------------------
------フッター----------
---------------------*/
.footer{
	margin-top: 16rem;
	border-top: solid 3px rgba(255,255,255,.1);
}

.footercv{
	padding: 4rem 3rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/common/cvBgpng.png);
}

.footerEntry a{
	position: relative;
	display: block;
	text-align: center;
	padding: 12rem 0;
	background: #078AAB;
	background: linear-gradient(45deg, rgba(7, 138, 171, 1) 0%, rgba(19, 0, 59, 1) 40%, rgba(255, 5, 117, 1) 100%);
}

.footerEntryBg p{
	color: transparent;
	-webkit-text-stroke: 1px rgba(248,248,248,.4);
	font-size: clamp(56px,24rem,240px);
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.footerEntryTtl{
	z-index: 2;
	position:relative;
	display: inline-block;
}

.footerEntryTtl p:first-of-type{
	font-size: clamp(64px,10rem,120px);
	line-height: 1;
	letter-spacing: normal;
}

.footerEntryTtl p:last-of-type{
	position: absolute;
	right: -2rem;
	bottom: -2rem;
	font-size: clamp(56px,8rem,96px);
	line-height: 1;
	letter-spacing: normal;
}

.footerSns-list{
	column-gap: 2rem;
	margin-top: 2rem;
}

.footerSns-listItem{
	width: calc((100% - (2rem * 1)) / 2);
	padding: 4rem 2rem;
	background-color: var(--primary02);
}

.footerSns-listItem:last-of-type{
	background-color: var(--primary03);
}

.footerSns-listItem p{
	font-size: clamp(16px,2.4rem,32px);
	line-height: 1.2;
	letter-spacing: normal;
}

.footerShare,.footersns-sublist{
	padding-top: 3rem;
}

.footerShare a,.footersns-sublist{
	align-items: center;
	justify-content: center;
}

.shareIcon,.footersns-sublistItem a{
	position: relative;
	display: block;
	width: 5.6rem;
	height: 5.6rem;
	margin-right: 1.2rem;
}

.footersns-sublist{
	column-gap: 3.2rem;
}

.footersns-sublistItem a{
	margin-right: 0;
}

.shareIcon svg,.footersns-sublistItem a svg{
	position: absolute;
	left: 0;
	top: 0;
}

.footerShare a p{
	font-size: clamp(16px,2.4rem,24px);
	line-height: 1.2;
	letter-spacing: normal;
}

.footerShare,.footersns-sublistItem{
	transition: all .3s;
}

.footerShare:hover,.footersns-sublistItem:hover{
	opacity: .8;
}

.footerCont{
	padding: 4rem 0 2rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/common/footer.png);
}

.footerTxt{
	font-size: clamp(64px,12rem,136px);
	line-height: 1;
	letter-spacing: normal;
}

.footerNav{
	width: 32.2%;
}

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

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

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

.footerNav-listItem a p:first-of-type{
	font-size: clamp(32px,56rem,64px);
	padding-bottom: .8rem;
	line-height: 1;
}

.footerNav-listItem a p:last-of-type{
	font-size: clamp(12px,20rem,20px);
	line-height: 1;
	transform: skewX(-10deg);
	color: var(--font-g);
}

.footerSmall{
	padding-top: 6rem;
}

.footerSmall small{
	display: block;
	font-size: clamp(12px,3.2rem,40px);
	line-height: 1;
}

@media screen and (max-width:768px) {
	.footer{
		margin-top: 12rem;
	}

	.footercv{
		padding: 4rem 2rem;
		background-image: url(../img/common/cvBgpng.png);
		background-position: center
	}

	.footerEntry a{
		padding: 6rem 0;
	}

	.footerEntryBg p{
		font-size: 10rem;
	}

	.footerEntryTtl p:first-of-type{
		font-size: 3.6rem;
	}

	.footerEntryTtl p:last-of-type{
		right: -0;
		bottom: -2rem;
		font-size: 4rem;
	}

	.footerSns-list{
		margin-top: 1rem;
	}

	.footerSns-listItem{
		width: 100%;
		padding: 3rem 2rem;
	}

	.footerSns-listItem:last-of-type{
		margin-top: 1rem;
	}

	.footerSns-listItem p{
		font-size: 1.4rem;
	}

	.footerShare,.footersns-sublist{
		padding-top: 2rem;
	}

	.footerShare a,.footersns-sublist{
		align-items: center;
		justify-content: center;
	}

	.shareIcon,.footersns-sublistItem a{
		width: 3rem;
		height: 3rem;
		margin-right: 1rem;
	}

	.footersns-sublist{
		column-gap: 2.4rem;
	}

	.footersns-sublistItem a{
		margin-right: 0;
	}

	.footerShare a p{
		font-size: 1.8rem;
	}

	.footerCont{
		padding: 4rem 0 2rem;
		background-image: url(../img/common/footer.png);
		background-position: center;
	}

	.footerTxt{
		font-size: 6.4rem;
		line-height: 1;
		letter-spacing: normal;
	}

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

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

	.footerNav-listItem a p:first-of-type{
		font-size: 4rem;
	}

	.footerNav-listItem a p:last-of-type{
		font-size: 1.4rem;
	}

	.footerSmall{
		padding-top: 4rem;
	}

	.footerSmall small{

		font-size: 1.4rem;
		line-height: 1;
	}


}


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

.section-contact{
	position: relative;
	z-index: 4;
}

.contactWrap{
	width: 47.2%;
	margin: 0 auto;
}

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

.form-defTtl p{
	line-height: 160%;
	font-weight: 400;
	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;
	background-color: #fff;
	width: 100%;
	font-weight:400;
	font-family: 'Noto Sans JP',sans-serif;
	font-size: clamp(14px ,1.4rem ,14px);
}

textarea{
	height: 180px;
}

.form-btnWrap{
	text-align: center;
}

.form-btn{
	width: 100%;
	margin: 2rem auto 0;
}

.privacyCheck{
	font-size: clamp(14px, 1.4rem, 14px);
}

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

.submit{
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	background-color: #5E27FC;
	border: solid 1px #5E27FC;
	padding: 2.4rem 0;
	font-weight: 400;
	line-height: 160%;
	transition: all .3s;
}

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



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

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

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

.thanksTxt{
	padding-top: 2.4rem;
}

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

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


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

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

.section-404 .pageHeadShape{
	bottom: unset;
	top: 10rem;
}

.notWrap{
	position: relative;
	z-index: 3;
	padding: 0 5rem;
}

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

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

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

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

	.contactTxt{
		text-align: left!important;
	}
	.contactWrap{
		width: 100%;
		padding: 0 3rem;
	}

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

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

	.privacyCheck a{
		font-size: 1.2rem;
	}

	.submit{
		padding: 2rem 0;
	}

	textarea{
		height: 120px;
	}

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

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

	.section-404 .pageHeadShape{
		bottom: unset;
		top: 10rem;
	}

	.notWrap{
		padding: 0 0;
	}

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


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

.newsTxtWrap{
	align-items: flex-end;
}

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

.news-listItem a{
	padding: 2.4rem 3rem 2.4rem 4rem;
	border: solid 3px #f8f8f8;
}

.news-listItem .newsTag{
	flex: 0 0 16.7%;
	width: 16.7%;
}

.newsTag p:first-of-type,.newsTag p:last-of-type{
	line-height: 1;
	letter-spacing: normal;
	font-size: clamp(16px,2.4rem,24px);
}

.newsTag p:last-of-type{
	display: inline-block;
	font-size: clamp(12px,2rem,20px);
	padding: .3rem 1rem .2rem;
	background-color: var(--primary02);
	margin-left: 2rem;
}

.news-listTtl{
	flex: 1 1 auto;
}

.news-listTtl h3{
	font-size: clamp(12px,2rem,24px);
	line-height: 1.6;
	letter-spacing: normal;
	transform: skewX(-10deg);
}

.news-listTtl .arrow{
	font-size: clamp(16px, 2.4rem,32px);
	line-height: 1;
	letter-spacing: normal;
}

.news-listItem:hover .arrow{
	animation: arrow 600ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}


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

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

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

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

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



	.newsTxtWrap{
		align-items: flex-end;
	}

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

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

	.news-listItem .newsTag{
		width: 100%;
		margin-bottom: .8rem;
	}

	.newsTag p:first-of-type,.newsTag p:last-of-type{
		font-size: 1.4rem;
	}

	.newsTag p:last-of-type{
		font-size: 1.4rem;
		padding: .3rem .6rem .2rem;
		margin-left: .8rem;
	}

	.news-listTtl h3{
		font-size: 1.6rem;
	}

	.news-listTtl .arrow{
		font-size: 1.4rem;
	}

}

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

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

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

.pagination-number a::before{
	content: "";
	position:absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	border: solid 1px #FFFFFF;
	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: solid 1px #FFFFFF;
	color: #fff;
	font-weight: 700;
}

@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 span.current{
		font-size: 1.2rem;
	}
}

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

.privacyInner{
	position: relative;
	z-index: 4;
}

.ppInfo {
	margin: 8rem 0 4rem;
}

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

.ppTtl {
	font-weight: 300;
	letter-spacing: normal;
	font-size: clamp(16px,2.4rem,24px);
	line-height: 1.6;
	padding-top: 3rem;
	margin-bottom: 3rem;
	border-top: 1px solid #E6E6E6;
}

.ppTxtWrap ul{
	padding-top: 1.6rem;
}

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

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

.ppTxtWrap li p:not(:last-of-type){
	padding-bottom: 1rem;
}

.ppTxtWrap p:not(:first-of-type){
	padding-top: 3rem;
}

.ppTxt{
	line-height: 2;
}


@media screen and (max-width:768px) {
	.ppInfo {
		margin: 6rem 0 3rem;
	}

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

	.ppTtl {
		font-size: 1.8rem;
		padding-top: 2rem;
		margin-bottom: 2rem;
	}

	.ppTxtWrap ul{
		padding-top: 1.2rem;
	}

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

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

	.ppTxtWrap li p:not(:last-of-type){
		padding-bottom: 1rem;
	}

}