@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	overflow-x:clip;
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	font-weight:500;
	line-height: 1.75;
	letter-spacing:0.1em;
	font-feature-settings: "palt";
	color: #000;
	position: relative;
	overflow-x: clip;
}
h1, h2, h3, h4, h5 {
	
}
.en {
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}
a {
	text-decoration: none;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
a:hover{
	opacity: 0.5;
}
img {
	max-width: 100%;
	height: auto;
}

/* ----rem設定基本触らない---- */
:root {
	--liquid-lgDesignRatio: calc(1440 / 10);
	--liquid-lmdDesignRatio: calc(1024 / 10);
	--liquid-mdDesignRatio: calc(840 / 10);
	--liquid-smDesignRatio: calc(390 / 10);
}

@media screen and (max-width: 1440px) {
	:root {
		--liquid-htmlroot: calc(100vw / var(--liquid-lgDesignRatio));
	}
	html {font-size: var(--liquid-htmlroot);}
}
@media screen and (max-width: 1024px) {
	:root {
		--liquid-htmlroot: calc(100vw / var(--liquid-lmdDesignRatio));
	}
}
@media screen and (max-width: 840px) {
	:root {
		--liquid-htmlroot: calc(100vw / var(--liquid-mdDesignRatio));
	}
}
@media screen and (max-width: 520px) {
	:root {
		--liquid-htmlroot: calc(100vw / var(--liquid-smDesignRatio));
	}
}
/* --------- */

/* ----レスポンシブの表示非表示---- */
.sp1440,.sp1024,.sp840,.sp520,.sp375{display: none;}
@media (max-width: 1440px) {
	.pc1440{display: none !important;}
	.sp1440{display: block;}
	@media (max-width: 1024px) {
		.pc1024{display: none !important;}
		.sp1024{display: block;}
		@media (max-width: 840px) {
			.pc840{display: none !important;}
			.sp840{display: block;}
			@media (max-width: 520px) {
				.pc520{display: none !important;}
				.sp520{display: block;}
				@media (max-width: 375px) {
					.pc375{display: none !important;}
					.sp375{display: block;}
				}
			}
		}
	}
}
/* --------- */

/* ----------------------------------------------------------------------
作業、コード短縮できるクラス名設定
---------------------------------------------------------------------- */
.inner{
	max-width: 118rem;
	width:86%;
	margin:0 auto;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Tcenter{
	text-align: center;
}
.Fcenter{
	display: flex;
	justify-content: center;
	align-items: center;
}
.m0a{
	margin: 0 auto;
}
.rela{
	position: relative;
}
.abs{
	position: absolute;
}
.maxnone{
	max-width: none;
	width: 100%;
}
.obcover{
	max-width: initial;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.y-bg{
	background: url(../img/common/y-bg.webp) repeat top;
	background-size: 100% auto;
}
.c-bg{
	background: url(../img/common/c-bg.webp) repeat top;
	background-size: 100% auto;
}
.gre-bg{
	background: url(../img/common/gre-bg.webp) repeat top;
	background-size: 100% auto;
}

@media (max-width: 1440px) {
	@media (max-width: 1024px) {
		@media (max-width: 840px) {
			@media (max-width: 520px) {
				@media (max-width: 375px) {
				}
			}
		}
	}
}


section{
	position: relative;
}
/*************************************************************
ヘッダー
*************************************************************/

#header{
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	z-index: 999;
}

#header .logo-box{
	width: 23.8%;
	aspect-ratio: 914 / 370;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-image: url("../img/common/header-01@2x.webp");
	background-size: cover;
	background-position: center;
}

#header .logo-box .logobox-inner{
	width: 80%;
	transform: translateY(-16%);
}

#header .header-title{
	display: block;
	width: 92%;
}

#header .time{
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 600;
    margin-top: 0.6em;
}

#header .menu-list{
	width: 14.6%;
	aspect-ratio: 560 / 790;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-image: url("../img/common/header-02@2x.webp");
	background-size: cover;
	background-position: center;
}

#header .menu-list ul{
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	border-right: 3px solid #ffffe9;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.07em;
	color: #ffffe9;
	padding: 0.5em 1em 0.5em 0;
	transform: translateY(-5%);
	margin: 0.9em 3em 0 0;
}

#header .menu-list ul li a{
	display: flex;
	padding: 0.6em 0;
}

@media (max-width: 1440px) {
	#header .logo-box{
		width: 30%;
	}

	#header .menu-list{
		width: 20%;
	}

	#header .menu-list ul{
		margin: 0.9em 2.5em 0 0;
	}
	
	@media (max-width: 1024px) {
		#header .logo-box{
			width: 40%;
		}
		
		#header .menu-list{
			width: 25%;
		}
		
		#header .menu-list ul{
			font-size: 1.7rem;
			margin: 0.9em 2em 0 0;
		}
		
		@media (max-width: 840px) {
			#header .menu-list ul{
				font-size: 1.5rem;
				margin: 0.5em 1.4em 0 0;
			}
			
			@media (max-width: 520px) {
				#header .logo-box{
					width: 50%;
				}
				
				#header .header-title {
					width: 98%;
				}
				
				#header .time{
					font-size: 1.2rem;
					margin-top: 0.4em;
				}
				
				#header .menu-list{
					background-image: none;
				}
				
				#header .menu-list ul {
					font-size: 1.2rem;
					margin-top: 0.5em;
				}

			}
		}
	}
}


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

