@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html {
	overflow:auto;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height:1;
}
body {
	background:#ddd;
	color:#333;
}
#wrapper {
	max-width:1400px;
	min-width:920px;
	margin:auto;
	background:#fff;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}
.wrap {
	width:920px;
	margin:auto;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.clear {
	clear:both;
}
img {
	border:none;
}
ul {
	list-style:none;
}

/*a:link {
	color:#0071b5;
}*/
a:hover {
	color:#59b5e4;
}

.bd01 {
	border: 1px solid #E4E4E4;
}


/* header */
#header .wrap {
	position:relative;
}
.header_logo {
	display:inline-block;
	margin-top:30px;
}
.header_pamphlet {
	position:absolute;
	top:57px;
	right:190px;
}

.header_pamphlet_2 {
	position:absolute;
	top:57px;
	right:324px;
}

.header_box_right {
	/*float:right;*/
	position: absolute;
	top: 27px;
	right: 0px;
	display:inline-block;
	width:166px;
	/*margin-top:27px;
	padding-left:13px;*/
	background:url(../IMGs/common/header_line.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.header_box_right:after {
	content:"";
	clear:both;
	display:block;
}
.header_tel {
	margin-bottom:10px;
}
.catchcopy {
	display:block;
	margin:auto;
}
.header_text {
	display:none;
}



/* nav */
#nav {
	border-top:1px solid #c5dadb;
	border-bottom:1px solid #c5dadb;
	background:url(../IMGs/common/nav_bg.png);
	margin:20px auto;
}
#nav ul:after {
	content:"";
	clear:both;
	display:block;
}
#nav li {
	float:left;
	width:131px;
	list-style:none;
}
#nav li a {
	display:block;
	background:url(../IMGs/common/header_nav.jpg) no-repeat;
	height:51px;
	text-indent:9999px;
	white-space:nowrap;
	overflow:hidden;
}
.nav_recruit a {
	width:132px;
}
#nav .nav_home a {background-position:-1px 0;}
#nav .nav_about a {background-position:-132px 0;}
#nav .nav_department a {background-position:-263px 0;}
#nav .nav_performance a {background-position:-394px 0;}
#nav .nav_control a {background-position:-526px 0;}
#nav .nav_news a {background-position:-657px 0;}
#nav .nav_recruit a {background-position:-788px 0;}

#nav .nav_home a:hover {
	background-image:url(../IMGs/top/nav.jpg);
	background-position:0 0;
}
#nav .nav_about a:hover {
	background-image:url(../IMGs/about/nav.jpg);
	background-position:0 0;
}
#nav .nav_department a:hover {
	background-image:url(../IMGs/department/nav.jpg);
	background-position:0 0;
}
#nav .nav_performance a:hover {
	background-image:url(../IMGs/performance/nav.jpg);
	background-position:0 0;
}
#nav .nav_control a:hover {
	background-image:url(../IMGs/control/nav.jpg);
	background-position:0 0;
}
#nav .nav_news a:hover {
	background-image:url(../IMGs/news/nav.jpg);
	background-position:0 0;}
#nav .nav_recruit a:hover {
	background-image:url(../IMGs/recruit/nav.jpg);
	background-position:0 0;
}


