@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Montserrat:wght@400;500&display=swap');
@import url('fonts.css');

/* ////////////////////////////////////////////////////////////
	File Name	common.css
*/
/*============================================================
	HTML
*/
* {
	margin: 0;
	padding: 0;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
html, body {
	width: 100%;
}
body {
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
ul {
	list-style-type: none;
}
a {
	cursor: pointer;
}
img {
	vertical-align: top;
	width: 100%;
}

/* SP */
@media screen and (max-width: 820px) {
	body {
		font-size: 12px;
	}
}

/*============================================================
	BODY
*/
.body {
	overflow: hidden;
	position: relative;
	width: 100%;
}

/*============================================================
	CONTAINER
*/
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
}

/* SP */
@media screen and (max-width: 820px) {
	.container {
		padding: 0 10px;
	}
}

/*============================================================
	HEADER
*/
.header-base {
	position: fixed;
	z-index: 9900;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}
.header {
	position: fixed;
	z-index: 9901;
	top: 0;
	left: 0;
	padding: 15px 50px 0 50px;
	width: 100%;
	box-sizing: border-box;
}
.header a {
	color: #fff;
}
.header header {
	display: flex;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header .logo {
	display: flex;
	align-items: center;
	padding-right: 25px;
	flex-basis: 290px;
	max-width: 290px;
	height: 100%;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.header .logo a {
	display: block;
}
.header .logo h1 {
	position: relative;
	top: -5px;
}
.header nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	height: 100%;
}
.header nav ul {
	display: flex;
}
.header nav ul li {
	margin-left: 70px;
}
.header nav ul li:first-child {
	margin-left: 0;
}
.header nav .megamenu-opener {
	display: none;
	position: relative;
	flex-basis: 64px;
	max-width: 64px;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,0.5);
}
.header nav .megamenu-opener span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -10px;
	width: 20px;
	height: 13px;
}
.header nav .megamenu-opener i {
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #fff;
	transition: background-color 0.3s ease;
}
.header nav .megamenu-opener i:nth-child(1) {
	top: 0;
}
.header nav .megamenu-opener i:nth-child(2) {
	top: 6px;
}
.header nav .megamenu-opener i:nth-child(3) {
	top: 12px;
}

.header-contact{
	padding:80px 0 50px 0;
	text-align: center;
}

.header-contact img{
	max-width:1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}

.header-contact_en{
	padding:65px 0 0 0;
	text-align: center;
}

.header-contact_en img{
	max-width:1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}

.header-information{
	padding:80px 0 15px 0;
	text-align: center;
}

.header-information img{
	max-width:1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.header-recruit{
	padding:80px 0 15px 0;
	text-align: center;
}

.header-recruit img{
	max-width:1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.header-contact2{
	padding:65px 0 0 0;
	text-align: center;
}

.header-contact2 img{
	max-width:1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}

@media screen and (min-width: 821px) {
	.header header {
		transition: height 0.3s ease;
	}
	.short-header .header header {
		height: 45px;
	}
	.header-base {
		transition: height 0.3s ease;
	}
	.short-header .header-base {
		height: 80px;
	}
}

/* HOVER */
.os-pc .header nav ul li a {
	transition: color 0.2s ease 0s;
}
.os-pc .header nav ul li a:hover {
	color: #fb0f0c;
}
.os-pc .header nav .megamenu-opener:hover i {
	background-color: #fb0f0c;
}

/* TB */
@media screen and (max-width: 1080px) {
	.header nav ul li {
		margin-left: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.header {
		padding: 15px 15px 0 15px;
	}
	.header nav ul {
		display: none;
	}
	.header nav .megamenu-opener {
		display: flex;
	}
}

/* SP */
@media screen and (max-width: 820px) {
	.header-base {
		height: 60px !important;
	}
	.header {
		padding: 10px 10px 0 10px;
	}
	.header header {
		height: 40px;
	}
	.header .logo {
		padding-right: 15px;
		flex-basis: 180px;
		max-width: 180px;
	}
	.header .logo h1 {
		top: -4px;
	}
	.header nav .megamenu-opener {
		flex-basis: 40px;
		max-width: 40px;
	}
	.header-contact{
		padding:50px 0 50px 0;
		text-align: center;
	}
	.header-information{
		padding:50px 0 0 0;
		text-align: center;
	}
	.header-recruit{
		padding:50px 0 0 0;
		text-align: center;
	}
	.header-contact2{
		padding:50px 0 50px 0;
		text-align: center;
	}
}

/*============================================================
	MEGAMENU
*/
.megamenu {
	overflow: hidden;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,0.8);
	transition: height 0.5s ease 0s;
	color: #fff;
}
.megamenu-opened .megamenu {
	height: 100%;
}
.megamenu .scroll {
	height: 100%;
}
.megamenu .wrap {
	position: relative;
}
.megamenu ul {
	padding: 100px 0 0 0;
	text-align: center;
	font-size: 28px;
}
.megamenu ul li {
	padding: 20px 0;
}
.megamenu .close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 64px;
	height: 64px;
}
.megamenu .close span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -12px;
	width: 24px;
	height: 13px;
}
.megamenu .close i {
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 24px;
	height: 1px;
	background-color: #fff;
	transition: background-color 0.3s ease;
}
.megamenu .close i:first-child {
	transform: rotate(45deg);
}
.megamenu .close i:last-child {
	transform: rotate(-45deg);
}

