@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}
html {
  font-size: 14px;
	background: #FCFCFC;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
main {
	margin-top: 64px;
}
main.edit {
	margin-top: 0;
}
h1,
h2,
h3 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
	margin: 0.5em 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
	transition: .2s ease;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
section {
  max-width: 1000px;
  margin: 0 auto;
}

h1.m-title {
	color: #fff;
	padding: 20px;
	background: #074A3F;
	font-size: 20px;
	letter-spacing: 0.05em;
  position: relative;
}
h1.m-title img {
	width: 300px;
	margin-right: 30px;
}
#sitelink {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 5px 20px;
  font-size: 14px;
}
.wrapper {
	padding: 20px;
}
#menu {
	display: flex;
	margin-bottom: 20px;
}
#menu li {
	margin-right: 35px;
}
#menu a {
	background-position: left;
	background-size: contain;
	padding-left: 12px;
	position: relative;
}
#menu a::before,
#menu a::after {
	content: '';
	display: block;
	width: 6px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
}
#menu a::before {
	top: 5px;
	transform: rotate(45deg);
}
#menu a::after {
	top: 9px;
	transform: rotate(-45deg);
}
h2 {
	border-left: solid 5px #074A3F;
	line-height: 1.5;
	padding-left: 8px;
	margin-bottom: 10px;
	font-weight: bold;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999;
	text-align: left;
}
table th {
	padding: 4px 6px;
	border-right: 1px dashed #999;
	border-bottom: 3px solid #074A3F;
}
table td {
	padding: 4px 6px;
	border-right: 1px dashed #999;
	border-bottom: 1px solid #999;
	background: #F8F8F8;
	vertical-align: top;
}
.cel4 {
	width: 4em;
}
.cel6 {
	width: 6em;
}
.cel8 {
	width: 8em;
}
.cel10 {
	width: 10em;
}
.txtC {
	text-align: center;
}
.txtC input {
	font-size: 110%;
	width: 6em;
	padding: 2px 0;
}
input {
	padding: 2px 4px;
}
textarea {
	width: 98%;
	padding: 2px 4px;
}
.pager {
  border-top: 1px dashed #b7b7b7;
  padding: 10px 0;
  text-align: center;
}
.pager li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 25px;
  width: 25px;
  height: 25px;
  background: #EEEEEE;
}
.pager li.nepr {
  width: 100px;
}
.pager li a {
  display: block;
  width: 25px;
  text-decoration: none;
  border: 1px solid #A5E2D8;
  background: #A5E2D8;
}
.pager li a:hover {
	background: #F8F8F8;
  }
.pager li.nepr a {
  width: 100px;
}
.sp {
	display: none !important;
}
#preview {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 1001;
}
#preview form {
	display: inline-block;
	width: 120px;
}
#preview form:nth-child(2) {
	margin-left: 15px;
}
#preview form input {
	border: none;
	color: #000;
	padding: 10px;
	width: 100%;
	border-radius: 0;
	cursor: pointer;
	transition: .2s ease;
}
#preview form input:hover {
	opacity: 0.9;
}
#preview form:nth-child(2) input {
	background: #C8F2EB;
}


