@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-top {
  overflow: hidden;
}

.inner-kh {
  width: 100%;
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}

.sec-head {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .sec-head {
    margin-bottom: 2.4rem;
  }
}

.sec-head--center {
  text-align: center;
}

.sec-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #013763;
}
@media (max-width: 767px) {
  .sec-en {
    font-size: 2.8rem;
  }
}

.sec-ja {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #013763;
}
@media (max-width: 767px) {
  .sec-ja {
    font-size: 1.5rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) {
  .l-header.is-active {
    background: #013763;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  }
  .l-header.is-active .l-header__cta {
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
}
.l-header__inner {
  position: relative;
  width: 100%;
  min-height: 12rem;
}

.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 12rem;
  padding: 2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 8.4rem;
    padding: 1.4rem;
  }
}

.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 2rem;
}

.l-header__contact {
  display: flex;
  align-items: stretch;
  height: 4.6rem;
}

.l-header__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding-right: 3rem;
  color: #fff;
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.l-header__tel-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  background-color: currentColor;
  -webkit-mask: url("../img/common/icon-tel.webp") no-repeat center/contain;
  mask: url("../img/common/icon-tel.webp") no-repeat center/contain;
}

.l-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0 2.4rem;
  background: #013763;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}

.l-header__cta:hover {
  opacity: 0.85;
}

.l-header__cta-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-color: currentColor;
  -webkit-mask: url("../img/common/icon-mail.webp") no-repeat center/contain;
  mask: url("../img/common/icon-mail.webp") no-repeat center/contain;
}

.l-header__nav {
  margin-top: 2.6rem;
}

.l-header__nav-list {
  display: flex;
  align-items: flex-start;
  gap: 3.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-header__nav-item {
  position: relative;
}

.l-header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  padding-bottom: 0.8rem;
}

.l-header__nav-en {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #a1a1a1;
}

.l-header__nav-ja {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}

.l-header__nav-item:first-child .l-header__nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.4rem;
  height: 0.5rem;
  background: #013763;
  transform: translateX(-50%);
}

.page-main {
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .page-main {
    padding-top: 8.6rem;
  }
}

@media (max-width: 767px) {
  .page-main:has(> .c-page-hero) {
    padding-top: 0;
  }
}

.hamburger {
  display: none;
}

@media (max-width: 767px) {
  .l-header__inner {
    min-height: 8.6rem;
  }
  .hamburger {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    z-index: 120;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    background: #013763;
    border: 0;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    width: 2.4rem;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    transition: transform 0.3s, opacity 0.3s;
  }
  .hamburger.open span:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }
  .hamburger-menu {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 55, 99, 0.97);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
  }
  .hamburger-menu.active {
    opacity: 1;
    pointer-events: auto;
  }
  .hamburger-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .hamburger-menu__listItem + .hamburger-menu__listItem {
    margin-top: 2.6rem;
  }
  .hamburger-menu__listLink {
    display: inline-flex;
    flex-direction: column;
    gap: 0.4rem;
    text-decoration: none;
  }
  .hamburger-menu__en {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #a1a1a1;
  }
  .hamburger-menu__ja {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
  }
  body.fixed {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}
.l-footer {
  background: #fff;
}

.map {
  width: 100%;
  height: 32rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .map {
    height: 24rem;
  }
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 6rem 2rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    gap: 2.4rem;
    padding: 4rem 2rem;
  }
}

.l-footer__logo {
  display: block;
  width: 11rem;
}

.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    gap: 1.6rem 2.4rem;
  }
}

.l-footer__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
}

.l-footer__nav-en {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #a1a1a1;
}

.l-footer__nav-ja {
  font-size: 1.5rem;
  font-weight: 700;
  color: #013763;
}

