.site-footer {
  padding: 3rem 1.5rem 2rem;
  color: #fff;
  background: var(--blue);
}
.site-footer .container {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.site-footer p {
  margin: 2rem 0 0;
  font-size: 0.6875rem;
  text-align: center;
}

:root {
  --blue: #0087CF;
  --navy: #262F6E;
  --green: #88be43;
  --ink: #111827;
  --muted: #64748b;
  --pale-blue: #e6f5f9;
  --pale-green: #e6f9f4;
  --shadow: 0 20px 40px -18px rgba(15, 23, 42, .28);
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  background: #fff;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}
a:hover {
  opacity: 0.6;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

em,
address {
  font-style: normal;
}

h2 strong,
h3 strong {
  color: var(--blue);
}

.show-always {
  display: block !important;
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: inline;
  }
}

.privacy-page {
  overflow-wrap: anywhere;
  color: #545454;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.privacy-page main {
  overflow: hidden;
}
.privacy-page .privacy-header {
  padding: 4.5rem 0 4rem;
  background: linear-gradient(#fff, rgba(249, 250, 251, 0.65), #fff);
  text-align: center;
}
.privacy-page .privacy-header p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #0087CF;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.27em;
  line-height: 1.5;
  text-transform: uppercase;
}
.privacy-page .privacy-header p::before, .privacy-page .privacy-header p::after {
  width: 3rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #0087CF);
}
.privacy-page .privacy-header p::after {
  transform: rotate(180deg);
}
.privacy-page .privacy-header h1 {
  margin-top: 1.75rem;
  color: #1a1a1a;
  font-size: clamp(2rem, 4vw, 2.625rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.5;
}
.privacy-page .policy {
  width: min(100% - 3rem, 1104px);
  padding: 4.5rem 3rem 5rem;
  line-height: 1.875;
}
.privacy-page .policy-section > h2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #262F6E;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
.privacy-page .policy-section > h2::before {
  flex: 0 0 4px;
  width: 4px;
  height: 1.5rem;
  border-radius: 999px;
  content: "";
  background: linear-gradient(#0087CF, #262F6E);
}
.privacy-page .policy-section > h2 + * {
  margin-top: 1rem;
}
.privacy-page .policy-section p + p,
.privacy-page .policy-section p + ol,
.privacy-page .policy-section p + ul,
.privacy-page .policy-section h3 + p,
.privacy-page .policy-section h3 + ul,
.privacy-page .policy-section section + section {
  margin-top: 1rem;
}
.privacy-page .policy-section h3 {
  color: #333;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.75;
}
.privacy-page .policy-section ol,
.privacy-page .policy-section ul {
  margin: 0;
  padding-left: 1.6em;
}
.privacy-page .policy-section li + li {
  margin-top: 0.25rem;
}
.privacy-page .policy-section a {
  color: #0087CF;
  overflow-wrap: anywhere;
}
.privacy-page .policy-section + .policy-section {
  margin-top: 3rem;
}
.privacy-page .policy-meta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-end;
  gap: 2rem;
  margin: 3.5rem 0;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  background: var(--pale-blue);
}
.privacy-page .policy-meta .policy-mark {
  width: 4.5rem;
  height: 4.5rem;
}
.privacy-page .policy-meta dl {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
.privacy-page .policy-meta dt {
  font-size: 0.8em;
  font-weight: 500;
}
.privacy-page .policy-contact {
  margin-top: 4rem;
}
.privacy-page .policy-contact p {
  margin-top: 1em;
}
.privacy-page .contact-box {
  margin: 1.5rem 0;
  padding: 1.5rem 2rem;
  border: 2px solid #c7cacd;
  font-style: normal;
  border-radius: 1em;
}
.privacy-page .contact-box h3 {
  color: #0087CF;
}
.privacy-page .contact-box address {
  margin-top: 1em;
}
.privacy-page .info-box {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  background: var(--pale-blue);
}
.privacy-page .policy-chapter {
  margin-top: 5rem;
  padding-top: 4rem;
  border-top: 1px solid #dce3e8;
}
.privacy-page .policy-chapter > header {
  margin-bottom: 3rem;
}
.privacy-page .policy-chapter > header h2 {
  margin-bottom: 0.5em;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
}
.privacy-page .policy-chapter > .policy-section + .policy-section {
  margin-top: 3rem;
}
.privacy-page .policy-chapter--purpose > h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
}
.privacy-page .document-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  background: var(--pale-blue);
}
.privacy-page .document-meta dt {
  font-size: 0.8em;
}
@media (max-width: 800px) {
  .privacy-page .privacy-header {
    padding: 3.5rem 0 3rem;
  }
  .privacy-page .policy-meta {
    grid-template-columns: auto;
    grid-template-rows: auto minmax(0, 1fr);
    align-items: flex-start;
  }
  .privacy-page .policy-meta dl {
    justify-content: flex-start;
  }
  .privacy-page .policy {
    width: min(100% - 2rem, 1104px);
    padding: 3.5rem 0 4rem;
  }
  .privacy-page .policy-chapter > header {
    display: block;
  }
  .privacy-page .policy-chapter > header p {
    margin-top: 1rem;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .privacy-page {
    font-size: 15px;
  }
  .privacy-page .privacy-header {
    padding-block: 3rem;
  }
  .privacy-page .privacy-header p::before,
  .privacy-page .privacy-header p::after {
    width: 2rem;
  }
  .privacy-page .policy-section > h2,
  .privacy-page .policy-contact > h2 {
    align-items: flex-start;
  }
  .privacy-page .policy-section > h2::before,
  .privacy-page .policy-contact > h2::before {
    margin-top: 0.45em;
  }
  .privacy-page .policy-meta {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.25rem;
  }
  .privacy-page .policy-meta .policy-mark {
    width: 3.75rem;
    height: 3.75rem;
  }
  .privacy-page .policy-meta dl div {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .privacy-page .contact-box,
  .privacy-page .info-box {
    padding: 1.25rem;
  }
  .privacy-page .document-meta div {
    grid-template-columns: 1fr;
  }
  .privacy-page .document-meta dd {
    padding-top: 0;
  }
}

.container {
  width: min(100% - 3rem, var(--container));
  margin-inline: auto;
}

.section {
  padding-block: clamp(5rem, 8vw, 8rem);
}

.section-heading {
  margin-bottom: clamp(3rem, 6vw, 5rem);
  text-align: center;
}
.section-heading > p {
  justify-content: center;
  margin-bottom: 0.9rem;
}
.section-heading > p::before, .section-heading > p::after {
  width: 3rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--blue));
}
.section-heading > p::after {
  transform: rotate(180deg);
}
.section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 2.625rem);
  font-weight: 500;
  line-height: 1.5;
}