/* main */
#main:after {
	content:"";
	clear:both;
	display:block;
}
h1 {
	margin-bottom:5px;
}
.topicpath {
	text-align:right;
	font-size:10px;
	color:#666;
	margin-bottom:20px;
}
.topicpath li {
	display:inline;
}
.topicpath a {
	text-decoration:none;
	color:#666;
}
.side {
	float:left;
	width:180px;
}
.side a {
	display:block;
	padding-left:12px;
	width:168px;
	line-height:40px;
	margin-bottom:10px;
	font-size:13px;
	background:#ccc;
	color:#595757;
	text-decoration:none;
	font-weight:bold;
}
.side a img {
	vertical-align:text-top;
	margin-right:5px;
}
.side .side_blue {
	background:#fff;
	color:#0071b2;
}
.content {
	float:right;
	width:710px;
}
.page_title {
	line-height:36px;
	font-size:18px;
	background:#003365;
	color:#fff;
	padding-left:9px;
	margin-bottom:20px;
}
.title_arrow {
	vertical-align:middle;
}
.title_arrow img {
	margin-right:5px;
}
.content_title_gray {
	background:#ddd;
	line-height:34px;
	font-size:17px;
	padding-left:17px;
	margin-bottom:15px;
	font-weight:bold;
}
.content_title_line {
	background:url(../IMGs/about/commendation_title_line.jpg) no-repeat bottom;
	font-size:24px;
	padding-bottom:8px;
}



/* footer */
#footer {
	background:#0074ae;
}
.footer_link {
	background:#f2f2f2;
	padding:30px 0;
}
.footer_link:after {
	content:"";
	clear:both;
	display:block;
}
.footer_link_box {
	float:left;
	width:110px;
	height:130px;
	padding:3px 10px;
	border-right:1px solid #c5dadb;
	font-size:11px;
}
.footer_link_box a {
	color:#2E578C;
	text-decoration:none;
}
.footer_link_top {
	width:110px;
	border-left:1px solid #c5dadb;
}
.footer_link_title {
	display:block;
	background:url(../IMGs/common/footer_arrow.png) no-repeat left center;
	padding-left:10px;
	margin-bottom:12px;
}
.footer_link_box li {
	display:block;
	margin-left:10px;
	margin-bottom:6px;
	line-height:1.3;
}
.footer_contents {
	padding:20px 0;
	text-align:right;
}
.footer_contents:after {
	content:"";
	clear:both;
	display:block;
}
.footer_logo_copy, .registration {
	float:right;
}
.registration {
	display:inline-block;
	color:#dbf0ff;
	border:1px solid #dbf0ff;
	line-height:36px;
	width:200px;
	margin-top:30px;
	margin-right:30px;
	text-align:center;
	text-decoration:none;
}
.footer_logo {
	display:inline-block;
	margin-bottom:15px;
}
.copyrights {
	font-size:11px;
	color:#ccc;
}

.bigger_link_block {
	cursor: pointer;
}




