@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
html, body,
html {
  touch-action: manipulation;
}

body {
  margin: 0;
  padding: 0;
}

#wrap {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
#wrap div, #wrap span, #wrap iframe, #wrap h1, #wrap h2, #wrap h3, #wrap h4, #wrap h5, #wrap h6, #wrap p, #wrap img, #wrap small, #wrap strong, #wrap b, #wrap dl, #wrap dt, #wrap dd, #wrap ol, #wrap ul, #wrap li, #wrap form, #wrap label, #wrap legend, #wrap table, #wrap tbody, #wrap tfoot, #wrap thead, #wrap tr, #wrap th, #wrap td, #wrap footer, #wrap header, #wrap menu, #wrap nav, #wrap section, #wrap video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}
#wrap ul li {
  list-style: none;
}
#wrap a {
  margin: 0;
  padding: 0;
  color: #141414;
  text-decoration: none;
  vertical-align: baseline;
}
#wrap a:hover {
  opacity: 0.7;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
#wrap {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", sans-serif;
  color: #141414;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #wrap {
    font-size: 2.1333333333vw;
  }
}
#wrap * {
  box-sizing: border-box;
}

#wrap {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
}
#wrap img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 750px) {
  #wrap {
    max-width: initial;
    width: 100%;
  }
}
#wrap .offer_btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #wrap .offer_btn_wrap {
    width: 88vw;
  }
}
#wrap .offer_btn {
  display: block;
  width: 316px;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  #wrap .offer_btn {
    width: 42.1333333333vw;
    filter: drop-shadow(0.8vw 0.8vw 0.8vw rgba(0, 0, 0, 0.2));
  }
}
#wrap .mv_area {
  position: relative;
  background: url("../images/mv_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 1364px;
}
@media screen and (max-width: 750px) {
  #wrap .mv_area {
    height: 181.8666666667vw;
  }
}
#wrap .mv_area .mv_logo {
  position: absolute;
  top: 0;
  left: 34px;
  width: 200px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 750px) {
  #wrap .mv_area .mv_logo {
    left: 4.5333333333vw;
    width: 26.6666666667vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1));
  }
}
#wrap .anxiety_area {
  background: url("../images/anxiety_bg.jpg?2603") no-repeat top center;
  background-size: 100% auto;
  height: 1358px;
}
@media screen and (max-width: 750px) {
  #wrap .anxiety_area {
    height: 181.0666666667vw;
  }
}
#wrap .safety_area {
  background: url("../images/safety_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 1066px;
}
@media screen and (max-width: 750px) {
  #wrap .safety_area {
    height: 142.1333333333vw;
  }
}
#wrap .peace_area .peace01_area {
  position: relative;
  background: url("../images/peace01_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 1305px;
}
@media screen and (max-width: 750px) {
  #wrap .peace_area .peace01_area {
    height: 174vw;
  }
}
#wrap .peace_area .peace02_area {
  position: relative;
  background: url("../images/peace02_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 1274px;
}
@media screen and (max-width: 750px) {
  #wrap .peace_area .peace02_area {
    height: 169.8666666667vw;
  }
}
#wrap .peace_area .peace03_area {
  position: relative;
  background: url("../images/peace03_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 1674px;
}
@media screen and (max-width: 750px) {
  #wrap .peace_area .peace03_area {
    height: 223.2vw;
  }
}
#wrap .flow_area {
  position: relative;
  background: url("../images/flow_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 1190px;
}
@media screen and (max-width: 750px) {
  #wrap .flow_area {
    height: 158.6666666667vw;
  }
}
#wrap .flow_area .flow_lead {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 1080px;
}
@media screen and (max-width: 750px) {
  #wrap .flow_area .flow_lead {
    top: 144vw;
  }
}
#wrap .accessible_area {
  background: url("../images/accessible_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 1777px;
}
@media screen and (max-width: 750px) {
  #wrap .accessible_area {
    height: 236.9333333333vw;
  }
}
#wrap .accessible_area .offer_btn_wrap {
  margin-top: 62px;
}
@media screen and (max-width: 750px) {
  #wrap .accessible_area .offer_btn_wrap {
    margin-top: 8.2666666667vw;
  }
}
#wrap .about_area {
  background: url("../images/about_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 940px;
}
@media screen and (max-width: 750px) {
  #wrap .about_area {
    height: 125.3333333333vw;
  }
}
#wrap .fixed_area {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  #wrap .fixed_area {
    width: 100vw;
  }
}
#wrap .fixed_area .fixed_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 750px) {
  #wrap .fixed_area .fixed_wrap {
    height: 21.3333333333vw;
  }
}
#wrap .fixed_area .fixed_btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 660px;
}
@media screen and (max-width: 750px) {
  #wrap .fixed_area .fixed_btn_wrap {
    width: 88vw;
  }
}
#wrap .fixed_area .fixed_btn {
  display: block;
  width: 316px;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  #wrap .fixed_area .fixed_btn {
    width: 42.1333333333vw;
    filter: drop-shadow(0.8vw 0.8vw 0.8vw rgba(0, 0, 0, 0.2));
  }
}

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