﻿
/* =======================================
    headder
======================================= */
#headerLoop {
	width: 100%;
	height: 123px;
	background: #FFFFFF;
	background-repeat: repeat-x;
	position: fixed;
	z-index: 11;
	border-bottom: 4px solid #00359F;
}

.headerArea {
	width: 1080px;
	height: 123px;
	margin: 0 auto;
	background: #FFFFFF;
	background-repeat: repeat-x;
}

@media screen and (min-width:1100px) {
	.headerArea {
		width: 1080px;
	}
}

@media screen and (max-width:1100px) {
	.headerArea {
		width: auto;
	}
}

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/

}

.headerArea .logo {

	float: left;
}

@media screen and (min-width:1066px) {
	.headerArea .logo img {
		width: 176px;
		height: 110px;
	}
}

@media screen and (min-width:861px) and (max-width:1066px) {
	.headerArea .logo img {
		width: 144px;
		height: 90px;
	}
}

@media screen and (max-width:860px) {
	.headerArea .logo img {
		width: 88px;
		height: 55px;
	}
}

.headerArea #InquiryArea {
	float: right;
	width: auto;
	height: 50px;
	padding: 20px;
	text-align: center;
}

.headerArea #headerSNSiconArea {
	float: right;
	font-weight: bold;
}

@media screen and (min-width:861px) {
	.headerArea #headerSNSiconArea {
		top: 20px;
		position: relative;
	}
}

@media screen and (max-width:860px) and (min-width:481px){
	.headerArea #headerSNSiconArea {
		right: 60px;
		top: 10px;
		position: absolute;
	}
}

@media screen and (max-width:480px) {
	.headerArea #headerSNSiconArea {
		left: 90px;
		right: 60px;
		top: 10px;
		text-align:right;
		position: absolute;
	}
}
/* ===== 問い合わせBOX ===== */
.headerArea #InquiryBoxRap {
	display:inline-block; /* ブロックレベル要素をインライン要素化 */
	float: right;
}

.headerArea #InquiryBox {
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.5em;
	background: #FFF;
	border: solid 1.5px #000000;/*線*/
	border-radius: 10px;/*角の丸み*/

	text-align: center; /* インライン要素の左右のセンタリングを指定する */
	display: table-cell; /* インライン要素をテーブルセル化する */
	vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */
}

.headerArea a:link #InquiryBox {
    color: #000000;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.5em;
	background: #FFF;
	border: solid 1.5px #000000;/*線*/
	border-radius: 10px;/*角の丸み*/

	text-align: center; /* インライン要素の左右のセンタリングを指定する */
	display: table-cell; /* インライン要素をテーブルセル化する */
	vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */
}

.headerArea a:visited #InquiryBox {
	color: #000000;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.5em;
	background: #FFF;
	border: solid 1.5px #000000;/*線*/
	border-radius: 10px;/*角の丸み*/

	text-align: center; /* インライン要素の左右のセンタリングを指定する */
	display: table-cell; /* インライン要素をテーブルセル化する */
	vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */
}

.headerArea a:hover #InquiryBox{
	color: #8a8a8a;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.5em;
	background: #FFF;
	border: solid 1.5px #8a8a8a;/*線*/
	border-radius: 10px;/*角の丸み*/

	text-align: center; /* インライン要素の左右のセンタリングを指定する */
	display: table-cell; /* インライン要素をテーブルセル化する */
	vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */
}
.headerArea a:active #InquiryBox {
	color: #8a8a8a;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.5em;
	background: #FFF;
	border: solid 1.5px #8a8a8a;/*線*/
	border-radius: 10px;/*角の丸み*/

	text-align: center; /* インライン要素の左右のセンタリングを指定する */
	display: table-cell; /* インライン要素をテーブルセル化する */
	vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */
}


/* ===== 言語メニュー ===== */
.headerArea .Nav {
	float: right;
	font-weight: bold;
	width: 250px;
	height: 70px;
	line-height: 70px;
}

.headerArea .Nav li {
  float: left;
}

.headerArea .Nav li a {
}

/* ===== メインメニュー ===== */
.headerArea #Nav2
{
	float: right;
	width: auto;
	/* height: auto; */
}

.headerArea #Nav2 li {
}

