@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  width: 100%;
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 1.5rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, body {
  image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4, h5, strong, b {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
a:link, a:visited {
  color: #145317;
  text-decoration: underline;
}
a:active, a:hover {
  color: #145317;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
}
/* header */
#headerWrapper {
  background: #eae8db;
  width: 100%;
  border-bottom: 3px solid #145317;
}
header {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header h1 {
  margin: 0;
  padding: 0;
  width: 710px;
}
header h1.en {
  width: 980px;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
#upNav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
#upNav li {
  margin: 0;
  padding: 0;
  width: 80px;
}
#upNav li.en {
  width: 90px;
}
#mvWrapper {
  width: 100%;
  height: 730px;
  background: url("../image/back.jpg");
  background-size: cover;
}
/* nav */
nav {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.menu {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  display: flex;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #145317;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.menu li a {
  display: block;
  margin: 0;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
}
footer {
  font-size: 1.3rem;
  padding: 10px 0 20px;
  border-top: 3px solid #145317;
  background: #eae8db;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 45px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
}
#page-top:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-left-color: #fff;
  border-top-color: #fff;
  top: 20px;
  left: 26px;
  transform: rotate(45deg);
}
@media print {
  #page-top {
    display: none;
  }
}
/*top page*/
#mainvisual {
  width: 1200px;
  height: 650px;
  margin: 0 auto;
  position: relative;
}
#mainvisual img {
  width: 1200px;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#mainvisual img:first-child {
  width: 840px;
  position: absolute;
  top: inherit;
  bottom: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
#mainvisual.en img:first-child {
  width: 900px;
}
#mainvisual img:last-child {
  width: 780px;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
main.top {
  width: 100%;
  text-align: left;
  background: #fff;
}
#about {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#about p {
  margin: 30px;
  font-size: 1.7rem;
}
#about > img {
  width: 470px;
}
#newsWrapper {
  width: 100%;
  background: #eae8db;
  padding: 70px;
}
#news {
  width: 80%;
  margin: 0 auto;
}
#news h2 {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1;
  font-size: 2.8rem;
  color: #135317;
}
#news dl {
  height: 330px;
  margin: 0;
  padding: 10px;
  overflow: auto;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
#news dl dt {
  margin: 5px 0 20px;
  padding: 0;
  color: #5c9312;
  font-size: 1.9rem;
  width: 10%;
  height: 35px;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid #5c9312;
}
#news dl dt::first-line {
  font-size: 1.3rem;
}
#news dl dd {
  margin: 0 0 20px;
  padding: 0 0 0 25px;
  line-height: 1.5;
  width: 90%;
}
#banner {
  margin: 0 auto;
  width: 1200px;
  padding: 30px;
  display: flex;
  justify-content: center;
  list-style: none;
}
#banner li {
  margin: 0 20px;
  padding: 0;
  width: 180px;
}
/* main */
main.contents {
  width: 1200px;
  min-height: 600px;
  text-align: left;
  margin: 0 auto;
  padding: 5px 0 50px;
  background-color: #FFF;
}
main.contents h1 {
  margin: 30px 0;
  padding: 0 0 10px;
  text-align: left;
  font-size: 3.2rem;
  line-height: 1;
  color: #145317;
  border-bottom: 1px solid #145317;
}
main.contents h2 {
  margin: 30px 5px 20px;
  padding: 0 0 0 28px;
  line-height: 1.5;
  font-size: 2.3rem;
  color: #33290c;
  clear: both;
  position: relative;
}
main.contents h2::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 18px;
  height: 4px;
  background: #c6c3ad;
}
main.contents h3 {
  margin: 25px 20px 15px;
  padding: 0 0 3px;
  font-size: 1.7rem;
  line-height: 1.5;
  border-bottom: 1px solid #c6c3ad;
}
main.contents h4 {
  margin: 18px 25px 10px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
main.contents p {
  margin: 10px 30px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 5px 35px;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #145317;
}
main.contents ul ul, main.contents ol ul {
  margin: 0 0 3px;
}
main.contents ul ul li, main.contents ol ul li {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 20px;
}
main.contents ul ul li::before, main.contents ol ul li::before, main.contents ul ol li::before {
  display: none;
}
main.contents ul ul ul li {
  list-style: circle;
}
main.contents ul ol {
  margin: 0 0 0 20px;
}
main.contents ul ol li {
  list-style-type: inherit;
}
main.contents ol {
  margin: 5px 35px 5px 60px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol ol {
  margin: 0 0 0 20px;
}
main.contents ol ol li {
  margin: 0;
  padding: 0;
}
/* table */
table {
  padding: 0;
  margin: 25px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #145317;
  border: none;
  font-weight: 500;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #145317;
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
table.center th, table.center td {
  text-align: center;
}
/* figure */
figure {
  margin: 20px 65px;
}
figure.center {
  margin: 30px auto;
}
figure.fr {
  float: right;
  margin: 0 35px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 35px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  line-height: 1.4;
  padding: 5px;
  text-align: left;
}
hr {
  border: 0;
  height: 1px;
  margin: 45px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #145317, #fff);
}
/* utility */
a[target="_blank"] {
  background: url(../image/ic_blank.png) right no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"] {
  background: url(../image/ic_pdf.png) right no-repeat;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat;
  padding-right: 24px !important;
  background-size: 20px 18px !important;
}
.no_icon {
  background-image: none !important;
  padding-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.w05 {
  width: 5% !important;
}
.w10 {
  width: 10% !important;
}
.w15 {
  width: 15% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w35 {
  width: 35% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w55 {
  width: 55% !important;
}
.w60 {
  width: 60% !important;
}
.w65 {
  width: 65% !important;
}
.w70 {
  width: 70% !important;
}
.w75 {
  width: 75% !important;
}
.w80 {
  width: 80% !important;
}
.w85 {
  width: 85% !important;
}
.w90 {
  width: 90% !important;
}
.w95 {
  width: 95% !important;
}
.w100 {
  width: 100% !important;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
.large {
  font-size: 1.2em;
}
blockquote {
  margin: 5px 0 5px 35px;
}
ul.contentsNav {
  list-style: none;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 92%;
  display: flex;
  flex-wrap: wrap;
}
ul.contentsNav li {
  margin: 5px 1% !important;
  width: calc(86% / 7);
  padding: 0 !important;
  background-image: none;
  text-align: center;
}
ul.contentsNav li::before {
  display: none;
}
ul.contentsNav li a {
  display: block;
  margin: 0;
  padding: .3em 1em .2em;
  color: #145317;
  text-decoration: none;
  border: 1px solid #145317;
}
ul.contentsNav li a:hover {
  color: #fff;
  background: #145317;
  opacity: 1;
}
.bgcolor {
  background: #ebf6ec;
  width: 92%;
  margin: 20px auto;
  padding: 30px 20px;
}
/*events*/
.events {
  width: 96%;
}
.events tr th {
  width: 13%;
}