@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  font-style: normal;
  color: #000000;
  word-break: break-all;
  padding-top: 80px !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 70px !important;
  }
}
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: "Zen Kaku Gothic New", sans-serif;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.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;
  }
}

.inner {
  max-width: 1300px;
  margin: 0 auto;
}

.section__title {
  text-align: center;
}
.section__title h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section__title h2::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 40px;
  height: 3px;
  background: #952122;
  border-radius: 5px;
}
.section__title .en {
  display: block;
  margin: 0 auto -10px;
}

.more__btn {
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 10px 40px;
  padding-right: 50px;
  background: #839f3b;
  color: #fff;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 100px;
  font-weight: bold;
  background-image: url(../img/arrow_right_wh2.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 82%;
}
.more__btn.reverse {
  background: #fff;
  color: #839f3b;
  border: 1px solid #839f3b;
  background-image: url(../img/arrow_right_gl.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 82%;
  box-shadow: 3px 3px #839f3b;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: rgb(255, 255, 255);
  padding: 15px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 2.6666666667vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 17.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__nav ul li a {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1320px) {
  .header__nav ul li a {
    font-size: 12px;
  }
}

/* デフォルト非表示（PC） */
#hamburger {
  display: none;
}

#navMenu {
  display: none;
}
#navMenu .fv__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
#navMenu .fv__btns a {
  display: block;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  padding: 14px 60px;
  padding-right: 80px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  #navMenu .fv__btns a {
    width: -moz-max-content;
    width: max-content;
    font-size: 15px;
    padding: 12px 40px;
    margin-bottom: 20px;
    padding-right: 50px;
  }
}
#navMenu .fv__btns a:first-child {
  background: #952122;
  color: #fff;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 90%;
}
@media screen and (max-width: 768px) {
  #navMenu .fv__btns a:first-child {
    background-position: 130%;
  }
}
#navMenu .fv__btns a:nth-child(2) {
  background: #fff;
  color: #952122;
  background-image: url(../img/arrow_right_red.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 90%;
}
@media screen and (max-width: 768px) {
  #navMenu .fv__btns a:nth-child(2) {
    background-position: 130%;
  }
}

/* スマホのみ表示 */
@media screen and (max-width: 768px) {
  #hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 34px;
    height: 25px;
    cursor: pointer;
    z-index: 1003;
    position: relative;
    position: fixed;
    right: 2.6666666667vw;
    top: 5.3333333333vw;
  }
  #hamburger span {
    display: block;
    height: 3px;
    background: #a40b1a;
    transition: 0.3s ease;
  }
  /* ナビ初期非表示 */
  #navMenu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #a40b1a;
    transition: 0.4s ease;
    z-index: 1000;
    padding: 21.3333333333vw 5.3333333333vw;
    overflow-y: auto;
  }
  /* 開いた時 */
  #navMenu.active {
    right: 0;
  }
  #hamburger span:nth-child(2) {
    width: 100%;
    margin-left: auto;
  }
  #hamburger span:nth-child(3) {
    width: 100%;
    margin-left: auto;
  }
  /* ×に変形 */
  #hamburger.active span:nth-child(1) {
    transform: translateY(11px) rotate(30deg);
  }
  #hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  #hamburger.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-30deg);
    width: 100%;
  }
  .hamburger__nav--main {
    margin-bottom: 13.3333333333vw;
  }
  .hamburger__nav--main > li > a {
    padding: 20px 0;
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 5.3333333333vw;
    background: url(../img/arrow_right_wh2.svg) no-repeat;
    background-position: right;
    background-size: 15px;
  }
}
.footer {
  background: #952122;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__main {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__main {
    width: 100%;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    text-align: center;
  }
  .footer__logo img {
    margin: 0 auto;
    width: 40vw;
  }
  .footer__logo {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__address {
    text-align: center;
  }
}
.footer__address p {
  font-size: 12px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 2;
}
.footer__sub {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    width: 100%;
  }
}
.footer__sub p {
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 10px;
}

.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);
  /* 元の位置 */
}

[id] {
  scroll-margin-top: 120px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}/*# sourceMappingURL=style.css.map */