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

.wrapper {
	width: 100%;
}
.bg {
	width: 100%;
	height: 100vh;
	background: url("../images/bg-network.jpg") center / 80% auto no-repeat;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: -100;
	opacity: .6;
}

body {
	width: 100%;
	min-width: 350px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #0d0c2e;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.6;
	position: relative;
}

* { margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }

h2 { font-size: 1.8em; color: #56ab1e }

.content {
	margin-bottom: 96px;
	position: relative;
}

.mon { font-family: 'Montserrat Alternates', sans-serif; }
.flex { display: flex; }
.width-90 { width: 90%; margin-right: auto; margin-left: auto; }



@media (min-width: 993px) {
	.tb, .tbsp, .sp { display: none!important; }
}

@media (max-width: 992px) and (min-width: 769px) {
	.pc, .sp { display: none!important; }
}

@media (max-width: 576px) {
	.pc, .pctb, .tb { display: none!important; }
}
@media (max-width: 576px) and (min-width: 426px) {
	.ssp { display: none!important; }
}



/* ヘッダー */
header.flex {
	width: calc(100% - 80px);
	height: 65px;
	padding-top: 5px;
	padding-bottom: 8px;
	background: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	right: 0;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 1000;
}

/* 左上社名 */
.hd-left {
	padding-left: 15px;
}
.hd-left .text {
	font-size: .85em;
}
.hd-left .name {
	font-weight: 700;
	font-size: 1.45em; 
	line-height: 1.3;
}
.hd-left .name span {
	font-size: .75em;
	margin-right: 8px;
}

/* グローバルナビ */
#g-nav {
	padding-right: 15px;
}
.g-nav-list .menu li {
	margin-left: 32px;
	font-weight: bold;
}
.g-nav-list .menu li.current {
	color: #56ab1e;
}



/* 左サイド（バーとページトップ） */
.side {
	width: 80px;
	height: 100%;
	padding-top: 8px;
	background: #0d0c2e;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
}
.side .rogomark img {
	width: auto;
	height: 58px;
}
.side .line-tate {
	width: 1.5px;
	height: 55%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
}
.side .pagetop {
	width: 70%;
	position: absolute;
	bottom: 15px;
	left: 15%;
}

/* フッター */
footer {
	padding: 8px 1%;
	background: #0d0c2e;
	color: #fff;
	text-align: right;
}
footer .copy {
	font-size: .8em;
	letter-spacing: 1px;
}

/* メイン */
.main {
	margin-left: 80px;
}
/* （下層ページ共通）メイン画像 */
.under #mv {
	height: 70vh;
	min-height: 400px;
	max-height: 580px;
	margin-bottom: 56px;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.under #mv h1 {
	font-size: 2.3em;
	font-weight: 700;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	left: 17%;
	transform: translateY(-50%);
}
.under #mv h1 span {
	display: inline-block;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	font-size: .8em;
	font-weight: 400;
}



/*問い合わせ*/
.toi {
	margin-top: 32px;
	text-align: center;
}
.toi .text {
	font-weight: 700;
}
.toi .btn {
	display: inline-block;
	width: 240px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 10px 3.5% 12px;
	border: 3px solid;
	border-radius: 8px;
	background: #ffed00;
	font-weight: 700;
	letter-spacing: 2px;
}

