@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -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; /* 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%;
  scroll-behavior: smooth;
  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, 13.3333333333px);
  }
}

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

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

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

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

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

.en-text {
  font-family: "Century Gothic", "CenturyGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

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

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

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

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

.page-mv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1440/445;
}
.page-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-mv {
    height: 40rem;
  }
  .page-mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.page-mv__image {
  width: 100%;
  height: 100%;
}

.page-mv-catcharea {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .page-mv-catcharea {
    width: 100%;
    padding: 0 2rem;
    text-align: center;
    top: 55%;
  }
}
.page-mv-catcharea::before {
  content: "";
  display: block;
  width: 20rem;
  height: 11rem;
  background: url("../img/mv-icon.webp") no-repeat center center/contain;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}
@media (max-width: 767px) {
  .page-mv-catcharea::before {
    width: 10rem;
    height: 6rem;
    top: 80%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 70%;
  }
}

.page-mv-catcharea__title--ja {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .page-mv-catcharea__title--ja {
    font-size: 3.2rem;
  }
}

.page-mv-catcharea__title--en {
  font-size: 4rem;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-mv-catcharea__title--en {
    font-size: 2rem;
    margin-top: 0.6rem;
  }
}

.section-title {
  color: #005C9F;
  text-align: center;
  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: 1rem;
}

.section-title__ja {
  font-size: 3rem;
}

.section-title__en {
  font-size: 2.4rem;
}

.content-title {
  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: 1.5rem;
  background: #005C9F;
  font-size: 3rem;
  color: #fff;
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .content-title {
    font-size: 2rem;
    padding: 1rem 0;
  }
}

.content-title::before,
.content-title::after {
  content: "";
  width: 7rem;
  /* ← 線の長さ */
  height: 1px;
  /* 線の太さ */
  background-color: #fff;
}
@media (max-width: 767px) {
  .content-title::before,
  .content-title::after {
    width: 4rem;
  }
}

.content-item__flex {
  background: #B8E6FF;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .content-item__flex {
    padding: 2rem 0;
  }
}

.content-item__flex--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .content-item__flex--inner {
    grid-template-columns: 1fr;
  }
}

.content-item__image-area {
  width: 100%;
  height: auto;
}

.content-item__image {
  width: 100%;
  height: auto;
}
.content-item__image img {
  aspect-ratio: 640/450;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .content-item__image img {
    aspect-ratio: 320/225;
  }
}

.content-item__text-area {
  padding-top: 8rem;
  padding-left: 10rem;
}
@media (max-width: 767px) {
  .content-item__text-area {
    padding-top: 4rem;
    padding-left: 2rem;
  }
}

.content-item__title {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #005C9F;
}
@media (max-width: 767px) {
  .content-item__title {
    font-size: 1.6rem;
  }
}
.content-item__title span {
  color: #005C9F;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .content-item__title span {
    font-size: 2rem;
  }
}

.content-item__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .content-item__text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.content-item__flex--reverse {
  background: transparent;
}
.content-item__flex--reverse .content-item__image-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .content-item__flex--reverse .content-item__image-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.content-item__flex--reverse .content-item__text-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .content-item__flex--reverse .content-item__text-area {
    padding-right: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.image-grid {
  margin: 10rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media (max-width: 767px) {
  .image-grid {
    margin: 6rem 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  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;
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  border-color: rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header .l-header__right {
  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: 2rem;
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 2rem;
  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;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0;
  }
}
.l-header .l-header-title {
  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: 1rem;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .l-header .l-header-title {
    color: #333;
  }
}
.l-header .l-header-title__ja {
  font-size: 2.4rem;
  line-height: 1.2;
}
.l-header .l-header-title__ja span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .l-header .l-header-title__ja {
    font-size: 1.6rem;
  }
  .l-header .l-header-title__ja span {
    font-size: 2.4rem;
  }
}
.l-header .l-header__outlene-wrap {
  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 (max-width: 767px) {
  .l-header .l-header__outlene-wrap {
    display: none;
  }
}
.l-header .l-header__outlene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
}
.l-header .c-contact-link__btn--tel {
  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: 1rem;
}
.l-header .c-contact-link__btn--icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/icon-tel.webp") no-repeat center/contain;
}
.l-header .c-contact-link__btn--icon img {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.l-header.is-scrolled .c-contact-link__btn--icon {
  background-image: url("../img/icon-tel_blue.webp");
}
.l-header .c-contact-link__btn--text {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.l-header.is-scrolled .c-contact-link__btn--text {
  color: #005C9F;
}
.l-header.is-scrolled .l-header-title {
  color: #000;
}
.l-header #l-nav__content {
  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;
  margin-top: 0;
}
@media (max-width: 767px) {
  .l-header #l-nav__content {
    display: none;
  }
}
.l-header .l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .l-nav__content--item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  text-align: center;
}
.l-header .l-nav__content--item a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
}
.l-header .l-nav__content--item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #005C9F;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header .l-nav__content--item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-header .btn-contact {
  background: #00BCD5;
  position: relative;
  width: 10rem;
  height: 10rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.l-header .btn-contact::before {
  content: "";
  position: absolute;
  bottom: 0.35rem;
  right: 0.35rem;
  width: 0;
  height: 0;
  border-top: 1.6rem solid transparent;
  border-right: 1.6rem solid white;
}
@media (max-width: 767px) {
  .l-header .btn-contact {
    display: none;
  }
}
.l-header .btn-contact__icon {
  width: 3rem;
  height: auto;
}
.l-header .btn-contact__text {
  font-size: 1.4rem;
  color: #fff;
}
.l-header .btn-contact__text.is-scrolled {
  color: #fff;
}

.hamburger {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #FF8C00;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(30% - 8px);
}

.hamburger span:nth-child(2) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30%;
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(30% + 8px);
}

.hamburger-menu__text {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.1rem;
  color: #fff;
  white-space: nowrap;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 30%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 30%;
  left: 50%;
  bottom: initial;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9990;
  -webkit-transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 15vw), 0) rotate(0.001deg);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 800ms cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

/* メニューの半円 */
.menu-round-wrap {
  position: absolute;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  top: 0;
}

.round-wrap {
  width: 10vw;
  height: 100%;
  -webkit-transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 850ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .menu-round-wrap .round-wrap {
  width: 0;
}

.menu-round-wrap .round-wrap .round {
  background: #fff;
  -webkit-box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 150%;
  content: "";
  display: block;
  position: absolute;
  width: 750%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-6.5%, -50%) rotate(0.001deg);
          transform: translate(-6.5%, -50%) rotate(0.001deg);
}

.hamburger-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.hamburger-menu__wrapper {
  padding: 8rem 4rem;
  min-height: 100vh;
  position: relative;
}
.hamburger-menu__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/hero_krin1.gif") no-repeat right bottom;
  background-size: auto 26rem;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
}

.hamburger-menu__list {
  margin-bottom: 15px;
}

