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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*-----------------------------------------------
variables
-----------------------------------------------*/
:root {
  --color-brand: #005D89;
  --color-brand-sub: linear-gradient(90deg, #33C5E8 0%, #019CC8 100%);
  --color-brand-sub-2: linear-gradient(90deg, #1F86B2 0%, #2C62A0 100%);
  --color-text: #333333;
  --color-text-sub: #000000;
  --color-text-white: #FFFFFF;
  --color-nav: #000000;
  --color-swiper-title: #C9E3FF;
  --color-link: #1E4B9E;
  --color-link-hover: rgba(30, 75, 158, 0.8);
  --color-required: #DE1313;
  --color-company: #C0DDFF;
  --color-text-news-time: rgba(34, 34, 34, 0.5);
  --color-text-page-title: rgba(201, 227, 255, 0.8);
  --color-text-form: #4F4F4F;
  --color-privacy-title: #4F4F4F;
  --color-privacy-text: #333333;
  --color-bg: #333333;
  --color-bg-form: #E6F0FD;
  --color-border: #DCFFF4;
  --color-border-footer: rgba(255, 255, 255, 0.6);
  --color-border-h2: #F5F5F5;
  --color-border-btn: #FFFFFF;
  --color-border-card: rgba(220, 255, 244, 0.5);
  --color-border-works: #000000;
  --font-family-base: Noto Sans JP, serif;
  --font-family-title: Montserrat, Noto Sans JP, serif;
  --font-family-catch: Zen Kurenaido, Noto Sans JP, serif;
  --font-size-base: 1.6rem;
  --font-size-sm: 1.2rem;
  --font-size-md: 1.4rem;
  --font-size-lg: 1.8rem;
  --font-size-xl: 2rem;
  --font-size-2xl: 2.4rem;
  --font-size-3xl: 3.8rem;
  --font-size-4xl: 4rem;
  --font-size-5xl: 6rem;
  --font-size-6xl: 8rem;
  --font-size-7xl: 9.6rem;
  --font-size-8xl: 16.1rem;
  --font-size-9xl: 17.1rem;
  --letter-spacing-base: 1.5;
  --letter-spacing-1: 1;
  --letter-spacing-2: 1.17;
  --letter-spacing-3: 1.35;
  --letter-spacing-4: 1.45;
  --letter-spacing-5: 1.55;
  --letter-spacing-6: 1.6;
  --letter-spacing-7: 1.9;
  --font-weight-base: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --container-max-width: 77.7777777778%;
  --container-padding: 40px;
  --container-padding-sp: 20px;
  --mb: 80px;
  --mb-sp: 40px;
}

/*-----------------------------------------------
base
-----------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-text);
  background-image: url(../img/common/bg_body.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

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

a {
  transition: all 0.3s ease;
}
@media (width < 768px) and (hover: hover) {
  a:hover, a:focus {
    color: inherit;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media (width < 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.container {
  width: 77.7777777778%;
  margin-inline: auto;
}
.container__inner {
  padding: 80px 0;
}
@media (width < 768px) {
  .container {
    width: 94%;
  }
  .container__inner {
    padding: 40px 0;
  }
}

.section--white {
  color: var(--color-text-white);
}
.section--center {
  text-align: center;
}
.section__title {
  font-family: var(--font-family-title);
  font-weight: var(--font-weight-bold);
  line-height: var(--letter-spacing-1);
  letter-spacing: 0.05em;
}
.section__title .ja,
.section__title .en {
  display: block;
}
.section__title .ja {
  font-size: var(--font-size-4xl);
}
.section__title .ja--company {
  letter-spacing: 0.08em;
  line-height: 0;
}
.section__title .en {
  font-size: var(--font-size-2xl);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.section__title .en--company {
  font-size: var(--font-size-7xl);
  color: var(--color-company);
}
@media (width < 1025px) {
  .section__title .en--company {
    font-size: var(--font-size-5xl);
  }
}
@media (width < 768px) {
  .section__title .ja {
    font-size: var(--font-size-3xl);
  }
  .section__title .en {
    font-size: var(--font-size-xl);
  }
  .section__title .en--company {
    font-size: var(--font-size-5xl);
  }
}

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

.sp-only {
  display: none;
}
@media (width < 768px) {
  .sp-only {
    display: block;
  }
}

/*-----------------------------------------------
buttons
-----------------------------------------------*/
.btn {
  position: relative;
  display: block;
  width: 200px;
  border: 1px solid var(--color-border-btn);
  padding: 9.5px;
  padding-left: 16px;
  background: var(--color-brand-sub);
  color: var(--color-text-white);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--letter-spacing-base);
}
.btn span {
  text-align: center;
  display: inline-block;
  width: 144px;
}
.btn--center {
  margin-inline: auto;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13.5px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/arrow-right.svg) no-repeat center center/contain;
}
.btn--lg {
  width: 264px;
  padding-inline: 8px;
}
.btn--lg span {
  display: inline-block;
  width: 224px;
}
.btn--lg::after {
  right: 4px;
}
@media (hover: hover) {
  .btn:hover, .btn:focus {
    opacity: 0.8;
  }
}

