.header {
  background-color: #f5f5e1;
  border-radius: 0 0 80px 80px;
  padding: 70px 0 100px 0;
}
.header .header-mv {
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
}
.header .header-link {
  margin: -50px 0 0 150px;
}
.header .header-link .btn {
  display: block;
  color: #0e0e0e;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #0e0e0e;
  border-radius: 50px;
  padding: 17px 0;
  margin: auto;
  width: 100%;
  max-width: 310px;
  position: relative;
  z-index: 2;
}

.about {
  padding: 100px 0 150px 0;
  overflow: hidden;
}
.about .about-kamine-img {
  width: 100%;
  max-width: 1203px;
  margin: 0 auto 80px auto;
}
.about .about-shaun-img {
  width: 100%;
  max-width: 1197px;
  margin: 0 auto;
}
.about .about-link {
  width: 100%;
  max-width: 1200px;
  margin: -40px auto;
}
.about .about-link .btn {
  display: block;
  color: #0e0e0e;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #0e0e0e;
  border-radius: 50px;
  padding: 17px 0;
  width: 100%;
  max-width: 310px;
  position: relative;
  z-index: 2;
}

.voice {
  padding: 70px 0 100px 0;
  background-color: #f5f5e1;
  border-radius: 30px;
}
.voice .voice-img {
  width: 100%;
  max-width: 1056px;
  margin: 0 auto 60px auto;
}
.voice .voice-link .btn {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-color: #0e0e0e;
  border-radius: 50px;
  padding: 17px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 310px;
}

.line {
  padding: 70px 0;
}
.line .line-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.line .line-flex .line-img {
  width: 100%;
  max-width: 461px;
}
.line .line-flex .line-link .btn {
  display: block;
  color: #06c755;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #06c755;
  border-radius: 50px;
  padding: 17px 50px;
}

.footer {
  background-color: #f5f5f5;
  padding: 100px 0 20px 0;
}
.footer .fotter-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 70px auto;
}
.footer .fotter-top-flex .flex-left .footer-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 50px;
}
.footer .fotter-top-flex .flex-left .footer-link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .fotter-top-flex .flex-left .footer-link-flex .footer-link .btn {
  display: block;
  color: #4b4b4b;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #4b4b4b;
  border-radius: 50px;
  padding: 17px 50px;
}
.footer .fotter-top-flex .flex-left .footer-link-flex .sns-link {
  width: 100%;
  max-width: 26px;
}
.footer .fotter-top-flex .flex-left .footer-link-flex .sns-1 {
  margin-left: 20px;
}
.footer .footer-right .contact-p {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .footer-right .footer-contact-img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
}
.footer .footer-right .contact-access, .footer .footer-right .contact-time {
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.footer .footer-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #0e0e0e;
  padding: 20px 0 0 0;
  padding-left: 30px;
  padding-right: 30px;
}
.footer .footer-bottom-flex .footer-link .btn {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  margin-right: 30px;
}
.footer .footer-bottom-flex .copyright {
  color: #000;
  font-size: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1240px) {
  .header {
    padding-bottom: 70px;
  }
  .header .header-mv {
    padding: 0 50px;
  }
  .header .header-link .btn {
    max-width: 246px;
    padding: 15px 0;
    margin-top: 15px;
  }
  .about .about-kamine-img {
    padding: 0 50px;
  }
  .about .about-shaun-img {
    padding: 0 50px;
  }
  .about .about-link {
    margin-left: 50px;
    margin-top: -10px;
  }
  .about .about-link .btn {
    max-width: 246px;
    padding: 15px 0;
    margin-top: -10px;
  }
  .voice .voice-img {
    padding: 0 50px;
  }
  .line {
    padding: 70px 50px;
  }
  .line .line-flex {
    display: block;
  }
  .line .line-flex .line-img {
    max-width: 600px;
    margin: 0 auto 30px auto;
  }
  .line .line-flex .line-link {
    max-width: 600px;
    margin: 0 auto;
  }
  .footer .fotter-top-flex {
    padding: 0 50px;
  }
  .footer .fotter-top-flex .flex-left .footer-link-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 250px;
  }
  .footer .footer-bottom-flex {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    border-radius: 0 0 40px 40px;
    padding: 20px 0 80px 0;
  }
  .header .header-mv {
    max-width: 359px;
    margin-bottom: 35px;
    padding: 0;
  }
  .header .header-link {
    margin: 0 auto;
  }
  .header .header-link .btn {
    max-width: 320px;
  }
  .about {
    padding: 80px 0 50px 0;
  }
  .about .about-kamine-img {
    max-width: 328px;
    margin: 0 auto 80px auto;
    padding: 0;
  }
  .about .about-shaun-img {
    max-width: 328px;
    margin: 0 auto 60px auto;
    padding: 0;
  }
  .about .about-link {
    margin-left: 0;
  }
  .about .about-link .btn {
    margin: 0 auto 130px auto;
    max-width: 320px;
  }
  .voice {
    padding: 70px 0 70px 0;
    border-radius: 20px;
  }
  .voice .voice-img {
    width: 100%;
    max-width: 367px;
    padding: 0;
  }
  .line {
    padding: 60px 0;
  }
  .line .line-flex {
    display: block;
  }
  .line .line-flex .line-img {
    width: 100%;
    max-width: 314px;
    margin: 0 auto 30px auto;
    padding: 0;
  }
  .line .line-flex .line-link .btn {
    padding: 15px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .footer {
    background-color: #f5f5f5;
    padding: 70px 0 20px 0;
  }
  .footer .fotter-top-flex {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    padding: 0;
  }
  .footer .fotter-top-flex .flex-left .footer-logo {
    width: 100%;
    max-width: 228px;
    margin: 0 auto 70px auto;
  }
  .footer .fotter-top-flex .flex-left .footer-link-flex {
    display: block;
    margin: 0 auto 60px auto;
    max-width: 320px;
  }
  .footer .fotter-top-flex .flex-left .footer-link-flex .footer-link .btn {
    display: block;
    color: #4b4b4b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #4b4b4b;
    border-radius: 50px;
    padding: 17px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 25px auto;
  }
  .footer .fotter-top-flex .flex-left .sns-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .footer .fotter-top-flex .flex-left .sns-wr .sns-link {
    width: 100%;
    max-width: 30px;
  }
  .footer .footer-right {
    margin-bottom: 40px;
  }
  .footer .footer-right .contact-p {
    text-align: center;
  }
  .footer .footer-right .footer-contact-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px auto;
  }
  .footer .footer-right .contact-access, .footer .footer-right .contact-time {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .footer-bottom-flex {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    border-top: 1px solid #0e0e0e;
    padding: 30px 0 0 0;
  }
  .footer .footer-bottom-flex .footer-link {
    margin-bottom: 50px;
  }
  .footer .footer-bottom-flex .footer-link .btn {
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .footer .footer-bottom-flex .copyright {
    text-align: center;
    margin-bottom: 20px;
  }
}