@charset "UTF-8";
/*-----------------------------------------------
reset
-----------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*-----------------------------------------------
base
-----------------------------------------------*/
html {
  font-size: min(1.11vw, 16px);
  scroll-behavior: smooth;
}
@media screen and (min-width: 90rem) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 39.9375rem) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  background: #FAFAFA;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

th {
  font-weight: normal;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 39.9375rem) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*-----------------------------------------------
header layout
-----------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  border-top: 0.375rem solid #0032C6;
  background: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.l-header--sub {
  background: #FAFAFA;
}
.l-header.is-scrolled {
  background: #FAFAFA;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 1rem 3.75rem 1rem 2.5rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__inner {
    gap: 2.7777777778vw;
    padding: 1.1111111111vw 4.1666666667vw 1.1111111111vw 2.7777777778vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__inner {
    gap: 1rem;
    padding: 1rem 1.25rem;
  }
}
.l-header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  color: #666666;
  letter-spacing: 0.02em;
  text-shadow: 0 0 0.875rem rgba(255, 255, 255, 0.25);
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__logo {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__logo {
    font-size: 1.375rem;
  }
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  height: 5.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__right {
    gap: 2.7777777778vw;
    height: 6.25vw;
  }
}
@media screen and (max-width: 63.9375rem) {
  .l-header__right {
    position: fixed;
    inset: 0;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.75rem;
    padding: 7.5rem 1.5rem 3rem;
    background: #FAFAFA;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: opacity 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, visibility 300ms ease;
    z-index: 90;
    overflow-y: auto;
  }
  .l-header__right.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__nav {
    width: 100%;
  }
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.75rem;
    width: 100%;
  }
}
.l-header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__nav-item {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header__nav-link {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
  padding: 0.125rem 0;
}
@media (hover: hover) {
  .l-header__nav-link:hover, .l-header__nav-link:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-header__nav-link:hover, .l-header__nav-link:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 63.9375rem) {
  .l-header__nav-link {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #000000;
    text-shadow: none;
  }
}
.l-header--top .l-header__nav-link {
  color: #FAFAFA;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 63.9375rem) {
  .l-header--top .l-header__nav-link {
    color: #000000;
    text-shadow: none;
  }
}
.l-header.is-scrolled .l-header__nav-link {
  color: #000000;
  text-shadow: none;
}
.l-header__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 63.9375rem) {
  .l-header__cta {
    margin-top: 1rem;
  }
}

body.is-menu-open {
  overflow: hidden;
}

/*-----------------------------------------------
main layout
-----------------------------------------------*/
.l-main__inner {
  max-width: 70rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 47.9375rem) {
  .l-main__inner {
    width: 94%;
  }
}