.hamburger-menu__listItem {
  font-size: 2.4rem;
  font-weight: 900;
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu__listItem--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hamburger-menu.active .hamburger-menu__listItem {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__sub-list {
  margin-top: 1.5rem;
  padding-left: 2rem;
  list-style: none;
}

.hamburger-menu__sub-item {
  -webkit-transform: translate(200px, 0) rotate(0.001deg);
          transform: translate(200px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.hamburger-menu__sub-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hamburger-menu__sub-item:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.hamburger-menu__sub-item:nth-child(3) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu.active .hamburger-menu__sub-item {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.hamburger-menu__listLink--parent {
  cursor: default;
  pointer-events: none;
}
.hamburger-menu__listLink--sub {
  font-size: 1.8rem;
  font-weight: 400;
}
.hamburger-menu__listLink--icon {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__listLink--icon img {
  width: 4.5rem;
  height: auto;
}

.hamburger-menu__listItem:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.hamburger-menu__listItem:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.hamburger-menu__listItem:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.hamburger-menu__listItem:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.hamburger-menu__listItem:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hamburger-menu__listItem:nth-child(6) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.hamburger-menu__listItem:nth-child(7) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.hamburger-menu__listItem:nth-child(8) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.hamburger-menu__listItem:nth-child(9) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.hamburger-menu__listLink {
  font-size: 1.5rem;
  padding: 20px 9px;
  display: block;
  letter-spacing: 0.08rem;
  color: #000;
}

.hamburger-menu__info {
  border-bottom: solid 0.2px #222;
  padding-bottom: 35px;
  margin-bottom: 23px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translate(300px, 0) rotate(0.001deg);
          transform: translate(300px, 0) rotate(0.001deg);
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 800ms cubic-bezier(0.75, 0, 0.25, 1);
}

.hamburger-menu.active .hamburger-menu__info {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.l-header-live {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  z-index: 9900;
  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 (max-width: 767px) {
  .l-header-live {
    height: 5rem;
  }
}
.l-header-live .l-header__wrap {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #feeaeb;
}
@media (max-width: 767px) {
  .l-header-live .l-header__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
}
.l-header-live .l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 15.93rem;
  height: auto;
  padding-left: 2.483rem;
}
@media (max-width: 767px) {
  .l-header-live .l-header__title {
    padding-left: 0;
    width: 5.5rem;
    height: auto;
  }
}
.l-header-live #l-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0rem;
}
.l-header-live .l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.5rem;
  padding-right: 7.4rem;
}
@media (max-width: 767px) {
  .l-header-live .l-nav__content--items {
    display: none;
  }
}
.l-header-live .link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 900;
}
.l-header-live .link-items__image {
  width: 6.1rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-header-live .nav-link__image {
    width: 6.1rem;
    height: auto;
  }
}

.l-footer {
  background: #E5FCFF;
}
.l-footer .l-footer-contact {
  background: url("../img/bg-cta.webp") no-repeat center center/cover;
  padding: 11rem 0 14rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-footer .l-footer-contact {
    padding: 7rem 0;
  }
}
.l-footer .l-footer-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 92, 159, 0.5)), to(rgba(0, 92, 159, 0.5)));
  background: linear-gradient(0deg, rgba(0, 92, 159, 0.5) 0%, rgba(0, 92, 159, 0.5) 100%);
}
.l-footer .l-footer-contact::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 1px solid #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-footer .l-footer-contact::after {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.l-footer .l-footer-contact__text-area {
  position: relative;
  z-index: 1;
  color: #fff;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-contact__text-area {
    padding: 0 2rem;
  }
}
.l-footer .l-footer-contact__text-area--title--ja {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-contact__text-area--title--en {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-contact__text-area--text {
  margin-top: 5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-footer .l-footer-contact__text-area--text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}
.l-footer .l-footer-contact__text-area--text span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-top: 1rem;
  text-align: center;
}
.l-footer .l-footer-contact__link-area {
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-footer .l-footer-contact__link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.6rem;
    gap: 4rem;
  }
}
.l-footer .c-contact-link__btn {
  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: 2rem;
  background: #FF8C00;
  border: 1px solid #FF8C00;
  padding: 1rem 2rem;
  border-radius: 5rem;
  width: 33rem;
  height: 7rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.l-footer .c-contact-link__btn:hover {
  background: #005C9F;
  border: 1px solid #fff;
  opacity: 1 !important;
}
.l-footer .c-contact-link__btn--tel {
  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: 1rem;
}
.l-footer .c-contact-link__btn--icon {
  width: 3rem;
  height: auto;
}
.l-footer .c-contact-link__btn--text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-contents {
  padding: 7rem 10rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-contents {
    padding: 7rem 0;
  }
}
.l-footer .l-fotter-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .l-footer .l-fotter-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}
.l-footer .l-footer__company {
  color: #005C9F;
  font-size: 2.4rem;
  line-height: 1.2;
}
.l-footer .l-footer__company span {
  font-size: 4rem;
  font-weight: 500;
}
.l-footer .l-footer__company--text {
  margin-top: 3.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-footer .l-footer__company--text {
    font-size: 1.6rem;
  }
}
.l-footer .l-footer__sitemap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.l-footer .l-footer__sitemap__item {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap__item {
    text-align: center;
  }
}
.l-footer .l-footer__sitemap__item .l-footer__sitemap__item--text {
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
}
.l-footer .l-footer__sitemap__item .l-footer__sitemap__item--text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #005C9F;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-footer .l-footer__sitemap__item:hover .l-footer__sitemap__item--text::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-footer .l-footer-sns-area {
  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: 3rem;
}
.l-footer .l-footer-sns-area__item {
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}
.l-footer .copyright {
  background: #005C9F;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

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

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

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

.u-number-orange {
  background: #f79427;
  color: rgb(255, 255, 255);
  padding: 0.5rem 0.8rem;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}

.u-red {
  color: red;
}

.u-orange {
  color: #f79427;
}

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

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

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

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

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

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

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

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

.fv {
  position: relative;
  aspect-ratio: 1440/910;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 375/720;
  }
}

.fv-swiper {
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  height: 100%;
}

.fv-swiper__slide {
  height: 100%;
}

.fv-swiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-catch-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

.catch-name {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 500;
}

.catch-name__company {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .catch-name__company {
    font-size: 1.2rem;
  }
}

.catch-name__company--name {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .catch-name__company--name {
    font-size: 2.4rem;
  }
}

.fv-catch__main {
  color: #fff;
  margin-top: 2rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.fv-catch__main--en {
  font-size: 8rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
  .fv-catch__main--en {
    font-size: 3.5rem;
  }
}

.fv-catch__sub {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .fv-catch__sub {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}

.line {
  margin-top: 6rem;
}

.line-head-text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}

.line-head-text__inner {
  position: relative;
  display: inline-block;
}
.line-head-text__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.2rem;
  height: 4.2rem;
  background: url("../img/icon-slash01.webp") no-repeat center center/contain;
}
.line-head-text__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.2rem;
  height: 4.2rem;
  background: url("../img/icon-slash02.webp") no-repeat center center/contain;
}

.line-banner {
  width: 62%;
  margin: 2rem auto;
}

.line-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #D9D9D9;
  margin: 0 auto;
}

.line-list__item {
  padding-left: 3rem;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.line-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url("../img/icon-check.webp") no-repeat center center/contain;
}

