@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
  margin: 15px 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --transition-default: 0.4s;
  --transition-fast: 0.2s;
  --transition-slow: 0.6s;
  --leading-trim: calc((1em - 1lh) / 2);
  --scrollbar-width: 0;
  --screen-width-full: calc(100vw - var(--scrollbar-width));
  --screen-width-half: calc(var(--screen-width-full) / 2);
  --padding-content: 100px;
  --padding-content-negative: -100px;
  --header-h: 150px;
}
@media (min-width: 1921px) {
  :root {
    --padding-content: calc(100vw * 100 / 1920);
    --padding-content-negative: calc(-100vw * 100 / 1920);
  }
}
@media (max-width: 1800px) {
  :root {
    --padding-content: calc(100vw * 100 / 1800);
    --padding-content-negative: calc(-100vw * 100 / 1800);
  }
}
@media (max-width: 767px) {
  :root {
    --padding-content: calc(36vw * 100 / 767);
    --padding-content-negative: calc(-36vw * 100 / 767);
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --header-h: 100px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-h: 80px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --header-h: 60px;
  }
}

[data-scroll-image] {
  overflow: clip;
}
[data-scroll-image].scroll-out img {
  opacity: 0;
  transform: scale(1.05);
}
[data-scroll-image].scroll-in img {
  opacity: 1;
  transform: none;
  transition: 2.1s cubic-bezier(0.33, 1, 0.68, 1) opacity, 2.1s transform cubic-bezier(0.33, 1, 0.68, 1), 2.1s filter cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes text-loop {
  0% {
    transform: none;
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes header-menu-open01 {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(6px);
  }
  to {
    transform: translateY(6px) rotate(30deg);
  }
}
@keyframes header-menu-open02 {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-6px);
  }
  to {
    transform: translateY(-6px) rotate(-30deg);
  }
}
@keyframes header-menu-close01 {
  0% {
    transform: translateY(6px) rotate(30deg);
  }
  50% {
    transform: translateY(6px) rotate(0deg);
  }
  to {
    transform: none;
  }
}
@keyframes header-menu-close02 {
  0% {
    transform: translateY(-6px) rotate(-30deg);
  }
  50% {
    transform: translateY(-6px) rotate(0deg);
  }
  to {
    transform: none;
  }
}
@keyframes header-menu-open01-sp {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(5px);
  }
  to {
    transform: translateY(5px) rotate(30deg);
  }
}
@keyframes header-menu-open02-sp {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(-5px) rotate(-30deg);
  }
}
@keyframes header-menu-close01-sp {
  0% {
    transform: translateY(5px) rotate(30deg);
  }
  50% {
    transform: translateY(5px) rotate(0deg);
  }
  to {
    transform: none;
  }
}
@keyframes header-menu-close02-sp {
  0% {
    transform: translateY(-5px) rotate(-30deg);
  }
  50% {
    transform: translateY(-5px) rotate(0deg);
  }
  to {
    transform: none;
  }
}
:root {
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Comfortaa", sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-base: 51, 51, 51;
  --color-accent: 7, 72, 138;
  --color-hover: 234, 7, 29;
  --color-border: 208, 202, 176;
  --color-bg: 248, 246, 237;
  --color-bright: 255, 255, 255;
  --color-dark: 17, 17, 17;
  --color-red: 234, 7, 29;
  --color-blue: 28, 110, 194;
  --color-l-blue: 101, 166, 232;
  --color-gray: 204, 204, 204;
  --color-caption: 102, 102, 102;
}

a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: underline;
  color: rgb(var(--color-blue));
}

a:not([class]):hover {
  text-decoration: none;
}

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

b {
  font-weight: 500;
}

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

iframe {
  vertical-align: top;
}