@media screen and (max-width: 1000px) {
	html {
		font-size: 12px;
	}
	main {
		margin-top: 52px;
	}
	main.edit {
		margin-top: 0;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/*--------nav-area--------*/
.nav-area {
	background: #074A3F;
	color: #fff;
	line-height: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.nav-area.active {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.nav-flex {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.logo {
	font-size: 1.7rem;
	font-weight: bold;
	padding: 23px 0 17px 0;
}
.logo a:hover {
	opacity: 0.9;
}
.hum {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 15px;
}
.hum::before,
.hum::after {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 2px;
	transition: .3s ease;
}
.hum::before {
	top: 17px;
}
.hum::after {
	top: 25px;
}
.hum.active::before {
	top: 20px;
	transform: rotate(-45deg);
}
.hum.active::after {
	top: 20px;
	transform: rotate(45deg);
}
.nav-all ul {
	display: flex;
}
.nav-all li.active a {
	background: #052F28;
}
.nav-all a {
	display: block;
	padding: 33px 20px 17px 20px;
}
.nav-all a:hover {
	background: #052F28;
}
.inner-nav {
	padding: 75px 0 20px;
	background: #074A3F;
	color: #fff;
	text-align: center;
	font-size: 1.16rem;
	line-height: 1;
	transition: .3s ease;
	transform: translateY(-100%);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.inner-nav.show {
	transform: translateY(0%);
}
.inner-nav ul {
	width: 50%;
	margin: 0 auto;
}
.inner-nav a {
	display: block;
	padding: 16px 0;
}

@media screen and (max-width: 1000px) {
	.logo {
		font-size: 1.3rem;
		padding: 20px 0 17px 20px;
	}
}


/*--------mainView-area--------*/
.mainView-area {
	position: relative;
}
.main-text {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.95;
	font-family: ヒラギノ明朝 ProN;
	text-align: center;
	letter-spacing: 0.05em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.inner-page .main-text {
	font-size: 2.14rem;
	font-family: inherit;
	letter-spacing: 0.12em;
}

@media screen and (max-width: 1000px) {
	.main-text {
		font-size: 1.16rem;
	}
	.inner-page .main-text {
		font-size: 1.7rem;
		font-weight: 400;
	}
}


/*--------news-area-inner--------*/
/* .news-area iframe {
	height: 250px;
} */
.news-link-all {
	border-top: solid 1px #D3D3D3;
}
.news-link-all li {
	border-bottom: solid 1px #D3D3D3;
}
.news-link-all a {
	display: flex;
	padding: 13px 16px;
	background: #fff;
}
.news-link-all a:hover {
	background: #F8F8F8;
}
.news-area-inner {
	margin-top: 80px;
}
.news-area-inner ul {
	border-top: solid 1px #D3D3D3;
}
.news-area-inner ul.pager {
	border-top: none;
	margin-top: 30px;
}
.news-area-inner li {
	border-bottom: solid 1px #D3D3D3;
}
.news-area-inner ul.pager li {
	border-bottom: none;
}
.news-area-inner a {
	display: flex;
	background: #fff;
	padding: 13px 16px;
}
.news-area-inner ul.pager a {
	padding: 0;
}
.news-area-inner a:hover {
	background: #F8F8F8;
}
.link-date {
	margin-right: 32px;
}
.link-text {
	color: #074A3F;
}

@media screen and (max-width: 1000px) {
	.news-area-inner {
		margin-top: 50px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 634px) {
	.news-link-all a,
	.news-area-inner a {
		flex-flow: column;
		padding: 15px;
	}
	.link-date {
		margin-right: 0;
		margin-bottom: 8px;
	}
}


/*--------news-blog-area--------*/
.news-blog-area {
	margin-top: 80px;
}
.news-blog .date {
	margin-bottom: 30px;
	font-weight: bold;
}
.news-blog .text {
	margin-bottom: 30px;
}
.newsimg {
	width: 310px;
	height: 210px;
	background: url("../img/bg_img.png") no-repeat;
	margin-bottom: 20px;
}
.newsimg img {
	height: inherit;
}
.for-link-list {
	text-align: right;
	margin-top: 50px;
}
.for-link-list a {
	color: #074A3F;
	line-height: 1;
	position: relative;
	padding-right: 26px;
}
.for-link-list a:hover {
	opacity: 0.8;
}
.for-link-list a::before,
.for-link-list a::after {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #074A3F;
	position: absolute;
	right: 0;
}
.for-link-list a::before {
	transform: rotate(45deg);
	top: 5px;
}
.for-link-list a::after {
	transform: rotate(-45deg);
	top: 10px;
}
.newslink a {
	color: #074A3F;
	font-size: 1.1rem;
	padding-bottom: 3px;
	border-bottom: solid 1px #074A3F;
	word-break: break-all;
}
.newslink a:hover {
	border-bottom: none;
}

@media screen and (max-width: 1000px) {
	.news-blog-area {
		margin-top: 50px;
		padding: 0 20px;
	}
	.for-link-list a {
		font-size: 1.2rem;
	}
}


/*--------footer-area--------*/
.for-top-block {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #074A3F;
	right: 30px;
}
.for-top-block:hover {
	opacity: 0.8;
}
.for-top-block::before,
.for-top-block::after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
}
.for-top-block::before {
	top: 22px;
	left: 24px;
	transform: rotate(45deg);
}
.for-top-block::after {
	top: 22px;
	left: 17px;
	transform: rotate(-45deg);
}
.footer-area {
	margin-top: 136px;
	background: #F8F8F8;
	padding-top: 60px;
	position: relative;
}
.inner-page .footer-area {
	padding: 0;
}
.footer-flex {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 45px;
}
.footer-area .left-side {
	font-size: 1.14rem;
	line-height: 1.87em;
}
.company-name {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 33px;
}
.mail {
	margin-top: 30px;
}
.footer-area .right-side {
	text-align: right;
}
.google-map {
	width: 484px;
	height: 243px;
}
.google-map-link {
	margin-top: 10px;
}
.copy {
	text-align: center;
	color: #fff;
	background: #074A3F;
	font-size: 12px;
	padding: 15px 0;
}

@media screen and (max-width: 1000px) {
	.for-top-block {
		right: 20px;
	}
	.footer-area {
		margin-top: 150px;
		padding-top: 45px;
	}
	.footer-flex {
		flex-flow: column;
		padding-bottom: 56px;
	}
	.footer-area .left-side {
		padding: 0 20px;
		margin-bottom: 45px;
	}
	.company-name {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.mail {
		margin-top: 20px;
	}
	.google-map {
		width: 100%;
		height: 315px;
	}
	.google-map-link {
		margin-top: 20px;
		padding: 0 20px;
	}
}