.business-contnts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .business-contnts {
    grid-template-columns: 1fr;
    gap: 6rem 0;
    margin-top: 3rem;
  }
}

.business-contents__item {
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 720/470;
}
.business-contents__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 92, 159, 0.5)), to(rgba(0, 92, 159, 0.5)));
  background: linear-gradient(0deg, rgba(0, 92, 159, 0.5) 0%, rgba(0, 92, 159, 0.5) 100%);
}
.business-contents__item::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 1px solid #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .business-contents__item::after {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.business-contents__item01 {
  background: url("../img/top01.webp") no-repeat center center/cover;
}

.business-contents__item02 {
  background: url("../img/top02.webp") no-repeat center center/cover;
}

.business-contents__item03 {
  background: url("../img/top03.webp") no-repeat center center/cover;
}

.business-contents__item04 {
  background: url("../img/top04.webp") no-repeat center center/cover;
}

.item-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: 1rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.item-text__ja {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
}

.item-text__en {
  font-size: 2.4rem;
  color: #fff;
}

.c-item-btn-area {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 3;
}

.c-item-btn {
  width: 24rem;
  height: 5rem;
  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;
  background: #FF8C00;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-item-btn:hover {
  background: #005C9F;
}
.c-item-btn::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 3rem;
  height: 0.1rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.business-contents__item:hover .c-item-btn,
.comppany-title-area:hover .c-item-btn {
  background: #005C9F;
  opacity: 1 !important;
}

.company {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 15rem;
  }
}

.company-image-area {
  width: 70%;
  height: auto;
  aspect-ratio: 1028/480;
  position: relative;
  background: url("../img/top05.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .company-image-area {
    width: 100%;
    aspect-ratio: 375/178;
  }
}
.company-image-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 92, 159, 0.5)), to(rgba(0, 92, 159, 0.5)));
  background: linear-gradient(0deg, rgba(0, 92, 159, 0.5) 0%, rgba(0, 92, 159, 0.5) 100%);
}
.company-image-area::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 1px solid #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .company-image-area::after {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.company-image-area__text {
  position: absolute;
  top: 5.5rem;
  left: 8rem;
  z-index: 3;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .company-image-area__text {
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    font-size: 2rem;
  }
}

.comppany-title-area {
  width: 40%;
  height: 33rem;
  background: rgba(0, 188, 213, 0.9);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .comppany-title-area {
    width: 88%;
    height: 17rem;
    margin: 0 auto;
    top: 40%;
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.comppany-title-area__text--ja {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
}

.comppany-title-area__text--en {
  font-size: 2.4rem;
  color: #fff;
}

.news {
  margin-top: 6rem;
  padding: 4rem 0 7rem;
  background: #E5FCFF;
}
@media (max-width: 767px) {
  .news {
    padding: 5rem 0;
  }
}

.news-grid {
  margin-top: 5rem;
  display: grid;
  gap: 4rem 2.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.news-card {
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.news-card__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: relative;
  background: #fff;
}
.news-card__link:hover {
  opacity: 0.7;
}

.news-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.news-card__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.news-card__body {
  padding: 1rem 1rem 3rem;
  min-height: 10rem;
}

.news-card__date {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.news-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 1rem 0;
}

.news-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}

.news-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2rem;
  color: #005C9F;
  border: 1px solid #005C9F;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.c-link-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .c-link-button-area {
    margin-top: 3rem;
  }
}

.works {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .works {
    padding: 5rem 0;
  }
}

.works-grid {
  margin-top: 5rem;
  display: grid;
  gap: 4rem 2.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .works-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.works-card {
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.works-card__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.works-card__link:hover {
  opacity: 0.7;
}

.works-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.works-card__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.works-card__body {
  padding: 1rem 1rem 2rem;
  min-height: 10rem;
}

.works-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 1rem 0;
}

.works-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}

.works-card__tags {
  font-size: 1.2rem;
  color: #005C9F;
  border: 1px solid #005C9F;
  border-radius: 999px;
  padding: 0.2rem 1rem;
  margin-top: 0.8rem;
  display: inline-block;
  float: right;
}

