@charset "UTF-8";
/******************************* Preface ***************************************/
a:hover {
  color: #23a000;
}

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
}
body header.header.top {
  height: 95vh;
}
body header.header .inner {
  padding: 1.5rem;
  min-width: 100%;
}
body header.header .inner .logo {
  margin: 0;
  margin-right: auto;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  margin-right: 0;
  height: 1.5rem;
}
body header.header .inner .menu-wrapper nav.gnav {
  display: block;
  position: fixed !important;
  top: 0;
  right: -310px;
  bottom: 0;
  width: 310px;
  padding: 6.5rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  margin-right: 0;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container {
  width: 100%;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item {
  position: static;
  width: 100%;
  height: auto;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:nth-child(n+1) {
  margin-left: auto;
  border-top: 1px solid #555;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:last-child {
  margin-left: auto;
  border-bottom: 1px solid #555;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item a {
  position: relative;
  display: block;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button {
  padding-top: 2em;
  padding-left: 0;
  border-bottom: none;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button a {
  padding: 1.2rem 0;
  font-size: 1.2rem;
  text-align: center;
}
body header.header .inner .menu-wrapper .toggle-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
body header.header .inner .menu-wrapper .toggle-btn span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background-color: white;
  transition: all 0.5s;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(1) {
  top: 20px;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(2) {
  top: 30px;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(3) {
  bottom: 28px;
}
body header.header .inner .menu-wrapper.menu-open .gnav {
  right: 0;
  opacity: 1;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn {
  top: 0;
  margin-top: 0;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span {
  left: 25%;
  background-color: black;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-17px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}
body header.header .inner .menu-wrapper.menu-open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 2;
  cursor: pointer;
}
body header.header .inner .menu-wrapper #mask {
  display: none;
  transition: all 0.3s;
}
body header.header .mainvi .slider {
  height: 100%;
}
body header.header .mainvi .slider div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
body header.header .mainvi .copy {
  align-items: center;
  top: auto;
  bottom: 5%;
  left: 0;
  height: auto;
  width: 100%;
  padding: 1.5rem;
  transform: translateY(0);
}
body header.header .mainvi .copy h1 {
  padding: 0;
  text-align: left;
}
body header.header .mainvi .copy h1 span {
  font-size: 5vw;
  letter-spacing: 0.3rem;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 1.1rem;
  line-height: 2;
  padding-bottom: 0;
}
body .breadcrumb-wrap {
  padding: 0 1.5rem;
}
body .content-wrap {
  padding: 4rem 0;
}
body .content-wrap .inner {
  padding: 0 1.5rem;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap h1.section-title,
body .content-wrap h2.section-title,
body .content-wrap h3.section-title,
body .content-wrap h4.section-title,
body .content-wrap h5.section-title,
body .content-wrap h6.section-title {
  margin-bottom: 3rem;
}
body .content-wrap h1.section-title span.main,
body .content-wrap h2.section-title span.main,
body .content-wrap h3.section-title span.main,
body .content-wrap h4.section-title span.main,
body .content-wrap h5.section-title span.main,
body .content-wrap h6.section-title span.main {
  font-size: 2rem;
}
body .content-wrap h1.section-title span.sub,
body .content-wrap h2.section-title span.sub,
body .content-wrap h3.section-title span.sub,
body .content-wrap h4.section-title span.sub,
body .content-wrap h5.section-title span.sub,
body .content-wrap h6.section-title span.sub {
  font-size: 1rem;
}
body .content-wrap h1.section-title.centerline span.main,
body .content-wrap h2.section-title.centerline span.main,
body .content-wrap h3.section-title.centerline span.main,
body .content-wrap h4.section-title.centerline span.main,
body .content-wrap h5.section-title.centerline span.main,
body .content-wrap h6.section-title.centerline span.main {
  font-size: 2rem;
}
body .content-wrap h1.section-title.centerline span.sub,
body .content-wrap h2.section-title.centerline span.sub,
body .content-wrap h3.section-title.centerline span.sub,
body .content-wrap h4.section-title.centerline span.sub,
body .content-wrap h5.section-title.centerline span.sub,
body .content-wrap h6.section-title.centerline span.sub {
  font-size: 1rem;
}
body .content-wrap h1.section-title-02,
body .content-wrap h2.section-title-02,
body .content-wrap h3.section-title-02,
body .content-wrap h4.section-title-02,
body .content-wrap h5.section-title-02,
body .content-wrap h6.section-title-02 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #0D840D;
  padding: 0 1rem 1rem 1rem;
}
body .content-wrap h1.content-title,
body .content-wrap h2.content-title,
body .content-wrap h3.content-title,
body .content-wrap h4.content-title,
body .content-wrap h5.content-title,
body .content-wrap h6.content-title {
  margin-bottom: 2.5rem;
}
body .content-wrap h1.content-title.boder-left-01,
body .content-wrap h2.content-title.boder-left-01,
body .content-wrap h3.content-title.boder-left-01,
body .content-wrap h4.content-title.boder-left-01,
body .content-wrap h5.content-title.boder-left-01,
body .content-wrap h6.content-title.boder-left-01 {
  font-size: 1.3rem;
}
body .content-wrap h1.content-title.boder-left-02,
body .content-wrap h2.content-title.boder-left-02,
body .content-wrap h3.content-title.boder-left-02,
body .content-wrap h4.content-title.boder-left-02,
body .content-wrap h5.content-title.boder-left-02,
body .content-wrap h6.content-title.boder-left-02 {
  font-size: 1.3rem;
}
body .content-wrap h1.content-title.boder-left-03 span.main,
body .content-wrap h2.content-title.boder-left-03 span.main,
body .content-wrap h3.content-title.boder-left-03 span.main,
body .content-wrap h4.content-title.boder-left-03 span.main,
body .content-wrap h5.content-title.boder-left-03 span.main,
body .content-wrap h6.content-title.boder-left-03 span.main {
  font-size: 1.4rem;
}
body .content-wrap h1.content-title.boder-left-03 span.sub,
body .content-wrap h2.content-title.boder-left-03 span.sub,
body .content-wrap h3.content-title.boder-left-03 span.sub,
body .content-wrap h4.content-title.boder-left-03 span.sub,
body .content-wrap h5.content-title.boder-left-03 span.sub,
body .content-wrap h6.content-title.boder-left-03 span.sub {
  font-size: 0.9rem;
}
body .content-wrap h1.content-title.boder-left-04 span,
body .content-wrap h2.content-title.boder-left-04 span,
body .content-wrap h3.content-title.boder-left-04 span,
body .content-wrap h4.content-title.boder-left-04 span,
body .content-wrap h5.content-title.boder-left-04 span,
body .content-wrap h6.content-title.boder-left-04 span {
  margin-left: 0;
}
body .content-wrap h1.content-title.boder-left-04 span.main,
body .content-wrap h2.content-title.boder-left-04 span.main,
body .content-wrap h3.content-title.boder-left-04 span.main,
body .content-wrap h4.content-title.boder-left-04 span.main,
body .content-wrap h5.content-title.boder-left-04 span.main,
body .content-wrap h6.content-title.boder-left-04 span.main {
  font-size: 1.6rem;
}
body .content-wrap h1.content-title.boder-left-04 span.sub,
body .content-wrap h2.content-title.boder-left-04 span.sub,
body .content-wrap h3.content-title.boder-left-04 span.sub,
body .content-wrap h4.content-title.boder-left-04 span.sub,
body .content-wrap h5.content-title.boder-left-04 span.sub,
body .content-wrap h6.content-title.boder-left-04 span.sub {
  font-size: 1rem;
}
body .content-wrap h1.content-title.boder-left-05 span.main,
body .content-wrap h2.content-title.boder-left-05 span.main,
body .content-wrap h3.content-title.boder-left-05 span.main,
body .content-wrap h4.content-title.boder-left-05 span.main,
body .content-wrap h5.content-title.boder-left-05 span.main,
body .content-wrap h6.content-title.boder-left-05 span.main {
  font-size: 1.6rem;
  padding-left: 2.8rem;
}
body .content-wrap h1.content-title.boder-left-05 span.sub,
body .content-wrap h2.content-title.boder-left-05 span.sub,
body .content-wrap h3.content-title.boder-left-05 span.sub,
body .content-wrap h4.content-title.boder-left-05 span.sub,
body .content-wrap h5.content-title.boder-left-05 span.sub,
body .content-wrap h6.content-title.boder-left-05 span.sub {
  font-size: 1rem;
}
body .content-wrap h1.content-title.boder-left-06,
body .content-wrap h2.content-title.boder-left-06,
body .content-wrap h3.content-title.boder-left-06,
body .content-wrap h4.content-title.boder-left-06,
body .content-wrap h5.content-title.boder-left-06,
body .content-wrap h6.content-title.boder-left-06 {
  border-left: 30px solid #23a000;
}
body .content-wrap h1.content-title.boder-left-06 span.main,
body .content-wrap h2.content-title.boder-left-06 span.main,
body .content-wrap h3.content-title.boder-left-06 span.main,
body .content-wrap h4.content-title.boder-left-06 span.main,
body .content-wrap h5.content-title.boder-left-06 span.main,
body .content-wrap h6.content-title.boder-left-06 span.main {
  font-size: 1.6rem;
}
body .content-wrap h1.content-title.boder-left-06 span.sub,
body .content-wrap h2.content-title.boder-left-06 span.sub,
body .content-wrap h3.content-title.boder-left-06 span.sub,
body .content-wrap h4.content-title.boder-left-06 span.sub,
body .content-wrap h5.content-title.boder-left-06 span.sub,
body .content-wrap h6.content-title.boder-left-06 span.sub {
  font-size: 1rem;
}
body .content-wrap h1.content-title.boder-bottom-01,
body .content-wrap h2.content-title.boder-bottom-01,
body .content-wrap h3.content-title.boder-bottom-01,
body .content-wrap h4.content-title.boder-bottom-01,
body .content-wrap h5.content-title.boder-bottom-01,
body .content-wrap h6.content-title.boder-bottom-01 {
  font-size: 1.3rem;
}
body .content-wrap h1.content-title.boder-top-01,
body .content-wrap h2.content-title.boder-top-01,
body .content-wrap h3.content-title.boder-top-01,
body .content-wrap h4.content-title.boder-top-01,
body .content-wrap h5.content-title.boder-top-01,
body .content-wrap h6.content-title.boder-top-01 {
  font-size: 1.3rem;
}
body .content-wrap h1.content-title.boder-bg-01,
body .content-wrap h2.content-title.boder-bg-01,
body .content-wrap h3.content-title.boder-bg-01,
body .content-wrap h4.content-title.boder-bg-01,
body .content-wrap h5.content-title.boder-bg-01,
body .content-wrap h6.content-title.boder-bg-01 {
  font-size: 1.3rem;
}
body .content-wrap .top-nav-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body .content-wrap .top-nav-wrap li {
  width: calc((100% - 3rem) / 4);
  margin-right: 1rem;
  margin-bottom: 1rem;
  background: rgba(35, 160, 0, 0.1);
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: 5px;
}
body .content-wrap .top-nav-wrap li:last-child {
  margin-right: 0;
}
body .content-wrap .top-nav-wrap li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .content-wrap .top-nav-wrap li a .icon {
  padding-bottom: 0.5rem;
}
body .content-wrap .top-nav-wrap li a .icon img {
  display: block;
  width: 30px;
  margin: 0 auto;
}
body .content-wrap .top-nav-wrap li a .ttl {
  font-size: 0.8rem;
  font-weight: 500;
}
body .content-wrap .table-list-wrap {
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 3rem 1rem;
}
body .content-wrap .table-list-wrap .list-text {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
}
body .content-wrap .table-list-wrap .list-text .main {
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
}
body .content-wrap .table-list-wrap .list-text p {
  width: 100%;
}
body .content-wrap .table-list-wrap .list-text .table-area {
  width: 100%;
}
body .content-wrap .accordion-wrap .card-header .btn-link {
  font-size: 1rem;
  padding-right: 1rem;
}
body .content-wrap .accordion-wrap .card-header .btn-link > span {
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  font-size: 1.2rem;
  width: 30px;
  height: 30px;
}
body .content-wrap .accordion-wrap .card-body {
  padding: 1rem;
}
body .content-wrap .accordion-wrap .card-body img {
  width: 100%;
}
body .content-wrap .article-detail .ttl h2 {
  font-size: 1.3rem;
}
body .content-wrap .box-1col.box-1col-03 {
  display: block;
}
body .content-wrap .box-1col.box-1col-03 .thumb {
  width: 100%;
  margin-right: 0;
}
body .content-wrap .box-1col.box-1col-03 .thumb img {
  display: block;
  width: 100%;
}
body .content-wrap .box-1col.box-1col-03 .text {
  position: relative;
  margin: -8% auto 0 auto;
  width: 92%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.5rem;
  background-color: #F6F6F6;
}
body .content-wrap .box-1col.box-1col-03 .text h3.section-title .main {
  font-size: 2rem;
}
body .content-wrap .box-1col.box-1col-03 .text > p {
  font-size: 0.9rem;
  line-height: 2.2;
}
body .content-wrap .link-btn {
  width: 100%;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem;
}
body .content-wrap .table tr td {
  padding: 1.5rem;
}
body .content-wrap form .form-control {
  height: auto;
}
body .content-wrap form .row {
  margin-left: 0;
  margin-right: 0;
}
body .content-wrap form .row .col-12,
body .content-wrap form .row .col-6 {
  display: block;
  padding: 1.5rem 0;
}
body .content-wrap form .row .col-12 label,
body .content-wrap form .row .col-6 label {
  width: 100%;
}
body .content-wrap form .row .col-12 select,
body .content-wrap form .row .col-12 input,
body .content-wrap form .row .col-12 textarea,
body .content-wrap form .row .col-6 select,
body .content-wrap form .row .col-6 input,
body .content-wrap form .row .col-6 textarea {
  width: 100%;
}
body .content-wrap form .checkbox-consent {
  text-align: center;
}
body .content-wrap form .checkbox-consent .form-group .form-check {
  width: 100%;
  justify-content: center;
}
body .content-wrap form .checkbox-consent .form-group .form-check input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 1;
  padding: 0;
  margin-right: 10px;
  display: inline-block;
  background: white;
  outline: 1px solid #23a000;
}
body .content-wrap form .checkbox-consent .form-group .form-check input[type=checkbox]:checked:after {
  content: "✓";
  font-weight: bold;
}
body .content-wrap form .checkbox-consent .form-group .form-check label {
  width: auto;
}
body .content-wrap form .checkbox-consent .form-group .form-check label > a {
  text-decoration: underline;
}
body .content-wrap form .checkbox-consent .form-group .form-check span.error {
  margin-left: 1rem;
}
body .content-wrap form .link-btn {
  width: 100%;
}
body .content-wrap form .link-btn a,
body .content-wrap form .link-btn input[type=submit] {
  display: block;
  background-color: #23a000;
  color: white;
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  width: 350px;
  margin: 0 auto;
  border-radius: 10px;
}
body .content-wrap form .link-btn a::after,
body .content-wrap form .link-btn input[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .map {
  aspect-ratio: 1/1;
}
body .content-wrap .map iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
body footer.footer .inner {
  padding: 2rem 1.5rem 1rem;
}
body footer.footer .inner .flex-wrap {
  display: block;
}
body footer.footer .inner .flex-wrap .info {
  width: 100%;
  padding-bottom: 2rem;
}
body footer.footer .inner .flex-wrap .info .logo h1 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 2rem;
}
body footer.footer .inner .flex-wrap .info .add {
  line-height: 2;
  font-size: 0.9rem;
}
body footer.footer .inner .flex-wrap .tail {
  width: 100%;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap {
  width: calc((100% - 2rem) / 3);
  margin-right: 1rem;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap:first-child {
  margin-left: 0;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item a {
  display: block;
  font-size: 0.9rem;
  padding-bottom: 1rem;
  transition: all 0.3s;
}
body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item a:hover {
  opacity: 0.7;
}