.l-footer__contact {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .l-footer__contact {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.l-copyright {
  background: #013763;
  padding: 1.8rem 2rem;
  text-align: center;
}

.l-copyright__text {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}

.l-pagetop {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f21814 0%, #970300 100%);
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .l-pagetop {
    right: 1.6rem;
    bottom: 1.6rem;
    width: 5rem;
    height: 5rem;
  }
}

.l-pagetop:hover {
  opacity: 0.85;
}

.l-pagetop__arrow {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.4rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

.index-fv {
  position: relative;
  width: 100%;
  height: 65.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-fv {
    height: 56rem;
  }
}

.index-fv__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.index-fv__slider .swiper-wrapper,
.index-fv__slider .swiper-slide {
  height: 100%;
}

.index-fv__bg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index-fv__bg--1 {
  background-image: url("../img/top/fv-slide1.webp");
}
@media (max-width: 767px) {
  .index-fv__bg--1 {
    background-image: url("../img/top/sp-fv-slide1.webp");
  }
}

.index-fv__bg--2 {
  background-image: url("../img/top/fv-slide2.webp");
}
@media (max-width: 767px) {
  .index-fv__bg--2 {
    background-image: url("../img/top/sp-fv-slide2.webp");
  }
}

.index-fv__bg--3 {
  background-image: url("../img/top/fv-slide3.webp");
}
@media (max-width: 767px) {
  .index-fv__bg--3 {
    background-image: url("../img/top/sp-fv-slide3.webp");
  }
}

.index-fv__deco {
  position: absolute;
  right: -14rem;
  bottom: 0;
  z-index: 2;
  width: 32rem;
  height: 44rem;
  background: #013763;
  clip-path: polygon(62% 0, 100% 0, 38% 100%, 0 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-fv__deco {
    width: 16rem;
    height: 24rem;
    right: -6rem;
  }
}

.index-fv__copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.index-fv__brand {
  position: absolute;
  top: 14.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 1rem;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-fv__brand {
    top: 30%;
    font-size: 8rem;
    letter-spacing: 0.4rem;
  }
}

.index-fv__catch {
  position: absolute;
  left: 27rem;
  bottom: 6rem;
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-fv__catch {
    left: 0;
    right: 0;
    bottom: 40%;
    text-align: center;
    font-size: 4.4rem;
  }
}

.index-instagram {
  background: #fff;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .index-instagram {
    padding: 4rem 0;
  }
}

.index-instagram__title {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #013763;
}
@media (max-width: 767px) {
  .index-instagram__title {
    font-size: 2.4rem;
  }
}

.index-instagram__feed {
  display: block;
  width: 100%;
  max-width: 95.3rem;
  margin: 4rem auto 0;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .index-instagram__feed {
    margin-top: 2.4rem;
  }
}

.index-instagram__feed:hover {
  opacity: 0.85;
}

.index-instagram__feed img {
  display: block;
  width: 100%;
  height: auto;
}

.index-news {
  background: linear-gradient(180deg, #f4f1ec 0%, #ece6db 100%);
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .index-news {
    padding: 4rem 0;
  }
}

@media (max-width: 767px) {
  .index-news .inner-kh {
    padding: 0 2rem;
  }
}

.index-news__inner {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
@media (max-width: 767px) {
  .index-news__inner {
    flex-direction: column;
    align-items: stretch; /* SPでは縦並びの子を横幅いっぱいに広げる */
    gap: 2.4rem;
  }
}

.index-news__head {
  flex-shrink: 0;
  width: 22rem;
}
@media (max-width: 767px) {
  .index-news__head {
    width: 100%;
  }
}

.index-news__head .sec-en {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .index-news__head .sec-en {
    font-size: 2.8rem;
  }
}

.index-news__head .sec-ja {
  margin-top: 0.8rem;
}

.index-news__body {
  flex: 1;
  min-width: 0;
}

.index-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3件分の高さに制限し、はみ出した分は縦スクロール */
  max-height: 19.5rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  /* スクロールバー（Firefox） */
  scrollbar-width: thin;
  scrollbar-color: rgba(1, 55, 99, 0.4) transparent;
  /* スクロールバー（WebKit / Chromium / Safari） */
}
.index-news__list::-webkit-scrollbar {
  width: 6px;
}
.index-news__list::-webkit-scrollbar-track {
  background: transparent;
}
.index-news__list::-webkit-scrollbar-thumb {
  background: rgba(1, 55, 99, 0.4);
  border-radius: 3px;
}
.index-news__list::-webkit-scrollbar-thumb:hover {
  background: rgba(1, 55, 99, 0.6);
}
@media (max-width: 767px) {
  .index-news__list {
    max-height: 24rem; /* SPは縦並びで1件あたりが高いため少し増やす */
  }
}

.index-news__item {
  border-bottom: 1px solid rgba(1, 55, 99, 0.2);
}

.index-news__link {
  display: flex;
  align-items: baseline;
  gap: 3rem;
  padding: 1.8rem 0;
  text-decoration: none;
  color: #333;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .index-news__link {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.4rem 0;
  }
}

.index-news__link:hover {
  opacity: 0.6;
}

.index-news__date {
  flex-shrink: 0;
  color: #f21814;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.index-news__ttl {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .index-news__ttl {
    font-size: 1.4rem;
  }
}

.index-about {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 52.2rem;
  background: url("../img/top/about-bg.webp") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-about {
    display: block;
    min-height: 48.9rem;
  }
}

.index-about__side {
  position: absolute;
  top: -9rem;
  bottom: 0;
  left: -5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-about__side {
    top: auto;
    bottom: 1.5rem;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
  }
}

.index-about__side span {
  display: inline-block;
  transform: rotate(90deg);
  white-space: nowrap;
  font-weight: 700;
  font-size: 9.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-about__side span {
    transform: none;
    font-size: 6.4rem;
    letter-spacing: 0.04em;
  }
}

.index-about__panel {
  width: calc(100% - 21rem);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 13rem 5rem 10rem;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .index-about__panel {
    width: 100%;
    height: 40.8rem;
    margin-left: 0;
    padding: 3.9rem 2rem;
    background: rgba(255, 255, 255, 0.8);
  }
}

.index-about__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  margin-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .index-about__head {
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 2rem;
  }
}

.index-about__en {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #013763;
}
@media (max-width: 767px) {
  .index-about__en {
    font-size: 3.2rem;
  }
}

.index-about__line {
  display: block;
  width: 11rem;
  height: 1px;
  background: #013763;
}
@media (max-width: 767px) {
  .index-about__line {
    width: 11rem;
  }
}

.index-about__text {
  max-width: 97.6rem;
  font-size: 2rem;
  line-height: 5.5rem;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .index-about__text {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.02em;
  }
}

.index-service {
  position: relative;
  min-height: 71.9rem;
  background-color: #013763;
  background-image: url("../img/top/service-bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 7rem 0 8rem;
}
@media (max-width: 767px) {
  .index-service {
    min-height: 0;
    background-image: url("../img/top/sp-service-photo.webp"), url("../img/top/sp-service-concrete.webp");
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 21.9rem, 100% 27rem;
    padding: 24rem 0 3rem;
  }
}

.index-service__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 124rem;
  margin-inline: auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-service__inner {
    isolation: isolate;
    margin-top: -10rem;
  }
  .index-service__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30rem;
    z-index: -1;
    background: #013763;
    clip-path: polygon(0 0, 70% 0, 100% 10%, 100% 100%, 0 100%);
  }
}

