@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  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;
  box-sizing: border-box;
  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: #06c0eb;
  --navy: #004970;
  --green: #01b056;
  --orange: #e58100;
  --main: #04b2dc;
  --yellow: #ffd800;
  --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 {
  margin-top: 0 !important;
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@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: flex;
  flex-direction: column;
  min-height: 100dvh;
}

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

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

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

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

#wpadminbar {
  position: fixed;
  bottom: 0;
  top: auto;
}

body {
  background: var(--main);
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 10rem;
  }
}
body.home {
  padding-top: 0;
}

.fv {
  width: 100%;
  height: 100dvh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fv__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__content {
  width: 100%;
  padding-inline: 7rem 3.5rem;
  padding-block: 10rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .fv__content {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 2rem;
    padding-block: 2rem;
  }
}
.fv__title {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 2;
  color: var(--white);
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 2.8rem;
    padding-bottom: 2rem;
  }
}
.fv__message {
  width: 59rem;
}
@media screen and (max-width: 768px) {
  .fv__message {
    width: 100%;
  }
}

/*# sourceMappingURL=fv.css.map */