html {
  font-size: clamp(0.875rem, 0.841rem + 0.13vw, 1rem);
  scroll-padding-top: 100px;
}
@media (max-width: 1100px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  position: relative;
  overflow-x: clip;
  min-width: 320px;
  min-height: 100vh;
  background-color: rgba(var(--color-bg), 1);
  letter-spacing: 0.02em;
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8125;
  color: rgb(var(--color-base));
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 1100px) {
  body[data-nav=true] {
    touch-action: none;
    overflow: hidden;
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media screen and (max-width: 1000px) {
  html.isFixed,
  html.isFixed body {
    overflow: hidden;
  }
}
@media screen and (max-width: 1000px) {
  html.isFixed header::before {
    opacity: 1;
    visibility: visible;
  }
}
html header::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.l-header {
  width: 100%;
  height: var(--header-h);
  display: flex;
  align-items: flex-start;
  align-items: stretch;
  max-width: 100vw;
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  background-color: rgba(var(--color-bg), 1);
}
@media (max-width: 1420px) {
  .l-header {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1194px) {
  .l-header {
    padding: 10px 15px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header {
    padding-inline: 30px;
    background-color: rgba(var(--color-bg), 1);
  }
}
@media screen and (max-width: 600px) {
  .l-header {
    padding-inline: 15px;
    background-color: rgba(var(--color-bg), 1);
  }
}
.l-header__logo {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 240px;
  height: auto;
  aspect-ratio: 300/60;
  z-index: 1100;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .l-header__logo {
    max-width: 180px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  line-height: 1.5;
  position: relative;
  z-index: 1121;
}
@media screen and (max-width: 1000px) {
  .l-header__menu {
    display: block;
    width: 100%;
    height: calc(var(--dvh, 1dvh) * 100);
    padding: var(--header-h) 0 0;
    margin-left: 0;
    position: fixed;
    top: 0;
    right: -100%;
    transform: translateX(100%);
    transform: translateX(0);
    transition-timing-function: ease-out;
    transition-duration: 0.4s;
    z-index: 1021;
  }
  .l-header__menu.open {
    height: calc(var(--dvh, 1dvh) * 100);
    visibility: visible;
    opacity: 1;
    backface-visibility: hidden;
    transform: translateX(0);
    overflow-y: auto;
    right: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.4s;
    background-color: rgb(var(--color-bright), 1);
  }
}
.l-header__nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .l-header__nav {
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .open .l-header__nav {
    display: block;
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
}
.l-header__list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .open .l-header__list {
    gap: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    backface-visibility: hidden;
  }
}
.l-header__item {
  display: flex;
}
.l-header__item:not(:first-of-type) {
  margin-left: 105px;
}
@media screen and (min-width: 1001px) {
  .l-header__item:not(.l-header__item--contact) {
    height: 100% !important;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__item:not(:first-of-type) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__item:not(:first-of-type) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1001px) and (hover: hover) {
  .l-header__item:hover .mega-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .open .l-header__item {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    backface-visibility: hidden;
    border-bottom: 1px solid #ccc;
  }
}
.l-header__item--contact {
  align-items: center;
  align-self: center;
  width: 215px;
  max-width: none;
  height: 51px;
  margin-left: 70px !important;
  transform: none;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .l-header__item--contact {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 1000px) {
  .open .l-header__item--contact {
    width: 300px;
    height: 60px;
    border: none;
    margin: 25px auto !important;
  }
}
.l-header__item--contact .c-button {
  min-height: auto;
  padding: 10px;
  height: 100%;
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  column-gap: 20px;
  color: rgba(var(--color-bright), 1);
}
.l-header__item--contact .c-button::after {
  width: 10px;
}
.l-header__link {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1;
  height: 100%;
  position: relative;
  z-index: 1290;
  color: var(--color-base);
  line-height: 1.3888888889;
  cursor: pointer;
  transition: var(--transition-default) color;
}
@media screen and (min-width: 1001px) and (hover: hover) {
  .l-header__link:hover {
    color: rgb(var(--color-red), 1);
  }
  .l-header__link:hover .l-header__item__text::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__link {
    flex: 1 0 0;
    padding: 17px 25px 17px 0;
    padding: 17px 0 17px 0;
    margin-right: 15px;
    z-index: 11;
    transition: var(--transition-default) opacity;
  }
  :not(.l-header__item--contact) > .l-header__link {
    justify-content: flex-start;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  :not(.l-header__item--contact) .l-header__link {
    padding-left: 20px;
  }
}
.l-header__text {
  display: flex;
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  font-weight: 700;
  position: relative;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1000px) {
  :not(.l-header__item--contact) .l-header__text {
    padding-left: 20px;
  }
}
.l-header__text::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid rgb(var(--color-red), 1);
  border-top: none;
  border-left: none;
  position: absolute;
  left: 50%;
  bottom: -20px;
}
@media screen and (min-width: 1001px) {
  .l-header__text::before {
    opacity: 0;
    transform: rotate(45deg);
    left: 50%;
    bottom: -20px;
    transition: var(--transition-default) opacity;
  }
}
@media screen and (min-width: 1001px) and (hover: hover) {
  .l-header__link:hover .l-header__text::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__text::before {
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    left: 0;
    bottom: auto;
    top: 4px;
  }
}
.l-header .mega-menu {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: fixed;
  top: var(--header-h);
  left: 0;
  transition: var(--transition-default);
  z-index: 1300;
  left: 0;
  background-color: rgb(var(--color-bright), 0.9);
}
@media screen and (min-width: 1001px) {
  .l-header .mega-menu.tglopen {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  .l-header .mega-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, opacity 0.5s, visibility 0.5s;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    visibility: visible;
    opacity: 1;
    letter-spacing: 0;
  }
  .l-header .mega-menu.tglopen {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
    transition: max-height 1s, opacity 1s, visibility 1s;
  }
}
.l-header .mega-menu__inner {
  display: flex;
  gap: 180px;
  max-width: 1280px;
  height: 100%;
  padding: 55px 20px 55px 40px;
  margin: 0 auto;
  opacity: 1;
  transition: 0.54s transform cubic-bezier(0.33, 1, 0.68, 1), 0.54s opacity cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 1000px) {
  .l-header .mega-menu__inner {
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header .mega-menu__title {
    display: none;
  }
}
.l-header .mega-menu__title a {
  display: flex;
  align-items: center;
  font-size: clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem);
  font-weight: 700;
  color: rgb(var(--color-red), 1) !important;
  margin-top: calc((var(--leading-trim)));
}
.l-header .mega-menu__title a::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid rgb(var(--color-red), 1);
  border-left: 0;
  border-bottom: 0;
  margin-top: 2px;
  margin-right: 30px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .l-header .mega-menu__title {
    display: none;
  }
}
.l-header .mega-menu__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 80px;
  margin-top: calc((var(--leading-trim)) - 10px);
}
@media screen and (max-width: 1000px) {
  .l-header .mega-menu__list {
    display: block;
    margin-top: calc((var(--leading-trim)));
  }
}
@media screen and (max-width: 600px) {
  .l-header .mega-menu__item {
    width: 100%;
  }
}
.l-header .mega-menu__link {
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  font-weight: 700;
  padding-left: 25px;
  position: relative;
  color: rgb(var(--color-base), 1);
}
@media screen and (max-width: 1000px) {
  .l-header .mega-menu__link {
    display: block;
    padding: 10px 60px;
  }
}
.l-header .mega-menu__link::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  background-color: rgb(var(--color-red), 1);
}
@media screen and (max-width: 1000px) {
  .l-header .mega-menu__link::before {
    top: 16px;
    left: 40px;
    margin-top: calc(var(--leading-trim) * -1);
  }
}
@media (hover: hover) {
  .l-header .mega-menu__link:hover {
    color: rgb(var(--color-hover), 1);
  }
}
.l-header .l-menuBtn {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1022;
}
@media screen and (max-width: 1000px) {
  .l-header .l-menuBtn {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .l-header .l-menuBtn {
    width: 28px;
    height: 22px;
    right: 18px;
  }
}
.l-header .l-menuBtn--box, .l-header .l-menuBtn--box span {
  display: inline-block;
  transition: all 0.4s;
}
.l-header .l-menuBtn--box {
  width: 100%;
  height: 100%;
}
.l-header .l-menuBtn--box > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(var(--color-accent), 0.8);
}
.l-header .l-menuBtn--box > span:nth-of-type(1) {
  top: 0;
}
.l-header .l-menuBtn--box > span:nth-of-type(2) {
  top: 11px;
}
@media screen and (max-width: 414px) {
  .l-header .l-menuBtn--box > span:nth-of-type(2) {
    top: 10px;
  }
}
.l-header .l-menuBtn--box > span:nth-of-type(3) {
  bottom: 0;
}
.l-header .l-menuBtn--box > span:nth-of-type(4) {
  display: none;
  top: 0;
  opacity: 0;
  transform: translateY(11px) rotate(-45deg);
}
@media screen and (max-width: 414px) {
  .l-header .l-menuBtn--box > span:nth-of-type(4) {
    transform: translateY(10px) rotate(-45deg);
  }
}
.l-header .l-menuBtn--box > span:nth-of-type(5) {
  display: none;
  bottom: 0;
  opacity: 0;
  transform: translateY(-11px) rotate(45deg);
}
@media screen and (max-width: 414px) {
  .l-header .l-menuBtn--box > span:nth-of-type(5) {
    transform: translateY(-10px) rotate(45deg);
  }
}
.isFixed .l-header .l-menuBtn--box span:nth-of-type(1) {
  display: none;
}
.isFixed .l-header .l-menuBtn--box span:nth-of-type(2) {
  display: none;
}
.isFixed .l-header .l-menuBtn--box span:nth-of-type(3) {
  display: none;
}
.isFixed .l-header .l-menuBtn--box span:nth-of-type(4) {
  display: block;
  opacity: 1;
}
.isFixed .l-header .l-menuBtn--box span:nth-of-type(5) {
  display: block;
  opacity: 1;
}
.l-header .tglBtn {
  width: 22px;
  aspect-ratio: 1/1;
  margin-right: 24px;
  align-self: center;
  border-radius: 9999px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .l-header .tglBtn {
    display: none;
  }
}
@media (hover: hover) {
  .l-header .tglBtn:hover {
    cursor: pointer;
  }
}
.l-header .tglBtn::before, .l-header .tglBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-color: rgb(var(--color-red), 1);
}
.l-header .tglBtn::before {
  transform: rotate(-180deg);
}
.l-header .tglBtn::after {
  transform: rotate(-90deg);
}
.l-header .tglBtn.flip::before {
  transform: rotate(0);
}
.l-header .tglBtn.flip::after {
  transform: rotate(0);
}

.l-page--btm {
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .l-page--btm {
    padding: 0 30px;
  }
}
@media screen and (max-width: 414px) {
  .l-page--btm {
    padding: 0 16px;
  }
}

.l-contact {
  position: relative;
}
.l-contact::before {
  content: "";
  display: block;
  width: 100vw;
  height: 50%;
  position: absolute;
  left: -40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  border-radius: 50px 50px 0 0;
  background-color: rgb(var(--color-blue), 1);
}
@media screen and (max-width: 1000px) {
  .l-contact::before {
    height: 100%;
    bottom: auto;
    top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .l-contact::before {
    border-radius: 20px 20px 0 0;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 414px) {
  .l-contact::before {
    border-radius: 16px 16px 0 0;
  }
}
.l-contact__inner {
  max-width: 1840px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 50px;
  position: relative;
  background-color: rgb(var(--color-bright), 1);
}
@media screen and (max-width: 1000px) {
  .l-contact__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .l-contact__inner {
    max-width: 620px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 600px) {
  .l-contact__inner {
    padding: 36px 16px 24px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 414px) {
  .l-contact__inner {
    border-radius: 16px;
  }
}
.l-contact__inner.grid {
  display: grid;
  grid-template-areas: "contact-header tel mail" "contact-header area area";
  grid-template-columns: 29.5977011494% 34.4827586207% auto;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 1700px) {
  .l-contact__inner.grid {
    grid-template-columns: 25% 580px auto;
  }
}
@media screen and (max-width: 1536px) {
  .l-contact__inner.grid {
    grid-template-columns: 25.8620689655% 37.9310344828% auto;
  }
}
@media screen and (max-width: 1366px) {
  .l-contact__inner.grid {
    grid-template-areas: "contact-header contact-header" "tel mail" "area area";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 834px) {
  .l-contact__inner.grid {
    grid-template-areas: "contact-header" "tel" "mail" "area";
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
  }
}
.l-contact__header {
  display: flex;
  flex-direction: column;
  grid-area: contact-header;
  padding-top: 55px;
  padding-right: 10%;
  border-right: 1px solid rgb(var(--color-red), 1);
  margin-left: 55px;
  line-height: 1;
}
@media screen and (max-width: 1536px) {
  .l-contact__header {
    padding-top: 30px;
    padding-right: 30px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .l-contact__header {
    display: grid;
    grid-template-areas: "en text" "jp text";
    grid-template-columns: 240px auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid rgb(var(--color-red), 1);
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .l-contact__header {
    padding-left: 20px;
  }
}
@media screen and (max-width: 834px) {
  .l-contact__header {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
.l-contact__header__en {
  grid-area: en;
  font-size: clamp(1.75rem, 1.406rem + 1.33vw, 3rem);
  font-weight: 700;
  font-family: var(--font-en);
  color: rgb(var(--color-red), 1);
  margin: var(--leading-trim) 0;
}
.l-contact__header__jp {
  grid-area: jp;
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-weight: 700;
  margin-top: 0.6666666667em;
}
@media screen and (max-width: 1366px) {
  .l-contact__header__jp {
    margin-top: var(--leading-trim);
  }
}
@media screen and (max-width: 834px) {
  .l-contact__header__jp {
    margin-top: calc(var(--leading-trim) + 8px);
  }
}
.l-contact__header__text {
  grid-area: text;
  margin-top: auto;
  margin-bottom: 15px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .l-contact__header__text {
    margin: var(--leading-trim) 0;
  }
}
@media screen and (max-width: 834px) {
  .l-contact__header__text {
    margin-top: 1em;
    line-height: 1.6;
  }
}
.l-contact__col {
  color: rgb(var(--color-red), 1);
}
@media screen and (max-width: 1366px) {
  .l-contact__col--01, .l-contact__col--02 {
    padding: 0 20px 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .l-contact__col--01, .l-contact__col--02 {
    padding: 0 20px 30px !important;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .l-contact__col--01, .l-contact__col--02 {
    padding: 0 15px 30px !important;
  }
}
@media screen and (max-width: 414px) {
  .l-contact__col--01, .l-contact__col--02 {
    padding: 0 10px 30px !important;
  }
}
@media screen and (max-width: 1366px) {
  .l-contact__col--01 .l-contact__title, .l-contact__col--02 .l-contact__title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  .l-contact__col--01 .l-contact__title, .l-contact__col--02 .l-contact__title {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .l-contact__col--01 .l-contact__title, .l-contact__col--02 .l-contact__title {
    margin-bottom: 12px;
  }
}
.l-contact__col--01 .l-contact__title::before, .l-contact__col--02 .l-contact__title::before {
  content: "";
  display: block;
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 10px;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  background-color: #767777;
}
@media screen and (max-width: 1366px) {
  .l-contact__col--01 .l-contact__title::before, .l-contact__col--02 .l-contact__title::before {
    width: 40px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 834px) {
  .l-contact__col--01 .l-contact__title::before, .l-contact__col--02 .l-contact__title::before {
    width: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .l-contact__col--01 .l-contact__title::before, .l-contact__col--02 .l-contact__title::before {
    margin-bottom: 4px;
  }
}
.l-contact__col--01 {
  grid-area: tel;
  padding: 25px 9.1666666667% 8.3333333333% calc(9.1666666667% + 10px);
  border-right: 1px solid rgb(var(--color-red), 1);
}
@media screen and (max-width: 1740px) {
  .l-contact__col--01 {
    padding: 25px 9.1666666667% 8.3333333333%;
  }
}
@media screen and (max-width: 1536px) {
  .l-contact__col--01 {
    padding: 0 30px 10%;
  }
}
@media screen and (max-width: 834px) {
  .l-contact__col--01 {
    border-right: none;
    border-bottom: 1px solid rgb(var(--color-red), 1);
  }
}
.l-contact__col--01 .l-contact__title::before {
  mask-image: url("../img/common/icon-tel.svg");
}
@media screen and (min-width: 1367px) {
  .l-contact__col--01 .l-contact__title::before {
    width: 50px;
  }
}
@media screen and (max-width: 834px) {
  .l-contact__col--01 .l-contact__tel,
  .l-contact__col--01 .l-contact__mob {
    justify-content: center;
  }
}
.l-contact__col--02 {
  grid-area: mail;
  padding: 25px 8% 8% 11.2%;
}
@media screen and (max-width: 1536px) {
  .l-contact__col--02 {
    padding: 0 7.5% 11.2%;
  }
}
.l-contact__col--02 .l-contact__title::before {
  mask-image: url("../img/common/icon-mail.svg");
}
.l-contact__col--03 {
  grid-area: area;
  padding: 30px 0 20px 70px;
  border-top: 1px solid rgb(var(--color-red), 1);
  padding: 30px 0 15px 5.6910569106%;
}
@media screen and (max-width: 1536px) {
  .l-contact__col--03 {
    padding: 30px 15px 25px 35px;
  }
}
@media screen and (max-width: 1366px) {
  .l-contact__col--03 {
    padding: 25px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .l-contact__col--03 {
    padding: 25px 15px 0;
  }
}
@media screen and (max-width: 414px) {
  .l-contact__col--03 {
    padding: 25px 10px 0;
  }
}
.l-contact__title {
  font-size: clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  color: rgb(var(--color-base), 1);
  margin: 0 auto 20px;
}
.l-contact .num {
  font-size: clamp(1.625rem, 1.212rem + 1.59vw, 3.125rem);
  font-family: var(--font-en);
  font-weight: 700;
}
.l-contact .num a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  .l-contact .num a {
    pointer-events: all;
    cursor: pointer;
  }
}
.l-contact__tel {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .l-contact__tel {
    margin-bottom: 8px;
  }
}
.l-contact__tel__head {
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-family: var(--font-en);
}
.l-contact__mob__head {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.l-contact__mob__text {
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
}
.l-contact__tel, .l-contact__mob {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1536px) {
  .l-contact__tel, .l-contact__mob {
    justify-content: center;
  }
}
.l-contact__tel__head, .l-contact__mob__head {
  width: 115px;
  font-weight: 700;
}
@media screen and (max-width: 1919px) {
  .l-contact__tel__head, .l-contact__mob__head {
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .l-contact__tel__head, .l-contact__mob__head {
    width: 84px;
  }
}
@media screen and (max-width: 600px) {
  .l-contact__tel__head, .l-contact__mob__head {
    width: 70px;
  }
}
.l-contact__area {
  display: flex;
}
@media screen and (max-width: 414px) {
  .l-contact__area {
    flex-direction: column;
  }
}
.l-contact__area__head {
  width: 200px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
}
@media screen and (max-width: 1536px) {
  .l-contact__area__head {
    width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .l-contact__area__head {
    width: 110px;
  }
}
@media screen and (max-width: 600px) {
  .l-contact__area__head {
    width: 90px;
  }
}
@media screen and (max-width: 414px) {
  .l-contact__area__head {
    width: 100%;
    margin-bottom: 3px;
    text-align: center;
  }
}
.l-contact__area__text {
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  flex: 1;
}

.related-footer {
  padding: 220px 100px 200px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .related-footer {
    padding: 0;
  }
}
.related-footer::before {
  content: "";
  display: block;
  width: calc(100% + 80px);
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  background-color: rgb(var(--color-blue));
}
.related-footer__inner {
  max-width: 1840px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: 80px;
}
@media screen and (max-width: 1536px) {
  .related-footer__inner {
    column-gap: 20px;
    padding: 60px 40px 70px;
  }
}
@media screen and (max-width: 1366px) {
  .related-footer__inner {
    flex-direction: column;
    row-gap: 60px;
    padding: 80px 30px 60px;
  }
}
@media screen and (max-width: 834px) {
  .related-footer__inner {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 600px) {
  .related-footer__inner {
    padding-bottom: 25px;
  }
}

.related-site {
  display: flex;
  align-items: flex-start;
  column-gap: 60px;
  color: rgb(var(--color-bright), 1);
}
@media screen and (max-width: 1919px) {
  .related-site {
    flex: auto;
  }
}
@media screen and (max-width: 834px) {
  .related-site {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.related-site__header {
  display: flex;
  align-items: center;
  margin-top: var(--leading-trim);
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
  min-width: 7em;
}
@media screen and (max-width: 834px) {
  .related-site__header {
    min-width: auto;
    width: 150px;
  }
}
.related-site__header::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 4px;
  margin-right: 12px;
  background-color: rgb(var(--color-bright), 1);
}
.related-site__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 630px;
  line-height: 1;
  flex: 1;
}
@media screen and (max-width: 1366px) {
  .related-site__list {
    gap: 20px;
    max-width: none;
  }
}
@media screen and (max-width: 834px) {
  .related-site__list {
    gap: 20px;
    flex: auto;
  }
}
.related-site__item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1366px) {
  .related-site__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .related-site__item {
    width: calc((100% - 20px) / 2);
  }
}
.related-site__link {
  display: block;
  background-color: rgb(var(--color-bright), 1);
  overflow: hidden;
}
.related-site__link img {
  transition: all var(--transition-default);
  min-width: 100%;
  min-height: 100%;
}
@media (hover: hover) {
  .related-site__link:hover img {
    transform: scale(1.05);
    opacity: 0.95;
  }
}

.l-footer {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  flex: 1;
  min-width: 360px;
}
@media screen and (max-width: 1919px) {
  .l-footer {
    flex: auto;
  }
}
.l-footer__address {
  color: rgb(var(--color-bright), 1);
}
.l-footer__address__title {
  margin-top: var(--leading-trim);
  font-size: clamp(1.125rem, 0.987rem + 0.53vw, 1.625rem);
  font-weight: 700;
}
.l-footer__address__list {
  margin: calc(var(--leading-trim) + 10px) auto calc(var(--leading-trim));
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  line-height: 1.6;
}
.l-footer__text {
  margin-top: auto;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.l-footer__text__policy {
  margin: calc(var(--leading-trim) + 4em) auto calc(var(--leading-trim) + 3em);
}
.l-footer__text__policy a {
  color: rgb(var(--color-bright), 1);
  text-decoration: underline;
}
@media (hover: hover) {
  .l-footer__text__policy a:hover {
    text-decoration: none;
  }
}
.l-footer__text__copyright {
  margin-top: var(--leading-trim);
  color: rgb(var(--color-bright), 1);
}
@media screen and (max-width: 600px) {
  .l-footer__text__copyright {
    text-align: center;
  }
}

.l-wrapper {
  margin-top: var(--header-h);
}

.l-content {
  max-width: 1160px;
  margin-inline: auto;
  margin-bottom: 160px;
}
.l-content--narrow {
  max-width: 920px;
}
@media (max-width: 767px) {
  .l-content {
    margin-bottom: max(20.8604954368vw, 50px);
  }
}

.l-page {
  overflow: hidden;
}

.c-breadcrumbs {
  margin: 30px 0 110px auto;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
@media screen and (max-width: 1700px) {
  .c-breadcrumbs {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .c-breadcrumbs {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .c-breadcrumbs {
    margin-top: 1rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 414px) {
  .c-breadcrumbs {
    margin-right: 16px;
    margin-bottom: 2.5rem;
  }
}
.c-breadcrumbs__list {
  max-width: 1640px;
  margin-inline: auto;
  margin-block: var(--leading-trim);
  text-align: right;
}
.c-breadcrumbs__item {
  display: inline-block;
}
.c-breadcrumbs__item:not(:first-of-type)::before {
  content: "-";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.c-breadcrumbs__link {
  color: rgb(var(--color-base), 1);
  transition: var(--transition-default) color;
}
.c-breadcrumbs__link[aria-current=page] {
  cursor: default;
  color: rgb(var(--color-base), 1);
}
@media (hover: hover) {
  .c-breadcrumbs__link:not([aria-current=page]):hover {
    color: rgb(var(--color-hover), 1);
  }
}

.c-button {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 36px;
  column-gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 500px;
  --height: 100px;
  min-height: var(--height);
  padding: 25px;
  margin: 0 auto;
  border-radius: 100vmax;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
  position: relative;
  transition: var(--transition-default) background-color, var(--transition-default) color;
  color: rgb(var(--color-bright), 1);
  background: rgb(var(--color-red), 1);
  transition: filter 0.5s ease;
}
@media screen and (max-width: 1000px) {
  .c-button {
    --height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .c-button {
    column-gap: 10px;
    max-width: 350px;
    --height: 60px;
    padding: 20px 15px;
  }
}
.c-button::before {
  content: "";
}
.c-button::after {
  content: "";
  display: block;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: rgb(var(--color-bright), 1);
  transition: var(--transition-default) transform;
  justify-content: end;
}
@media screen and (max-width: 1536px) {
  .c-button::after {
    width: 15px;
  }
}
.c-button--bright {
  background: rgb(var(--color-bright), 1);
  color: rgb(var(--color-base), 1);
}
@media (hover: hover) {
  a:hover .c-button, .c-button:hover {
    filter: brightness(1.1) saturate(1.1);
  }
  a:hover .c-button::after, .c-button:hover::after {
    transform: scale(1.4);
    opacity: 0.95;
  }
}

:root {
  --mb: calc(55px - var(--leading-trim));
  --mb-s: calc(40px - var(--leading-trim));
  --gap: 40px;
}
@media screen and (max-width: 600px) {
  :root {
    --mb: calc(30px - var(--leading-trim));
    --mb-s: calc(10px - var(--leading-trim));
    --gap: 20px;
  }
}

/* ブログコンテンツ */
.entry__body {
  max-width: 100%;
  word-break: break-word;
}
.entry__body::after {
  display: block;
  content: "";
  clear: both;
}
.entry__body * {
  min-height: 0vw;
  min-height: 0;
}
.entry__body > *:first-child {
  margin-top: 0 !important;
}
.entry__body > *:last-child {
  margin-bottom: 0 !important;
}
.entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6,
.entry__body p,
.entry__body ol li,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
.entry__body .wp-block-table,
.entry__body table th,
.entry__body table td {
  margin-top: calc(var(--leading-trim) + 55px);
}
@media screen and (max-width: 1000px) {
  .entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6,
  .entry__body p,
  .entry__body ol li,
  .entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
  .entry__body .wp-block-table,
  .entry__body table th,
  .entry__body table td {
    margin-top: calc(var(--leading-trim) + 40px) !important;
  }
}
@media screen and (max-width: 600px) {
  .entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6,
  .entry__body p,
  .entry__body ol li,
  .entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
  .entry__body .wp-block-table,
  .entry__body table th,
  .entry__body table td {
    margin-top: calc(var(--leading-trim) + 30px) !important;
  }
}
@media screen and (max-width: 414px) {
  .entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6,
  .entry__body p,
  .entry__body ol li,
  .entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
  .entry__body .wp-block-table,
  .entry__body table th,
  .entry__body table td {
    margin-top: calc(var(--leading-trim) + 20px) !important;
  }
}
.entry__body .wp-block-group,
.entry__body .wp-block-columns,
.entry__body .wp-block-column > figure,
.entry__body .wp-block-image,
.entry__body .wp-block-gallery,
.entry__body .wp-block-embed {
  margin-top: calc(var(--leading-trim) + 55px);
}
@media screen and (max-width: 1000px) {
  .entry__body .wp-block-group,
  .entry__body .wp-block-columns,
  .entry__body .wp-block-column > figure,
  .entry__body .wp-block-image,
  .entry__body .wp-block-gallery,
  .entry__body .wp-block-embed {
    margin-top: calc(var(--leading-trim) + 40px) !important;
  }
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-group,
  .entry__body .wp-block-columns,
  .entry__body .wp-block-column > figure,
  .entry__body .wp-block-image,
  .entry__body .wp-block-gallery,
  .entry__body .wp-block-embed {
    margin-top: calc(var(--leading-trim) + 30px) !important;
  }
}
.entry__body .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.entry__body :where(.is-layout-flex) {
  gap: var(--mb);
}
.entry__body .wp-block-buttons {
  margin-top: var(--mb);
  margin-bottom: var(--mb);
  gap: var(--mb-s);
}
.entry__body .wp-block-file {
  gap: var(--mb-s);
  margin-top: var(--mb);
  margin-bottom: var(--mb);
}
.entry__body ol,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  margin-top: 1.8125em;
}
.entry__body ol li + li,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li + li {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .entry__body ol li + li,
  .entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li + li {
    margin-top: calc(1em - var(--leading-trim)) !important;
  }
}
.entry__body ol ol,
.entry__body ol ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations),
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ol,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .entry__body ol ol,
  .entry__body ol ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations),
  .entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ol,
  .entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
    margin-top: calc(1em - var(--leading-trim)) !important;
  }
}
.entry__body .wp-block-columns {
  gap: var(--gap) !important;
}
.entry__body .border-group {
  padding: var(--mb-s);
}
@media screen and (max-width: 600px) {
  .entry__body .border-group {
    padding: calc(20px - var(--leading-trim));
  }
}
.entry__body h2,
.entry__body h3,
.entry__body h4,
.entry__body h5,
.entry__body h6 {
  position: relative;
}
.entry__body h2::before,
.entry__body h3::before,
.entry__body h4::before,
.entry__body h5::before,
.entry__body h6::before {
  content: "";
  display: block;
  position: absolute;
}
.entry__body h2 {
  font-size: clamp(1.188rem, 1.033rem + 0.6vw, 1.75rem);
  font-weight: 700;
  margin-top: 2.8571428571em;
  padding-top: 1.0714285714em;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .entry__body h2:not(:first-child) {
    margin-top: calc(var(--leading-trim) + 2.5em);
  }
}
.entry__body h2::before, .entry__body h2::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 0;
  left: 0;
}
.entry__body h2::before {
  width: 100%;
  background-color: #efefef;
}
.entry__body h2::after {
  width: 26.5625%;
  background: rgb(var(--color-red), 1);
}
.entry__body h3 {
  padding-bottom: 0.5em;
  font-size: clamp(1.125rem, 0.987rem + 0.53vw, 1.625rem);
  font-weight: 700;
  color: rgb(var(--color-red), 1);
}
@media screen and (min-width: 1001px) {
  .entry__body h3:not(:first-child) {
    margin-top: calc(var(--leading-trim) + 2.6923076923em);
  }
}
.entry__body h3::before {
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: rgb(var(--color-border), 1);
}
.entry__body h4,
.entry__body h5,
.entry__body h6 {
  padding-left: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .entry__body h4,
  .entry__body h5,
  .entry__body h6 {
    padding-left: 2rem;
  }
}
.entry__body h4 {
  font-size: clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem);
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .entry__body h4:not(:first-child) {
    margin-top: calc(var(--leading-trim) + 2.2916666667em);
  }
}
.entry__body h4::before {
  width: 25px;
  height: 5px;
  top: 0.8em;
  left: 0;
  background-color: rgb(var(--color-red), 1);
}
@media screen and (max-width: 1000px) {
  .entry__body h4::before {
    width: 1em;
    height: 4px;
  }
}
@media screen and (max-width: 600px) {
  .entry__body h4::before {
    height: 3px;
  }
}
.entry__body h5 {
  font-size: clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1001px) {
  .entry__body h5:not(:first-child) {
    margin-top: calc(var(--leading-trim) + 2.5em);
  }
}
.entry__body h5::before {
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  top: 0.5em;
  left: 0;
  border-radius: 4px;
  background-color: rgb(var(--color-red), 1);
}
@media screen and (max-width: 1000px) {
  .entry__body h5::before {
    width: 0.8em;
  }
}
.entry__body h6 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .entry__body h6:not(:first-child) {
    margin-top: calc(var(--leading-trim) + 2.25em);
  }
}
.entry__body h6::before {
  width: 11px;
  height: 11px;
  margin-top: 0.4em;
  left: -0.4em;
  top: 0.5em;
  transform: rotate(45deg) translateY(-50%);
  border: 2px solid rgb(var(--color-red), 1);
  border-left: 0;
  border-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .entry__body h6::before {
    width: 0.6em;
    height: 0.6em;
  }
}
.entry__body .wp-block-heading {
  margin-bottom: calc(var(--leading-trim)) !important;
}
.entry__body p,
.entry__body ol li,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
.entry__body table th,
.entry__body table td {
  font-size: clamp(0.875rem, 0.841rem + 0.13vw, 1rem);
  line-height: 1.6;
  font-weight: 400;
}
.entry__body strong {
  font-weight: 700;
}
.entry__body em {
  font-style: italic;
  font-weight: normal;
}
.entry__body sub {
  vertical-align: sub;
  font-size: 1rem;
}
.entry__body sup {
  vertical-align: super;
  font-size: 1rem;
}
.entry__body a:not([class]),
.entry__body ul:not(.anclist) a,
.entry__body a:not(.wp-block-button__link, .wp-block-file__button) {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: rgb(var(--color-red), 1);
}
@media (hover: hover) {
  .entry__body a:not([class]):hover,
  .entry__body ul:not(.anclist) a:hover,
  .entry__body a:not(.wp-block-button__link, .wp-block-file__button):hover {
    text-decoration: underline;
  }
}
.entry__body .wp-block-button {
  max-width: none;
  width: auto;
  position: relative;
}
.entry__body .wp-block-button .wp-block-button__link {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.entry__body .wp-block-button.is-style-theme a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 36px;
  column-gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 500px;
  --height: 100px;
  min-height: var(--height);
  padding: 25px;
  margin: 0 auto;
  border-radius: 100vmax;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
  position: relative;
  transition: var(--transition-default) background-color, var(--transition-default) color;
  color: rgb(var(--color-bright), 1);
  background: rgb(var(--color-red), 1);
  transition: filter 0.5s ease;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .entry__body .wp-block-button.is-style-theme a {
    --height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-button.is-style-theme a {
    column-gap: 10px;
    max-width: 350px;
    --height: 60px;
    padding: 20px 15px;
  }
}
.entry__body .wp-block-button.is-style-theme a::before {
  content: "";
}
.entry__body .wp-block-button.is-style-theme a::after {
  content: "";
  display: block;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: rgb(var(--color-bright), 1);
  transition: var(--transition-default) transform;
  justify-content: end;
}
@media screen and (max-width: 1536px) {
  .entry__body .wp-block-button.is-style-theme a::after {
    width: 15px;
  }
}
.entry__body .wp-block-button.is-style-theme a--bright {
  background: rgb(var(--color-bright), 1);
  color: rgb(var(--color-base), 1);
}
@media (hover: hover) {
  a:hover .entry__body .wp-block-button.is-style-theme a, .entry__body .wp-block-button.is-style-theme a:hover {
    filter: brightness(1.1) saturate(1.1);
  }
  a:hover .entry__body .wp-block-button.is-style-theme a::after, .entry__body .wp-block-button.is-style-theme a:hover::after {
    transform: scale(1.4);
    opacity: 0.95;
  }
}
.entry__body .wp-block-file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.entry__body .wp-block-file a {
  font-size: clamp(0.875rem, 0.841rem + 0.13vw, 1rem);
  text-decoration: none !important;
}
.entry__body .wp-block-file a:not(.wp-block-file__button) {
  padding: 0 0 0 1.5em;
  font-weight: 400;
  position: relative;
}
.entry__body .wp-block-file a:not(.wp-block-file__button)::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid rgb(var(--color-red), 1);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  left: -0.25em;
  top: 0.6em;
  transform: rotate(45deg) translateY(0);
}
.entry__body .wp-block-file a.wp-block-file__button {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 36px;
  column-gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 500px;
  --height: 100px;
  min-height: var(--height);
  padding: 25px;
  margin: 0 auto;
  border-radius: 100vmax;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
  position: relative;
  transition: var(--transition-default) background-color, var(--transition-default) color;
  color: rgb(var(--color-bright), 1);
  background: rgb(var(--color-red), 1);
  transition: filter 0.5s ease;
  max-width: none;
  width: auto;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .entry__body .wp-block-file a.wp-block-file__button {
    --height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-file a.wp-block-file__button {
    column-gap: 10px;
    max-width: 350px;
    --height: 60px;
    padding: 20px 15px;
  }
}
.entry__body .wp-block-file a.wp-block-file__button::before {
  content: "";
}
.entry__body .wp-block-file a.wp-block-file__button::after {
  content: "";
  display: block;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: rgb(var(--color-bright), 1);
  transition: var(--transition-default) transform;
  justify-content: end;
}
@media screen and (max-width: 1536px) {
  .entry__body .wp-block-file a.wp-block-file__button::after {
    width: 15px;
  }
}
.entry__body .wp-block-file a.wp-block-file__button--bright {
  background: rgb(var(--color-bright), 1);
  color: rgb(var(--color-base), 1);
}
@media (hover: hover) {
  a:hover .entry__body .wp-block-file a.wp-block-file__button, .entry__body .wp-block-file a.wp-block-file__button:hover {
    filter: brightness(1.1) saturate(1.1);
  }
  a:hover .entry__body .wp-block-file a.wp-block-file__button::after, .entry__body .wp-block-file a.wp-block-file__button:hover::after {
    transform: scale(1.4);
    opacity: 0.95;
  }
}
.isPC .entry__body .wp-block-file a.wp-block-file__button:hover {
  transform: translate(2px, 2px);
}
.entry__body .wp-block-file * + .wp-block-file__button {
  margin-left: 0;
}
.entry__body ol,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  list-style: none;
}
.entry__body ol li,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li {
  padding-left: 2em;
  position: relative;
}
.entry__body ol li::before,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li::before {
  position: absolute;
  left: 0;
}
.entry__body ol li:first-of-type,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li:first-of-type {
  margin-top: 0 !important;
}
.entry__body ol ol,
.entry__body ol ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations),
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ol,
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  margin-left: 0;
}
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li {
  list-style: none;
}
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 9999vmax;
  top: 0;
  transform: translateY(0.5em);
  background-color: rgb(var(--color-red), 1);
}
@media screen and (max-width: 600px) {
  .entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li::before {
    margin-top: -1px;
  }
}
.entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li::before {
  width: 14px;
  transform: translateY(0.4em);
  background-color: transparent;
  border: 3px solid rgb(var(--color-red), 1);
}
@media screen and (max-width: 600px) {
  .entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li::before {
    margin-top: -2px;
  }
}
.entry__body ol {
  counter-reset: ol_li;
}
.entry__body ol > li::before {
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  font-weight: 700;
  top: 0;
  color: rgb(var(--color-red), 1);
}
.entry__body ol > li ol > li::before {
  content: "(" counter(ol_li) ")";
}
.entry__body .wp-block-separator {
  width: 100%;
  height: 2px;
  margin-block: 1.875em;
  border: none;
  background-color: rgb(var(--color-border), 1);
}
@media screen and (max-width: 1000px) {
  .entry__body .wp-block-separator {
    margin-block: calc(var(--leading-trim) + 40px);
  }
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-separator {
    margin-block: calc(var(--leading-trim) + 30px);
  }
}
.entry__body .wp-block-separator.is-style-wide {
  height: 4px;
}
.entry__body .wp-block-separator.is-style-dots {
  border-top: 1px solid transparent;
  vertical-align: top;
  position: relative;
}
.entry__body .wp-block-separator.is-style-dots:before {
  width: 100vw;
  color: rgb(var(--color-red), 1);
  content: "···";
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-separator.is-style-dots:before {
    letter-spacing: 1.5em;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 414px) {
  .entry__body .wp-block-separator.is-style-dots:before {
    font-size: 1.5em;
    letter-spacing: 1.25em;
    padding-left: 1.25em;
  }
}
.entry__body .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.entry__body .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry__body .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry__body .wp-block-gallery {
  gap: 10px !important;
}
.entry__body .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 18px) / 2) !important;
}
.entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 18px) / 2) !important;
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 120px) / 4) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 160px) / 5);
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 200px) / 6) !important;
  }
}
.entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 120px) / 7) !important;
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 240px) / 7) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 280px) / 8) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media (min-width: 600px) {
  .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 40px) / 2) !important;
  }
}
.entry__body figcaption {
  margin-bottom: 0;
  margin-top: 0.25em;
  font-size: clamp(0.75rem, 0.622rem + 0.5vw, 0.938rem);
  color: rgb(var(--color-caption));
}
.entry__body .wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 0.25em;
  font-size: clamp(0.875rem, 0.841rem + 0.13vw, 1rem);
  color: rgb(var(--color-caption));
}
.entry__body .wp-block-image img {
  vertical-align: top !important;
  /* width: 100%; */
  height: auto;
}
.entry__body .wp-block-group .wp-block-table {
  margin-top: calc(var(--leading-trim)) !important;
}
.entry__body .wp-block-table {
  overflow-x: visible;
}
.entry__body .wp-block-table table {
  width: auto;
  border-top: 1px solid rgb(var(--color-gray), 1);
  border-left: 1px solid rgb(var(--color-bright), 1);
}
.entry__body .wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}
.entry__body .wp-block-table table th,
.entry__body .wp-block-table table td {
  padding: calc(20px + var(--leading-trim)) var(--mb-s);
  border: none;
  border-bottom: 1px solid rgb(var(--color-gray), 1);
  border-right: 1px solid rgb(var(--color-bright), 1);
}
@media screen and (max-width: 600px) {
  .entry__body .wp-block-table table th,
  .entry__body .wp-block-table table td {
    padding: calc(10px + var(--leading-trim)) var(--mb-s);
  }
}
.entry__body .wp-block-table table th {
  font-weight: 700;
  text-align: left;
  background-color: #f4f1e3;
}
.entry__body .wp-block-table table th.has-text-align-center {
  text-align: center;
}
.entry__body .wp-block-table table th.has-text-align-right {
  text-align: right;
}
.entry__body .wp-block-table table tr > th:first-of-type {
  border-left: none !important;
}
.entry__body .wp-block-table table thead {
  border-bottom: none;
}
.entry__body .wp-block-table table tfoot {
  font-weight: 700;
  border-top: 1px solid rgb(var(--color-gray), 1);
}
.entry__body .wp-block-table table thead th,
.entry__body .wp-block-table table thead td,
.entry__body .wp-block-table table tfoot th,
.entry__body .wp-block-table table tfoot td {
  font-weight: 700;
  background-color: #f4f1e3;
}
.entry__body .wp-block-table.has-fixed-layout {
  table-layout: fixed;
}
.entry__body .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.entry__body .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: rgb(var(--color-bg), 1) !important;
}
.entry__body .wp-block-table.is-style-stripes table tbody tr:nth-child(even) {
  background-color: #f9f8f6 !important;
}
.entry__body .is-style-vertical table tbody tr td:first-of-type {
  font-weight: 700;
  background-color: #f4f1e3;
}
.entry__body .box-scroll {
  max-width: calc(100vw - 60px);
}
@media screen and (max-width: 833px) {
  .entry__body .box-scroll {
    overflow-x: auto;
    white-space: nowrap;
    max-width: calc(100vw - 36px);
  }
  .entry__body .box-scroll .wp-block-table {
    margin-top: 0;
    margin-bottom: 0;
  }
  .entry__body .box-scroll .wp-block-table .wp-element-caption {
    margin-bottom: 0;
  }
}
.entry__body .box-scroll::-webkit-scrollbar {
  height: 7px;
  border: none;
}
.entry__body .box-scroll::-webkit-scrollbar-track {
  background-color: rgb(var(--color-bright), 1);
}
.entry__body .box-scroll::-webkit-scrollbar-thumb {
  background: #e0d291;
}
@media screen and (max-width: 833px) {
  .entry__body .box-scroll table {
    width: auto;
    max-width: 834px;
  }
}
.entry__body .border-box,
.entry__body .bg-box {
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .entry__body .border-box,
  .entry__body .bg-box {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .entry__body .border-box,
  .entry__body .bg-box {
    padding: 16px;
  }
}
.entry__body .border-box .wp-block-group__inner-container > *:first-child,
.entry__body .bg-box .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.entry__body .border-box {
  border: 1px solid #666666;
}
.entry__body .bg-box {
  background-color: #f0e8c4;
}
.entry__body .box-map iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1280/400 !important;
}
@media screen and (max-width: 600px) {
  .entry__body .box-map iframe {
    aspect-ratio: 7/4 !important;
  }
}
.entry__body .has-blue-color {
  color: rgb(var(--color-blue));
}
.entry__body .has-blue-background-color {
  background-color: rgb(var(--color-blue));
}
.entry__body .has-light-blue-color {
  color: rgb(var(--color-l-blue));
}
.entry__body .has-light-blue-background-color {
  background-color: rgb(var(--color-l-blue));
}
.entry__body .has-dark-blue-color {
  color: rgb(var(--color-accent));
}
.entry__body .has-dark-blue-background-color {
  background-color: rgb(var(--color-accent));
}
.entry__body .has-red-color {
  color: rgb(var(--color-red));
}
.entry__body .has-red-background-color {
  background-color: rgb(var(--color-red));
}
.entry__body .has-beige-color {
  color: rgb(var(--color-border));
}
.entry__body .has-beige-background-color {
  background-color: rgb(var(--color-border));
}
.entry__body .has-light-beige-color {
  color: #f0e8c4;
}
.entry__body .has-light-beige-background-color {
  background-color: #f0e8c4;
}
.entry__body .has-light-gray-color {
  color: rgb(var(--color-gray));
}
.entry__body .has-light-gray-background-color {
  background-color: rgb(var(--color-gray));
}
.entry__body .has-dark-gray-color {
  color: rgb(var(--color-caption));
}
.entry__body .has-dark-gray-background-color {
  background-color: rgb(var(--color-caption));
}
.entry__body .has-black-color {
  color: #000000;
}
.entry__body .has-black-background-color {
  background-color: #000000;
}
.entry__body .has-white-color {
  color: rgb(var(--color-bright));
}
.entry__body .has-white-background-color {
  background-color: rgb(var(--color-bright));
}

.c-page-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  aspect-ratio: 1920/300;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-page-header {
    aspect-ratio: inherit;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .c-page-header {
    height: 140px;
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 414px) {
  .c-page-header {
    border-radius: 0 0 20px 20px;
  }
}
.c-page-header__img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .c-page-header__img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .c-page-header__img {
    transform: translateX(-60%);
  }
}
.c-page-header__img img {
  width: 100%;
  aspect-ratio: 1920/300;
}
@media screen and (max-width: 1000px) {
  .c-page-header__img img {
    width: auto;
    height: 100%;
    max-width: fit-content;
  }
}
.c-page-header__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 85.4166666667vw;
  margin: auto auto 3.125%;
  color: rgb(var(--color-bright), 1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .c-page-header__inner {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 600px) {
  .c-page-header__inner {
    margin-inline: 20px;
    width: calc(100% - 32px);
    max-width: none;
  }
}
@media screen and (max-width: 414px) {
  .c-page-header__inner {
    margin: 0 16px 16px;
  }
}
.c-page-header--lower .c-page-header__inner {
  flex-direction: column-reverse;
  margin: auto auto auto;
}
.c-page-header__jp {
  margin-top: var(--leading-trim);
  font-size: clamp(1.375rem, 1.066rem + 1.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
.c-page-header__en {
  padding-top: 0.5384615385em;
  margin-top: calc(var(--leading-trim) + 1.6em);
  font-size: clamp(0.875rem, 0.669rem + 0.8vw, 1.625rem);
  font-weight: 200;
  font-family: var(--font-en);
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-page-header__en {
    padding-top: 0.25em;
    margin-top: calc(var(--leading-trim) + 1.15em);
  }
}
.c-page-header--lower .c-page-header__en {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0.65em;
  margin-bottom: calc(var(--leading-trim) + 1.9047619048em);
  font-size: clamp(1rem, 0.914rem + 0.33vw, 1.313rem);
  font-size: clamp(0.875rem, 0.755rem + 0.47vw, 1.313rem);
}
@media screen and (max-width: 600px) {
  .c-page-header--lower .c-page-header__en {
    padding-bottom: 0.3em;
    margin-bottom: calc(var(--leading-trim) + 1.5em);
    font-weight: 500;
  }
}
.c-page-header__en::before {
  content: "";
  display: block;
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  background-color: rgb(var(--color-bright), 1);
}
@media screen and (max-width: 1000px) {
  .c-page-header__en::before {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .c-page-header__en::before {
    width: 75px;
    height: 2px;
  }
}
.c-page-header--lower .c-page-header__en::before {
  top: auto;
  bottom: 0;
}

.p-front__mv {
  margin: 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-front__mv {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__mv {
    margin-inline: 16px;
  }
}
.p-front__mv__item {
  position: relative;
}
.p-front__mv__text {
  position: absolute;
  top: 38.4615384615%;
  left: 7.6086956522%;
}
@media screen and (max-width: 600px) {
  .p-front__mv__text {
    width: calc(100% - 32px);
    left: 16px;
    top: auto;
    bottom: 16px;
  }
}
.p-front__mv__text .jp {
  font-size: clamp(1.375rem, 0.515rem + 3.32vw, 4.5rem);
  font-weight: 700;
  line-height: 1.6944444444;
  letter-spacing: 0.05em;
  margin-top: var(--leading-trim);
  color: rgb(var(--color-bright), 1);
}
@media screen and (max-width: 600px) {
  .p-front__mv__text .jp {
    line-height: 1.45;
  }
}
.p-front__mv__text .en {
  font-size: clamp(0.875rem, 0.187rem + 2.66vw, 3.375rem);
  font-weight: 200;
  font-family: var(--font-en);
  letter-spacing: 0.2em;
  position: relative;
  margin-top: calc(var(--leading-trim) + 1.07em);
  color: rgb(var(--color-bright), 1);
}
.p-front__mv__text .en::before {
  content: "";
  display: block;
  width: 150px;
  width: 8.152173913vw;
  height: 3px;
  background-color: rgb(var(--color-bright), 1);
  margin-bottom: 0.3em;
}
@media screen and (max-width: 834px) {
  .p-front__mv__text .en::before {
    width: 80px;
    height: 2px;
  }
}
.p-front__mv__img {
  width: auto;
  border-radius: 2.7173913043vw;
  overflow: hidden;
}
.p-front__mv__img img {
  width: 100%;
}
.p-front__service__inner {
  max-width: 1660px;
  margin: 0 auto;
}
@media screen and (max-width: 1720px) {
  .p-front__service__inner {
    margin: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service__inner {
    margin: 0 16px;
  }
}
.p-front__service__for {
  margin-top: calc(var(--leading-trim));
  font-size: clamp(3.75rem, 2.581rem + 4.52vw, 8rem);
  font-size: clamp(3.375rem, 2.309rem + 4.12vw, 7.25rem);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-front__service__head {
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .p-front__service__head {
    margin-left: 0;
  }
}
.p-front__service__head--num {
  margin-left: -0.5em;
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1;
}
.p-front__service__head--num::before {
  content: "［";
}
.p-front__service__head--num::after {
  content: "］";
}
.p-front__service__head--h2 {
  margin-block: var(--leading-trim);
  font-weight: 700;
}
.p-front__service__head--h3 {
  margin-block: var(--leading-trim);
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-weight: 700;
}
.p-front__service__head--text {
  margin-block: var(--leading-trim);
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
}
.p-front__service__head--text br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-front__service__head--text br {
    display: block;
  }
}
.p-front__service--office {
  position: relative;
  padding-bottom: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .p-front__service--office {
    padding-bottom: 60px;
    margin-top: 25px;
  }
}
.p-front__service--office::after {
  content: "";
  width: 100%;
  height: calc(100% + 0px);
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
  background-color: rgb(var(--color-bright), 1);
}
@media screen and (max-width: 600px) {
  .p-front__service--office::after {
    top: 40px;
  }
}
.p-front__service--office .p-front__service__for {
  text-align: right;
  margin-right: 20px;
  color: rgb(var(--color-blue), 1);
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-front__service--office .p-front__service__for {
    margin-right: 0;
  }
}
.p-front__service--office .p-front__service__for::after {
  content: none;
  display: block;
  width: 100vw;
  height: 50%;
  background-color: rgb(var(--color-bright), 1);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .p-front__service--office .p-front__service__for::after {
    content: "";
    left: -30px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--office .p-front__service__for::after {
    left: -15px;
  }
}
.p-front__service--office .p-front__service__head {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .p-front__service--office .p-front__service__head {
    margin-top: 15px;
  }
}
.p-front__service--office .p-front__service__head--num {
  color: rgb(var(--color-gray), 1);
}
.p-front__service--office .p-front__service__head--h2 {
  margin-block: calc(var(--leading-trim) + 25px);
  font-size: clamp(2.313rem, 1.848rem + 1.79vw, 4rem);
}
@media screen and (max-width: 1000px) {
  .p-front__service--office .p-front__service__head--h2 {
    margin-block: calc(var(--leading-trim) + 20px);
  }
}
.p-front__service--office .p-front__service__head--h3 {
  margin-top: 25px;
  margin-top: calc(var(--leading-trim) + 5px);
}
@media screen and (max-width: 1000px) {
  .p-front__service--office .p-front__service__head--h3 {
    margin-top: calc(var(--leading-trim) + 0);
  }
}
.p-front__service--office .p-front__service__head--text {
  margin-top: 80px;
  margin-top: calc(var(--leading-trim) + 70px);
}
@media screen and (max-width: 1000px) {
  .p-front__service--office .p-front__service__head--text {
    margin-top: calc(var(--leading-trim) + 30px);
  }
}
.p-front__service--office__list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1000px) {
  .p-front__service--office__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--office__list {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-front__service--office__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1366px) {
  .p-front__service--office__item {
    gap: 15px;
    width: calc((100% - 70px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--office__item {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 1rem;
  }
}
.p-front__service--office__item:nth-of-type(2) {
  margin-top: 90px;
}
@media screen and (max-width: 1000px) {
  .p-front__service--office__item:nth-of-type(2) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--office__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.p-front__service--office__item:nth-of-type(3) {
  margin-top: -100px;
}
@media screen and (max-width: 1000px) {
  .p-front__service--office__item:nth-of-type(3) {
    margin-top: -80px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--office__item:nth-of-type(3) {
    margin-top: 0;
  }
}
.p-front__service--office__item__hd {
  font-size: clamp(1.188rem, 1.033rem + 0.6vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  color: rgb(var(--color-accent), 1);
  order: 1;
  padding-left: 1.0714285714em;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-front__service--office__item__hd {
    width: 100%;
  }
}
.p-front__service--office__item__hd::before {
  content: "";
  display: inline-block;
  width: 0.7142857143em;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 0.3571428571em;
  border-radius: 50%;
  background-color: rgb(var(--color-l-blue), 1);
  position: absolute;
  left: 0;
  top: 0.4em;
}
.p-front__service--office__item__text {
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  order: 3;
  color: rgb(var(--color-base), 1);
}
@media screen and (max-width: 600px) {
  .p-front__service--office__item__text {
    flex: 1;
    margin-top: var(--leading-trim);
  }
}
.p-front__service--office__item__img {
  mask-image: url("../img/front/foroffice__img-clip.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  overflow: hidden;
  background-color: #000;
}
.p-front__service--office__item__link {
  order: 2;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-front__service--office__item__link {
    order: 3;
    width: 130px;
  }
}
.p-front__service--office__item__link::before {
  content: "";
  display: inline-block;
  width: 28px;
  width: 5.3846153846%;
  height: auto;
  aspect-ratio: 1/1;
  border: 4px solid rgb(var(--color-blue), 1);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  right: 8.4615384615%;
  bottom: 5.1470588235%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-front__service--office__item__link::before {
    border-width: 3px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--office__item__link::before {
    border-width: 2px;
  }
}
.p-front__service--office__item__link img, .p-front__service--office__item__link::before {
  transition: var(--transition-default);
}
@media (hover: hover) {
  .p-front__service--office__item__link:hover::before {
    margin-right: -10px;
  }
  .p-front__service--office__item__link:hover img {
    transform: scale(1.02);
    opacity: 0.7;
  }
}
.p-front__service--office__slider {
  margin-top: 100px;
  margin-bottom: 65px;
  max-width: 100vw;
  max-width: 100%;
}
@media screen and (max-width: 1720px) {
  .p-front__service--office__slider {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .p-front__service--office__slider {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--office__slider {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.p-front__service--office__slider__head {
  display: flex;
  align-items: flex-end;
  max-width: 1660px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-front__service--office__slider__head {
    flex-wrap: wrap;
  }
}
.p-front__service--office__slider__hd {
  margin-right: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .p-front__service--office__slider__hd {
    margin-right: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--office__slider__hd {
    width: 100%;
  }
}
.p-front__service--office__slider__hd span {
  display: block;
  margin-block: var(--leading-trim);
  line-height: 1;
}
.p-front__service--office__slider__hd .jp {
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-weight: 700;
}
.p-front__service--office__slider__hd .en {
  margin-top: calc(var(--leading-trim) + 0.8em);
  font-size: clamp(1.125rem, 0.987rem + 0.53vw, 1.625rem);
  font-family: var(--font-en);
  font-weight: 200;
  color: rgb(var(--color-l-blue), 1);
  letter-spacing: 0.05em;
}
.p-front__service--office__slider__contents {
  width: calc(100vw + 40px);
  margin-top: 40px;
  margin-left: calc((100vw + 40px - 100%) / -2);
}
@media screen and (max-width: 600px) {
  .p-front__service--office__slider__contents {
    width: calc(100vw + 80px);
    width: 190vw;
    margin-top: 30px;
    margin-left: calc((100vw + 80px - 100%) / -2);
    margin-left: calc((190vw - 100%) / -2);
  }
}
.p-front__service--office__slider .splide .splide__pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  width: 43.2291666667%;
  flex: 1;
  max-width: 830px;
  height: 4px;
  margin-bottom: 12px;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-front__service--office__slider .splide .splide__pagination {
    margin-bottom: 6px;
  }
}
.p-front__service--office__slider .splide .splide__pagination > li {
  width: 100%;
}
.p-front__service--office__slider .splide .splide__pagination__page {
  width: 100%;
  height: 100%;
  vertical-align: top;
  background-color: rgb(var(--color-bg), 1);
  border: none;
}
.p-front__service--office__slider .splide .splide__pagination__page.is-active {
  background-color: rgb(var(--color-gray), 1);
}
@media (hover: hover) {
  .p-front__service--office__slider .splide .splide__pagination__page:hover {
    cursor: pointer;
  }
}
.p-front__service--office__slider .splide .splide__arrows {
  display: flex;
  gap: 10px;
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .p-front__service--office__slider .splide .splide__arrows {
    gap: 8px;
    margin-left: 16px;
  }
}
.p-front__service--office__slider .splide .splide__arrows .splide__arrow {
  background-color: rgb(var(--color-bg), 1);
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: none;
  position: relative;
  transition: var(--transition-default);
}
@media screen and (max-width: 1000px) {
  .p-front__service--office__slider .splide .splide__arrows .splide__arrow {
    width: 45px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--office__slider .splide .splide__arrows .splide__arrow {
    width: 36px;
  }
}
@media (hover: hover) {
  .p-front__service--office__slider .splide .splide__arrows .splide__arrow:hover {
    cursor: pointer;
    background-color: #e9e5d1;
  }
}
.p-front__service--office__slider .splide .splide__arrows .splide__arrow::before {
  content: "";
  display: inline-block;
  width: 17px;
  width: 28.3333333333%;
  height: auto;
  aspect-ratio: 1/1;
  border: 2px solid rgb(var(--color-blue), 1);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 36.6666666667%;
  right: 41.6666666667%;
  z-index: 1;
}
.p-front__service--office__slider .splide .splide__arrows .splide__arrow svg {
  display: none;
}
.p-front__service--office__slider .splide .splide__arrows .splide__arrow--prev {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .p-front__service--office__slider__link:hover img {
    transform: scale(1.05);
    opacity: 0.75;
  }
}
.p-front__service--office__slider__title {
  margin-top: 13px;
  margin-left: 10px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 700;
  color: rgb(var(--color-accent), 1);
}
.p-front__service--office__slider__img {
  aspect-ratio: 360/280;
  border-radius: 20px;
  overflow: hidden;
}
.p-front__service--office__slider__img img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transition: var(--transition-default);
}
.p-front__service--office .more .c-button {
  background-color: rgb(var(--color-blue), 1);
}
.p-front__service--house {
  margin-bottom: 280px;
}
@media screen and (max-width: 1366px) {
  .p-front__service--house {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service--house {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--house {
    margin-bottom: 60px;
  }
}
.p-front__service--house .p-front__service__for {
  margin-left: 20px;
  color: rgb(var(--color-red), 1);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-front__service--house .p-front__service__for {
    margin-left: 0;
  }
}
.p-front__service--house .p-front__service__for::after {
  content: none;
  display: block;
  width: 100vw;
  height: 50%;
  background-color: rgb(var(--color-bg), 1);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .p-front__service--house .p-front__service__for::after {
    content: "";
    left: -30px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--house .p-front__service__for::after {
    left: -15px;
  }
}
.p-front__service--house .p-front__service__head {
  margin-top: calc(var(--leading-trim) + 75px);
}
@media screen and (max-width: 1000px) {
  .p-front__service--house .p-front__service__head {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--house .p-front__service__head {
    margin-top: 15px;
  }
}
.p-front__service--house .p-front__service__head--h2 {
  margin-block: calc(var(--leading-trim) + 20px);
  font-size: clamp(1.875rem, 1.531rem + 1.33vw, 3.125rem);
}
@media screen and (max-width: 1000px) {
  .p-front__service--house .p-front__service__head--h2 {
    margin-block: calc(var(--leading-trim) + 20px);
  }
}
.p-front__service--house .p-front__service__head--h3 {
  margin-block: calc(var(--leading-trim) + 10px);
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .p-front__service--house .p-front__service__head--h3 {
    margin-top: calc(var(--leading-trim) + 0);
  }
}
@media screen and (max-width: 834px) {
  .p-front__service--house .p-front__service__head--h3 br {
    display: none;
  }
}
.p-front__service--house .p-front__service__head--text {
  margin-block: calc(var(--leading-trim) + 73px);
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .p-front__service--house .p-front__service__head--text {
    margin-block: calc(var(--leading-trim) + 30px);
  }
}
@media screen and (max-width: 834px) {
  .p-front__service--house .p-front__service__head--text br {
    display: none;
  }
}
.p-front__service--house__contents {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1000px) {
  .p-front__service--house__contents {
    gap: 45px;
  }
}
@media screen and (max-width: 834px) {
  .p-front__service--house__contents {
    flex-wrap: wrap;
  }
}
.p-front__service--house__contents--01 {
  width: 600px;
}
@media screen and (max-width: 1366px) {
  .p-front__service--house__contents--01 {
    width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service--house__contents--01 {
    width: 320px;
  }
}
@media screen and (max-width: 834px) {
  .p-front__service--house__contents--01 {
    width: 100%;
  }
}
.p-front__service--house__contents--02 {
  flex: 1;
  position: relative;
  align-content: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .p-front__service--house__contents--02 {
    width: 100%;
    margin-top: 0;
  }
}
.p-front__service--house__contents--02 .more {
  margin-top: 55px;
}
.p-front__service--house__contents--02 .more .c-button {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .p-front__service--house__contents--02 .more .c-button {
    margin: 0 auto;
  }
}
.p-front__service--house__housecleaning {
  margin-top: 70px;
  margin-left: 30px;
  padding: 30px 60px 40px;
  border-radius: 30px;
  background-color: rgb(var(--color-bright), 1);
}
@media screen and (max-width: 1000px) {
  .p-front__service--house__housecleaning {
    padding: 25px 30px 30px;
    margin-top: 70px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 834px) {
  .p-front__service--house__housecleaning {
    padding: 25px 40px 30px;
    margin-top: 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--house__housecleaning {
    padding: 25px 30px;
  }
}
.p-front__service--house__housecleaning__hd {
  margin-top: calc(var(--leading-trim));
  margin-bottom: 0.6923076923em;
  font-size: clamp(1.125rem, 0.987rem + 0.53vw, 1.625rem);
  font-weight: 700;
  text-align: center;
  color: rgb(var(--color-red), 1);
}
.p-front__service--house__housecleaning__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-bottom: 28px;
  margin-bottom: 0.6428571429em;
}
@media screen and (max-width: 1000px) {
  .p-front__service--house__housecleaning__list {
    gap: 5px 20px;
  }
}
@media screen and (max-width: 834px) {
  .p-front__service--house__housecleaning__list {
    margin-bottom: 16px;
  }
}
.p-front__service--house__housecleaning__list::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: -9px;
  z-index: 1;
  background-color: rgb(var(--color-bright), 1);
}
.p-front__service--house__housecleaning__item {
  width: calc((100% - 32px) / 2);
  padding: 2px 0 2px 25px;
  border-bottom: 1px solid rgb(var(--color-bg), 1);
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-front__service--house__housecleaning__item {
    width: calc((100% - 20px) / 2);
  }
}
.p-front__service--house__housecleaning__item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgb(var(--color-red), 1);
}
.p-front__service--house__housecleaning__text {
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  font-weight: 700;
  margin-top: calc(var(--leading-trim));
  margin-bottom: calc(var(--leading-trim));
  text-align: center;
  color: rgb(var(--color-red), 1);
}
.p-front__service--house__img {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  max-width: 1090px;
  column-gap: 50px;
  width: calc(100% + 95px);
  --stairs: 80px;
  margin-top: calc(var(--stairs) * -2);
}
@media screen and (max-width: 1900px) {
  .p-front__service--house__img {
    width: 56.7708333333vw;
  }
}
@media screen and (max-width: 1860px) {
  .p-front__service--house__img {
    gap: 40px;
  }
}
@media screen and (max-width: 1720px) {
  .p-front__service--house__img {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 1536px) {
  .p-front__service--house__img {
    gap: 25px;
  }
}
@media screen and (max-width: 834px) {
  .p-front__service--house__img {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--house__img {
    gap: 15px;
    --stairs: 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--house__img p {
    border-radius: 30px;
  }
}
.p-front__service--house__img p:nth-child(1) {
  margin-top: calc(var(--stairs) * 2);
}
.p-front__service--house__img p:nth-child(2) {
  margin-top: calc(var(--stairs) * 1);
}
.p-front__service--house__img p img {
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-front__service--house__img p img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__service--house__img p img {
    border-radius: 20px;
  }
}
.p-front__aboutus {
  padding-bottom: 470px;
  background: url("../img/front/aboutus_bg.webp") no-repeat center top;
  color: rgb(var(--color-bright), 1);
}
@media screen and (max-width: 1366px) {
  .p-front__aboutus {
    padding-bottom: 440px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__aboutus {
    padding-bottom: 170px;
  }
}
.p-front__aboutus__contents {
  margin: 0 auto;
}
.p-front__aboutus__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-front__aboutus__hd {
  display: flex;
  flex-direction: column-reverse;
}
.p-front__aboutus__hd span {
  display: block;
}
.p-front__aboutus__hd .jp {
  font-size: clamp(1.875rem, 1.531rem + 1.33vw, 3.125rem);
  font-weight: 700;
}
.p-front__aboutus__hd .en {
  font-size: clamp(1.5rem, 1.225rem + 1.06vw, 2.5rem);
  font-family: var(--font-en);
  color: #c7c7c7;
}
.p-front__aboutus__box--01 {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .p-front__aboutus__box--01 {
    margin: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__box--01 {
    margin: 0 16px;
  }
}
.p-front__aboutus__box--02 {
  max-width: 1640px;
  margin: 0 auto;
}
@media screen and (max-width: 1700px) {
  .p-front__aboutus__box--02 {
    margin: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__box--02 {
    margin: 0 16px;
  }
}
.p-front__aboutus__head {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-front__aboutus__head {
    align-items: flex-end;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__head {
    flex-direction: column;
    gap: 30px;
  }
}
.p-front__aboutus__head__contents {
  width: calc(50% - 50px);
  padding-left: 10px;
  margin-top: 130px;
}
@media screen and (max-width: 1000px) {
  .p-front__aboutus__head__contents {
    width: 60%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__head__contents {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
.p-front__aboutus__head__contents .br {
  display: block;
}
.p-front__aboutus__head__hd {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1;
}
.p-front__aboutus__head__hd .jp {
  margin-top: 10px;
  font-size: clamp(1.875rem, 1.531rem + 1.33vw, 3.125rem);
  font-weight: 700;
}
.p-front__aboutus__head__hd .en {
  font-size: clamp(1.5rem, 1.225rem + 1.06vw, 2.5rem);
  font-family: var(--font-en);
  font-weight: 200;
  color: #c7c7c7;
}
.p-front__aboutus__head__text--01 {
  margin: 73px 0 30px;
  font-size: clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem);
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .p-front__aboutus__head__text--01 {
    margin: 50px 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__head__text--01 {
    margin: 35px 0 20px;
  }
}
.p-front__aboutus__head__text--02 {
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  line-height: 1.6;
}
.p-front__aboutus__head__img {
  flex: 1;
  margin-top: -100px;
}
@media screen and (max-width: 1000px) {
  .p-front__aboutus__head__img {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__head__img {
    flex: auto;
    max-width: 240px;
    margin: 0 auto;
  }
}
.p-front__aboutus__head__img__inner {
  border-radius: 50px;
  overflow: hidden;
  width: calc(100% + 50px);
}
@media screen and (max-width: 1440px) {
  .p-front__aboutus__head__img__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .p-front__aboutus__head__img__inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-front__aboutus__head__img__inner {
    border-radius: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__head__img__inner {
    border-radius: 0;
  }
}
.p-front__aboutus__list {
  display: flex;
  gap: 40px;
  margin: 80px 0 95px;
}
@media screen and (max-width: 1260px) {
  .p-front__aboutus__list {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__aboutus__list {
    margin: 50px 0 70px;
  }
}
@media screen and (max-width: 834px) {
  .p-front__aboutus__list {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 440px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
.p-front__aboutus__item {
  flex: 1;
  padding: 45px 30px 30px;
  border-radius: 30px;
  color: rgb(var(--color-base), 1);
  background-color: rgb(var(--color-bright), 1);
}
@media screen and (max-width: 834px) {
  .p-front__aboutus__item {
    padding: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__item {
    flex: auto;
    width: 100%;
  }
}
.p-front__aboutus__item__hd {
  text-align: center;
  font-size: clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__item__hd::before {
    content: "［";
    content: "【";
  }
  .p-front__aboutus__item__hd::after {
    content: "］";
    content: "】";
  }
}
.p-front__aboutus__item__text {
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__item__text {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
}
.p-front__aboutus__item__text br {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__item__text br {
    display: block;
  }
}
.p-front__aboutus__item__text::before {
  content: "";
  display: block;
  width: 32.5%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 20px auto 10px;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__item__text::before {
    width: 60px;
    margin: 0 20px 0 0;
  }
}
.p-front__aboutus__item:nth-of-type(1) .p-front__aboutus__item__text::before {
  background-image: url("../img/front/aboutus_icon-01.webp");
}
.p-front__aboutus__item:nth-of-type(2) .p-front__aboutus__item__text::before {
  background-image: url("../img/front/aboutus_icon-02.webp");
}
.p-front__aboutus__item:nth-of-type(3) .p-front__aboutus__item__text::before {
  background-image: url("../img/front/aboutus_icon-03.webp");
}
.p-front__aboutus__bnr {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1700px) {
  .p-front__aboutus__bnr {
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__bnr {
    flex-direction: column;
    gap: 20px;
    max-width: 380px;
    margin: 0 auto;
  }
}
.p-front__aboutus__bnr__link {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 795/280;
  position: relative;
  background-color: rgb(var(--color-bright), 1);
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p-front__aboutus__bnr__link {
    width: 100%;
  }
}
.p-front__aboutus__bnr__link__inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  color: rgb(var(--color-bright), 1);
  padding-right: 6.9182389937%;
  padding-bottom: 6.6666666667%;
}
.p-front__aboutus__bnr__link::before, .p-front__aboutus__bnr__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.p-front__aboutus__bnr__link::before {
  background-size: cover;
  transition: transform var(--transition-default);
}
.p-front__aboutus__bnr__link::after {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color var(--transition-default);
}
@media (hover: hover) {
  .p-front__aboutus__bnr__link:hover::before {
    transform: scale(1.02);
  }
  .p-front__aboutus__bnr__link:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.p-front__aboutus__bnr__link:first-of-type::before {
  background-image: url("../img/front/aboutus_bnr-01.webp");
}
.p-front__aboutus__bnr__link:last-of-type::before {
  background-image: url("../img/front/aboutus_bnr-02.webp");
}
.p-front__aboutus__bnr__link span {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.p-front__aboutus__bnr__link .jp {
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: calc(var(--leading-trim) + 0.93rem);
}
.p-front__aboutus__bnr__link .en {
  font-size: clamp(2.25rem, 1.665rem + 2.26vw, 4.375rem);
  font-family: var(--font-en);
  letter-spacing: 0.075em;
  font-weight: 300;
}
.p-front .l-page--btm {
  margin-top: -445px;
  margin-top: -300px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .p-front .l-page--btm {
    margin-top: -360px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front .l-page--btm {
    margin-top: -110px;
  }
}

.pagelist {
  max-width: 1280px;
  margin: 0 auto;
  margin: 135px auto 140px;
}
@media (max-width: 1340px) {
  .pagelist {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .pagelist {
    margin: 100px 30px 100px;
  }
}
@media screen and (max-width: 600px) {
  .pagelist {
    margin: 5px 16px 50px;
  }
}
.pagelist__head {
  padding-top: 40px;
  padding-top: 2.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .pagelist__head {
    padding-top: 1.6em;
  }
}
.pagelist__head::before {
  content: "";
  display: block;
  width: 120px;
  width: 7.5rem;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(var(--color-l-blue), 1);
}
.pagelist__head__jp {
  font-size: clamp(1.375rem, 1.134rem + 0.93vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
}
.pagelist__head__en {
  margin-top: 28px;
  margin-top: 0.9333333333em;
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: var(--font-en);
  color: rgb(var(--color-l-blue), 1);
}
@media screen and (max-width: 1000px) {
  .pagelist__head__en {
    margin-top: 0.7em;
  }
}
.pagelist__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 100px 60px;
  margin-top: 70px;
}
@media screen and (max-width: 1000px) {
  .pagelist__list {
    gap: 70px 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .pagelist__list {
    flex-direction: column;
    row-gap: 30px;
  }
}
.pagelist__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1366px) {
  .pagelist__item {
    gap: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .pagelist__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .pagelist__item {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px 1rem;
  }
}
@media screen and (max-width: 414px) {
  .pagelist__item {
    gap: 10px 1rem;
    flex-direction: column;
  }
}
.pagelist__item__hd {
  font-size: clamp(1.188rem, 1.033rem + 0.6vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  color: rgb(var(--color-accent), 1);
  order: 1;
  padding-left: 1.0714285714em;
  position: relative;
}
@media screen and (max-width: 600px) {
  .pagelist__item__hd {
    width: 100%;
  }
}
.pagelist__item__hd::before {
  content: "";
  display: inline-block;
  width: 0.7142857143em;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 0.3571428571em;
  border-radius: 50%;
  background-color: rgb(var(--color-l-blue), 1);
  position: absolute;
  left: 0;
  top: 0.4em;
}
.pagelist__item__hd a {
  color: inherit;
  text-decoration: none;
}
.pagelist__item__text {
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
  order: 3;
  color: rgb(var(--color-base), 1);
}
@media screen and (max-width: 600px) {
  .pagelist__item__text {
    flex: 1;
    margin-top: var(--leading-trim);
  }
}
.pagelist__item__img {
  mask-image: url("../img/service/servicelist__img-clip.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  overflow: hidden;
  background-color: #000;
}
.pagelist__item__link {
  order: 2;
  position: relative;
}
@media screen and (max-width: 600px) {
  .pagelist__item__link {
    order: 3;
    width: 200px;
  }
}
@media screen and (max-width: 414px) {
  .pagelist__item__link {
    width: 130px;
    width: 100%;
  }
}
.pagelist__item__link::before {
  content: "";
  display: inline-block;
  width: 28px;
  width: 4.5901639344%;
  height: auto;
  aspect-ratio: 1/1;
  border: 4px solid rgb(var(--color-blue), 1);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  right: 7.2131147541%;
  bottom: 35px;
  bottom: 8.75%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .pagelist__item__link::before {
    border-width: 3px;
  }
}
@media screen and (max-width: 600px) {
  .pagelist__item__link::before {
    border-width: 2px;
  }
}
.pagelist__item__link img, .pagelist__item__link::before {
  transition: var(--transition-default);
}
@media (hover: hover) {
  .pagelist__item__link:hover::before {
    margin-right: -10px;
  }
  .pagelist__item__link:hover img {
    transform: scale(1.02);
    opacity: 0.7;
  }
}
.pagelist__service__head {
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .pagelist__service__head {
    margin-left: 0;
  }
}
.pagelist__service__head--h2 {
  margin-block: var(--leading-trim);
  font-weight: 700;
}
.pagelist__service__head--h3 {
  margin-block: var(--leading-trim);
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-weight: 700;
}
.pagelist__service__head--text {
  margin-block: var(--leading-trim);
  font-size: clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem);
}
.pagelist__service__head--text br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pagelist__service__head--text br {
    display: block;
  }
}
.pagelist__service--office .p-front__service__head--h3 {
  margin-top: 25px;
  margin-top: calc(var(--leading-trim) + 5px);
}
@media screen and (max-width: 1000px) {
  .pagelist__service--office .p-front__service__head--h3 {
    margin-top: calc(var(--leading-trim) + 0);
  }
}
.pagelist__service--office .p-front__service__head--text {
  margin-top: 80px;
  margin-top: calc(var(--leading-trim) + 70px);
}
@media screen and (max-width: 1000px) {
  .pagelist__service--office .p-front__service__head--text {
    margin-top: calc(var(--leading-trim) + 30px);
  }
}

.page__contents {
  max-width: 1280px;
  margin: 0 auto 200px;
}
@media (max-width: 1340px) {
  .page__contents {
    margin: 0 30px 150px;
  }
}
@media screen and (max-width: 1000px) {
  .page__contents {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .page__contents {
    margin: 0 16px 50px;
  }
}

.u-strong {
  font-weight: 700;
}

.u-bold {
  font-weight: 700;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .u-desktop-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-only {
    display: none;
  }
}

.u-telephone-disabled,
.u-telephone-disabled a {
  pointer-events: none;
  text-decoration: none;
  color: currentColor;
}/*# sourceMappingURL=style.css.map */