@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

html, body { 
	height: 100%; 
	margin: 0; 
}
img {
	display: block;
	width: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Sawarabi Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	margin: 0 auto;
	position: relative;
	background: #ededed; 
	color: #333;
}
article {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}

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

	loader

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

#loading-image {
	z-index: 999999;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e1dede;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/common/images/logo_nm.svg');
	background-size: 400px;
}

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

	h1

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

h1 {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 200px;
	z-index: 10;
}

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

	header_x

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

.header_x {
	position: fixed;
	top: 24px;
	right: 70px;
	width: 26px;
	z-index: 10;
}
.header_x a {
	display: block;
}

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

	btn

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

.btn,
.btn_back {
}
.btn a,
.btn_back a {
	color: #333;
	display: inline-block;
	padding: 1em 5em;
	text-decoration: none;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #333;
	font-family: "Didact Gothic", sans-serif;
}
.btn a:hover,
.btn_back a:hover {
	border: 1px solid #333;
	border-radius: 30px;
}
.btn a {
	background: url(/common/images/arrow_right.svg) no-repeat top 50% right -10px;
	background-size: 8px;
}
.btn a:hover {
	background: url(/common/images/arrow_right.svg) no-repeat top 50% right 10px #fff;
	background-size: 8px;
}
.btn_back a {
	background: url(/common/images/arrow_left.svg) no-repeat top 50% left -10px;
	background-size: 8px;
}
.btn_back a:hover {
	background: url(/common/images/arrow_left.svg) no-repeat top 50% left 10px #fff;
	background-size: 8px;
}

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

	#body

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

#body {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	padding: 100px 6%;
}

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

	page_ttl

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

.page_ttl {
}
.page_ttl h2 {
	margin-bottom: 10px;
}
.page_ttl h2 span {
	color: #fff;
	font-size: 500%;
	line-height: 1em;
	font-family: "Didact Gothic", sans-serif;
	transform: scale(1, 0.9);
	transform-origin: bottom left;
	border-bottom: 4px solid #fff;
	display: inline-block;
}
.page_ttl h3 {
	margin-bottom: 80px;
}
.page_ttl h3 span {
	font-size: 100%;
	line-height: 1em;
	transform-origin: bottom left;
	display: inline-block;
	color: #989797;
}
@media screen and (max-width : 1000px) {
	.page_ttl h2 span {
		font-size: 400%;
	}
	.page_ttl h3 span {
		font-size: 100%;
	}

}

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

	news_list

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

.news_list {
	margin-bottom: 40px;
}
.news_list ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.news_list ul li {
	list-style: none;
	width: 31%;
	margin-bottom: 60px;
}
.news_list ul li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.news_list ul li a .ph {
	border-radius: 50px 50px 0 50px;
	overflow: hidden;
	margin-bottom: 30px;
	transition-duration: 0.3s;
	border: 10px solid #d6d6d6;
}
.news_list ul li a:hover .ph {
	border-radius: 0;
	transition-duration: 0.3s;
}
.news_list ul li a .text {
}
.news_list ul li a .text .date {
	margin-bottom: 20px;
}
.news_list ul li a .text .date span {
	border: 1px solid #333;
	border-radius: 30px;
	background: #fff;
	font-size: 80%;
	line-height: 1em;
	padding: .6em 1em;
	font-family: "Didact Gothic", sans-serif;
	transform: scale(1, 0.9);
	transform-origin: bottom left;
}
.news_list ul li a .text h5 {
	font-size: 100%;
}

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

	tec_list

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

.tec_list {
	margin-bottom: 40px;
}
.tec_list ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.tec_list ul li {
	list-style: none;
	width: 31%;
	margin-bottom: 60px;
}
.tec_list ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
	border-radius: 50px 50px 0 50px;
	transition-duration: 0.3s;
	border: 10px solid #d6d6d6;
	padding: 80px 20px 40px 20px;
	background: #fff;
}
.tec_list ul li a .ph {
	overflow: hidden;
	position: absolute;
	top: -50px;
	left: -20px;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 6px solid #d6d6d6;
}
.tec_list ul li a:hover {
	border-radius: 0;
	transition-duration: 0.3s;
}
.tec_list ul li a .text {
}
.tec_list ul li a .text .date {
	margin-bottom: 20px;
}
.tec_list ul li a .text .date span {
	border: 1px solid #333;
	border-radius: 30px;
	background: #fff;
	font-size: 80%;
	line-height: 1em;
	padding: .6em 1em;
	font-family: "Didact Gothic", sans-serif;
	transform: scale(1, 0.9);
	transform-origin: bottom left;
}
.tec_list ul li a .text h5 {
	font-size: 100%;
}

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

	wrap_inner

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

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

	btn

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


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

	jojo-ni

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