.not-found {
  margin: 10rem 0;
}
.not-found .c-message {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .not-found .c-message {
    font-size: 1.6rem;
  }
}
.not-found .c-btn {
  padding: 2rem;
  border: 1px solid #005C9F;
  border-radius: 1rem;
  background: rgba(0, 92, 159, 0.1);
  background: #fff;
  width: 30rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.page-water-leak .head-text-area__title {
  color: #005C9F;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .page-water-leak .head-text-area__title {
    font-size: 2rem;
  }
}
.page-water-leak .head-text-area__text {
  font-size: 1.6rem;
  text-align: center;
  margin: 3rem auto 13rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-water-leak .head-text-area__text {
    margin: 2rem auto 6rem;
    font-size: 1.2rem;
    text-align: left;
  }
}
.page-water-leak .water-leak-contents {
  background: #E5FCFF;
  padding: 8rem 0 12rem;
}
@media (max-width: 767px) {
  .page-water-leak .water-leak-contents {
    padding: 4rem 0 8rem;
  }
}
.page-water-leak .water-leak__grid {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 4rem 7rem;
}
@media (max-width: 767px) {
  .page-water-leak .water-leak__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-water-leak .water-leak__item:hover {
  opacity: 1;
}
.page-water-leak .water-leak__item:hover .water-leak__item__text-area {
  background: #005C9F;
}
.page-water-leak .water-leak__item__text-area {
  width: 100%;
  height: auto;
  background: #FF8C00;
  color: #fff;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.page-water-leak .water-leak__item__text-area::after {
  content: "＞";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}
.page-water-leak .water-leak__item__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
@media (max-width: 767px) {
  .page-water-leak .water-leak__item__text {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.page-water-leak .water-leak__bottom-text {
  font-size: 3rem;
  font-weight: 600;
  background: #E5FCFF;
  color: #005C9F;
  position: relative;
  width: 72%;
  height: 20rem;
  margin: 15rem auto;
  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;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-water-leak .water-leak__bottom-text {
    font-size: 1.8rem;
    width: 100%;
    padding: 0 2rem;
    height: 14rem;
    margin: 5rem auto;
    text-align: left;
  }
}
.page-water-leak .water-leak__bottom-text::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 1px solid #005C9F;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-water-leak .water-leak__bottom-text::after {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.page-recruit .recruit-head {
  padding: 7rem 2rem;
}
@media (max-width: 767px) {
  .page-recruit .recruit-head {
    padding: 4rem 2rem;
  }
}
.page-recruit .recruit-head__title {
  color: #FF8C00;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-recruit .recruit-head__title {
    font-size: 2rem;
  }
}
.page-recruit .border-line {
  width: 18rem;
  height: 0.3rem;
  background: #FF8C00;
  margin: 0 auto;
}
.page-recruit .recruit-head__text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-recruit .recruit-head__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.page-recruit .carrier-up-system__content {
  padding: 8rem 0 10rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .page-recruit .carrier-up-system__content {
    grid-template-columns: 1fr;
    padding: 4rem 2rem;
  }
}
.page-recruit .carrier-up-system__content--text-area {
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .page-recruit .carrier-up-system__content--text-area {
    padding-right: 0;
  }
}
.page-recruit .carrier-up-system__content--text-area--title {
  font-size: 2.4rem;
  color: #005C9F;
  text-align: right;
}
@media (max-width: 767px) {
  .page-recruit .carrier-up-system__content--text-area--title {
    text-align: center;
    font-size: 2rem;
  }
}
.page-recruit .carrier-up-system__content--text-area--text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-recruit .carrier-up-system__content--text-area--text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.page-recruit .carrier-up-system__content--image-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
}
.page-recruit .carrier-up-system__content--image-area img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-recruit .recruit-introduction {
  padding: 4rem 0;
  background: url(../img/bg-recruit.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .page-recruit .recruit-introduction {
    padding: 2rem 0;
  }
}
.page-recruit .introduction-text-area {
  padding: 4rem 0;
  width: 80rem;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-recruit .introduction-text-area {
    width: 100%;
    padding: 2rem;
  }
}
.page-recruit .introduction-text-area__title {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit .introduction-text-area__title {
    font-size: 1.4rem;
  }
}
.page-recruit .introduction-text-area__title span {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-recruit .introduction-text-area__title span {
    font-size: 2rem;
  }
}
.page-recruit .introduction-text-area__text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-recruit .introduction-text-area__text {
    font-size: 1.4rem;
  }
}
.page-recruit .benefits {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .page-recruit .benefits {
    padding: 4rem 2rem;
  }
}
.page-recruit .benefits-content {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .page-recruit .benefits-content {
    padding: 2rem 2rem;
  }
}
.page-recruit .recruit-equipment {
  background: #E5FCFF;
}
.page-recruit .recruit-equipment__head-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-recruit .recruit-equipment__head-text {
    font-size: 1.4rem;
    margin-top: 2rem;
    text-align: left;
  }
}
.page-recruit .equipment-items {
  padding: 5rem 4rem 10rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-recruit .equipment-items {
    padding: 2rem 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.page-recruit .equipment-item__text {
  padding: 2rem 0;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-recruit .equipment-item__text {
    font-size: 1.4rem;
  }
}
.page-recruit .requirement {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .page-recruit .requirement {
    padding-bottom: 4rem;
  }
}
.page-recruit .requirements__title {
  font-size: 2rem;
  color: #005C9F;
  text-align: center;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .page-recruit .requirements__title {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.page-recruit .requirements-table-wrap {
  max-width: 90rem;
  margin: 0 auto 4rem;
  border: none !important;
}
@media (max-width: 767px) {
  .page-recruit .requirements-table-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
.page-recruit .requirements-table {
  width: 100%;
  border-collapse: collapse;
}
.page-recruit .requirements-table th,
.page-recruit .requirements-table td {
  padding: 2rem 3rem;
  border-bottom: 1px solid #666;
  font-size: 1.6rem;
  line-height: 1.8;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-recruit .requirements-table th,
  .page-recruit .requirements-table td {
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
    display: block;
  }
}
.page-recruit .requirements-table th {
  width: 20rem;
  font-weight: 600;
  background: transparent !important;
}
@media (max-width: 767px) {
  .page-recruit .requirements-table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .page-recruit .requirements-table td {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #666;
  }
}
.page-recruit .requirements-table tr:last-child th,
.page-recruit .requirements-table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  .page-recruit .requirements-table tr:last-child th,
  .page-recruit .requirements-table tr:last-child td {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .page-recruit .requirements-table tr:last-child td {
    border-bottom: none;
  }
}
.page-recruit .requirements__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-recruit .requirements__entry-btn {
  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;
  width: 24rem;
  height: 5rem;
  background: #FF8C00;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-recruit .requirements__entry-btn:hover {
  background: #005C9F;
}

.page-about-us .head-text {
  padding: 7rem 0;
  background: #E5FCFF;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .page-about-us .head-text {
    font-size: 1.4rem;
    padding: 4rem 2rem;
    margin-bottom: 4rem;
    text-align: left;
  }
}
.page-about-us .modal-note {
  font-size: 1.6rem;
  text-align: center;
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .page-about-us .modal-note {
    font-size: 1.4rem;
    margin: 3rem 0;
  }
}
.page-about-us .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-about-us .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 6rem;
  }
}
.page-about-us .gallery-grid__item {
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-about-us .gallery-grid__item {
    width: 100%;
  }
}
.page-about-us .gallery-grid__item img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-about-us .gallery-grid__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-about-us .gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.page-about-us .gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.page-about-us .gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.page-about-us .gallery-modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
}
.page-about-us .gallery-modal__image {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.page-about-us .gallery-modal__close {
  position: absolute;
  top: -4rem;
  right: -1rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-about-us .gallery-modal__close:hover {
  opacity: 0.7;
}
.page-company .philosophy {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .page-company .philosophy {
    padding: 4rem 0;
  }
}
.page-company .philosophy-text-area {
  padding: 6rem 0 10rem;
}
@media (max-width: 767px) {
  .page-company .philosophy-text-area {
    padding: 4rem 0 6rem;
  }
}
.page-company .philosophy-text-area__title {
  font-size: 3rem;
  line-height: 1.5;
  color: #FF8C00;
  text-align: center;
}
@media (max-width: 767px) {
  .page-company .philosophy-text-area__title {
    font-size: 2rem;
  }
}
.page-company .philosophy-text-area__text {
  font-size: 1.6rem;
  line-height: 2;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-company .philosophy-text-area__text {
    font-size: 1.4rem;
  }
}
.page-company .greeting {
  background: #E5FCFF;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .page-company .greeting {
    padding: 4rem 0;
  }
}
.page-company .greeting .content-item__flex--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-company .greeting .content-item__flex--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-company .greeting .content-item__image-area {
  position: relative;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .page-company .greeting .content-item__image-area {
    padding-top: 2rem;
  }
}
.page-company .greeting .content-item__image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-company .greeting .content-item__image img {
  aspect-ratio: 640/480;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-company .greeting .content-item__image img {
    aspect-ratio: 320/225;
  }
}
.page-company .greeting .name-area {
  position: relative;
  bottom: 0;
  left: 0;
  width: 37rem;
  height: 11rem;
  background: #fff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: translate(40%, -50%);
          transform: translate(40%, -50%);
}
@media (max-width: 767px) {
  .page-company .greeting .name-area {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 100%;
    height: 8rem;
  }
}
.page-company .greeting .name-area::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 1px solid #005C9F;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-company .greeting .name-area::after {
    top: 0.2rem;
    left: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
  }
}
.page-company .greeting .name__ja {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-company .greeting .name__ja {
    font-size: 1.6rem;
  }
}
.page-company .greeting .name__ja span {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .page-company .greeting .name__ja span {
    font-size: 2.4rem;
  }
}
.page-company .greeting .name__en {
  font-size: 3rem;
  color: #005C9F;
}
@media (max-width: 767px) {
  .page-company .greeting .name__en {
    font-size: 2rem;
  }
}
.page-company .greeting .content-item__text-area {
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .page-company .greeting .content-item__text-area {
    padding-left: 2rem;
  }
}
.page-company .greeting .content-item__title {
  font-size: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #005C9F;
  gap: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .page-company .greeting .content-item__title {
    gap: 2rem;
    font-size: 2rem;
  }
}
.page-company .greeting .content-item__title span {
  font-size: 6.4rem;
  color: #005C9F;
}
@media (max-width: 767px) {
  .page-company .greeting .content-item__title span {
    font-size: 4rem;
  }
}
.page-company .greeting .content-item__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: 2rem;
  margin-top: 7rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-company .greeting .content-item__text {
    gap: 1rem;
    font-size: 1.4rem;
    margin-top: 4rem;
  }
}
.page-company .greeting .paragraph {
  line-height: 1.5;
}
.page-company .company-outline {
  background: url("../img/bg-company-outline.webp") no-repeat center center/cover;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .page-company .company-outline {
    padding: 1rem 0;
  }
}
.page-company .outline-table {
  width: 80%;
  margin: 6rem auto;
  border-collapse: collapse;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-company .outline-table {
    width: 100%;
    margin: 4rem auto;
  }
}
.page-company .outline-table th {
  width: 20%;
  text-align: left;
  padding: 2rem;
  border-bottom: 0.3rem solid #005C9F;
}
@media (max-width: 767px) {
  .page-company .outline-table th {
    padding: 1rem;
  }
}
.page-company .outline-table td {
  padding: 2rem 2rem 2rem 5rem;
  border-bottom: 0.1rem solid #d9d9d9;
}
@media (max-width: 767px) {
  .page-company .outline-table td {
    padding: 1rem;
  }
}
.page-company .outline-table ul {
  margin: 0;
  padding-left: 2rem;
  list-style-type: disc;
}
@media (max-width: 767px) {
  .page-company .outline-table ul {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .page-company .outline-table th, .page-company .outline-table td {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
  }
}

.company-history {
  background: #E5FCFF;
}
.company-history .history-table {
  max-width: 74rem;
  padding: 0 2rem;
  margin: 10rem auto;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .company-history .history-table {
    width: calc(100% - 4rem);
    margin: 4rem auto;
    padding: 0 2rem;
  }
}
.company-history .history-table th {
  width: 30%;
  text-align: left;
  padding: 1.5rem 1rem;
  border-bottom: 1px dotted #666;
  font-weight: bold;
}
@media (max-width: 767px) {
  .company-history .history-table th {
    padding: 1rem;
  }
}
.company-history .history-table td {
  padding: 1.5rem 1rem;
  border-bottom: 1px dotted #666;
}
@media (max-width: 767px) {
  .company-history .history-table td {
    padding: 1rem;
  }
}
.company-history {
  /* スマホでは縦に並べる設定 */
}
@media (max-width: 767px) {
  .company-history .history-table th, .company-history .history-table td {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
  }
  .company-history .history-table th {
    border-bottom: none;
    padding-top: 1.5rem;
  }
}

.google-map {
  width: 100%;
  height: 40rem;
}
@media (max-width: 767px) {
  .google-map {
    height: 20rem;
  }
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

.page-contact .contact-form-section {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .page-contact .contact-form-section {
    padding: 4rem 0;
  }
}
.page-contact .contact-form {
  max-width: 80rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .page-contact .contact-form {
    margin: 3rem auto 0;
  }
}
.page-contact .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .page-contact .contact-form__row {
    -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;
    padding: 1.6rem 0;
  }
}
.page-contact .contact-form__row--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .contact-form__label {
  width: 22rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__label {
    width: 100%;
    margin-bottom: 0.8rem;
    padding-left: 0;
    font-size: 1.5rem;
  }
}
.page-contact .contact-form__required {
  color: #e00;
  font-weight: 700;
  margin-left: 0.2rem;
}
.page-contact .contact-form__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .page-contact .contact-form__field {
    width: 100%;
  }
}
.page-contact .contact-form__field input[type=text],
.page-contact .contact-form__field input[type=email],
.page-contact .contact-form__field input[type=tel],
.page-contact .contact-form__field textarea {
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: rgb(0, 0, 0);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.page-contact .contact-form__field input[type=text]::-webkit-input-placeholder, .page-contact .contact-form__field input[type=email]::-webkit-input-placeholder, .page-contact .contact-form__field input[type=tel]::-webkit-input-placeholder, .page-contact .contact-form__field textarea::-webkit-input-placeholder {
  color: #aaa;
}
.page-contact .contact-form__field input[type=text]::-moz-placeholder, .page-contact .contact-form__field input[type=email]::-moz-placeholder, .page-contact .contact-form__field input[type=tel]::-moz-placeholder, .page-contact .contact-form__field textarea::-moz-placeholder {
  color: #aaa;
}
.page-contact .contact-form__field input[type=text]:-ms-input-placeholder, .page-contact .contact-form__field input[type=email]:-ms-input-placeholder, .page-contact .contact-form__field input[type=tel]:-ms-input-placeholder, .page-contact .contact-form__field textarea:-ms-input-placeholder {
  color: #aaa;
}
.page-contact .contact-form__field input[type=text]::-ms-input-placeholder, .page-contact .contact-form__field input[type=email]::-ms-input-placeholder, .page-contact .contact-form__field input[type=tel]::-ms-input-placeholder, .page-contact .contact-form__field textarea::-ms-input-placeholder {
  color: #aaa;
}
.page-contact .contact-form__field input[type=text]::placeholder,
.page-contact .contact-form__field input[type=email]::placeholder,
.page-contact .contact-form__field input[type=tel]::placeholder,
.page-contact .contact-form__field textarea::placeholder {
  color: #aaa;
}
.page-contact .contact-form__field input[type=text]:focus,
.page-contact .contact-form__field input[type=email]:focus,
.page-contact .contact-form__field input[type=tel]:focus,
.page-contact .contact-form__field textarea:focus {
  outline: none;
  border-color: #005C9F;
}
@media (max-width: 767px) {
  .page-contact .contact-form__field input[type=text],
  .page-contact .contact-form__field input[type=email],
  .page-contact .contact-form__field input[type=tel],
  .page-contact .contact-form__field textarea {
    font-size: 1.5rem;
    padding: 1rem 1.2rem;
  }
}
.page-contact .contact-form__field textarea {
  resize: vertical;
  min-height: 18rem;
}
.page-contact .contact-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__submit {
    margin-top: 3rem;
  }
}
.page-contact .contact-form__btn {
  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;
  width: 24rem;
  height: 5.6rem;
  background: #FF8C00;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-contact .contact-form__btn:hover {
  background: #005C9F;
}
.page-contact .contact-form__btn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 3rem;
  height: 0.1rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-contact .wpcf7-form {
  max-width: 80rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .page-contact .wpcf7-form {
    margin: 3rem auto 0;
  }
}
.page-contact .wpcf7-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .page-contact .wpcf7-form p {
    -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;
    padding: 1.6rem 0;
  }
}
.page-contact .wpcf7-form label {
  width: 22rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-contact .wpcf7-form label {
    width: 100%;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
}
.page-contact .wpcf7-form input[type=text],
.page-contact .wpcf7-form input[type=email],
.page-contact .wpcf7-form input[type=tel],
.page-contact .wpcf7-form textarea,
.page-contact .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.page-contact .wpcf7-form input[type=text]::-webkit-input-placeholder, .page-contact .wpcf7-form input[type=email]::-webkit-input-placeholder, .page-contact .wpcf7-form input[type=tel]::-webkit-input-placeholder, .page-contact .wpcf7-form textarea::-webkit-input-placeholder, .page-contact .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder {
  color: #aaa;
}
.page-contact .wpcf7-form input[type=text]::-moz-placeholder, .page-contact .wpcf7-form input[type=email]::-moz-placeholder, .page-contact .wpcf7-form input[type=tel]::-moz-placeholder, .page-contact .wpcf7-form textarea::-moz-placeholder, .page-contact .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
  color: #aaa;
}
.page-contact .wpcf7-form input[type=text]:-ms-input-placeholder, .page-contact .wpcf7-form input[type=email]:-ms-input-placeholder, .page-contact .wpcf7-form input[type=tel]:-ms-input-placeholder, .page-contact .wpcf7-form textarea:-ms-input-placeholder, .page-contact .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder {
  color: #aaa;
}
.page-contact .wpcf7-form input[type=text]::-ms-input-placeholder, .page-contact .wpcf7-form input[type=email]::-ms-input-placeholder, .page-contact .wpcf7-form input[type=tel]::-ms-input-placeholder, .page-contact .wpcf7-form textarea::-ms-input-placeholder, .page-contact .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit)::-ms-input-placeholder {
  color: #aaa;
}
.page-contact .wpcf7-form input[type=text]::placeholder,
.page-contact .wpcf7-form input[type=email]::placeholder,
.page-contact .wpcf7-form input[type=tel]::placeholder,
.page-contact .wpcf7-form textarea::placeholder,
.page-contact .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: #aaa;
}
.page-contact .wpcf7-form input[type=text]:focus,
.page-contact .wpcf7-form input[type=email]:focus,
.page-contact .wpcf7-form input[type=tel]:focus,
.page-contact .wpcf7-form textarea:focus,
.page-contact .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none;
  border-color: #005C9F;
}
@media (max-width: 767px) {
  .page-contact .wpcf7-form input[type=text],
  .page-contact .wpcf7-form input[type=email],
  .page-contact .wpcf7-form input[type=tel],
  .page-contact .wpcf7-form textarea,
  .page-contact .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    font-size: 1.5rem;
    padding: 1rem 1.2rem;
  }
}
.page-contact .wpcf7-form textarea {
  resize: vertical;
  min-height: 18rem;
}
.page-contact .wpcf7-form input[type=submit],
.page-contact .wpcf7-form .wpcf7-submit {
  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;
  text-align: center;
  width: 24rem;
  height: 5.6rem;
  margin: 4rem auto 0;
  background: #FF8C00;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-contact .wpcf7-form input[type=submit]:hover,
.page-contact .wpcf7-form .wpcf7-submit:hover {
  background: #005C9F;
}
.page-contact .privacy-policy-section {
  padding: 8rem 0;
  background: #E5FCFF;
}
@media (max-width: 767px) {
  .page-contact .privacy-policy-section {
    padding: 4rem 0;
  }
}
.page-contact .privacy-policy-section__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #005C9F;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .page-contact .privacy-policy-section__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.page-contact .scroll-box {
  max-width: 80rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-contact .scroll-box__inner {
  max-height: 28rem;
  overflow-y: auto;
  padding: 3rem;
}
.page-contact .scroll-box__inner p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .page-contact .scroll-box__inner {
    max-height: 22rem;
    padding: 2rem;
  }
  .page-contact .scroll-box__inner p {
    font-size: 1.3rem;
  }
}
.page-contact .scroll-box__inner ul {
  margin: 0 0 1.2rem 2rem;
  padding: 0;
}
.page-contact .scroll-box__inner ul li {
  list-style-type: disc;
  margin-bottom: 0.4rem;
}
.page-contact .scroll-box__inner ol {
  margin: 0.4rem 0 1.2rem 2rem;
  padding: 0;
}
.page-contact .scroll-box__inner ol li {
  list-style-type: decimal;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
.page-contact .scroll-box__heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .page-contact .scroll-box__heading {
    font-size: 1.5rem;
  }
}
.page-contact .scroll-box__sub-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .page-contact .scroll-box__sub-heading {
    font-size: 1.4rem;
  }
}
.page-contact .scroll-box--privacy {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.page-contact .contact-notice-section {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .page-contact .contact-notice-section {
    padding: 4rem 0;
  }
}
.page-contact .contact-notice {
  max-width: 80rem;
  margin: 0 auto;
  border: 3px solid #005C9F;
  padding: 3rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .page-contact .contact-notice {
    padding: 2rem;
  }
}
.page-contact .contact-notice__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #005C9F;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-contact .contact-notice__title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.page-contact .scroll-box--notice {
  border: 1px solid #ccc;
}
.page-contact .scroll-box--notice .scroll-box__inner {
  max-height: 20rem;
}
@media (max-width: 767px) {
  .page-contact .scroll-box--notice .scroll-box__inner {
    max-height: 16rem;
  }
}
.page-contact .line-banner-section {
  padding: 4rem 0 8rem;
}
@media (max-width: 767px) {
  .page-contact .line-banner-section {
    padding: 3rem 0 5rem;
  }
}
.page-contact .line-banner__link {
  display: block;
  max-width: 70rem;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-contact .line-banner__link:hover {
  opacity: 0.8;
}
.page-contact .line-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}