/* HOVER */
.os-pc .megamenu ul li a {
	transition: color 0.3s ease;
}
.os-pc .megamenu ul li a:hover {
	color: #fb0f0c;
}
.os-pc .megamenu .close:hover i {
	background-color: #fb0f0c;
}

/* TB */
@media screen and (max-width: 1024px) {
	.megamenu {
		display: block;
	}
}

/* SP */
@media screen and (min-width: 821px) {
	.megamenu .close {
		transition: height 0.3s ease;
	}
	.short-header .megamenu .close {
		height: 45px;
	}
}
@media screen and (max-width: 820px) {
	.megamenu .scroll {
		/*overflow-y: scroll;*/
		height: 100%;
	}
	.megamenu ul {
		padding: 60px 0 0 0;
		font-size: 24px;
	}
	.megamenu ul li {
		padding: 15px 0;
	}
	.megamenu .close {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
}

/*============================================================
	FOOTER
*/
.footer {
	padding: 40px 0;
	background-color: #000;
	line-height: 1.5;
	color:#fff;	
}
.footer nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer nav ul {
	display: flex;
	justify-content: center;
}
.footer nav ul li {
	position: relative;
	padding: 0 10px;
}
.footer nav ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.2em;
	bottom: 0.3em;
	left: 0;
	width: 1px;
	background-color: #fff;
}
.footer nav ul:first-child li:first-child::before {
	content: none;
}
.footer footer {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
.footer footer .logo {
	flex-basis: 200px;
	max-width: 200px;
}
.footer footer small {
	display: block;
	font-size: 12px;
}

/* HOVER */
.os-pc .footer nav ul li a {
	transition: color 0.2s ease 0s;
}
.os-pc .footer nav ul li a:hover {
	color: #fb0f0c;
}

/* SP */
@media screen and (max-width: 820px) {
	.footer {
		padding: 20px 0 40px 0;
	}
	.footer nav ul {
		padding: 5px 0;
		font-size: 13px;
	}
	.footer nav ul li:first-child::before {
		content: none;
	}
	.footer footer {
		display: block;
		margin: 20px 0 0 0;
		text-align: center;
	}
	.footer footer .logo {
		margin: 0 auto;
		max-width: 200px;
	}
	.footer footer small {
		margin: 15px 0 0 0;
		font-size: 10px;
	}
}

/*============================================================
	LINK
*/
.unit-link {
	display: flex;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
}
.unit-link a {
	display: block;
}
.unit-link.white a {
	color: #fff;
}
.unit-link span {
	display: inline-block;
	position: relative;
}
.unit-link span::before,
.unit-link span::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.unit-link.white span::before,
.unit-link.white span::after {
	background-color: #fff;
}
.unit-link span::before {
	right: 0;
}
.unit-link span::after {
	left: 0;
	background-color: #fb0f0c !important;
}
.unit-link i {
	position: relative;
	top: 1px;
	margin-left: 5px;
	font-size: 90%;
}

/* HOVER */
.os-pc .unit-link a {
	transition: color 0.2s ease 0s;
}
.os-pc .unit-link a:hover {
	color: #fb0f0c !important;
}
.os-pc .unit-link a:hover span::before {
	animation-name: hoverLine1;
	animation-duration: .4s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.os-pc .unit-link a span::after {
	width: 0%;
}
.os-pc .unit-link a:hover span::after {
	animation-name: hoverLine2;
	animation-duration: .4s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes hoverLine2 {
	0%   { width: 0%; }
	60%  { width: 0%; }
	100% { width: 100%; }
}
@keyframes hoverLine1 {
	0%   { width: 100%; }
	40%  { width: 0%; }
	100% { width: 0%; }
}

/* SP */
@media screen and (max-width: 820px) {
	.unit-link {
		font-size: 13px;
	}
}

/*============================================================
	LIST BASE
*/
.list-base {
	display: flex;
	flex-wrap: wrap;
}
.list-base li {
	margin-left: -1px;
	margin-bottom: -1px;
}
.list-base li a {
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
	border: 1px solid #eee;
}
.list-base li:first-child a {
	border-left-width: 0;
}
.list-base li a img {
	display: block;
	width: 100%;
}

/* HOVER */
.os-pc .list-base li a {
	transition: border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.os-pc .list-base li a:hover {
	z-index: 100;
	border-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

/*============================================================*/

#bodyBg{
  background:url(../images/common/bodyBg.gif) 0 0 repeat-x;
  height:552px;
}

#wrapper{
}

#contener{
  width:970px;
  margin:0 auto;
  overflow:hidden;
  zoom:1;
}

#conBody{
  background:url(../images/common/conBodyBg.gif) 0 0 repeat-x;
  height:234px;
}

#conBodyTopics{
  background:url(../images/common/conBodyTopicsBg.gif) 0 0 repeat-x;
  height:106px;
}

#conBody h2{
  margin:16px 0;
  height:100px;
}

/* contents
-------------------------------*/
#conBody #contents{
  padding:15px 0 30px;
}

#conBody #contents .contact2{
  padding:50px 0 80px;
}

#conBodyTopics #contents{
  padding:15px 0 30px;
}