.index-service__head {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .index-service__head {
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 0.4rem;
  }
}

.index-service__line {
  display: block;
  width: 9.9rem;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .index-service__line {
    width: 4rem;
  }
}

.index-service__en {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-service__en {
    font-size: 2.6rem;
    margin-top: -1rem;
    z-index: 5;
    position: relative;
  }
}

.index-service__ja {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-service__ja {
    flex-basis: 100%;
    padding-left: 5.5rem;
    font-size: 1.7rem;
  }
}

.index-service__text {
  max-width: 60rem;
  margin-top: 3.4rem;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-service__text {
    max-width: none;
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.index-service__list {
  position: absolute;
  top: 41.5rem;
  left: 25rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .index-service__list {
    position: static;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.4rem;
    gap: 1rem 0;
  }
}

.index-service__row {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .index-service__row {
    display: contents;
  }
}

.index-service__row--bottom {
  margin-left: 42.4rem;
}
@media (max-width: 767px) {
  .index-service__row--bottom {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .index-service__row--bottom .index-service__item:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: 50%;
  }
}

.index-service__item {
  list-style: none;
}

.index-service__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30.3rem;
  height: 15.2rem;
  padding: 1.6rem 4rem;
  background: linear-gradient(90deg, #f21814 2%, #970300 100%);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .index-service__btn {
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    height: 8.9rem;
    padding: 1rem 1.4rem;
  }
}

.index-service__btn:hover {
  opacity: 0.88;
}

.index-service__btn-text {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 767px) {
  .index-service__btn-text {
    flex: 1;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
}

.index-service__btn-arrow {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .index-service__btn-arrow {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    flex-shrink: 0;
    margin-left: auto;
  }
}

.index-area {
  position: relative;
  background: #fff;
  padding: 8rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-area {
    padding: 4rem 0;
  }
}

.index-area__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .index-area__inner {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 5rem;
  }
}

.index-area__map {
  flex-shrink: 0;
  width: 46%;
  max-width: 62.2rem;
}
@media (max-width: 767px) {
  .index-area__map {
    width: 88.5%;
    margin-inline: auto;
  }
}

.index-area__map img {
  display: block;
  width: 100%;
  height: auto;
}

.index-area__body {
  flex: 1;
}

.index-area__en {
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #a1a1a1;
}
@media (max-width: 767px) {
  .index-area__en {
    font-size: 6.4rem;
  }
}

.index-area__ja {
  margin-top: 1.8rem;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #333;
}
@media (max-width: 767px) {
  .index-area__ja {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

.index-area__ja-accent {
  color: #013763;
}

.index-area__lead {
  margin-top: 3.4rem;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #333;
  max-width: 57.6rem;
}
@media (max-width: 767px) {
  .index-area__lead {
    margin-top: 2rem;
    font-size: 2.4rem;
    max-width: none;
  }
}

.index-area__note {
  margin-top: 1.4rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #333;
  max-width: 57.6rem;
}
@media (max-width: 767px) {
  .index-area__note {
    font-size: 1.6rem;
    max-width: none;
  }
}

.index-area__deco {
  position: absolute;
  right: -10rem;
  bottom: 0;
  z-index: 0;
  width: 26rem;
  height: 34rem;
  background: #013763;
  clip-path: polygon(62% 0, 100% 0, 38% 100%, 0 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-area__deco {
    width: 33rem;
    height: 32rem;
    right: -15rem;
  }
}

.index-works {
  background-color: #f3f1ed;
  background-image: url("../img/top/works-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 0 8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-works {
    padding: 4rem 0 5rem;
  }
}

.index-works .sec-head {
  margin-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .index-works .sec-head {
    margin-bottom: 2.6rem;
  }
}

.index-works .sec-en {
  text-align: center;
  color: #013763;
}

.index-works .sec-ja {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #333;
}
@media (max-width: 767px) {
  .index-works .sec-ja {
    font-size: 1.7rem;
  }
}

.index-works__slider {
  width: 100%;
}

.index-works__slider .splide__track {
  overflow: hidden;
}

.index-works__slide {
  width: 26.9rem;
  height: 19rem;
}
@media (max-width: 767px) {
  .index-works__slide {
    width: 20rem;
    height: 14rem;
  }
}

.index-works__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-works__more {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .index-works__more {
    margin-top: 3rem;
  }
}

.index-recruit {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 70rem;
  background: url("../img/top/recruit-bg.webp") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-recruit {
    display: block;
    min-height: 63.8rem;
    background-image: url("../img/top/sp-recruit-bg.webp");
  }
}

.index-recruit__side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.4rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-recruit__side {
    top: 2rem;
    left: 0;
    bottom: auto;
    width: 7.7rem;
    height: 31.7rem;
  }
}

.index-recruit__side span {
  display: inline-block;
  transform: rotate(90deg);
  white-space: nowrap;
  font-weight: 700;
  font-size: 12.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .index-recruit__side span {
    font-size: 6.4rem;
  }
}

.index-recruit__panel {
  width: 55.5%;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
}
@media (max-width: 767px) {
  .index-recruit__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 34.5rem;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
  }
}

.index-recruit__body {
  width: 100%;
  padding: 7rem 9rem;
}
@media (max-width: 767px) {
  .index-recruit__body {
    padding: 3rem 2rem;
    text-align: center;
  }
}

.index-recruit__text {
  font-size: 2rem;
  line-height: 2.75;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .index-recruit__text {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
}

.index-recruit__body .c-pill-btn {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .index-recruit__body .c-pill-btn {
    margin-top: 2.6rem;
  }
}

.index-company {
  background-color: #eef0f2;
  background-image: url("../img/top/company-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 0 6rem;
}
@media (max-width: 767px) {
  .index-company {
    padding: 4rem 0;
  }
}

.index-company__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 767px) {
  .index-company__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
  }
}

.index-company__left {
  flex: 1;
  min-width: 0;
}

.index-company__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 0.6rem;
}
@media (max-width: 767px) {
  .index-company__head {
    margin-inline: -2rem;
    column-gap: 1.5rem;
  }
  .index-company__head::after {
    content: "";
    flex: 1;
  }
}

.index-company__line {
  display: block;
  width: 9.9rem;
  height: 1px;
  background: #013763;
}
@media (max-width: 767px) {
  .index-company__line {
    flex: 1;
    width: auto;
  }
}

.index-company__en {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #013763;
}
@media (max-width: 767px) {
  .index-company__en {
    font-size: 2.6rem;
  }
}

.index-company__ja {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #013763;
  flex-basis: 100%;
  padding-left: 11.9rem;
}
@media (max-width: 767px) {
  .index-company__ja {
    order: 1;
    font-size: 1.7rem;
    padding-left: 0;
    text-align: center;
  }
}

.index-company__table {
  margin: 4rem 0 0;
}
@media (max-width: 767px) {
  .index-company__table {
    margin-top: 2.4rem;
  }
}

.index-company__row {
  display: flex;
  gap: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .index-company__row {
    gap: 1.6rem;
  }
}

.index-company__row dt {
  flex-shrink: 0;
  width: 11rem;
  font-size: 2rem;
  color: #333;
}
@media (max-width: 767px) {
  .index-company__row dt {
    width: 7rem;
    font-size: 1.4rem;
  }
}

.index-company__row dd {
  margin: 0;
  font-size: 2rem;
  color: #333;
}
@media (max-width: 767px) {
  .index-company__row dd {
    font-size: 1.4rem;
  }
}

.index-company__contact {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .index-company__contact {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.4rem;
  }
}

.index-company__photo {
  flex-shrink: 0;
  width: 44%;
  max-width: 57.3rem;
}
@media (max-width: 767px) {
  .index-company__photo {
    width: 100%;
  }
}

.index-company__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.index-company__more {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .index-company__more {
    margin-top: 3rem;
  }
}

/* =========================================================
   page-business（事業内容）
   - ヒーロー / セクション英字大見出し / 漢字頭ネイビーのタイトルは
     _component.scss の .c-page-hero* / .c-sec-en / .c-section-title に集約
   ========================================================= */
.page-business {
  background: #fff;
  color: #333;
}

/* -------------------------------------------------
   サービス一覧
   ------------------------------------------------- */
.page-business__service {
  position: relative;
  padding: 6rem 0 12rem;
  background-color: #f5f5f5;
  background-image: url("../img/business/bg-texture.webp");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-business__service {
    padding: 4rem 0 6rem;
    background-size: cover;
  }
}

.page-business__list {
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
}
@media (max-width: 767px) {
  .page-business__list {
    gap: 4rem;
  }
}

/* 各ブロック：写真と説明カードがオフセットで重なる */
.page-business__block {
  position: relative;
  width: 100%;
  max-width: 144rem;
  height: 42.6rem;
  margin-inline: auto;
  scroll-margin-top: 8rem; /* TOPからアンカー遷移時にヘッダー固定分を確保 */
}
@media (max-width: 767px) {
  .page-business__block {
    height: auto;
  }
}

.page-business__photo {
  position: absolute;
  top: 0;
  left: 44rem;
  width: 100rem;
  height: 42.6rem;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-business__photo {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1000/426;
  }
}

.page-business__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-business__card {
  position: absolute;
  top: 15.6rem;
  left: 8rem;
  z-index: 1;
  width: 97rem;
  min-height: 21.5rem;
  padding: 4.3rem 8.2rem 4rem;
  background: rgba(255, 255, 255, 0.87);
}
@media (max-width: 767px) {
  .page-business__card {
    position: relative;
    top: -3rem;
    left: 2rem;
    right: 2rem;
    z-index: 2;
    width: calc(100% - 4rem);
    min-height: 0;
    padding: 4rem 2rem 2.4rem;
  }
}

/* タイトル（c-section-title 由来）はカード上端にネガティブ位置で重ねる */
.page-business__title {
  position: absolute;
  top: -1.4rem;
  left: 2.7rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-business__title {
    top: 1.4rem;
    left: 2rem;
  }
}

.page-business__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.16rem;
  color: #333;
}
@media (max-width: 767px) {
  .page-business__text {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.08rem;
    margin-top: 2rem;
  }
}

