@charset "UTF-8";
/* ------------ GLOBAL ------------ */
html, body, a, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, figure, img {
	margin: 0;
	padding: 0;
}
html{
	background: #fff;
}
body{
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}

a{
	text-decoration: none;
	outline: none;
	color: inherit;
	cursor: pointer;
}
img{
	display: inline-block;
	max-width: 100%;
}
ul, ol {
	list-style: none;
}

.clearafter:after {
    content: "";
    display: block;
    height: 0;
    float: none;
    clear: both;
}
.content-width {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.sp {
    display: none !important;
}




/* ------------ COMMON CLASSES ------------ */
.Arr{
	position: relative;
	padding: 1em 2em 1em 3em;
}
.Arr::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 1.85em;
	width: 0.35em;
	height: 0.35em;
	margin-top: -0.25em;
	border: solid 0.1em #fff;
	border-width: 0.175em 0.175em 0 0;
	transform: rotate(45deg);
	z-index: 2;
}

.lm{
	display: inline-block;
	position: relative;
	font-family: "Avenir Next", Verdana, Geneva, "sans-serif";
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.lm::after{
	content: "";
	display: block;
	position: relative;
	top: -0.75em;
	left: 0.5em;
	width: 100%;
	height: 8px;
	background: #fca400;
	z-index: -1;
	transition: left 0.2s;
}
a:hover .lm::after,
.lm:hover::after{
	left: 1em;
}




/* ------------ WRAP ------------ */
#wrap{
	position: relative;
	min-height: 100vh;
	z-index: 11;
	overflow-x: hidden;
}




/* ------------ GLOBAL NAVIGATION ------------ */
#globalNavigation{
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 160px;
	max-width: 20vw;
	height: 100vh;
	text-align: left;
	z-index: 100;
}
#siteName{
	margin: 20px;
}
#siteName img{
	display: block;
	width: 110px;
}

#globalNavigation dl div{
	margin-top: 3.5vh;
}
#globalNavigation dd{
	margin: 0.75vh 0;
}
#globalNavigation dd a{
	display: block;
	position: relative;
	width: fit-content;
	padding: 0.75vh 20px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	transition: 0.2s;
}
#globalNavigation dd a::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 1.1vh;
	left: 5px;
	width: calc(100% - 40px);
	height: 7px;
	background: rgba(255,165,0,0);
	z-index: -1;
	transition: 0.5s;
}
#globalNavigation dd a:hover{
	text-indent: 0.2em;
}
#globalNavigation dd a:hover::after{
	left: 30px;
	background: rgba(255,165,0,1);
}





/* ------------ CONTENTS ------------ */
#contents{
	position: relative;
	min-height: 100vh;
	margin-left: 140px;
	text-align: center;
}

#contents h2{
	display: inline-block;
	line-height: 1.3;
	text-indent: 0.1em;
	font-family: "Avenir Next", Verdana, Geneva, "sans-serif";
	font-size: 56px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#contents h2 small{
	display: flex;
	align-items: center;
	font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
}
#contents h2 small::before, #contents h2 small::after{
	content: "";
	display: block;
	flex-grow: 1;
	width: auto;
	height: 2px;
	margin-top: -2px;
	background: #000;
}
#contents h2 small::before{ margin-right: 0.5em; }
#contents h2 small::after{ margin-left: 0.5em; }






/* ------------ PAGES ------------ */
#pageTitle{
	display: inline-block;
	margin: 1.5em auto 1.5em auto;
	line-height: 1.3;
	font-family: "Avenir Next", Verdana, Geneva, "sans-serif";
	font-size: 72px;
	font-weight: bold;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
#pageTitle::after{
	content: "";
	display: block;
	width: auto;
	height: 2px;
	margin-top: 5px;
	background: #000;
}
#pageTitle small{
	display: flex;
	align-items: center;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
}
#pageTitle small::before, #pageTitle small::after{
	content: "";
	display: block;
	flex-grow: 1;
	width: auto;
	height: 2px;
	margin-top: -2px;
	background: #000;
}
#pageTitle small::before{ margin-right: 0.5em; }
#pageTitle small::after{ margin-left: 0.5em; }





/* ------------ FOOTER ------------ */
#pageFooter{
	position: relative;
}