/*-----------------------------------------------
footer layout
-----------------------------------------------*/
.l-footer {
  background-color: #0032C6;
  color: #FAFAFA;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__inner {
    width: 77.7777777778vw;
    padding: 2.7777777778vw 1.3888888889vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 94%;
    padding: 2.5rem 0;
    gap: 2rem;
  }
}
.l-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  width: 22.125rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__left {
    width: 24.5833333333vw;
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__left {
    width: 100%;
    gap: 1rem;
  }
}
.l-footer__logo {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FAFAFA;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__logo {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__logo {
    font-size: 1.75rem;
  }
}
.l-footer__logo a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .l-footer__logo a:hover, .l-footer__logo a:focus {
    opacity: 0.7;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-footer__logo a:hover, .l-footer__logo a:focus {
    opacity: 0.7;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
.l-footer__address {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #FAFAFA;
  padding: 0.625rem 0;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__address {
    font-size: 1.1111111111vw;
    padding: 0.6944444444vw 0;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__address {
    font-size: 0.875rem;
    padding: 0;
  }
}
.l-footer__address-link {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .l-footer__address-link:hover, .l-footer__address-link:focus {
    text-decoration: underline;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-footer__address-link:hover, .l-footer__address-link:focus {
    text-decoration: underline;
  }
}
.l-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__right {
    width: 100%;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__nav {
    width: 100%;
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__nav-list {
    gap: 0.2777777778vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.l-footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nav-split {
  width: 1px;
  height: 1.125rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__nav-split {
    display: none;
  }
}
.l-footer__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  padding: 0.125rem 0.75rem;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125;
  color: #FAFAFA;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0.5rem;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__nav-link {
    height: 2.7777777778vw;
    padding: 0.1388888889vw 0.8333333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__nav-link {
    height: auto;
    padding: 0.375rem 0;
    font-size: 0.9375rem;
  }
}
@media (hover: hover) {
  .l-footer__nav-link:hover, .l-footer__nav-link:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-footer__nav-link:hover, .l-footer__nav-link:focus {
    opacity: 0.7;
  }
}
.l-footer__nav-link.is-active {
  opacity: 0.6;
}
.l-footer__copyright {
  background-color: #000;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__copyright {
    height: 3.75vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__copyright {
    height: auto;
    padding: 1rem 0.75rem;
    text-align: center;
  }
}
.l-footer__copyright-text {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FAFAFA;
}
@media screen and (max-width: 63.9375rem) {
  .l-footer__copyright-text {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__copyright-text {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

/*-----------------------------------------------
button component

Figma 上は LV1/Button が共通インスタンス。
ヘッダー「お問い合わせ」(--cta) と TOP 各セクション「もっと見る」(--more) で共有。
両方とも赤背景 #E35449 + 白テキスト + アイコン構成。
-----------------------------------------------*/
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media (hover: hover) {
  .c-button:hover, .c-button:focus {
    opacity: 0.85;
  }
}
@media (hover: none) and (pointer: fine) {
  .c-button:hover, .c-button:focus {
    opacity: 0.85;
  }
}
.c-button__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-button__label {
  display: inline-block;
}
.c-button--cta {
  height: 3.5rem;
  padding: 0 1.5rem;
  gap: 0.5rem;
  background: #E35449;
  color: #FAFAFA;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.c-button--cta .c-button__icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
.c-button--cta .c-button__icon img,
.c-button--cta .c-button__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 63.9375rem) {
  .c-button--cta {
    height: 3.8888888889vw;
    padding: 0 1.6666666667vw;
    gap: 0.5555555556vw;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
  }
  .c-button--cta .c-button__icon {
    width: 1.7361111111vw;
    height: 1.7361111111vw;
  }
}
@media screen and (max-width: 39.9375rem) {
  .c-button--cta {
    height: 3rem;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .c-button--cta .c-button__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-button--more {
  width: 13.8888888889vw;
  height: 3.5416666667vw;
  padding: 0 1.1111111111vw;
  gap: 0.5555555556vw;
  background: #E35449;
  border-radius: 0.8333333333vw;
  color: #fff;
  font-size: 1.3888888889vw;
  line-height: 1;
}
.c-button--more .c-button__icon {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.c-button--more .c-button__icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .c-button--more {
    width: 11.25rem;
    height: 3rem;
    padding: 0 0.875rem;
    gap: 0.5rem;
    border-radius: 0.625rem;
    font-size: 1rem;
  }
  .c-button--more .c-button__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/*-----------------------------------------------
burger (hamburger) component
-----------------------------------------------*/
.c-burger {
  --rotate: 0deg;
  --opacity: 1;
  --translate: 0.5rem;
  position: relative;
  display: none;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 110;
  padding: 0;
}
@media screen and (max-width: 63.9375rem) {
  .c-burger {
    display: grid;
    place-items: center;
  }
}
.c-burger.is-active {
  --rotate: 135deg;
  --opacity: 0;
  --translate: 0;
}
.c-burger span {
  width: 1.75rem;
  height: 2px;
  border-radius: 2px;
  background: #000000;
  grid-area: 1/1/-1/-1;
  -webkit-transition: opacity 300ms ease, rotate 300ms ease, translate 300ms ease, background-color 300ms ease;
  transition: opacity 300ms ease, rotate 300ms ease, translate 300ms ease, background-color 300ms ease;
  display: block;
}
.c-burger span:nth-child(1) {
  opacity: var(--opacity);
}
.c-burger span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}
.c-burger span:nth-child(3) {
  translate: 0 var(--translate);
  rotate: calc(var(--rotate) * -1);
}
.l-header--top .c-burger span {
  background: #333;
}
.l-header--top .c-burger.is-active span {
  background: #000000;
}

/*-----------------------------------------------
heading component

TOP ページの各セクション見出し（NEWS / COMPANY / BUSINESS / ACCESS）共通。
Figma cache 1:579 (H2) — 英字 Montserrat Bold 72px ＋ 日本語 LINE Seed JP Bold 24px。
ストロークや装飾はなく、プレーンな太字テキスト。
-----------------------------------------------*/
.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .c-heading {
    gap: 0.5rem;
  }
}
.c-heading__en {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 39.9375rem) {
  .c-heading__en {
    font-size: 2.75rem;
  }
}
.c-heading__ja {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 39.9375rem) {
  .c-heading__ja {
    font-size: 1.125rem;
  }
}
.c-heading--white {
  color: #fff;
}
.c-heading--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-----------------------------------------------
c-page-title
各下層ページ本文のセクション見出し（temp_H2_06 相当）
- 1120 × 50 の青グラデ帯
- 左端に装飾アイコン(◎ icon_target.svg、白)、隣に白文字 28px の見出し
（グローバルルールにより見出し系は _heading.scss に集約）
-----------------------------------------------*/
.c-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 70rem;
  height: 3.125rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  background: -webkit-gradient(linear, right top, left top, from(#0035B0), to(#002988));
  background: linear-gradient(270deg, #0035B0 0%, #002988 100%);
  color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .c-page-title {
    height: 2.5rem;
    padding: 0 1rem;
    gap: 0.5rem;
  }
}
.c-page-title__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-page-title__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 39.9375rem) {
  .c-page-title__icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.c-page-title__text {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .c-page-title__text {
    font-size: 1.125rem;
  }
}

/*-----------------------------------------------
c-fv-sub
下層ページ共通の FV（temp_H1_03 相当）
- 高さ 340px のフルブリード背景画像 + 左→右に抜ける白横グラデオーバーレイ
- max-width 1120 の中央寄せブロックに英語見出し(80) + 日本語サブ(20) を縦並びで配置
- 背景画像は全下層共通: img/common/page_fv.jpg（変更したい場合は modifier 追加）
-----------------------------------------------*/
.c-fv-sub {
  margin-top: 8rem;
  position: relative;
  width: 100%;
  height: 21.25rem;
  background-image: -webkit-image-set(url("../img/common/page_fv.webp") type("image/webp") 1x, url("../img/common/page_fv.jpg") 1x);
  background-image: image-set(url("../img/common/page_fv.webp") type("image/webp") 1x, url("../img/common/page_fv.jpg") 1x);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 63.9375rem) {
  .c-fv-sub {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 39.9375rem) {
  .c-fv-sub {
    height: 11.25rem;
  }
}
.c-fv-sub__inner {
  position: relative;
  max-width: 70rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 7.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 39.9375rem) {
  .c-fv-sub__inner {
    max-width: none;
    padding: 0 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.375rem;
  }
}
.c-fv-sub__heading-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  color: #0035B0;
}
@media screen and (max-width: 39.9375rem) {
  .c-fv-sub__heading-en {
    font-size: 2.5rem;
  }
}
.c-fv-sub__heading-ja {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .c-fv-sub__heading-ja {
    font-size: 0.8125rem;
  }
}

/*-----------------------------------------------
c-breadcrumb
パンくず（TOP > 現在ページ）
- 横1120幅中央寄せ、1行の <p> 内で span 連結
- TOP リンクは青(#25539E) + underline
-----------------------------------------------*/
.c-breadcrumb {
  max-width: 70rem;
  margin: 1.5rem auto 0;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #4c4c4c;
}
@media screen and (max-width: 39.9375rem) {
  .c-breadcrumb {
    margin-top: 1rem;
    padding: 0 1.25rem;
    font-size: 0.75rem;
  }
}
.c-breadcrumb__link {
  font-weight: 700;
  color: #25539e;
  text-decoration: underline;
  text-underline-offset: 2px;
  letter-spacing: 0.01em;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media (hover: hover) {
  .c-breadcrumb__link:hover, .c-breadcrumb__link:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .c-breadcrumb__link:hover, .c-breadcrumb__link:focus {
    opacity: 0.7;
  }
}
.c-breadcrumb__separator {
  margin: 0 0.375rem;
}
.c-breadcrumb__current {
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/*-----------------------------------------------
Top page
-----------------------------------------------*/
/*-----------------------------------------------
FV
-----------------------------------------------*/
.p-top-fv {
  position: relative;
  width: 100%;
  height: 60.4166666667vw;
  overflow: visible;
  background-image: -webkit-image-set(url("../img/top/fv_bg.webp") type("image/webp") 1x, url("../img/top/fv_bg.png") 1x);
  background-image: image-set(url("../img/top/fv_bg.webp") type("image/webp") 1x, url("../img/top/fv_bg.png") 1x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv {
    height: auto;
    min-height: 40rem;
    padding: 7.5rem 0 5rem;
    overflow: hidden;
    margin-top: 5rem;
  }
}
.p-top-fv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.p-top-fv__bg-h, .p-top-fv__bg-v {
  position: absolute;
  display: block;
  max-width: none;
}
.p-top-fv__bg-h {
  top: -27.2222222222vw;
  left: -48.1944444444vw;
  width: 196.25vw;
  height: auto;
}
.p-top-fv__bg-v {
  top: -27.2222222222vw;
  left: -48.1944444444vw;
  width: 196.6666666667vw;
  height: auto;
}
.p-top-fv__slide {
  position: absolute;
  top: 0.4861111111vw;
  left: 20.8333333333vw;
  width: 76.3888888889vw;
  height: 56.25vw;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__slide {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 0;
  }
}
.p-top-fv__slide-track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-fv__slide-card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.3333333333vw;
  height: 54.8611111111vw;
  border-radius: 1.7361111111vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__slide-card {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
  }
}
.p-top-fv__slide-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
  border-radius: inherit;
  pointer-events: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__slide-card::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(35%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.45) 100%);
  }
}
.p-top-fv__slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-fv__text {
  position: absolute;
  top: 50%;
  left: 2.4305555556vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0833333333vw;
  z-index: 2;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__text {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0 1.25rem;
    gap: 1.25rem;
    z-index: 2;
  }
}
.p-top-fv__license {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__license {
    font-size: 0.6875rem;
    color: #fff;
    text-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
  }
}
.p-top-fv__subject {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__subject {
    gap: 0.75rem;
  }
}
.p-top-fv__subject-line {
  display: inline-block;
  padding: 1.3888888889vw;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.7222222222vw;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__subject-line {
    padding: 0.75rem 1rem;
    font-size: 2.125rem;
  }
}
.p-top-fv__work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.0416666667vw;
  width: 59.0277777778vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__work-list {
    width: 100%;
    gap: 0.5rem;
  }
}
.p-top-fv__work-item {
  background-color: #fff;
  border-bottom: 5px solid #0361A9;
  padding: 0.3472222222vw 0.8333333333vw 0.4166666667vw 1.25vw;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__work-item {
    font-size: 0.8125rem;
    padding: 0.25rem 0.625rem 0.25rem 0.75rem;
    border-bottom-width: 3px;
  }
}
.p-top-fv__vertical {
  position: absolute;
  top: 50%;
  right: 0.4166666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25vw;
  color: #0035B0;
  letter-spacing: 0.04em;
  line-height: 1.4;
  z-index: 2;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__vertical {
    display: none;
  }
}
.p-top-fv__hero-en {
  position: absolute;
  left: 0;
  bottom: -1.6666666667vw;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__hero-en {
    bottom: -0.75rem;
  }
}
.p-top-fv__hero-en-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-top-fv-hero-en-marquee 40s linear infinite;
          animation: p-top-fv-hero-en-marquee 40s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__hero-en-track {
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
}
.p-top-fv__hero-en-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 4.1666666667vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 13.8888888889vw;
  line-height: 1;
  letter-spacing: 0;
  color: #F39800;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-fv__hero-en-text {
    font-size: 21.3333333333vw;
    padding-right: 1.5rem;
  }
}

@-webkit-keyframes p-top-fv-hero-en-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes p-top-fv-hero-en-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*-----------------------------------------------
News
Figma cache 1:577 — padding 80×160, gap 69、左カラム232幅（見出し+ボタン）、右カラム自動幅、
背景は遠近画像2枚+白20%オーバーレイ。アイテム列は16pxフォントの日付+本文を1px下線で区切る。
-----------------------------------------------*/
.p-top-news {
  position: relative;
  padding: 5.5555555556vw 11.1111111111vw;
  overflow: hidden;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news {
    padding: 3.75rem 1.25rem;
  }
}
.p-top-news__bg {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  pointer-events: none;
  background-image: -webkit-image-set(url("../img/top/news_bg.webp") type("image/webp") 1x, url("../img/top/news_bg.png") 1x);
  background-image: image-set(url("../img/top/news_bg.webp") type("image/webp") 1x, url("../img/top/news_bg.png") 1x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  will-change: transform;
}
.p-top-news__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.p-top-news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.7916666667vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.p-top-news__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7777777778vw;
  width: 16.1111111111vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__left {
    width: 100%;
    gap: 1.25rem;
  }
}
.p-top-news__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__list {
    gap: 0.75rem;
  }
}
.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2777777778vw;
  padding-bottom: 1.1111111111vw;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__item {
    gap: 0.25rem;
    padding-bottom: 0.75rem;
  }
}
.p-top-news__date {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__date {
    font-size: 0.875rem;
  }
}
.p-top-news__title {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-news__title {
    font-size: 0.875rem;
  }
}

/*-----------------------------------------------
Company
Figma cache 1:600 — 中央 1120 幅 + 左右に絶対配置の写真 2 枚。
中央コンテンツは c-heading → 装飾英字 (Anchor × Construction) → 本文 + ボタン。
-----------------------------------------------*/
.p-top-company {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company {
    padding: 3.75rem 1.25rem;
  }
}
.p-top-company__photo {
  position: absolute;
  -webkit-box-shadow: 1.3888888889vw 1.3888888889vw 0 0 #3c699c, 2.0833333333vw 2.0833333333vw 1.3888888889vw 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1.3888888889vw 1.3888888889vw 0 0 #3c699c, 2.0833333333vw 2.0833333333vw 1.3888888889vw 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__photo {
    display: none;
  }
}
.p-top-company__photo--left {
  top: 25.2777777778vw;
  left: 4.1666666667vw;
  width: 20.8333333333vw;
  height: 31.9444444444vw;
}
.p-top-company__photo--right {
  top: 6.9444444444vw;
  right: 3.4722222222vw;
  width: 15.2777777778vw;
  height: 41.6666666667vw;
}
.p-top-company__photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}
.p-top-company__inner {
  position: relative;
  max-width: 77.7777777778vw;
  width: 100%;
  margin: 0 auto;
  padding: 5.5555555556vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__inner {
    max-width: none;
    padding: 0;
    gap: 1.5rem;
  }
}
.p-top-company__decoration {
  padding-left: 8.3333333333vw;
  height: 15.6944444444vw;
  margin-bottom: -2.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6944444444vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__decoration {
    padding-left: 0;
    height: auto;
    margin-bottom: 0;
    gap: 0.25rem;
  }
}
.p-top-company__deco-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.7777777778vw;
}
.p-top-company__deco-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 8.3333333333vw;
  line-height: 0.8;
  color: rgba(0, 53, 176, 0.25);
  white-space: nowrap;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__deco-text {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.p-top-company__deco-cross {
  display: block;
  width: 6.5972222222vw;
  height: 6.5972222222vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgba(0, 53, 176, 0.25);
}
.p-top-company__deco-cross svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__deco-cross {
    width: 2rem;
    height: 2rem;
  }
}
.p-top-company__body {
  margin-top: -0.5rem;
  padding-left: 20.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__body {
    padding-left: 0;
    gap: 1rem;
  }
}
.p-top-company__lead {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.7777777778vw;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__lead {
    font-size: 1.25rem;
  }
}
.p-top-company__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7777777778vw;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 30.1388888889vw;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__txt {
    max-width: 100%;
    gap: 1.5rem;
  }
}
.p-top-company__desc {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__desc {
    font-size: 0.875rem;
  }
}
.p-top-company__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-company__btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*-----------------------------------------------
Business
Figma cache 1:632 — 上部 1440×340 の工事現場写真がbleed、コンテンツは top:200 から重なる。
左カラム = c-heading + リード(青テキストgradient) + 資格3行 + CTAボタン、
右カラム = 白カード(drop-shadow 10/10/10) で「事業内容一覧」帯 + 14項目 2列×7行 grid。
-----------------------------------------------*/
.p-top-business {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.p-top-business__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 100vw;
  height: 23.6111111111vw;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__bg {
    max-width: none;
    height: 11.25rem;
  }
}
.p-top-business__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-business__inner {
  position: relative;
  z-index: 1;
  padding-top: 13.8888888889vw;
  padding-bottom: 5.5555555556vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__inner {
    padding: 7.5rem 1.25rem 3.75rem;
  }
}
.p-top-business__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.7777777778vw;
  min-height: 46.3888888889vw;
  padding-left: 11.1111111111vw;
  padding-right: 6.9444444444vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
    min-height: 0;
    padding: 0;
  }
}
.p-top-business__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.7777777778vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__left {
    gap: 1.25rem;
  }
}
.p-top-business__lead {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 1.6;
  background: -webkit-gradient(linear, right top, left top, from(#002988), to(#0035B0));
  background: linear-gradient(to left, #002988, #0035B0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__lead {
    font-size: 1rem;
    white-space: normal;
  }
}
.p-top-business__qualifications {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__qualifications {
    font-size: 0.8125rem;
  }
}
.p-top-business__card {
  background-color: #fff;
  border-radius: 1.3888888889vw;
  padding: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7777777778vw;
  -webkit-filter: drop-shadow(0.6944444444vw 0.6944444444vw 0.6944444444vw rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0.6944444444vw 0.6944444444vw 0.6944444444vw rgba(0, 0, 0, 0.25));
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__card {
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    gap: 1.25rem;
    -webkit-filter: drop-shadow(0.375rem 0.375rem 0.625rem rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0.375rem 0.375rem 0.625rem rgba(0, 0, 0, 0.2));
  }
}
.p-top-business__card-title {
  width: 11.1111111111vw;
  height: 2.6388888889vw;
  background: -webkit-gradient(linear, right top, left top, from(#002988), to(#0035B0));
  background: linear-gradient(to left, #002988, #0035B0);
  color: #fff;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__card-title {
    width: 7.5rem;
    height: 1.875rem;
    font-size: 0.875rem;
  }
}
.p-top-business__items {
  display: grid;
  grid-template-columns: repeat(2, 16.6666666667vw);
  -webkit-column-gap: 2.7777777778vw;
     -moz-column-gap: 2.7777777778vw;
          column-gap: 2.7777777778vw;
  row-gap: 1.3888888889vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    row-gap: 0.625rem;
  }
}
.p-top-business__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5555555556vw;
  padding: 1.0416666667vw 0.6944444444vw;
  border-radius: 0.2777777778vw;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3888888889vw;
  line-height: 1;
  color: #000000;
  white-space: nowrap;
}
.p-top-business__item::before {
  content: "";
  display: block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 0.3472222222vw;
  background-color: #0035B0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-business__item {
    gap: 0.375rem;
    padding: 0.5rem 0.25rem;
    font-size: 0.75rem;
    line-height: 1.3;
    white-space: normal;
  }
  .p-top-business__item::before {
    width: 0.1875rem;
  }
}

/*-----------------------------------------------
Access
Figma cache 1:667 — 上部に区切り線（1360幅）、内側 1120 幅で flex justify-between。
左 = c-heading + 住所 + c-button--more、右 = 780×220 の Google Maps iframe（drop-shadow 10/10/10）。
-----------------------------------------------*/
.p-top-access {
  position: relative;
  padding: 0 2.7777777778vw;
  background-color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-access {
    padding: 0 1.25rem;
  }
}
.p-top-access__divider {
  width: 100%;
  max-width: 94.4444444444vw;
  height: 0.6944444444vw;
  margin: 0 auto;
  border: 1px solid #000000;
  border-bottom: 0;
  border-radius: 0.3472222222vw 0.3472222222vw 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-access__divider {
    max-width: none;
    height: 0.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
  }
}
.p-top-access__inner {
  max-width: 77.7777777778vw;
  width: 100%;
  margin: 0 auto;
  padding: 5.5555555556vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-access__inner {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
    padding: 3.75rem 0;
  }
}
.p-top-access__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.7777777778vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-access__left {
    gap: 1.25rem;
  }
}
.p-top-access__address {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-access__address {
    font-size: 0.875rem;
  }
}
.p-top-access__map {
  width: 54.1666666667vw;
  height: 15.2777777778vw;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: drop-shadow(0.6944444444vw 0.6944444444vw 0.6944444444vw rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0.6944444444vw 0.6944444444vw 0.6944444444vw rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 39.9375rem) {
  .p-top-access__map {
    width: 100%;
    height: 15rem;
    -webkit-filter: drop-shadow(0.375rem 0.375rem 0.625rem rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0.375rem 0.375rem 0.625rem rgba(0, 0, 0, 0.2));
  }
}
.p-top-access__map-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/*-----------------------------------------------
Contact CTA
Figma cache 1:683 — 1440×542、背景=街並みイラスト(contact_bg.png)。
"CONTACT US" 大見出し（CONTACT=黒 / US=白）、下に [TEL 550 | 縦線 | FORM 550] の3カラム。
TEL = 受話器アイコン + 電話番号 48px + FAX 番号 20px(#163934)。
FORM = メールアイコン + "お問い合わせフォームはこちらから" 20px → ./contact/ へリンク。
-----------------------------------------------*/
.p-top-contact {
  position: relative;
  overflow: hidden;
  height: 37.6388888889vw;
  background-image: -webkit-image-set(url("../img/top/contact_bg.webp") type("image/webp") 1x, url("../img/top/contact_bg@2x.webp") type("image/webp") 2x, url("../img/top/contact_bg.png") 1x, url("../img/top/contact_bg@2x.png") 2x);
  background-image: image-set(url("../img/top/contact_bg.webp") type("image/webp") 1x, url("../img/top/contact_bg@2x.webp") type("image/webp") 2x, url("../img/top/contact_bg.png") 1x, url("../img/top/contact_bg@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #b6e0f5;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact {
    height: auto;
    padding: 3.75rem 1.25rem;
  }
}
.p-top-contact__inner {
  position: relative;
  max-width: 77.7777777778vw;
  width: 100%;
  margin: 0 auto;
  padding-top: 5.5555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__inner {
    padding-top: 0;
    gap: 1.5rem;
  }
}
.p-top-contact__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 7.6388888889vw;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__heading {
    font-size: 2.5rem;
  }
}
.p-top-contact__heading-main {
  color: #000000;
}
.p-top-contact__heading-sub {
  color: #fff;
}
.p-top-contact__body {
  margin-top: 2.4305555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__body {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
}
.p-top-contact__tel {
  width: 38.1944444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4861111111vw;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__tel {
    width: 100%;
    gap: 0.375rem;
  }
}
.p-top-contact__tel-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  color: #000000;
}
.p-top-contact__tel-icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__tel-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-top-contact__tel-number {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.3333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media (hover: hover) {
  .p-top-contact__tel-number:hover, .p-top-contact__tel-number:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-contact__tel-number:hover, .p-top-contact__tel-number:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__tel-number {
    font-size: 1.75rem;
  }
}
.p-top-contact__tel-fax {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #163934;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__tel-fax {
    font-size: 0.875rem;
  }
}
.p-top-contact__divider {
  display: block;
  width: 1px;
  height: 11.9444444444vw;
  background-color: #000000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__divider {
    width: 100%;
    height: 1px;
  }
}
.p-top-contact__form {
  width: 38.1944444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7361111111vw;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media (hover: hover) {
  .p-top-contact__form:hover, .p-top-contact__form:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-contact__form:hover, .p-top-contact__form:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__form {
    width: 100%;
    gap: 0.75rem;
  }
}
.p-top-contact__form-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3.8194444444vw;
  height: auto;
  color: #000000;
}
.p-top-contact__form-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__form-icon {
    width: 2.375rem;
  }
}
.p-top-contact__form-text {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3888888889vw;
  line-height: 1.75;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-contact__form-text {
    font-size: 0.875rem;
  }
}

