@charset "UTF-8";
/* SCSS entry file */
/* reset CSS */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

dl, ol, ul {
  margin-bottom: 0;
}

div, ul, p, figure {
  padding: 0;
  margin: 0;
}

html {
  /*基準を1rem=10pxに設定*/
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* scroll-padding-top: 100px; */
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style-type: none;
}

a {
  color: unset;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

html body {
  background-color: #F3F3F3;
  background-image: url(../img/service-bg.png);
  background-repeat: repeat;
  background-size: cover;
  font-family: YakuHanMP, "Zen Old Mincho";
}

@keyframes line-sweep {
  0% {
    left: 0;
    width: 0;
    opacity: 1;
  }
  50% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    width: 0;
    opacity: 1;
  }
}
header > nav {
  padding: 30px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1079px) {
  header > nav {
    position: fixed;
    padding: 20px 14px;
  }
  header > nav::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2.5px);
    left: 0;
    z-index: 0;
    transition: opacity 1s ease;
    opacity: 0;
    transform: translateX(100%);
  }
  header > nav.active::before {
    transform: unset;
    opacity: 1;
  }
  header > nav.active ul {
    transform: unset;
  }
  header > nav.active button {
    gap: 0px;
  }
  header > nav.active button span {
    background: #F3F3F3;
  }
  header > nav.active button span:nth-of-type(1) {
    transform: rotate(16.504deg);
    width: 28.16px;
  }
  header > nav.active button span:nth-of-type(2) {
    opacity: 0;
  }
  header > nav.active button span:nth-of-type(3) {
    width: 28.16px;
    transform: rotate(-16.504deg) translateY(-2px) translateX(0.5px);
  }
}
header > nav > a img {
  width: 100%;
  max-width: 162px;
  height: auto;
  aspect-ratio: 81/16;
}
@media screen and (max-width: 1079px) {
  header > nav > a img {
    max-width: 92px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 46/9;
  }
}
header > nav button {
  display: none;
}
@media screen and (max-width: 1079px) {
  header > nav button {
    display: flex;
    flex-direction: column;
    gap: 2.5px;
    position: relative;
    z-index: 1;
  }
  header > nav button span {
    display: block;
    width: 27px;
    height: 1px;
    background: #4F3300;
    transition: all 0.4s ease;
  }
}
header > nav ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 60px;
}
header > nav ul li {
  color: #4F3300;
  font-family: Marcellus;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  position: relative;
}
header > nav ul li.sp {
  display: none;
}
@media screen and (min-width: 1080px) {
  header > nav ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: #4F3300;
    opacity: 0;
  }
  header > nav ul li:hover::after {
    animation: line-sweep 1s ease forwards;
  }
}
@media screen and (max-width: 1079px) {
  header > nav ul {
    width: 60%;
    height: 280px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 6px;
    background: #006034;
    flex-direction: column;
    gap: 24px;
    transition: all 0.8s ease;
    transform: translateX(200%);
    justify-content: start;
    padding-top: 40px;
    padding-inline: 20px;
  }
  header > nav ul li {
    color: #F3F3F3;
    width: 100%;
  }
  header > nav ul li.sp {
    display: block;
  }
  header > nav ul::before {
    content: "";
    display: block;
    background-image: url(../img/gnavi-bg-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 167px;
    height: 112px;
    position: absolute;
    right: 4px;
    bottom: 4px;
  }
}

.mv {
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/856;
  background-image: url(../img/mv-bg-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: clamp(0px, 9.7297dvw, 140px);
  position: relative;
  padding-inline: 20px;
}
.mv h1 img {
  max-width: 982px;
  height: auto;
  aspect-ratio: 982/60;
  margin: auto;
  width: 68.2dvw;
}
.mv > p {
  color: #4F3300;
  font-family: "Cormorant Garamond";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin-top: 14px;
}
.mv::before {
  content: "";
  display: block;
  aspect-ratio: 1024/704;
  max-width: 1024px;
  width: 100%;
  height: auto;
  margin: auto;
  z-index: -1;
  background-image: url(../img/mv-illust-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 15.5dvh;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 115px;
    padding-inline: 20px;
    aspect-ratio: 375/546;
    background-image: url(../img/mv-bg-sp.png);
  }
  .mv h1 img {
    aspect-ratio: 231/60;
    max-width: 231px;
    margin: 0;
  }
  .mv > p {
    font-size: 12px;
    line-height: 1;
    text-align: left;
  }
  .mv::before {
    aspect-ratio: 375/300;
    background-image: url(../img/mv-illust-sp.png);
    top: unset;
    bottom: 0;
  }
}

.value {
  position: relative;
  aspect-ratio: 1440/1030;
  background: #CED6CB;
  width: 100%;
  background-image: url(../img/value-bg-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px;
  padding-top: 305px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 34px;
}
.value > .title h2 p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #006034;
  text-align: center;
  font-feature-settings: "vrt2" on;
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  position: absolute;
}
.value > .title h2 p:nth-of-type(1) {
  top: 118px;
  right: 246px;
}
.value > .title h2 p:nth-of-type(2) {
  top: 191.54px;
  right: 302px;
}
.value > .title > p {
  width: fit-content;
  transform: rotate(90deg);
  transform-origin: left top;
  color: #4F3300;
  font-family: Marcellus;
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  top: 120px;
  right: 10px;
}
.value > p {
  color: #1B1B1B;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.value > p .sp {
  display: none;
}
.value > img {
  display: block;
  max-width: 57px;
  height: auto;
  width: 100%;
  aspect-ratio: 57/37;
}
.value::before {
  display: block;
  content: "";
  max-width: 176px;
  height: auto;
  width: 100%;
  aspect-ratio: 176/133;
  position: absolute;
  top: 80px;
  left: 80px;
  background-image: url(../img/value-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.value::after {
  display: block;
  content: "";
  max-width: 498px;
  height: auto;
  width: 100%;
  aspect-ratio: 498/373;
  position: absolute;
  bottom: 80px;
  right: 0;
  background-image: url(../img/value-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 1079px) {
  .value {
    padding: 60px 18px;
    justify-content: center;
  }
  .value > img {
    max-width: 42px;
  }
  .value > p {
    font-size: 14px;
  }
  .value > p .sp {
    display: inline;
  }
  .value > .title {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .value > .title h2 p {
    font-size: 20px;
    white-space: nowrap;
  }
  .value > .title h2 p:nth-of-type(1) {
    top: 64px;
    right: 60px;
  }
  .value > .title h2 p:nth-of-type(2) {
    top: 107px;
    right: 90px;
  }
  .value > .title > p {
    top: 64px;
    left: -36px;
    font-size: 10px;
    white-space: nowrap;
  }
  .value::before {
    top: 60px;
    left: 17px;
    max-width: 136px;
    aspect-ratio: 4/3;
  }
  .value::after {
    max-width: 263px;
    aspect-ratio: 263/192;
    bottom: 60px;
    background-image: url(../img/value-02-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .value {
    aspect-ratio: 375/897;
  }
}

.service {
  padding-block: 180px;
}
.service-intro {
  padding-inline: 120px;
}
.service-intro h2 {
  color: #006034;
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 1.6px;
  font-weight: 400;
  margin-bottom: 24px;
}
.service-intro h2 span {
  display: flex;
  align-items: center;
  font-family: Marcellus;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  gap: 8px;
}
.service-intro h2 span::before {
  content: "";
  display: block;
  width: 45px;
  height: 31px;
  background-image: url(../img/logo-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.service-intro > p {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.service-content-wrap {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-inline: 120px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.service-content-text-wrap .item {
  padding-top: 80px;
  height: 100vh;
  color: #1B1B1B;
  flex-shrink: 0;
  max-width: 440px;
}
.service-content-text-wrap .item h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 24px;
}
.service-content-text-wrap .item h3 span {
  display: block;
  color: #006034;
  font-family: Marcellus;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.service-content-text-wrap .item > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 80px;
  width: 100%;
}
.service-content-text-wrap .item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #006034;
  color: #006034;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 4px;
  max-width: 140px;
}
.service-content-text-wrap .item > a::after {
  content: "";
  display: block;
  background-image: url(../img/arrow_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 10px;
}
.service-content-text-wrap .item > a {
  display: none;
}
.service-content-image-wrap {
  width: 100%;
  max-width: 740px;
  position: relative;
}
.service-content-image-wrap .item {
  padding-top: 80px;
  position: sticky;
  padding-bottom: 20px;
  height: 100vh;
  background-origin: content-box;
  width: 100%;
  aspect-ratio: 590/738;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  top: 0;
}
.service-content-image-wrap .item.item1 {
  background-image: url(../img/service-pic-01.png);
}
.service-content-image-wrap .item.item2 {
  background-image: url(../img/service-pic-02.png);
}
.service-content-image-wrap .item.item3 {
  background-image: url(../img/service-pic-03.png);
}
.service-content-image-wrap .item.item4 {
  background-image: url(../img/service-pic-04.png);
}
.service-content-image-wrap .item.item1.first {
  opacity: 1;
}
.service-content-image-wrap .item.active {
  opacity: 1;
}
@media screen and (max-width: 1079px) {
  .service {
    padding: 66px 30px;
  }
  .service h2 {
    font-size: 22px;
  }
  .service h2 span {
    font-size: 13px;
  }
  .service p {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .service-intro {
    padding-inline: 0;
  }
  .service-content {
    flex-direction: column-reverse;
    gap: 24px;
    margin-bottom: 60px;
    padding-inline: 0;
    height: 100vh;
    padding-top: 58px;
  }
  .service-content-text {
    max-width: unset;
    width: 100%;
  }
  .service-content-text h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .service-content-text h3 span {
    margin-bottom: 9px;
    font-size: 13px;
  }
  .service-content-text > p {
    font-size: 14px;
    max-width: unset;
  }
  .service-content-text > a {
    max-width: 121px;
    padding-bottom: 4px;
    font-size: 14px;
    margin-left: auto;
    display: none;
  }
  .service-content-image {
    max-width: unset;
    max-height: calc(100vh - 212px);
  }
  .service-content-wrap {
    padding-inline: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-content-text-wrap .item {
    height: fit-content;
    padding-top: 0;
    margin-bottom: 61px;
    max-width: unset;
  }
  .service-content-text-wrap .item.item1::before {
    display: block;
    content: "";
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    aspect-ratio: 590/738;
    background-image: url(../img/service-pic-01.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .service-content-text-wrap .item.item2::before {
    display: block;
    content: "";
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    aspect-ratio: 590/738;
    background-image: url(../img/service-pic-02.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .service-content-text-wrap .item.item3::before {
    display: block;
    content: "";
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    aspect-ratio: 590/738;
    background-image: url(../img/service-pic-03.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .service-content-text-wrap .item.item4::before {
    display: block;
    content: "";
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    aspect-ratio: 590/738;
    background-image: url(../img/service-pic-04.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .service-content-image-wrap {
    display: none;
  }
}

.foot-label {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  position: relative;
  width: 100%;
  height: 66px;
  display: flex;
  flex: 0 0 auto;
  margin: 0 0 160px;
  padding-right: 4rem;
}
.foot-label::before {
  content: "";
  width: 310px;
  height: 388px;
  background: linear-gradient(90deg, #F2F2F2 10%, rgba(242, 242, 242, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.foot-label::after {
  content: "";
  width: 310px;
  height: 388px;
  background: linear-gradient(270deg, #F2F2F2 10%, rgba(242, 242, 242, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.foot-label p {
  color: #006034;
  font-feature-settings: "palt" on;
  font-family: Marcellus;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  /* 60px */
  letter-spacing: -0.6px;
  animation: marquee 40s linear infinite;
}
@media screen and (max-width: 1079px) {
  .foot-label {
    margin-bottom: 86px;
  }
  .foot-label::before {
    width: 106px;
    height: 132px;
    background: linear-gradient(90deg, #F2F2F2 10%, rgba(242, 242, 242, 0) 100%);
  }
  .foot-label::after {
    width: 106px;
    height: 132px;
    background: linear-gradient(270deg, #F2F2F2 10%, rgba(242, 242, 242, 0) 100%);
  }
  .foot-label p {
    font-size: 40px;
    width: 1448px;
    left: -537px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.site-footer {
  padding: 60px 120px;
  color: #F3F3F3;
  background: #006034;
  position: relative;
}
.site-footer::before {
  content: "";
  display: block;
  width: 294px;
  height: 196px;
  position: absolute;
  background-image: url(../img/footer-bg-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 12px;
  bottom: 24px;
}
.site-footer > .logo {
  display: block;
  margin-bottom: 40px;
}
.site-footer > .logo img {
  display: block;
  aspect-ratio: 61/12;
  max-width: 122px;
  height: auto;
}
.site-footer .map {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Marcellus;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  padding-bottom: 7px;
  margin-bottom: 80px;
  border-bottom: solid 1px #F3F3F3;
  max-width: 118px;
  overflow: hidden;
  position: relative;
}
.site-footer .map::before, .site-footer .map::after {
  display: block;
  content: "";
  max-width: 9px;
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  aspect-ratio: 9/7.997;
  background-image: url(../img/arrow_white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.site-footer .map {
  /* 元の矢印 */
}
.site-footer .map::after {
  transform: translateX(0);
  opacity: 1;
}
.site-footer .map::before {
  transform: translateX(-100%);
  opacity: 0;
}
.site-footer .map:hover::before {
  transition: all 0.4s ease;
  transition-delay: 0.4s;
  transform: translateX(0);
  opacity: 1;
}
.site-footer .map:hover::after {
  transition: transform 0.4s ease;
  transform: translateX(100%);
}
.site-footer-middle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 6px;
}
.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer-bottom a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.site-footer-bottom p {
  font-family: Marcellus;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.site-footer br.sp {
  display: none;
}
@media screen and (max-width: 1079px) {
  .site-footer {
    padding: 40px 20px;
  }
  .site-footer::before {
    right: 0px;
    bottom: 10px;
  }
  .site-footer-middle {
    margin-bottom: 24px;
    font-size: 13px;
  }
  .site-footer-bottom a {
    font-size: 12px;
  }
  .site-footer-bottom p {
    font-size: 11px;
  }
  .site-footer .map {
    font-size: 14px;
  }
  .site-footer br.sp {
    display: inline;
  }
}

.page-bottom-content {
  max-width: 1440px;
  padding-inline: 120px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.page-bottom-content .map {
  flex-shrink: 0;
  max-width: 387px;
  width: 100%;
  height: auto;
  aspect-ratio: 387/256;
}
.page-bottom-content .map iframe {
  max-width: 387px;
  width: 100%;
  height: auto;
  aspect-ratio: 387/256;
  border-radius: 10px;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  mix-blend-mode: luminosity;
}
.page-bottom-content .contact {
  max-width: 793px;
  width: 100%;
  height: auto;
  aspect-ratio: 793/256;
  border-radius: 10px;
  background-color: #D8E2D5;
  padding: 60px 33px;
  position: relative;
}
.page-bottom-content .contact::before {
  display: block;
  content: "";
  width: 294px;
  height: 196px;
  aspect-ratio: 294/196;
  background-image: url(../img/contact-bg-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 46px;
  top: 37px;
  fill: var(--dark-green, #01301A);
  opacity: 0.4;
  mix-blend-mode: soft-light;
}
.page-bottom-content .contact > p:nth-of-type(1) {
  color: #006034;
  font-family: Marcellus;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
.page-bottom-content .contact > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 31px;
}
.page-bottom-content .contact > div p {
  font-weight: 400;
  line-height: 1.8;
}
.page-bottom-content .contact > div p:nth-of-type(1) {
  color: #006034;
  font-size: 32px;
  letter-spacing: 1.6px;
  white-space: nowrap;
}
.page-bottom-content .contact > div p:nth-of-type(2) {
  color: #1B1B1B;
  font-size: 16px;
}
.page-bottom-content .contact > div p:nth-of-type(2) br {
  display: none;
}
.page-bottom-content .contact > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  max-width: 175px;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: solid 1px #006034;
  color: #006034;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  position: relative;
}
.page-bottom-content .contact > a::before, .page-bottom-content .contact > a::after {
  content: "";
  display: block;
  background-image: url(../img/arrow_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 10px;
  position: absolute;
  right: 0;
}
.page-bottom-content .contact > a {
  /* 元の矢印 */
}
.page-bottom-content .contact > a::after {
  transform: translateX(0);
  opacity: 1;
}
.page-bottom-content .contact > a::before {
  transform: translateX(-100%);
  opacity: 0;
}
.page-bottom-content .contact > a:hover::before {
  transition: all 0.4s ease;
  transition-delay: 0.4s;
  transform: translateX(0);
  opacity: 1;
}
.page-bottom-content .contact > a:hover::after {
  transition: transform 0.4s ease;
  transform: translateX(100%);
}
.page-bottom-content.column .contact::before {
  left: 113px;
  top: 30px;
}
@media screen and (min-width: 1080px) {
  .page-bottom-content.column {
    max-width: 1240px;
    margin-inline: 120px;
    padding-inline: 0;
    flex-direction: column;
    align-items: end;
  }
  .page-bottom-content.column .map {
    max-width: 895px;
    aspect-ratio: 895/240;
  }
  .page-bottom-content.column .map iframe {
    max-width: unset;
    aspect-ratio: 895/240;
  }
  .page-bottom-content.column .contact {
    max-width: 895px;
    aspect-ratio: 895/240;
  }
}
.page-bottom-content.column {
  margin-bottom: 24px;
}
@media screen and (max-width: 1079px) {
  .page-bottom-content {
    flex-direction: column;
    margin-inline: 14px;
    padding-inline: 0;
  }
  .page-bottom-content .map {
    max-width: unset;
  }
  .page-bottom-content .map iframe {
    max-width: unset;
  }
  .page-bottom-content .contact {
    max-width: unset;
    padding: 24px 20px;
  }
  .page-bottom-content .contact::before {
    width: 228px;
    height: 152px;
    left: unset;
    right: 7px;
    top: 35px;
  }
  .page-bottom-content .contact > p {
    margin-bottom: 5px;
  }
  .page-bottom-content .contact > p:nth-of-type(1) {
    font-size: 13px;
  }
  .page-bottom-content .contact > div {
    flex-direction: column;
    align-items: start;
    flex-wrap: wrap;
  }
  .page-bottom-content .contact > div p:nth-of-type(1) {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .page-bottom-content .contact > div p:nth-of-type(2) {
    font-size: 14px;
  }
  .page-bottom-content .contact > div p:nth-of-type(2) br {
    display: inline;
  }
  .page-bottom-content .contact > a {
    font-size: 14px;
  }
}

.page-title {
  color: #006034;
  font-size: 48px;
  line-height: 1.6;
  font-weight: 400;
  overflow: hidden;
}
.page-title p {
  transition: all 1.2s ease;
  transform: translateY(60px);
}
.page-title span {
  display: flex;
  align-items: center;
  font-family: Marcellus;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  gap: 8px;
  margin-bottom: 2px;
}
.page-title span::before {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  background-image: url(../img/logo-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-title.notfound {
  font-family: "Alex Brush";
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 9px;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 1079px) {
  .page-title {
    margin-bottom: 7px;
    font-size: 22px;
  }
  .page-title span {
    font-size: 13px;
  }
  .page-title span::before {
    width: 19px;
    height: 12px;
    aspect-ratio: 19/12;
  }
  .page-title.notfound {
    font-size: 70px;
  }
}

.is-loaded .page-title p {
  transform: translateY(0);
}

.about {
  padding-top: 152px;
  margin-inline: 120px;
  margin-bottom: 120px;
}
.about-content {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 123px;
  max-width: 1240px;
}
.about-content .image {
  max-width: 590px;
  height: auto;
  width: 100%;
  aspect-ratio: 590/393;
  background-image: url(../img/aboutus-pic-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 50px;
}
.about-content .text {
  position: relative;
  width: 100%;
  padding-top: 330px;
}
.about-content .text::before {
  content: "";
  display: block;
  width: 57px;
  height: 32px;
  background-image: url(../img/logo-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.about-content .text h2 p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #006034;
  text-align: center;
  font-feature-settings: "vrt2" on;
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  position: absolute;
  white-space: nowrap;
}
.about-content .text h2 p:nth-of-type(1) {
  top: 24px;
  left: 101px;
}
.about-content .text h2 p:nth-of-type(2) {
  top: 88px;
  left: 45px;
}
.about-content .text > p:nth-of-type(1) {
  color: #006034;
  font-family: Marcellus;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  text-align: right;
  margin-bottom: 24px;
}
.about-content .text > p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1B1B1B;
}
@media screen and (max-width: 1079px) {
  .about {
    margin-inline: 20px;
    padding-top: 96px;
    margin-bottom: 80px;
  }
  .about-content {
    flex-direction: column;
    gap: 14px;
  }
  .about-content .image {
    margin-top: unset;
    min-width: 287px;
    width: 80%;
    aspect-ratio: 287/191;
  }
  .about-content .text {
    padding-top: 200px;
  }
  .about-content .text::before {
    width: 43px;
    height: 24px;
    left: unset;
    right: 57px;
  }
  .about-content .text h2 p {
    font-size: 22px;
  }
  .about-content .text h2 p:nth-of-type(1) {
    top: 0;
    left: unset;
    right: 27px;
  }
  .about-content .text h2 p:nth-of-type(2) {
    top: 45px;
    left: unset;
    right: 57px;
  }
  .about-content .text > p:nth-of-type(1) {
    text-align: left;
    margin-bottom: 15px;
  }
  .about-content .text > p:nth-of-type(2) {
    font-size: 14px;
  }
}

h2.page-title {
  font-size: 32px;
}
h2.page-title span {
  font-size: 14px;
}
@media screen and (max-width: 1079px) {
  h2.page-title {
    font-size: 22px;
  }
  h2.page-title span {
    font-size: 13px;
  }
}

.company {
  max-width: 1240px;
  margin-inline: 120px;
  margin-bottom: 60px;
}
.company-content {
  width: 895px;
  margin-left: auto;
  margin-top: 32px;
}
.company-content dl {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid var(--line-green, #CED6CB);
  padding-block: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.company-content dl dt {
  color: #006034;
  width: 180px;
  flex-shrink: 0;
}
.company-content dl dd {
  color: #1B1B1B;
}
@media screen and (max-width: 1079px) {
  .company {
    margin-inline: 20px;
  }
  .company-content {
    width: auto;
    margin-top: 10px;
  }
  .company-content dl {
    align-items: start;
    font-size: 14px;
    padding-block: 24px;
  }
  .company-content dl dt {
    width: 100px;
  }
}

.page-contact {
  padding-top: 152px;
  margin-inline: 120px;
  margin-bottom: 120px;
}
.page-contact > p {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-block: 60px 80px;
}
.page-contact-breadcrumbs {
  width: fit-content;
  margin: auto;
  margin-bottom: 100px;
}
.page-contact-breadcrumbs ul {
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 104px;
  height: 44px;
  position: relative;
}
.page-contact-breadcrumbs ul::before {
  display: block;
  content: "";
  width: 118px;
  height: 0.5px;
  background: #D1D1D1;
  position: absolute;
  bottom: 4px;
  left: 21px;
}
.page-contact-breadcrumbs ul::after {
  display: block;
  content: "";
  width: 118px;
  height: 0.5px;
  background: #D1D1D1;
  position: absolute;
  bottom: 4px;
  right: 21px;
}
.page-contact-breadcrumbs ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.page-contact-breadcrumbs ul li::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #C3C9D0;
  border-radius: 50%;
}
.page-contact-breadcrumbs ul li.active::after {
  background: #006034;
}
.page-contact-form-wrap {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.page-contact-form-wrap .recruit-form__group .ex {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-contact-form-wrap .recruit-form__group br {
  display: none !important;
}
.page-contact-form-wrap .recruit-form__group > p label {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 9px;
}
.page-contact-form-wrap .recruit-form__group > p label.recuired {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.page-contact-form-wrap .recruit-form__group > p label.recuired::before {
  content: "必須";
  display: block;
  padding-inline: 8px;
  background: #006034;
  color: #F3F3F3;
  font-size: 14px;
}
.page-contact-form-wrap .recruit-form__group > p label.any {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.page-contact-form-wrap .recruit-form__group > p label.any::before {
  content: "任意";
  display: block;
  padding-inline: 8px;
  color: #006034;
  border: solid 1px #006034;
  font-size: 14px;
}
.page-contact-form-wrap .recruit-form__group > p span input, .page-contact-form-wrap .recruit-form__group > p span textarea, .page-contact-form-wrap .recruit-form__group > p span button {
  width: 100%;
  background: #F3F3F3;
  border: 1px solid #1B1B1B;
  font-size: 14px;
  padding: 14px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1079px) {
  .page-contact-form-wrap .recruit-form__group > p span input:focus, .page-contact-form-wrap .recruit-form__group > p span textarea:focus, .page-contact-form-wrap .recruit-form__group > p span button:focus {
    font-size: 16px;
  }
}
.page-contact-form-wrap .recruit-form__group .wpcf7-not-valid-tip {
  display: none;
}
.page-contact-form-wrap .privacy-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 60px;
}
.page-contact-form-wrap .privacy-wrap .wpcf7-not-valid-tip {
  display: none;
}
.page-contact-form-wrap .privacy-wrap br {
  display: none;
}
.page-contact-form-wrap .privacy-wrap label {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.page-contact-form-wrap .privacy-wrap label a {
  color: #006034;
  text-decoration-line: underline;
}
.page-contact-form-wrap .submit > p {
  position: relative;
}
.page-contact-form-wrap .submit > p input {
  width: 100%;
  padding: 24px;
  color: #006034;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #006034;
  background: #F3F3F3;
  transition: all 0.4s ease;
}
.page-contact-form-wrap .submit > p:hover input {
  color: #F3F3F3;
  background: #006034;
}
.page-contact-form-wrap .submit > p:hover::after {
  background-image: url(../img/arrow_white.png);
}
.page-contact-form-wrap .submit > p .wpcf7-spinner {
  position: absolute;
  left: 0;
}
.page-contact-form-wrap .submit > p::after {
  display: block;
  content: "";
  width: 11px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 26px;
  background-image: url(../img/arrow_green.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-contact-form-wrap .submit > p br {
  display: none;
}
.page-contact-form-wrap .submit.confirm {
  display: flex;
  gap: 60px;
}
.page-contact-form-wrap .submit.confirm > div {
  max-width: 320px;
  width: 100%;
}
.page-contact-form-wrap .submit.confirm .previous p {
  position: relative;
}
.page-contact-form-wrap .submit.confirm .previous p input {
  width: 100%;
  padding: 24px;
  color: #006034;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #006034;
  background: #F3F3F3;
}
.page-contact-form-wrap .submit.confirm .previous p::after {
  display: block;
  content: "";
  width: 11px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 26px;
  background-image: url(../img/arrow_green.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-contact-form-wrap .submit.confirm .submit p input {
  background: #006034;
  color: #F3F3F3;
}
.page-contact-form-wrap .submit.confirm .submit p::after {
  display: block;
  content: "";
  width: 11px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 26px;
  background-image: url(../img/arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-contact-form-wrap.confirm .recruit-form__group {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 40px;
}
.page-contact-form-wrap.confirm .recruit-form__group > p {
  border-bottom: solid 1px #8A8A8A;
  padding-bottom: 20px;
  display: block;
}
.page-contact-form-wrap.confirm .recruit-form__group > p > br {
  display: none;
}
.page-contact-form-wrap.confirm .recruit-form__group > p .recruit-form__group-label {
  display: block;
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
}
.page-contact h2.thanks {
  color: #1B1B1B;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 60px;
}
.page-contact .message {
  margin-bottom: 80px;
}
.page-contact .message p {
  color: #1B1B1B;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1079px) {
  .page-contact {
    margin-inline: 20px;
    padding-top: 96px;
  }
  .page-contact > p {
    margin-top: 11px;
    margin-bottom: 60px;
  }
  .page-contact-breadcrumbs {
    margin-bottom: 64px;
  }
}

.notfound {
  padding-top: 128px;
  margin-inline: 120px;
  margin-bottom: 120px;
}
.notfound h2 {
  color: #006034;
  font-family: Marcellus;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 60px;
}
.notfound p {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 823px;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1079px) {
  .notfound {
    margin-inline: 30px;
    padding-top: 96px;
  }
  .notfound h2 {
    font-size: 24px;
  }
  .notfound p {
    font-size: 14px;
  }
}

.to_top {
  width: 320px;
  padding: 24px;
  display: block;
  border: 1px solid var(--base-green, #006034);
  color: #006034;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  position: relative;
  margin: auto;
}
.to_top::after {
  display: block;
  content: "";
  width: 11px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 26px;
  background-image: url(../img/arrow_green.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.privacy {
  padding-top: 128px;
  margin-inline: 120px;
  margin-bottom: 120px;
}
.privacy h1 {
  margin-bottom: 62px;
}
.privacy > div, .privacy > p {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.privacy > p {
  margin-bottom: 40px;
}
.privacy > div {
  margin-bottom: 60px;
}
.privacy p {
  color: var(--black, #1B1B1B);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.privacy h2, .privacy h3 {
  color: #006034;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
}
.privacy ul {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  list-style: disc;
  list-style-position: inside;
}
@media screen and (max-width: 1079px) {
  .privacy {
    margin-inline: 20px;
    padding-top: 96px;
  }
  .privacy h1 {
    margin-bottom: 40px;
  }
  .privacy h2 {
    margin-bottom: 10px;
  }
  .privacy h3 {
    margin-bottom: 13px;
  }
  .privacy p {
    font-size: 14px;
  }
  .privacy > div {
    margin-bottom: 30px;
  }
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#loading .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8.16px;
  width: 365px;
  height: 72px;
  aspect-ratio: 365/72;
  opacity: 1;
  filter: blur(0.4px) contrast(1.02);
}
#loading .logo-wrap img {
  display: block;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(18px) scale(0.98);
  will-change: opacity, transform, filter;
  animation: logoCharIn 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#loading .logo-wrap img:nth-of-type(1) {
  margin-top: 4.23px;
  width: 99.541px;
  height: 67.766px;
  margin-right: 2.3px;
  animation-delay: 0.35s;
}
#loading .logo-wrap img:nth-of-type(2) {
  width: 81.833px;
  height: 66.547px;
  margin-right: 16.99px;
  animation-delay: 0.52s;
}
#loading .logo-wrap img:nth-of-type(3) {
  width: 10.174px;
  height: 65.309px;
  margin-top: 1.75px;
  margin-right: 21.36px;
  animation-delay: 0.68s;
}
#loading .logo-wrap img:nth-of-type(4) {
  width: 56.318px;
  height: 65.299px;
  margin-top: 1.75px;
  animation-delay: 0.84s;
}
#loading .logo-wrap img:nth-of-type(5) {
  width: 65.678px;
  height: 66.547px;
  animation-delay: 1s;
}
#loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1079px) {
  #loading {
    display: none;
  }
}

@keyframes logoCharIn {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translateY(18px) scale(0.98);
  }
  55% {
    opacity: 0.75;
    filter: blur(4px);
    transform: translateY(4px) scale(0.995);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}
@keyframes loadingLine {
  to {
    width: 320px;
  }
}
@keyframes loadingProgress {
  to {
    background-size: 100% 100%, auto;
  }
}
@keyframes logoFadeIn {
  0% {
    opacity: 0;
    filter: blur(4px);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
}
.mv-light {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  z-index: -1;
}

/* ===== mv-light ===== */
.mv-light {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.mv-light svg {
  position: absolute;
  width: 0;
  height: 0;
}

/* 光の粒 */
.mv-light::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 38px 52px at 18% 22%, rgba(255, 255, 255, 0.7) 0%, transparent 100%), radial-gradient(ellipse 22px 30px at 34% 55%, rgba(255, 255, 255, 0.55) 0%, transparent 100%), radial-gradient(ellipse 50px 34px at 52% 18%, rgba(255, 255, 255, 0.5) 0%, transparent 100%), radial-gradient(ellipse 28px 40px at 67% 38%, rgba(255, 255, 255, 0.65) 0%, transparent 100%), radial-gradient(ellipse 42px 28px at 88% 25%, rgba(255, 255, 255, 0.6) 0%, transparent 100%), radial-gradient(ellipse 24px 36px at 44% 75%, rgba(255, 255, 255, 0.45) 0%, transparent 100%), radial-gradient(ellipse 32px 20px at 12% 68%, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
  animation: driftA 6s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

/* 大きな光の面 */
.mv-light::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 180px 120px at 25% 30%, rgba(230, 235, 240, 0.55) 0%, transparent 70%), radial-gradient(ellipse 120px 160px at 70% 20%, rgba(225, 232, 238, 0.45) 0%, transparent 70%), radial-gradient(ellipse 200px 100px at 55% 70%, rgba(228, 233, 240, 0.4) 0%, transparent 70%);
  animation: driftB 8s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

/* 光の筋A */
.streak-wrap {
  position: absolute;
  inset: -30% -10%;
  animation: streakDrift 8s ease-in-out infinite alternate;
}

.streak {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0px, transparent 40px, rgba(231, 231, 231, 0.32) 40px, rgba(231, 231, 231, 0.32) 85px, transparent 85px, transparent 165px, transparent 218px, transparent 310px, rgba(231, 231, 231, 0.28) 310px, rgba(231, 231, 231, 0.28) 368px, transparent 368px, transparent 468px, rgba(231, 231, 231, 0.32) 468px, rgba(231, 231, 231, 0.32) 510px, transparent 510px, transparent 590px);
  filter: url(#wave1) blur(6px);
  mix-blend-mode: darken;
}

/* 光の筋B */
.streak-wrap2 {
  position: absolute;
  inset: -30% -10%;
  animation: streakDrift2 6s ease-in-out infinite alternate;
}

.streak2 {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0px, transparent 90px, rgba(208, 218, 230, 0.22) 90px, rgba(208, 218, 230, 0.22) 138px, transparent 138px, transparent 238px, rgba(210, 220, 232, 0.18) 238px, rgba(210, 220, 232, 0.18) 292px, transparent 292px, transparent 410px, rgba(206, 216, 228, 0.24) 410px, rgba(206, 216, 228, 0.24) 460px, transparent 460px, transparent 570px);
  filter: url(#wave2) blur(10px);
  mix-blend-mode: darken;
}

/* ===== アニメーション ===== */
@keyframes driftA {
  0% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(14px, -10px) scale(1.05);
    opacity: 0.7;
  }
  60% {
    transform: translate(-10px, 14px) scale(0.95);
    opacity: 0.85;
  }
  100% {
    transform: translate(12px, 8px) scale(1.04);
    opacity: 0.95;
  }
}
@keyframes driftB {
  0% {
    transform: translate(0px, 0px);
    opacity: 0.85;
  }
  35% {
    transform: translate(-18px, 12px);
    opacity: 0.55;
  }
  100% {
    transform: translate(16px, 10px);
    opacity: 0.9;
  }
}
/* 光が左上から来るなら、流れる方向も左→右ではなく右下→左上に */
@keyframes streakDrift {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
    opacity: 0.95;
  }
  25% {
    transform: translateX(40px) translateY(20px) rotate(0.5deg);
    opacity: 0.6;
  }
  60% {
    transform: translateX(-20px) translateY(-10px) rotate(-0.4deg);
    opacity: 0.85;
  }
  100% {
    transform: translateX(30px) translateY(15px) rotate(0.3deg);
    opacity: 0.7;
  }
}
@keyframes streakDrift2 {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
    opacity: 0.8;
  }
  40% {
    transform: translateX(-35px) translateY(-18px) rotate(-0.3deg);
    opacity: 0.5;
  }
  100% {
    transform: translateX(25px) translateY(12px) rotate(0.2deg);
    opacity: 0.65;
  }
}

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