/* 反転（画像左 / カード右） */
@media (min-width: 768px) {
  .page-business__block--reverse .page-business__photo {
    left: 0;
  }
}

@media (min-width: 768px) {
  .page-business__block--reverse .page-business__card {
    left: 39rem;
  }
}

@media (min-width: 768px) {
  .page-business__block--reverse .page-business__title {
    left: 2.7rem; /* カード基準で揃え */
  }
}

/* =========================================================
   page-company（会社案内）
   - ヒーローバナー / 英字大見出し / 漢字頭ネイビーのタイトルは
     _component.scss の .c-page-hero* / .c-sec-en / .c-section-title に集約
   ========================================================= */
.page-company {
  background: #fff;
  color: #333;
}

.page-company__main {
  position: relative;
  padding: 6rem 0 12rem;
  background-color: #f5f5f5;
  background-image: url("../img/business/bg-texture.webp");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-company__main {
    padding: 4rem 0 6rem;
    background-size: cover;
  }
}

/* -------------------------------------------------
   ABOUT（当社について）
   Figma 2018:82 を基準
   - 写真背景は全幅(1440)
   - 白半透明パネルは left:210, w:1230（右端まで届く）
   - パネル右上にタイトル「当社について」+ 横線
   - パネル左寄りに本文（left:104, top:189, w:976）
   ------------------------------------------------- */