/*-----------------------------------------------
News page
お知らせ一覧（下層 news/index.html）
- max-width 1120 の中央寄せに c-page-title + 一覧
- 各アイテム: 日付 + 本文の縦並び、下罫線 1px #B1B1B1
-----------------------------------------------*/
.p-news {
  margin: 5rem 0 7.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-news {
    margin: 2.5rem 0 3.75rem;
  }
}
.p-news__inner {
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__inner {
    padding: 0 1.25rem;
  }
}
.p-news__heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__heading {
    margin-bottom: 1.25rem;
  }
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__list {
    gap: 1.25rem;
  }
}
.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b1b1b1;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__item {
    gap: 0.75rem;
    padding-bottom: 1.25rem;
  }
}
.p-news__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-news__text {
    font-size: 0.875rem;
  }
}
.p-news__date {
  white-space: nowrap;
}
.p-news__body {
  word-break: break-word;
}

/*-----------------------------------------------
Access page
アクセス（下層 access/index.html）
- max-width 1120 中央寄せの content-section wrapper に
  c-page-title + 住所 + Google Map iframe を gap 32px で縦並び
- Figma cache _pages/access.json / 1:2263 (wrapper) / 1:2265 (住所) / 1:2267 (map)
-----------------------------------------------*/
.p-access {
  margin: 5rem 0 7.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-access {
    margin: 2.5rem 0 3.75rem;
  }
}
.p-access__inner {
  max-width: 70rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-access__inner {
    padding: 0 1.25rem;
    gap: 1.25rem;
  }
}
.p-access__address {
  font-family: "Kosugi", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 39.9375rem) {
  .p-access__address {
    font-size: 0.875rem;
  }
}
.p-access__map {
  width: 100%;
  height: 20rem;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 39.9375rem) {
  .p-access__map {
    height: 15rem;
  }
}
.p-access__map-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/*-----------------------------------------------
Business page
事業案内ページ専用スタイル
- intro: 2カラム（左テキスト + 右イラスト）
- service-icon-grid: 14種類アイコン 7列×2段
- infinite-marquee: 施工写真横スクロール
- service-detail-list: 事業詳細項目の縦積みリスト
-----------------------------------------------*/
.p-business-intro {
  max-width: 70rem;
  margin: 7.5rem auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-intro {
    margin: 3.75rem auto;
  }
}
.p-business-intro__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.0625rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
.p-business-intro__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-intro__text {
    gap: 1.25rem;
    width: 100%;
  }
}
.p-business-intro__heading {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 1.6;
  color: #0035B0;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-intro__heading {
    font-size: 2rem;
  }
}
.p-business-intro__body {
  width: 30.3125rem;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.8;
  color: #171717;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-intro__body {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.p-business-intro__illust {
  position: absolute;
  top: 50%;
  right: 0;
  width: 26.3125rem;
  height: 30rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 39.9375rem) {
  .p-business-intro__illust {
    position: static;
    width: 74.6666666667vw;
    height: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
.p-business-intro__illust-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*-----------------------------------------------
専門工事一覧（アイコングリッド）
- 1120幅・7列×2段（gap 15px）
- 各カード 150×160、白bg、青2px枠、radius 8px
- 中身: アイコン80h + ラベル 17.5px Bold
-----------------------------------------------*/
.p-business-services {
  max-width: 70rem;
  margin: 5rem auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-services {
    margin: 3rem auto;
  }
}
.p-business-services__heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-services__heading {
    margin-bottom: 1.25rem;
  }
}
.p-business-services__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.9375rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 63.9375rem) {
  .p-business-services__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-business-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
.p-business-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10rem;
  background-color: #fff;
  border: 2px solid #0035B0;
  border-radius: 0.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-services__item {
    height: 8.75rem;
    padding: 0.75rem 0.375rem;
  }
}
.p-business-services__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-services__icon {
    height: 3.75rem;
  }
}
.p-business-services__icon-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-business-services__label {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.09375rem;
  line-height: 1.1;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-services__label {
    font-size: 0.875rem;
  }
}

/*-----------------------------------------------
施工写真マーキー（横方向無限ループ）
- フル幅, 高さ 280px
- 11枚の写真を gap 15px で並べ、複製して横スクロール
-----------------------------------------------*/
.p-business-marquee {
  width: 100%;
  overflow: hidden;
  margin: 5rem 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-marquee {
    margin: 3rem 0;
  }
}
.p-business-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: business-marquee 90s linear infinite;
          animation: business-marquee 90s linear infinite;
}
.p-business-marquee__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24.575rem;
  height: 17.5rem;
  background-color: #8b8b8b;
  overflow: hidden;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-marquee__item {
    width: 16.25rem;
    height: 11.25rem;
  }
}
.p-business-marquee__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@-webkit-keyframes business-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - 0.46875rem));
            transform: translateX(calc(-50% - 0.46875rem));
  }
}

@keyframes business-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - 0.46875rem));
            transform: translateX(calc(-50% - 0.46875rem));
  }
}
/*-----------------------------------------------
施工実績テーブル
- 1120幅、4列（年240 / 場所240 / 施設240 / 工事内容残り）
- 行高 73px、各 Component=2行=146px
- 年セル: 青背景 + 白Bold18 / 他: 縞模様 + Regular18 + 青1px border
-----------------------------------------------*/
.p-business-achievements {
  max-width: 70rem;
  margin: 5rem auto 7.5rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-achievements {
    margin: 3rem auto 3.75rem;
  }
}
.p-business-achievements__heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-achievements__heading {
    margin-bottom: 1.25rem;
  }
}
.p-business-achievements__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-business-achievements__row {
  display: grid;
  grid-template-columns: 15rem 15rem 15rem 1fr;
  min-height: 4.5625rem;
}
@media screen and (max-width: 63.9375rem) {
  .p-business-achievements__row {
    grid-template-columns: 10rem 10rem 10rem 1fr;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-business-achievements__row {
    grid-template-columns: 5rem 1fr;
    min-height: auto;
    padding: 0.75rem 0;
  }
}
.p-business-achievements__row:nth-child(even) .p-business-achievements__cell:not(.p-business-achievements__cell--year) {
  background-color: #f1f1f1;
}
.p-business-achievements__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 2rem;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #fff;
  border: 1px solid #0035B0;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-achievements__cell {
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    border: none;
  }
}
.p-business-achievements__cell--year {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0035B0;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  border-right: none;
}
@media screen and (max-width: 39.9375rem) {
  .p-business-achievements__cell--year {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-business-achievements__cell--place, .p-business-achievements__cell--facility, .p-business-achievements__cell--detail {
    padding-left: 0.75rem;
  }
}

/*-----------------------------------------------
Recruit page
採用情報（下層 recruit/index.html）
- 現状は「現在準備中」プレースホルダのみ
- Figma cache _pages/recruit.json / 1:2380 (Coming Soon Block)
- 「現在準備中」ブロックは背景+オーバーレイ+テキストを1枚の画像として書き出し
  (assets/img/recruit/recruit_01.jpg / @2x) を <img> で配置する
-----------------------------------------------*/
.p-recruit {
  margin: 5rem 0 7.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-recruit {
    margin: 2.5rem 0 3.75rem;
  }
}
.p-recruit__inner {
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375rem) {
  .p-recruit__inner {
    padding: 0 1.25rem;
  }
}
.p-recruit__placeholder {
  width: 100%;
}
.p-recruit__placeholder-image {
  display: block;
  width: 100%;
  height: auto;
}

/*-----------------------------------------------
Contact page
お問い合わせ（下層 contact/index.html）
- 1セクション目: フォーム（グレー背景の入力ブロック + 送信ボタン）
- 2セクション目: 個人情報保護方針（4条文）
- Figma cache _pages/contact.json / 1:3183 (form area) / 1:3214 (submit) / 1:3224 (privacy)
-----------------------------------------------*/
.p-contact {
  margin: 5rem 0 7.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact {
    margin: 2.5rem 0 3.75rem;
  }
}
.p-contact__inner {
  max-width: 70rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__inner {
    padding: 0 1.25rem;
    gap: 1.25rem;
  }
}
.p-contact__form {
  background-color: #efefef;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__form {
    background-color: transparent;
  }
}
.p-contact__form-inner {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__form-inner {
    padding: 1.75rem 0;
    gap: 2.5rem;
  }
}
.p-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}
.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 1.25rem;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__label {
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }
}
.p-contact__label-text {
  cursor: pointer;
}
.p-contact__required {
  margin-left: 0.25rem;
  color: #DE1313;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__required {
    font-size: 0.8125rem;
  }
}
.p-contact__field {
  margin: 0;
}
.p-contact__input, .p-contact__textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
.p-contact__input:focus, .p-contact__textarea:focus {
  outline: none;
  border-color: #0035B0;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__input, .p-contact__textarea {
    font-size: 0.875rem;
  }
}
.p-contact__input {
  height: 3.125rem;
  padding: 0 1rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__input {
    height: 3rem;
    padding: 0 0.75rem;
  }
}
.p-contact__textarea {
  height: 18.75rem;
  padding: 1rem;
  resize: vertical;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__textarea {
    height: 12.5rem;
    padding: 0.75rem;
  }
}
.p-contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__submit {
    gap: 1rem;
  }
}
.p-contact__consent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.p-contact__consent-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin: 0;
}
.p-contact__consent-input:checked {
  background-color: #0035B0;
  border-color: #0035B0;
}
.p-contact__consent-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -65%) rotate(45deg);
          transform: translate(-50%, -65%) rotate(45deg);
}
.p-contact__consent-input:focus-visible {
  outline: 2px solid #0035B0;
  outline-offset: 2px;
}
.p-contact__consent-text {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__consent-text {
    font-size: 0.8125rem;
  }
}
.p-contact__consent-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media (hover: hover) {
  .p-contact__consent-link:hover, .p-contact__consent-link:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-contact__consent-link:hover, .p-contact__consent-link:focus {
    opacity: 0.7;
  }
}
.p-contact__submit-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31.25rem;
  height: 5.625rem;
  background-color: #E35449;
  border: none;
  border-radius: 0.75rem;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media (hover: hover) {
  .p-contact__submit-button:hover, .p-contact__submit-button:focus {
    opacity: 0.85;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-contact__submit-button:hover, .p-contact__submit-button:focus {
    opacity: 0.85;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-contact__submit-button {
    width: 100%;
    max-width: 22.5rem;
    height: 4rem;
    border-radius: 0.5rem;
    font-size: 1.125rem;
  }
}

/*-----------------------------------------------
Privacy section (contact/index.html 下部)
個人情報保護方針 — 4条文の縦並び
-----------------------------------------------*/
.p-privacy {
  margin: 5rem 0 7.5rem;
  scroll-margin-top: 8rem;
}
@media screen and (max-width: 63.9375rem) {
  .p-privacy {
    scroll-margin-top: 5rem;
  }
}
@media screen and (max-width: 39.9375rem) {
  .p-privacy {
    margin: 2.5rem 0 3.75rem;
    scroll-margin-top: 3.75rem;
  }
}
.p-privacy__inner {
  max-width: 70rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-privacy__inner {
    padding: 0 1.25rem;
    gap: 1.25rem;
  }
}
.p-privacy__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-privacy__article {
    gap: 1.75rem;
  }
}
.p-privacy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-privacy__section {
    gap: 1rem;
  }
}
.p-privacy__title {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 39.9375rem) {
  .p-privacy__title {
    font-size: 1.125rem;
  }
}
.p-privacy__body {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 39.9375rem) {
  .p-privacy__body {
    font-size: 0.875rem;
  }
}

