/*
Theme Name: YUME
Description: YUME Theme
Version: 1.0.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none;
  backface-visibility: hidden;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  position: relative;
  color: #222;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

body.cursorNone * {
  cursor: none !important;
}

.container {
  max-width: 1440px;
  min-height: 100vh;
  min-height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
}

.loaded .container {
  opacity: 1;
  transition: opacity 1s;
  pointer-events: auto;
}

main {
  position: relative;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}

a:hover {
  opacity: 0.5;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .-pc {
    display: none !important;
  }
}

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

@media only screen and (max-width: 767px) {
  .-sp {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .-sp {
    display: none !important;
  }
}

#gCanvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #ffffff;
  --gradient-color-2: #dee4e5;
  --gradient-color-3: #d6feff;
  --gradient-color-4: #c7e9ff;
}

.inview:not(.view) {
  opacity: 0.01;
}

.inview.view {
  opacity: 1;
  animation: view 0.5s backwards;
}

@keyframes view {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.inview2:not(.view) {
  opacity: 0.01;
  transition: opacity 0.25s;
}

.inview2.view {
  opacity: 1;
  transition: opacity 0.25s;
}

.inviews:not(.view) > * {
  opacity: 0.01;
}

.inviews.view > * {
  opacity: 1;
  animation: views 0.5s backwards;
}

@keyframes views {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.inviewParent {
  position: relative;
}

.inviewTrigger {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .inviewTrigger {
    top: 40%;
  }
}

.inviewChild:not(.view) {
  opacity: 0.001;
  transition: opacity 0.25s;
}

.inviewChild.view {
  opacity: 1;
  transition: opacity 0.25s;
}

.button01 {
  min-height: 48px;
}

.button01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 100px;
  padding: 8px 40px;
}

.button01.pink a {
  color: #fff;
  background-color: #FF9DB5;
  border-color: #FF9DB5;
}

.button03 {
  text-align: center;
}

.button03 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  font-size: 1.6rem;
}

.button03 a::after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("img/icon_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.button03.-pink a::after {
  background-image: url("img/icon_arrow02.svg");
}

.caption p {
  font-family: "Montserrat", serif;
  font-size: 5rem;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .caption p {
    font-size: 4rem;
  }
}

.caption h2 {
  color: #85B25D;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .caption h2 {
    font-size: 2rem;
  }
}

.caption span {
  display: block;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .caption span {
    font-size: 1.3rem;
  }
}

.caption.-left p,
.caption.-left h2 {
  text-align: left;
}

.footer {
  background-color: #F1F9E9;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}

.footer__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.footer__logo {
  max-width: 238px;
}

@media only screen and (max-width: 767px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__cont {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .footer__cont {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .footer__access {
    text-align: center;
  }
}

.footer__access .tel {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

.footer__access .tel::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 16px;
  background-image: url("img/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .footer__menu {
    margin-top: 30px;
  }
}

.footer__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

@media only screen and (max-width: 767px) {
  .footer__list {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}

.footer__button {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .footer__button {
    justify-content: center;
  }
}

.footer__copy {
  background-color: #85B25D;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  padding: 20px 40px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .footer__copy {
    text-align: center;
    margin-top: 40px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 100;
  min-height: 100px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .header {
    min-height: 70px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: inherit;
}

@media only screen and (max-width: 767px) {
  .header__inner {
    padding-right: 0 !important;
  }
}

.header__logo {
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    max-width: 180px;
  }
}

.header__menu {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #FF9DB5;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .header__menu {
    display: none;
  }
}

.header__menu i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition-duration: 0.25s;
  transition-property: top, transform;
  transition-delay: 0.25s, 0s, 0s;
}

.header__menu i:nth-of-type(1) {
  top: calc(50% - 10px);
}

.header__menu i:nth-of-type(3) {
  top: calc(50% + 10px);
}

.header__menu.-active i {
  transition-delay: 0s, 0.25s, 0.25s;
}

.header__menu.-active i:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__menu.-active i:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__menu.-active i:nth-of-type(3) {
  opacity: 0;
}

.header__close {
  display: none;
}

.header__cont {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

@media only screen and (max-width: 767px) {
  .header__cont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 70px;
    z-index: -1;
  }
}

.header__list {
  display: flex;
  gap: 32px;
}

@media only screen and (max-width: 767px) {
  .header__list {
    flex-direction: column;
    align-items: center;
    margin-top: 10vh;
  }
}

.header__list li a {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .header__list li a {
    text-align: center;
  }
}

.header__button {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 30px;
}

@media only screen and (max-width: 767px) {
  .header__button {
    flex-direction: column;
    max-width: 500px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.inner {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wysiwyg * {
  line-height: 2.5;
}

.wysiwyg * + * {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .wysiwyg * + * {
    margin-top: 30px;
  }
}

.wysiwyg h1 {
  font-size: 2.4rem;
  font-weight: bold;
}

.wysiwyg h2 {
  font-size: 2rem;
  font-weight: bold;
}

.wysiwyg h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.wysiwyg h4 {
  font-weight: bold;
}

.wysiwyg a {
  text-decoration: underline;
}

.access {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .access {
    padding-top: 60px;
  }
}

.access__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .access__cont {
    flex-direction: column;
    margin-top: 40px;
  }
}

.access__map {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .access__map {
    height: auto;
    aspect-ratio: 3 / 4;
    margin-top: 40px;
  }
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .case {
    margin-top: 60px;
  }
}

.case__list {
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .case__list {
    margin-top: 40px;
  }
}

.case__list ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
}

.case__list ul li {
  width: calc((100% - (50px * 2)) / 3);
}

@media only screen and (max-width: 767px) {
  .case__list ul li {
    width: 100%;
  }
}

.case__list ul li a time {
  display: block;
  font-family: "Montserrat", serif;
  font-size: 2rem;
  font-weight: 200;
  margin-top: 10px;
}

.case__list ul li a p {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}

.case__list ul li a p::after {
  content: '';
  flex: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #85B25D;
  border-bottom: 3px solid #85B25D;
  transform: rotate(-45deg);
}

.case__list ul li a p span {
  display: block;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case__button {
  margin-top: 40px;
}

.facility {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .facility {
    margin-top: 60px;
  }
}

.facility__list {
  max-width: 1260px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .facility__list {
    margin-top: 40px;
  }
}

.facility__list ul li {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .facility__list ul li {
    flex-direction: column;
  }
}

.facility__list ul li + li {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .facility__list ul li + li {
    margin-top: 40px;
  }
}

.facility__list ul li > * {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .facility__list ul li > * {
    width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 768px) {
  .facility__list ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .facility__list ul li:nth-child(even) .facility__img {
    top: 50px;
    left: unset;
    right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .facility__list ul li:nth-child(even) .facility__block {
    right: unset;
    top: unset;
    left: 30px;
    padding: 30px 90px 30px 30px;
  }
}

.facility__img {
  left: 30px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .facility__img {
    left: unset;
  }
}

.facility__block {
  display: flex;
  flex-direction: column;
  top: 50px;
  right: 30px;
  background-color: #F1F9E9;
  padding: 30px 30px 30px 90px;
}

@media only screen and (max-width: 767px) {
  .facility__block {
    top: -30px;
    right: unset;
    margin-left: auto;
    padding: 60px 30px 30px;
  }
}

.facility__block h3 {
  font-size: 3.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .facility__block h3 {
    font-size: 2.8rem;
  }
}

.facility__block p {
  font-size: 1.8rem;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .facility__block p {
    font-size: 1.6rem;
  }
}

.facility__block .button03 {
  text-align: right;
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  .facility__block .button03 {
    margin-top: 30px;
  }
}

.intro {
  padding-top: 95px;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding-top: 60px;
  }
}

.intro__inner {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .intro__bg {
    position: relative;
    height: min((900 / 750 * 100vw), 900px);
  }
}

@media only screen and (max-width: 767px) {
  .intro__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: max((-250 / 768 * 100vw), -250px);
       object-position: max((-250 / 768 * 100vw), -250px);
    opacity: 0.5;
  }
}

.intro__cont {
  position: absolute;
  top: 50%;
  right: 60px;
  max-width: 740px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .intro__cont {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 40px);
    width: 100%;
  }
}

.intro h2 {
  font-size: 4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .intro h2 {
    font-size: min((50 / 750 * 100vw), 50px);
  }
}

.intro p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .intro p {
    font-size: min((30 / 750 * 100vw), 30px);
  }
}

.intro .button01 {
  width: 250px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .intro .button01 {
    width: min((400 / 750 * 100vw), 400px);
  }
}

.mv {
  position: relative;
  min-height: min((805 / 1440 * 100vw), 805px);
}

@media only screen and (max-width: 767px) {
  .mv {
    min-height: min((900 / 750 * 100vw), 900px);
  }
}

.mv::before {
  content: '';
  position: absolute;
  top: min((555 / 1440 * 100vw), 555px);
  left: 0;
  display: inline-block;
  width: min((1200 / 1440 * 100vw), 1200px);
  height: min((250 / 1440 * 100vw), 250px);
  background-image: linear-gradient(to right, #C8E9CB 0%, #7AC23E 100%);
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .mv::before {
    top: min((800 / 750 * 100vw), 800px);
    width: min((450 / 750 * 100vw), 450px);
    height: min((100 / 750 * 100vw), 100px);
  }
}

.mv::after {
  content: '';
  position: absolute;
  top: min((555 / 1440 * 100vw), 555px);
  right: 100%;
  display: inline-block;
  width: 100vw;
  height: 250px;
  background-color: #C8E9CB;
  z-index: 0;
}

@media only screen and (max-width: 1439px) {
  .mv::after {
    display: none;
  }
}

.mv__heading {
  position: absolute;
  top: min((135 / 1440 * 100vw), 135px);
  left: min((100 / 1440 * 100vw), 100px);
  font-size: min((70 / 1440 * 100vw), 70px);
  font-weight: 600;
  letter-spacing: 0.2em;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .mv__heading {
    top: min((70 / 750 * 100vw), 70px);
    left: min((50 / 750 * 100vw), 50px);
    font-size: min((60 / 750 * 100vw), 60px);
  }
}

.mv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: min((1020 / 1440 * 100vw), 1020px);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .mv__img {
    top: min((250 / 750 * 100vw), 250px);
    width: min((600 / 750 * 100vw), 600px);
    aspect-ratio: 1 / 1;
  }
}

.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}

.mv__icon {
  position: absolute;
  top: min((436 / 1440 * 100vw), 436px);
  left: min((100 / 1440 * 100vw), 100px);
  width: min((600 / 1440 * 100vw), 600px);
  aspect-ratio: 600 / 218;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .mv__icon {
    top: min((700 / 750 * 100vw), 700px);
    left: min((50 / 750 * 100vw), 50px);
    width: min((400 / 750 * 100vw), 400px);
  }
}

.news {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .news {
    margin-top: 60px;
  }
}

.news__list {
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .news__list {
    margin-top: 40px;
  }
}

.news__list ul li + li {
  border-top: 1px solid #222;
  margin-top: 15px;
  padding-top: 15px;
}

.news__list ul li a time {
  display: block;
  font-family: "Montserrat", serif;
  font-size: 2rem;
  font-weight: 200;
}

.news__list ul li a p {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.news__list ul li a p::after {
  content: '';
  flex: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #85B25D;
  border-bottom: 3px solid #85B25D;
  transform: rotate(-45deg);
}

.news__list ul li a p span {
  flex: 1;
  display: block;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__button {
  margin-top: 40px;
}

.recruit {
  background-color: #FAFAF3;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .recruit {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}

.recruit__inner {
  max-width: 1320px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .recruit__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.recruit__cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .recruit__cont {
    flex-direction: column-reverse;
  }
}

.recruit__cont p {
  font-size: 2rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .recruit__cont p {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.recruit__cont img {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .recruit__cont img {
    width: 100%;
  }
}

.recruit__cont h3 {
  position: absolute;
  top: -2em;
  right: -2em;
  font-size: 3.2rem;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  .recruit__cont h3 {
    right: -0.5em;
    font-size: 2.4rem;
  }
}

.recruit__button {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .recruit__button {
    margin-top: 40px;
  }
}

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