@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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;
  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;
}

:root {
  --color-main: #942227;
  --color-main-09: rgba(148, 34, 39, .9);
  --color-main-08: rgba(148, 34, 39, .8);
  --color-main-07: rgba(148, 34, 39, .7);
  --color-main-06: rgba(148, 34, 39, .6);
  --color-main-05: rgba(148, 34, 39, .5);
  --color-main-04: rgba(148, 34, 39, .4);
  --color-main-03: rgba(148, 34, 39, .3);
  --color-main-02: rgba(148, 34, 39, .2);
  --color-main-01: rgba(148, 34, 39, .1);
  --color-emphasis: #c80000;
  --color-emphasis-09: rgb(200, 0, 0, .9);
  --color-emphasis-08: rgb(200, 0, 0, .8);
  --color-emphasis-07: rgb(200, 0, 0, .7);
  --color-emphasis-06: rgb(200, 0, 0, .6);
  --color-emphasis-05: rgb(200, 0, 0, .5);
  --color-emphasis-04: rgb(200, 0, 0, .4);
  --color-emphasis-03: rgb(200, 0, 0, .3);
  --color-emphasis-02: rgb(200, 0, 0, .2);
  --color-emphasis-01: rgb(200, 0, 0, .1);
  --color-border: #dbdad1;
  --color-background: #f7f7f7;
  --color-fff: #ffffff;
  --color-fff-09: rgba(255, 255, 255, .9);
  --color-fff-08: rgba(255, 255, 255, .8);
  --color-fff-07: rgba(255, 255, 255, .7);
  --color-fff-06: rgba(255, 255, 255, .6);
  --color-fff-05: rgba(255, 255, 255, .5);
  --color-fff-04: rgba(255, 255, 255, .4);
  --color-fff-03: rgba(255, 255, 255, .3);
  --color-fff-02: rgba(255, 255, 255, .2);
  --color-fff-01: rgba(255, 255, 255, .1);
  --color-000: #000000;
  --color-000-09: rgba(0, 0, 0, .9);
  --color-000-08: rgba(0, 0, 0, .8);
  --color-000-07: rgba(0, 0, 0, .7);
  --color-000-06: rgba(0, 0, 0, .6);
  --color-000-05: rgba(0, 0, 0, .5);
  --color-000-04: rgba(0, 0, 0, .4);
  --color-000-03: rgba(0, 0, 0, .3);
  --color-000-02: rgba(0, 0, 0, .2);
  --color-000-01: rgba(0, 0, 0, .1);
  --font-size-base: clamp( 15px, calc( 13.666666666666666px + 0.1736111111111111vw ), 17px );
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-en: "Work Sans", sans-serif;
}

html, body {
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  color: var(--color-000);
  font-optical-sizing: auto;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "halt";
  scroll-behavior: smooth;
}

#wrap {
  background-image: url(../image/common/background.webp);
  background-size: 1024px 1024px;
  background-repeat: repeat;
  background-position: top left;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

a {
  color: var(--color-000);
  transition: 0.4s opacity;
}
a:hover {
  color: var(--color-000);
  opacity: 0.6;
  text-decoration: none;
}

.heading-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  font-size: 4rem;
  font-family: var(--font-family-en);
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .heading-section {
    font-size: 3.25rem;
  }
}
@media (max-width: 640px) {
  .heading-section {
    font-size: 2.75rem;
  }
}
.heading-section span {
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
  padding-right: 2.5em;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: var(--font-family-base);
}
@media (max-width: 768px) {
  .heading-section span {
    font-size: 1.15rem;
  }
}
@media (max-width: 768px) {
  .heading-section span {
    font-size: 1rem;
  }
}
.heading-section span::before, .heading-section span::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 1px);
  display: block;
  width: 1.5em;
  height: 2px;
  background-color: currentColor;
}
.heading-section span::before {
  left: 0;
}
.heading-section span::after {
  right: 0;
}
.heading-lg {
  margin-bottom: 0.5em;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .heading-lg {
    font-size: 2rem;
  }
}
.heading-lg span {
  display: inline;
  color: var(--color-main);
}
.heading-md {
  margin-bottom: 0.5em;
  font-size: 1.75rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .heading-md {
    font-size: 1.5rem;
  }
}
.heading-sm {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .heading-sm {
    font-size: 1.5rem;
  }
}

.list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.list-item {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
}
.list-item_head {
  margin-bottom: 0.35em;
  font-size: 0.9rem;
  opacity: 0.6;
}
.list-item_contents {
  font-size: 1rem;
}
.list-item ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.list-item ul li p {
  flex: 1;
}
.list-item ul li .num {
  flex-shrink: 0;
  width: 3rem;
  text-align: right;
}
.list.col-x2 {
  gap: 0 24px;
}
.list.col-x2 > .list-item {
  width: calc(50% - 12px);
}
@media (max-width: 768px) {
  .list.col-x2 > .list-item {
    width: 100%;
  }
}
.list.col-x2 > .list-wrap {
  width: calc(50% - 12px);
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 768px) {
  .list.col-x2 > .list-wrap {
    width: 100%;
  }
}
.list.col-x2 > .list-wrap .list-item:last-child {
  border-bottom: none;
}