.page-company__about {
  position: relative;
  width: 100%;
  max-width: 144rem;
  height: 52.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-company__about {
    height: auto;
  }
}

.page-company__about-photo {
  position: absolute;
  inset: 0;
  background-image: url("../img/company/about-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-company__about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .page-company__about-photo {
    position: relative;
    height: 24rem;
  }
}

.page-company__about-panel {
  position: absolute;
  top: 0;
  left: 21rem;
  right: 0;
  height: 52.2rem;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .page-company__about-panel {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 3rem 2rem;
  }
}

/* パネル右上のタイトル + 横線（右端ぴったり） */
.page-company__about-head {
  position: absolute;
  top: 7.2rem;
  right: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-company__about-head {
    position: relative;
    top: auto;
    right: auto;
    justify-content: flex-start;
    margin-bottom: 2rem;
    gap: 1rem;
  }
}

.page-company__about-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.4rem;
  color: #013763;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-company__about-title {
    font-size: 2.4rem;
    letter-spacing: 0.18rem;
  }
}

.page-company__about-line {
  display: block;
  width: 11rem;
  height: 1px;
  background: #013763;
}
@media (max-width: 767px) {
  .page-company__about-line {
    width: 4rem;
  }
}

/* 本文：パネル基準で left:104, top:189, w:976 */
.page-company__about-text {
  position: absolute;
  top: 18.9rem;
  left: 10.4rem;
  width: 97.6rem;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 2.75; /* 55/20 */
  letter-spacing: 0.2rem;
  color: #333;
}
@media (max-width: 767px) {
  .page-company__about-text {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.08rem;
  }
}

/* -------------------------------------------------
   会社情報テーブル
   ------------------------------------------------- */
.page-company__info {
  width: 100%;
  max-width: 124rem;
  margin: 10rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-company__info {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

.page-company__info-title {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .page-company__info-title {
    margin-bottom: 3rem;
  }
}

.page-company__table {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .page-company__table {
    gap: 1.6rem;
  }
}

.page-company__row {
  display: flex;
  align-items: center;
  gap: 3.3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .page-company__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.page-company__th {
  flex-shrink: 0;
  width: 17.2rem;
  min-height: 6.4rem;
  padding: 1rem 0.4rem;
  background: #013763;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.16rem;
  text-align: center;
  white-space: nowrap; /* 「メールアドレス」が折り返さないように */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-company__th {
    width: 100%;
    min-height: 4.4rem;
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.page-company__td {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .page-company__td {
    padding: 1.2rem 0.4rem 0;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08rem;
  }
}

/* =========================================================
   page-works（施工事例）
   - ヒーローは _component.scss の .c-page-hero を再利用
   ========================================================= */
.page-works {
  background: #fff;
  color: #333;
}

.page-works__section {
  position: relative;
  padding: 7.3rem 0 12rem;
  background-color: #f5f5f5;
  background-image: url("../img/business/bg-texture.webp");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-works__section {
    padding: 4rem 0 6rem;
    background-size: cover;
  }
}

/* リード文 */
.page-works__lead {
  width: 100%;
  max-width: 97.6rem;
  margin: 0 auto 5rem;
  padding: 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 2.75;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .page-works__lead {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.08rem;
    text-align: left;
  }
}

/* ギャラリー：4列 × 3行（gap:13px） */
.page-works__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 19rem 19rem 31.7rem;
  gap: 1.3rem;
  width: 100%;
  max-width: 105.6rem; /* 254*4 + 13*3 = 1055 */
  margin: 0 auto;
  padding: 0 2rem;
  list-style: none;
}
@media (max-width: 767px) {
  .page-works__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    gap: 1rem;
  }
}

.page-works__item {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .page-works__item {
    height: auto;
  }
}

/* 3行目左2枚（外壁ビフォー・アフター）は縦長 31.7rem */
@media (min-width: 768px) {
  .page-works__item--tall {
    height: 31.7rem;
  }
}

/* 3行目右2枚（橋梁）は通常 19rem を保ち、grid セル上端で揃える */
@media (min-width: 768px) {
  .page-works__item--short {
    height: 19rem;
    align-self: start;
  }
}

/* 画像ボタン（モーダルを開く） */
.page-works__btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.2s, transform 0.2s;
}
@media (max-width: 767px) {
  .page-works__btn {
    aspect-ratio: 254/190;
  }
}
.page-works__btn:hover {
  opacity: 0.85;
}
.page-works__btn:focus-visible {
  outline: 2px solid #013763;
  outline-offset: 2px;
}

.page-works__btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   モーダル（クリックで拡大表示）
   ========================================================= */
.works-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.88);
  padding: 4rem;
}
@media (max-width: 767px) {
  .works-modal {
    padding: 2rem;
  }
}

