@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("/assets/fonts/NotoSansJP/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("/assets/fonts/NotoSansJP/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("/assets/fonts/NotoSansJP/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("/assets/fonts/NotoSansJP/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("/assets/fonts/NotoSansJP/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("/assets/fonts/NotoSansJP/NotoSansJP-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("/assets/fonts/NotoSansJP/NotoSansJP-Black.ttf") format("truetype");
}

.l-main {
  --color-orange: #eb5100;
  
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
}

.l-main .u-d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .l-main .u-d-md-none {
    display: none !important;
  }

  .l-main .u-d-md-block {
    display: block !important;
  }
}

.l-main a {
  color: currentColor;
  text-decoration: none;
}

.l-main ol,
.l-main ul {
  list-style: none;
}

.l-container {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .l-container {
    width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
}

.p-kv {
  color: #fff;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .p-kv {
    height: 428px;
  }
}

.p-top-message {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .p-top-message {
    padding: 80px 0;
  }
}

.p-top-message .ttl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.4;
  color: var(--color-orange);
}

.p-top-message .ttl + .lead,
.p-top-message .ttl + .txt {
  margin: 25px 0 0;
}

@media (min-width: 768px) {
  .p-top-message .ttl {
    font-size: 34px;
  }
}

.p-top-message .lead {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.p-top-message .txt {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.p-top-message .lead .strong {
  font-weight: 700;
  color: var(--color-orange)
}

.p-top-message .txt .strong {
  font-weight: 700;
  color: var(--color-orange)
}

@media (min-width: 768px) {
  .p-top-message {
    padding: 70px 0;
  }

  .p-top-message .lead {
    font-size: 26px;
    line-height: 1.75;
  }

  .p-top-message .txt {
    font-size: 20px;
    line-height: 2;
  }
}

.p-contact {
  padding: 30px 0;
  background: #66b5b6;
}

@media (min-width: 768px) {
  .p-contact {
    padding: 30px 0 45px;
    margin: 0 0 25px;
  }
}

.p-contact .ttl {
  text-align: center;
}

.p-contact .ttl span {
  position: relative;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.06em;
}

.p-contact .ttl span::before,
.p-contact .ttl span::after {
  position: absolute;
  top: 10px;
  content: '';
  background: #fff;
  width: 3px;
  height: 25px;
}

.p-contact .ttl span::before {
  left: -20px;
  transform: rotate(-20deg);
}

.p-contact .ttl span::after {
  right: -20px;
  transform: rotate(20deg);
}

@media (min-width: 768px) {
  .p-contact .ttl span {
    font-size: 36px;
  }

  .p-contact .ttl span::before,
  .p-contact .ttl span::after {
    top: 10px;
    height: 35px;
    width: 3px;
  }

  .p-contact .ttl span::before {
    left: -25px;
  }

  .p-contact .ttl span::after {
    right: -25px;
  }
}

.p-contact .txt {
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .p-contact .txt {
    font-size: 22px;
    margin: 10px 0 0;
  }
}

.p-contact .btn {
  margin: 15px auto 0;
  width: 320px;
  height: 52px;
  background: #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.p-contact .btn .btn-icon {
  line-height: 0;
}

.p-contact .btn .btn-icon img {
  width: 32px;
  margin: 0;
}

.p-contact .btn .btn-txt {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #66b5b6;
}

.p-contact .btn .btn-arw {
  width: 12px;
  height: 20px;
  background: #66b5b6;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media (min-width: 768px) {
  .p-contact .btn {
    margin: 20px auto 0;
    width: 800px;
    height: 80px;
    gap: 0 30px;
    transition: opacity 0.4s ease-out;
  }

  .p-contact .btn .btn-icon img {
    width: 50px;
  }

  .p-contact .btn .btn-txt {
    font-size: 30px;
  }

  .p-contact .btn .btn-arw {
    width: 19px;
    height: 32px;
  }
}

.p-contact .btn:hover img {
  opacity: 1;
}

@media (hover: hover) {
  .p-contact .btn:hover {
    opacity: 0.5;
  }
}
