@charset "utf-8";
@import "reboot.css";
@import url('https://fonts.googleapis.com/css2?family=Doppio+One&display=swap');
html {
  overflow-y: scroll;
  width: 100%;
}
body {
  color: #000;
  font-size: 15px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  background: #fff;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
a:link, a:visited {
  color: #34a616;
  text-decoration: underline;
}
a:active, a:hover {
  color: #34a616;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
#sb-site {
  width: 100% !important;
  text-align: center;
}
.sp {
  display: none !important;
}
#toggle, .sb-slidebar {
  display: none;
}
/* header */
#headerWrapper {
  width: 100%;
  height: 262px;
  background: url("../image/back.jpg");
  background-size: cover;
  position: relative;
}
header {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  height: 130px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  width: 500px;
  margin: 0 0 0 20px;
  padding: 0;
}
header h1 img {
  width: 100%;
}
header h1 a:active, header h1 a:hover, #logo a:active, #logo a:hover {
  opacity: 1;
  transition: none;
}
#headerInner {
  text-align: right;
}
#lang {
  width: 93px;
  margin: 0 20px 18px 0;
}
/* nav */
nav {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul#menu {
  width: 100%;
  margin: 0 15px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
ul#menu li {
  margin: 0;
  padding: 0;
}
ul#menu li a {
  padding: 0 10px;
  margin: 0 10px;
  line-height: 1;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  display: block;
  color: #01792b;
  z-index: 1;
  text-align: center;
}
@media all and (-ms-high-contrast:none) {
  ul#menu li a {
    padding: 17px 0 13px;
  }
}
/* footer */
#footerWrapper {
  background: url("../image/back.jpg");
  background-size: cover;
  width: 100%;
  padding: 0 0 80px;
}
footer {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  padding: 30px 40px;
  background: rgba(52, 166, 22, 0.75);
  text-align: left;
  color: #fff;
  font-size: 14px;
  display: flex;
}
footer p {
  font-family: 'Doppio One', sans-serif;
  font-weight: 400;
  font-size: 17px;
}
footer address {
  padding: 4px 30px;
}
/* ページトップへ戻る */
#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 */
#mainvisual {
  width: 1200px;
  height: 478px;
  margin: 0 auto;
  background: url("../image/top.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mainvisual img {
  width: 80%;
  margin: 20px auto;
}
#mainvisual p {
  width: 80%;
  margin: 20px auto;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.75);
  text-align: left;
}
#infoWrapper {
  width: 100%;
  background: #E6E6E6;
  padding: 30px 0 50px;
}
ul#banner {
  width: 1200px;
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
ul#banner li {
  width: 25%;
  border: 1px solid #000;
  background: #fff;
  margin: 0;
  padding: 0;
}
ul#banner li a {
  position: relative;
  display: block;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  height: 50px;
  font-weight: 600;
}
ul#banner li a span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
}
#info {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 100px;
}
#info h2 {
  background: #34a616;
  color: #fff;
  width: 250px;
  border-radius: 38px;
  margin: 0 auto 20px;
  line-height: 1;
  font-size: 22px;
  padding: 8px 0;
  font-family: 'Doppio One', sans-serif;
  font-weight: 400;
}
#info ul {
  margin: 0 auto;
  padding: 10px 0 0;
  list-style: none;
  text-align: left;
  overflow: auto;
  height: 300px;
  width: 100%;
}
#info ul li {
  margin: 0 25px;
  padding: 10px 0 13px;
  background-image: none;
  border-bottom: 1px solid #c2c2c2;
  line-height: 1.4;
}
.date {
  font-size: 16px;
  font-weight: 900;
  color: #6f6f6f;
}
#info > p {
  width: 94%;
  margin: 40px auto 10px;
  padding: 10px 20px;
  text-align: justify;
  background: rgba(52, 166, 22, 0.75);
  color: #fff;
}
.youtube {
  position: relative;
  width: 94%;
  padding-top: 56.25%;
  margin: 40px 3% 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* main */
#mainWrapper {
  width: 100%;
  background: #E6E6E6;
  padding: 20px 0;
}
main.contents {
  width: 1200px;
  min-height: 600px;
  text-align: left;
  margin: 0 auto;
  padding: 30px 0 35px;
  background: #fff;
}
#h1Wrapper {
  width: 100%;
}
#h1Wrapper h1 {
  width: 1200px;
  margin: 0 auto;
  padding: 37px 0 34px 30px;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  color: #34a616;
  border-bottom: 4px solid #34a616;
}
main.contents h2 {
  margin: 35px 25px 15px;
  padding: 10px 22px 8px;
  font-size: 20px;
  line-height: 1.2;
  background-color: #34a616;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  clear: both;
}
main.contents h3 {
  margin: 25px 40px 5px;
  padding: 8px 17px 6px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  clear: both;
  color: #2b2b2b;
  position: relative;
}
main.contents h3::before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #34a616;
}
main.contents h4 {
  margin: 20px 55px 10px;
  padding: 5px 0 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #2b2b2b;
}
main.contents p {
  margin: 5px 60px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 5px 50px 5px 60px;
  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: 14px;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background: #34a616;
}
main.contents ul ul {
  margin: 5px 0 0;
}
main.contents ol {
  margin: 5px 50px 5px 90px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol li ol {
  margin: 5px 0 0 20px;
}
/* table */
table {
  padding: 0;
  margin: 15px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #34a616;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #34a616;
}
@media all and (-ms-high-contrast:none) {
  table th {
    padding: 9px 5px 3px;
  }
  table td {
    padding: 9px 5px 3px;
  }
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
/* figure */
figure {
  margin: 10px 50px 15px;
}
figure.center {
  margin: 10px auto 15px;
}
figure.fr {
  float: right;
  margin: 0 50px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 50px;
}
figure img {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  font-size: 0.9em;
  line-height: 1.1;
  padding: 5px;
  text-align: center;
}
/* 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;
  background-size: 20px 20px;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat;
  padding-right: 24px;
  background-size: 20px 18px;
}
.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;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w24 {
  width: 24%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
.smallCapital {
  font-size: 13px;
  font-weight: 600;
}
hr {
  border: 0;
  height: 1px;
  margin: 35px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #34a616, #fff);
}
blockquote {
  margin: 5px 0 5px 15px;
}
main.contents ul.contentsMenu {
  width: 94%;
  margin: 35px 3% 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
main.contents ul.contentsMenu li {
  margin: 0 0 1em;
  padding: 0 1em;
  border-right: 1px solid #000;
  line-height: 1;
}
main.contents ul.contentsMenu li:last-child {
  margin: 0;
  border-right: none;
}
main.contents ul.contentsMenu li::before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  background: none;
}
/*profile*/
dl.profile {
  margin: 10px 0 10px 60px;
  padding: 0;
}
dl.profile dt {
  float: left;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
dl.profile dd {
  margin: 0 0 0 9em;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  body {
    min-width: initial;
    min-width: auto;
    font-size: 3.5vw;
  }
  #sb-site {
    width: 100% !important;
    background: #fff;
    overflow: hidden;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #headerWrapper {
    height: 33vw;
  }
  header {
    width: 94%;
    height: 17vw;
  }
  header h1 {
    width: 100%;
    margin: 1vw;
  }
  #lang {
    display: none;
  }
  nav {
    display: none;
  }
  ul#sp_menu {
    margin: 15px auto;
    padding: 0;
    list-style-type: none;
    width: 100%;
  }
  ul#sp_menu li {
    margin: 8px 0;
    padding: 0;
    text-align: center;
    display: block;
    background-image: none;
  }
  ul#sp_menu li a {
    padding: 9px 0 17px;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #01792b;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 2vw;
    right: 2%;
    background: #FFF;
    padding: 3px 0 2px;
    cursor: pointer;
    z-index: 99999;
  }
  #toggle ul {
    margin: 0;
    padding: 0;
  }
  #toggle ul li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
  }
  .sb-slidebar {
    display: block;
    background: rgba(255, 255, 255, 0.9) !important;
    text-align: left;
  }
  .css-bar {
    display: inline-block;
    position: relative;
    margin: 0 6px 3px;
    padding: 0;
    background: #34a616;
  }
  .css-bar, .css-bar:before, .css-bar:after {
    width: 30px;
    height: 3px;
  }
  .css-bar:before, .css-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #34a616;
  }
  .css-bar:before {
    margin-top: -8px;
  }
  .css-bar:after {
    margin-top: 5px;
  }
  html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
    cursor: pointer;
  }
  #toggle p {
    margin: 2px auto 2px;
    padding: 0;
    font-size: 11px;
    color: #34a616;
    text-indent: 0;
    font-family: 'Doppio One', sans-serif;
    line-height: 1;
    text-align: center;
  }
  #footerWrapper {
    padding: 0 0 10vw;
  }
  footer {
    width: 94%;
    height: auto;
    display: block;
    padding: 2vw;
    line-height: 1.3;
  }
  footer p {
    font-size: 4vw;
    margin: 0;
  }
  footer address {
    padding: 0;
  }
  #mainvisual {
    width: 100%;
    background-position: center center;
    height: auto;
  }
  #mainvisual img {
    width: 90%;
  }
  #mainvisual p {
    font-size: 12px;
    line-height: 1.1;
    margin: 0 auto 10px;
    padding: 10px;
    width: 90%;
  }
  #infoWrapper {
    padding: 5vw 0;
  }
  ul#banner {
    width: 100%;
    margin: 0 auto 3vw;
    flex-direction: column;
  }
  ul#banner li {
    width: 80%;
    margin: 1vw auto;
  }
  ul#banner li a {
    height: 10vw;
  }
  #info {
    width: 96%;
    padding: 5vw 0;
  }
  #info h2 {
    min-width: 30%;
    padding: 1vw 2%;
    font-size: 5vw;
  }
  #info ul {
    height: 60vw;
  }
  .date {
    font-size: 3.5vw;
  }
  #info > p {
    margin: 5vw auto 1vw;
    padding: 5vw 3%;
  }
  .youtube {
    margin: 5vw 3% 0;
  }
  main {
    width: 100%;
    min-height: 500px;
    padding: 0 0 40px;
  }
  main.contents {
    width: 100%;
    padding: 25px 0 35px;
  }
  #h1Wrapper {
    width: 100%;
  }
  #h1Wrapper h1 {
    padding: 25px 2%;
    font-size: 22px;
  }
  #contentsWrapper {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  main.contents h2 {
    font-size: 19px;
    margin: 30px 1% 15px;
    padding: 10px 5% 8px;
  }
  main.contents h3 {
    width: 98%;
    margin: 20px 2% 10px;
    font-size: 18px;
  }
  main.contents h4 {
    width: 98%;
    margin: 25px 1% 10px;
    font-size: 16px;
  }
  main.contents p {
    margin: 5px 3%;
  }
  main.contents ul {
    margin: 5px 2% 5px 3%;
  }
  main.contents ul li::before {
    top: 13px;
  }
  main.contents ol {
    margin: 5px 2% 5px 10%;
  }
  table {
    width: 95%;
    margin: 5px auto 10px;
  }
  table td {
    word-break: break-all;
  }
  figure {
    width: 60%;
    margin: 10px auto;
  }
  figure.fl, figure.fr, figure.center {
    float: none;
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
  figure img, video {
    width: 95%;
    margin: 0 auto 3px;
  }
  figcaption {
    padding: 0 2%;
  }
  .mb0sp {
    margin-bottom: 0 !important;
  }
  .mb05sp {
    margin-bottom: 5px !important;
  }
  .mb10sp {
    margin-bottom: 10px !important;
  }
  .mb15sp {
    margin-bottom: 15px !important;
  }
  .mb20sp {
    margin-bottom: 20px !important;
  }
  .mb25sp {
    margin-bottom: 25px !important;
  }
  .mb30sp {
    margin-bottom: 30px !important;
  }
  .mb40sp {
    margin-bottom: 40px !important;
  }
  .mt0sp {
    margin-top: 0 !important;
  }
  .mt05sp {
    margin-top: 5px !important;
  }
  .mt10sp {
    margin-top: 10px !important;
  }
  .mt15sp {
    margin-top: 15px !important;
  }
  .mt20sp {
    margin-top: 20px !important;
  }
  .mt25sp {
    margin-top: 25px !important;
  }
  .mt30sp {
    margin-top: 30px !important;
  }
  .w05sp {
    width: 05% !important;
  }
  .w10sp {
    width: 10% !important;
  }
  .w15sp {
    width: 15% !important;
  }
  .w20sp {
    width: 20% !important;
  }
  .w25sp {
    width: 25% !important;
  }
  .w30sp {
    width: 30% !important;
  }
  .w35sp {
    width: 35% !important;
  }
  .w40sp {
    width: 40% !important;
  }
  .w45sp {
    width: 45% !important;
  }
  .w50sp {
    width: 50% !important;
  }
  .w55sp {
    width: 55% !important;
  }
  .w60sp {
    width: 60% !important;
  }
  .w65sp {
    width: 65% !important;
  }
  .w70sp {
    width: 70% !important;
  }
  .w75sp {
    width: 75% !important;
  }
  .w80sp {
    width: 80% !important;
  }
  .w85sp {
    width: 85% !important;
  }
  .w90sp {
    width: 90% !important;
  }
  .w95sp {
    width: 95% !important;
  }
  .w100sp {
    width: 100% !important;
  }
  #page-top {
    bottom: 25px;
    right: 10px;
  }
  .xscroll {
    width: 100%;
    overflow-x: auto;
  }
  .xscroll table {
    width: 900px;
    margin: 10px 2%;
  }
  main.contents ul.contentsMenu {
    width: 98%;
    margin: 25px 1% 0;
  }
  /*profile*/
  dl.profile {
    margin: 10px 3%;
  }
}