@charset "UTF-8";
/*======================================
    Font size
======================================*/
/*======================================
    media
======================================*/
/*======================================
    color
======================================*/
/*======================================
    font
======================================*/
/*======================================
    animation
======================================*/
@keyframes scroll {
  0% {
    transform: translate(-55%, -50%);
  }
  80% {
    transform: translate(-55%, calc(4.875rem - 50%));
  }
  100% {
    transform: translate(-55%, calc(4.875rem - 50%));
  }
}
/*======================================
    common
======================================*/
html {
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #303B34;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
  br.is_pc {
    display: none;
  }
}

br.is_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is_sp {
    display: block;
  }
}

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
}

.inner {
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.header {
  max-width: 87.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5625rem 2.25rem;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1.5rem 1.875rem;
  }
}

.h_logo {
  max-width: 12.375rem;
}
@media screen and (max-width: 767px) {
  .h_logo {
    max-width: 7.5rem;
  }
}
.h_logo a {
  display: block;
}

.footer {
  margin-top: 6.25rem;
  padding: 1.875rem 0;
}

.copyright {
  text-align: center;
}
.copyright small {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.7692307692;
  color: #285F3D;
}

.page_top {
  display: block;
  width: 3.875rem;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C9DBCF;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.page_top:hover {
  background-color: #285F3D;
}
.page_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.page_top span.arrow {
  display: block;
  width: 27.4%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page_top {
    width: 0.25rem;
  }
}

.fv {
  height: min(100svh, 112.5rem);
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.fv_img {
  min-width: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  min-height: 100svh;
  max-height: 112.5rem;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
}
.fv_img img {
  height: 100%;
  object-fit: cover;
}

.fv_img_overlay_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 2;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

.fv_img_overlay {
  width: 17.5rem;
  height: 100%;
  background-color: #00712A;
  opacity: 0.77;
}
@media screen and (max-width: 767px) {
  .fv_img_overlay {
    width: 11.25rem;
  }
}

.fv_contents {
  position: relative;
  z-index: 3;
  min-width: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: auto;
  padding-bottom: 12.25%;
}
@media screen and (max-width: 767px) {
  .fv_contents {
    padding-bottom: 7.5rem;
  }
}

.fv_contents_texts {
  background-color: rgba(255, 255, 255, 0.67);
  width: 69.29vw;
  max-width: 61.25rem;
  padding: 1.875rem min(4.86vw, 4.25rem);
}
@media screen and (max-width: 767px) {
  .fv_contents_texts {
    width: 90%;
  }
}

.fv_contents_text {
  font-size: min(3.1428571429vw, 2.75rem);
  font-weight: 500;
  line-height: 1.5681818182;
  letter-spacing: 0.1em;
  color: #285F3D;
}
@media screen and (max-width: 767px) {
  .fv_contents_text {
    font-size: 1.25rem;
  }
}

.fv_scroll {
  position: absolute;
  bottom: 0;
  left: 3.125rem;
  writing-mode: vertical-rl;
  height: 4.875rem;
}
.fv_scroll span {
  display: block;
}
.fv_scroll span.text {
  font-family: "Oswald", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #fff;
}
.fv_scroll span.line {
  width: 1px;
  height: 4.875rem;
  background-color: rgba(255, 255, 255, 0.55);
  margin-right: 0.625rem;
  position: relative;
}
.fv_scroll span.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55);
  animation: scroll 2s ease-out infinite;
}

.message {
  padding: 4.375rem 0 2.5rem;
}

.message_text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.625;
  color: #285F3D;
}
@media screen and (max-width: 767px) {
  .message_text {
    font-size: 1.125rem;
  }
}

.section_title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 1.125rem;
  }
}
.section_title.-right {
  text-align: right;
}
.section_title.-center {
  text-align: center;
}
.section_title p {
  font-weight: 300;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  color: #95AC9D;
}
.section_title h2 {
  font-family: "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 1.58em;
  font-weight: 500;
  line-height: 1.5;
  color: #285F3D;
  margin-top: 0.25em;
}

.section_text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6666666667;
}

.history {
  margin-top: 3.125rem;
}

.history_details {
  margin-bottom: 4.375rem;
}

.history_detail_dl {
  display: flex;
  column-gap: 1em;
  justify-content: flex-end;
}

.section_gallery {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5rem;
  row-gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .section_gallery {
    grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
    row-gap: 1.25rem;
  }
}

.section_gallery_img {
  aspect-ratio: 550/234;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .section_gallery_img {
    border-radius: 0.375rem;
  }
}
.section_gallery_img img {
  height: 100%;
  object-fit: cover;
}

.recruit {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 3.125rem;
  }
}

.recruit_link {
  display: block;
  margin: 2.5rem auto 0;
  max-width: 27.875rem;
  width: 100%;
  background-color: #076827;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.9375rem;
  border-radius: 2.375rem;
  border: 1px solid #076827;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit_link {
    font-size: 1.125rem;
    border-radius: 1.875rem;
  }
}
.recruit_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 3.4375rem;
  aspect-ratio: 1/1;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  transition: background-image 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .recruit_link::before {
    width: 2.5rem;
  }
}
.recruit_link:hover {
  background-color: #fff;
  color: #076827;
}
.recruit_link:hover::before {
  background-image: url(../img/icon_arrow_color.svg);
  transform: translate(0.25em, -50%);
}

/*# sourceMappingURL=style.css.map */