.page-plumbing .plumbing-contents {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .page-plumbing .plumbing-contents {
    padding: 4rem 0;
  }
}
.page-plumbing .plumbing__grid {
  padding: 8rem 14rem;
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 5rem 11rem;
}
@media (max-width: 767px) {
  .page-plumbing .plumbing__grid {
    padding: 4rem 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-plumbing .plumbing__item__text-area {
  width: 100%;
  background: #B8E6FF;
}
.page-plumbing .plumbing__item__text {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .page-plumbing .plumbing__item__text {
    font-size: 1.6rem;
  }
}
.page-plumbing .area {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .page-plumbing .area {
    padding: 4rem 0;
  }
}
.page-plumbing .area-contents__text {
  max-width: 80rem;
  margin: 7rem auto;
  padding: 0 2rem;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-plumbing .area-contents__text {
    font-size: 1.4rem;
    margin: 3rem auto;
  }
}
.page-plumbing .area-contents__map {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-news-list .news {
  padding: 8rem 0;
  background: none;
}
@media (max-width: 767px) {
  .page-news-list .news {
    padding: 4rem 0;
  }
}
.page-news-list .news-list-page__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-news-list .news-list-page__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
  }
}
.page-news-list .news-list-page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 767px) {
  .page-news-list .news-list-page__main {
    width: 100%;
  }
}
.page-news-list .news-list-page__sidebar {
  width: 26rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-news-list .news-list-page__sidebar {
    width: 100%;
  }
}
.page-news-list .news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-news-list .news-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-news-list .news-card {
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.page-news-list .news-card__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: relative;
}
.page-news-list .news-card__link:hover {
  opacity: 0.7;
}
.page-news-list .news-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.page-news-list .news-card__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-news-list .news-card__body {
  padding: 1rem 1rem 3rem;
}
.page-news-list .news-card__date {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-news-list .news-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 1rem 0;
}
.page-news-list .news-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.7;
}
.page-news-list .news-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2rem;
  color: #005C9F;
  border: 1px solid #005C9F;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.page-news-list .news-card__cats {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.6;
}
.page-news-list .news-list__empty {
  margin-top: 4rem;
  font-size: 2.2rem;
  text-align: center;
}
.page-news-list .sidebar-section {
  margin-bottom: 3rem;
}
.page-news-list .sidebar-section:last-child {
  margin-bottom: 0;
}
.page-news-list .sidebar-section__title {
  background: #005C9F;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 0;
}
.page-news-list .sidebar-section__list {
  list-style: none;
  margin: 0;
  padding: 1.5rem 2rem;
}
.page-news-list .sidebar-section__item {
  padding: 0.4rem 0;
}
.page-news-list .sidebar-section__link {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-news-list .sidebar-section__link:hover {
  opacity: 0.7;
}
.page-news-list .sidebar-section__link.is-active {
  font-weight: 700;
}
.page-news-list .sidebar-section__link--tag {
  color: #333;
  text-decoration: none;
}
.page-news-list .sidebar-section__link--archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
}
.page-news-list .sidebar-section__count {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.6);
}
.page-news-list .news-list-page__pager {
  margin-top: 4rem;
}
.page-news-list .news-list-page__pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.page-news-list .news-list-page__pager .pagination .page-numbers {
  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: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-news-list .news-list-page__pager .pagination .page-numbers.current {
  background: #005C9F;
  border-color: #005C9F;
  color: #fff;
}
.page-news-list .news-list-page__pager .pagination .page-numbers:hover:not(.current) {
  background: rgba(0, 92, 159, 0.1);
  border-color: #005C9F;
  color: #005C9F;
}
.page-news-list .news-list-page__buttons {
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border: 1px solid #005C9F;
  border-radius: 1rem;
  background: #fff;
  max-width: 30rem;
}

.page-works-list .works-section {
  padding: 8rem 0;
  background: none;
}
@media (max-width: 767px) {
  .page-works-list .works-section {
    padding: 4rem 0;
  }
}
.page-works-list .works-list-page__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-works-list .works-list-page__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
  }
}
.page-works-list .works-list-page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 767px) {
  .page-works-list .works-list-page__main {
    width: 100%;
  }
}
.page-works-list .works-list-page__sidebar {
  width: 26rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-works-list .works-list-page__sidebar {
    width: 100%;
  }
}
.page-works-list .works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-works-list .works-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.page-works-list .works-card {
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.page-works-list .works-card__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-works-list .works-card__link:hover {
  opacity: 0.7;
}
.page-works-list .works-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.page-works-list .works-card__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-works-list .works-card__body {
  padding: 1rem 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-works-list .works-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 1rem 0;
}
.page-works-list .works-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}
.page-works-list .works-card__tags {
  font-size: 1.2rem;
  color: #005C9F;
  border: 1px solid #005C9F;
  border-radius: 999px;
  padding: 0.2rem 1rem;
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.page-works-list .works-list__empty {
  margin-top: 4rem;
  font-size: 2.2rem;
  text-align: center;
}
.page-works-list .sidebar-section {
  margin-bottom: 3rem;
}
.page-works-list .sidebar-section:last-child {
  margin-bottom: 0;
}
.page-works-list .sidebar-section__title {
  background: #005C9F;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 0;
}
.page-works-list .sidebar-section__list {
  list-style: none;
  margin: 0;
  padding: 1.5rem 2rem;
}
.page-works-list .sidebar-section__item {
  padding: 0.4rem 0;
}
.page-works-list .sidebar-section__link {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-works-list .sidebar-section__link:hover {
  opacity: 0.7;
}
.page-works-list .sidebar-section__link.is-active {
  font-weight: 700;
}
.page-works-list .sidebar-section__link--place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
}
.page-works-list .sidebar-section__count {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.6);
}
.page-works-list .works-list-page__pager {
  margin-top: 4rem;
}
.page-works-list .works-list-page__pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.page-works-list .works-list-page__pager .pagination .page-numbers {
  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: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-works-list .works-list-page__pager .pagination .page-numbers.current {
  background: #005C9F;
  border-color: #005C9F;
  color: #fff;
}
.page-works-list .works-list-page__pager .pagination .page-numbers:hover:not(.current) {
  background: rgba(0, 92, 159, 0.1);
  border-color: #005C9F;
  color: #005C9F;
}
.page-works-list .works-list-page__buttons {
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border: 1px solid #005C9F;
  border-radius: 1rem;
  background: #fff;
  max-width: 30rem;
}

.single-news {
  padding: 8rem 0 10rem;
}
.single-news .single-news__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .single-news .single-news__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
  }
}
.single-news .single-news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 767px) {
  .single-news .single-news__main {
    width: 100%;
  }
}
.single-news .single-news__sidebar {
  width: 26rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .single-news .single-news__sidebar {
    width: 100%;
  }
}
.single-news .news-single {
  background: transparent;
}
.single-news .news-single__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.single-news .news-single__date {
  display: block;
  font-size: 1.6rem;
  color: #005C9F;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-news .news-single__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.single-news .news-single__cats {
  margin-top: 1rem;
}
.single-news .news-single__cats .news-single__cat {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #005C9F;
  color: #005C9F;
}
.single-news .news-single__cats .news-single__cat + .single-news .news-single__cats .news-single__cat {
  margin-left: 0.4rem;
}
.single-news .news-single__tags {
  margin-top: 0.6rem;
}
.single-news .news-single__tags .news-single__tag {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  background: #f0f0f0;
  color: #555;
}
.single-news .news-single__tags .news-single__tag + .single-news .news-single__tags .news-single__tag {
  margin-left: 0.4rem;
}
.single-news .news-single__thumb {
  margin-top: 3rem;
}
.single-news .news-single__thumb img {
  width: 100%;
  height: auto;
}
.single-news .news-single__content {
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .single-news .news-single__content {
    margin: 2rem 0;
  }
}
.single-news .news-single__content p {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .single-news .news-single__content p {
    font-size: 1.6rem;
  }
}
.single-news .news-single__content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
.single-news .news-single__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-news .news-single__buttons .c-btn {
  font-size: 1.6rem;
  min-width: 22rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #005C9F;
  border-radius: 1rem;
  background: #fff;
}
.single-news .post-nav {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .single-news .post-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.single-news .post-nav__item {
  display: block;
  text-decoration: none;
  color: inherit;
  max-width: 48%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-news .post-nav__item:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .single-news .post-nav__item {
    max-width: 100%;
  }
}
.single-news .post-nav__item--prev {
  margin-right: auto;
}
.single-news .post-nav__item--next {
  margin-left: auto;
  text-align: right;
}
.single-news .post-nav__label {
  display: block;
  font-size: 1.3rem;
  color: #888;
  margin-bottom: 0.6rem;
}
.single-news .post-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.single-news .post-nav__thumb {
  width: 7rem;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-news .post-nav__title {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}
.single-news .related-posts {
  margin-top: 5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 3rem;
}
.single-news .related-posts__heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.single-news .news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 2.4rem;
}
@media (max-width: 767px) {
  .single-news .news-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.single-news .news-card {
  overflow: hidden;
}
.single-news .news-card__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-news .news-card__link:hover {
  opacity: 0.7;
}
.single-news .news-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.single-news .news-card__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single-news .news-card__body {
  padding: 1rem 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-news .news-card__date {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.single-news .news-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 1rem 0;
}
.single-news .news-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}
.single-news .news-card__tags {
  font-size: 1.2rem;
  color: #005C9F;
  border: 1px solid #005C9F;
  border-radius: 999px;
  padding: 0.2rem 1rem;
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.single-news .sidebar-section {
  margin-bottom: 3rem;
}
.single-news .sidebar-section:last-child {
  margin-bottom: 0;
}
.single-news .sidebar-section__title {
  background: #005C9F;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 0;
}
.single-news .sidebar-section__list {
  list-style: none;
  margin: 0;
  padding: 1.5rem 2rem;
}
.single-news .sidebar-section__item {
  padding: 0.4rem 0;
}
.single-news .sidebar-section__link {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-news .sidebar-section__link:hover {
  opacity: 0.7;
}
.single-news .sidebar-section__link--tag {
  color: #333;
  text-decoration: none;
}
.single-news .sidebar-section__link--archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
}
.single-news .sidebar-section__count {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .single-news {
    padding: 4rem 0 6rem;
  }
  .single-news .news-single__title {
    font-size: 2.2rem;
  }
}

.single-works {
  padding: 8rem 0 10rem;
}
.single-works .single-works__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .single-works .single-works__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
  }
}
.single-works .single-works__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 767px) {
  .single-works .single-works__main {
    width: 100%;
  }
}
.single-works .single-works__sidebar {
  width: 26rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .single-works .single-works__sidebar {
    width: 100%;
  }
}
.single-works .works-single {
  background: transparent;
}
.single-works .works-single__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.single-works .works-single__date {
  display: block;
  font-size: 1.6rem;
  color: #005C9F;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-works .works-single__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.single-works .works-single__cats {
  margin-top: 1rem;
}
.single-works .works-single__cats .works-single__cat {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #005C9F;
  color: #005C9F;
}
.single-works .works-single__cats .works-single__cat + .single-works .works-single__cats .works-single__cat {
  margin-left: 0.4rem;
}
.single-works .works-single__tags {
  margin-top: 0.6rem;
}
.single-works .works-single__tags .works-single__tag {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  background: #f0f0f0;
  color: #555;
}
.single-works .works-single__tags .works-single__tag + .single-works .works-single__tags .works-single__tag {
  margin-left: 0.4rem;
}
.single-works .works-single__thumb {
  margin-top: 3rem;
}
.single-works .works-single__thumb img {
  width: 100%;
  height: auto;
}
.single-works .works-single__content {
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .single-works .works-single__content {
    margin: 2rem 0;
  }
}
.single-works .works-single__content p {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .single-works .works-single__content p {
    font-size: 1.6rem;
  }
}
.single-works .works-single__content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
.single-works .works-single__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-works .works-single__buttons .c-btn {
  font-size: 1.6rem;
  min-width: 22rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #005C9F;
  border-radius: 1rem;
  background: #fff;
}
.single-works .post-nav {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .single-works .post-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.single-works .post-nav__item {
  display: block;
  text-decoration: none;
  color: inherit;
  max-width: 48%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-works .post-nav__item:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .single-works .post-nav__item {
    max-width: 100%;
  }
}
.single-works .post-nav__item--prev {
  margin-right: auto;
}
.single-works .post-nav__item--next {
  margin-left: auto;
  text-align: right;
}
.single-works .post-nav__label {
  display: block;
  font-size: 1.3rem;
  color: #888;
  margin-bottom: 0.6rem;
}
.single-works .post-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.single-works .post-nav__thumb {
  width: 7rem;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-works .post-nav__title {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}
.single-works .related-posts {
  margin-top: 5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 3rem;
}
.single-works .related-posts__heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.single-works .works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 2.4rem;
}
@media (max-width: 767px) {
  .single-works .works-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.single-works .works-card {
  overflow: hidden;
}
.single-works .works-card__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-works .works-card__link:hover {
  opacity: 0.7;
}
.single-works .works-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.single-works .works-card__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single-works .works-card__body {
  padding: 1rem 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-works .works-card__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0.6rem 0 0.8rem;
}
.single-works .works-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}
.single-works .works-card__tags {
  font-size: 1.2rem;
  color: #005C9F;
  border: 1px solid #005C9F;
  border-radius: 999px;
  padding: 0.2rem 1rem;
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.single-works .sidebar-section {
  margin-bottom: 3rem;
}
.single-works .sidebar-section:last-child {
  margin-bottom: 0;
}
.single-works .sidebar-section__title {
  background: #005C9F;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 0;
}
.single-works .sidebar-section__list {
  list-style: none;
  margin: 0;
  padding: 1.5rem 2rem;
}
.single-works .sidebar-section__item {
  padding: 0.4rem 0;
}
.single-works .sidebar-section__link {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-works .sidebar-section__link:hover {
  opacity: 0.7;
}
.single-works .sidebar-section__link--place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
}
.single-works .sidebar-section__count {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .single-works {
    padding: 4rem 0 6rem;
  }
  .single-works .works-single__title {
    font-size: 2.2rem;
  }
}

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

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

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

.to-top-button {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

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

.to-top-button__text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .to-top-button__text {
    font-size: 1.4rem;
  }
}

.c-floating-cta {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 9000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-floating-cta {
    display: none;
  }
}

.c-floating-cta__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
  padding: 0.6rem 0.2rem;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  min-width: 0;
}
.c-floating-cta__item:hover {
  opacity: 0.9;
}

.c-floating-cta__icon {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-floating-cta__icon--arrow {
  width: 1.8rem;
  height: 1.8rem;
}

.c-floating-cta__label {
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
}

.c-floating-cta__item--tel {
  background: #005C9F;
}

.c-floating-cta__item--mail {
  background: #00bcd4;
}

.c-floating-cta__item--line {
  background: #06c755;
  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;
}
.c-floating-cta__item--line img {
  width: 90%;
  height: auto;
}

.c-floating-cta__item--instagram {
  background: #fff;
  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;
}
.c-floating-cta__item--instagram img {
  width: 90%;
  height: auto;
}

.c-floating-cta__item--tiktok {
  background: #000;
  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;
}
.c-floating-cta__item--tiktok img {
  width: 70%;
  height: auto;
}

.c-floating-cta__item--top {
  background: #ff8c00;
}
.c-floating-cta__item--top img {
  width: 100%;
  height: auto;
}