.eyebrow, .section-heading > p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: min(1000px, 100svh);
  place-items: center;
  overflow: hidden;
  padding: 0 0 clamp(6rem, 12vw, 12rem) 0;
  font-size: clamp(0.8rem, 1.7vw, 1.3rem);
  line-height: 2;
  text-align: center;
}
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(255, 255, 255, 0.76);
}
.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
}
.hero__media.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.hero__media.is-ended {
  top: var(--hero-media-end, 0);
  right: 0;
  bottom: auto;
  left: 0;
}
.hero__media {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 2rem;
}
.hero__merger {
  display: inline-block;
  font-size: 1.95vw;
  font-weight: 900;
  margin-bottom: 1em;
  white-space: nowrap;
}
.hero__merger span {
  margin-inline: 0.5em;
  font-weight: 300;
}
.hero__message {
  margin-top: calc(-50vh + 14.06vw);
  font-size: 1.35em;
}
.hero__message strong {
  color: var(--navy);
  font-size: 1.1em;
  font-weight: 900;
}
.hero__promise strong {
  color: var(--blue);
}
.hero hr {
  width: 7.5rem;
  height: 2px;
  margin: 0.25rem 0;
  border: 0;
  background: var(--blue);
}
.hero small {
  font-size: 0.75rem;
}
.hero .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 74vw;
  height: 100vh;
}
.hero .logo picture {
  display: block;
  width: 100%;
}
.hero .logo img {
  width: 100%;
}
.hero__content .reveal {
  transition: none;
}
.hero__content .reveal.is-visible {
  animation: hero-reveal 2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.hero__content .reveal.reveal-1 {
  animation-delay: 0s;
}
.hero__content .reveal.reveal-2 {
  animation-delay: 0.5s;
}
.hero__content .reveal.reveal-3 {
  animation-delay: 1s;
}
.hero__content .reveal.reveal-4 {
  animation-delay: 1.5s;
}
.hero__content .reveal.reveal-5 {
  animation-delay: 2s;
}
.hero__content .reveal.reveal-6 {
  animation-delay: 2.5s;
}
.hero__content .reveal.reveal-7 {
  animation-delay: 3s;
}
.hero__content .reveal.reveal-8 {
  animation-delay: 3.5s;
}
.hero__content .reveal.reveal-9 {
  animation-delay: 4s;
}
.hero__content .reveal.reveal-10 {
  animation-delay: 4.5s;
}

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.synergy {
  background: linear-gradient(#fff, rgba(249, 250, 251, 0.45), #fff);
}

.text-grad {
  color: transparent;
  background: linear-gradient(90deg, #0087CF, #262F6E);
  background-clip: text;
  -webkit-background-clip: text;
}

.declarations {
  display: grid;
  gap: 2.5rem;
}

.declaration {
  display: grid;
  grid-template-columns: minmax(18rem, 43%) 1fr;
  align-items: center;
  overflow: hidden;
  min-height: 23rem;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  background: #fff;
  box-shadow: var(--shadow);
}
.declaration:nth-child(even) {
  grid-template-columns: 1fr minmax(18rem, 43%);
}
.declaration--reverse figure {
  order: 2;
}
.declaration figure {
  position: relative;
  overflow: hidden;
  height: 23rem;
  min-height: 20rem;
}
.declaration figure img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%);
}
.declaration > div {
  padding: clamp(2rem, 5vw, 3rem);
}
.declaration h3 {
  margin: 1.25rem 0 1rem;
  font-size: clamp(1.35rem, 2.3vw, 1.75rem);
  font-weight: 900;
  line-height: 1.7;
}

.declaration .eyebrow::before, .declaration .section-heading > p::before,
.business .eyebrow::before,
.business .section-heading > p::before,
.vision .eyebrow::before,
.vision .section-heading > p::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1px;
  background: var(--blue);
}

