@charset "UTF-8";

/*common*/
html {
	margin: 0;
	padding:0;
	border-collapse: collapse;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 500;
	color: #3a2d25;
	line-height: 2.0;
	position: relative;
}
.lock {
	overflow:hidden;
}
h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-family: noto-sans-cjk-jp, sans-serif;
}

#under h2{
	font-family: noto-sans-cjk-jp, sans-serif;
	width: 100%;
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline-block;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

#under main.en-main h2{
	padding-bottom: 0;
}

#under section.company-blk h2{
	padding-top: 70px;
}

#under section.company-blk h2 span{
	top: 70%;
}


#under main.en-main section.company-blk h2 span{
	display: none;
}

#under h2 span{
	position: absolute;
	font-family: noto-sans-cjk-jp, sans-serif;
	display: block;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	font-size: 0.75rem;
	color: #014094;
}

#under main.en-main h2 span{
	display: none;
}

#under h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 83px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #014094;
    border-radius: 0px;
}

#member h2{
	width: 100%;
	font-size: 2.25rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline-block;
	text-align: center;
	margin-bottom: 90px;
	border-bottom: 1px solid #014094;
}

h3{
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

h3{
  padding:0 0 10px 15px;
  margin: 0 0 50px 0;
  color: #000;
  border-bottom: solid 5px #d8d8d8;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}

h3::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -5px ;
  border-bottom: 5px solid #014094;
  width: 30%;
  height: 100%;
}

h4{
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	background-color: #999999;
	padding-left: 20px;
	margin-bottom: 25px;
}

img {
	width: 100%;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
ul,li,dl,dt,dd {
	margin:0;
	padding:0;
	list-style: none;
}
p {	margin: 0 0 1em 0;}
figure {margin: 0;}
em {font-style: normal;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { text-decoration: none;}
a:hover { transition: .3s;}

.inner {
	width:80%;
	margin:0 auto;
}
@media screen and (max-width: 478px) {
	.inner {
    	width: 90%;
    	margin: 0 auto;
	}
}


/* --------------------------------------------------------- header */
header {
	width: 100%;
	margin: 0 auto;
	color:#fff;
	background: #fff;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 999999;
	transition: .6s;
}
header h1 {
	font-size: 1.5rem;
	font-weight: normal;
}
header h1 a {
	color: #000;
}

#member header {
	width: 90%;
	margin: 0 auto;
	color:#fff;
	background: #fff;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 999999;
	transition: .6s;
	padding: 10px 0;
}

#member header h1 {
	font-size: 1.5rem;
	font-weight: normal;
}

#member header h1 a {
	color: #000;
}

#sp-navi {
	display: none;
}
#hamburger {
  display: none;
}

header ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 0 ;
	margin: 0;
	transition: .3s;
	align-items: center;
}

header ul li{
	font-weight: bold;
	margin: 0 25px 0 0;
}

header ul li:last-child{
	margin: 0;
}

header ul li:last-child{
	margin-right: 0;
}

header ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	position: relative;
	transition: .3s;
	text-align: center;
}

header nav ul li a:hover {
	color:#333;
}
header.smaller {
	height: 60px;
	background-color: #fff;
}

nav.g-nav{
	margin-bottom: 25px;
}

nav.g-nav ul{
	width: 90%;
	margin: 0 auto;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

nav.g-nav ul li:first-of-type{
	border-left: 1px solid #000;
}

nav.g-nav ul li{
	width: 30%;
	border-right: 1px solid #000;
	text-align: center;
}

nav.g-nav ul li a{
	width: 100%;
	display: block;
	color: #000;
}

@media screen and (max-width: 1350px) {
	header h1 {
    	margin: 0 0 0 20px;
    	height: 56px;
	}
	header h1 a {
		width: 290px;
		height: 56px;
	}
	header h1 img {
	}
}

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

}

@media screen and (max-width: 767px) {
	header {
    	height: 80px;
	}
	header h1 {
		height: 43px;
	}
	header h1 a {
		height: 43px;
		display: block;
		position: relative;
	}
	header h1 img {
		width: 220px !important;
		position: absolute;
		top: 0;
	}
}
@media screen and (max-width: 478px) {
	header {
	}
	header h1 {
		margin: 0 0 0 15px;
	}
}

/* --------------------------------------------------------- footer */
footer {
	width: 100%;
}
footer p {
	font-size: 0.75rem;
	text-align: center;
	margin: 0;
}


/* --------------------------------------------------------- pagetop */
.l-link {
	position:fixed;
	right: 0;
	top: 300px;
  	z-index: 70;
	width: 90px;
    animation: anime02 3s ease-in -2s infinite alternate;
}

.l-link a {
	display: block;
	text-align: center;
}
.l-link a img {
	width: 30px;
	padding: 20px 0 0 0;
}

.l-link ul li:first-child a img{
	padding: 30px 0 0 0;
}

@media screen and (max-width: 1200px) {
	.l-link{
		display: none;
	}
	.pagetop {
		position:inherit;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 60px;
		animation: none;
		margin-top:140px;
	}
	.pagetop a img {
		display: none;
	}
	.pagetop a {
		position: relative;
		width: 100%;
		height: 60px;
		background: #333;
	    transition: .3s;
	}
	.pagetop a:after {
		position: absolute;
		content: url(../images/pagetop02.svg);
		top: 50%;
		left: 50%;
		width: 28px;
		height: 16px;
		transform: translateY(-50%) translateX(-50%);
	}
}
@media screen and (max-width: 999px) {
	.pagetop {
		margin-top:0px;
	}
}