/*-----------------------------------------------
Company page
会社案内（下層 company/index.html）
- ご挨拶: 白背景 + 6px 青枠ボックス。本文 + 署名 + 街並みイラスト
-----------------------------------------------*/
.p-company {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-company {
    padding: 2.5rem 0 3.75rem;
  }
}
.p-company__inner {
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__inner {
    padding: 0 1.25rem;
  }
}
.p-company__section {
  margin-bottom: 5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__section {
    margin-bottom: 3.75rem;
  }
}
.p-company__section:last-child {
  margin-bottom: 0;
}
.p-company__heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__heading {
    margin-bottom: 1.25rem;
  }
}

/* ===== ご挨拶 ===== */
.p-company__greeting-box {
  width: 100%;
  background-color: #fff;
  border: 0.375rem solid #0035B0;
  padding: 5rem 3.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__greeting-box {
    border-width: 0.25rem;
    padding: 2.5rem 1.25rem 0;
    gap: 1rem;
  }
}

.p-company__greeting-body {
  width: 100%;
  max-width: 62.5rem;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000000;
  word-break: break-word;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__greeting-body {
    font-size: 0.875rem;
  }
}
.p-company__greeting-body p {
  margin-bottom: 1.6em;
}
.p-company__greeting-body p:last-child {
  margin-bottom: 0;
}