.business {
  background: var(--pale-green);
}
.business__panel {
  display: grid;
  grid-template-columns: 48% 52%;
  width: min(100% - 3rem, 1600px);
  padding: 0;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.business__panel > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business__content {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(2rem, 6vw, 5.5rem);
}
.business figure {
  position: relative;
  display: inline-block;
}
.business figure::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 20%;
  top: 0;
  left: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #fff);
}
.business h2 {
  margin: 1rem -60% 2rem 0;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  line-height: 1.55;
}

.pdf-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 1.25rem;
  margin-top: 2rem;
}
.pdf-link > span {
  grid-row: span 2;
  margin-top: 6px;
}
.pdf-link div {
  display: grid;
}
.pdf-link small {
  color: #334155;
}
.pdf-link a {
  grid-column: 2;
  justify-self: end;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 15px;
  text-indent: 9999px;
  vertical-align: bottom;
  overflow: hidden;
}
.arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 6px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  transform-origin: top;
  transform: rotate(45deg) translateY(-50%);
}

.outbound {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  margin-bottom: 3px;
  text-indent: 9999px;
  vertical-align: middle;
  background: url(/assets/img/outbound.svg) no-repeat center;
  background-size: contain;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: var(--shadow);
}
.product-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 0.5rem;
  content: "";
  background: var(--blue);
}
.product-card--green::before {
  background: var(--green);
}
.product-card--green .text-link {
  color: var(--green);
}
.product-card--green .outbound {
  filter: brightness(0) saturate(100%) invert(69%) sepia(51%) saturate(520%) hue-rotate(44deg) brightness(92%) contrast(83%);
}
.product-card header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.product-card header img {
  width: 5.625rem;
  aspect-ratio: 1;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.25);
}
.product-card h3 {
  font-family: Roboto, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 300;
  line-height: 1.2;
}
.product-card > p {
  min-height: 8rem;
  padding-top: 1rem;
  font-size: 0.9rem;
}
.product-card span.ready {
  display: block;
  font-size: 0.8em;
  color: var(--muted);
  text-align: right;
}