.contact_btn {
  display: inline-block;
  width: 240px;
  border: 1px solid var(--color-text-white);
  padding: 12px;
}
.contact_btn--recruit {
  font-size: 20px;
  text-align: left;
  width: 264px;
  padding: 10.5px;
  padding-left: 20px;
  position: relative;
}
.contact_btn--recruit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/arrow-right.svg) no-repeat center center/contain;
}
@media (hover: hover) {
  .contact_btn:hover, .contact_btn:focus {
    opacity: 0.8;
  }
}

/*-----------------------------------------------
table
-----------------------------------------------*/
.table_01 {
  width: 100%;
  font-size: 18px;
  line-height: var(--letter-spacing-6);
}
.table_01 tr {
  border-bottom: 1px solid #000;
}
.table_01 th,
.table_01 td {
  font-weight: var(--font-weight-base);
  padding: 24px 0;
}
.table_01 th {
  width: 300px;
  color: var(--color-brand);
}
@media (width < 1025px) {
  .table_01 {
    font-size: 16px;
  }
  .table_01 tr {
    display: flex;
    flex-direction: column;
  }
  .table_01 th,
.table_01 td {
    padding: 12px 8px;
    display: block;
    width: 100%;
  }
  .table_01 th {
    width: auto;
  }
}

.table_02 {
  width: 100%;
  font-size: 18px;
  line-height: var(--letter-spacing-6);
}
.table_02 span {
  display: none;
}
.table_02 tr {
  border-bottom: 1px solid #000;
}
.table_02 th,
.table_02 td {
  font-weight: var(--font-weight-base);
  padding: 24px 0;
}
.table_02 th {
  text-align: center;
  width: 300px;
  color: var(--color-brand);
}
@media (width < 1025px) {
  .table_02 {
    font-size: 16px;
  }
  .table_02 tr {
    display: flex;
    flex-direction: column;
  }
  .table_02 th,
.table_02 td {
    padding: 12px 8px;
    display: block;
    width: 100%;
  }
  .table_02 th {
    text-align: start;
    width: auto;
  }
}

/*map
-----------------------------------------------*/
.subpage_access_03 {
  font-size: var(--font-size-lg);
  line-height: var(--letter-spacing-base);
}
.subpage_access_03__inner {
  margin-bottom: 32px;
}
.subpage_access_03__text {
  margin-bottom: 40px;
}
.subpage_access_03__tel a {
  text-decoration: none;
  color: #222;
}
.subpage_access_03__map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 40.1785714286%;
}
.subpage_access_03__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------
form
-----------------------------------------------*/
.page-contact__form {
  margin-bottom: 48px;
  background: var(--bg);
  padding: 64px 110px;
  border-radius: 16px;
}
.page-contact .form__inner {
  padding: 64px 110px;
  background: var(--color-bg-form);
}
.page-contact .red {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: var(--color-required);
}
.page-contact .text {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text-form);
}
.page-contact .checkbox-group {
  margin: 10px 0 20px;
  color: #222;
}
.page-contact .checkbox-group input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  vertical-align: bottom;
}
.page-contact input[type=text],
.page-contact input[type=tel],
.page-contact input[type=email],
.page-contact textarea {
  font-size: 1.6rem;
  width: 100%;
  padding: 0.75rem 1.5rem;
  border: 2px solid #e5e5e5;
  background: #fff;
  margin: 20px 0;
}
.page-contact .checkbox-group {
  display: flex;
  gap: 24px;
}
.page-contact .checkbox {
  margin-top: 64px;
  margin-bottom: 44px;
}
.page-contact .checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-contact .checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 14px;
  display: flex;
  align-items: center;
}
.page-contact .checkbox p {
  color: #4c4c4c;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.page-contact .checkbox a {
  color: #4c4c4c;
  text-decoration: underline;
  text-underline-offset: 20%;
}
.page-contact .submit-btn {
  background: var(--color-brand-sub);
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.08em;
  max-width: 500px;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
}
.page-contact .submit-btn:hover {
  opacity: 0.8;
}
.page-contact .privacy__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.page-contact .privacy__description {
  margin-bottom: 40px;
}
@media (width < 768px) {
  .page-contact .form__inner {
    padding: 32px 20px;
  }
  .page-contact .checkbox-group {
    flex-direction: column;
    gap: 16px;
  }
}

