:root {
  --white: #ffffff;
  --red_01: #b7292d;
  --yellow_01: #f3eb36;
  --black_01: #171917;
  --grey_01: #555555;
  --light-grey_01: #f5f5f5;
  --blue_01: #006790;
  --light-blue_01: #d6e8ec;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  display: block;
}

.contents__inner {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contents__inner {
    width: 100%;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

header .header__inner {
  max-width: 1050px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  header .header__inner {
    max-width: 100%;
    padding: 10px;
  }
}
header .header__inner .logo {
  width: 330px;
}
@media screen and (max-width: 767px) {
  header .header__inner .logo {
    width: 160px;
  }
}
header .header__inner .header-contactBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue_01);
  width: 280px;
  height: 60px;
  border: 0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: var(--white);
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header .header__inner .header-contactBtn {
    font-size: 10px;
    width: 150px;
    height: 30px;
  }
}
header .header__inner .header-contactBtn .header-contactBtn-icon {
  width: 28px;
  height: 22px;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  header .header__inner .header-contactBtn .header-contactBtn-icon {
    width: 14px;
    height: 8px;
    margin-right: 4px;
  }
}

#mv {
  background-color: var(--light-blue_01);
  width: 100%;
  padding: 60px 0 0;
  min-height: 438px;
}
@media screen and (max-width: 767px) {
  #mv {
    padding: 40px 20px 50px;
    min-height: 485px;
  }
}
@media screen and (max-width: 479px) {
  #mv {
    padding: 40px 20px 50px;
    min-height: 450px;
  }
}
#mv .mv__inner {
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
#mv .mv__inner .ttl-lg {
  max-width: 100%;
  margin: 0 auto 30px;
}
#mv .mv__inner .mv__header {
  width: 790px;
  height: 40rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #mv .mv__inner .mv__header {
    width: 94%;
    margin: 50px auto 40px;
  }
}
#mv .mv__inner .mv__txt {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px auto 23px;
}
@media screen and (max-width: 767px) {
  #mv .mv__inner .mv__txt {
    text-align: left;
    margin: 20px auto 30px;
  }
}
#mv .mv__inner .mv__img img {
  position: absolute;
  max-width: 680px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv .mv__inner .mv__img img {
    max-width: 100%;
  }
}

#intro {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #intro {
    padding: 40px 20px 50px;
  }
}
#intro .contents__inner {
  border: 2px solid var(--green_02);
  background: url("../img/img_intro_bg.png") center center/cover no-repeat;
  padding: 100px 0 80px 0;
  display: block;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #intro .contents__inner {
    padding: 10px 8px;
  }
}
#intro .contents__inner .contents__header {
  font-size: 40px;
  font-weight: bold;
  color: var(--blue_01);
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #intro .contents__inner .contents__header {
    font-size: 24px;
  }
}
#intro .contents__inner .intro-txt {
  font-size: 18px;
  line-height: 1.8;
  padding: 0;
  margin: 0 auto 50px;
}
#intro .contents__inner .intro-txt span {
  color: var(--blue_01);
}
@media screen and (max-width: 767px) {
  #intro .contents__inner .intro-txt {
    text-align: left;
  }
}

#reason {
  background: var(--light-blue_01);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 40px 20px 50px;
  }
}
#reason .contents__inner .contents__header {
  font-size: 40px;
  font-weight: bold;
  color: var(--blue_01);
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #reason .contents__inner .contents__header {
    font-size: 24px;
  }
}
#reason .contents__inner .imge-box {
  position: relative;
  margin-top: 45px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #reason .contents__inner .imge-box {
    margin-top: 15px;
  }
}
#reason .contents__inner .imge-box .image-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #reason .contents__inner .imge-box .image-ttl {
    width: 306px;
  }
}
#contact {
  background: var(--light-grey_01);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 40px 20px 50px;
  }
}
#contact .contents__inner .contents__header {
  font-size: 40px;
  font-weight: bold;
  color: var(--blue_01);
  text-align: center;
  padding: 30px 0 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #contact .contents__inner .contents__header {
    font-size: 24px;
  }
}
#contact .contents__inner .contents__header__contact {
  font-size: 40px;
  font-weight: bold;
  color: var(--blue_01);
  text-align: center;
  padding: 20px 60px;
  background-color: var(--yellow_01);
  border-radius: 40px;
  margin: 0 auto 30px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #contact .contents__inner .contents__header__contact {
    width: 100%;
    font-size: 16px;
    padding: 20px;
  }
}

footer .footer__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 10px;
}
footer .footer__inner .footer-link {
  display: flex;
  list-style-type: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
footer .footer__inner .footer-link li {
  position: relative;
  padding: 0px 30px;
}
footer .footer__inner .footer-link li:first-child {
  border-right: 1px solid var(--text_black);
}
footer .footer__inner .footer-link li a {
  color: var(--text_black);
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .footer-link li a {
    font-size: 10px;
  }
}
footer .footer__inner .footer-logo {
  width: 440px;
  margin: 20px auto 80px;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .footer-logo {
    width: 300px;
  }
}
footer .footer__inner .copyright {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .copyright {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */