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

/*---------- reset custom ----------*/

html {
  font-size: 62.5%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body {
	font-size: 2rem;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*---------- basic style ----------*/

.inner {
	width: 900px;
	margin: 0 auto;
}

.toTop {
	width: 900px;
	margin: 60px auto 110px;
	text-align: right;
	font-size: 3rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#message + .toTop {
	margin: 60px auto;
}
.toTop a {
	color: #004ea2;
	text-decoration: none;
	padding: 0.1em 0.7em;
	border-bottom: 1px #004ea2 solid;
	position: relative;
}
.toTop a::before {
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background: #004ea2;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}
.toTop a::after {
	content: "";
	display: block;
	width: 1px;
	height: 17px;
	background: #004ea2;
	position: absolute;
	right: 4px;
	top: 4px;
	transform: rotate(30deg);
	transition: 0.3s;
}
.toTop a:hover::before {
	height: 2em;
}
.toTop a:hover::after {
	top: calc( 4px - 1em );
}

section p, section li, section dt, section dd {
	line-height: 150%;
}



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

header {
	width: 100%;
	height: 100vh;
	background: url("../img/top-image.jpg") center bottom no-repeat;
	background-size: cover;
	font-size: 2.6rem;
	text-align: center;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 150px;
}
header .inner {
	padding: 180px 0 0 0;
}

h1 {
	font-size: 3.6rem;
	text-shadow: 1px 1px 5px #666, -1px -1px 2px #999, -1px 1px 2px #999, 1px -1px 2px #999;
	margin-bottom: 5px;
}
p.englishHead {
	text-shadow: 1px 1px 5px #666, -1px -1px 2px #999, -1px 1px 2px #999, 1px -1px 2px #999;
}
p.englishHead span {
	color: #004ea2;
	text-shadow: none
}
/*p.catch {
	color: #004ea2;
	text-shadow: 1px 1px 5px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
}
*/
p.catch {
	margin: 50px 0 70px;
}

nav.gNav01 ul {
	display: flex;
	justify-content: center;
}
nav.gNav01 ul li::before {
	content: "　／　";
	color: #004ea2;
}
nav.gNav01 ul li:first-child::before {
	content: "";
}
/*nav.gNav01 ul li a {
	color: #004ea2;
	text-decoration: none;
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
}
nav.gNav01 ul li a:hover {
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff,
		3px 3px 10px #fff, -3px -3px 10px #fff, -3px 3px 10px #fff, 3px -3px 10px #fff;
}*/
nav.gNav01 ul li {
	display: flex;
	align-items: center;
}
nav.gNav01 ul li a {
	display: block;
}
nav.gNav01 ul li:nth-child(1) a:hover {
	background: url("../img/gNav01_on.png") no-repeat;
}
nav.gNav01 ul li:nth-child(2) a:hover {
	background: url("../img/gNav02_on.png") no-repeat;
}
nav.gNav01 ul li:nth-child(3) a:hover {
	background: url("../img/gNav03_on.png") no-repeat;
}
nav.gNav01 ul li:nth-child(4) a:hover {
	background: url("../img/gNav04_on.png") no-repeat;
}
nav.gNav01 ul li:nth-child(1) a:hover img {
	visibility: hidden;
}
nav.gNav01 ul li:nth-child(2) a:hover img {
	visibility: hidden;
}
nav.gNav01 ul li:nth-child(3) a:hover img {
	visibility: hidden;
}
nav.gNav01 ul li:nth-child(4) a:hover img {
	visibility: hidden;
}


/*------------- .gnavBtn -------------*/

/*   ボタンタグ設定   */
.gNav02 .gnavBtn {
  display: none;
  background: #004ea2;
  border: none;
  padding: 0 10px;
  width: 50px;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 999;
  text-align: center;
  outline: none;
	transition: 0.5s;
}

/*   ハンバーガーボタン3本線   */
.gNav02 .gnavBtn span.bar {
  display: block;
  height: 2px;
  background-color: #fff;
  margin: 10px 0;
  transition: 0.3s;
  transform-origin: 0 0;
}

.gNav02 .gnavBtn:hover {
	opacity: 0.8;
}

.gNav02 .gnavBtn > ul {
	position: fixed;
	top: 10px;
	right: -300px;
	transition: 0.5s;
}
.gNav02 .gnavBtn.active > ul {
	right: 50px;
}



/*------------- .gNav02 -------------*/

.gNav02 ul {
	background: rgba(202,202,202,0.8);
	position: fixed;
	top: 10px;
	right: 50px;
	transition: 0.5s;
	padding: 5px 10px;
	z-index: 99;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gNav02 ul li {
	border-top: 1px #004ea2 solid;
}
.gNav02 ul li:first-child {
	border-top: none;
}
.gNav02 li a {
	display: block;
	height: 60px;
	padding: 0 1em;
	line-height: 60px;
	color: #004ea2;
	text-decoration: none;
	text-align: center;
	font-size: 2.8rem;
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
	transition: 0.5s;
}
.gNav02 li a:hover {
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff,
		3px 3px 10px #fff, -3px -3px 10px #fff, -3px 3px 10px #fff, 3px -3px 10px #fff;
}

	
	
	
/*---------- main ----------*/

h2 {
	font-size: 3.6rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #004ea2;
	border-bottom: 2px #004ea2 solid;
	padding-bottom: 5px;
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
}

.blueBox {
	background: #e6fafa;
	width: calc( 50% + 300px);
	padding: 50px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	position: relative;
}
.rightBox {
	margin: 0 0 0 auto;
}
.leftBox {
	margin: 0 auto 0 0;
}
.blueBoxInnerRight {
	width: 500px;
	margin-left: 200px;
}
.blueBoxInnerLeft {
	width: 700px;
	margin: 0 0 0 auto;
}

.blueBoxInnerLeft h2 {
	width: 500px;
}
figure.imgLeft {
	position: absolute;
	top: -50px;
	left: -250px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
figure.imgRight {
	position: absolute;
	top: -50px;
	right: -250px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}


#company dt, #profile dt {
	clear: left;
	float: left;
	margin-bottom: 20px;
}
#company dd, #profile dd {
	padding-left: 6em;
	margin-bottom: 20px;
}
#profile dl dl dt {
	clear: left;
	float: left;
	/*min-height: 3em;*/
}
#profile dl dl dt {
	clear: none;
}
#profile dl dl dd {
	padding-left: 5em;
	/*min-height: 3em;*/
}