.gallery {
  color: #222;
}
.gallery__bottom {
  width: 78.3%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 9px;
}
.gallery__bottom-img--rotate180 {
  transform: rotate(180deg);
}
.gallery__bottom-img--rotate90 {
  transform: rotate(-90deg);
}
.gallery__2fr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 15px;
}
.gallery__2fr--only {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery__2fr--only > div {
  max-width: 46.4285714286vw;
}
.gallery__2fr--only .gallery__item {
  width: 46.4285714286vw;
}
.gallery__3fr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery__3fr > div {
  max-width: 29.4642857143vw;
}
.gallery__3fr .gallery__item {
  width: 29.4642857143vw;
}
.gallery__item {
  background: var(--color-text-white);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 16px;
}
.gallery__item p {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  padding-top: 16px;
}
.gallery__item--last {
  background: var(--color-brand-sub);
  color: var(--color-text-white);
}
.gallery__item--last:has(.js-modal-trigger) .js-modal-trigger {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.gallery .js-modal-trigger {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .gallery .js-modal-trigger:hover, .gallery .js-modal-trigger:focus {
    opacity: 0.8;
  }
}
@media (width < 768px) {
  .gallery__2fr {
    gap: 10px;
  }
  .gallery__item {
    padding: 8px;
  }
  .gallery .js-modal-trigger {
    padding-bottom: 8px;
  }
  .gallery p {
    font-size: 12px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.modal__wrap {
  text-align: center;
}
.modal__text {
  display: inline-block;
  padding: 4px 12px;
  background: var(--color-brand);
  font-size: var(--font-size-md);
  line-height: 1.6875;
  text-align: center;
  color: var(--color-text-white);
  border-radius: 20px;
  border: 2px solid var(--color-text-white);
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(205, 207, 210, 0.8);
  z-index: 0;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  width: 100%;
}
.modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1001;
}
.modal .swiper {
  width: 100%;
  height: 100%;
}
.modal .swiper-slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.modal__image {
  width: 100%;
  margin-bottom: 12px;
  background-color: var(--color-text-white);
  padding: 12px;
  border-radius: 16px;
  z-index: 1;
}
.modal__image img {
  width: 100%;
  height: auto;
  display: block;
}
.modal .swiper-button-prev,
.modal .swiper-button-next {
  width: 24px;
  height: 24px;
}
.modal .swiper-button-next,
.modal .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 20px);
  left: auto;
}
.modal .swiper-button-prev,
.modal .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 20px);
  right: auto;
}
.modal .swiper-button-prev::after,
.modal .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  margin: auto;
  width: 24px;
}
.modal .swiper-button-prev::after {
  background-image: url(../img/page/btn_prev.svg);
}
.modal .swiper-button-next::after {
  background-image: url(../img/page/btn_next.svg);
}
.modal .swiper-slide img {
  height: auto;
  width: 100%;
}
.modal .swiper-button-disabled {
  display: none;
}
@media (width < 768px) {
  .modal__content {
    width: 95%;
    padding: 10px;
  }
}

