@charset "UTF-8";
/* --------------------------------------------------------------------------------
Reset
-------------------------------------------------------------------------------- */
html,
body {
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  font-weight: bold;
  color: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dd, p {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  color: #1A1A1C;
}

p {
  line-height: 1.75;
}

/* --------------------------------------------------------------------------------
Base
-------------------------------------------------------------------------------- */
body {
  margin: auto;
  width: 100%;
}

.position_fixed_btn_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

div {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #1C1C1E;
}

@media (min-width: 1920px) {
  picture {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

img {
  height: auto;
  width: 100%;
  max-width: 432px;
  vertical-align: bottom;
}
@media (min-width: 960px) {
  img {
    max-width: 960px;
  }
}
@media (min-width: 1920px) {
  img {
    max-width: none;
    width: 50%;
    height: auto;
  }
}

.secondary_bg_color {
  background-color: #3E3E3E;
}

.tertiary_bg_color {
  background-color: #F2F2F2;
}

.background_image_base {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn_wrapper {
  max-width: 432px;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 960px) {
  .btn_wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1920px) {
  .btn_wrapper {
    max-width: none;
  }
}

.back_to_top_btn {
  background-color: #FAFAFA;
  color: #1E1E1E;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  border: none;
  text-decoration: none;
}
.back_to_top_btn i {
  font-size: 24px;
}

/* --------------------------------------------------------------------------------
Unique Styles
-------------------------------------------------------------------------------- */
/* mv__background--image */
.mv__background--image {
  background-image: url("assets/images/mv__background--image--sp.png");
}
@media (min-width: 960px) {
  .mv__background--image {
    background-image: url("assets/images/mv__background--image.png");
    height: 820px;
  }
}
@media (min-width: 1920px) {
  .mv__background--image {
    background-image: url("assets/images/mv__background--image.png");
    min-height: 42.7083333333vw;
  }
}

/* about__background--image */
.about__background--image {
  background-image: url("assets/images/about__background--image--sp.png");
}
@media (min-width: 960px) {
  .about__background--image {
    background-image: url("assets/images/about__background--image.png");
    height: 425px;
  }
}
@media (min-width: 1920px) {
  .about__background--image {
    background-image: url("assets/images/about__background--image.png");
    min-height: 22.1354166667vw;
  }
}

/* rule__background--solid */
.rule__background--solid {
  background-color: #eeeeee;
}

/* cta__background--image */
.cta__background--image {
  background-image: url("assets/images/cta__background--image--sp.png");
}
@media (min-width: 960px) {
  .cta__background--image {
    background-image: url("assets/images/cta__background--image.png");
    height: 192px;
  }
}
@media (min-width: 1920px) {
  .cta__background--image {
    background-image: url("assets/images/cta__background--image.png");
    min-height: 10vw;
  }
}

.btn__01 {
  position: absolute;
  width: 25.1971227151%;
  top: 39.5833333333%;
  left: 65.0393518519%;
}
@media (min-width: 960px) {
  .btn__01 {
    width: 17.0083333333%;
    top: 34.375%;
    left: 58.6927083333%;
  }
}
@media (min-width: 1920px) {
  .btn__01 {
    width: 8.5041666667%;
    top: 34.375%;
    left: 54.3463541667%;
  }
}/*# sourceMappingURL=style.css.map */