.works-modal.is-open {
  display: flex;
}

.works-modal__body {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .works-modal__body {
    gap: 1rem;
  }
}

/* 画像サイズ: PC=画面幅の50% / SP=90% */
.works-modal__img {
  display: block;
  width: 50vw;
  max-height: 78vh;
  object-fit: contain;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .works-modal__img {
    width: 90vw;
    max-height: 72vh;
  }
}

.works-modal__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .works-modal__caption {
    font-size: 1.3rem;
  }
}

/* 閉じる・前後ナビ */
.works-modal__close,
.works-modal__nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  line-height: 1;
}
.works-modal__close:hover,
.works-modal__nav:hover {
  background: rgba(255, 255, 255, 0.25);
}

.works-modal__close {
  top: 2rem;
  right: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 3rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .works-modal__close {
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
}

.works-modal__nav {
  top: 50%;
  width: 5.6rem;
  height: 5.6rem;
  font-size: 2.4rem;
  border-radius: 50%;
  transform: translateY(-50%);
  /* SP: 画像と重なるためキャプションの下（画面下中央）へ並べる */
}
@media (max-width: 767px) {
  .works-modal__nav {
    top: auto;
    bottom: 3rem;
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.8rem;
    transform: none;
  }
}

.works-modal__nav--prev {
  left: 2rem;
}
@media (max-width: 767px) {
  .works-modal__nav--prev {
    left: calc(50% - 5.4rem); /* 中央から左へ */
    right: auto;
  }
}

.works-modal__nav--next {
  right: 2rem;
}
@media (max-width: 767px) {
  .works-modal__nav--next {
    right: calc(50% - 5.4rem); /* 中央から右へ */
    left: auto;
  }
}

/* スクロール固定時に <html> へ付与（JS） */
.is-modal-open {
  overflow: hidden;
}

/* =========================================================
   page-recruit（採用情報）
   ヒーロー / セクションタイトルは _component.scss を再利用
   ========================================================= */
.page-recruit {
  background: #fff;
  color: #333;
}

.page-recruit__main {
  position: relative;
  padding: 7rem 0 12rem;
  background-color: #f5f5f5;
  background-image: url("../img/business/bg-texture.webp");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-recruit__main {
    padding: 4rem 0 6rem;
    background-size: cover;
  }
}

/* -------------------------------------------------
   募集要項テーブル
   ------------------------------------------------- */
.page-recruit__requirements {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-recruit__title {
  margin: 0 0 5rem;
}
@media (max-width: 767px) {
  .page-recruit__title {
    margin-bottom: 3rem;
  }
}

.page-recruit__table {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .page-recruit__table {
    gap: 1.6rem;
    margin-top: 4rem;
  }
}

.page-recruit__row {
  display: flex;
  align-items: stretch;
  gap: 3.3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .page-recruit__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.page-recruit__th {
  flex-shrink: 0;
  width: 17.2rem;
  min-height: 6.4rem;
  padding: 1.4rem 0.4rem;
  background: #013763;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.16rem;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-recruit__th {
    width: 100%;
    min-height: 4.4rem;
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.page-recruit__td {
  flex: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
}
@media (max-width: 767px) {
  .page-recruit__td {
    padding: 1.2rem 0.4rem 0;
  }
}

.page-recruit__line {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  color: #333;
}
@media (max-width: 767px) {
  .page-recruit__line {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.08rem;
  }
}

/* -------------------------------------------------
   電話番号 CTA
   ------------------------------------------------- */
.page-recruit__tel-wrap {
  display: flex;
  justify-content: center;
  margin: 7rem 0;
}
@media (max-width: 767px) {
  .page-recruit__tel-wrap {
    margin: 4rem 0;
  }
}

/* -------------------------------------------------
   お問い合わせフォーム（CF7 互換マークアップ）
   ------------------------------------------------- */
.page-recruit__form-section {
  scroll-margin-top: 8rem; /* ヘッダー固定時のアンカー位置調整 */
}

.contact-form {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/* リード文 / 注意書きは __box の外 */
.contact-form__lead {
  margin: 4rem 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__lead {
    font-size: 1.3rem;
  }
}

.contact-form__caution {
  margin: 0 0 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__caution {
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }
}

/* 必須バッジ */
.contact-form__req {
  display: inline-block;
  margin-left: 0.6rem;
  color: #ff1414;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact-form__req {
    font-size: 1.2rem;
  }
}

/* フォーム本体ボックス */
.contact-form__box {
  background: transparent;
  padding: 0;
}

.contact-form__row {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 1.6rem 0;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    padding: 1rem 0;
  }
}

.contact-form__label {
  flex-shrink: 0;
  width: 26rem;
  padding-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    padding-top: 0;
    font-size: 1.5rem;
  }
}

.contact-form__field {
  flex: 1;
  width: 100%;
  min-width: 0;
}

/* テキスト入力系 */
.contact-form__field input[type=text],
.contact-form__field input[type=tel],
.contact-form__field input[type=email],
.contact-form__field textarea {
  width: 100%;
  padding: 1rem 1.4rem;
  background: #fff;
  border: 1px solid #a7a7a7;
  border-radius: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
.contact-form__field input[type=text]::placeholder,
.contact-form__field input[type=tel]::placeholder,
.contact-form__field input[type=email]::placeholder,
.contact-form__field textarea::placeholder {
  color: #b8bdc3;
}
.contact-form__field input[type=text]:focus,
.contact-form__field input[type=tel]:focus,
.contact-form__field input[type=email]:focus,
.contact-form__field textarea:focus {
  outline: 2px solid rgba(1, 55, 99, 0.3);
  outline-offset: 0;
  border-color: #013763;
}

.contact-form__field input[type=text],
.contact-form__field input[type=tel],
.contact-form__field input[type=email] {
  height: 4.4rem;
}

.contact-form__field textarea {
  min-height: 31.4rem;
  resize: vertical;
}

/* ラジオ（_reset.scss の appearance:none 対策で自前描画） */
.contact-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  padding-top: 0.4rem;
}

.contact-form__radios label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  cursor: pointer;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__radios label {
    font-size: 1.5rem;
  }
}

.contact-form__radios input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.contact-form__radios input[type=radio]:checked {
  border-color: #013763;
  background: radial-gradient(#013763 0 42%, #fff 46% 100%);
}

/* 送信ボタン（<button> と CF7 [submit] = input[type="submit"] 両対応） */
.contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact-form__submit {
    margin-top: 2.4rem;
  }
}

.contact-form__submit button,
.contact-form__submit input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  width: 23.5rem;
  height: 6rem;
  background-color: #970300;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.12em;
  text-align: center; /* _reset.scss の text-align:inherit を上書き */
  transition: opacity 0.2s;
}
.contact-form__submit button:hover,
.contact-form__submit input[type=submit]:hover {
  opacity: 0.88;
}
@media (max-width: 767px) {
  .contact-form__submit button,
  .contact-form__submit input[type=submit] {
    width: 20rem;
    height: 5.4rem;
    font-size: 1.6rem;
  }
}

