@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #282828;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-family: "Mochiy Pop One", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.section__title h2 {
  font-size: 96px;
  font-weight: 600;
  line-height: 1.4;
}
.section__title h2.ja {
  font-size: 64px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__title h2.ja {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 768px) {
  .section__title h2 {
    font-size: 17.0666666667vw;
  }
}
.section__title span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.section__title span.en {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .section__title span {
    font-size: 5.3333333333vw;
  }
}

.more__btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 16px;
  background-color: #282828;
  transition: 0.3s ease;
}
.more__btn:hover {
  background-position: 95%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 2.6666666667vw 4vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 100px;
  }
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__btns a {
  display: block;
  padding: 15px 50px;
  border-radius: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.header__btns a:first-child {
  background: #34C253;
}
.header__btns a:nth-child(2) {
  background: #282828;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: none;
  }
}

#hamburger {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1000;
  width: 47px;
}
@media screen and (max-width: 768px) {
  #hamburger {
    top: 20px;
    right: 15px;
    width: 38px;
  }
}
#hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

/* 線 */
#hamburger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #282828;
  transition: 0.3s ease;
}

#hamburger span:nth-child(1) {
  margin-bottom: 8px;
}

/* MENU文字 */
#hamburger .txt {
  position: relative;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #282828;
  font-family: "Poppins", sans-serif;
  transition: 0.3s ease;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #hamburger .txt {
    font-size: 14px;
  }
}

/* =========================
   active
========================= */
/* 1本目 */
#hamburger.active span:nth-child(1) {
  transform: translateY(1px) rotate(45deg);
  background: #fff;
}

/* 2本目 */
#hamburger.active span:nth-child(2) {
  transform: translateY(-11px) rotate(-45deg);
  background: #fff;
}

/* テキスト */
#hamburger.active .txt {
  color: #fff;
}

/* =========================
   MENU
========================= */
#navMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 450px;
  height: 100vh;
  background: #049842;
  transition: 0.4s ease;
  z-index: 999;
  padding: 140px 60px 80px 20px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  #navMenu {
    width: 100%;
    padding: 21.3333333333vw 5.3333333333vw;
  }
}

#navMenu.active {
  right: 0;
}

/* ナビ */
.hamburger__nav--main {
  margin-bottom: 13.3333333333vw;
}
.hamburger__nav--main > li > a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  background: url(../img/arrow-right.webp) no-repeat right center;
  background-size: 15px;
}
@media screen and (max-width: 768px) {
  .hamburger__nav--main > li > a {
    font-size: 5.3333333333vw;
  }
}

.footer {
  position: relative;
  box-sizing: border-box;
  padding: 80px 40px 150px;
  position: relative;
  z-index: 5;
  background: #E9E9E9;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer__main {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.footer__sub {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    width: 100%;
  }
}
.footer__sns {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    gap: 10px;
  }
}
.footer__nav {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    width: 100%;
  }
}
.footer__nav ul li {
  margin-bottom: 15px;
}
.footer__nav ul li a {
  font-size: 15px;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer__nav ul.min {
    margin-top: 8vw;
  }
}
.footer__nav ul.min li {
  margin-bottom: 15px;
}
.footer__nav ul.min a {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul.min a {
    font-size: 3.7333333333vw;
  }
}
.footer__logo {
  width: 290px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 69.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.footer__btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .footer__btns {
    margin-top: 50px;
  }
}
.footer__btns a {
  display: block;
  padding: 15px 50px;
  border-radius: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .footer__btns a {
    text-align: center;
    width: 192px;
  }
}
.footer__btns a:first-child {
  background: #87E084;
}
.footer__btns a:nth-child(2) {
  background: #282828;
}

.fixed {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 10;
}
.fixed a {
  padding: 20px 12px;
  color: #fff;
  writing-mode: vertical-lr;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fixed__contact {
  background: #FFA01C;
}
.fixed__form {
  background: #049842;
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  /* 下に少しずらす */
  transform: translateY(100px);
  transition: all 0.5s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-right {
  transform: translateX(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.show {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */