@charset "UTF-8";
　 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

head {
  font-family: Hiragino Kaku Gothic ProN　;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 34px;
  padding-bottom: 16px;
  padding-left: 186px;
  padding-right: 186px;
}
header .header-logo img {
  width: 320px;
  height: auto;
}
header nav {
  font-family: HiraKakuProN-;
}
header nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
}
header nav ul li {
  font-size: 18px;
  color: #212121;
}

.nav-unshown {
  display: none;
}

.nav-open {
  display: none;
}

main {
  width: 100%;
  background-image: url("images/mv.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 97px;
  padding-left: 257px;
  padding-right: 374px;
  color: white;
}
main .main-copy {
  font-size: 70px;
  margin-bottom: 45px;
  font-family: HiraKakuProN;
  font-weight: normal;
}
main p {
  font-size: 24px;
}
main .cta-primary {
  font-size: 24px;
  display: inline-block;
  text-decoration: none;
  margin-top: 90px;
  color: white;
  transition: background-color 3s;
}
main .cta-primary:hover {
  color: lightblue;
}

.service {
  margin-top: 50px;
}
.service .section-title {
  font-family: HiraKakuProN;
  font-size: 24px;
  color: #011d0e;
  text-align: center;
}
.service .section-title .en-title {
  display: block;
  font-size: 14px;
  color: #0071bc;
  margin-top: 10px;
}
.service .service-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 40px;
  margin-left: 183px;
  margin-right: 183px;
}
.service .service-wrapper .service-item {
  width: 30%;
  padding: 20px;
  border: solid 2px #43bcff;
}
.service .service-wrapper .service-item h3 {
  font-size: 18px;
  color: #082234;
}
.service .service-wrapper .service-item p {
  font-size: 14px;
  color: #082234;
}

.voice {
  margin-top: 50px;
  background-color: #f0f0f0;
  padding-top: 65px;
  padding-bottom: 102px;
}
.voice .section-title {
  font-family: HiraKakuProN;
  font-size: 24px;
  color: #011d0e;
  text-align: center;
}
.voice .section-title .en-title {
  display: block;
  font-size: 14px;
  color: #0071bc;
  margin-top: 10px;
}
.voice .voice-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 60px;
  padding-left: 200px;
  padding-right: 200px;
}
.voice .voice-wrapper .voice-item img {
  width: 310px;
  height: auto;
  display: block;
}
.voice .voice-wrapper .voice-item h3 {
  font-size: 16px;
  color: #011d0e;
}
.voice .voice-wrapper .voice-item p {
  font-size: 14px;
  color: #011d0e;
}

.footer-cta-section {
  width: 100%;
  background-image: url("images/bg_footer.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.footer-cta-section .footer-cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 186px;
}
.footer-cta-section .footer-cta-wrapper .address-container {
  display: flex;
  gap: 40px;
}
.footer-cta-section .footer-cta-wrapper .address-container .address-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-cta-section .footer-cta-wrapper .address-container .address-item h3 {
  font-family: HiraKakuProN;
  font-size: 16px;
  color: #011d0e;
  width: 135px;
  height: 37px;
  font-weight: normal;
  border-radius: 19px;
  border: 2px solid #0071bc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.footer-cta-section .footer-cta-wrapper .address-container .address-item .telephone {
  font-size: 30px;
  color: #011d0e;
  margin: 0;
}
.footer-cta-section .footer-cta-wrapper .address-container .address-item .address {
  font-size: 16px;
  color: #011d0e;
  margin: 0;
}
.footer-cta-section .footer-cta-wrapper .contact-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer-cta-section .footer-cta-wrapper .contact-container .consultation {
  font-family: HiraKakuProN;
  font-size: 18px;
  color: #011d0e;
}
.footer-cta-section .footer-cta-wrapper .contact-container .inquiry {
  border: 2px solid #0071bc;
  width: 350px;
  height: 78px;
}
.footer-cta-section .footer-cta-wrapper .contact-container .inquiry a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: HiraKakuProN;
  font-size: 24px;
  color: #011d0e;
  text-align: center;
  text-decoration: none;
  transition: background-color 3s;
}
.footer-cta-section .footer-cta-wrapper .contact-container .inquiry a:hover {
  color: #0071bc;
}

.footer {
  background-color: #1b5d88;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 184px;
  padding-right: 184px;
}
.footer .copyright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Hira Kaku Pro N";
  font-size: 14px;
  color: #fefefe;
}
.footer .copyright span {
  font-size: 22px;
  letter-spacing: 2px;
  color: #fefefe;
  font-weight: bold;
  font-family: "Kaisho MC BK1 Pro";
}

@media screen and (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  }
  html, body {
    overflow-x: hidden;
  }
  .footer {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #1b5d88;
  }
  header {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .header-logo img {
    width: 200px;
  }
  header .nav-open {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 100;
  }
  header .nav-open span,
  header .nav-open span::before,
  header .nav-open span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333333;
    transition: all 0.3s;
  }
  header .nav-open span {
    top: 10px;
  }
  header .nav-open span::before {
    top: -10px;
  }
  header .nav-open span::after {
    top: 10px;
  }
  header .nav-content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: rgba(27, 93, 136, 0.95);
    padding-top: 100px;
    transition: all 0.3s;
    z-index: 99;
  }
  header .nav-content ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  header .nav-content ul li {
    font-size: 20px;
    color: #ffffff;
  }
  header #nav-input:checked ~ .nav-open span {
    background-color: transparent;
  }
  header #nav-input:checked ~ .nav-open span::before {
    transform: rotate(45deg);
    top: 0;
  }
  header #nav-input:checked ~ .nav-open span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  header #nav-input:checked ~ .nav-content {
    right: 0;
  }
  main {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  main .main-copy {
    font-size: 40px;
  }
  main p {
    font-size: 16px;
  }
  main .cta-primary {
    margin-top: 40px;
    font-size: 16px;
  }
  .service {
    padding: 0 20px;
  }
  .service .service-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    gap: 24px;
  }
  .service .service-wrapper .service-item {
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 24px;
    border: solid 1px #43bcff;
    border-radius: 12px;
    background-color: #f9fbfd;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  }
  .service .service-wrapper .service-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .service .service-wrapper .service-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
  }
  .voice {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .voice .voice-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    gap: 30px;
  }
  .voice .voice-wrapper .voice-item {
    width: 100%;
    max-width: 300px;
    background-color: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
  }
  .voice .voice-wrapper .voice-item img {
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 auto 16px;
    border-radius: 8px;
  }
  .voice .voice-wrapper .voice-item h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .voice .voice-wrapper .voice-item p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .footer-cta-section {
    padding: 40px 20px;
  }
  .footer-cta-section .footer-cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .footer-cta-section .footer-cta-wrapper .address-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-cta-section .contact-container {
    align-items: center;
    max-width: 340px;
  }
  .footer-cta-section .contact-container .inquiry {
    width: 100%;
    max-width: 340px;
  }
}/*# sourceMappingURL=style.css.map */