<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

ul {
  list-style: none; }

img {
  vertical-align: bottom; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.clear {
  clear: both; }

html, body {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo;
  font-size: 62.5%; }

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.wrap {
  font-size: 1.6rem; }

@media screen and (min-width: 769px) {
  .sp {
    display: none; } }

.pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc {
      display: block; } }

.main {
  display: block; }

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  padding: 2rem 1.7rem;
  width: 18rem;
  background: #fff;
  border-radius: 0 0 0 3rem; }
  @media screen and (min-width: 769px) {
    .header {
      padding: 1.5rem;
      width: calc(100% - 18.4rem);
      height: 6rem;
      border-radius: 0 0 0 6rem; } }
  .header__logo {
    margin-left: 2rem;
    width: 9.2rem; }
    @media screen and (min-width: 769px) {
      .header__logo {
        margin-left: 5rem;
        width: 13rem; } }

.footer {
  color: #fff;
  background: #315F40; }
  .footer-contact {
    padding: 5rem 0; }
    @media screen and (min-width: 769px) {
      .footer-contact {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        padding: 10rem 0;
        width: 130rem;
        max-width: calc( 100% - 10rem ); } }
    .footer-contact__wrap {
      margin: 0 auto;
      width: 30rem;
      text-align: center; }
      @media screen and (min-width: 769px) {
        .footer-contact__wrap {
          margin: 0;
          width: auto; } }
    .footer-contact__logo-link {
      display: block;
      margin: 0 auto 4rem;
      width: 20rem; }
      @media screen and (min-width: 769px) {
        .footer-contact__logo-link {
          width: 40rem; } }
    .footer-contact-btn {
      margin: 0 auto 5rem;
      width: 29.3rem;
      font-size: 1.8rem; }
      @media screen and (min-width: 769px) {
        .footer-contact-btn {
          margin: 0;
          width: 42rem;
          font-size: 2.6rem; } }
      .footer-contact-btn__link {
        border-width: 4.5px; }
    .footer-contact__cmt {
      margin: 0 auto;
      max-width: calc(100% - 4rem );
      width: 33.5rem;
      font-size: 1.8rem;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .footer-contact__cmt {
          margin: 0;
          max-width: auto;
          width: auto;
          font-size: 2rem; } }
    .footer-contact__txt {
      font-weight: bold;
      line-height: 1.8; }
      @media screen and (min-width: 769px) {
        .footer-contact__txt {
          line-height: 2.3; } }
      .footer-contact__txt:nth-child(5) {
        margin: 0 0 2rem; }
    .footer-contact__link {
      color: #fff;
      text-decoration: underline;
      font-weight: normal; }
  .footer__txt {
    padding: .8rem 0;
    color: #4E8853;
    text-align: center; }

.nav {
  position: fixed;
  top: -100%;
  right: 0;
  z-index: 29;
  width: 100%;
  background: rgba(49, 95, 64, 0.83);
  border-radius: 0 0 0 5rem;
  transition: top .4s; }
  @media screen and (min-width: 769px) {
    .nav {
      top: 0;
      z-index: 30;
      width: calc( 100% - 15rem );
      height: 9rem;
      background: transparent;
      transition: none; } }
  .nav__list {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    padding: 8.3rem 0 0 0;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: .1rem; }
    @media screen and (min-width: 769px) {
      .nav__list {
        flex-flow: row;
        justify-content: flex-end;
        padding: 0;
        text-align: center; } }
  @media screen and (min-width: 769px) {
    .nav__item {
      margin: 0 2rem 0 3rem;
      height: 9rem; } }
  .nav__link {
    display: block;
    padding: 2rem 5rem;
    color: #fff;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .nav__link {
        position: relative;
        display: inline-block;
        padding: 3.5rem 0 1rem;
        color: #395843; } }
    @media screen and (min-width: 769px) {
      .nav__link::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #375641;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s; } }
    .nav__link:hover {
      color: #315F40;
      background-color: #fff;
      opacity: 1; }
      @media screen and (min-width: 769px) {
        .nav__link:hover {
          color: #395843;
          background-color: transparent; } }
      @media screen and (min-width: 769px) {
        .nav__link:hover::after {
          transform: scale(1, 1); } }
  .nav.active {
    top: 0; }

.menu {
  display: inline-block;
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  z-index: 100;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  transition: all .4s; }
  @media screen and (min-width: 769px) {
    .menu {
      display: none; } }
  .menu:focus {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .menu__line {
    display: block;
    position: absolute;
    right: 1.25rem;
    width: 2.5rem;
    height: .2rem;
    background-color: #C9C6C6;
    border-radius: .4rem;
    transition: all .4s; }
    .menu__line:nth-child(1) {
      top: 1.5rem; }
    .menu__line:nth-child(2) {
      top: 2.3rem; }
    .menu__line:nth-child(3) {
      top: 3.1rem; }
  .menu.active .menu__line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg); }
  .menu.active .menu__line:nth-child(2) {
    opacity: 0; }
  .menu.active .menu__line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg); }