/*-------------------------SP------------------------*/
.only-sp{
	display: none;
}
#header .wrap .nav-right{
	display: unset;
}
#header .wrap .nav-logo{
	display: unset;
}
@media screen and (max-width: 767px){
	.only-pc{
		display: none!important;
	}
	.only-sp{
		display: block;
	}
	#wrapper {
		max-width: 100%;
		min-width: 100%;
	}
	.wrap{
		width: auto;
	}
	.topicpath{
		padding: 0 15px;
	}

	#header .wrap h1 {
		padding: 20px 15px 0;
	}
	#header .wrap h1 img{
		width: 100%;
		height: auto;
	}
	.header_logo{
		margin-top: 15px;
		margin-left: 15px;
	}
	.header_logo{
		height: auto;
	}
	.menu-btn {
		width: 40px;
		height: 40px;
		color: #595757;
		font-size: 6rem;
		background-color: transparent;
		padding: 0;
		outline: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 25px;
		z-index: 999;
	}

	.menu-btn span {
		display: block;
		position: absolute;
		top: 50%;
		background-color: #595757;
		height: 0.03em;
		border-radius: 0;
		margin-top: -0.025em;
		-webkit-transition: 0.2s ease-in-out 0.2s;
		transition: 0.2s ease-in-out 0.2s;
	}

	.menu-btn span {
		width: 0.4em;
		margin-top: -0.03em;
	}

	.menu-btn:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		background-color: #595757;
		height: 0.03em;
		border-radius: 0;
		margin-top: -0.25em;
		-webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
		transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
		transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
		transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
	}

	.menu-btn:before {
		width: 0.4em;
		margin-top: -0.16em;
	}

	.menu-btn:after {
		content: "";
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		background-color: #595757;
		height: 0.03em;
		border-radius: 0;
		margin-top: 0.19em;
		-webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
		transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
		transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
		transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
	}

	.menu-btn:after {
		width: 0.4em;
		margin-top: 0.09em;
	}
	.menu-btn.is-open{
		top: 22px;
		position: fixed;
	}
	.menu-btn.is-open span {
		background-color: #be9963;
		opacity: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.menu-btn.is-open:before, .menu-btn.is-open:after {
		margin-top: 0;
		-webkit-transition-delay: 0s, 0.25s, 0.25s;
		transition-delay: 0s, 0.25s, 0.25s;
	}

	.menu-btn.is-open:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-btn.is-open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-menu {
		position: fixed;
		top: 85px;
		width: 100%;
		left: 0;
		z-index: 999;
		border-top: 1px solid #cdcdcd;
	}

	.nav-menu ul {
		width: 100%;
		background: #f2f2f2;
		/*background-color: rgba(255, 255, 255, 0.9);*/
	}

	.nav-menu ul li {
		width: 100%;
		border-bottom: 1px solid #c5dadb;
		/*background: url(../IMGs/common/ic_nav.png) no-repeat;*/
		/*background-position: left 15px center;*/
	}

	.nav-menu ul a {
		text-decoration: none;
		color: #2E578C;
		font-weight: bold;
		display: block;
		margin-right: 3px;
		width: 100%;
		font-size: 15px;
		padding: 10px 0;
		text-align: center;
	}
	.nav-menu ul a.active{
		color: #fff;
		background-color: #1E803A;
	}
	.nav-menu ul a.active span{
		color: #fff;
	}
	.nav-logo.fixed-head{
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		left: 0;
		height: 85px;
		background-color: #fff;
	}
	#overlay{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		cursor: pointer;
		display: none;
		z-index: 10;
		background-color: rgba(0, 0, 0, 0.7);
	}
	#overlay.is-open{
		display: block;
	}

	.footer_link{
		padding: 20px 0 30px;
	}
	.footer_link_box{
		float: none;
		width: auto;
		height: auto;
		padding: 10px 15px 4px;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #c5dadb;
	}
	.footer_link_box ul{
		margin-left: 10px;
	}
	.footer_link_box li{
		display: inline-block;
		margin-left: 5px;
		padding-left: 6px;
		border-left: 1px solid #c5dadb;
	}
	.footer_link_box li:first-child{
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}

	.footer_contents .wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.registration{
		order: 1;
		margin: 30px auto 30px;
	}
	.footer_logo_copy{
		order: 2;
		text-align: center;
	}

	.content{
		float: none;
		width: 100%;
	}
	.side{
		float: none;
		width: 100%;
		margin-bottom: 60px;
		/*border-top: 1px solid #c5dadb;
		padding-top: 30px;*/
	}
	.side a{
		width: auto;
	}
	.side .side_blue{
		background: #59b5e4;
		color: #fff;
	}
}


@media screen and (max-width: 375px){
	.header_logo{
		width: 70%;
	}
}


/* modal */
.modal {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.modal.is-hidden {
    visibility: hidden;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-hidden .modal-overlay {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  /*transform: translateY(-10%);*/
  opacity: 1;
}

.modal.is-hidden .modal-transition {
  /*transform: translateY(0);*/
  opacity: 0;
}

.modal a:hover {
	opacity: 1 !important;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255, 0.7);
}
.modal-close:before, .modal-close:after {
  position: absolute;
  content: '';
  height: 33px;
  width: 2px;
  background-color: #828283;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
.modal-close:hover {
}

@media screen and (max-width: 767px) {
	.modal a img {
		width: 290px;
	}
	.modal-close {
		width: 33px;
		height: 33px;
	}
	.modal-close:before, .modal-close:after {
		height: 23px;
	}
}