#backtoTop{
	display: block;
	width: 60px;
	height: 60px;
	margin: 10vw auto;
	background: url(../img/backtoTop.png) no-repeat 50% 50% / 50px 50px;
	opacity: 0.9;
	cursor: pointer;
	transition: all 0.2s;
}
#backtoTop:hover{
	background-size: 54px 54px;
	opacity: 1;
}




#pageFooter dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
}
#pageFooter dl > div{
	width: 380px;
}

#pageFooter .info{
	
}

#pageFooter .info .header{
	text-align: justify;
}
#pageFooter .info .header small{
	display: block;
	color: #006f7a;
	font-size: 14px;
	font-weight: bold;
}
#pageFooter .info .address{
	padding: 5px 0 15px 0;
	text-align-last: justify;
	font-size: 11px;
	font-weight: bold;
}
#pageFooter .info .links{
	display: flex;
	justify-content: space-between;
	font-size: 11px;
}

#pageFooter .contants{
	text-align: right;
}
#pageFooter .phone{
	padding: 0 0 0 0px;
	background: url(../img/phone.svg) no-repeat 0% 50% / 60px 100%;
	white-space: nowrap;
	font-size: 39px;
	font-weight: 400;
	letter-spacing: 0.055em;
}
#pageFooter .mailform{
	padding: 10px 6px 10px 0px;
	background: url(../img/mail.svg) no-repeat 0% 50% / 60px 100%;
	white-space: nowrap;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

#pageFooter .phone::after, #pageFooter .mailform::after{
	content: "";
	display: block;
	position: relative;
	left: 75px;
	width: 82%;
	height: 10px;
	z-index: -1;
	transition: left 0.2s;
}
#pageFooter .phone::after{
	top: -0.65em;
	background: #0098a0;
}
#pageFooter .mailform::after{
	top: -0.85em;
	background: #fca400;
}
#pageFooter .phone:hover::after, #pageFooter .mailform:hover::after{
	left: 80px;
}

#copyright{
	padding: 10vw 0 3vw 0;
	font-size: 12px;
	letter-spacing: 0.075em;
}







/*---------------------------------------------
  SmatrPhone/Tablet
---------------------------------------------*/
@media screen and (max-width:1000px) {
	body{
		-webkit-text-size-adjust: 100%;
		font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	}
	
	.pc { display: none !important; }
	.sp{ display: block !important; }
	
	
	.lm{
		font-size: 3.3vw;
	}
	.lm::after{
		height: 2vw;
	}
	
	
	
	/* ----- GLOBAL NAVIGATION ----- */
	#globalNavigation{
		width: 100vw;
		max-width: 100vw;
		height: 18vw;
		background: rgba(255, 255, 255, 0.95);
		overflow: hidden;
		z-index: 11;
		transition: height 0.7s;
	}
	
	#globalNavigation dl{
		width: 100%;
	}
	#globalNavigation #siteName{
		width: 15vw;
		margin: 1vh 4vw;
	}
	#globalNavigation dl div{
		margin: 0;
	}
	#globalNavigation dl div:nth-child(2){
		margin-top: 10vw;
	}
	#globalNavigation dl div:nth-child(2)::before, #globalNavigation dd::after{
		content: "";
		display: block;
		width: 65vw;
		height: 1px;
		margin: 0 auto;
		background: rgba(0,0,0,0.5);
	}
	#globalNavigation dd a{
		width: auto;
		padding: 1.1vh;
		text-align: center;
		font-size: 3vw;
	}
	
	#menu{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 18vw;
		height: 10vh;
		cursor: pointer;
	}
	#menu::before, #menu::after{
		content: "";
		display: block;
		position: absolute;
		left: 5vw;
		top: 5vh;
		width: 8vw;
		height: 2px;
		background: #000;
		transition: 0.4s;
	}
	#menu::before{
		margin-top: -1.5vw;
	}
	#menu::after{
		margin-top: 1.5vw;
	}
	#menu.open::before{
		margin-top: 0;
		transform: rotate(45deg);
	}
	#menu.open::after{
		margin-top: 1px;
		transform: rotate(-45deg);
	}
	
	#overLayer{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(255, 255, 255, 0.3);
		z-index: 10;
	}
	
	
	
	
	/* ------------ CONTENTS ------------ */
	#contents{
		margin: 12vw 0 0 0;
		overflow-x: hidden;
	}

	#contents h2{
		line-height: 1.3;
		font-size: 7vw;
	}
	#contents h2 small{
		font-size: 2.5vw;
	}
	
	
	
	/* ------------ PAGE ------------ */
	#pageTitle{
		margin: 12vh auto 6vh auto;
		line-height: 1.3;
		font-size: 10vw;
		letter-spacing: 0.05em;
	}
	#pageTitle small{
		font-size: 3vw;
	}
	
	
	/* ------------ FOOTER ------------ */
	#backtoTop{
		width: 15vw;
		height: 15vw;
		background-size: 10vw auto;
	}
	#backtoTop:hover{
		background-size: 11vw auto;
	}
	
	#pageFooter dl{
		flex-direction: column;
		width: auto;
	}
	#pageFooter dl > div{
		width: 88vw;
	}
	#pageFooter .info .header small{
		font-size: 4vw;
	}
	#pageFooter .info .address{
		padding: 2.5vw 0 3.25vw 0;
		font-size: 2.55vw;
	}
	#pageFooter .info .links{
		font-size: 3.25vw;
	}
	
	#pageFooter .contants{
		margin-top: 5vw;
	}
	#pageFooter .phone {
		background-size: 12vw 100%;
		font-size: 9.2vw;
		font-weight: 300;
		letter-spacing: 0.05em;
	}
	#pageFooter .mailform {
		padding: 0 1vw 0 0;
		background-size: 12vw 100%;
		font-size: 4vw;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	#pageFooter .phone::after, #pageFooter .mailform::after{
		left: 16vw;
		width: 72vw;
		height: 2vw;
	}
	
	#copyright{
		padding: 10vw 0 10vw 0;
		font-size: 2.5vw;
	}
}


