@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 Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #020202;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

p {
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

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

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

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

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

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "League Spartan", 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;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 30px;
  transition: transform 0.3s ease;
  z-index: 1000;
  background: #004D45;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 4.5333333333vw 4vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 37.3333333333vw;
  }
}
.header__icons {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__icons {
    gap: 18px;
  }
}
.header .off {
  display: block;
}
.header .on {
  display: none;
}
.header.is_active {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 40.59%, rgba(255, 255, 255, 0) 96.36%) !important;
}
.header.is_active .off {
  display: none;
}
.header.is_active .on {
  display: block;
}

.header.hide {
  transform: translateY(-100%);
}

.footer {
  padding: 50px 40px;
  background: #004D45;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    justify-content: center;
    margin-bottom: 13.3333333333vw;
  }
}
.footer__logo {
  margin-bottom: 50px;
}
.footer__logo img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
  text-align: center;
    margin-bottom: 10.6666666667vw;
  }
  .footer__logo img {
    width: 70%;
    margin: 0 auto;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    gap: 20px;
    flex-direction: column;
    max-block-size: 18.6666666667vw;
  }
}
.footer__nav li a {
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__nav li a {
    font-size: 3.4666666667vw;
  }
}
.footer__copy {
  text-align: right;
  color: #fff;
}
.footer__copy small {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 3.2vw;
    text-align: center;
  }
}

.swiper-button-prev {
  left: 15%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 5px;
  }
}

.swiper-button-next {
  right: 15%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 5px;
  }
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(20px);
  /* 下に少しずらす */
  transition: opacity 0.8s ease, transform 0.8s 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.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */