<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=BIZ+UDGothic:wght@400;700&amp;family=BIZ+UDPGothic:wght@400;700&amp;family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&amp;family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Lato:wght@400;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300;400;500;600;700&amp;display=swap");
:root {
  --green: #63b161;
}

@media screen and (min-width: 941px) {
  .nav05 &gt; a {
    font-weight: 700;
    color: var(--green) !important;
  }
  .nav05::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100% !important;
    height: 1px;
    background: var(--green);
  }
  .nav05 .child {
    color: #000 !important;
  }
}

.lower_mv {
  width: 100%;
  height: 450px;
  background: url(../img/mv_pc.jpg) center center/cover no-repeat;
  display: grid;
  place-items: center;
}
.lower_mv .title {
  width: 350px;
  height: 91px;
  box-sizing: border-box;
  border: 4px solid #fff;
  display: grid;
  place-items: center;
  place-content: center;
  color: #fff;
  filter: drop-shadow(0 0 2px #000);
}
.lower_mv .title .eng {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 43px;
}
.lower_mv .title .jp {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .lower_mv {
    background-image: url(../img/mv_mobile.jpg);
    display: block;
    position: relative;
  }
  .lower_mv .title {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 438px;
    height: 114px;
    color: #000;
    border-color: #000;
    background: #fff;
    border-width: 5px;
  }
  .lower_mv .title .eng {
    font-size: 54px;
  }
  .lower_mv .title .jp {
    font-size: 18px;
  }
}

.area01 {
  padding: 70px 0 0;
}
@media screen and (max-width: 640px) {
  .area01 {
    padding: 120px 0 0;
  }
}
.area01_inner {
  width: 100%;
  max-width: 1280px;
  height: 500px;
  margin: auto;
  display: grid;
  grid-template-columns: calc(50% - 140px) 1fr;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 1024px) {
  .area01_inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 940px) {
  .area01_inner {
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 768px) {
  .area01_inner {
    grid-template-columns: 1fr;
    height: inherit;
    row-gap: 50px;
    -moz-column-gap: normal;
         column-gap: normal;
    width: 80%;
  }
}
.area01_inner .img {
  width: 100%;
  height: 500px;
  border-radius: 0 50px 50px 0;
  background: url(../img/img_450.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .area01_inner .img {
    grid-area: 2/1/3/3;
    height: 400px;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .area01_inner .img {
    height: 300px;
  }
}
.area01_inner .read .md_set {
  width: 100%;
  max-width: 600px;
  display: none;
}
@media screen and (max-width: 768px) {
  .area01_inner .read .md_set {
    display: block;
  }
}
.area01_inner .read h2 {
  font-family: "フォーク M", "A P-OTF フォーク ProN M", "Noto Sans JP", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .area01_inner .read h2 {
    display: none;
  }
}
.area01_inner .read p {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .area01_inner .read p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .area01_inner .read {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 640px) {
  .area01_inner .read {
    width: 100%;
  }
}

.area02 {
  padding: 70px 0 0;
}
.area02_inner {
  width: 90.625%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
.area02_inner .outline {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
}
.area02_inner .outline div {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.4em 1em;
}
@media screen and (max-width: 640px) {
  .area02_inner .outline div {
    font-size: 19px;
  }
}
.area02_inner .outline div.item01 {
  display: flex;
  align-items: flex-start;
}
.area02_inner .outline div.bg {
  background: #e0efdf;
}
@media screen and (max-width: 640px) {
  .area02_inner .outline div.item02 {
    padding-left: 0;
    padding-right: 0;
  }
}

.area03 {
  padding: 50px 0 70px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (max-width: 640px) {
  .area03 {
    padding: 70px 0;
  }
}

.area04 {
  padding: 70px 0;
  background: #e6e6e6;
  border-top: 1px solid #000;
}
.area04_title {
  margin: auto;
  box-sizing: border-box;
  width: 300px;
  height: 52px;
  color: #57783c;
  border: 7px solid currentColor;
  display: grid;
  place-items: center;
  font-size: 26px;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .area04_title {
    width: 400px;
    height: 72px;
    border-width: 9px;
    font-size: 35px;
  }
}
.area04 .map {
  width: min(93.75%, 800px);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.area04 .map .side_copy {
  font-size: 14px;
  line-height: 2;
}
.area04 .map .side_copy p {
  position: relative;
  padding-left: 1em;
}
.area04 .map .side_copy p::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
@media screen and (max-width: 640px) {
  .area04 .map .side_copy {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .area04 .map {
    grid-template-columns: auto;
    -moz-column-gap: normal;
         column-gap: normal;
    row-gap: 40px;
  }
  .area04 .map .item01 {
    width: 100%;
    margin: auto;
  }
}
.area04 .gmap {
  width: 100%;
  max-width: 800px;
  height: 380px;
  margin: 50px auto 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .area04 .gmap {
    height: 420px;
  }
}
.area04 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.area04 .gmap_link {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .area04 .gmap_link {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>