.sub-menu__details[open] {
  background: rgba(49, 95, 64, 0.83); }
  @media screen and (min-width: 769px) {
    .sub-menu__details[open] {
      background-color: rgba(110, 123, 114, 0.59); } }
  .sub-menu__details[open] .sub-menu__list {
    background-color: #76867E; }
    @media screen and (min-width: 769px) {
      .sub-menu__details[open] .sub-menu__list {
        position: fixed;
        top: 9rem;
        right: 0;
        display: flex;
        justify-content: space-around;
        font-size: 1.4rem;
        background-color: rgba(110, 123, 114, 0.59);
        border-radius: 0 0 0 3rem; } }
  .sub-menu__details[open] .sub-menu__item {
    outline: none; }
    .sub-menu__details[open] .sub-menu__item:hover {
      color: #5F6060;
      background-color: #79AA29; }
      @media screen and (min-width: 769px) {
        .sub-menu__details[open] .sub-menu__item:hover {
          background-color: rgba(80, 80, 80, 0.41);
          opacity: 1; }
          .sub-menu__details[open] .sub-menu__item:hover:first-of-type {
            border-radius: 0 0 0 3rem; } }
  .sub-menu__details[open] .sub-menu__link {
    display: block;
    padding: 2rem 2rem 2rem 7rem;
    color: #fff;
    opacity: 1; }
    @media screen and (min-width: 769px) {
      .sub-menu__details[open] .sub-menu__link {
        padding: 2rem; } }
  .sub-menu__details[open] .sub-menu__summary {
    color: #315F40;
    background: #fff;
    outline: none; }
    @media screen and (min-width: 769px) {
      .sub-menu__details[open] .sub-menu__summary {
        background: #fff; } }
.sub-menu__summary {
  display: block;
  padding: 2rem 5rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  outline: none; }
  @media screen and (min-width: 769px) {
    .sub-menu__summary {
      display: inline-block;
      position: relative;
      padding: 3.5rem 0 1rem;
      color: #395843; } }
  @media screen and (min-width: 769px) {
    .sub-menu__summary::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #375641;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s; } }
  .sub-menu__summary:hover {
    color: #315F40;
    background: #fff; }
    @media screen and (min-width: 769px) {
      .sub-menu__summary:hover {
        color: #395843;
        background: transparent;
        opacity: 1; } }
    @media screen and (min-width: 769px) {
      .sub-menu__summary:hover::after {
        transform: scale(1, 1); } }
  .sub-menu__summary::-webkit-details-marker {
    display: none; }

body {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400; }

.wrapper {
  padding: 5rem 0; }
  @media screen and (min-width: 769px) {
    .wrapper {
      margin: 0 auto;
      padding: 7rem 0;
      width: calc(100% - 10rem);
      max-width: 120rem; } }

.ttl {
  margin-bottom: 5rem;
  padding: 10rem 0 0;
  height: 13.8rem;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
  font-style: italic;
  line-height: 5rem;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .ttl {
      padding: 25rem 0 0;
      height: 25rem;
      font-size: 7rem; } }

.subttl {
  padding: 0 2rem;
  color: #315F40;
  font-size: 2.5rem;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .subttl {
      margin: 0 0 5rem;
      padding: 0;
      font-size: 5rem; } }
  .subttl--white {
    color: #fff; }

.txt {
  margin: 0 0 2rem;
  padding: 0 2rem;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.7; }
  @media screen and (min-width: 769px) {
    .txt {
      margin: 0;
      padding: 0;
      line-height: 1.7; } }
  .txt--white {
    color: #fff;
    font-weight: bold; }
  .txt--red {
    color: #E64D4D; }

.btn {
  display: block;
  margin: 0 auto;
  width: 26.7rem;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .btn {
      width: 42rem; } }
  .btn__link {
    position: relative;
    display: block;
    height: 4.6rem;
    color: #395843;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.2rem;
    border: 5px solid #395843;
    border-radius: 4rem;
    line-height: 4.6rem;
    z-index: 2;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .btn__link {
        height: 6.3rem;
        line-height: 6.3rem;
        font-size: 2.6rem; } }
    .btn__link::after {
      content: '';
      display: block;
      z-index: -1;
      position: absolute;
      transition: all .3s;
      top: 0;
      left: -100%;
      width: 100%;
      height: 102%; }
    .btn__link:hover {
      color: #fff;
      opacity: 1; }
      .btn__link:hover::after {
        left: 0;
        background-color: #395843; }
    .btn__link--white {
      color: #fff;
      border-color: #FFF; }
      .btn__link--white:hover {
        color: #395843;
        opacity: 1; }
        .btn__link--white:hover::after {
          left: 0;
          background-color: #fff; }

.fade {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: all .5s .2s; }
  .fade.fade-in {
    opacity: 1;
    transform: translate(0, 0); }
</pre></body></html>