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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2rem; /* 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

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

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

html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: var(--color-text);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media (768px < width) {
  body {
    margin-inline: auto;
  }
}
button,
a {
  color: inherit;
  transition: opacity 0.3s ease;
}
@media (768px < width) {
  button:hover,
  a:hover {
    opacity: 0.78;
  }
}

button,
[role=tab],
[role=button],
[role=banner] {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
  pointer-events: none;
}

em {
  font-style: normal;
}

@media (768px < width) {
  html {
    font-size: 0.0666666667vw;
  }
}
@media (width <= 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background: #f7f7f7;
}

@media (hover) and (768px < width) {
  button:hover:has(.c-text-link),
  a:hover:has(.c-text-link) {
    opacity: 1;
  }
}

#wrapper {
  position: relative;
}

:root {
  --noto-sans-jp: "Noto Sans JP", sans-serif;
  --noto-serif-jp: "Noto Serif JP", serif;
  --YuGothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --YuMincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.l-header {
  position: relative;
}
.l-header__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 20;
  background: #fff;
}
@media (768px < width) {
  .l-header__container {
    height: 70rem;
    padding-left: 13rem;
  }
}
@media (width <= 768px) {
  .l-header__container {
    height: 60rem;
    padding-left: 12rem;
    isolation: isolate;
  }
}
.l-header__logo {
  height: auto;
}
@media (768px < width) {
  .l-header__logo {
    width: 220rem;
  }
}
@media (width <= 768px) {
  .l-header__logo {
    width: 170rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: 100%;
}
@media (768px < width) {
  .l-header__logo img {
    aspect-ratio: 220/47;
  }
}
@media (width <= 768px) {
  .l-header__logo img {
    aspect-ratio: 170/36;
  }
}

.l-footer {
  background-color: #002460;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (768px < width) {
  .l-footer {
    padding: 70rem 0 24rem;
  }
}
@media (width <= 768px) {
  .l-footer {
    padding: 50rem 40rem 40rem;
  }
}
.l-footer__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  position: relative;
}
@media (768px < width) {
  .l-footer__container {
    width: 450rem;
    gap: 33rem;
    margin-bottom: 50rem;
  }
}
@media (width <= 768px) {
  .l-footer__container {
    gap: 24rem;
    margin-bottom: 27rem;
  }
}
.l-footer__container::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/common/logo-cube.svg) no-repeat;
  background-size: 100% 100%;
}
@media (768px < width) {
  .l-footer__container::before {
    width: 370rem;
    height: 372rem;
    top: -51rem;
    right: -525rem;
  }
}
@media (width <= 768px) {
  .l-footer__container::before {
    width: 200rem;
    height: 201rem;
    top: 15rem;
    right: -42rem;
  }
}
.l-footer__logo {
  height: auto;
}
@media (768px < width) {
  .l-footer__logo {
    width: 430rem;
  }
}
@media (width <= 768px) {
  .l-footer__logo {
    width: 225rem;
  }
}
.l-footer__logo img {
  width: 100%;
  height: 100%;
}
@media (768px < width) {
  .l-footer__logo img {
    aspect-ratio: 430/92;
  }
}
@media (width <= 768px) {
  .l-footer__logo img {
    aspect-ratio: 225/48;
  }
}
.l-footer__item {
  font-size: 14rem;
  font-weight: 500;
  text-align: left;
  color: #fff;
}
@media (768px < width) {
  .l-footer__item {
    line-height: 29rem;
  }
}
@media (width <= 768px) {
  .l-footer__item {
    line-height: 22rem;
  }
}
.l-footer__item.u-bold {
  font-weight: bold;
}
@media (width <= 768px) {
  .l-footer__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (width <= 768px) {
  .l-footer__item:last-child {
    padding-top: 2rem;
  }
}
.l-footer__tel {
  display: inline-flex;
  flex-direction: column;
  color: #fff;
}
@media (768px < width) {
  .l-footer__tel {
    padding-top: 5rem;
  }
}
.l-footer__label {
  width: fit-content;
  font-weight: bold;
  font-size: 12rem;
  text-align: center;
  padding: 7rem;
  border: 1rem solid #f7f7f7;
  border-radius: 5rem;
}
.l-footer__text--tel {
  font-weight: bold;
  font-size: 25rem;
  line-height: 50rem;
}
@media (width <= 768px) {
  .l-footer__text--tel {
    display: inline-flex;
    flex-direction: column;
  }
}
.l-footer__text--small {
  display: inline-block;
  font-weight: 500;
  font-size: 10rem;
}
@media (768px < width) {
  .l-footer__text--small {
    padding-left: 10rem;
  }
}
@media (width <= 768px) {
  .l-footer__text--small {
    line-height: 0;
  }
}
@media (768px < width) {
  .l-footer__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 62rem;
  }
}
@media (width <= 768px) {
  .l-footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    gap: 3rem 40rem;
    margin-bottom: 38rem;
  }
}
@media (768px < width) {
  .l-footer__links li .l-footer__link {
    border-right: 1rem solid #f6f7f7;
  }
}
@media (768px < width) {
  .l-footer__links li:first-child .l-footer__link {
    border-left: 1rem solid #f6f7f7;
  }
}
.l-footer__link {
  font-weight: bold;
  line-height: 29rem;
  text-align: left;
  color: #fff;
}
@media (768px < width) {
  .l-footer__link {
    font-size: 14rem;
    padding: 0 45rem;
  }
}
@media (width <= 768px) {
  .l-footer__link {
    font-size: 12rem;
  }
}
.l-footer__copyright {
  font-weight: 500;
  color: #fff;
}
@media (768px < width) {
  .l-footer__copyright {
    font-size: 12rem;
    text-align: center;
  }
}
@media (width <= 768px) {
  .l-footer__copyright {
    font-size: 11rem;
    text-align: left;
  }
}

@media (768px < width) {
  .l-container {
    width: min(1180rem, 100vw - 300rem);
    margin-inline: auto;
  }
}
@media (width <= 768px) {
  .l-container {
    padding: 0 25rem;
  }
}
@media (768px < width) {
  .l-container.u-wide {
    width: min(1280rem, 100vw - 200rem);
    margin-inline: auto;
  }
}

.l-main {
  background-color: #f7f7f7;
}
@media (768px < width) {
  .l-main {
    padding-top: 70rem;
  }
}
@media (width <= 768px) {
  .l-main {
    padding-top: 60rem;
  }
}
.l-main:has(.u-logo)::before {
  content: "";
  background: url(../images/common/logo-cube-white.svg) no-repeat;
  background-size: contain;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
@media (768px < width) {
  .l-main:has(.u-logo)::before {
    width: 623rem;
    height: 627rem;
    top: 86rem;
  }
}
@media (width <= 768px) {
  .l-main:has(.u-logo)::before {
    width: 224rem;
    height: 225rem;
    top: 241rem;
  }
}

@media (768px < width) {
  .l-content {
    width: min(900rem, 100vw - 100rem);
    margin-inline: auto;
  }
}
@media (width <= 768px) {
  .l-content {
    padding: 0 25rem;
  }
}

.c-heading {
  display: flex;
  flex-direction: column;
}
.c-heading.u-center {
  align-items: center;
}
.c-heading__title--en {
  font-weight: bold;
  font-size: 16rem;
  line-height: 40rem;
  text-align: left;
  color: #1b224c;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.u-blue .c-heading__title--en {
  color: #002460;
}
.c-heading__title--ja {
  font-weight: 500;
  font-size: 36rem;
  text-align: left;
  color: #555759;
}
.u-blue .c-heading__title--ja {
  color: #002460;
}
@media (768px < width) {
  .c-heading__title--ja.--service {
    font-size: 64rem;
  }
}
@media (width <= 768px) {
  .c-heading__title--ja.--service {
    font-size: 44rem;
  }
}
@media (768px < width) {
  .c-heading__title--ja.--about {
    font-size: 54rem;
  }
}
@media (width <= 768px) {
  .c-heading__title--ja.--about {
    font-size: 44rem;
  }
}
@media (768px < width) {
  .c-heading__title--ja.--contact {
    font-size: 60rem;
  }
}
@media (width <= 768px) {
  .c-heading__title--ja.--contact {
    font-size: 44rem;
  }
}
.c-heading__icon {
  width: 10rem;
  height: auto;
  aspect-ratio: 10/11;
}

.c-button {
  width: 290rem;
  height: 60rem;
  border-radius: 29rem;
  background: #002460;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.c-button:after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: auto;
  right: -15%;
  transition: 0.5s;
  transform: skewX(25deg);
  background: #fd7f00;
  height: 100%;
  z-index: -1;
}
.c-button.u-orange {
  border-radius: 35rem;
  background: #fd7f00;
}
@media (768px < width) {
  .c-button.u-orange {
    width: 420rem;
    height: 70rem;
  }
}
@media (width <= 768px) {
  .c-button.u-orange {
    width: 260rem;
    height: 60rem;
  }
}
.c-button.u-orange::after {
  background: #002460;
}
.c-button__text {
  font-weight: bold;
  font-size: 15rem;
  letter-spacing: 0.01em;
  line-height: 36rem;
  text-align: center;
  color: #fff;
}
.c-button__icon {
  position: absolute;
  top: 50%;
  right: 20rem;
  transform: translateY(-50%);
}
@media (768px < width) {
  .u-orange .c-button__icon {
    width: 6rem;
    height: 10rem;
  }
}
@media (hover) {
  .c-button:hover {
    cursor: pointer;
  }
  .c-button:hover:after {
    width: 135%;
    transition: 0.5s;
    transform: skewX(25deg);
    left: -25%;
  }
}

.c-page-title {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #eaeef0;
}
@media (768px < width) {
  .c-page-title {
    justify-content: center;
    padding: 53rem 0;
  }
}
@media (width <= 768px) {
  .c-page-title {
    justify-content: flex-start;
    padding: 40rem 25rem 40rem;
  }
}
.c-page-title:has(.u-small) {
  flex-direction: column;
}
@media (width <= 768px) {
  .c-page-title:has(.u-small) {
    align-items: flex-start;
  }
}
.c-page-title h1 {
  font-weight: 500;
  color: #002460;
}
@media (768px < width) {
  .c-page-title h1 {
    font-size: 62rem;
    line-height: 84rem;
    text-align: center;
  }
}
@media (width <= 768px) {
  .c-page-title h1 {
    font-size: 32rem;
    line-height: 40rem;
    text-align: left;
  }
}
.c-page-title .u-small {
  font-weight: 500;
  color: #002460;
}
@media (768px < width) {
  .c-page-title .u-small {
    font-size: 42rem;
    line-height: 56rem;
  }
}
@media (width <= 768px) {
  .c-page-title .u-small {
    font-size: 22rem;
  }
}

.c-text-link {
  background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
  transition: background 0.5s ease;
  will-change: transition;
  line-height: 1.5;
}
@media (hover) {
  .c-text-link:hover {
    background-size: 100% 1px;
  }
  button:hover .c-text-link, a:hover .c-text-link {
    background-size: 100% 1px;
  }
}

.c-page-top {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: absolute;
  z-index: 3;
}
@media (768px < width) {
  .c-page-top {
    bottom: 600rem;
    right: 20rem;
  }
}
@media (width <= 768px) {
  .c-page-top {
    bottom: 570rem;
    right: 5rem;
  }
}
.c-page-top__icon {
  width: 6rem;
  height: 24.5rem;
}
.c-page-top__text {
  font-weight: 500;
  font-size: 11rem;
  color: #002460;
  writing-mode: vertical-rl;
  text-align: center;
  transform: translateX(1rem);
}

.c-scroll-down {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (768px < width) {
  .c-scroll-down {
    bottom: 19rem;
    right: 23rem;
  }
}
@media (width <= 768px) {
  .c-scroll-down {
    bottom: 25rem;
    right: 5rem;
  }
}
.c-scroll-down__bar {
  position: relative;
  width: 15rem;
  height: 68rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.c-scroll-down__bar:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #002460;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-scroll-down__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 9rem;
  height: 8rem;
  animation: scroll-down 2s ease infinite;
}
.c-scroll-down__text {
  font-weight: 500;
  font-size: 11rem;
  color: #002460;
  writing-mode: vertical-rl;
  transform: translateX(1rem);
}

@keyframes scroll-down {
  0% {
    top: -7rem;
  }
  100% {
    top: calc(100% + 7px);
  }
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
}
[data-page=contact] .nav {
  display: none;
}
@media (768px < width) {
  .nav {
    gap: 50rem;
  }
}
@media (width <= 768px) {
  .nav {
    position: fixed;
    top: 60rem;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: #002460;
    opacity: 0;
    flex-direction: column;
    padding: 73rem 60rem 0;
    transform: translateY(-150vh);
  }
}
@media (width <= 768px) {
  .nav[aria-hidden=false] {
    pointer-events: auto;
    opacity: 1;
    z-index: 10;
  }
}
.nav__list {
  display: flex;
}
@media (768px < width) {
  .nav__list {
    height: 100%;
    gap: 54rem;
  }
}
@media (width <= 768px) {
  .nav__list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 25rem;
    margin-bottom: 57rem;
  }
}
@media (768px < width) {
  .nav__item {
    height: 100%;
  }
}
@media (width <= 768px) {
  .nav__item {
    width: 100%;
  }
}
.nav__link {
  display: flex;
  align-items: center;
  font-family: var(--YuGothic);
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
@media (768px < width) {
  .nav__link {
    height: 100%;
    font-size: 14rem;
    line-height: 29rem;
    color: #1b224c;
  }
}
@media (width <= 768px) {
  .nav__link {
    font-size: 15rem;
    line-height: 30rem;
    color: #fff;
    width: 100%;
    display: grid;
    padding: 10rem 0;
    place-items: center;
    outline: none;
  }
}
.nav__list--right {
  display: flex;
  align-items: center;
}
@media (768px < width) {
  .nav__list--right {
    height: 100%;
    gap: 20rem;
  }
}
@media (width <= 768px) {
  .nav__list--right {
    width: 100%;
    flex-direction: column-reverse;
    gap: 30rem;
  }
}
@media (768px < width) {
  .nav__item--tel {
    padding-left: 24rem;
    border-left: 1rem solid #002460;
    transition: padding 0.3s ease;
  }
}
@media (width <= 768px) {
  .nav__item--tel {
    width: 100%;
    height: 70rem;
    background: #fff;
    border-radius: 35rem;
  }
}
@media (768px < width) {
  .nav__link--tel {
    white-space: nowrap;
  }
}
@media (width <= 768px) {
  .nav__link--tel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.nav__link--tel span {
  font-weight: bold;
  font-size: 17rem;
  line-height: 23rem;
  text-align: left;
  color: #002460;
}
.nav__text {
  font-family: var(--YuGothic);
  font-weight: 500;
  font-size: 10rem;
  text-align: left;
  color: #002460;
}
.nav__item--contact {
  background: #fd7f00;
}
@media (768px < width) {
  .nav__item--contact {
    width: 210rem;
    height: 100%;
  }
}
@media (width <= 768px) {
  .nav__item--contact {
    width: 100%;
    height: 70rem;
  }
}
@media (width <= 768px) {
  .nav__item--contact.u-head {
    width: 60rem;
    height: 100%;
  }
}
@media (width <= 768px) {
  .nav__item--contact:not(.nav__item--contact.u-head) {
    border-radius: 35rem;
  }
}
.nav__link--contact {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  font-family: var(--YuGothic);
  font-size: 14rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
@media (width <= 768px) {
  .nav__link--contact.u-head {
    flex-direction: column;
    gap: 5rem;
    font-size: 8rem;
  }
}
.nav__icon {
  width: 18rem;
  height: auto;
}
.nav__item--navigation {
  height: 100%;
  background: #002460;
  width: 60rem;
}
.nav__button {
  width: 60rem;
  height: 100%;
  position: relative;
  padding-bottom: 15rem;
  font-family: var(--YuGothic);
  font-weight: bold;
  font-size: 8rem;
  text-align: left;
  color: #fff;
  background: #002460;
}
.nav__button .u-open {
  opacity: 1;
}
.nav__button .u-close {
  opacity: 0;
  white-space: nowrap;
}
.nav__button .u-open,
.nav__button .u-close {
  position: absolute;
  bottom: 15rem;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.5s ease;
}
.nav__button[aria-selected=true] .u-open {
  opacity: 0;
}
.nav__button[aria-selected=true] .u-close {
  opacity: 1;
}
.nav__lines {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  --sec: .2s;
  transition: gap var(--sec) var(--sec) ease;
}
.nav__lines span {
  width: 14rem;
  height: 1rem;
  background-color: #fff;
  transition: transform var(--sec) 0s ease, opacity 0s var(--sec) ease;
}
[aria-selected=true] .nav__lines {
  gap: 0;
  transition: gap 0.3s 0s ease;
}
[aria-selected=true] .nav__lines span {
  transition: transform var(--sec) var(--sec) ease, opacity 0s var(--sec);
}
[aria-selected=true] .nav__lines span:nth-of-type(1) {
  transform: rotate(-45deg);
}
[aria-selected=true] .nav__lines span:nth-of-type(2) {
  margin: -1rem 0;
  opacity: 0;
}
[aria-selected=true] .nav__lines span:nth-of-type(3) {
  transform: rotate(45deg);
}
.nav__links {
  display: flex;
  height: 100%;
}
[data-page=contact] .nav__links {
  display: none;
}

.home-hero {
  overflow: hidden;
  width: 100%;
}
@media (768px < width) {
  .home-hero {
    height: 730rem;
  }
}
@media (width <= 768px) {
  .home-hero {
    height: 580rem;
  }
}
.home-hero__list {
  width: 100%;
}
.home-hero__item {
  width: 100%;
  height: auto;
}
.home-hero__item img {
  width: 100%;
  height: 100%;
}
@media (768px < width) {
  .home-hero__item img {
    aspect-ratio: 1500/730;
  }
}
@media (width <= 768px) {
  .home-hero__item img {
    aspect-ratio: 375/580;
  }
}
.home-hero__arrows {
  width: 100%;
  position: absolute;
  display: flex;
  gap: 15rem;
}
@media (768px < width) {
  .home-hero__arrows {
    bottom: 25rem;
    left: 30rem;
  }
}
@media (width <= 768px) {
  .home-hero__arrows {
    bottom: 20rem;
    left: 0;
    justify-content: center;
  }
}
.home-hero__arrow {
  position: relative !important;
  width: 5rem !important;
  height: 9rem !important;
  display: block !important;
  opacity: 1 !important;
  background: transparent !important;
  transform: translateY(0) !important;
}
.home-hero__arrow.--prev img {
  transform: rotate(180deg);
}
.home-hero__pagination {
  position: relative !important;
  width: fit-content !important;
  padding: 0 !important;
  gap: 14rem;
}
.home-hero__page {
  width: 11rem !important;
  height: 11rem !important;
  background: #fff !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.home-hero__page.is-active {
  background: #002460 !important;
  transform: scale(1) !important;
}

@media (768px < width) {
  .home-news {
    padding: 60rem 0;
  }
}
@media (width <= 768px) {
  .home-news {
    padding: 50rem 0;
  }
}
@media (768px < width) {
  .home-news__container {
    background: #fff;
    width: min(1280rem, 100vw - 50rem) !important;
  }
}
.home-news__content {
  width: 100%;
}
@media (768px < width) {
  .home-news__content {
    display: grid;
    grid-template-columns: 26% auto;
  }
}
@media (width <= 768px) {
  .home-news__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20rem 20rem 30rem;
    background: #fff;
  }
}
.home-news__heading {
  display: flex;
}
@media (768px < width) {
  .home-news__heading {
    padding: 56rem 0;
    justify-content: center;
    align-items: center;
  }
}
@media (width <= 768px) {
  .home-news__heading {
    width: 100%;
    padding-bottom: 20rem;
    justify-content: flex-start;
    border-bottom: 1rem solid #f2f2f2;
  }
}
.home-news__col {
  width: 100%;
}
@media (768px < width) {
  .home-news__col {
    flex: 1;
    border-left: 1rem solid #f2f2f2;
    padding: 40rem 20rem 13rem 40rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.home-news__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (768px < width) {
  .home-news__list {
    justify-content: center;
    gap: 24rem;
    min-height: 120rem;
  }
}
@media (width <= 768px) {
  .home-news__list {
    padding-top: 18rem;
    gap: 16rem;
    margin-bottom: 18rem;
  }
}
.home-news__link {
  display: flex;
}
@media (768px < width) {
  .home-news__link {
    align-items: baseline;
    gap: 10rem;
  }
}
@media (width <= 768px) {
  .home-news__link {
    flex-direction: column;
    gap: 5rem;
  }
}
.home-news__date {
  text-align: left;
}
@media (768px < width) {
  .home-news__date {
    font-weight: bold;
    font-size: 14rem;
    line-height: 32rem;
    color: #002460;
  }
}
@media (width <= 768px) {
  .home-news__date {
    font-weight: 500;
    font-size: 13rem;
    color: #555759;
  }
}
.home-news__label {
  min-width: 120rem;
  font-weight: bold;
  font-size: 14rem;
  line-height: 24rem;
  text-align: center;
  color: #fff;
  background: #002460;
  padding: 0 20rem;
  border-radius: 3rem;
}
.home-news__label.u-no-label {
  opacity: 0;
}
.home-news__title {
  font-size: 15rem;
  text-align: left;
}
@media (768px < width) {
  .home-news__title {
    max-width: fit-content;
    flex: 1;
    font-weight: 500;
    line-height: 32rem;
    color: #555759;
  }
}
@media (width <= 768px) {
  .home-news__title {
    font-weight: bold;
    line-height: 28rem;
    color: #002460;
  }
}
.home-news__link--to-list {
  font-weight: 500;
  font-size: 13rem;
  line-height: 28rem;
  text-align: left;
  color: #1b224c;
  display: flex;
  align-items: center;
  gap: 9rem;
}
@media (768px < width) {
  .home-news__link--to-list {
    justify-content: flex-end;
  }
}
@media (width <= 768px) {
  .home-news__link--to-list {
    justify-content: center;
  }
}
.home-maker {
  width: 100%;
  background-color: #fff;
}
@media (768px < width) {
  .home-maker {
    padding: 53rem 0 60rem;
    margin-bottom: 80rem;
  }
}
@media (width <= 768px) {
  .home-maker {
    padding: 20rem 0 36rem;
  }
}
.home-maker__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (768px < width) {
  .home-maker__container {
    gap: 20rem;
  }
}
@media (width <= 768px) {
  .home-maker__container {
    gap: 13rem;
  }
}
.home-maker__title {
  font-weight: 500;
  line-height: 50rem;
  text-align: left;
  color: #555759;
}
@media (768px < width) {
  .home-maker__title {
    font-size: 36rem;
  }
}
@media (width <= 768px) {
  .home-maker__title {
    font-size: 26rem;
  }
}
.home-maker__list {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (768px < width) {
  .home-maker__list {
    padding: 0 50rem;
    gap: 20rem;
  }
}
@media (width <= 768px) {
  .home-maker__list {
    padding: 0 40rem;
    gap: 15rem;
  }
}
.home-maker__item img {
  height: auto;
}
@media (768px < width) {
  .home-maker__item img {
    width: 204rem;
    aspect-ratio: 204/73;
  }
}
@media (width <= 768px) {
  .home-maker__item img {
    width: 155rem;
    aspect-ratio: 155/55;
  }
}
.home-maker__splide {
  width: 100%;
}

@media (768px < width) {
  .home-service {
    padding: 0 0 45rem;
    overflow: hidden;
  }
}
@media (width <= 768px) {
  .home-service {
    padding: 70rem 0 90rem;
  }
}
@media (768px < width) {
  .home-service__heading {
    margin-bottom: 53rem;
  }
}
@media (width <= 768px) {
  .home-service__heading {
    margin-bottom: 31rem;
  }
}
.home-service__content {
  position: relative;
}
@media (768px < width) {
  .home-service__content {
    margin-bottom: 46rem;
    transition: margin 0.3s ease;
  }
}
.home-service__col {
  display: flex;
  flex-direction: column;
}
.home-service__title {
  font-weight: bold;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .home-service__title {
    font-size: 36rem;
    line-height: 58rem;
    margin-bottom: 12rem;
    white-space: nowrap;
  }
}
@media (width <= 768px) {
  .home-service__title {
    font-size: 26rem;
    line-height: 34rem;
    margin-bottom: 22rem;
  }
}
.home-service__text {
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  text-align: left;
  color: #555759;
}
@media (768px < width) {
  .home-service__text {
    margin-bottom: 18rem;
  }
}
@media (width <= 768px) {
  .home-service__text {
    margin-bottom: 17rem;
  }
}
@media (width <= 768px) {
  .home-service__figure {
    width: 100%;
    height: auto;
    margin-bottom: 50rem;
  }
}
@media (768px < width) {
  .home-service__figure img {
    width: 480rem;
    height: auto;
    aspect-ratio: 480/720;
    position: absolute;
    bottom: -45rem;
    right: 27%;
    transform: translateX(50%);
    transition: opacity 0.5s ease;
  }
}
@media (width <= 768px) {
  .home-service__figure img {
    width: 100%;
    height: 100%;
  }
}
.home-service__figure .--default,
.home-service__figure .--shoene,
.home-service__figure .--equipment,
.home-service__figure .--work,
.home-service__figure .--maintenance {
  opacity: 0;
}
.home-service__figure img.active {
  opacity: 1;
}
.home-service__foot {
  width: 100%;
  background: #002460;
}
@media (768px < width) {
  .home-service__foot {
    position: relative;
  }
}
@media (width <= 768px) {
  .home-service__foot {
    display: flex;
    justify-content: center;
  }
}
.home-service__list {
  counter-reset: number 0;
  width: 100%;
}
@media (768px < width) {
  .home-service__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width <= 768px) {
  .home-service__list {
    display: grid;
    grid-template-columns: 150rem 150rem;
    justify-content: space-between;
    gap: 12rem 0;
    margin-bottom: 50rem;
  }
}
.home-service__item {
  line-height: 50rem;
  font-weight: bold;
  text-align: left;
  counter-increment: number 1;
}
@media (768px < width) {
  .home-service__item {
    height: 70rem;
    display: flex;
    align-items: center;
    padding-left: 434rem;
    padding-right: 15%;
  }
}
@media (width <= 768px) {
  .home-service__item {
    width: 100%;
    color: #002460;
    font-size: 14rem;
  }
}
.home-service__item p {
  display: flex;
  align-items: center;
}
@media (768px < width) {
  .home-service__item p {
    color: #fff;
    font-size: 20rem;
    gap: 10rem;
    padding-right: 200rem;
  }
}
@media (768px < width) {
  .home-service__item p::before {
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1rem solid #fff;
    font-size: 15rem;
    content: "0" counter(number);
  }
}
@media (width <= 768px) {
  .home-service__item span {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}
@media (width <= 768px) {
  .home-service__item span::before {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1rem solid #002460;
    font-size: 10rem;
    content: "0" counter(number);
  }
}
@media (768px < width) {
  .home-service__item.active {
    background: #013388;
  }
}
.home-service__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (width <= 768px) {
  .home-service__button {
    margin: auto;
  }
}

@media (768px < width) {
  .home-about {
    padding: 83rem 0 100rem;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
  }
}
@media (width <= 768px) {
  .home-about {
    padding-bottom: 80rem;
    overflow: hidden;
  }
}
@media (768px < width) {
  .home-about__container {
    max-width: 1500rem;
    width: 100%;
    margin: auto;
  }
}
@media (768px < width) {
  .home-about__heading {
    margin: 0 auto 64rem;
  }
}
@media (width <= 768px) {
  .home-about__heading {
    margin-bottom: 42rem;
  }
}
.home-about__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .home-about__list {
    align-items: center;
    gap: 110rem;
    margin-bottom: 73rem;
    margin-inline: auto;
  }
}
@media (width <= 768px) {
  .home-about__list {
    align-items: flex-start;
    gap: 60rem;
    margin: 0 auto 50rem;
  }
}
.home-about__item {
  display: flex;
}
@media (768px < width) {
  .home-about__item {
    width: 100%;
    min-width: 1500rem;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (width <= 768px) {
  .home-about__item {
    flex-direction: column;
  }
}
@media (768px < width) {
  .home-about__item:nth-of-type(1) {
    align-self: flex-start;
    gap: 40rem;
  }
}
@media (width <= 768px) {
  .home-about__item:nth-of-type(1) {
    align-items: stretch;
  }
}
@media (width <= 768px) {
  .home-about__item:nth-of-type(1) .home-about__col {
    align-self: flex-start;
  }
}
@media (width <= 768px) {
  .home-about__item:nth-of-type(1) .home-about__figure {
    align-self: flex-end;
  }
}
@media (768px < width) {
  .home-about__item:nth-of-type(2) {
    flex-direction: row-reverse;
    gap: 132rem;
    align-self: flex-end;
  }
}
@media (width <= 768px) {
  .home-about__col {
    padding: 0 25rem;
    margin-bottom: 32rem;
  }
}
.home-about__titles {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .home-about__titles {
    gap: 12rem;
    margin-bottom: 30rem;
  }
}
@media (width <= 768px) {
  .home-about__titles {
    gap: 6rem;
    margin-bottom: 16rem;
  }
}
.home-about__label {
  width: fit-content;
  padding: 6rem 12rem;
  border: 1rem solid #002460;
  font-weight: bold;
  font-size: 12rem;
  text-align: center;
  color: #002460;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-about__title {
  font-weight: bold;
  line-height: 40rem;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .home-about__title {
    font-size: 36rem;
  }
}
@media (width <= 768px) {
  .home-about__title {
    font-size: 28rem;
  }
}
.home-about__text {
  font-weight: 500;
  font-size: 15rem;
  line-height: 32rem;
  text-align: left;
  color: #555759;
}
.home-about__figure {
  height: auto;
}
@media (768px < width) {
  .home-about__figure {
    width: 760rem;
    overflow: hidden;
  }
}
@media (width <= 768px) {
  .home-about__figure {
    width: 92%;
  }
}
.home-about__figure img {
  width: 100%;
  height: 100%;
}
@media (768px < width) {
  .home-about__figure img {
    aspect-ratio: 760/376;
    object-fit: cover;
  }
}
@media (width <= 768px) {
  .home-about__figure img {
    aspect-ratio: 345/170;
  }
}
.home-about__figure.u-item-1 img {
  border-radius: 20rem 0 0 20rem;
}
.home-about__figure.u-item-2 img {
  border-radius: 0 20rem 20rem 0;
}
.home-about__button {
  margin: auto;
}

.home-contact {
  background: #eaeef0;
  overflow: hidden;
}
@media (768px < width) {
  .home-contact .l-container {
    width: min(900rem, 100vw - 100rem);
  }
}
.home-contact__container {
  position: relative;
}
@media (768px < width) {
  .home-contact__container {
    padding: 60rem 0 49rem 140rem;
    padding: 60rem 0 49rem 0;
  }
}
@media (width <= 768px) {
  .home-contact__container {
    padding: 68rem 0 30rem;
  }
}
@media (768px < width) {
  .home-contact__heading {
    margin-bottom: 21rem;
  }
}
@media (width <= 768px) {
  .home-contact__heading {
    margin-bottom: 10rem;
  }
}
.home-contact__text {
  font-weight: 500;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .home-contact__text {
    font-size: 17rem;
    line-height: 35rem;
    margin-bottom: 26rem;
  }
}
@media (width <= 768px) {
  .home-contact__text {
    font-size: 14rem;
    line-height: 28rem;
    margin-bottom: 16rem;
  }
}
.home-contact__button {
  margin-bottom: 30rem;
}
.home-contact__tel {
  display: flex;
  flex-direction: column;
}
.home-contact__label {
  width: fit-content;
  padding: 6rem 7rem;
  font-weight: bold;
  font-size: 12rem;
  text-align: center;
  color: #002460;
  border: 1rem solid #002460;
  border-radius: 3rem;
  display: flex;
  align-items: center;
}
.home-contact__text--tel {
  font-weight: bold;
  font-size: 28rem;
  line-height: 50rem;
  color: #002460;
}
@media (width <= 768px) {
  .home-contact__text--tel {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
}
.home-contact__text--tel .u-small {
  font-weight: 500;
  font-size: 12rem;
}
@media (768px < width) {
  .home-contact__text--tel .u-small {
    padding-left: 10rem;
  }
}
@media (width <= 768px) {
  .home-contact__text--tel .u-small {
    line-height: 12rem;
  }
}
.home-contact__akb {
  position: absolute;
  bottom: 0;
}
@media (768px < width) {
  .home-contact__akb {
    right: 14rem;
  }
}
@media (width <= 768px) {
  .home-contact__akb {
    right: 6rem;
  }
}
.home-contact__figure {
  position: relative;
  height: auto;
}
@media (768px < width) {
  .home-contact__figure {
    width: 270rem;
  }
}
@media (width <= 768px) {
  .home-contact__figure {
    width: 77rem;
  }
}
.home-contact__figure img {
  width: 100%;
  height: 100%;
}
@media (768px < width) {
  .home-contact__figure img {
    aspect-ratio: 270/395;
  }
}
@media (width <= 768px) {
  .home-contact__figure img {
    aspect-ratio: 77/113;
  }
}
.home-contact__figure .u-name {
  position: absolute;
  left: -30rem;
  font-weight: 500;
  line-height: 35rem;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .home-contact__figure .u-name {
    top: 16rem;
    font-size: 14rem;
  }
}
@media (width <= 768px) {
  .home-contact__figure .u-name {
    top: -27rem;
    font-size: 10rem;
    white-space: nowrap;
  }
}

.breadcrumbs {
  width: 100%;
  background: #002460;
  display: flex;
  align-items: center;
  gap: 5rem;
  position: relative;
  z-index: 2;
}
@media (768px < width) {
  .breadcrumbs {
    padding: 1rem 0 1rem 15rem;
  }
}
@media (width <= 768px) {
  .breadcrumbs {
    padding-left: 15rem;
  }
}
.breadcrumbs a,
.breadcrumbs p {
  font-family: var(--YuGothic);
  font-weight: 500;
  line-height: 44rem;
  text-align: left;
  color: #f7f7f7;
}
@media (768px < width) {
  .breadcrumbs a,
  .breadcrumbs p {
    font-size: 14rem;
  }
}
@media (width <= 768px) {
  .breadcrumbs a,
  .breadcrumbs p {
    font-size: 12rem;
  }
}
.breadcrumbs a:nth-of-type(1), .breadcrumbs a:nth-of-type(2) {
  flex-shrink: 0;
}
.breadcrumbs a:nth-of-type(3) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.philosophy-information {
  position: relative;
  z-index: 2;
}
@media (768px < width) {
  .philosophy-information {
    padding: 106rem 0 156rem;
    display: flex;
    justify-content: center;
  }
}
@media (width <= 768px) {
  .philosophy-information {
    padding-bottom: 43rem;
  }
}
@media (768px < width) {
  .philosophy-information__container {
    width: min(1280rem, 100vw - 220rem);
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
.philosophy-information__figure {
  height: auto;
}
@media (768px < width) {
  .philosophy-information__figure {
    width: 700rem;
    position: absolute;
    top: 0;
    right: 692rem;
  }
}
@media (width <= 768px) {
  .philosophy-information__figure {
    width: 100%;
    margin-bottom: 26rem;
  }
}
.philosophy-information__figure img {
  width: 100%;
  height: 100%;
}
@media (768px < width) {
  .philosophy-information__figure img {
    aspect-ratio: 700/450;
    object-fit: cover;
  }
}
@media (width <= 768px) {
  .philosophy-information__figure img {
    aspect-ratio: 375/241;
  }
}
@media (width <= 768px) {
  .philosophy-information__col {
    padding: 0 25rem;
  }
}
.philosophy-information__title {
  font-family: var(--YuMincho);
  font-weight: 500;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .philosophy-information__title {
    font-size: 30rem;
    line-height: 48rem;
    margin-bottom: 17rem;
  }
}
@media (width <= 768px) {
  .philosophy-information__title {
    font-size: 28rem;
    line-height: 44rem;
    margin-bottom: 19rem;
  }
}
.philosophy-information__text {
  font-weight: 500;
  font-size: 15rem;
  text-align: left;
  color: #555759;
}
@media (768px < width) {
  .philosophy-information__text {
    line-height: 35rem;
  }
}
@media (width <= 768px) {
  .philosophy-information__text {
    line-height: 30rem;
  }
}

@media (768px < width) {
  .philosophy-outline {
    padding-bottom: 100rem;
  }
}
@media (width <= 768px) {
  .philosophy-outline {
    padding-bottom: 80rem;
  }
}
@media (768px < width) {
  .philosophy-outline__container {
    padding: 0 50rem;
  }
}
.philosophy-outline__box {
  background: #fff;
}
@media (768px < width) {
  .philosophy-outline__box {
    padding: 92rem 100rem 100rem;
  }
}
@media (width <= 768px) {
  .philosophy-outline__box {
    padding: 31rem 25rem 40rem;
  }
}
.philosophy-outline__title {
  font-weight: 500;
  line-height: 50rem;
  text-align: left;
  color: #555759;
}
@media (768px < width) {
  .philosophy-outline__title {
    font-size: 34rem;
    margin-bottom: 22rem;
  }
}
@media (width <= 768px) {
  .philosophy-outline__title {
    font-size: 32rem;
    margin-bottom: 9rem;
  }
}
.philosophy-outline__list {
  width: 100%;
}
.philosophy-outline__row {
  width: 100%;
}
@media (768px < width) {
  .philosophy-outline__row {
    display: grid;
    grid-template-columns: 100rem calc(100% - 100rem);
    align-items: flex-start;
    padding-top: 30rem;
  }
}
@media (width <= 768px) {
  .philosophy-outline__row {
    border-bottom: 2rem solid #efefef;
    padding: 13rem 0;
    position: relative;
    border-bottom: 2rem solid transparent;
    background: linear-gradient(to right, #002460 0 22%, #efefef 22% 100%);
    background-position: bottom left;
    background-size: 100% 2rem;
    background-repeat: no-repeat;
  }
}
.philosophy-outline__label {
  height: 100%;
  font-weight: bold;
  font-size: 15rem;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .philosophy-outline__label {
    border-bottom: 2rem solid #002460;
    line-height: 32rem;
  }
}
@media (width <= 768px) {
  .philosophy-outline__label {
    line-height: 30rem;
  }
}
.philosophy-outline__description {
  font-weight: 500;
  font-size: 15rem;
  text-align: left;
  color: #555759;
}
@media (768px < width) {
  .philosophy-outline__description {
    border-bottom: 2rem solid #efefef;
    line-height: 32rem;
    padding-left: 40rem;
    padding-bottom: 30rem;
  }
}
@media (width <= 768px) {
  .philosophy-outline__description {
    line-height: 30rem;
  }
}

@media (768px < width) {
  .contact {
    padding: 108rem 0 0;
    height: 100vh;
    height: 100dvh;
    margin-top: -70rem;
    position: relative;
  }
}
@media (width <= 768px) {
  .contact {
    padding-top: 20rem;
  }
}
.contact[aria-hidden=true] {
  display: none;
}
@media (768px < width) {
  .contact__container {
    margin-bottom: 40rem;
    display: flex;
    gap: 50rem;
  }
}
@media (width <= 768px) {
  .contact__information {
    margin-bottom: 35rem;
  }
}
.contact__title {
  font-weight: bold;
  text-align: left;
  color: #1b224c;
}
@media (768px < width) {
  .contact__title {
    font-size: 36rem;
    line-height: 40rem;
    margin-bottom: 21rem;
  }
}
@media (width <= 768px) {
  .contact__title {
    font-size: 28rem;
    line-height: 58rem;
    margin-bottom: 5rem;
  }
}
.contact__text {
  font-weight: 500;
  text-align: left;
  color: #1a1311;
}
@media (768px < width) {
  .contact__text {
    font-size: 15rem;
    line-height: 30rem;
    margin-bottom: 23rem;
  }
}
@media (width <= 768px) {
  .contact__text {
    font-size: 14rem;
    line-height: 26rem;
    margin-bottom: 14rem;
  }
}
.contact__box {
  background: #fff;
}
@media (768px < width) {
  .contact__box {
    padding: 24rem 30rem 23rem;
    margin-bottom: 37rem;
  }
}
@media (width <= 768px) {
  .contact__box {
    padding: 17rem 17rem 10rem;
    margin-bottom: 20rem;
  }
}
.contact__text--box {
  font-weight: bold;
  line-height: 29rem;
  text-align: left;
  color: #1b224c;
}
@media (768px < width) {
  .contact__text--box {
    font-size: 16rem;
  }
}
@media (width <= 768px) {
  .contact__text--box {
    font-size: 15rem;
  }
}
.contact__list {
  font-weight: 500;
  text-align: left;
  color: #1a1311;
}
@media (768px < width) {
  .contact__list {
    font-size: 15rem;
    line-height: 30rem;
  }
}
@media (width <= 768px) {
  .contact__list {
    font-size: 12rem;
    line-height: 26rem;
  }
}
@media (768px < width) {
  .contact__tel .home-contact__text--tel {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
}
@media (width <= 768px) {
  .contact__tel .home-contact__text--tel {
    gap: 0;
  }
}
.contact__text--tel {
  font-weight: bold;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .contact__text--tel {
    font-size: 16rem;
    margin-bottom: 15rem;
  }
}
@media (width <= 768px) {
  .contact__text--tel {
    font-size: 14rem;
    margin-bottom: 8rem;
  }
}
.contact__foot {
  width: 100%;
  background: #002460;
  display: flex;
  align-items: center;
}
@media (768px < width) {
  .contact__foot {
    padding: 4rem 10rem;
    justify-content: space-between;
  }
}
@media (width <= 768px) {
  .contact__foot {
    padding: 18rem 0;
    flex-direction: column;
    gap: 6rem;
  }
}
.contact__foot.u-thanks {
  position: fixed;
  bottom: 0;
  left: 0;
}
.contact__col--foot {
  font-weight: normal;
  font-size: 13rem;
  line-height: 29rem;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10rem;
}
.contact__copyright {
  font-weight: 500;
  font-size: 12rem;
  text-align: right;
  color: #fff;
}

.form {
  width: 100%;
}
@media (width <= 768px) {
  .form {
    margin-bottom: 50rem;
  }
}
.form:has(.wpcf7-not-valid-tip) .form__button--submit {
  pointer-events: none;
  background: #b4b4b4;
}
@media (768px < width) {
  .form__item {
    margin-bottom: 23rem;
  }
}
@media (width <= 768px) {
  .form__item {
    margin-bottom: 23rem;
  }
}
.form__title {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-bottom: 5rem;
}
.form__text--title {
  font-weight: bold;
  font-size: 15rem;
  line-height: 30rem;
  text-align: left;
  color: #002460;
}
.form__label {
  width: fit-content;
  padding: 2rem 6rem;
  background: #fd7f00;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 11rem;
  text-align: center;
  color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.form__input {
  width: 100%;
  padding: 13rem 18rem;
  border-radius: 5rem;
  background: #fff;
  border: 1rem solid #eaeaea;
  font-weight: normal;
  font-size: 14rem;
  text-align: left;
  color: #000;
  position: relative;
}
.form__input + .wpcf7-not-valid-tip {
  position: absolute;
  top: -8rem;
  left: 16rem;
}
.form__inquiry {
  width: 100%;
  height: 160rem;
  padding: 16rem 18rem;
  border-radius: 5rem;
  background: #fff;
  border: 1rem solid #eaeaea;
  font-weight: normal;
  font-size: 14rem;
  text-align: left;
  color: #000;
  resize: none;
  position: relative;
}
.form__inquiry + .wpcf7-not-valid-tip {
  position: absolute;
  top: -65rem;
  left: 16rem;
}
.form__input::placeholder, .form__inquiry::placeholder {
  color: #b4b4b4;
}
.form__input:has(+ .wpcf7-not-valid-tip), .form__inquiry:has(+ .wpcf7-not-valid-tip) {
  border: 1rem solid #d11c1c;
}
.form__input:has(+ .wpcf7-not-valid-tip)::placeholder, .form__inquiry:has(+ .wpcf7-not-valid-tip)::placeholder {
  color: #fff;
}
.form__input:focus + .wpcf7-not-valid-tip, .form__inquiry:focus + .wpcf7-not-valid-tip {
  display: none;
}
.form__item--privacy-policy {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (768px < width) {
  .form__item--privacy-policy {
    margin-bottom: 20.5rem;
  }
}
@media (width <= 768px) {
  .form__item--privacy-policy {
    margin-bottom: 30rem;
  }
}
.form__item--privacy-policy:has([aria-invalid=true]) {
  padding-bottom: 30rem;
}
.form__item--privacy-policy:has([data-blur=false]) {
  padding-bottom: 0;
}
.form__item--privacy-policy .wpcf7-not-valid-tip {
  position: absolute;
  white-space: nowrap;
  top: 30rem;
}
.form__text--privacy-policy {
  font-weight: 500;
  text-decoration: underline;
  font-size: 16rem;
  text-align: left;
  color: #1b224c;
  text-decoration: none;
}
.form__text--privacy-policy a {
  text-decoration: underline;
}
.form input[type=checkbox] {
  width: 18rem;
  height: 18rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.form .wpcf7-list-item:has(input[type=checkbox]) {
  margin: 0;
  display: flex;
  position: relative;
}
.form .wpcf7-list-item:has(input[type=checkbox])::before {
  content: "";
  width: 18rem;
  height: 18rem;
  border: 1rem solid #eaeaea;
  border-radius: 2rem;
  background: #fff;
  flex-shrink: 0;
}
.form .wpcf7-list-item:has(input[type=checkbox])::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3rem;
  z-index: 1;
  transform: translateY(-50%);
  width: 12rem;
  height: 12rem;
  background: url(../images/icons/check.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: none;
}
.form .wpcf7-list-item:has(input[type=checkbox]:checked)::after {
  display: block;
}
.form__submit {
  position: relative;
}
@media (768px < width) {
  .form__submit {
    width: 100%;
    height: 70rem;
  }
}
@media (width <= 768px) {
  .form__submit {
    width: 260rem;
    height: 60rem;
    margin: auto;
  }
}
.form__submit::after {
  content: "";
  display: block;
  width: 4rem;
  height: 8rem;
  background: url(../images/icons/chevron-right-white.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 24rem;
  transform: translateY(-50%);
}
.form__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: -50rem;
}
@media (hover) {
  .form__submit:hover {
    opacity: 0.7;
  }
}
.form__button--submit {
  width: 100%;
  border-radius: 35rem;
  font-weight: bold;
  font-size: 18rem;
  line-height: 28rem;
  text-align: center;
  color: #fff;
  background: #fd7f00;
}
@media (768px < width) {
  .form__button--submit {
    height: 70rem;
  }
}
@media (width <= 768px) {
  .form__button--submit {
    height: 60rem;
  }
}
.form__button--submit:disabled {
  background: #b4b4b4;
}
.form .wpcf7-not-valid-tip {
  font-size: 14rem;
  color: #d11c1c;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
}

[data-blur=false] + .wpcf7-response-output, [data-blur=false] + .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  border: 0 !important;
  font-size: 14rem;
  color: #d11c1c;
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (768px < width) {
  .thanks {
    padding-top: 169rem;
  }
}
@media (width <= 768px) {
  .thanks {
    padding: 33rem 25rem 0;
  }
}
.thanks[aria-hidden=true] {
  display: none;
}
.thanks__title {
  font-weight: bold;
  line-height: 58rem;
  text-align: center;
  color: #002460;
}
@media (768px < width) {
  .thanks__title {
    font-size: 36rem;
    margin-bottom: 31rem;
  }
}
@media (width <= 768px) {
  .thanks__title {
    font-size: 28rem;
    margin-bottom: 20rem;
  }
}
.thanks__text {
  font-weight: 500;
  color: #1a1311;
}
@media (768px < width) {
  .thanks__text {
    font-size: 15rem;
    line-height: 30rem;
    text-align: center;
    margin-bottom: 43rem;
  }
}
@media (width <= 768px) {
  .thanks__text {
    font-size: 14rem;
    line-height: 26rem;
    text-align: left;
    margin-bottom: 20rem;
  }
}
.thanks__link {
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  text-align: center;
  color: #002460;
  display: flex;
  gap: 7rem;
  align-items: center;
}
.thanks__link .--icon {
  width: 15rem;
  height: 11rem;
}

@media (768px < width) {
  .privacy-policy {
    padding: 42rem 0 72rem;
  }
}
@media (width <= 768px) {
  .privacy-policy {
    padding-top: 22rem;
    padding-bottom: 74rem;
  }
}
.privacy-policy__lead {
  margin-bottom: 42rem;
}
@media (width <= 768px) {
  .privacy-policy__lead p {
    font-size: 16rem;
    line-height: 32rem;
  }
}
.privacy-policy__text {
  font-weight: 500;
  text-align: left;
  color: #555759;
}
@media (768px < width) {
  .privacy-policy__text {
    font-size: 16rem;
    line-height: 32rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__text {
    font-size: 15rem;
    line-height: 28rem;
  }
}
.privacy-policy__text.u-bold {
  font-weight: bold;
}
@media (768px < width) {
  .privacy-policy__text:has(+ ul), .privacy-policy__text:has(+ ol) {
    margin-bottom: 18rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__text:has(+ ul), .privacy-policy__text:has(+ ol) {
    margin-bottom: 20rem;
  }
}
.privacy-policy__list {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .privacy-policy__list {
    gap: 48rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__list {
    gap: 44rem;
  }
}
.privacy-policy__item dl div {
  display: flex;
}
.privacy-policy__title {
  font-weight: bold;
  font-size: 26rem;
  line-height: 34rem;
  text-align: left;
  color: #002460;
  text-indent: -1em;
  padding-left: 1em;
}
@media (768px < width) {
  .privacy-policy__title {
    margin-bottom: 16rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__title {
    margin-bottom: 20rem;
  }
}
.privacy-policy__list--sub {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .privacy-policy__list--sub {
    gap: 24rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__list--sub {
    gap: 30rem;
  }
}
.privacy-policy__list--sub.u-number {
  counter-reset: num 1;
}
@media (768px < width) {
  .privacy-policy__list--sub.--narrow-margin {
    gap: 8rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__list--sub.--narrow-margin {
    gap: 12rem;
  }
}
.u-number .privacy-policy__item--sub {
  counter-increment: number 1;
}
.privacy-policy__title--sub {
  font-weight: bold;
  text-align: left;
  color: #555759;
}
@media (768px < width) {
  .privacy-policy__title--sub {
    font-size: 16rem;
    line-height: 32rem;
    margin-bottom: 8rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__title--sub {
    font-size: 15rem;
    line-height: 28rem;
    margin-bottom: 7rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__title--sub:not(.u-number .privacy-policy__title--sub) {
    text-indent: -30rem;
    padding-left: 30rem;
  }
}
.u-number .privacy-policy__title--sub {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.u-number .privacy-policy__title--sub::before {
  content: counter(number);
  width: 16rem;
  height: 16rem;
  border: 1rem solid #555759;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15rem;
  text-align: center;
  vertical-align: middle;
  color: #555759;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (768px < width) {
  .privacy-policy__content {
    padding-left: 50rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__content {
    padding-left: 30rem;
  }
}
.privacy-policy__text--sub {
  font-weight: bold;
  font-size: 16rem;
  line-height: 32rem;
  text-align: left;
  color: #555759;
  margin-bottom: 12rem;
}
.privacy-policy__indent .privacy-policy__text {
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-policy__indent.--sec-6 li:not(:last-child) {
  margin-bottom: 7rem;
}
.privacy-policy__texts {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .privacy-policy__texts {
    gap: 10rem;
  }
}
@media (width <= 768px) {
  .privacy-policy__texts {
    gap: 13rem;
  }
}

@media (768px < width) {
  .terms {
    padding: 44rem 0 74rem;
  }
}
@media (width <= 768px) {
  .terms {
    padding-top: 22rem;
    padding-bottom: 74rem;
  }
}
@media (768px < width) {
  .terms__lead {
    margin-bottom: 46rem;
  }
}
@media (width <= 768px) {
  .terms__lead {
    margin-bottom: 33rem;
  }
}
.terms__lead p {
  font-weight: 500;
  font-size: 16rem;
  line-height: 32rem;
  text-align: left;
  color: #555759;
}
.terms__text {
  font-weight: 500;
  font-size: 15rem;
  line-height: 28rem;
  text-align: left;
  color: #555759;
}
@media (768px < width) {
  .terms__text:not(:last-child) {
    margin-bottom: 13rem;
  }
}
@media (width <= 768px) {
  .terms__text:not(:last-child) {
    margin-bottom: 11rem;
  }
}
.terms__text:has(+ ul), .terms__text:has(+ ol) {
  margin-bottom: 17rem;
}
.terms__title {
  font-weight: bold;
  font-size: 26rem;
  line-height: 34rem;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .terms__title {
    margin-bottom: 21rem;
  }
}
@media (width <= 768px) {
  .terms__title {
    margin-bottom: 16rem;
  }
}
.terms__list {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .terms__list {
    gap: 50rem;
  }
}
@media (width <= 768px) {
  .terms__list {
    gap: 40rem;
  }
}
.terms__list--sub {
  counter-reset: num 1;
}
.terms__list--sub li {
  counter-increment: number 1;
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
.terms__list--sub li::before {
  content: "(" counter(number) ")";
  font-weight: 500;
  font-size: 15rem;
  line-height: 28rem;
  text-align: left;
  color: #555759;
  white-space: nowrap;
}
.terms__list--sub:has(+ .terms__text) {
  margin-bottom: 14rem;
}

.service {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (768px < width) {
  .service {
    padding: 184rem 0 100rem;
  }
}
@media (width <= 768px) {
  .service {
    padding: 40rem 0 73rem;
  }
}
@media (768px < width) {
  .service__container {
    max-width: 1500rem;
    margin: auto;
  }
}
.service__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .service__list {
    gap: 200rem;
  }
}
@media (width <= 768px) {
  .service__list {
    gap: 53rem;
  }
}
.service__item {
  width: 100%;
  position: relative;
  display: flex;
}
@media (width <= 768px) {
  .service__item {
    flex-direction: column;
  }
}
@media (768px < width) {
  .service__item:nth-of-type(1), .service__item:nth-of-type(3) {
    justify-content: flex-end;
  }
}
@media (768px < width) {
  .service__item:nth-of-type(1) .service__col, .service__item:nth-of-type(3) .service__col {
    border-radius: 0rem 0rem 0rem 20rem;
  }
}
@media (768px < width) {
  .service__item:nth-of-type(2), .service__item:nth-of-type(4) {
    justify-content: flex-start;
  }
}
@media (768px < width) {
  .service__item:nth-of-type(2) .service__col, .service__item:nth-of-type(4) .service__col {
    border-radius: 0rem 0rem 20rem 0rem;
  }
}
.service__item:last-child .service__col {
  justify-content: center;
}
.service__figure {
  height: auto;
}
@media (768px < width) {
  .service__figure {
    width: 770rem;
    position: absolute;
    top: -90rem;
  }
}
@media (width <= 768px) {
  .service__figure {
    width: 100%;
  }
}
.service__figure img {
  width: 100%;
  height: 100%;
}
@media (768px < width) {
  .service__figure img {
    aspect-ratio: 770/400;
  }
}
@media (width <= 768px) {
  .service__figure img {
    aspect-ratio: 375/195;
  }
}
@media (768px < width) {
  .service__figure:has(.--shoene) {
    right: 730rem;
  }
}
@media (768px < width) {
  .service__figure:has(.--shoene) img {
    border-radius: 0 20rem 20rem 0;
  }
}
@media (768px < width) {
  .service__figure:has(.--equipment) {
    left: 730rem;
  }
}
@media (768px < width) {
  .service__figure:has(.--equipment) img {
    border-radius: 20rem 0 0 20rem;
  }
}
@media (768px < width) {
  .service__figure:has(.--work) {
    right: 730rem;
  }
}
@media (768px < width) {
  .service__figure:has(.--work) img {
    border-radius: 0 20rem 20rem 0;
  }
}
@media (768px < width) {
  .service__figure:has(.--maintenance) {
    left: 730rem;
  }
}
@media (768px < width) {
  .service__figure:has(.--maintenance) img {
    border-radius: 20rem 0 0 20rem;
  }
}
.service__col {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .service__col {
    padding: 60rem 0 60rem 110rem;
    width: 770rem;
    height: 395rem;
    background: #fff;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (width <= 768px) {
  .service__col {
    padding: 36rem 25rem 0;
    position: relative;
  }
}
.service__title {
  font-family: var(--YuMincho);
  font-weight: 500;
  line-height: 48rem;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .service__title {
    font-size: 40rem;
    margin-bottom: 9rem;
  }
}
@media (width <= 768px) {
  .service__title {
    width: fit-content;
    font-size: 30rem;
    padding: 8rem 25rem 0;
    border-radius: 0 10rem 10rem 0;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: -24rem;
    left: 0;
    z-index: 1;
  }
}
.service__text {
  font-weight: 500;
  text-align: left;
  color: #555759;
}
@media (768px < width) {
  .service__text {
    font-size: 15rem;
    line-height: 35rem;
    margin-bottom: 21rem;
  }
}
@media (width <= 768px) {
  .service__text {
    font-size: 14rem;
    line-height: 28rem;
    margin-bottom: 7rem;
  }
}

.news {
  background: #fff;
}
@media (768px < width) {
  .news {
    padding: 50rem 0 80rem;
  }
}
@media (width <= 768px) {
  .news {
    padding: 30rem 0 80rem;
  }
}
.news__list {
  width: 100%;
  border-top: 1rem solid #dbdbdb;
}
.news__item {
  border-bottom: 1rem solid #dbdbdb;
}
.news__link {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
}
@media (768px < width) {
  .news__link {
    padding: 26rem 0;
    align-items: flex-start;
    gap: 10rem;
  }
}
@media (width <= 768px) {
  .news__link {
    padding: 26rem 0;
    flex-direction: column;
    gap: 9rem;
  }
}
.news__meta {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.news__date {
  font-weight: bold;
  font-size: 14rem;
  line-height: 32rem;
  text-align: left;
  color: #002460;
}
.news__label {
  min-width: 120rem;
  width: fit-content;
  padding: 5rem 0;
  border-radius: 3rem;
  background: #002460;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 10rem;
  text-align: center;
  color: #fff;
}
.news__label.u-no-label {
  opacity: 0;
}
.news__title {
  font-weight: 500;
  font-size: 15rem;
  text-align: left;
  color: #555759;
  flex: 1;
}
@media (768px < width) {
  .news__title {
    max-width: fit-content;
    line-height: 32rem;
  }
}
@media (width <= 768px) {
  .news__title {
    line-height: 22rem;
  }
}
.news__pagenavi {
  display: flex;
  justify-content: center;
}
@media (768px < width) {
  .news__pagenavi {
    padding-top: 60rem;
  }
}
@media (width <= 768px) {
  .news__pagenavi {
    padding-top: 50rem;
  }
}
.news__pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.news__pagenavi .wp-pagenavi a {
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  text-align: center;
  color: #002460;
}
.news__pagenavi .page,
.news__pagenavi .nextpostslink,
.news__pagenavi .previouspostslink,
.news__pagenavi .last {
  width: 28rem;
  height: 28rem;
  border-radius: 4rem;
  background: transparent;
  border: 1rem solid #002460;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__pagenavi .current {
  width: 28rem;
  height: 28rem;
  border-radius: 4rem;
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1rem solid #dbdbdb;
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  text-align: center;
  color: #dbdbdb;
}
.news__pagenavi .nextpostslink {
  order: 2;
}
.news__pagenavi .last {
  order: 1;
}
.news__pagenavi .extend {
  height: 100%;
  display: flex;
  align-items: flex-start;
}

@media (768px < width) {
  .single-news {
    padding: 70rem 0 80rem;
  }
}
@media (width <= 768px) {
  .single-news {
    padding: 60rem 0 80rem;
  }
}
.single-news__heading {
  display: flex;
  flex-direction: column;
}
@media (768px < width) {
  .single-news__heading {
    padding-top: 50rem;
    gap: 9rem;
    margin-bottom: 40rem;
  }
}
@media (width <= 768px) {
  .single-news__heading {
    padding-top: 30rem;
    gap: 13rem;
    margin-bottom: 34rem;
  }
}
.single-news__title {
  font-weight: bold;
  text-align: left;
  color: #002460;
}
@media (768px < width) {
  .single-news__title {
    font-size: 36rem;
    line-height: 58rem;
  }
}
@media (width <= 768px) {
  .single-news__title {
    font-size: 26rem;
    line-height: 40rem;
  }
}
.single-news__label {
  min-width: 120rem;
  width: fit-content;
  padding: 5rem 0;
  border-radius: 3rem;
  background: #002460;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 10rem;
  text-align: center;
  color: #fff;
}
.single-news__label.u-no-label {
  opacity: 0;
}
.single-news__date {
  font-weight: bold;
  font-size: 12rem;
  line-height: 30rem;
  text-align: left;
  color: #002460;
}
.single-news__foot {
  display: flex;
  justify-content: center;
}
@media (768px < width) {
  .single-news__foot {
    padding-top: 66rem;
  }
}
@media (width <= 768px) {
  .single-news__foot {
    padding-top: 36rem;
  }
}
.single-news__link {
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  text-align: center;
  color: #002460;
  display: flex;
  gap: 7rem;
  align-items: center;
}
.single-news__link .--icon {
  width: 15rem;
  height: 11rem;
}
.single-news__content h2,
.single-news__content h3,
.single-news__content h4 {
  font-weight: bold;
  line-height: 58rem;
  text-align: left;
}
.single-news__content h3,
.single-news__content h4 {
  color: #1a1311;
}
.single-news__content h2 {
  font-size: 26rem;
  color: #002460;
  margin-bottom: 4rem;
}
.single-news__content h2:has(+ h3) {
  margin-bottom: -10rem;
}
@media (768px < width) {
  .single-news__content h2:not(.wp-block-heading) {
    padding-top: 34rem;
  }
}
@media (width <= 768px) {
  .single-news__content h2:not(.wp-block-heading) {
    padding-top: 24rem;
  }
}
.single-news__content h3 {
  font-size: 20rem;
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: -4rem;
}
.single-news__content h3::before {
  display: block;
  content: "";
  width: 10rem;
  height: 11rem;
  background: url(../images/icons/cube.svg) no-repeat;
  background-size: 100%;
}
.single-news__content h3:has(+ p) {
  margin-bottom: -10rem;
}
.single-news__content h4 {
  font-size: 17rem;
  margin-bottom: -8rem;
}
.single-news__content p {
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  text-align: left;
  color: #555759;
}
.single-news__content p.has-small-font-size {
  font-size: 11rem !important;
  line-height: 18rem;
  padding-top: 5rem;
}
.single-news__content a {
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  text-align: left;
  color: #fd7f00;
  background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
  transition: background 0.5s ease;
  will-change: transition;
  line-height: 1.5;
}
@media (hover) {
  .single-news__content a {
    opacity: 1;
  }
  .single-news__content a:hover {
    background-size: 100% 1px;
  }
  button:hover .single-news__content a, a:hover .single-news__content a {
    background-size: 100% 1px;
  }
}
@media (768px < width) {
  .single-news__content ol,
  .single-news__content ul {
    padding-top: 40rem;
  }
}
@media (width <= 768px) {
  .single-news__content ol,
  .single-news__content ul {
    padding-top: 30rem;
  }
}
.single-news__content ol {
  counter-reset: number 0;
}
.single-news__content ol li {
  counter-increment: number 1;
}
.single-news__content li {
  font-weight: 500;
  font-size: 15rem;
  line-height: 26rem;
  text-align: left;
  color: #555759;
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
.single-news__content li:not(:last-child) {
  margin-bottom: 10rem;
}
.single-news__content ul li::before {
  display: block;
  content: "";
  width: 8rem;
  height: 8rem;
  background: #002460;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 10rem;
}
.single-news__content ol li::before {
  content: counter(number) ".";
  font-weight: bold;
  font-size: 15rem;
  line-height: 26rem;
  text-align: left;
  color: #002460;
  flex-shrink: 0;
}
.single-news__content .wp-block-image {
  display: flex;
  justify-content: center;
}
@media (768px < width) {
  .single-news__content .wp-block-image {
    padding-top: 50rem;
  }
}
@media (width <= 768px) {
  .single-news__content .wp-block-image {
    padding-top: 40rem;
  }
}

.grecaptcha-badge {
  transform: translateY(-20rem);
  display: none;
}
[data-page=contact] .grecaptcha-badge {
  display: block;
}

.js-fade-up {
  opacity: 0;
}

@media (width <= 768px) {
  .u-pc {
    display: none !important;
  }
}

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

a[href=""] {
  box-shadow: -2rem -2rem 5rem 4rem rgba(0, 90, 255, 0.3), 2rem 2rem 6rem 4rem rgba(0, 213, 83, 0.3);
}
a[href=""]:hover {
  box-shadow: none;
}

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