@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;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
	background: #ededed; 
}
article {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}


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

	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: 180px;
}

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

	h1

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

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

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

	menu

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

#menu {
	display: none;
}
 
@media screen and (min-width : 737px) {
	#menu {
		display: block;
	}
	.slicknav_menu {
		display: none;
	}
}

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

	header

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

#header {
	width: 100%;
	background: #fff;
	margin-bottom: 40px;
}
#header .logo {
	width: 90px;
	float: left;
	position: fixed;
	z-index: 1;
	top: 20px;
	left: 20px;
}

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

	header_x

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

.header_x {
	position: fixed;
	top: 18px;
	right: 60px;
	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;
	font-family: "Didact Gothic", sans-serif;
	border: 1px solid #333;
	border-radius: 30px;
}
.btn a {
	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 #fff;
	background-size: 8px;
}

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

	#body

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

#body {
	margin: 0 auto;
	width: 100%;
	padding: 140px 20px 100px 20px;
}

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

	page_ttl

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

.page_ttl {
}
.page_ttl h2 {
	margin-bottom: 10px;
}
.page_ttl h2 span {
	color: #fff;
	font-size: 220%;
	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;
	font-size: 90%;
}

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

	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: 47%;
	margin-bottom: 60px;
}
.news_list ul li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.news_list ul li a .ph {
	border-radius: 30px 30px 0 30px;
	overflow: hidden;
	margin-bottom: 30px;
	transition-duration: 0.3s;
	border: 6px solid #d6d6d6;
}
.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 {
    width: 100%;
}
.tec_list ul li {
	list-style: none;
	margin-bottom: 60px;
}
.tec_list ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
	border-radius: 30px 30px 0 30px;
	transition-duration: 0.3s;
	border: 6px solid #d6d6d6;
	padding: 20px 10px 20px 10px;
	background: #fff;
}
.tec_list ul li a .ph {
	overflow: hidden;
	position: absolute;
	top: -40px;
	right: -20px;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	border: 6px solid #d6d6d6;
}
.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%;
}

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

	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  ul.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #333;
}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #333;
	text-decoration: none;
}
.pager .pagination li a span{
	display:table-cell;
	vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #333;
	background: #fff;
}
@media only screen and (max-width: 767px){
	.pager .pagination li{
		display: none;
	}
	.pager .pagination li.pre,
	.pager .pagination li.next{
		display: inline-block;
		width: 40%;
		height: 50px;
		text-align: center;
	}
	.pager .pagination li.pre a,
	.pager .pagination li.next a{
		width: 100%;
		text-align: center;
	}
	.pager .pagination li.pre span::after{
		content: "　前の10件へ";
	}
	.pager .pagination li.next span::before{
		content: "次の10件へ　";
	}
}

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

	footer_info

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

.footer_info {
	background: #989797;
}
.footer_info .inner {
    width: 100%;
    padding: 40px 20px;
    width: 100%;
}
.footer_info .inner .text_area {
}
.footer_info .inner .text_area .logo {
	width: 180px;
	margin-bottom: 30px;
}
.footer_info .inner .text_area .info {
}
.footer_info .inner .text_area .info .tel {
	color: #fff;
	font-size: 100%;
	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: 100%;
	font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
}
.footer_info .inner .text_area .info .address {
	color: #fff;
	letter-spacing: .1em;
	font-size: 80%;
}
.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 .wrap_medi_spo {
	margin-bottom: 40px;
}
.footer_info .wrap_medi_spo .box {
	margin-bottom: 10px;
}
.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:last-child {
	margin-bottom: 0px;
}
.footer_info .copywright {
	background: #6f6f6f;
	position: relative;
}
.footer_info .copywright p {
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: .1em;
    font-size: 80%;
}
.footer_info .copywright .pmark {
	position: absolute;
	top: -20px;
	right: 20px;
	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%;
	}
}