#footer{
	background-color: #ffffe9;
	position: relative;
	padding-bottom: 30.6em;
	color: #00636c;
}

#footer .footer-inner{
	max-width: 152.4rem;
	width: 86%;
	margin:0 auto;
	position: relative;
}


#footer:before{
	content: '';
	display: block;
	width: 100%;
	aspect-ratio: 1920 / 301;
	position: absolute;
	bottom: 100%;
	left: 0;
	background-image: url("../img/common/fotter-back-01@2x.webp");
	background-size: cover;
	background-position: center;
}



#footer .footer-ttl{
	width: fit-content;
	text-align: center;
	position: absolute;
	bottom: 133%;
	left: 4%;
}

#footer .abs-box h2{
	font-size: 2rem;
	letter-spacing: 0.1em;
}




#footer .footer-wrap{
	padding-left: 3.2%;
    align-items: flex-end;
    row-gap: 3rem;
    padding-top: 0.8em;
}

#footer .footer-wrap .notice-block{
	width: 35.6%;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
#footer .footer-wrap .notice-block .addr-txt{
	margin-bottom: 0.4em;
	line-height: 1.5;
}
#footer .footer-wrap .notice-block .notice{
	line-height: 1.9;
}
#footer .footer-wrap .notice-block .notice .en{
	font-size: 105.5555%;
	letter-spacing: 0.15em;
}


#footer .footer-wrap .right-nav{
	width: 64.4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer .footer-wrap .right-nav .nav-block{
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.1;
	width: calc(100% - 15rem);
	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
}

#footer .footer-wrap .right-nav .nav-block li{
	width: calc((100% - 2em) / 3);
}

#footer .footer-wrap .right-nav .nav-block li a{
	position: relative;
	display: inline-block;
	padding: 0.1em 1em 0.1em 2em;
	transition: border 0.3s;
	border-bottom: 0.1rem solid transparent;
}

#footer .footer-wrap .right-nav .nav-block li a:before {
  content: "";
  position: absolute;
	top: 50%;
	left: 0.62em;
  transform: translateY(-50%);
  width: .76em;
  height: .76em;
  background-color: #ff7514;
  border-radius: 50%;
}

#footer .footer-wrap .right-nav .nav-block li a:hover{
	border-bottom: 0.1rem solid #00636c;
}


#footer .footer-wrap .right-nav .copy-right{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	width: 11em;
}


#footer .left-img{
/*
	width: 60%;
	aspect-ratio: 1036 / 349;
*/
	width: 52.8%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}



#footer .right-img{
/*
	width: 60%;
	aspect-ratio: 1012 / 407;
*/
	width: 52%;
	max-width: 110rem;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer .right-img img{
	max-width: initial;
	width: 100%;
}


@media (max-width: 1440px) {
	
	@media (max-width: 1024px) {
		#footer{
			padding-bottom: 16em;
		}
		
		#footer .footer-ttl{
			bottom: 119%;
		}
		
		#footer .footer-wrap{
			padding-top: 2.5%;
		}

		#footer .abs-box h2{
			font-size: 1.4rem;
		}
		
		#footer .footer-wrap .notice-block{
			font-size: 1.5rem;
		}
		
		#footer .footer-wrap .right-nav .nav-block{
			font-size: 1.5rem;
		}
		
		@media (max-width: 840px) {
			#footer{
				padding-bottom: 14em;
			}
			
			#footer .footer-ttl{
				bottom: 103%;
				left: 2%;
			}
			
			#footer .footer-wrap {
				align-items: flex-start;
				padding-left: 1.4%;
				padding-top: 3.5%;
			}
			
			#footer .footer-wrap .right-nav .nav-block {
				width: 100%;
			}
			
			#footer .footer-wrap .right-nav{
				flex-direction: column;
				justify-content: center;
				align-items: flex-end;
			}

			
			@media (max-width: 520px) {
				#footer{
					padding-bottom: 6em;
				}
				
				#footer:before {
					aspect-ratio: 1920 / 601;
					background-size: 200%;
					background-position: 10% center;
				}
				
				#footer .abs-box h2 {
					font-size: 1.2rem;
				}
				
				#footer .footer-wrap {
					padding-left: 1.4%;
				}
				
				#footer .footer-wrap .notice-block {
					width: 100%;
					font-size: 1.2rem;
				}
				
				#footer .footer-wrap .right-nav{
					align-items: flex-start;
				}
				
				#footer .footer-wrap .right-nav .nav-block li{
					width: calc((100% - 2em) / 2);
				}
				
				#footer .footer-wrap .right-nav .nav-block li a {
					padding: 0.1em 1em 0.1em 1.3em;
				}
				
				#footer .footer-wrap .right-nav .nav-block li a:before {
					left: 0em;
					width: .66em;
					height: .66em;
				}
				
				#footer .footer-wrap .right-nav{
					width: 100%;
				}
				
				#footer .footer-wrap .right-nav .copy-right{
					margin-top: 2em;
				}
				
				@media (max-width: 375px) {
					
				}
			}
		}
	}
}