@charset "UTF-8";
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #444444;
  letter-spacing: 0.1em;
  background: #F6F3EE;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-more-btn {
  text-align: center;
}
.c-more-btn a {
  display: inline-block;
  background: #718D00;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.875;
  padding: 1rem;
  min-width: 16.5rem;
  border-radius: 1.875rem;
}

.c-secTitle h2 {
  margin-top: 1.6875rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

.c-secTitle__en {
  color: #718D00;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding-left: 3.4375rem;
}
.c-secTitle__en:after {
  position: absolute;
  content: "";
  width: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 1px;
  background: #718D00;
}

.p-top-about {
  padding-top: 5.1875rem;
}

.p-top-about__secTitleBox {
  margin-top: 5.1875rem;
}

.p-top-about__text {
  margin-top: 3.1875rem;
}
.p-top-about__text p {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 400;
}

.p-top-about__btn {
  margin-top: 3.125rem;
}

.p-top-about__img2 {
  margin-top: 7.5625rem;
  width: 85.67%;
  margin-right: auto;
}
.p-top-about__img2 img {
  width: 100%;
}

.p-top-about__img3 {
  margin-top: 5.0625rem;
  width: 85.67%;
  margin-left: auto;
}
.p-top-about__img3 img {
  width: 100%;
}

.p-top-fv {
  height: 100svh;
  position: relative;
}

.p-top-fv__img img {
  position: absolute;
  top: 0;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-fv__text {
  position: absolute;
  bottom: 3rem;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text {
    bottom: 5.625rem;
    left: 10.5555555556%;
  }
}
.p-top-fv__text h2 {
  color: #fff;
  line-height: 2.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .15);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text h2 {
    font-size: 2.5rem;
    line-height: 2;
  }
}
.p-top-fv__text p {
  color: #fff;
  font-size: 12px;
  padding-top: 2.125rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .15);
  line-height: 2.0833333333;
  margin: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text p {
    font-size: 1.25rem;
    padding-top: 1.875rem;
  }
}

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

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

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
