html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.h-lv01 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #009043;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .h-lv01 {
    font-size: 1.8rem;
  }
}

.h-lv02 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #009043;
}

@media screen and (max-width: 768px) {
  .h-lv02 {
    font-size: 1.6rem;
  }
}

header {
  border-top: 2.8rem solid #009043;
}

@media screen and (max-width: 768px) {
  header {
    border-top: 1.6rem solid #009043;
  }
}

header .gnav {
  max-width: 1170px;
  margin: 0 auto;
}

header .gnav .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}

@media screen and (max-width: 768px) {
  header .gnav .cnt {
    padding: 1rem 3vw 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .gnav .cnt .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  header .gnav .cnt .contact {
    display: none;
  }
}

header .gnav .cnt .contact a {
  margin-left: 1rem;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
  max-width: 1000px;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  nav ul {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}

#target {
  position: fixed;
  bottom: 3vw;
  right: calc((100vw - 1000px) / 2 + 1rem);
  background-color: #009043;
  padding: 10px 16px;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  #target {
    bottom: 3vw;
    right: 3vw;
    font-size: 1.5rem;
    padding: 10px 14px;
  }
}

#target.topnav {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .tel {
    width: 100%;
    padding: 3vw;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.kv-img {
  position: relative;
  padding: 22% 0;
  max-width: 100%;
  overflow: hidden;
}

.kv-img picture {
  position: absolute;
  top: 0;
  -webkit-animation: slideshow 12s ease infinite;
          animation: slideshow 12s ease infinite;
  opacity: 0;
}

.kv-img picture:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.kv-img picture:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@-webkit-keyframes slideshow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideshow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 3vw;
  }
}

section.kv-top {
  padding: 0 0 !important;
}

section#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  section#about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
}

section#about .sec01 {
  max-width: 40%;
  width: 100%;
  margin-right: 6vw;
}

@media screen and (max-width: 768px) {
  section#about .sec01 {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 2em;
  }
}

@media all and (-ms-high-contrast: none) {
  section#about .sec01 {
    max-width: 100%;
  }
}

section#about .sec01 .h-lv01 {
  margin-bottom: 1em;
}

section#about .sec01 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#about .sec01 .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009043;
  width: 32%;
  min-height: 3.5em;
  text-align: center;
  line-height: 1.5;
}

@media all and (-ms-high-contrast: none) {
  section#about .sec01 .items .item {
    position: relative;
  }
  section#about .sec01 .items .item p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section#about .sec01 .items .item p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section#about .sec01 .items .item p {
    font-size: 1.2rem;
  }
}

section#about .calendar {
  width: 100%;
}

section#about .calendar table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  section#about .calendar table tbody {
    table-layout: fixed;
    word-break: break-all;
  }
}

section#about .calendar table caption {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}

section#about .calendar table caption:last-child {
  caption-side: bottom;
  font-size: 1.3rem;
  font-weight: normal;
}

section#about .calendar table tr {
  border-bottom: 1px solid #000;
}

section#about .calendar table tr:first-child {
  border-top: 1px solid #000;
}

section#about .calendar table tr th {
  background-color: #edf2c5;
  font-size: 1.5rem;
  padding: 5px;
}

section#about .calendar table tr td {
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  padding: 10px 1.8rem;
  color: #009043;
}

@media screen and (max-width: 768px) {
  section#about .calendar table tr td {
    padding: 0 10px;
  }
}

section#about .calendar table tr td:first-child {
  text-align: right;
  color: #000;
  padding: 10px 10px;
}

section#about .calendar table tr td .fas::before {
  font-size: 1.3rem;
}

section#about .calendar .h-lv02 {
  margin-top: 1em;
}

@-moz-document url-prefix() {
  section#about .calendar .h-lv02 {
    margin-top: 2em;
  }
}

section#subject .h-lv01 {
  text-align: center;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  section#subject .h-lv01 {
    margin-bottom: 3vw;
  }
}

section#subject .sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  section#subject .sec01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto;
  }
}

section#subject .items {
  width: 16%;
}

@media screen and (max-width: 768px) {
  section#subject .items {
    width: 33%;
    padding: 1vw;
    margin-bottom: 1em;
  }
}

section#subject .items p {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  section#subject .items p {
    font-size: 1.2rem;
  }
}

section#subject .items p span {
  font-size: 1.6rem;
  font-weight: normal;
}

section#policy {
  padding: 3vw;
}

@media screen and (max-width: 768px) {
  section#policy {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

section#policy .h-lv01 {
  text-align: center;
  padding-bottom: 1.8rem;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  section#policy .h-lv01 {
    padding-bottom: 3vw;
  }
}

section#policy .sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

section#policy .policy-img {
  fill: #009043;
  margin: 0 1em;
  width: 100%;
  max-width: 78px;
}

section#policy .sec02 .declaration {
  background-color: #edf2c5;
  position: relative;
  border-radius: 10px;
  padding: 2rem 1rem 1rem;
}

@media screen and (max-width: 768px) {
  section#policy .sec02 .declaration {
    border-radius: 0px;
  }
}

section#policy .sec02 .declaration .ttl {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#policy .sec02 .declaration .ttl img {
  width: auto;
}

section#policy .sec02 .declaration ol {
  background-color: #fff;
  border: 1px solid #009043;
  counter-reset: number;
  list-style-type: none !important;
  padding: 1em 1em 1em 4em;
  margin-top: 1rem;
}

section#policy .sec02 .declaration ol li {
  border-bottom: 1px solid #c9caca;
  position: relative;
  padding: 1em 0;
}

section#policy .sec02 .declaration ol li:last-child {
  border-bottom: none;
}

section#policy .sec02 .declaration ol li::before {
  position: absolute;
  background-image: url(../img/policy/list-back.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-size: contain;
  font-weight: bold;
  width: 16px;
  height: 25px;
  left: -2.8em;
  counter-increment: number;
  content: counter(number);
  padding: 14px 12px 4px 10px;
  margin: -10;
  font-size: 1.4rem;
  top: 8px;
}

.subject-wrap {
  background-color: #edf2c5;
}

#access {
  margin-bottom: -10px;
}

footer {
  background-color: #009043;
  color: #fff;
  padding: 3em;
}

footer .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  footer .cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

footer .cnt .ttl {
  font-size: 2.4rem;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  footer .cnt .ttl {
    margin-right: 0em;
  }
}

footer .cnt a {
  color: #fff;
}

footer .copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

@-moz-document url-prefix() {
  .last {
    position: absolute;
  }
}
/*# sourceMappingURL=style.css.map */