* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Outfit", sans-serif;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #282828;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: auto;
  overscroll-behavior: none;
}

body {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 400;
  margin: 0;
}

p {
  font-size: 3.5897435897vw;
  line-height: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  display: block;
  color: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
a:hover {
  filter: brightness(1.2);
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.pc_none {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

.sp_none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
}

.container {
  width: 100%;
  padding: 0 5.1282051282vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1040px;
    padding: 0 20px;
  }
}

.c_inner {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.c_inner h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
  background: linear-gradient(transparent 60%, #FBE43A 30%);
  display: inline-block;
  margin: 0 auto 50px;
  padding: 0 10px;
}

.mv {
  background: center/cover no-repeat url("../img/lp/mv_bg_pc.jpg");
}
.mv .mv_inner {
  position: relative;
  width: 100%;
  padding-top: 5.1282051282vw;
  padding-bottom: 39.7435897436vw;
}
@media screen and (min-width: 768px) {
  .mv .mv_inner {
    padding-top: 3.8%;
    padding-bottom: 17.2%;
  }
}
.mv .mv_inner .mv_cv_button {
  width: 76.9230769231vw;
  height: auto;
  margin: 6.4102564103vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .mv .mv_inner .mv_cv_button {
    position: absolute;
    top: 66.5%;
    right: 10.4%;
    width: 31.9%;
    margin: 0;
  }
}
.mv .mv_inner .collabo {
  position: absolute;
  left: 0;
  bottom: -32.0512820513vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv .mv_inner .collabo {
    bottom: -12.83%;
  }
}

#issue {
  background-color: #DAEDFF;
}
#issue .issue_inner {
  padding-top: 39.2307692308vw;
  padding-bottom: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  #issue .issue_inner {
    padding-top: 16.7%;
    padding-bottom: 5.7%;
  }
}

#about {
  position: relative;
  background: #DAEDFF;
}
@media screen and (max-width: 767px) {
  #about .container {
    padding: 0;
  }
}
#about .bg_image {
  position: absolute;
  top: 0;
  bottom: 7.1794871795vw;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #about .bg_image {
    bottom: 10.08%;
  }
}
#about .bg_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .about_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .about_inner {
    padding-top: 10.2564102564vw;
  }
}
#about .about_inner .about_cv_button {
  position: absolute;
  bottom: -26.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 89.7435897436vw;
}
@media screen and (min-width: 768px) {
  #about .about_inner .about_cv_button {
    bottom: 0;
    width: 68%;
  }
}

#case {
  background: #DAEDFF;
}
#case .case_inner {
  padding: 36.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  #case .case_inner {
    padding: 9.3% 4% 7.8%;
  }
}

#menu {
  background: #E9F4FF;
}
#menu .menu_inner {
  padding: 11.5384615385vw 0 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  #menu .menu_inner {
    padding: 9.2% 0 9.4%;
  }
}

#flow {
  background: #E9F4FF;
}

.cta_box {
  background: #E9F4FF;
}
.cta_box .cta_box_inner {
  padding: 15.3846153846vw 0;
}
@media screen and (min-width: 768px) {
  .cta_box .cta_box_inner {
    padding: 10% 16%;
  }
}
.cta_box img {
  display: inline-block;
}

footer {
  background-color: #5235C4;
  color: #fff;
}
footer .f_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12.0512820513vw 5.1282051282vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .f_inner {
    flex-direction: row;
    max-width: 1180px;
    padding: 60px 20px;
  }
}
footer .f_inner .f_logo {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  footer .f_inner .f_logo {
    margin-bottom: 0;
  }
}
footer .f_inner .f_logo img {
  width: 50.7692307692vw;
  height: 7.1794871795vw;
}
@media screen and (min-width: 768px) {
  footer .f_inner .f_logo img {
    width: 212px;
    height: 30px;
  }
}
footer .f_inner .f_copy {
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  footer .f_inner .f_copy {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=ms_style.css.map */