@charset "UTF-8";

/* Resets
------------------------------------------------*/
html {
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote {
	margin: 0;
	padding: 0;
}

section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
	display: block;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	/*font-family: "Times New Roman", "Hiragino Mincho proN", "游明朝", "Yu Mincho", YuMincho, serif;*/
	font-size: 16px;
	line-height: 1.7;
}

a:link {
	color: #00F;
}

a:visited {
	color: #639;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}

a {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

table {
	margin: 0 auto 0 auto;
}

th,
td {
	margin: 0;
	padding: 0;
}

th,
td {
	text-align: left;
}

caption,
th {
	text-align: left;
	margin: auto;
}

img {
	vertical-align: bottom;
}

fieldset,
img,
abbr {
	border: 0;
}

ol,
ul {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
th,
var {
	font-style: normal;
	font-weight: normal;
}

/* Add class
------------------------------------------------*/
.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-center table {
	margin: 0 auto 0 auto;
}

.align-right {
	text-align: right;
}

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

/* pagescroll
------------------------------------------------*/
#pagescroll a {
	z-index: 200;
	position: fixed;
	top: 99%;
	right: 1%;
	box-sizing: border-box;
	width: 60px;
	margin: -70px 0 0 -50px;
	height: 60px;
	padding: 10px;
	font-size: 24px;
	text-align: center;
	background: #555;
	border-radius: 5px;
	opacity: 0.8;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#pagescroll a:hover {
	text-decoration: none;
	background: #333;
}

@media screen and (max-width: 769px) {
	#pagescroll a {
		width: 40px;
		height: 40px;
		margin: -40px 0 0 -40px;
		padding: 10px;
		font-size: 20px;
		line-height: 20px;
	}
}

/* body,Anchor
------------------------------------------------*/
body {
	background: #fff;
	color: #333;
}

a:link,
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #111;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

.btn a {
	display: block;
	position: relative;
	background: #1b42b5;
	padding: 5px 0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	margin: -6px 0 0;
	transform: rotate(-135deg);
}

.btn a:hover {
	background: #163695;
}

@media screen and (max-width: 1014px) {
	.inner {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 769px) {
	img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/* header
------------------------------------------------*/
#header {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	align-items: center;
}

#header #logo {
	font-size: 20px;
	font-weight: bold;
	width: 400px;
	padding: 13px 0;
}

#header #logo a {
	background: url(../img/logo.svg) no-repeat 0 0;
	background-size: 210px auto;
	padding: 10px 0 10px 220px;
}


.drawer-nav {
	z-index: 5 !important;
}

.drawer-nav>div {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	z-index: 100000;
}

.drawer-hamburger {
	position: relative;
}

.drawer-open .drawer-hamburger {
	position: absolute;
}

@media screen and (max-width: 480px) {
	.drawer-hamburger {
		position: absolute;
	}
}

.g-nav {}

.g-nav__item {
	border-bottom: 1px solid #c0c0c0;
}

.g-nav__item a,
.g-nav__title {
	display: block;
	padding: 7px 10px 7px 15px;
	color: #333;
	position: relative;
	display: block;
	padding-left: 20px;

	text-align: left;

}

.g-nav__item a:hover {
	font-weight: bold;
	color: #0C3FBC
}


.g-nav__item a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
}

.g-nav__item.g-nav__item--kygp {
	border-bottom: none;
}

.g-nav__item--kygp a {
	box-sizing: border-box;
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	width: 80%;
	padding: 7px 10px 7px 0;
}

.sub-nav {
	padding: 0 0 0 1em;
}

.sub-nav li a {
	font-weight: normal;
	padding: 4px 10px 4px 10px;
}

@media screen and (max-width: 769px) {
	#header {
		display: block;

	}

	#header #logo {
		margin: 0 0 10px;
	}


}

@media screen and (max-width: 480px) {

	#header {
		position: fixed;
		background: #fff;
		z-index: 7;
		height: 57px;
	}

	#header #logo {
		margin: 0;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		font-size: 16px;
	}

	#header #logo a {
		background: url(../img/logo.svg) no-repeat 0 0;
		background-size: 130px auto;
		padding: 5px 0 10px 140px;
	}
}

/* entry
------------------------------------------------*/
#entry {
	padding: 80px 0;
	text-align: center;
}

#entry ul li {
	display: inline-block;
	margin-right: 5px;
}

#entry ul li a {
	width: 12em;
	text-align: left;
	padding-left: 3em;
	background: #fff;
	border: 1px solid #1b42b5;
	color: #1b42b5;
	font-size: 24px;
}

#entry ul li a:after {
	border-color: transparent transparent #1b42b5 #1b42b5;
}

#entry ul li a:hover {
	background: #efefef;
}

#entry ul li:first-child a {
	width: 10em;
}

#entry ul li:last-child a {
	width: 6em;
	background: #1b42b5;
	border: none;
	color: #fff;
	border: 1px solid #1b42b5;
}

#entry ul li:last-child a:after {
	border-color: transparent transparent #fff #fff;
}

#entry ul li:last-child a:hover {
	background: #163695;
}

#entry h2 {
	margin: 0 0 50px;
	font-size: 40px;
	font-weight: bold;
}

@media screen and (max-width: 1014px) {
	#entry {
		padding: 60px 0;
	}

	#entry h2 {
		font-size: 36px;
	}
}

@media screen and (max-width: 769px) {
	#entry {
		padding: 60px 20px;
	}

	#entry ul li {
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}

	#entry ul li a {
		width: auto;
		text-align: center;
		padding-left: 0;
	}

	#entry ul li:first-child a {
		width: auto;
	}

	#entry ul li:last-child a {
		width: auto;
	}

	#entry h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 480px) {
	#entry h2 {
		margin: 0 0 30px;
		font-size: 21px;
	}

	#entry h2 span {
		display: block;
	}
}

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

main {}

@media screen and (max-width: 480px) {
	main {
		position: relative;
		padding-top: 57px;
	}
}

main#main h3 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0;
}

div.company h2 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

div.company table {
	width: 100%;
	margin: 15px auto 0;
	border-collapse: collapse;
}

div.company table th {
	background: #eee;
	border: 1px solid #fff;
	padding: 8px;
	width: 140px;
	text-align: center;
}

div.company table td {
	border: 1px solid #fff;
	padding: 8px;
}

div.company table tr {
	background: #f7f7f7;
}

div.company table tr:nth-child(even) {
	background: #fff;
}

div.company table+p {
	margin-top: 30px;
	text-align: center;
}

div.company table+p a {
	width: 320px;
	margin: 0 auto;
	font-size: 25px;
}

div.ggmap {
	overflow: hidden;
	position: relative;
	height: 0;
	border: 1px solid #ccc;
	margin: 30px 0 0;
	padding-bottom: 420px;
	box-sizing: border-box;
}

div.ggmap iframe,
div.ggmap object,
div.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.ggmap iframe {
	border: 0;
}


@media screen and (max-width: 769px) {

	div.company table th,
	div.company table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	div.company table tr {
		background: none;
	}

	div.company table tr:nth-child(even) {
		background: none;
	}

	div.company table+p a {
		width: 100%;
	}
}

/* map
------------------------------------------------*/


/* footer
------------------------------------------------*/
#footer {
	padding: 30px 0;
	text-align: center;
}

#footer p {
	line-height: 2.5em;
}

#footer p strong {
	font-size: 20px;
	font-weight: bold;
}

#footer p+p {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 769px) {
	#footer p span {
		display: block;
	}
}