@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

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

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

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

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #ffffff;
  --black: #000;
  --blue: #3199df;
  --green: #01b056;
  --orange: #e58100;
  --main: #0168b8;
  --yellow: #ffe169;
  --red: #f51313;
  --text: #333333;
  --leading-trim: calc((1em - 1lh) / 2);
  --notosans: "Noto Sans JP", sans-serif;
  --mincho: "Hiragino Mincho ProN", "Yu Mincho", "游明朝体", "YuMincho",
    "MS Mincho", "Meiryo", serif;
  --gothic: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    "游ゴシック体", "YuGothic", "Helvetica Neue", "Arial", "Meiryo", sans-serif;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh130 {
  line-height: 130%;
}

.lh170 {
  line-height: 170%;
}

.text-emphasis {
  color: var(--orange);
  display: inline;
}

.text-danger {
  color: var(--red);
  background-color: var(--yellow);
  display: inline;
}

.color-red {
  color: var(--red);
}

.fz52 {
  font-size: max(5.2rem, 28px);
}
@media screen and (max-width: 768px) {
  .fz52 {
    font-size: 10rem;
  }
}

.fz42 {
  font-size: max(4.2rem, 22px);
}
@media screen and (max-width: 768px) {
  .fz42 {
    font-size: 7rem;
  }
}

.color-main {
  color: var(--main);
}

@media screen and (max-width: 768px) {
  .sp-fz70 {
    font-size: 7rem;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.9259259259vw;
  }
}
@media screen and (max-width: 1920px) and (min-width: 769px) {
  html {
    font-size: 0.5208333333vw;
  }
}

body {
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--gothic);
  background-color: var(--white);
  color: var(--text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100dvh;
}

a {
  color: var(--black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* p,
h2,
h3,
h4,
span {
  font-weight: 500;
  color: $black;
} */
picture {
  display: block;
}

svg {
  width: 100%;
  height: 100%;
}

.fv {
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 14rem;
  }
}
.fv__inner {
  position: relative;
}
.fv__bg {
  aspect-ratio: 1913/900;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__bg {
    aspect-ratio: 1080/1780;
  }
}
.fv__main {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-block: 8.5rem 10.5rem;
  aspect-ratio: 1123/709;
  width: 112.3rem;
}
.fv__main img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .fv__main {
    aspect-ratio: 930/1530;
    width: 93rem;
    padding-block: 0;
    top: initial;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    bottom: 0;
  }
}/*# sourceMappingURL=fv.css.map */