/* -------------------------------------------------
   CF7 出力ラッパ対応
   ------------------------------------------------- */
.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}

.contact-form__radios .wpcf7-radio {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}

.contact-form__radios .wpcf7-list-item {
  margin: 0;
}

.contact-form__radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-form__field .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #e7001f;
}

.wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

/* =========================================================
   page-news-single（新着情報 個別投稿ページ）
   ヒーロー / セクションタイトルは _component.scss を再利用
   ========================================================= */
.page-news-single {
  background: #fff;
  color: #333;
}

.page-news-single__section {
  position: relative;
  padding: 7rem 0 12rem;
  background-color: #f5f5f5;
  background-image: url("../img/business/bg-texture.webp");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-news-single__section {
    padding: 4rem 0 6rem;
    background-size: cover;
  }
}

.page-news-single__inner {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/* -------------------------------------------------
   記事本体
   ------------------------------------------------- */
.page-news-single__article {
  background: #fff;
  padding: 6rem 6rem 5rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .page-news-single__article {
    padding: 3rem 2rem;
  }
}

.page-news-single__head {
  margin-bottom: 4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(1, 55, 99, 0.2);
}
@media (max-width: 767px) {
  .page-news-single__head {
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem;
  }
}

.page-news-single__date {
  display: inline-block;
  color: #f21814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .page-news-single__date {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }
}

.page-news-single__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
}
@media (max-width: 767px) {
  .page-news-single__title {
    font-size: 2rem;
  }
}

.page-news-single__thumb {
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .page-news-single__thumb {
    margin-bottom: 2.4rem;
  }
}

.page-news-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* -------------------------------------------------
   本文（the_content）
   ------------------------------------------------- */
.page-news-single__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 767px) {
  .page-news-single__body {
    font-size: 1.4rem;
  }
}

.page-news-single__body p {
  margin: 0 0 1.6em;
}

.page-news-single__body h2 {
  margin: 4rem 0 1.6rem;
  padding-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 2px solid #013763;
}
@media (max-width: 767px) {
  .page-news-single__body h2 {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}

.page-news-single__body h3 {
  margin: 3rem 0 1.4rem;
  padding-left: 1rem;
  border-left: 4px solid #013763;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-news-single__body h3 {
    font-size: 1.6rem;
  }
}

.page-news-single__body ul,
.page-news-single__body ol {
  margin: 0 0 1.6em 2em;
  padding: 0;
}