/*---------------------------------------------
  SMALL SCREENS
---------------------------------------------*/
@media screen and (max-width:640px) {
	#globalNavigation dd a{
		width: auto;
		padding: 1.25vh;
		text-align: center;
		font-size: 4vw;
	}
}
@media screen and (max-width:480px) {
	body {
		font-size: 3.5vw;
	}
}






/*---------------------------------------------
  BG POLYGON
---------------------------------------------*/
#BG{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	z-index: 0;
	transition: 1s;
}
#BG.light{
	opacity: 0.55;
}
#BG svg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2000px;
	height: 2000px;
	transform: translate(-50%, -50%);
	will-change: transform;
}

#polygons{
	filter: saturate(250%);
}
#polygons.s250{ filter: saturate(250%); }
#polygons.s200{ filter: saturate(200%); }
#polygons.s150{ filter: saturate(150%); }
#polygons.s100{ filter: saturate(100%); }

@media screen and (min-width:1200px) {
	#BG{ transform: scale(1.2); }
}
@media screen and (min-width:1400px) {
	#BG{ transform: scale(1.35); }
}
@media screen and (min-width:1600px) {
	#BG{ transform: scale(1.4); }
}
@media screen and (min-width:1800px) {
	#BG{ transform: scale(1.45); }
}
@media screen and (min-width:1900px) {
	#BG{ transform: scale(1.6); }
}
@media screen and (min-width:2000px) {
	#BG{ transform: scale(2); }
}




/* ----- Motion Effects ----- */
.sa{
	webkit-transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1.5s ease-out 0.1s;
	transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1.5s ease-out 0.1s;
	opacity: 0;
}
.sa.show{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.saY-50{
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.saY0{
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.saY30{
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.saY50{
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.saY100{
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
.saY150{
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
}
.saY200{
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}

.saX-50{
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
.saX-30{
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.saX-20{
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}
.saX0{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.saX30{
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.saX50{
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}
.saX100{
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.sa500ms{
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s ease-out 0.1s;
}
.sa750ms{
	transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.5s ease-out 0.1s;
}
.sa1000ms{
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1s ease-out 0.1s;
}
.sa2000ms{
	transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 2s ease-out 0.1s;
}
.sa3000ms{
	transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 3s ease-out 0.1s;
}
.sa5000ms{
	transition: transform 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 5s ease-out 0.1s;
}
