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

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
}
body header {
  position: relative;
}
body header.header.top {
  height: 100vh;
}
body header.header.scrolled .inner {
  background-color: rgba(35, 160, 0, 0.7);
  transition: all linear 0.2s;
}
body header.header .inner {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #23a000;
  z-index: 100;
}
body header.header .inner .logo {
  margin-right: auto;
  flex: none;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  height: 1.5rem;
  width: auto;
}
body header.header .inner .menu-wrapper nav.gnav {
  flex: none;
  position: relative;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  margin: 0 1rem;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a {
  padding: 1rem;
  color: white;
  font-weight: 500;
  transition: all 0.3s;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button {
  padding-left: 1rem;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a {
  border: 1px solid #0D840D;
  background-color: #0D840D;
  border-radius: 100rem;
  padding: 0.5rem 2rem;
  color: white;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a i.far {
  margin-right: 0.5rem;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body header.header .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
body header.header .mainvi .slider {
  height: 100%;
}
body header.header .mainvi .slider div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body header.header .mainvi .copy {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-width: 1110px;
}
body header.header .mainvi .copy h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  width: 100%;
  color: white;
}
body header.header .mainvi .copy h1 span {
  display: block;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 2rem;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
  padding-bottom: 0;
  padding-right: 4rem;
}
@media screen and (max-width: 1040px) {
  body header.header .inner {
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    justify-content: flex-end;
  }
  body header.header .inner .logo {
    flex-wrap: wrap;
  }
  body header.header .inner .menu-wrapper nav.gnav {
    flex: none;
    position: relative;
  }
  body header.header .inner .menu-wrapper nav.gnav .menu-container .menu {
    display: flex;
    margin: 1rem 0;
  }
  body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a {
    padding: 0 0.5rem;
    color: white;
    font-weight: 500;
    transition: all 0.3s;
  }
  body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button {
    padding-left: 1rem;
  }
  body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a {
    border: 1px solid #0D840D;
    background-color: #0D840D;
    border-radius: 100rem;
    padding: 0.5rem 2rem;
    color: white;
  }
  body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a i.far {
    margin-right: 0.5rem;
  }
  body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
body header.header.back-head .mainvi {
  height: 350px;
  overflow: hidden;
}
body header.header.back-head .mainvi .mv-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body header.header.back-head .mainvi .mv-bg::after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body header.header.back-head .mainvi .header-title-wrap {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
body header.header.back-head .mainvi .header-title-wrap h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  color: white;
}
body .breadcrumb-wrap {
  padding: 0 60px;
}
body .breadcrumb-wrap ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 0;
}
body .breadcrumb-wrap ul li {
  font-size: 0.9rem;
}
body .breadcrumb-wrap ul li::after {
  padding: 0 1em;
  content: url(../img/arrow_black.svg);
  vertical-align: text-top;
}
body .breadcrumb-wrap ul li:last-child::after {
  content: "";
}
body .breadcrumb-wrap ul li:first-child {
  color: #23a000;
}
body .breadcrumb-wrap ul li a {
  text-decoration: none;
}
@media screen and (min-width: 678px) and (max-width: 1140px) {
  body .breadcrumb-wrap {
    padding: 0 40px;
  }
}
body .content-wrap {
  padding: 4rem 0;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body .content-wrap .inner.inner-s {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-m {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-l {
    padding: 0 40px;
  }
}
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: 4rem;
}
body .content-wrap h1.section-title span,
body .content-wrap h2.section-title span,
body .content-wrap h3.section-title span,
body .content-wrap h4.section-title span,
body .content-wrap h5.section-title span,
body .content-wrap h6.section-title span {
  display: block;
}
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;
  font-weight: bold;
}
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: 1.1rem;
  font-weight: 500;
}
body .content-wrap h1.border-btm span,
body .content-wrap h2.border-btm span,
body .content-wrap h3.border-btm span,
body .content-wrap h4.border-btm span,
body .content-wrap h5.border-btm span,
body .content-wrap h6.border-btm span {
  display: inline-block;
  border-bottom: 4px solid #0D840D;
  padding-bottom: 0.8rem;
}
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: 3rem;
}
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.4rem;
  font-weight: bold;
  border-left: 6px solid #23a000;
  padding-left: 0.7rem;
}
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.4rem;
  font-weight: bold;
  border-left: 6px solid #23a000;
  border-bottom: 1px solid #23a000;
  padding-left: 0.7rem;
  padding-bottom: 0.5rem;
}
body .content-wrap h1.content-title.boder-left-03 span,
body .content-wrap h2.content-title.boder-left-03 span,
body .content-wrap h3.content-title.boder-left-03 span,
body .content-wrap h4.content-title.boder-left-03 span,
body .content-wrap h5.content-title.boder-left-03 span,
body .content-wrap h6.content-title.boder-left-03 span {
  display: block;
  padding-left: 0.7rem;
  border-left: 2px solid #23a000;
}
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;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
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 {
  display: block;
  font-weight: bold;
  padding-left: 0.8rem;
  margin-left: 1.5rem;
  border-left: 2px solid #23a000;
}
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.8rem;
}
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: 1.2rem;
  padding-bottom: 0.3rem;
}
body .content-wrap h1.content-title.boder-left-05 span,
body .content-wrap h2.content-title.boder-left-05 span,
body .content-wrap h3.content-title.boder-left-05 span,
body .content-wrap h4.content-title.boder-left-05 span,
body .content-wrap h5.content-title.boder-left-05 span,
body .content-wrap h6.content-title.boder-left-05 span {
  display: block;
  font-weight: bold;
  position: relative;
}
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.8rem;
  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: 1.2rem;
  padding-bottom: 0.3rem;
  padding-left: 2.8rem;
}
body .content-wrap h1.content-title.boder-left-05 span.sub:before,
body .content-wrap h2.content-title.boder-left-05 span.sub:before,
body .content-wrap h3.content-title.boder-left-05 span.sub:before,
body .content-wrap h4.content-title.boder-left-05 span.sub:before,
body .content-wrap h5.content-title.boder-left-05 span.sub:before,
body .content-wrap h6.content-title.boder-left-05 span.sub:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 2rem;
  height: 2px;
  content: "";
  background: #23a000;
}
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: 40px solid #23a000;
  padding-left: 1rem;
  line-height: 1;
}
body .content-wrap h1.content-title.boder-left-06 span,
body .content-wrap h2.content-title.boder-left-06 span,
body .content-wrap h3.content-title.boder-left-06 span,
body .content-wrap h4.content-title.boder-left-06 span,
body .content-wrap h5.content-title.boder-left-06 span,
body .content-wrap h6.content-title.boder-left-06 span {
  display: block;
  position: relative;
  font-weight: bold;
}
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.8rem;
  margin-bottom: 0.4rem;
}
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 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 3px solid #0D840D;
  padding: 1rem 0;
}
body .content-wrap h1.content-title.boder-bottom-01:before,
body .content-wrap h2.content-title.boder-bottom-01:before,
body .content-wrap h3.content-title.boder-bottom-01:before,
body .content-wrap h4.content-title.boder-bottom-01:before,
body .content-wrap h5.content-title.boder-bottom-01:before,
body .content-wrap h6.content-title.boder-bottom-01:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10%;
  height: 3px;
  content: "";
  background: #23a000;
}
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.4rem;
  font-weight: bold;
  border-top: 3px solid #23a000;
  padding: 1rem;
  background: #0D840D;
}
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.4rem;
  font-weight: bold;
  padding: 1rem;
  background: #23a000;
  color: #fff;
}
body .content-wrap .top-nav-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .content-wrap .top-nav-wrap li {
  width: calc((100% - 6rem) / 7);
  margin-right: 1rem;
  background: rgba(35, 160, 0, 0.1);
  text-align: center;
  padding: 2rem 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: 50px;
  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;
}
body .content-wrap .table-list-wrap .list-text {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
  width: 100%;
}
body .content-wrap .table-list-wrap .list-text .main {
  width: 20%;
  font-weight: bold;
  font-size: 1.2rem;
}
body .content-wrap .table-list-wrap .list-text p {
  width: 80%;
}
body .content-wrap .table-list-wrap .list-text .table-area {
  width: 80%;
}
body .content-wrap .table-list-wrap .list-text a {
  color: #23a000;
}
body .content-wrap .privacy-wrap .text {
  padding-bottom: 4rem;
}
body .content-wrap .privacy-wrap .text p {
  font-size: 1rem;
  line-height: 2;
}
body .content-wrap .privacy-wrap .text p.main {
  font-weight: 500;
  font-size: 1.2rem;
  border-left: 4px solid #23a000;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
body .content-wrap .accordion-wrap .card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #23a000;
}
body .content-wrap .accordion-wrap .card-header {
  border: none;
  padding: 1rem 0;
  background: white;
  justify-content: center;
}
body .content-wrap .accordion-wrap .card-header .btn-link {
  position: relative;
  width: 100%;
  color: black;
  font-size: 1.1rem;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
}
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.8rem;
  font-weight: bold;
  color: white;
  background: #23a000;
  border-radius: 100rem;
  line-height: 1;
  width: 40px;
  height: 40px;
}
body .content-wrap .accordion-wrap .card-header .btn-link:focus {
  box-shadow: none;
}
body .content-wrap .accordion-wrap .card-header .btn-link::before, body .content-wrap .accordion-wrap .card-header .btn-link::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  background-color: #23a000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
body .content-wrap .accordion-wrap .card-header .btn-link::after {
  transform: translateY(-50%) rotate(90deg);
}
body .content-wrap .accordion-wrap .card-header .btn-link.collapsed::before {
  opacity: 1;
}
body .content-wrap .accordion-wrap .card-header .btn-link.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}
body .content-wrap .accordion-wrap .card-header .btn-link:not(.collapsed)::before {
  opacity: 1;
}
body .content-wrap .accordion-wrap .card-header .btn-link:not(.collapsed)::after {
  transform: translateY(-50%) rotate(0deg);
}
body .content-wrap .accordion-wrap .card-body {
  display: block;
  border: none;
  border-radius: 0;
  background: #f9f9f9;
  padding: 1rem 4rem;
  font-weight: bold;
  font-size: 1.1rem;
}
body .content-wrap .news-list-wrap li {
  border-bottom: 1px solid #dcdcdc;
}
body .content-wrap .news-list-wrap li:first-child {
  border-top: 1px solid #dcdcdc;
}
body .content-wrap .news-list-wrap li a {
  display: block;
  padding: 1.5rem 1rem;
  transition: all 0.3s;
}
body .content-wrap .news-list-wrap li a:hover {
  text-decoration: none;
  color: black;
  opacity: 0.7;
}
body .content-wrap .news-list-wrap li a .text .date {
  font-family: "Montserrat", sans-serif;
  color: #999999;
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  line-height: 1;
}
body .content-wrap .news-list-wrap li a .text .date > span {
  display: inline-block;
  background: #0D840D;
  color: #ffffff;
  padding: 0.3rem 0.8rem;
  margin-left: 0.5rem;
}
body .content-wrap .news-list-wrap li a .text .title {
  font-weight: bold;
  padding-bottom: 1rem;
}
body .content-wrap .news-list-wrap li a .text .detail {
  font-size: 0.9rem;
}
body .content-wrap .article-detail .ttl h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
body .content-wrap .article-detail .ttl .date {
  font-family: "Montserrat", sans-serif;
}
body .content-wrap .article-detail .ttl .date > span {
  display: inline-block;
  border: 1px solid #23a000;
  color: #23a000;
  padding: 0 2rem;
  border-radius: 1rem;
  margin-left: 1rem;
  font-size: 0.9rem;
}
body .content-wrap .article-detail .artcle img {
  display: block;
  width: 100%;
  padding: 2rem 0;
}
body .content-wrap .article-detail .artcle a {
  text-decoration: underline;
  color: #23a000;
}
body .content-wrap .box-1col.box-1col-03 {
  display: flex;
  align-items: flex-start;
}
body .content-wrap .box-1col.box-1col-03 .thumb {
  width: 53%;
  margin-right: -3%;
}
body .content-wrap .box-1col.box-1col-03 .thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
}
body .content-wrap .box-1col.box-1col-03 .text {
  width: 53%;
  margin-left: -3%;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  background-color: #F6F6F6;
  border-left: 4px solid #0D840D;
}
body .content-wrap .box-1col.box-1col-03 .text h3.section-title {
  margin-bottom: 2.5rem;
}
body .content-wrap .box-1col.box-1col-03 .text h3.section-title .main {
  font-size: 1.8rem;
}
body .content-wrap .box-1col.box-1col-03 .text > p {
  font-size: 1rem;
  line-height: 1.8;
}
body .content-wrap .link-btn {
  width: 30%;
}
body .content-wrap .link-btn.main-color a {
  display: block;
  background-color: #23a000;
  border: 1px solid #23a000;
  color: #fff;
}
body .content-wrap .link-btn.main-color a:hover {
  background-color: #fff;
  color: #23a000;
}
body .content-wrap .link-btn.main-color a:hover::after {
  border-color: #23a000;
}
body .content-wrap .link-btn.main-color a::after {
  border-color: #fff;
}
body .content-wrap .link-btn.reverse-color a {
  background-color: #fff;
  border: 1px solid #23a000;
  color: #23a000;
}
body .content-wrap .link-btn.reverse-color a:hover {
  background-color: #23a000;
  color: #fff;
}
body .content-wrap .link-btn.reverse-color a:hover::after {
  border-color: #fff;
}
body .content-wrap .link-btn a {
  display: block;
  transition: 0.3s;
}
body .content-wrap .link-btn.link-btn-01 a {
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
}
body .content-wrap .link-btn.link-btn-01 a::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 .link-btn.center {
  margin: 0 auto;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem 0;
  color: #23a000;
}
body .content-wrap .table tr td {
  padding: 1.5rem 0;
}
body .content-wrap .table.table-01 tr {
  display: flex;
  margin-bottom: 1rem;
  background: #FAFAFA;
}
body .content-wrap .table.table-01 tr th {
  border: none;
  padding: 1rem 2.5rem;
}
body .content-wrap .table.table-01 tr td {
  border: none;
  padding: 1rem 0;
}
body .content-wrap .table.table-02 {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin: 1em auto;
  border-color: #ececec;
  border-spacing: 0;
}
body .content-wrap .table.table-02 th {
  width: auto;
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
  background: #eee;
  font-weight: 500;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #555;
  font-weight: 500;
}
body .content-wrap .table.table-02 td {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
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: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}
body .content-wrap form .row .col-12 label,
body .content-wrap form .row .col-6 label {
  width: 20%;
  font-size: 1rem;
  font-weight: bold;
}
body .content-wrap form .row .col-12 label.reqire::after,
body .content-wrap form .row .col-6 label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
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: 80%;
  background-color: #f9f9f9;
  border: none;
  padding: 1em;
  border-radius: 0.25rem;
}
body .content-wrap form .row .col-12 select:hover, body .content-wrap form .row .col-12 select:focus, body .content-wrap form .row .col-12 select:active,
body .content-wrap form .row .col-12 input:hover,
body .content-wrap form .row .col-12 input:focus,
body .content-wrap form .row .col-12 input:active,
body .content-wrap form .row .col-12 textarea:hover,
body .content-wrap form .row .col-12 textarea:focus,
body .content-wrap form .row .col-12 textarea:active,
body .content-wrap form .row .col-6 select:hover,
body .content-wrap form .row .col-6 select:focus,
body .content-wrap form .row .col-6 select:active,
body .content-wrap form .row .col-6 input:hover,
body .content-wrap form .row .col-6 input:focus,
body .content-wrap form .row .col-6 input:active,
body .content-wrap form .row .col-6 textarea:hover,
body .content-wrap form .row .col-6 textarea:focus,
body .content-wrap form .row .col-6 textarea:active {
  outline: 2px solid #23a000;
  border-color: transparent !important;
  box-shadow: none !important;
}
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 footer.footer .inner {
  padding: 4rem 145px;
  border-top: 4px solid #23a000;
}
@media screen and (min-width: 678px) and (max-width: 1024px) {
  body footer.footer .inner.inner {
    padding: 4rem 40px;
  }
}
body footer.footer .inner .flex-wrap {
  display: flex;
  justify-content: space-between;
}
body footer.footer .inner .flex-wrap .info {
  width: 35%;
}
body footer.footer .inner .flex-wrap .info .logo h1 {
  padding-bottom: 2rem;
}
body footer.footer .inner .flex-wrap .info .logo h1 img {
  display: block;
  width: 100%;
  max-width: 350px;
}
body footer.footer .inner .flex-wrap .info .add {
  line-height: 2;
  font-size: 0.9rem;
}
body footer.footer .inner .flex-wrap .tail {
  width: 50%;
}
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;
  border-left: 1px solid black;
  padding-left: 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;
}
body footer.footer .copyright {
  background: #0D840D;
  color: white;
  padding: 1rem 0;
}