html {
  scroll-behavior: smooth;
}

body {
  display: none;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  max-width: 1440px;
  margin: auto;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  color: #000;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.5;
  }
}
.flex {
  display: flex;
}

.mv {
  background-image: url(./img/back.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 7%;
}
.mv .mv-txt-pc {
  max-width: 80%;
  margin: auto;
}

.step1 img {
  margin: auto;
}
.step1 .txt1 {
  max-width: 697px;
  margin: auto;
}
.step1 .img1 {
  max-width: 557px;
  margin: auto;
}
.step1 .txt2 {
  max-width: 952px;
}
.step1 .txt3 {
  margin: 50px auto 70px;
}

.step2 {
  background-image: url(./img/back.png);
  background-size: contain;
  background-repeat: repeat;
  padding-bottom: 7%;
}
.step2 img {
  margin: auto;
}
.step2 .txt1 {
  max-width: 1126px;
  margin: 0 auto 40px;
}
.step2 .img1 {
  max-width: 980px;
  margin: 0 auto 50px;
}
.step2 .txt2 {
  max-width: 1116px;
  margin: 30px auto 40px;
}
.step2 .txt3 {
  max-width: 1096px;
  margin: 40px auto;
}
.step2 .txt4 {
  max-width: 1096px;
  margin: 40px auto;
}

.step3 {
  background-image: url(./img/back.png);
  background-size: contain;
  background-repeat: repeat;
  padding-bottom: 7%;
}
.step3 img {
  margin: auto;
}
.step3 .txt1 {
  max-width: 919px;
}
.step3 .img1 {
  max-width: 980px;
}
.step3 .txt2 {
  max-width: 952px;
}
.step3 .txt3 {
  max-width: 1145px;
}
.step3 .img2 {
  max-width: 616px;
}

.step4 img {
  margin: auto;
}
.step4 .txt1 {
  max-width: 952px;
  margin: 40px auto;
}

.ttl {
  display: block;
  margin-bottom: 70px !important;
}

.block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px;
}

.block2 {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .ttl {
    margin-bottom: 30px !important;
  }
  .block2 {
    padding: 0;
  }
  .block2 .txt1 {
    padding: 0 20px;
  }
  .block2 .img1 {
    padding: 0 20px;
  }
  .step1 .txt1 {
    max-width: 80%;
  }
  .step3 {
    margin-bottom: 50px;
  }
}
footer {
  margin-top: 200px;
  background-color: #fafafa;
}
footer .footer-inner {
  max-width: 800px;
  margin: auto;
  padding: 70px 0;
}
footer .footer-inner .footer-nav {
  align-items: center;
  justify-content: space-between;
}
footer .footer-inner .footer-nav .logo {
  max-width: 300px;
}
footer .footer-inner .footer-nav ul {
  padding: 20px 40px;
  border: #777777 1px solid;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  flex-direction: column;
  gap: 10px;
}
footer .footer-inner .footer-nav ul li {
  gap: 14px;
}
footer .footer-inner .footer-nav2 {
  max-width: 400px;
  margin: 60px auto;
}
footer .footer-inner .footer-nav2 ul {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
footer .footer-inner .footer-nav2 ul li {
  padding-right: 10px;
  border-right: #c5c5c5 1px solid;
}
footer .footer-inner .footer-nav2 ul li:nth-child(4), footer .footer-inner .footer-nav2 ul li:nth-child(6) {
  padding-right: 0;
  border-right: unset;
}
footer .footer-inner .no {
  text-align: center;
}
footer .cr {
  background-color: #cf000d;
  color: #fff;
  text-align: center;
  padding: 30px;
  font-size: 13px;
}

@media (max-width: 1050px) {
  footer .footer-inner .footer-nav {
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-inner .footer-nav ul {
    gap: unset;
    padding: 20px 40px 10px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    max-width: clamp(300px, 66.6vw, 700px);
    margin: 20px auto 0;
  }
  footer .footer-inner .footer-nav ul li {
    flex-direction: column;
    gap: unset;
    align-items: center;
  }
  footer .footer-inner .footer-nav ul li a {
    display: block;
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-nav2 {
    flex-direction: column;
  }
}/*# sourceMappingURL=culture.css.map */