ul.dot li {
	display: flex;
}
ul.dot li::before {
	content: "●";
	display: block;
	color: #004ea2;
	margin-right: 3px;
}


#access {
	margin-bottom: 100px;
}
#access figure {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	margin-bottom: 15px;
}
#access p {
	font-size: 2rem;
	line-height: 150%;
}



/*---------- footer ----------*/

footer {
	background: #004ea2;;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 40px 0;
}
footer .inner {
	display: flex;
	justify-content: space-between;
}
footer a {
	color: #fff;
	text-decoration: none;
}
.footerLeft address {
	font-size: 1.6rem;
	line-height: 170%;
}
.footerLeft address .add {
	font-size: 1.3rem;
}
/*.footerLeft address img {
	width: 25px;
	height: 25px;
}*/

.footerRight ul {
	width: 15em;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.footerRight li:nth-child(2n) {
	width: 8em;
}
.footerRight li {
	width: 7em;
	margin-bottom: 10px;
}
.footerRight li a {
	color: #fff;
	text-decoration: none;
	padding: 0 17px;
	position: relative;
}
.footerRight li a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 7px transparent solid;
	border-left: 7px #fff solid;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.footerRight li a:hover::before {
	border: 7px transparent solid;
	border-bottom: 7px #fff solid;
	left: 0;
	transform: translateY(-75%);
}

.footerRight p.copyright {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
}