.button a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  width: auto;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--font-family-en);
  transition: 0.3s color;
}
.button a span {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 1.1em;
  border-radius: 999px;
  background-color: currentColor;
  overflow: hidden;
}
.button a span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  width: 5em;
  height: 1.1em;
  transition: 0.3s transform;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.99974 13.0001L1.9996 11.0002L18.1715 11.0002L14.2218 7.05044L15.636 5.63623L22 12.0002L15.636 18.3642L14.2218 16.9499L18.1716 13.0002L1.99974 13.0001Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1.99974 13.0001L1.9996 11.0002L18.1715 11.0002L14.2218 7.05044L15.636 5.63623L22 12.0002L15.636 18.3642L14.2218 16.9499L18.1716 13.0002L1.99974 13.0001Z"/></svg>');
  -webkit-mask-size: 50% 1rem;
          mask-size: 50% 1rem;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-position: left;
          mask-position: left;
  background-color: var(--color-fff);
}
.button a:hover {
  color: var(--color-main);
  opacity: 1;
}
.button a:hover span::before {
  transform: translateX(50%);
}
.button-large a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1em;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  background-color: var(--color-fff);
}
.button-entry a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.75em;
  font-size: 2rem;
  font-family: var(--font-family-en);
  font-weight: 600;
  color: var(--color-fff);
  line-height: 1;
  text-align: center;
  background-color: var(--color-main);
}
.button-entry a span {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-family-base);
}

