@charset "utf-8";


/* pc
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

body{
	text-align:center;
	margin:0;
	padding:0;
	font-family:"Noto Sans JP", "游ゴシック", "Yu Gothic", sans-serif;
	font-size:calc(16 / 16 * 1rem);
	line-height:1.75;
	color:#323333;
	background:#f4f4f4;
}
a:link {color:#4ea9ae; text-decoration:underline;}
a:visited {color:#4ea9ae;text-decoration:none;}
a:hover {color:#dfecca;}
a:active {color:#0054a5;text-decoration:none;}
a:focus-visible, button:focus-visible {outline:3px solid #005fcc;outline-offset:3px;}

.wrapperArea{
	position:relative;
	width:1320px;
	margin:0 auto;
	background:#fff;
}

#wrapper{
	position:relative;
	z-index:1;
	width:1200px;
	margin:0 auto;
	background:#fff;
}

.waveLeft,
.waveRight{
	position:absolute;
	top:0;
	width:60px;
	height:100%;
	background-repeat:repeat-y;
	background-size:60px 2800px;
	z-index:10;
}

.waveLeft{left:0;background-image:url("../img/common/waveL.svg");}
.waveRight{right:0;background-image:url("../img/common/waveR.svg");}


/* header
--------------------------------------------------------------------------------------*/

#header{
	background:#fff;
	position:-webkit-sticky;
	position:sticky;
	top:0;
	left:0;
	right:0;
	z-index:9000;
	padding:10px 0 6px;
	box-shadow:0 1px 3px rgba(0,0,0,.4);
}

#header #head{
	max-width:1200px;
	width:100%;
	height:72px;
	margin:0 auto;
	padding:0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	box-sizing:border-box;
}

#header h1{
	width:75px;
	flex-shrink:0;
	margin:0;
	padding:0;
}

#header h1 img{
	display:block;
	width:100%;
	height:auto;
}

#headR{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin:0;
	padding:0;
	flex:0 1 auto;
	margin-left:auto;
}

#header #head #headR #nav{
	margin-left:auto;
	margin-right:0;
	padding:0;
	width:auto;
}

#nav ul#menu{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin:0;
	padding:0;
	list-style:none;
	gap:0;
}

#nav #menu li{
	margin:0;
	padding:0 16px;
	text-align:center;
}

#nav #menu li:last-child{
	padding-right:0;
}

#nav #menu li a{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	color:#555;
	font-size:13px;
	line-height:72px;
	text-decoration:none;
	white-space:nowrap;
	transition:color .25s ease;
}

#nav #menu li a:hover{
	color:#b40019;
}

#nav #menu li a::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:18px;
	width:0;
	height:2px;
	margin:auto;
	background:#b40019;
	transition:width .25s ease;
}

#nav #menu li a:hover::after{
	width:100%;
}

#nav #menu li.on a{
	color:#f2c300;
}

#nav #menu li.sdgs{
	margin:0;
	padding:0;
	background:none;
}

#nav #menu li.sdgs a{
	display:flex;
	align-items:center;
	gap:8px;
	margin:0;
	padding:0;
	line-height:72px;
}

#nav #menu li.sdgs img{
	display:block;
	width:32px;
	height:32px;
	flex-shrink:0;
}

.slicknav_menu, #hamburger{display:none;}




/* sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/


@media screen and (max-width: 768px) {
html, body{
	width: 100%;
	min-width:initial;
	margin: 0;
	padding: 0;
	font-size: clamp(0.95rem, 2.2vw, 1.8rem); 
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
}

#header {
	width:100%;
	margin:0;
}
#header #head{
	max-width:inherit;
	width:100%;
	height:72px;
	margin: 0;
	padding:0;
}

.slicknav_menu, #hamburger {display:block !important;}
#nav{display: none !important;}

#header{
	text-align: left;
	padding:0;
	margin-left:0;
	margin-right:0;
}
	
#header #head{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:5% 2%;
	margin-bottom: 0;
}

.wrapperArea{
	width:100%;
	margin:0;
	background:#fff;
}

.wrapperArea::before,
.wrapperArea::after{
	width:20px;
	background-size:20px auto;
}


#wrapper{
	width:100%;
	padding:0;
}

.waveLeft,
.waveRight{
	position:absolute;
	top:0;
	width:60px;
	height:100%;
	background-repeat:repeat-y;
	background-size:30px auto;
	background-position: top center;
	z-index:10;
}

.waveLeft{left:-15px;background-image:url("../img/common/waveL.svg");}
.waveRight{right:-15px;background-image:url("../img/common/waveR.svg");}


}


@media (prefers-reduced-motion: reduce){

*,
*::before,
*::after{
	animation-duration:0.01ms!important;
	transition-duration:0.01ms!important;
	scroll-behavior:auto!important;
}

}
