@charset "utf-8";
/*http://know-garden.com/constant/03_sim10/*/
/* ============================================== */
/* デザイン調整用                                 */
/* ============================================== */
body, h1 {
	padding: 0;
	margin:  0;
}
#wrapper {
	background: #a9e2ff;
	linear-gradient(0, #0066cc, #0099ff);
	text-align: center;
}
.large_font {
	color: #ffffff;
	font-size: 30px;
	line-height: 2;
}
/* ============================================== */
/* メニュー                                       */
/* ============================================== */
.menu {
	display: none;
	width: 100%;
	height: 95px;
	background: #121212;
	position: fixed;
	top: 0;
	z-index:100;/*デフォルト　z-index:999;*/
	font-size: 2rem;
}
.menu.normal {
	position: relative;
	display: block;
	z-index: 0;
}

/* ============================================== */
/* メニュー　カスタマイズ部分*/
/* ============================================== */
.menu.near_header .menu-wrap {
	width: 97%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #353535;
}
.menu.near_header .menu-wrap .logo {
	width: 500px;
	text-align: center;
}
.menu.near_header .menu-wrap .logo img {
	width: 100%;
	max-width: 410px;
	height: auto;
}
.menu.near_header .menu-wrap ul {
	flex: 1;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.menu.near_header .menu-wrap ul li {
	flex: 0 0 calc(100% / 4);
	display: flex;
	align-items: center;
	border-left: 1px solid #353535;
	text-align: center;
}
.menu.near_header .menu-wrap ul li a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: 0.6s;
}
.menu.near_header .menu-wrap ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.menu.near_header .menu-wrap ul li a span {
	display: block;
	margin-top: 10px;
	font-family: Roboto Condensed;
	font-size: 1.2rem;
	letter-spacing: 1px;
}


/*スクロール後　ヘッダー固定メニュー*/
.menu.fixed .menu-wrap {
	width: 90%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu.fixed .menu-wrap .logo {
	width: 350px;
	text-align: center;
}
.menu.fixed .menu-wrap .logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.menu.fixed .menu-wrap ul {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	height: 100%;
	font-size: 1.6rem;
}
.menu.fixed .menu-wrap ul li {
	display: flex;
	align-items: center;
	margin-left: 4rem;
}
.menu.fixed .menu-wrap ul li a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: 0.6s;
}
.menu.fixed .menu-wrap ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}



/*スクロール後　フッター固定メニュー*/
.menu.near_footer .menu-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 1rem;
	display: flex;
	justify-content: space-between;
	color: #fff;
	/*height: 100%;*/
}
.menu.near_footer .menu-wrap ul {
/*flex: 0 0 calc(100% / 5);*/	
}
.menu.near_footer .menu-wrap ul.logo {
	text-align: center;
	
}
.menu.near_footer .menu-wrap ul.logo small {
	margin-top: 3rem;
font-size: 1.3rem;	
}
.menu.near_footer .menu-wrap ul.logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.menu.near_footer .menu-wrap ul:nth-of-type(2) li a,
.menu.near_footer .menu-wrap ul:nth-of-type(3) li a,
.menu.near_footer .menu-wrap ul:nth-of-type(4) li a {
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	line-height: 3;
	transition: 0.6s;
}
.menu.near_footer .menu-wrap ul:nth-of-type(2) li a:hover,
.menu.near_footer .menu-wrap ul:nth-of-type(3) li a:hover,
.menu.near_footer .menu-wrap ul:nth-of-type(4) li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.menu.near_footer .menu-wrap ul:nth-of-type(5) {
	white-space: nowrap;
	text-align: center;
}
.menu.near_footer .menu-wrap ul:nth-of-type(5) li:nth-of-type(1) {
	margin-top: 1rem;
	font-size: 3.2rem;
	font-weight: 600;
}
.menu.near_footer .menu-wrap ul:nth-of-type(5) li:nth-of-type(2) {
	margin-top: 1rem;
	font-size: 1.4rem;
}
.menu.near_footer .menu-wrap ul:nth-of-type(5) li:nth-of-type(3) {
	margin-top: 3rem;
}
.menu.near_footer .menu-wrap ul:nth-of-type(5) li:nth-of-type(3) a.btn-primary {
	font-size: 2rem;
	line-height: 1;
}
/* for SP 321px～599px適用 */
@media screen and (min-width:321px) and ( max-width:599px) {
	.menu.near_footer .menu-wrap ul:nth-of-type(5) li:nth-of-type(3) a.btn-primary {
	font-size: clamp(1.6rem, 1.418rem + 0.91vw, 2rem);
	}
}
/* for SP 320px以下適用 */
@media screen and (max-width:320px) {
	.menu.near_footer .menu-wrap ul:nth-of-type(5) li:nth-of-type(3) a.btn-primary {
	font-size: 1.4rem;
	}
}
.menu.near_footer .footer-under {
	padding: 4rem 2rem 2rem 2rem;
	border-top: 1px solid #333;
}
.footer-under .footer-under-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-under .footer-under-wrap .group-logo {
	max-width: 300px;
}
.footer-under .footer-under-wrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: .2;
}
.footer-under .footer-under-wrap .copy {
	margin-left: 8rem;
	font-size: 1.3rem;
	text-align: right;
	color: #555;
}
.footer-under .footer-under-wrap .copy span {
	font-family: Roboto Condensed;
	letter-spacing: 1px;
	color: #555;
}