.cta-contact {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  background-image: url(../image/common/cta-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .cta-contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.cta-contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-000-07);
}
.cta-contactWrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  color: var(--color-fff);
}
.cta-contactWrap h2 {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cta-contactWrap h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .cta-contactWrap h2 {
    font-size: 1.5rem;
  }
}
.cta-contactWrap p {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 2;
}
.cta-recruit {
  position: relative;
  min-height: 600px;
  padding-top: 120px;
  padding-bottom: 120px;
  color: var(--color-fff);
  background-image: url(../image/common/recruit-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .cta-recruit {
    min-height: inherit;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.cta-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: screen;
  background-image: url(../image/common/vector-line-001.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 768px) {
  .cta-recruit::before {
    background-size: cover;
    background-position: right;
  }
}
.cta-recruit .grid {
  position: relative;
  z-index: 1;
}
.cta-recruit h3 {
  margin-bottom: 0.5em;
  font-size: 1.75rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cta-recruit h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .cta-recruit h3 {
    font-size: 1.35rem;
  }
}
.cta-recruit p {
  line-height: 2;
}
.cta-recruit .button {
  margin-top: 4rem;
}
.cta-recruit .button a {
  color: var(--color-fff);
}
.cta-recruit .button a span::before {
  background-color: var(--color-main);
}

section {
  width: 100%;
  margin: 0;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 768px) {
  section {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.section-head {
  display: block;
  width: 100%;
  font-size: 4rem;
  font-weight: 600;
  font-family: var(--font-family-en);
  line-height: 1.25;
}
@media (max-width: 1080px) {
  .section-head {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .section-head {
    font-size: 3rem;
  }
}
.section-head span {
  display: block;
  width: 100%;
  font-size: 1.15rem;
  font-weight: 500;
  font-family: var(--font-family-base);
}
@media (max-width: 1080px) {
  .section-head span {
    font-size: 1rem;
  }
}

.grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}
.grid.jc-start {
  justify-content: flex-start;
}
.grid.jc-center {
  justify-content: center;
}
.grid.jc-end {
  justify-content: flex-end;
}
.grid.ai-start {
  align-items: flex-start;
}
.grid.ai-center {
  align-items: center;
}
.grid.ai-end {
  align-items: flex-end;
}
.grid.column {
  flex-direction: column;
}
.grid.column .grid-item {
  width: 100%;
}
@media (max-width: 1280px) {
  .grid.column-xl {
    flex-direction: column;
  }
  .grid.column-xl .grid-item {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .grid.column-lg {
    flex-direction: column;
  }
  .grid.column-lg .grid-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid.column-md {
    flex-direction: column;
  }
  .grid.column-md .grid-item {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .grid.column-sm {
    flex-direction: column;
  }
  .grid.column-sm .grid-item {
    width: 100%;
  }
}
.grid.gap-x1 {
  gap: 12px;
}
.grid.gap-x2 {
  gap: 24px;
}
.grid.gap-x3 {
  gap: 36px;
}
.grid.gap-x4 {
  gap: 48px;
}
.grid.gap-x5 {
  gap: 60px;
}
.grid.gap-x6 {
  gap: 72px;
}
.grid.gap-x7 {
  gap: 84px;
}
.grid.gap-x8 {
  gap: 96px;
}
.grid.gap-x9 {
  gap: 108px;
}
.grid.gap-x10 {
  gap: 120px;
}
.grid.gap-x11 {
  gap: 132px;
}
.grid.gap-x12 {
  gap: 144px;
}
.grid.gap-x13 {
  gap: 156px;
}
.grid.gap-x14 {
  gap: 168px;
}
.grid.gap-x15 {
  gap: 180px;
}
.grid.gap-x16 {
  gap: 192px;
}
.grid.gap-x17 {
  gap: 204px;
}
.grid.gap-x18 {
  gap: 216px;
}
.grid.gap-x19 {
  gap: 228px;
}
.grid.gap-x20 {
  gap: 240px;
}
@media (max-width: 1280px) {
  .grid.gap-x1-xl {
    gap: 12px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x2-xl {
    gap: 24px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x3-xl {
    gap: 36px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x4-xl {
    gap: 48px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x5-xl {
    gap: 60px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x6-xl {
    gap: 72px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x7-xl {
    gap: 84px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x8-xl {
    gap: 96px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x9-xl {
    gap: 108px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x10-xl {
    gap: 120px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x11-xl {
    gap: 132px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x12-xl {
    gap: 144px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x13-xl {
    gap: 156px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x14-xl {
    gap: 168px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x15-xl {
    gap: 180px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x16-xl {
    gap: 192px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x17-xl {
    gap: 204px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x18-xl {
    gap: 216px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x19-xl {
    gap: 228px;
  }
}
@media (max-width: 1280px) {
  .grid.gap-x20-xl {
    gap: 240px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x1-lg {
    gap: 12px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x2-lg {
    gap: 24px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x3-lg {
    gap: 36px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x4-lg {
    gap: 48px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x5-lg {
    gap: 60px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x6-lg {
    gap: 72px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x7-lg {
    gap: 84px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x8-lg {
    gap: 96px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x9-lg {
    gap: 108px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x10-lg {
    gap: 120px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x11-lg {
    gap: 132px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x12-lg {
    gap: 144px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x13-lg {
    gap: 156px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x14-lg {
    gap: 168px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x15-lg {
    gap: 180px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x16-lg {
    gap: 192px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x17-lg {
    gap: 204px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x18-lg {
    gap: 216px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x19-lg {
    gap: 228px;
  }
}
@media (max-width: 1080px) {
  .grid.gap-x20-lg {
    gap: 240px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x1-md {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x2-md {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x3-md {
    gap: 36px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x4-md {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x5-md {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x6-md {
    gap: 72px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x7-md {
    gap: 84px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x8-md {
    gap: 96px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x9-md {
    gap: 108px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x10-md {
    gap: 120px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x11-md {
    gap: 132px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x12-md {
    gap: 144px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x13-md {
    gap: 156px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x14-md {
    gap: 168px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x15-md {
    gap: 180px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x16-md {
    gap: 192px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x17-md {
    gap: 204px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x18-md {
    gap: 216px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x19-md {
    gap: 228px;
  }
}
@media (max-width: 768px) {
  .grid.gap-x20-md {
    gap: 240px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x1-sm {
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x2-sm {
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x3-sm {
    gap: 36px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x4-sm {
    gap: 48px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x5-sm {
    gap: 60px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x6-sm {
    gap: 72px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x7-sm {
    gap: 84px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x8-sm {
    gap: 96px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x9-sm {
    gap: 108px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x10-sm {
    gap: 120px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x11-sm {
    gap: 132px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x12-sm {
    gap: 144px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x13-sm {
    gap: 156px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x14-sm {
    gap: 168px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x15-sm {
    gap: 180px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x16-sm {
    gap: 192px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x17-sm {
    gap: 204px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x18-sm {
    gap: 216px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x19-sm {
    gap: 228px;
  }
}
@media (max-width: 640px) {
  .grid.gap-x20-sm {
    gap: 240px;
  }
}
.grid-item {
  flex: 1;
  min-width: 0;
}
.grid-item.g-x1 {
  flex: 0 0 20%;
}
@media (max-width: 1280px) {
  .grid-item.g-x1-xl {
    flex: 0 0 20%;
  }
}
@media (max-width: 1080px) {
  .grid-item.g-x1-lg {
    flex: 0 0 20%;
  }
}
@media (max-width: 768px) {
  .grid-item.g-x1-md {
    flex: 0 0 20%;
  }
}
@media (max-width: 640px) {
  .grid-item.g-x1-sm {
    flex: 0 0 20%;
  }
}
.grid-item.g-x2 {
  flex: 0 0 40%;
}
@media (max-width: 1280px) {
  .grid-item.g-x2-xl {
    flex: 0 0 40%;
  }
}
@media (max-width: 1080px) {
  .grid-item.g-x2-lg {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  .grid-item.g-x2-md {
    flex: 0 0 40%;
  }
}
@media (max-width: 640px) {
  .grid-item.g-x2-sm {
    flex: 0 0 40%;
  }
}
.grid-item.g-x3 {
  flex: 0 0 60%;
}
@media (max-width: 1280px) {
  .grid-item.g-x3-xl {
    flex: 0 0 60%;
  }
}
@media (max-width: 1080px) {
  .grid-item.g-x3-lg {
    flex: 0 0 60%;
  }
}
@media (max-width: 768px) {
  .grid-item.g-x3-md {
    flex: 0 0 60%;
  }
}
@media (max-width: 640px) {
  .grid-item.g-x3-sm {
    flex: 0 0 60%;
  }
}
.grid-item.g-x4 {
  flex: 0 0 80%;
}
@media (max-width: 1280px) {
  .grid-item.g-x4-xl {
    flex: 0 0 80%;
  }
}
@media (max-width: 1080px) {
  .grid-item.g-x4-lg {
    flex: 0 0 80%;
  }
}
@media (max-width: 768px) {
  .grid-item.g-x4-md {
    flex: 0 0 80%;
  }
}
@media (max-width: 640px) {
  .grid-item.g-x4-sm {
    flex: 0 0 80%;
  }
}
.grid-item.g-x5 {
  flex: 0 0 100%;
}
@media (max-width: 1280px) {
  .grid-item.g-x5-xl {
    flex: 0 0 100%;
  }
}
@media (max-width: 1080px) {
  .grid-item.g-x5-lg {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .grid-item.g-x5-md {
    flex: 0 0 100%;
  }
}
@media (max-width: 640px) {
  .grid-item.g-x5-sm {
    flex: 0 0 100%;
  }
}

br.u-dsp-xl {
  display: none;
}
@media (max-width: 1280px) {
  br.u-dsp-xl {
    display: block;
  }
}
br.u-dsp-lg {
  display: none;
}
@media (max-width: 1080px) {
  br.u-dsp-lg {
    display: block;
  }
}
br.u-dsp-md {
  display: none;
}
@media (max-width: 768px) {
  br.u-dsp-md {
    display: block;
  }
}
br.u-dsp-sm {
  display: none;
}
@media (max-width: 640px) {
  br.u-dsp-sm {
    display: block;
  }
}
@media (max-width: 1280px) {
  br.u-hide-xl {
    display: none;
  }
}
@media (max-width: 1080px) {
  br.u-hide-lg {
    display: none;
  }
}
@media (max-width: 768px) {
  br.u-hide-md {
    display: none;
  }
}
@media (max-width: 640px) {
  br.u-hide-sm {
    display: none;
  }
}

header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 30px 48px;
  background-color: var(--color-fff-09);
}
@media (max-width: 1280px) {
  header {
    padding: 12px;
  }
}
header h1 {
  width: 100%;
  max-width: 60px;
}
header h1 img {
  display: block;
  width: 100%;
  margin: 0;
}
header #humb {
  display: none;
}
@media (max-width: 1280px) {
  header #humb {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
  }
  header #humb span {
    position: absolute;
    top: calc(50% - 1px);
    left: 18px;
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--color-main);
  }
  header #humb span:nth-child(1) {
    top: calc(50% - 8px);
  }
  header #humb span:nth-child(3) {
    top: calc(50% + 8px - 1px);
  }
  header #humb.is-open span:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  header #humb.is-open span:nth-child(2) {
    opacity: 0;
  }
  header #humb.is-open span:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
}
header .header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex: 1;
}
@media (max-width: 1280px) {
  header .header_nav {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px);
    transition: 0.4s opacity, 0.4s transform;
    position: fixed;
    top: 84px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    height: calc(100lvh - 84px);
    padding: 48px;
    background-color: var(--color-main);
  }
  header .header_nav * {
    visibility: hidden !important;
  }
  header .header_nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  header .header_nav.is-open * {
    visibility: visible !important;
  }
}
@media (max-width: 768px) {
  header .header_nav {
    padding-left: 5%;
    padding-right: 5%;
  }
}
header .header_navWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  flex: 1;
}
@media (max-width: 1280px) {
  header .header_navWrap {
    flex: 1;
    gap: 1rem;
    flex-direction: column;
    width: 100%;
  }
}
header .header_navItem {
  position: relative;
}
header .header_navItem a, header .header_navItem span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  header .header_navItem a, header .header_navItem span {
    justify-content: center;
    min-height: inherit;
    color: var(--color-fff);
  }
}
header .header_navItem-child {
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(95%);
  transition: 0.3s opacity;
  padding: 18px;
  border-radius: 12px;
  background-color: var(--color-main);
}
@media (max-width: 1280px) {
  header .header_navItem-child {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    margin-top: 12px;
    padding-left: 36px;
    padding-right: 36px;
    background-color: var(--color-fff-01);
  }
}
header .header_navItem-childList {
  width: 100%;
  white-space: nowrap;
}
header .header_navItem-childList:not(:last-child) {
  margin-bottom: 0.5em;
}
header .header_navItem-childList a {
  min-height: inherit;
  color: var(--color-fff);
}
header .header_navItem:hover span + .header_navItem-child {
  visibility: visible;
  opacity: 1;
  transform: translateY(100%);
}
@media (max-width: 1280px) {
  header .header_navItem:hover span + .header_navItem-child {
    transform: translateY(0);
  }
}
header .header_navItem.current a {
  color: var(--color-main);
}
@media (max-width: 1280px) {
  header .header_navItem.current a {
    color: var(--color-fff);
  }
}
header .header_navCta {
  width: 100%;
  max-width: 200px;
}
header .header_navCta a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-fff);
  line-height: 1;
  background-color: var(--color-main);
}
@media (max-width: 1280px) {
  header .header_navCta a {
    color: var(--color-main);
    background-color: var(--color-fff);
  }
}
header .header_navCta a::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM20 7.23792L12.0718 14.338L4 7.21594V19H20V7.23792ZM4.51146 5L12.0619 11.662L19.501 5H4.51146Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM20 7.23792L12.0718 14.338L4 7.21594V19H20V7.23792ZM4.51146 5L12.0619 11.662L19.501 5H4.51146Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
header .header_navCta a span {
  display: inline-block;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid currentColor;
}

footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 36px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 36px;
  }
}
footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 48px 24px;
  width: 100%;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 768px) {
  footer .footer_wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 640px) {
  footer .footer_wrap {
    gap: 24px;
  }
}
footer .footer_information {
  flex-grow: 1;
  max-width: 15rem;
}
@media (max-width: 640px) {
  footer .footer_information {
    width: 100%;
    max-width: 100%;
  }
}
footer .footer_information a {
  display: inline-block;
}
footer .footer_information img {
  width: 100%;
  max-width: 120px;
}
@media (max-width: 640px) {
  footer .footer_information img {
    max-width: 90px;
  }
}
footer .footer_information-name {
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
footer .footer_information address {
  display: block;
  width: 100%;
  font-size: 0.9rem;
}
footer .footer_information-contact {
  margin-top: 1.5rem;
  margin-left: 0;
}
@media (max-width: 640px) {
  footer .footer_information-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
}
footer .footer_information-contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 640px) {
  footer .footer_information-contact li {
    display: inline-flex;
    width: auto;
  }
}
footer .footer_information-contact li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  footer .footer_information-contact li:not(:last-child) {
    margin-bottom: 0;
  }
}
footer .footer_information-contact li::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
footer .footer_information-contact--tel::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.42V19.9561C21 20.4811 20.5941 20.9167 20.0705 20.9537C19.6331 20.9846 19.2763 21 19 21C10.1634 21 3 13.8366 3 5C3 4.72371 3.01545 4.36687 3.04635 3.9295C3.08337 3.40588 3.51894 3 4.04386 3H7.5801C7.83678 3 8.05176 3.19442 8.07753 3.4498C8.10067 3.67907 8.12218 3.86314 8.14207 4.00202C8.34435 5.41472 8.75753 6.75936 9.3487 8.00303C9.44359 8.20265 9.38171 8.44159 9.20185 8.57006L7.04355 10.1118C8.35752 13.1811 10.8189 15.6425 13.8882 16.9565L15.4271 14.8019C15.5572 14.6199 15.799 14.5573 16.001 14.6532C17.2446 15.2439 18.5891 15.6566 20.0016 15.8584C20.1396 15.8782 20.3225 15.8995 20.5502 15.9225C20.8056 15.9483 21 16.1633 21 16.42Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 16.42V19.9561C21 20.4811 20.5941 20.9167 20.0705 20.9537C19.6331 20.9846 19.2763 21 19 21C10.1634 21 3 13.8366 3 5C3 4.72371 3.01545 4.36687 3.04635 3.9295C3.08337 3.40588 3.51894 3 4.04386 3H7.5801C7.83678 3 8.05176 3.19442 8.07753 3.4498C8.10067 3.67907 8.12218 3.86314 8.14207 4.00202C8.34435 5.41472 8.75753 6.75936 9.3487 8.00303C9.44359 8.20265 9.38171 8.44159 9.20185 8.57006L7.04355 10.1118C8.35752 13.1811 10.8189 15.6425 13.8882 16.9565L15.4271 14.8019C15.5572 14.6199 15.799 14.5573 16.001 14.6532C17.2446 15.2439 18.5891 15.6566 20.0016 15.8584C20.1396 15.8782 20.3225 15.8995 20.5502 15.9225C20.8056 15.9483 21 16.1633 21 16.42Z"/></svg>');
}
footer .footer_information-contact--fax::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 17H17V22H7V17ZM19 20V15H5V20H3C2.44772 20 2 19.5523 2 19V9C2 8.44772 2.44772 8 3 8H21C21.5523 8 22 8.44772 22 9V19C22 19.5523 21.5523 20 21 20H19ZM5 10V12H8V10H5ZM7 2H17C17.5523 2 18 2.44772 18 3V6H6V3C6 2.44772 6.44772 2 7 2Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 17H17V22H7V17ZM19 20V15H5V20H3C2.44772 20 2 19.5523 2 19V9C2 8.44772 2.44772 8 3 8H21C21.5523 8 22 8.44772 22 9V19C22 19.5523 21.5523 20 21 20H19ZM5 10V12H8V10H5ZM7 2H17C17.5523 2 18 2.44772 18 3V6H6V3C6 2.44772 6.44772 2 7 2Z"/></svg>');
}
footer .footer_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-grow: 1;
  width: auto;
}
@media (max-width: 980px) {
  footer .footer_nav {
    flex: 1;
  }
}
footer .footer_navWrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1rem 2rem;
  width: 100%;
}
@media (max-width: 980px) {
  footer .footer_navWrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .footer_navWrap {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 640px) {
  footer .footer_navWrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--color-border);
  }
}
footer .footer_navItem {
  display: inline-block;
  width: auto;
}
@media (max-width: 640px) {
  footer .footer_navItem {
    width: calc(50% - 1rem);
  }
}
footer .footer_navCatch {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  footer .footer_navCatch {
    margin-top: 36px;
  }
}
footer .footer_navCatch img {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
}
@media (max-width: 768px) {
  footer .footer_navCatch img {
    max-width: 360px;
  }
}
@media (max-width: 640px) {
  footer .footer_navCatch img {
    max-width: 100%;
  }
}
footer .footer_other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
}
@media (max-width: 640px) {
  footer .footer_other {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .footer_copyrights {
  display: inline-block;
  width: auto;
  font-size: 0.75rem;
}
footer .footer_pageTop {
  display: inline-block;
  width: auto;
}
@media (max-width: 640px) {
  footer .footer_pageTop {
    width: 100%;
    margin-top: 24px;
    padding: 6px;
    color: var(--color-main);
    background-color: var(--color-main-01);
  }
}
footer .footer_pageTop span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--font-family-en);
  transition: 0.4s;
}
footer .footer_pageTop span::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8L18 14H6L12 8Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8L18 14H6L12 8Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
footer .footer_pageTop span:hover {
  cursor: pointer;
  color: var(--color-main);
}

.form {
  margin-top: 60px;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: var(--color-main);
}
@media (max-width: 768px) {
  .form {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.form-introduction {
  margin-bottom: 60px;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-fff);
  text-align: center;
}
@media (max-width: 768px) {
  .form-introduction {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .form-introduction {
    text-align: left;
  }
}
.form-contents {
  padding: 24px;
  background-color: var(--color-fff);
}
.form-contents_item {
  margin: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--color-border);
}
.form-contents_item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
.form-contents_item-title span {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  color: var(--color-emphasis);
}
.form-contents_item-input {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem;
}
.form-contents_item-input input[type=text],
.form-contents_item-input input[type=email],
.form-contents_item-input input[type=tel],
.form-contents_item-input textarea {
  width: 100%;
  margin: 0;
  padding: 1em;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 6px;
  background-color: var(--color-background);
}
.form-contents_item-input input[type=text].wpcf7-not-valid,
.form-contents_item-input input[type=email].wpcf7-not-valid,
.form-contents_item-input input[type=tel].wpcf7-not-valid,
.form-contents_item-input textarea.wpcf7-not-valid {
  background-color: var(--color-emphasis-01);
}
.form-contents_item-input select {
  width: 100%;
  margin: 0;
  padding: 0.75em 2rem 0.75em 0.75em;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 6px;
  background-image: url(../image/common/select-arrow.svg);
  background-size: 2rem;
  background-position: center right 0.5rem;
  background-repeat: no-repeat;
  background-color: var(--color-background);
}
.form-contents_item-input select.wpcf7-not-valid {
  background-color: var(--color-emphasis-01);
}
.form-contents_item-input p, .form-contents_item-input .wpcf7-form-control-wrap {
  width: 100%;
}
.form-contents_item-input .wpcf7-not-valid-tip {
  margin-top: 0.25em;
  font-size: 0.85rem;
  color: var(--color-emphasis);
}
.form-contents_item-input .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 640px) {
  .form-contents_item-input .wpcf7-radio {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.form-contents_item-input .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item label {
  background-color: var(--color-emphasis-01);
}
.form-contents_item-input .wpcf7-radio .wpcf7-list-item {
  flex: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .form-contents_item-input .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.form-contents_item-input .wpcf7-radio label {
  display: block;
  margin: 0;
  padding: 1em;
  border-radius: 6px;
  background-color: var(--color-background);
}
.form-contents_item-input .wpcf7-radio label:hover {
  cursor: pointer;
}
.form-contents_item-privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding: 1em;
  font-size: 1rem;
  color: var(--color-fff);
  border-radius: 6px;
  background-color: var(--color-main);
}
.form-contents_item-privacy a {
  color: var(--color-fff);
  text-decoration: underline;
}
.form-contents_item-privacy a:hover {
  color: var(--color-fff);
  opacity: 0.7;
}
.form-contents_item-turnstile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-contents_send {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}
.form-contents_send > p {
  width: 100%;
}
.form-contents_send input[type=submit] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1em;
  font-size: 1rem;
  color: var(--color-fff);
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-color: var(--color-main);
}
.form-contents_send input[type=submit]:disabled {
  background-color: var(--color-000-03);
}
.form-contents_send input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.form-contents_send .wpcf7-spinner {
  display: none;
}
.form .wpcf7 form .wpcf7-response-output {
  margin: 36px 0 0 0;
  padding: 2rem;
  border: 1px solid transparent !important;
}
.form .wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-main);
  background-color: var(--color-main-01);
  border: 1px solid transparent !important;
}
.form .wpcf7 form.invalid .wpcf7-response-output, .form .wpcf7 form.unaccepted .wpcf7-response-output, .form .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--color-emphasis);
  background-color: var(--color-emphasis-01);
  border: 1px solid transparent !important;
}

.thanks {
  margin-top: 60px;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: var(--color-background);
}
@media (max-width: 768px) {
  .thanks {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.thanksWrap {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 36px;
  border: 1px solid var(--color-border);
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .thanksWrap {
    padding: 5vw;
  }
}
.thanksWrap .heading-sm {
  color: var(--color-main);
}
.thanksContact {
  width: 100%;
  margin-top: 24px;
  padding: 24px;
  border: 5px solid var(--color-main-01);
}
@media (max-width: 768px) {
  .thanksContact {
    padding: 24px 5vw;
  }
}
.thanksContact b {
  display: block;
  margin-bottom: 0.35em;
  font-size: 1rem;
  font-weight: 500;
}

.main-visual {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 768px) {
  .main-visual {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 640px) {
  .main-visual {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
}
.main-visual_catch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 640px) {
  .main-visual_catch {
    align-items: flex-end;
    order: 5;
  }
}
.main-visual_catch h1 {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  margin-left: 2.5%;
  padding: 0;
}
@media (max-width: 640px) {
  .main-visual_catch h1 {
    margin-top: 24px;
    margin-left: 0;
  }
}
.main-visual_catch h1 img {
  width: 45%;
  max-width: 610px;
  height: auto;
  margin-bottom: -2.5%;
}
@media (max-width: 640px) {
  .main-visual_catch h1 img {
    width: 75%;
    max-width: 320px;
    margin-bottom: 0;
  }
}
.main-visual_catch span.en {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-family-en);
  text-align: right;
}
@media (max-width: 768px) {
  .main-visual_catch span.en {
    font-size: 0.75rem;
  }
}
@media (max-width: 740px) {
  .main-visual_catch span.en {
    font-size: 0.5rem;
  }
}
.main-visual .splide__pagination {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 84px;
}
.main-visual .splide__pagination__page {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 999px;
  background-color: var(--color-fff-04);
}
.main-visual .splide__pagination__page.is-active {
  background-color: var(--color-fff-09);
}
.main-visual .splide__pagination__page:hover {
  cursor: pointer;
}

.index-news {
  margin-top: 24px;
}
.index-newsWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 18px 18px 18px 0;
  border: 1px solid var(--color-border);
  background-color: var(--color-fff);
}
@media (max-width: 640px) {
  .index-newsWrap {
    flex-direction: column;
    gap: 0.25rem;
    padding: 12px;
  }
}
.index-news_title {
  flex-shrink: 0;
  width: 8rem;
  color: var(--color-main);
  font-weight: 500;
  font-family: var(--font-family-en);
  text-align: center;
  border-right: 1px solid var(--color-border);
}
@media (max-width: 640px) {
  .index-news_title {
    width: 100%;
    text-align: left;
    border-right: none;
  }
}
.index-news_contents {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.index-news_contents--date {
  display: inline-block;
  width: auto;
}
.index-news_contents--text {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-news_contents a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.index-about {
  padding-top: 120px;
  padding-bottom: 48px;
}
.index-about .grid {
  margin-bottom: 60px;
}
.index-about h3 {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .index-about h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .index-about h3 {
    font-size: 1.5rem;
  }
}
.index-about .button {
  margin-top: 3rem;
}
.index-about_slide {
  width: 100%;
}
@media (max-width: 640px) {
  .index-about_slide {
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
.index-service {
  padding-top: 72px;
}
.index-serviceWrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.index-serviceItem {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: 0.3s color;
  border-top: 1px solid var(--color-border);
}
.index-serviceItem span.num {
  font-size: 1rem;
  font-family: var(--font-family-en);
}
.index-serviceItem_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .index-serviceItem_text {
    order: 1;
  }
}
.index-serviceItem_text h3 {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .index-serviceItem_text h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .index-serviceItem_text h3 {
    font-size: 1.5rem;
  }
}
.index-serviceItem_text p {
  margin-bottom: 2rem;
}
.index-serviceItem_text .button {
  margin-top: auto;
}
.index-serviceItem_text .button a::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.index-serviceItem_image {
  position: relative;
}
.index-serviceItem_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s opacity;
  mix-blend-mode: screen;
  background-color: var(--color-main-08);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.index-serviceItem_image img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.index-serviceItem:hover {
  color: var(--color-main);
}
.index-serviceItem:hover .index-serviceItem_image::before {
  opacity: 1;
}
.index-company {
  padding-top: 120px;
  padding-bottom: 120px;
}
.index-company img {
  margin-bottom: 2rem;
}
.index-company p {
  line-height: 2;
}
.index-company .button {
  margin-top: 4rem;
}

#inner-head {
  width: 100%;
  margin: 0;
  padding-top: 120px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 768px) {
  #inner-head {
    padding-top: 60px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#inner-head_image {
  margin-top: 60px;
}
@media (max-width: 768px) {
  #inner-head_image {
    margin-top: 24px;
  }
}

.about-strength {
  position: relative;
  padding-top: 144px;
  padding-bottom: 144px;
}
@media (max-width: 768px) {
  .about-strength {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.about-strength > * {
  position: relative;
  z-index: 1;
}
.about-strength p {
  line-height: 2;
}
.about-strength::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 40%;
  height: auto;
  aspect-ratio: 25/12;
  opacity: 0.1;
  background-image: url(../image/common/vector-line-002.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 768px) {
  .about-strength::before {
    width: 100%;
  }
}
.about-strengthList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 5%;
  width: 100%;
  margin-top: 48px;
}
@media (max-width: 640px) {
  .about-strengthList {
    gap: 12px;
  }
}
.about-strengthList_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-fff);
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 999px;
  overflow: hidden;
  background-color: var(--color-000-04);
}
@media (max-width: 640px) {
  .about-strengthList_item {
    width: 100%;
    aspect-ratio: 2/1;
    border-radius: 12px;
  }
}
.about-strengthList_item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-strengthList_item:nth-child(1)::before {
  background-image: url(../image/about/strength-001.webp);
}
@media (max-width: 640px) {
  .about-strengthList_item:nth-child(1)::before {
    background-image: url(../image/about/strength-001_sp.webp);
  }
}
.about-strengthList_item:nth-child(2)::before {
  background-image: url(../image/about/strength-002.webp);
}
@media (max-width: 640px) {
  .about-strengthList_item:nth-child(2)::before {
    background-image: url(../image/about/strength-002_sp.webp);
  }
}
.about-strengthList_item:nth-child(3)::before {
  background-image: url(../image/about/strength-003.webp);
}
@media (max-width: 640px) {
  .about-strengthList_item:nth-child(3)::before {
    background-image: url(../image/about/strength-003_sp.webp);
  }
}
.about-message {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--color-background);
}
@media (max-width: 768px) {
  .about-message {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.about-message_text {
  padding-left: 10%;
}
@media (max-width: 768px) {
  .about-message_text {
    margin-top: 36px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 640px) {
  .about-message_text {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-message_text p:not(:last-child) {
  margin-bottom: 1rem;
}
.about-message_textName {
  margin-top: 2rem;
}
.about-message_textName span {
  font-size: 1.2rem;
}
.about-company {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .about-company {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.service {
  padding-top: 144px;
}
@media (max-width: 768px) {
  .service {
    padding-top: 60px;
  }
}
.service-nav {
  position: sticky;
  top: 144px;
  left: 0;
  margin-right: 15%;
}
@media (max-width: 1080px) {
  .service-nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .service-nav {
    margin-left: -6px;
    margin-left: -6px;
  }
}
@media (max-width: 1080px) {
  .service-navItem {
    width: 33.3333333333%;
    padding: 0 12px;
  }
}
@media (max-width: 640px) {
  .service-navItem {
    width: 50%;
    padding: 0 6px;
  }
}
.service-navItem:not(:last-child) {
  margin-bottom: 12px;
}
.service-navItem a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.75em 2em 0.75em 1em;
  border-radius: 4px;
  background-color: var(--color-background);
}
@media (max-width: 768px) {
  .service-navItem a {
    font-size: 0.9rem;
  }
}
.service-navItem a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  width: 1.25em;
  height: 1.25em;
  transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-main);
}
.serviceItem {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: 0.3s color;
  border-top: 1px solid var(--color-border);
  scroll-margin-top: 108px;
}
@media (max-width: 768px) {
  .serviceItem {
    scroll-margin-top: 60px;
  }
}
.serviceItem span.num {
  font-size: 1rem;
  font-family: var(--font-family-en);
}
.serviceItem h2 {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 2.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .serviceItem h2 {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .serviceItem h2 {
    font-size: 1.75rem;
  }
}
.serviceItem_text {
  margin: 0;
}
@media (max-width: 768px) {
  .serviceItem_text {
    order: 1;
  }
}
.serviceItem_text h3 {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .serviceItem_text h3 {
    font-size: 1.15rem;
  }
}
.serviceItem_text p {
  margin-bottom: 2rem;
}
.serviceItem_text .button {
  margin-top: auto;
}
.serviceItem_text .button a::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.serviceItem_image {
  position: relative;
}
.serviceItem_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s opacity;
  mix-blend-mode: screen;
  background-color: var(--color-main-08);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.serviceItem_image img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.works {
  padding-top: 120px;
  scroll-margin-top: 108px;
}
@media (max-width: 768px) {
  .works {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    scroll-margin-top: 60px;
  }
}
.worksList {
  width: 100%;
  overflow: hidden;
}
.worksList-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worksList-heading .heading-section {
  width: auto;
  margin-bottom: -4rem;
}
@media (max-width: 768px) {
  .worksList-heading .heading-section {
    margin-bottom: 2rem;
  }
}
.worksListWrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 72px;
  padding-top: 6.5rem;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 60px;
  border-left: 1px solid var(--color-000);
  border-right: 1px solid var(--color-000);
  border-bottom: 1px solid var(--color-000);
}
@media (max-width: 768px) {
  .worksListWrap {
    gap: 36px;
    padding-top: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--color-border);
  }
}
.worksListWrap::before, .worksListWrap::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 1px;
  border-bottom: 1px solid var(--color-000);
}
@media (max-width: 768px) {
  .worksListWrap::before, .worksListWrap::after {
    display: none;
  }
}
.worksListWrap::before {
  left: calc(50% - 12rem);
  transform: translateX(-100%);
}
.worksListWrap::after {
  right: calc(50% - 12rem);
  transform: translateX(100%);
}
.worksListWrap > p {
  width: 100%;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .worksListWrap > p {
    text-align: left;
  }
}
.worksList-item {
  width: calc(33.3333333333% - 48px);
}
@media (max-width: 768px) {
  .worksList-item {
    width: calc(50% - 18px);
  }
}
@media (max-width: 640px) {
  .worksList-item {
    width: 100%;
  }
}
.worksList-item img {
  margin-bottom: 18px;
}
.worksList-item_title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--color-main);
}
.worksList-item p {
  font-size: 0.9rem;
}
.worksArticle {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .worksArticle {
    padding-top: 24px;
  }
}
.worksArticle h1, .worksArticle h2, .worksArticle h3, .worksArticle h4, .worksArticle h5 {
  margin-bottom: 0.5em;
}
.worksArticle p {
  margin-bottom: 1.5em;
}
.worksArticle_title {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-main);
}
.worksArticle_button {
  margin-top: 60px;
  padding-top: 36px;
  text-align: center;
  border-top: 1px solid var(--color-border);
}
@media (max-width: 768px) {
  .worksArticle_button {
    padding-bottom: 36px;
    border-bottom: 1px solid var(--color-border);
  }
}

.recruit-introduction {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media (max-width: 768px) {
  .recruit-introduction {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.recruit-introduction p {
  line-height: 2;
}
.recruit-resource {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  background-image: url(../image/common/cta-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .recruit-resource {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.recruit-resource::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-000-07);
}
.recruit-resource::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-image: url(../image/common/vector-line-001.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 768px) {
  .recruit-resource::after {
    background-size: cover;
    background-position: right;
  }
}
.recruit-resource h2 {
  color: #000;
}
.recruit-resourceWrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  color: var(--color-fff);
}
.recruit-resourceList {
  margin-top: 24px;
}
.recruit-resourceList_item {
  position: relative;
  padding-left: 2.5em;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recruit-resourceList_item {
    font-size: 1.1rem;
  }
}
.recruit-resourceList_item:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .recruit-resourceList_item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.recruit-resourceList_item::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM11.0026 16L18.0737 8.92893L16.6595 7.51472L11.0026 13.1716L8.17421 10.3431L6.75999 11.7574L11.0026 16Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM11.0026 16L18.0737 8.92893L16.6595 7.51472L11.0026 13.1716L8.17421 10.3431L6.75999 11.7574L11.0026 16Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
.recruit-required {
  width: 100%;
  margin: 0;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .recruit-required {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.recruit-required .list-item_contents p {
  margin-bottom: 1rem;
}
.recruit-required .list-item_contents ul.note {
  margin-left: 1em;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.recruit-required .list-item_contents ul.note li::marker {
  content: "※";
}
.recruit-required .list-item_contents .emphasis {
  font-style: normal;
  color: var(--color-main);
}
.recruit-flow {
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .recruit-flow {
    padding-bottom: 72px;
  }
}
.recruit-flowList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 36px;
}
@media (max-width: 768px) {
  .recruit-flowList {
    flex-direction: column;
    gap: 12px;
  }
}
.recruit-flowList_item {
  flex: 1;
  width: auto;
  margin: 0;
  padding: 24px 24px 48px 24px;
  border: 1px solid var(--color-border);
}
@media (max-width: 768px) {
  .recruit-flowList_item {
    width: 100%;
  }
}
.recruit-flowList_item span {
  font-size: 1rem;
  font-family: var(--font-family-en);
  color: var(--color-main);
  opacity: 0.5;
}
.recruit-flowList_item h3 {
  margin-bottom: 0.5em;
  font-size: 1.15rem;
  color: var(--color-main);
}

.news {
  padding-top: 120px;
  padding-bottom: 120px;
  scroll-margin-top: 108px;
}
@media (max-width: 768px) {
  .news {
    padding-top: 60px;
    scroll-margin-top: 60px;
  }
}
.newsList {
  width: 100%;
  overflow: hidden;
}
.newsListWrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 72px;
}
@media (max-width: 768px) {
  .newsListWrap {
    gap: 36px;
  }
}
.newsList-item {
  width: calc(33.3333333333% - 48px);
}
@media (max-width: 768px) {
  .newsList-item {
    width: calc(50% - 18px);
  }
}
@media (max-width: 640px) {
  .newsList-item {
    width: 100%;
  }
}
.newsList-item img {
  margin-bottom: 18px;
}
.newsList-item_date {
  margin-bottom: 0.25em;
  font-size: 0.85rem;
  color: var(--color-main);
}
.newsList-item_title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: 500;
}
.newsArticle {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .newsArticle {
    padding-top: 24px;
  }
}
.newsArticle h1, .newsArticle h2, .newsArticle h3, .newsArticle h4, .newsArticle h5 {
  margin-bottom: 0.5em;
}
.newsArticle p {
  margin-bottom: 1.5em;
}
.newsArticle_date {
  margin-top: 1rem;
  margin-bottom: 0.25em;
  font-size: 1rem;
  color: var(--color-main);
}
.newsArticle_title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
}
.newsArticle_button {
  margin-top: 60px;
  padding-top: 36px;
  text-align: center;
  border-top: 1px solid var(--color-border);
}
@media (max-width: 768px) {
  .newsArticle_button {
    padding-bottom: 36px;
    border-bottom: 1px solid var(--color-border);
  }
}

.not-found {
  margin-top: 60px;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: var(--color-background);
}
@media (max-width: 768px) {
  .not-found {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.not-found ul {
  margin-top: 1.5em;
  margin-left: 1.5em;
  margin-bottom: 3em;
}