@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 Antique", sans-serif;
  background: #F6F6F6;
  font-weight: 400;
  font-style: normal;
  color: #282828;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

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

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

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

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

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

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

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.more__btn {
  display: block;
  width: 270px;
  height: 60px;
  background: #fff;
  color: #282828;
  border-radius: 7px;
  font-weight: 900;
  text-align: center;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.more__btn:hover {
  opacity: 1;
  background: #282828;
  color: #fff;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 96%;
}
.more__btn.bk {
  background-color: #282828;
  color: #fff;
  background-image: url(../img/arrow_right_wh.svg);
  border: 1px solid #282828;
}
.more__btn.bk:hover {
  opacity: 1;
  background: #fff;
  color: #282828;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 96%;
}

.section__title {
  text-align: center;
}
.section__title h2 {
  font-size: 40px;
  font-weight: 900;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section__title h2 {
    font-size: 8.5333333333vw;
  }
}
.section__title span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__title span {
    font-size: 6.4vw;
  }
}

.cta {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(90deg, #FF9500 0%, #FF9500 50%, #02B92D 50%, #02B92D 100%);
  border-radius: 10px;
  padding: 30px 40px 20px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.cta__title {
  text-align: center;
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
}
.cta__contents {
  background: #fff;
  border-radius: 7px;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  max-width: 724px;
}
@media screen and (max-width: 768px) {
  .cta__contents {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.cta__contents p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .cta__contents p {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.cta__contents .more__btn {
  margin: 0 auto;
}

.header {
  box-sizing: border-box;
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@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: 31.4666666667vw;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__nav ul a {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__nav ul a {
    font-size: 13px;
  }
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__btns a {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 15px 20px;
  color: #FF9500;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__btns a {
    font-size: 13px;
  }
}
.header__btns a:nth-child(2) {
  background: #02B92D;
  color: #fff;
}
.header__logo {
  display: block;
  width: -moz-max-content;
  width: max-content;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 190px;
  }
}

/* =====================
   ハンバーガー
===================== */
.header__btn {
  width: 32px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

.header__btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}

/* 3本線位置 */
.header__btn span:nth-child(1) {
  top: 0;
}

.header__btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header__btn span:nth-child(3) {
  bottom: 0;
}

/* ===== ACTIVE → × ===== */
.header__btn.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header__btn.is-active span:nth-child(2) {
  opacity: 0;
}

.header__btn.is-active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.sp__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  background: #fff;
  height: 100%;
  transform: translateX(100%);
  transition: 0.3s ease;
  z-index: 99;
}
.sp__nav.is-active {
  transform: translateX(0);
}
.sp__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sp__nav {
    width: 100%;
  }
}
.sp__nav--menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .sp__nav--menu {
    padding: 0 20px;
  }
}
.sp__nav--menu li {
  font-size: 20px;
}
.sp__nav--menu li a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sp__nav--menu li {
    text-align: center;
    font-size: 20px;
  }
}

.fixed {
  position: fixed;
  right: 0;
  cursor: pointer;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed {
    border-top: 1px solid #fff;
    width: 100%;
    bottom: 0;
    display: flex;
  }
}
.fixed__download {
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 50%;
  background: #FF9500;
}
.fixed__reserve {
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 50%;
  background: #02B92D;
}
.fixed img {
  width: 22px;
}
@media screen and (max-width: 768px) {
  .fixed img {
    width: 20px;
  }
}

.fixed {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

/* 非表示状態 */
.fixed.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.footer {
  padding: 80px 20px 200px;
  position: relative;
  box-sizing: border-box;
  background: #E9E9E9;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 13.3333333333vw;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}
.footer__logo {
  display: block;
  width: 182px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 13.3333333333vw;
  }
  .footer__logo img {
    width: 48.5333333333vw;
  }
}
.footer__menu {
  display: flex;
  gap: 12%;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu ul {
    margin-bottom: 10.6666666667vw;
  }
}
.footer__menu ul li {
  margin-bottom: 15px;
}
.footer__menu ul a {
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .footer__menu ul a {
    font-size: 12px;
  }
}
.footer__menu ul a img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .footer__menu ul a {
    font-size: 4vw;
  }
}
.footer__btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__btns a {
  background: #fff;
  border: 1px solid #FF9500;
  border-radius: 29px;
  width: 254px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF9500;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease;
}
.footer__btns a:hover {
  opacity: 1;
  background: #FF9500;
  color: #fff;
}
.footer__btns a:nth-child(2) {
  background: #02B92D;
  color: #fff;
  border: 1px solid #02B92D;
}
.footer__btns a:nth-child(2):hover {
  opacity: 1;
  background: #fff;
  color: #02B92D;
}

.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 */