.headerArea a:link { color: #000000; }
.headerArea a:visited {color: #000000;}
.headerArea a:hover { color: #8a8a8a; }
.headerArea a:active { color: #8a8a8a; }

.gnav {
    display: flex;
    height: 2rem;
    margin: 0 auto;
    width: 850px;
    float: right;
}

.gnav .li-products {
	width: 250px;
}

.gnav .li-about {
	width: 250px;
}


.gnav > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    box-sizing: border-box;
    background: #FFFFFF;
    border-right: 1px solid #eee;
    color: #000;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.07em;
    width: 100%;
}

/*子階層以降共通*/
.gnav li li {
    z-index: 1000;
    height: 0;
    overflow: hidden;
    transition: .3s;
}
.gnav li li a {
    border-top: 1px solid #eee;
    background: #00359F;
    font-size: 1.0em;
    font-weight: normal;
    text-align: left;
    padding-left: 5px;
}

.gnav li li .philosophy {
    font-size: 0.5em;
}

.gnav li li .corp-chara {
    font-size: 0.5em;
}


.gnav li li .dev-results {
    font-size: 0.5em;
}

.gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}

.headerArea .gnav li li a:link { color: #FFFFFF; }
.headerArea .gnav li li a:visited { color: #FFFFFF; }
.headerArea .gnav li li a:hover { color: #FFFFFF; background: #63a6d4;}
.headerArea .gnav li li a:active { color: #FFFFFF; background: #63a6d4;}

/* モバイル用ナビ */
.global-nav {
	position: fixed;
	right: -320px; /* これで隠れる */
	top: 0;
	width: 300px; /* スマホに収まるくらい */
	height: 100vh;
	/* padding-top: 60px; */
	background-color: #00359F;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

.hamburger {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 60px; /* クリックしやすいようにちゃんと高さを指定する */
	cursor: pointer;
	z-index: 300;
}

.headerArea .global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.headerArea .global-nav__item {
	text-align: center;
	padding: 0 14px;
}

.headerArea .global-nav__item a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #111;
}

.headerArea .global-nav__item a:hover {
	/* background-color: #eee; */
}

.headerArea .global-nav__mainitem {
	text-align: center;
	padding: 0 0px;
}

.headerArea .global-nav__mainitem a {
	display: block;
	padding: 1px 0;
	padding-left: 25px;
	font-size: 18px;
	letter-spacing: 0.14em;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	text-align: left;
	color: #fff;
}

.headerArea .global-nav__mainitem a:hover {
	/* background-color: #eee; */
	color: #ababab;
}

.headerArea .global-nav__subitem {
	text-align: center;
	padding: 0 0 0 40px;
}

.headerArea .global-nav__subitem a {
	display: block;
	padding: 6px 0 6px 10px;
	letter-spacing: 0.14em;
	font-size: 14px;
	border-bottom: 1px dashed #eee;
	text-align: left;
	text-decoration: none;
	color: #fff;
}

.headerArea .global-nav__subitem a:hover {
	/* background-color: #eee; */
	color: #ababab;
}



.headerArea .global-nav__languageitem {
	text-align: left;
	margin-left: 40px;
	margin-bottom: 80px;
	padding: 6px 0 6px 5px;
	font-size: 10px;
	color: #FFF;
	border-bottom: 1px dashed #eee;
}

.headerArea .global-nav__languageitem a {
	/* display: flex; */
	padding: 6px 3px 6px 3px;
	letter-spacing: 0.14em;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #fff;
}

.headerArea .global-nav__languageitem a:hover {
	/* background-color: #eee; */
	color: #ababab;
}

.headerArea .global-nav__middlemargin
{
	margin-bottom: 30px;
}

.headerArea .global-nav__highmargin
{
	margin-bottom: 50px;
}

.headerArea .global-nav__topmargin
{
	margin-top: 60px;
}

@media screen and (max-height: 840px) {
	.headerArea .global-nav__middlemargin
	{
		margin-bottom: max(0px,calc(30px + 10vh - 84px),0px);
	}

	.headerArea .global-nav__highmargin
	{
		margin-bottom: max(calc(50px + 16.67vh - 140px),0px);
	}

	.headerArea .global-nav__topmargin
	{
		margin-top: max(calc(60px + 20vh - 168px),0px);
	}
}

.hamburger__line {
	position: absolute;
	left: 11px;
	width: 30px;
	height: 3px;
	background-color: #111;
	transition: all .6s;
}

.hamburger__line--1 {
	top: 14px;
}

.hamburger__line--2 {
	top: 25px;
}

.hamburger__line--3 {
	top: 36px;
}


.note{
	font-size: 75%;
	font-weight:600;
	white-space: nowrap;
	margin-top: 44px;
	margin-left: 7px;
	transition: .2s;
	width: 37px;
	text-align: center;
}

.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
	right: 0;
}

.nav-open .black-bg {
	opacity: 0.4;
	visibility: visible;
}

.nav-open .hamburger__line--1 {
	background-color: #FFF;
	transform: rotate(45deg);
	top: 20px;
}

.nav-open .hamburger__line--2 {
	background-color: #FFF;
	width: 0;
	left: 50%;
}

.nav-open .hamburger__line--3 {
	background-color: #FFF;
	transform: rotate(-45deg);
	top: 20px;
}

.nav-open .note {
	color: #FFF;
}

@media screen and (max-width: 860px) {
	.pc-content {
		display: none;
	}
	/*ナビ表示中はトップのslideをさせない*/
	html:has(.nav-open){
		overflow: hidden;
	}
}

@media screen and (min-width: 861px) {
	.mobile-nav {
		display: none;
	}
}


/* ===== ヘッダー下部ライン ===== */
#headerArea2 {
	width:100%;
	top: 100px;
	height: 23px;
	/* background: #FFFFFF; */
	background-repeat: repeat-x;
	/* border-bottom: 4px solid #00359F; */
	position: fixed;
	z-index: 12;
	pointer-events: none;
}


#headerMagineArea {
    height: 127px;
}

/* =======================================
    footer
======================================= */
#footer {
	width: 100%;
	height: 450px;
	text-align: center;
	float: left;
	background: #d2d2d2;
}

#footerLoop {
	width: auto;
	height: 450px;
	margin: auto;
	background: #d2d2d2;
	background-repeat: repeat-x;
}

#footerArea {
	width: auto;
	height: 54px;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 auto;
}

#footerArea a:link { color: #000000; }
#footerArea a:visited { color: #000000; }
#footerArea a:hover { color: #848484; }
#footerArea a:active { color: #848484; }

#footerArea #footerSNStext {
	width: 100%;
	height: auto;
	line-height: 40px;
	margin-top: 40px;
	font-size: 1.3em;
	text-align: center;
	float: left;
}

#footerArea #footerTermsArea {
	width: 100%;
	height: auto;
	line-height: 20px;
	margin: 10px 0;
	float: left;
}
#footerArea #footerTermsArea a{
	white-space: nowrap;
}

#footerArea #footerLogoArea {
	width: 100%;
	height: auto;
	float: left;
}

#footerArea #footerCopyrightArea {
	width: 100%;
	float: left;
}