/*{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}*/

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

	opacity

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

/*.opacity a:hover {
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}*/

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

	pager

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

.pager .pagination {
	text-align: center;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-radius: 10px;
}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	text-decoration: none;
	font-family: "Didact Gothic", sans-serif;
	color: #333;
}
.pager .pagination li a span{
	display:table-cell;
	vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
	border-bottom: 1px solid #333;
}

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

	footer_info

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

.footer_info {
	background: #989797;
}
.footer_info .inner {
    width: 100%;
    padding: 60px 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction:row-reverse;
    width: 100%;
}
.footer_info .inner .text_area {
	width: 50%;
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, .2);
	padding-left: 20px;
}
.footer_info .inner .text_area .logo {
	width: 200px;
}
.footer_info .inner .text_area .info {
	position: absolute;
	left: 20px;
	bottom: 0;
}
.footer_info .inner .text_area .info .tel {
	color: #fff;
	font-size: 120%;
	font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: .1em;
}
.footer_info .inner .text_area .info .tel:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 6px -4px 0;
	background: url(/common/images/icon_tel.svg) no-repeat center center;
	background-size: cover;
}
.footer_info .inner .text_area .info .mail {
    margin-bottom: 10px;
}
.footer_info .inner .text_area .info .mail:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 6px -4px 0;
	background: url(/common/images/icon_mail.svg) no-repeat center center;
	background-size: cover;
}
.footer_info .inner .text_area .info .mail a {
	color: #fff;
	letter-spacing: .1em;
	font-size: 120%;
	font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
}
.footer_info .inner .text_area .info .mail a:hover {
	text-decoration: none;
}
.footer_info .inner .text_area .info .address {
	color: #fff;
	letter-spacing: .1em;
	font-size: 90%;
	margin-bottom: 10px;
}
.footer_info .inner .text_area .info .ft_btn {
}
.footer_info .inner .text_area .info .ft_btn a {
	font-size: 80%;
	color: #fff;
	float: left;
	margin-right: 10px;
}
.footer_info .inner .text_area .info .ft_btn a:hover {
	text-decoration: none;
}
.footer_info .inner .wrap_medi_spo {
	width: 50%;
}
.footer_info .wrap_medi_spo .box {
	margin-bottom: 20px;
}
.footer_info .wrap_medi_spo .box .box_ttl {
	color: rgba(0, 0, 0, .4);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 6px;
	margin-bottom: 8px;
	letter-spacing: .2em;
}
.footer_info .wrap_medi_spo .box ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer_info .wrap_medi_spo .box ul li {
	list-style: none;
	width: 32%;
}
.footer_info .wrap_medi_spo .box ul li:not(:nth-child(3n)) {
	margin-right: 2%;
}
.footer_info .wrap_medi_spo .box ul li a {
	display: block;
	border-radius: 4px;
	overflow: hidden;
	transition-duration: 0.3s;
}
.footer_info .wrap_medi_spo .box ul li a:hover {
	border-radius: 20px;
}
.footer_info .wrap_medi_spo .box:last-child {
	margin-bottom: 0px;
}
.footer_info .copywright {
	background: #6f6f6f;
	position: relative;
}
.footer_info .copywright p {
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: .1em;
}
.footer_info .copywright .pmark {
	position: absolute;
	top: -20px;
	right: 6%;
	width: 50px;
}
/*====================================

	bg

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

.bg {
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99999;
}

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

	bg_line

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

.lines {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	z-index: -1;
}
.lines .line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #fff;
}
.lines .line:nth-child(1) {
	top: 0;
	left: 20%;
}
.lines .line:nth-child(1)::after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.lines .line:nth-child(2) {
	top: 0;
	left: 40%;
}
.lines .line:nth-child(2)::after {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lines .line:nth-child(3) {
	top: 0;
	left: 60%;
}
.lines .line:nth-child(3)::after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.lines .line:nth-child(4) {
	top: 0;
	left: 80%;
}
.lines .line:nth-child(4)::after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.lines .line::after {
	content: "";
	display: block;
	position: absolute;
	height: 100px;
	width: 100%;
	top: -50%;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, #595757 75%, #595757 100%);
	-webkit-animation: run 5s 0s infinite;
	      animation: run 5s 0s infinite;
	-webkit-animation-fill-mode: forwards;
	      animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	      animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	}
@-webkit-keyframes run {
	0% {
		top: -50%;
	}
	100% {
		top: 100%;
	}
}
@keyframes run {
	0% {
		top: -50%;
	}
	100% {
		top: 100%;
	}
}