.p-company__greeting-sign {
  width: 100%;
  max-width: 62.5rem;
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  color: #000000;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__greeting-sign {
    line-height: 1.4;
  }
}
.p-company__greeting-sign-prefix, .p-company__greeting-sign-suffix {
  font-size: 1.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__greeting-sign-prefix, .p-company__greeting-sign-suffix {
    font-size: 1rem;
  }
}
.p-company__greeting-sign-name {
  font-size: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__greeting-sign-name {
    font-size: 1.375rem;
  }
}

.p-company__greeting-deco {
  width: calc(100% + 7.5rem);
  margin: -1.875rem -3.75rem -1.25rem;
  line-height: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__greeting-deco {
    width: calc(100% + 2.5rem);
    margin: 1.25rem -1.25rem 0;
  }
}
.p-company__greeting-deco img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== 企業理念 ===== */
.p-company__philosophy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__philosophy-list {
    gap: 1.25rem;
  }
}

.p-company__philosophy-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
  padding: 1.625rem 2.5rem;
  background-color: #fff;
  -webkit-filter: drop-shadow(3px 3px 3.5px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(3px 3px 3.5px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 39.9375rem) {
  .p-company__philosophy-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
    padding: 1.25rem;
  }
}

.p-company__philosophy-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  width: 21.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.5rem 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__philosophy-label {
    width: auto;
    gap: 0.625rem;
    padding: 0;
  }
}

.p-company__philosophy-label-img {
  width: 6.5625rem;
  height: 1.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__philosophy-label-img {
    width: 5rem;
    height: 1.375rem;
  }
}
.p-company__philosophy-label-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.p-company__philosophy-label-ja {
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #0035B0;
  white-space: nowrap;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__philosophy-label-ja {
    font-size: 0.8125rem;
  }
}

.p-company__philosophy-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__philosophy-text {
    font-size: 1.125rem;
    text-align: left;
  }
}

/* ===== 会社概要 ===== */
.p-company__info {
  width: 100%;
  margin: 0;
  padding: 0;
}

.p-company__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #b1b1b1;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 0;
    font-size: 0.875rem;
  }
}

.p-company__info-label {
  font-weight: 400;
  width: 16.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0035B0;
  margin: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__info-label {
    width: auto;
  }
}

.p-company__info-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40rem;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-company__info-value {
    width: 100%;
  }
}
.p-company__info-value p {
  margin: 0;
}

/*-----------------------------------------------
utility
-----------------------------------------------*/
@media screen and (min-width: 40rem) {
  .u-dn-sm-min {
    display: none;
  }
}

@media screen and (max-width: 39.9375rem) {
  .u-dn-sm-max {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */