@charset "utf-8";
/* CSS Document */
/*2026 created by NANACO JAPAN CREATIVE OFFICE*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	width: 100%;
	height: 100%;
	max-width: 1800px;
	color: #17323e;
	margin: 0 auto;
	font-size: 16px;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #17323e;
}
a:hover {opacity: 0.8;}
li {list-style: none;}
img {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
h1 img{
	width:100%;
	margin:0 auto;
	display: block;
}
.global_nav.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  background: #92DEFF;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.global_nav {
	max-width: 1800px;
	width: 100%;
	background: #92DEFF;
	z-index: 3;
	position: sticky;
	top: 0;
}
.global_nav ul {
	margin: 0 auto;
	display: flex; 
	align-items: center;
	justify-content: center;
}
.nav1 {
	gap: 2rem;
	padding: 2.2rem 0;
}
.global_nav li {
	float: left;
	list-style: none;
	text-align: center;
}

/* hamburger */
.hamburger {
	display: none;
	position: fixed;
	z-index: 3;
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	background-color: #92DEFF;
	margin-top: 0.3rem;
}
.hamburger span {
	display: block;
	position: absolute;
	left: calc(50% - 0.75rem);	/* 中央配置: (42px - 1.5rem) / 2 */
	background: #FFFFFF;
	width: 1.5rem;
	height: 3px;
	border-radius: 4px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition : 0.3s ease-in-out;
	transition : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {top: 10px;}
.hamburger span:nth-child(2) {top: 20px;}
.hamburger span:nth-child(3) {top: 30px;}
/* ナビ開いてる時のボタン */
.hamburger.active {
	background-color: #17323e;
  z-index: 100;
}
.hamburger.active span:nth-child(1) {
	top : calc(50% - 1.5px); /* 垂直中央: (42px - 3px) / 2 */
	left: calc(50% - 0.75rem);
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
	top: calc(50% - 1.5px); /* 垂直中央 */
	-webkit-transform: rotate(45deg);
	-moz-transform : rotate(45deg);
	transform : rotate(45deg);
}
nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top : 0;
	left : 0;
	background: #92DEFF;
	text-align: center;
	overflow: hidden;
  height: 100vh;
  transform: translateY(-100%);
	transition: all 0.3s;
	width: 100%;
}
nav.globalMenuSp ul {
	flex-direction: column;
	justify-content: flex-start;
	background: #92DEFF;
	margin: 0 auto;
	padding: 2.8rem;
	width: 100%;
	width: 25rem;
}
.spli1 {
	padding-top: 2rem;
}
.spli2:first-child {margin-top: -2rem;}
.spli2 {
	padding-top: 1.5rem !important;
	width: 100% !important;
	text-align: center;
	margin-bottom: -2rem;
}
.spli2 a, .spli2 a:visited {
    color: #17323e;
    font-weight: 700;
}
.spli2_1 span {
	display: inline-block;
	margin-right: 1rem;
}
.spli2_1 span:last-child {
  	margin-right: 0;
}
.spli2_1{
	margin-top: 2.4rem;
	color: #17323e;
}
.global_nav{
	background: #92DEFF !important; color: #17323e !important;
}
.nav1 a, .nav1 a:visited {text-decoration: none;
	 color: #17323e;
	  font-optical-sizing: auto;
	  font-weight: 700;
	  font-style: normal;
	  font-variation-settings:"wdth" 100;
	  font-size:clamp(14px,1.1vw,18px)
}

.nav2 {
  display: flex !important;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.nav2 a {
  display: block;
} 
.ul1 {
	height: 100vh;
	padding-bottom: 10em;
}
nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 50%;
	border-bottom: rgba(23,50,62,0.2) solid 1px;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	color: #17323e;
}
nav.globalMenuSp ul li a {
	display: block;
	padding: 1rem 0;
	text-decoration :none;
	text-align: center;
	font-weight: 700;
	color: #17323e;
}
.spli2_1 div {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}
.spli2_1 div span a {
	padding: 0;
	display: inline-block;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
}

/* アイコン */
.icons {
	width: 2rem;
	height: auto;
}

@media screen and (max-width: 1250px){
	.global_nav {
		padding-bottom: 0;
		background: #92DEFF !important;
	}
	.global_nav li {
	font-size: 1.6rem;
	}
	.globalMenuSp.active{top: 0;} 
	.nav1{display: none;padding: 0;} 	
	.hamburger{display: block;}
	.nav1 li, .nav2 {display: none;}
	.spli2:first-child {
        border-top: 1px solid rgba(255,255,255,0.3);
        margin-top: 0.1rem;
        padding-top: 0 !important;
    }
  nav.globalMenuSp ul li {display: block;	}
}
@media screen and (max-width: 480px) {
	.global_nav li{font-size:1rem;}
}