.text-link {
  display: block;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.recruit {
  padding-block: clamp(2rem, 4vw, 4rem);
  color: #fff;
  background: linear-gradient(115deg, var(--blue), #add17d);
}
.recruit__inner {
  display: grid;
  grid-template-columns: minmax(18rem, 40%) 1fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 4rem);
}
.recruit__inner > figure {
  align-self: stretch;
}
.recruit__inner > figure img {
  width: 100%;
  height: 100%;
  max-height: 32rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit__label {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  font-weight: 700;
}
.recruit__link {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem 0 0 auto;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 0.875rem;
  color: #015de2;
  background: #fff;
  box-shadow: var(--shadow);
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}
.recruit__link img {
  width: 10rem;
  max-height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit h2 {
  margin: 1rem 0;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.55;
}

.vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding-block: 8rem;
}
.vision > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vision__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 4vw, 4rem);
  background: var(--pale-blue);
}
.vision h2 {
  margin: 1rem 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
}
.vision h3 {
  margin: 3rem 0 0 0;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 400;
  color: var(--blue);
}
.vision dl div {
  display: grid;
  grid-template-columns: 6rem 1fr;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.15);
}
.vision dt {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.vision dt img {
  width: 1.2rem;
  height: auto;
  margin-right: 0.5rem;
  aspect-ratio: 1;
  vertical-align: bottom;
}
.vision small {
  display: block;
  margin-top: 1rem;
}
.vision .gmap,
.vision > p {
  grid-column: 1/-1;
  width: 100%;
}
.vision .gmap {
  position: relative;
}
.vision iframe {
  width: 100%;
}
.vision > p {
  margin-top: 1em;
  padding: 0 1vw;
  font-size: 0.7em;
  text-align: right;
}
.vision .btn-map {
  display: block;
  position: absolute;
  bottom: 34px;
  right: 70px;
  padding: 0.4em 1em 0.6em 1em;
  background: linear-gradient(115deg, var(--blue), #add17d);
  text-decoration: none;
  font-size: 0.7em;
  color: white;
  border-radius: 8px;
  border: 2px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.vision .btn-map:hover {
  opacity: 1;
  transform: translate(0, -2px);
}

.privacy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #cbd5e1;
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}
.privacy img {
  height: 1.4em;
}

.contact {
  background: #f5f7f8;
}
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4rem;
}
.contact address {
  font-style: normal;
}
.contact address p {
  margin-bottom: 1em;
  text-align: center;
}
.contact address > div {
  display: flex;
  justify-content: space-around;
}
.contact address a:not(.privacy) {
  display: grid;
  grid-template-columns: 3rem 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  text-decoration: none;
}
.contact address a:not(.privacy) > span {
  grid-row: span 2;
  display: grid;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 0.875rem;
  background: var(--blue);
  place-items: center;
}
.contact address a:nth-of-type(2) > span {
  background: var(--navy);
}
.contact address small {
  font-style: normal;
}
.contact address strong {
  font-size: clamp(1.2rem, 3vw, 1.625rem);
  line-height: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}
@media (max-width: 1000px) {
  .vision {
    grid-template-columns: 1fr;
    padding-block: 5rem;
  }
  .vision > p {
    padding: 0 4vw;
    text-align: left;
    font-size: max(10px, 1.3vw);
  }
}
@media (max-width: 800px) {
  .container {
    width: min(90%, var(--container));
  }
  .hero {
    min-height: auto;
  }
  .hero__message {
    margin-top: calc(-50vh + 9em);
  }
  .hero__message br, .hero__promise br {
    display: none;
  }
  .hero__merger {
    font-size: 2.1vw;
  }
  .hero .logo {
    width: 100%;
  }
  .declaration {
    grid-template-columns: 1fr;
  }
  .declaration:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .declaration--reverse figure {
    order: 0;
  }
  .declaration figure {
    min-height: 14rem;
    width: 100%;
    height: auto;
    aspect-ratio: 47/35;
  }
  .declaration figure img {
    width: 100%;
  }
  .business h2 {
    margin: 1rem 0 2rem 0;
  }
  .business__panel {
    grid-template-columns: 1fr;
  }
  .business__panel > figure {
    min-height: 22rem;
  }
  .business figure {
    margin-top: -40%;
  }
  .business figure::after {
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
  }
  .product-list {
    grid-template-columns: 1fr;
  }
  .product-card {
    padding: 2rem;
  }
  .product-card > p {
    min-height: 0;
    padding-bottom: 2rem;
  }
  .recruit__inner {
    grid-template-columns: 1fr;
  }
  .recruit__inner > figure img {
    max-height: 22rem;
  }
  .recruit__link {
    flex-wrap: wrap;
    margin-inline: 0;
    justify-content: center;
  }
  .recruit__link img {
    width: 100%;
  }
  .vision h2 {
    line-height: 1.6;
  }
  .vision > figure img {
    height: auto;
  }
  .vision__content {
    padding: 3rem 1.5rem;
  }
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .contact address > div {
    flex-direction: column;
  }
  .contact address a:not(.privacy) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .contact address small {
    margin-bottom: 0.2em;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .section {
    padding-block: 4rem;
  }
  .hero .logo {
    margin-top: -4em;
  }
  .hero__merger {
    display: grid;
    font-size: 3.6vw;
  }
  .declaration > div,
  .product-card {
    padding: 3rem 1.5rem 1.5rem 1.5rem;
  }
  .business__content {
    padding: 2rem 1.5rem;
  }
  .business h2 {
    font-size: 2rem;
  }
  .product-card header {
    gap: 1rem;
  }
  .product-card header img {
    width: 4rem;
  }
  .recruit h2 {
    font-size: 2rem;
  }
  .recruit__link span:nth-of-type(1) {
    flex-basis: calc(100% - 10rem);
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .vision dl div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .contact address strong {
    overflow-wrap: anywhere;
  }
}/*# sourceMappingURL=style.css.map */