.page-news-single__body li {
  margin-bottom: 0.4em;
}

.page-news-single__body a {
  color: #013763;
  text-decoration: underline;
}
.page-news-single__body a:hover {
  opacity: 0.7;
}

.page-news-single__body img {
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
}

.page-news-single__body blockquote {
  margin: 2rem 0;
  padding: 1.6rem 2rem;
  background: #f0f3f7;
  border-left: 4px solid #013763;
  font-size: 1.5rem;
}

/* -------------------------------------------------
   トップへ戻るボタン
   ------------------------------------------------- */
.page-news-single__back {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-news-single__back {
    margin-top: 4rem;
  }
}

.page-404 {
  background: #fff;
}

.not-found {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .not-found {
    padding: 5rem 0 7rem;
  }
}

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 0 2rem;
  }
}

.not-found__code {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

.not-found__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #AE8D47;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    left: 2.4rem;
    width: 2.8rem;
  }
}
.not-found__btn-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-arrow-btn {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  color: #013763;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}

.c-arrow-btn:hover {
  opacity: 0.7;
}

.c-arrow-btn__text {
  display: inline-block;
}

.c-arrow-btn__circle {
  position: relative;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  background: #013763;
  flex-shrink: 0;
}

.c-arrow-btn__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-65%, -50%) rotate(45deg);
}

.c-arrow-btn--light {
  color: #fff;
}

.c-arrow-btn--light .c-arrow-btn__circle {
  background: #fff;
}

.c-arrow-btn--light .c-arrow-btn__circle::before {
  border-color: #013763;
}

.c-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-width: 24.2rem;
  height: 6.2rem;
  padding: 0 1.2rem 0 3.4rem;
  background: #fff;
  border-radius: 4.3rem;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
  color: #1a1a1a;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .c-pill-btn {
    min-width: 22rem;
    height: 5.6rem;
    font-size: 1.7rem;
  }
}

.c-pill-btn:hover {
  opacity: 0.8;
}

.c-pill-btn__text {
  display: inline-block;
}

.c-pill-btn__circle {
  position: relative;
  flex-shrink: 0;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  background: #013763;
}

.c-pill-btn__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-65%, -50%) rotate(45deg);
}

.c-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 27.3rem;
  height: 5.8rem;
  padding: 0 1.5rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s;
}

.c-contact-btn:hover {
  opacity: 0.85;
}

.c-contact-btn--tel {
  background: #013763;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-contact-btn--tel {
    letter-spacing: -0.02em;
  }
}

.c-contact-btn--mail {
  background: #a0a0a0;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.c-contact-btn__icon {
  display: inline-block;
  flex-shrink: 0;
  background-color: currentColor;
}

.c-contact-btn__icon--tel {
  width: 1.7rem;
  height: 1.7rem;
  -webkit-mask: url("../img/common/icon-tel.webp") no-repeat center/contain;
  mask: url("../img/common/icon-tel.webp") no-repeat center/contain;
}

.c-contact-btn__icon--mail {
  width: 2.6rem;
  height: 2.6rem;
  -webkit-mask: url("../img/common/icon-mail.webp") no-repeat center/contain;
  mask: url("../img/common/icon-mail.webp") no-repeat center/contain;
}

.c-page-hero {
  position: relative;
  width: 100%;
  height: 54.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-page-hero {
    height: 32rem;
  }
}

.c-page-hero__photos {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-page-hero__photos {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

.c-page-hero__photo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-page-hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.c-page-hero__photo--1 {
  background-image: url("../img/business/hero1.webp");
}

.c-page-hero__photo--2 {
  background-image: url("../img/business/hero2.webp");
}
@media (max-width: 767px) {
  .c-page-hero__photo--2 {
    display: none;
  }
}

.c-page-hero__photo--3 {
  background-image: url("../img/business/hero3.webp");
}
@media (max-width: 767px) {
  .c-page-hero__photo--3 {
    display: none;
  }
}

.c-page-hero__deco {
  position: absolute;
  right: -14rem;
  bottom: 0;
  z-index: 2;
  width: 32rem;
  height: 44rem;
  background: #013763;
  clip-path: polygon(62% 0, 100% 0, 38% 100%, 0 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-page-hero__deco {
    width: 14rem;
    height: 20rem;
    right: -5rem;
  }
}

.c-page-hero__copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.c-page-hero__brand {
  position: absolute;
  top: 28.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 1rem;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-page-hero__brand {
    top: auto;
    bottom: 4rem;
    font-size: 7rem;
    letter-spacing: 0.4rem;
  }
}

.c-page-hero__title {
  position: absolute;
  top: 22.7rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: 0.48rem;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-page-hero__title {
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.2rem;
    letter-spacing: 0.32rem;
  }
}

.c-sec-en {
  margin: 0 0 4rem 8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.48rem;
  color: #e6e6e6;
}
@media (max-width: 767px) {
  .c-sec-en {
    margin: 0 0 2rem 2rem;
    font-size: 4.2rem;
    letter-spacing: 0.2rem;
  }
}

.c-section-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.36rem;
  color: #333;
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: 2.4rem;
    letter-spacing: 0.18rem;
  }
}

.c-section-title__accent {
  color: #013763;
}

.c-section-title--center {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
