:root {
  --yellow: #ffd400;
  --red: #ef1118;
  --cream: #f8f2e8;
  --ink: #080808;
  --gray: #858585;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #e9e9e9;
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6;
}
img {
  display: block;
  max-width: 100%;
}
.site-shell {
  width: min(100%, 750px);
  /* width: 375px; */
  margin: auto;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 24px #0001;
}
.brand {
  height: 34px;
  padding: 6px 21px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: #fff;
}

.fv {
  margin-top: -16px;
}

.fv__img img {
  width: 100%;
  height: 100%;
}
.hero {
  position: relative;
  min-height: 575px;
  color: #fff;
  background: url("../assets/images/hero-worker.jpg") center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -150px 100px -55px rgba(0, 0, 0, 0.9);
}
.hero__copy {
  position: relative;
  padding: 12px 0 0 23px;
  color: #000;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    -3px 0 0 #fff,
    3px 0 0 #fff,
    0 -3px 0 #fff,
    0 3px 0 #fff,
    0 0 4px rgba(255, 255, 255, 0.3),
    0 3px 2px rgba(0, 0, 0, 0.45);
  filter:
    drop-shadow(0 0 3px rgba(255, 255, 255, 1))
    drop-shadow(0 0 7px rgba(255, 255, 255, 1))
    drop-shadow(0 0 12px rgba(255, 255, 255, 1))
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 26px rgba(255, 255, 255, 0.9));
}
.hero__area {
  margin: 0 0 12px;
  font-size: 27px;
}
.hero h1 {
  display: flex;
  align-items: center;
  margin: 0;
  height: 88px;
}
.hero__time {
  position: relative;
  display: inline-flex;
  align-items: center;
  isolation: isolate;
}
.hero__time::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -21px;
  width: 107%;
  aspect-ratio: 1483 / 283;
  background: url("../assets/images/hero-time-brush.png") center/100% 100%
    no-repeat;
  content: "";
  transform: translateX(-50%);
  transform-origin: center;
}
.hero h1 strong {
  font-size: 91px;
  line-height: 0.8;
  color: var(--red);
}
.hero h1 em {
  font-size: 52px;
  color: var(--red);
}
.hero__small {
  font-size: 22px;
  line-height: 1.15;
  margin-right: 5px;
}
.hero__rush {
  margin: 10px 0 0;
  font-size: 48px;
  letter-spacing: -0.08em;
}
.hero__lead {
  position: absolute;
  left: 24px;
  bottom: 147px;
  margin: 0;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  color: #000;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    -3px 0 0 #fff,
    3px 0 0 #fff,
    0 -3px 0 #fff,
    0 3px 0 #fff,
    0 0 4px rgba(255, 255, 255, 0.3),
    0 3px 2px rgba(0, 0, 0, 0.45);
  filter:
    drop-shadow(0 0 3px rgba(255, 255, 255, 1))
    drop-shadow(0 0 7px rgba(255, 255, 255, 1))
    drop-shadow(0 0 12px rgba(255, 255, 255, 1))
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 26px rgba(255, 255, 255, 0.9));
}
.hero__lead strong {
  color: var(--red);
  font-size: 30px;
}
.achievements {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  left: 8px;
  right: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 2px;
  text-align: center;
}
.achievements img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.hero__hornets {
  position: absolute;
  z-index: 30;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero__hornets img {
  position: absolute;
  height: auto;
  transform-origin: center;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25));
}
.hero__hornets img:nth-child(1) {
  top: 3%;
  right: 1%;
  width: 19%;
  transform: rotate(13deg);
}
.hero__hornets img:nth-child(2) {
  top: 43%;
  left: -8%;
  width: 23%;
  transform: scaleX(-1) rotate(9deg);
  filter: blur(0.4px) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.28));
}
.hero__hornets img:nth-child(3) {
  top: 55%;
  right: -13%;
  width: 31%;
  transform: rotate(-17deg);
  filter: blur(3px);
  opacity: 0.88;
}
.hero__hornets img:nth-child(4) {
  bottom: 24%;
  left: 15%;
  width: 12%;
  transform: scaleX(-1) rotate(-22deg);
  filter: blur(1.2px);
  opacity: 0.9;
}
.hero__hornets img:nth-child(5) {
  right: 17%;
  bottom: 17%;
  width: 16%;
  transform: rotate(24deg);
  filter: blur(0.6px) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}
.hero__hornets img:nth-child(6) {
  right: -16%;
  bottom: -4%;
  width: 38%;
  transform: scaleX(-1) rotate(7deg);
  filter: blur(4.5px);
  opacity: 0.76;
}
.section-pad {
  padding: 55px 20px;
}
.dispatch {
  padding: 22px 20px;
  background: var(--cream);
  text-align: center;
  font-size: 16px;
}
.dispatch h2 {
  position: relative;
  left: -12%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 128.91%;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 8px;
}
.dispatch__heading-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dispatch__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 0.68em;
  line-height: 1;
  transform: rotate(-3deg);
  transform-origin: center;
}
.dispatch__eyebrow::before,
.dispatch__eyebrow::after {
  font-size: 24px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}
.dispatch__eyebrow::before {
  content: "\\";
}
.dispatch__eyebrow::after {
  content: "/";
}
.dispatch__staff-line {
  display: block;
  white-space: nowrap;
}
.dispatch h2 .dispatch__staff-icon {
  width: 40vw;
  max-width: 300px;
  height: auto;
  margin: 0 -15px 0 0;
  flex: 0 0 auto;
}
.dispatch .dispatch__map {
  display: block;
  width: calc(100% + 40px);
  max-width: none;
  margin: -20px -20px -72px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 12%,
    #000 78%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 12%,
    #000 78%,
    transparent 100%
  );
}
.dispatch > p {
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 800;
}
.dispatch > p strong {
  position: relative;
  isolation: isolate;
  display: inline-block;
  font-size: 31px;
  color: var(--red);
  text-decoration: none;
}
.dispatch > p strong::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -8%;
  bottom: -0.18em;
  width: 116%;
  height: 0.42em;
  background: url("../assets/images/double-underline-accent-cropped.png")
    center/100% 100% no-repeat;
}
.call-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 12px 6px;
  border-radius: 9px;
  background: var(--yellow);
  color: #000;
  text-decoration: none;
  font-weight: 800;
}
.call-card > span {
  font-size: 17px;
}
.call-card > strong {
  width: 90%;
  margin: 4px;
  background: #fff;
  border-radius: 7px;
  color: var(--red);
  font-size: 30px;
  line-height: 1.45;
}
.phone-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.18em;
}
.phone-number img {
  width: 0.9em;
  height: 0.9em;
  margin: 0;
  object-fit: contain;
  flex: 0 0 auto;
}
.call-card small {
  font-size: 10px;
}
.danger {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.danger::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 42%;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(circle at 50% 62%, #fff 0 20%, transparent 21%),
    repeating-conic-gradient(
      from 0deg at 50% 62%,
      #fff 0deg 8deg,
      #f3f3f3 9deg 12deg
    );
}
.danger > * {
  position: relative;
  z-index: 1;
}
.danger h2 {
  margin: 0 0 22px;
  font-size: 24px;
}
.danger h2 span,
.section-title em {
  color: var(--yellow);
  font-style: normal;
}
.danger__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.danger__cards article {
  padding: 15px 15px 6px;
  background: #fff;
  box-shadow: 0 3px 12px #0002;
}
.danger__cards img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
}
.danger__cards h3 {
  font-size: 16px;
  line-height: 1.5;
}
.warning {
  position: relative;
  min-height: 190px;
  margin-top: 35px;
  padding: 18px 38px 34px;
  overflow: hidden;
}
.warning b {
  position: relative;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--yellow);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  padding-top: 8px;
}
.warning p {
  position: relative;
  z-index: 2;
  font-weight: 800;
}
.warning strong {
  font-size: 31px;
  color: var(--red);
}
.warning__hornets {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
.warning__hornets img {
  position: absolute;
  height: auto;
  transform-origin: center;
}
.warning__hornets img:nth-child(1) {
  top: 2%;
  left: 1%;
  width: 22%;
  transform: scaleX(-1) rotate(-10deg);
}
.warning__hornets img:nth-child(2) {
  top: 4%;
  right: 16%;
  width: 12%;
  transform: rotate(18deg);
  filter: blur(3px);
  opacity: 0.72;
}
.warning__hornets img:nth-child(3) {
  top: 31%;
  right: 1%;
  width: 24%;
  transform: scaleX(-1) rotate(8deg);
}
.warning__hornets img:nth-child(4) {
  bottom: 1%;
  left: 10%;
  width: 15%;
  transform: rotate(22deg);
  filter: blur(3.2px);
  opacity: 0.68;
}
.warning__hornets img:nth-child(5) {
  right: 7%;
  bottom: 1%;
  width: 18%;
  transform: scaleX(-1) rotate(-18deg);
}
.reasons,
.flow {
  background: var(--cream);
}
.section-title {
  text-align: center;
  margin-bottom: 34px;
}
.section-title span {
  color: var(--gray);
  font-family: "Jost", Futura, "Futura PT", "Century Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.section-title h2 {
  margin: 3px 0;
  font-size: 27px;
  line-height: 1.35;
}
.reason-list {
  display: grid;
  gap: 26px;
}
.reason {
  position: relative;
  padding: 34px 22px 22px;
  border-radius: 6px;
  background: #fff;
}
.reason i {
  position: absolute;
  top: -22px;
  left: calc(50% - 22px);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--yellow);
  color: #fff;
  font-size: 20px;
  font-style: normal;
}
.reason h3 {
  text-align: center;
  font-size: 22px;
}
.reason p {
  font-size: 15px;
}
.reason img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}
.price {
  background-color: #fff;
  background-image:
    linear-gradient(#eee 1px, transparent 1px),
    linear-gradient(90deg, #eee 1px, transparent 1px);
  background-size: 24px 24px;
  text-align: center;
}
.price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 10px;
  background: #fff;
  box-shadow: 0 3px 12px #0002;
}
.price-box b {
  background: var(--yellow);
  padding: 5px 12px;
}
.price-box strong {
  font-size: 39px;
  color: var(--red);
  line-height: 1;
}
.price-box span {
  font-weight: 800;
}
.price > p {
  font-size: 14px;
  font-weight: 700;
}
.flow-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow-list li {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 98px;
  padding: 15px;
  border-radius: 6px;
  background: #fff;
}
.flow-list li > span {
  position: absolute;
  top: -15px;
  left: 14px;
  color: #eabf00;
  font-family: "Jost", Futura, "Futura PT", "Century Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.flow-list img {
  width: 90px;
  height: 68px;
  object-fit: cover;
}
.flow-list h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}
.flow-list p {
  margin: 5px 0 0;
  font-size: 10px;
  line-height: 1.4;
}
.faq dl {
  display: grid;
  gap: 16px;
  margin: 0;
}
.faq dl > div {
  background: var(--cream);
}
.faq dt {
  padding: 10px 12px;
  background: var(--yellow);
  font-size: 15px;
  font-weight: 700;
}
.faq dt span {
  margin-right: 10px;
  font-family: "Jost", Futura, "Futura PT", "Century Gothic", sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.faq dd {
  margin: 0;
  padding: 13px;
  font-size: 14px;
}
.final-cta {
  position: relative;
  height: 550px;
  color: #fff;
  background: #111;
}
.final-cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.63);
}
.final-cta__copy {
  position: absolute;
  inset: 35px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  text-shadow: 0 2px 7px #000;
}
.final-cta h2,
.final-cta p {
  font-size: 26px;
  font-weight: 900;
}
.final-cta em {
  color: #ffc400;
  font-style: normal;
  font-size: 35px;
}
.final-cta strong {
  color: var(--red);
  font-size: 36px;
}
.sticky-call {
  position: fixed;
  z-index: 10;
  left: 50%;
  width: 262px;
  transform: translateX(-50%);
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--yellow);
  color: #000;
  text-decoration: none;
  box-shadow: 0 4px 18px #0005;
}
.sticky-call span {
  font-size: 11px;
  font-weight: 800;
}
.sticky-call strong {
  color: var(--red);
  font-size: 18px;
}
@media (min-width: 751px) {
  .brand {
    height: 50px;
    padding: 10px 28px;
    font-size: 18px;
  }
  .hero {
    min-height: 830px;
  }
  .hero__copy {
    padding: 25px 0 0 45px;
  }
  .hero__area {
    font-size: 39px;
  }
  .hero h1 {
    height: 130px;
  }
  .hero h1 strong {
    font-size: 136px;
  }
  .hero h1 em {
    font-size: 74px;
  }
  .hero__small {
    font-size: 34px;
  }
  .hero__rush {
    font-size: 70px;
  }
  .hero__lead {
    bottom: 210px;
    font-size: 34px;
  }
  .hero__lead strong {
    font-size: 44px;
  }
  .achievements {
    bottom: 20px;
  }
  .achievements span {
    font-size: 18px;
  }
  .achievements strong {
    font-size: 58px;
  }
  .achievements small {
    font-size: 20px;
  }
  .section-pad {
    padding: 82px 40px;
  }
  .dispatch {
    padding: 32px 40px;
  }
  .dispatch .dispatch__map {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-left: -40px;
  }
  .section-title h2 {
    font-size: 39px;
  }
  .reason-list {
    gap: 40px;
  }
  .reason {
    padding: 52px 42px 35px;
  }
  .reason h3 {
    font-size: 31px;
  }
  .reason p {
    font-size: 21px;
  }
  .flow-list li {
    grid-template-columns: 180px 1fr;
    min-height: 160px;
  }
  .flow-list img {
    width: 180px;
    height: 112px;
  }
  .flow-list h3 {
    font-size: 25px;
  }
  .flow-list p {
    font-size: 15px;
  }
  .faq dt {
    font-size: 24px;
  }
  .faq dd {
    font-size: 21px;
  }
  .final-cta {
    height: 800px;
  }
}