/*-----------------------------------------------
header
-----------------------------------------------*/
.header {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 90px;
  font-size: var(--font-size-base);
  z-index: 100;
}
.header__logo {
  width: 187px;
  max-width: 100%;
  margin-left: 36px;
  transition: 0.3s;
}
.header__inner {
  width: 94.4444444444%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width < 1280px) {
  .header {
    top: 5px;
  }
  .header__logo {
    margin-left: 0;
  }
}
@media (width < 768px) {
  .header__line {
    margin-bottom: 10px;
  }
  .header__logo {
    margin-left: 0;
    width: 106px;
  }
  .header__inner {
    align-items: center;
  }
}

.nav {
  width: 75vw;
}
.nav__list {
  text-align: center;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.nav.is-active {
  transition: opacity 0.4s ease;
  width: 70%;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  color: #000000;
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
}
.nav__item {
  transition: 0.3s;
  font-weight: var(--font-weight-bold);
  text-align: center;
}
.nav__item:first-child {
  padding-left: 0;
}
.nav__item a {
  color: var(--color-nav);
  display: block;
  width: 100%;
  padding: 7px 9.5px;
  letter-spacing: var(--letter-spacing-base);
}
@media (hover: hover) {
  .nav__item a:hover, .nav__item a:focus {
    color: var(--color-brand);
  }
}
.nav__item--contact {
  background: var(--color-brand-sub);
  border: 1px solid var(--color-border-btn);
  color: var(--color-text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
}
.nav__item--contact a {
  font-size: var(--font-size-xl);
  color: var(--color-text-white);
  padding: 20px 0;
  width: 200px;
}
.nav__item--contact a::before {
  content: url(../img/common/i-email.svg);
  width: 25px;
  height: 19px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: bottom;
}
@media (hover: hover) {
  .nav__item--contact:hover, .nav__item--contact:focus {
    opacity: 0.8;
  }
  .nav__item--contact:hover a, .nav__item--contact:focus a {
    color: var(--color-text-white);
  }
}
@media (width < 1025px) {
  .nav {
    max-width: 70%;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
    max-width: 768px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav__item {
    margin: 0 0 20px;
    border: none;
  }
}

.burger {
  --opacity: 1;
  --rotate: 0;
  --translate: .6rem;
  position: fixed;
  top: 20px;
  right: 47px;
  place-items: center;
  width: 60px;
  aspect-ratio: 1;
  display: none;
}
.burger.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
  position: fixed;
  z-index: 91;
}
.burger span {
  width: 50%;
  height: 3px;
  border-radius: 4px;
  background-color: var(--color-text);
  grid-area: 1/1/-1/-1;
  transition: opacity 0.4s ease, rotate 0.4s ease, translate 0.4s ease;
}
.burger span:nth-child(1) {
  opacity: var(--opacity);
}
.burger span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}
.burger span:nth-child(3) {
  translate: 0 var(--translate);
  rotate: calc(var(--rotate) * -1);
}
.burger__text {
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  bottom: 4px;
}
@media (width < 1025px) {
  .burger {
    display: grid;
    right: 20px;
  }
}
@media (width < 768px) {
  .burger {
    top: 0;
  }
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
.footer {
  background-color: var(--color-brand);
  color: var(--color-text-white);
}
.footer__inner {
  max-width: 83%;
  padding: 24px 40px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__logo {
  width: 187px;
  margin-bottom: 12px;
}
.footer__address {
  padding: 12px 10px;
  font-weight: var(--font-weight-medium);
  line-height: var(--letter-spacing-base);
}
.footer__list {
  display: flex;
}
.footer__item {
  padding: 7px 19px;
  border-right: 1px solid var(--color-border-footer);
}
.footer__item:last-child {
  border-right: none;
}
@media (hover: hover) {
  .footer__item a:hover, .footer__item a:focus {
    color: var(--color-text-white);
    opacity: 0.8;
  }
}
.footer__copyright {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  background-color: var(--color-bg);
  letter-spacing: 0.04em;
  text-align: center;
  padding: 16px;
}
@media (width < 1280px) {
  .footer__inner {
    flex-direction: column;
    text-align: center;
  }
  .footer__logo {
    margin-inline: auto;
  }
  .footer__address {
    margin-bottom: 10px;
  }
  .footer__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (width < 768px) {
  .footer__inner {
    max-width: 94%;
    padding: 24px 0px;
  }
  .footer__item {
    border-right: none;
  }
}

/*-----------------------------------------------
swiper
-----------------------------------------------*/
.swiper-catch {
  position: absolute;
  top: 56%;
  left: 4.1666666667%;
  transform: translate(0%, -50%);
  width: 41.0416666667%;
  z-index: 10;
  color: var(--color-text-white);
  font-size: 38px;
  font-weight: var(--font-weight-bold);
  line-height: var(--letter-spacing-5);
  letter-spacing: 0.1em;
}
.swiper-catch__text {
  margin-bottom: 24px;
}
.swiper-catch span {
  display: inline-block;
  max-width: 146px;
  margin-right: 5px;
}
@media (width < 1025px) {
  .swiper-catch {
    top: 50%;
    font-size: 28px;
  }
  .swiper-catch__text {
    margin: 0;
  }
  .swiper-catch span {
    margin: 5px;
  }
}
@media (width < 768px) {
  .swiper-catch {
    width: 96%;
  }
  .swiper-catch span {
    max-width: 100px;
  }
}

.swiper-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100vw;
  z-index: 10;
  mix-blend-mode: screen;
}

@media (width < 768px) {
  .top-swiper .swiper-slide img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*-----------------------------------------------
top-message
-----------------------------------------------*/
.top-message {
  position: relative;
  padding: 100px 6.8055555556vw 100px 11.1111111111vw;
  background-image: url(../img/top/bg_top_message.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 59.3%;
  height: 100%;
  background-image: url(../img/top/bg_company.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.top-message__inner {
  display: flex;
  justify-content: space-between;
}
.top-message__textbox {
  width: 57.3611111111vw;
}
.top-message__text {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--letter-spacing-7);
  letter-spacing: 0.01em;
}
.top-message__text:first-child {
  margin-top: 20px;
  margin-bottom: 38px;
}
@media (width >= 1536px) {
  .top-message {
    padding: 100px 0;
  }
  .top-message__inner {
    max-width: 1440px;
    width: 100%;
    margin-inline: auto;
  }
  .top-message__textbox {
    width: 826px;
  }
}
@media (width < 1280px) {
  .top-message {
    padding-inline: 20px;
  }
}
@media (width < 1025px) {
  .top-message {
    padding: 50px 20px;
  }
  .top-message::before {
    width: 100%;
  }
}
@media (width < 768px) {
  .top-message__inner {
    flex-direction: column;
  }
  .top-message__textbox {
    width: 100%;
  }
  .top-message__title {
    margin-bottom: 32px;
  }
  .top-message__text {
    font-size: var(--font-size-lg);
  }
}

/*-----------------------------------------------
top-company
-----------------------------------------------*/
.top-company {
  position: relative;
}
.top-company__inner {
  max-width: 1120px;
  width: 100%;
  position: absolute;
  bottom: -76%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.top-company__bg {
  background-image: url(../img/top/bg_top_company.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 98px 0 160px;
  margin-bottom: 338px;
}
.top-company__title {
  text-align: center;
}
.top-company__list {
  width: 100%;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.top-company__item {
  transition: opacity 0.3s;
  border: 1px solid var(--color-border-card);
  border-radius: 8px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  background: var(--color-brand-sub);
}
.top-company__item a {
  display: block;
  padding: 40px 24px;
  border: 1px solid var(--color-border-card);
  border-radius: 8px;
}
@media (hover: hover) {
  .top-company__item a:hover, .top-company__item a:focus {
    opacity: 0.8;
  }
}
.top-company__item:nth-child(2n) {
  background: var(--color-brand-sub-2);
}
.top-company__item-title {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--letter-spacing-2);
  border-bottom: 3px solid var(--color-border);
  padding-bottom: 30px;
  margin-bottom: 34px;
}
.top-company__item-link {
  display: block;
  text-align: right;
}
.top-company__item-link::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 24px;
  background-image: url(../img/common/keyboard_arrow_right.png);
  vertical-align: text-bottom;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
}
.top-company__btn {
  margin-inline: auto;
}
@media (width < 1280px) {
  .top-company__list {
    width: 98%;
  }
}
@media (width < 1025px) {
  .top-company__bg {
    margin-bottom: 350px;
  }
  .top-company__inner {
    bottom: -105%;
  }
  .top-company__list {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
  }
  .top-company__item a {
    padding: 18px;
  }
}

/*-----------------------------------------------
top-business
-----------------------------------------------*/
.top-business {
  padding: 50px 0 69px 20px;
  background: url(../img/top/bg_top_business.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  gap: 57px;
}
.top-business__title {
  margin-bottom: 32px;
}
.top-business__title .en {
  opacity: 0.5;
}
.top-business__inner {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.top-business__bg {
  width: 66.5972222222vw;
  background: var(--color-brand);
  padding-top: 25px;
  padding-left: 26px;
}
.top-business__text {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--letter-spacing-5);
  letter-spacing: 0.01em;
}
.top-business__link a:first-child {
  margin-bottom: 20px;
}
@media (width >= 1536px) {
  .top-business {
    align-items: center;
  }
  .top-business__inner {
    gap: 100px;
    margin-top: 0;
  }
}
@media (width < 1025px) {
  .top-business__inner {
    margin-top: 0;
  }
}
@media (width < 768px) {
  .top-business {
    flex-direction: column;
    padding: 50px 0 0 20px;
  }
  .top-business__inner {
    gap: 32px;
  }
  .top-business__bg {
    width: 100%;
    padding-top: 10px;
    padding-left: 5px;
  }
}

/*-----------------------------------------------
news
-----------------------------------------------*/
.news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news__item {
  display: flex;
  margin-bottom: 2em;
}
.news__item:last-child {
  margin-bottom: 0;
}
.news__date {
  min-width: 120px;
  color: var(--color-text-news-time);
}
.news__text {
  font-weight: var(--font-weight-bold);
}
@media (width < 768px) {
  .news__item {
    flex-direction: column;
  }
}

.top-news {
  padding: 93px 0;
}
.top-news__container {
  display: flex;
  justify-content: space-between;
}
.top-news__title {
  color: var(--color-brand);
  margin-bottom: 32px;
}
.top-news__inner {
  width: 41.3194444444vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width < 1025px) {
  .top-news__container {
    flex-direction: column;
  }
  .top-news__inner {
    width: 100%;
    margin-bottom: 80px;
  }
  .top-news__list {
    margin-bottom: 30px;
  }
}
@media (width < 768px) {
  .top-news {
    padding: 40px 0;
  }
}

/*-----------------------------------------------
top-contact
-----------------------------------------------*/
.top-contact {
  max-width: 485px;
  width: 33.6805555556vw;
  text-align: center;
  padding: 15px;
  background: url(../img/top/bg_top_contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-contact__inner {
  padding: 65px 0 81px;
  border: 1px solid var(--color-text-white);
}
.top-contact__title {
  margin-bottom: 60px;
}
@media (width < 1025px) {
  .top-contact {
    width: 100%;
  }
}
@media (width < 768px) {
  .top-contact__inner {
    padding: 32px 0;
  }
}

/*-----------------------------------------------
fv
-----------------------------------------------*/
.fv {
  position: relative;
  margin-bottom: 40px;
}
.fv__title {
  position: absolute;
  top: 45%;
  left: 5.4861111111%;
  color: var(--color-text-white);
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 700;
}
.fv__title .en,
.fv__title .ja {
  display: block;
  line-height: 1;
}
.fv__title .en {
  text-transform: uppercase;
  font-size: 80px;
  color: var(--color-text-page-title);
}
.fv__title .ja {
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media (width < 768px) {
  .fv__title {
    top: 50%;
  }
  .fv__title .en {
    font-size: 24px;
  }
  .fv__title .ja {
    font-size: 16px;
  }
}

/*-----------------------------------------------
breadcrumb
-----------------------------------------------*/
.breadcrumb__inner {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.breadcrumb p {
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.breadcrumb p:first-child::after {
  text-decoration: none;
  content: ">";
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.breadcrumb a {
  color: var(--color-link);
  text-decoration: underline;
}
@media (hover: hover) {
  .breadcrumb a:hover, .breadcrumb a:focus {
    color: var(--color-link-hover);
  }
}

/*-----------------------------------------------
page
-----------------------------------------------*/
.page__title {
  width: 100%;
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: var(--letter-spacing-2);
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background: #005D89;
  padding: 14px 28px 13px;
  position: relative;
  margin-bottom: 32px;
}
.page__title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 6px;
  height: 77.4%;
  content: "";
  background: var(--color-border-h2);
}
.page__title:after {
  position: absolute;
  top: 0;
  right: 0;
  content: url(../img/common/page_h2.png);
}
.page__title--business {
  margin-bottom: 60px;
}
.page__sub-title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  color: var(--color-brand);
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 23px;
  border-bottom: 1px solid var(--color-brand);
  position: relative;
}
.page__sub-title::before {
  content: "";
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(90deg, #78BBFA 0%, #3892F3 100%);
  border-radius: 50%;
}
.page__sub-title:after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 0px;
  right: 0px;
  border-bottom: solid 1px var(--color-brand);
  z-index: -1;
}
.page-company {
  margin-bottom: 120px;
}
.page-map {
  margin-bottom: 44px;
}
@media (width < 768px) {
  .page-company {
    margin-bottom: 60px;
  }
}

.page-works__title {
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 60px;
}
.page-works__title--recruit {
  font-size: var(--font-size-xl);
  margin-bottom: 20px;
}
.page-works__title span {
  display: inline-block;
  font-size: var(--font-size-xl);
  line-height: var(--letter-spacing-3);
  background: var(--color-brand-sub);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 10%;
  padding-bottom: 5px;
}
.page-works__note {
  font-size: var(--font-size-lg);
  margin-bottom: 16px;
  text-align: right;
}
@media (width < 768px) {
  .page-works__title {
    text-align: left;
    margin-bottom: 30px;
  }
  .page-works__title--recruit {
    text-align: center;
    font-size: var(--font-size-xl);
  }
  .page-works__note {
    font-size: var(--font-size-md);
  }
}

.page-business__description {
  font-size: var(--font-size-lg);
  line-height: var(--letter-spacing-6);
  text-align: center;
  margin-bottom: 80px;
}
.page-business__gallery {
  margin-bottom: 80px;
}
.page-business__gallery:last-child {
  margin-bottom: 0;
}
.page-business__sub-description {
  font-size: var(--font-size-lg);
  line-height: var(--letter-spacing-6);
  margin-bottom: 32px;
}
.page-business__link {
  color: #0000EE;
  text-decoration: underline;
}
@media (hover: hover) {
  .page-business__link:hover, .page-business__link:focus {
    color: var(--color-link-hover);
  }
}
.page-business__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 80px;
}
@media (width < 768px) {
  .page-business__description {
    font-size: var(--font-size-md);
    line-height: var(--letter-spacing-base);
  }
}

.page-recruit {
  line-height: 1.6;
  margin-bottom: 60px;
}
.page-recruit__inner {
  background-image: url(../img/page/bg_recruit.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 34px 0;
}
.page-recruit__title {
  font-size: 3.4rem;
  font-weight: var(--font-weight-medium);
  margin-bottom: 40px;
}
.page-recruit__title span {
  padding-left: 9px;
  background: linear-gradient(90deg, #33C5E8 0%, #019CC8 100%);
}
.page-recruit__text {
  margin-bottom: 40px;
}
.page-recruit__box {
  text-align: center;
  color: #000;
}
.page-recruit__box p {
  font-weight: var(--font-weight-medium);
}
.page-recruit__box a {
  font-weight: var(--font-weight-bold);
  color: var(--color-brand);
  text-decoration: underline;
}
@media (width < 1025px) {
  .page-recruit__title {
    font-size: var(--font-size-2xl);
  }
}
@media (width < 768px) {
  .page-recruit__title {
    font-size: clamp(1.8rem, 4.5vw, 2rem);
  }
}

.page-privacy__item {
  line-height: var(--letter-spacing-6);
  margin-bottom: 40px;
}
.page-privacy__title {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-privacy-title);
  margin-bottom: 24px;
}
.page-privacy__text {
  color: #222;
}
/*# sourceMappingURL=style.css.map */