@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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] {
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

input:focus-visible {
  outline: none;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #292C2D;
  background-color: #F5F7F6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .brnone {
    display: none;
  }
}

.spbr {
  display: none;
}
@media screen and (max-width: 960px) {
  .spbr {
    display: block;
  }
}

.-blank {
  text-decoration: underline;
}

.swiper {
  position: relative;
  height: auto;
}
.swiper-wrapper {
  display: flex;
  transition-timing-function: ease;
}
.swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: -70px;
  background-image: url("../images/arrow-prev.webp");
}

.swiper-button-next {
  right: -70px;
  background-image: url("../images/arrow-next.webp");
}

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 4px;
  transition: 0.3s;
}
.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
  z-index: 101;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 100;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: #F5F7F6;
  border-bottom: 1px solid #BBBEC3;
}
.header__inner {
  display: flex;
  align-items: center;
  padding: 0 147px 0 65px;
  box-sizing: border-box;
  height: 100px;
}
@media screen and (max-width: 960px) {
  .header__inner {
    height: 60px;
    padding: 0 20px 0 20px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 48px;
}
@media screen and (max-width: 1400px) {
  .header__logo {
    margin-right: 28px;
  }
}
.header__logo-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  white-space: nowrap;
  border-left: 1px solid #BBBEC3;
  margin-left: 0.6em;
  padding-left: 1.25em;
  display: block;
}
@media screen and (max-width: 960px) {
  .header__logo-text {
    margin-left: 0.3em;
    padding-left: 0.75em;
  }
}
.header__nav {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1280px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 10px 56px;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .header__nav-list {
    gap: 10px 32px;
  }
}
.header__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}
.header__nav-link, .header__nav-trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 50%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #292C2D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s ease;
}
.header__nav-link:hover, .header__nav-trigger:hover {
  color: #007F9D;
}
.header__nav-trigger {
  width: 100%;
  text-align: left;
}
.header__nav-arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.25s ease;
}
.header__nav-item--submenu.is-open .header__nav-trigger {
  color: #007F9D;
}
.header__nav-item--submenu.is-open .header__nav-arrow {
  transform: translateY(2px) rotate(225deg);
}
.header__nav-item--submenu.is-open .header__submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.header__submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 10;
  width: 400px;
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: 0 0 6px 6px;
  background: #F5F7F6;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  visibility: hidden;
  opacity: 0;
  border: 1px solid #BBBEC3;
  transform: translate(-50%, -8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.header__submenu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #F5F7F6;
  border-top: 1px solid #BBBEC3;
  border-left: 1px solid #BBBEC3;
  transform: translateX(-50%) rotate(45deg);
}
.header__submenu-list {
  list-style: none;
}
.header__submenu-list li:not(:last-child) {
  border-bottom: 1px solid #BBBEC3;
}
.header__submenu-list li a {
  position: relative;
  display: block;
  padding: 16px 20px 16px 0;
  color: #292C2D;
  text-decoration: none;
  transition: color 0.25s ease;
}
.header__submenu-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: color 0.25s ease, transform 0.25s ease;
}
.header__submenu-list li a:hover {
  color: #007F9D;
}
.header__submenu-list li a:hover span {
  color: #007F9D;
}
.header__submenu-list li a:hover::after {
  transform: translate(4px, -50%) rotate(45deg);
}
.header__submenu-title {
  display: block;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.header__submenu-text {
  display: block;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.header__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  flex-shrink: 0;
  margin-left: 16px;
}
@media screen and (max-width: 1280px) {
  .header__actions {
    margin-left: auto;
  }
}
.header__actions .header__btn:first-child {
  grid-column: 1;
  grid-row: 1/3;
  height: 100%;
}
.header__actions .header__btn:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.header__actions .header__btn:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 960px) {
  .header__actions {
    gap: 0;
  }
}
.header__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 6px;
  overflow: hidden;
  background: #292C2D;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  width: 100%;
}
.header__btn span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.header__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #007F9D;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.header__btn:hover::before {
  transform: scaleX(1);
}
.header__btn:not(:hover)::before {
  transform-origin: right center;
}
.header__btn--light {
  background: #888;
}
.header__btn--light::before {
  background: #007F9D;
}
@media screen and (max-width: 960px) {
  .header__btn {
    display: none;
  }
}

.entry-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.entry-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.entry-modal.is-open .entry-modal__content {
  opacity: 1;
  transform: translateY(0);
}
.entry-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}
.entry-modal__content {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: 60px 50px 50px;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .entry-modal__content {
    padding: 50px 25px 30px;
  }
}
.entry-modal__title {
  margin-bottom: 35px;
  color: #292C2D;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .entry-modal__title {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}
.entry-modal__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 960px) {
  .entry-modal__links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.entry-modal__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  overflow: hidden;
  border-radius: 6px;
  background: #292C2D;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}
.entry-modal__link span {
  position: relative;
  z-index: 1;
}
.entry-modal__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #007F9D;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.entry-modal__link:hover::before {
  transform: scaleX(1);
}
.entry-modal__link:not(:hover)::before {
  transform-origin: right center;
}
.entry-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.entry-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: #292C2D;
}
.entry-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.entry-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.is-entry-modal-open {
  overflow: hidden;
}

.footer {
  background: #3E4244;
  color: #fff;
}
.footer__inner {
  padding: 80px 64px 56px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .footer__inner {
    padding: 60px 40px 48px;
  }
}
@media screen and (max-width: 960px) {
  .footer__inner {
    padding: 56px 24px 48px;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: minmax(390px, 1.2fr) minmax(220px, 0.75fr) minmax(300px, 1fr);
  column-gap: 74px;
}
@media screen and (max-width: 1400px) {
  .footer__nav {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 36px;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav {
    display: block;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 960px) {
  .footer__col {
    display: block;
  }
  .footer__col + .footer__col {
    margin-top: 48px;
  }
}
.footer__col--culture .footer__section + .footer__section {
  margin-top: 42px;
}
@media screen and (max-width: 960px) {
  .footer__section + .footer__section {
    margin-top: 42px;
  }
}
.footer__heading {
  margin: 0 0 24px;
}
@media screen and (max-width: 1400px) {
  .footer__heading {
    display: block;
    margin-bottom: 18px;
  }
}
.footer__heading-en {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1400px) {
  .footer__heading-en {
    display: block;
    padding-bottom: 5px;
  }
}
.footer__heading-ja {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .footer__heading-ja {
    display: block;
    margin-top: 8px;
  }
}
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__list a {
  display: block;
  padding: 6px 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.5;
  transition: opacity 0.25s ease;
}
.footer__list a span {
  font-family: "Noto Sans JP", sans-serif;
}
.footer__list a:hover {
  opacity: 0.6;
}
.footer__list--people a {
  font-family: "Poppins", sans-serif;
}
.footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  width: 180px;
}
@media screen and (max-width: 960px) {
  .footer__buttons {
    width: 100%;
    margin-top: 48px;
  }
}
.footer__btn {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding: 12px 22px 10px 22px;
  border-radius: 8px;
  overflow: hidden;
  background: #292C2D;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}
.footer__btn span {
  position: relative;
  z-index: 1;
  color: #fff;
  transition: color 0.3s ease;
}
.footer__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.footer__btn:hover span {
  color: #00334D;
}
.footer__btn:hover::before {
  transform: scaleX(1);
}
.footer__btn:not(:hover)::before {
  transform-origin: right center;
}
.footer__btn--light {
  background: #7D8489;
}
.footer__bottom {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .footer__bottom {
    margin-top: 56px;
  }
}
.footer__logo {
  border-bottom: 1px solid #7D8489;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.footer__logo img {
  height: 24px;
  width: auto;
  filter: brightness(0) invert(1);
}
.footer__copy {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: white;
}

.mega-nav {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #004D66;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.mega-nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mega-nav__inner {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  padding: 62px 64px 60px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  .mega-nav__inner {
    padding: 32px 24px 60px;
  }
}
.mega-nav__buttons {
  position: absolute;
  top: 168px;
  left: 64px;
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .mega-nav__buttons {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 70px;
  }
}
.mega-nav .mega-nav__button {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  overflow: hidden;
  background: #00334D;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.mega-nav .mega-nav__button span {
  position: relative;
  z-index: 1;
  color: #fff;
  transition: color 0.35s ease;
}
.mega-nav .mega-nav__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.mega-nav .mega-nav__button:hover span {
  color: #00334D;
}
.mega-nav .mega-nav__button:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.mega-nav .mega-nav__button:not(:hover)::before {
  transform-origin: right center;
}
.mega-nav .mega-nav__button--light {
  background: #007F9D;
}
.mega-nav__content {
  display: grid;
  grid-template-columns: minmax(390px, 1.2fr) minmax(220px, 0.75fr) minmax(300px, 1fr);
  column-gap: 74px;
  width: calc(100% - 290px);
  margin-left: 290px;
  padding-top: 101px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .mega-nav__content {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 36px;
    width: calc(100% - 210px);
    margin-left: 210px;
  }
}
@media screen and (max-width: 960px) {
  .mega-nav__content {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-top: 56px;
  }
}
.mega-nav__col {
  display: flex;
  flex-direction: column;
  gap: 66px;
}
@media screen and (max-width: 960px) {
  .mega-nav__col {
    display: block;
  }
  .mega-nav__col + .mega-nav__col {
    margin-top: 42px;
  }
}
.mega-nav__col--culture .mega-nav__section + .mega-nav__section {
  margin-top: 42px;
}
@media screen and (max-width: 960px) {
  .mega-nav__section + .mega-nav__section {
    margin-top: 42px;
  }
}
.mega-nav__heading {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0 0 24px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .mega-nav__heading {
    display: block;
    margin-bottom: 18px;
  }
}
.mega-nav__heading-en {
  font-family: "Poppins", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .mega-nav__heading-en {
    display: block;
    padding-bottom: 5px;
  }
}
.mega-nav__heading-ja {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .mega-nav__heading-ja {
    display: block;
    margin-top: 8px;
  }
}
.mega-nav__index {
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.mega-nav__list a {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-weight: 300;
  transition: opacity 0.3s ease;
}
.mega-nav__list a span {
  font-family: "Noto Sans JP", sans-serif;
}
.mega-nav__list a:hover {
  opacity: 0.7;
}
.mega-nav__list--people a {
  font-family: "Poppins", sans-serif;
}

body.is-menu-open {
  overflow: hidden;
}

.cmn-title {
  padding: 80px 0;
  background-position: right top;
  background-size: 1040px 630px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .cmn-title {
    padding: 40px 0;
    background-image: none !important;
  }
}
.cmn-title.-feelsgood-bg {
  background-image: url("../images/company/feels-good/title-bg.webp");
}
.cmn-title.-training-bg {
  background-image: url("../images/culture/training/title-bg.webp");
}
.cmn-title.-global-bg {
  background-image: url("../images/jobs/global/title-bg.webp");
}
.cmn-title.-internship-bg {
  background-image: url("../images/recruit/internship/title-bg.webp");
}
.cmn-title.-newgraduate-bg {
  background-image: url("../images/recruit/newgraduate/title-bg.webp");
}
.cmn-title.-career-bg {
  background-image: url("../images/recruit/career/title-bg.webp");
}
.cmn-title__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 64px;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .cmn-title__inner.-block {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .cmn-title__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .cmn-title__inner {
    padding: 0 24px;
    display: block;
  }
}
.cmn-title__text-block {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 700px);
}
@media screen and (max-width: 1280px) {
  .cmn-title__text-block {
    max-width: 100%;
  }
}
.cmn-title__text-block.-w100 {
  max-width: 100% !important;
  padding: 0 64px;
}
@media screen and (max-width: 1280px) {
  .cmn-title__text-block.-w100 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .cmn-title__text-block.-w100 {
    padding: 0 24px;
  }
}
.cmn-title__text-block.-w100 .cmn-title__heading {
  line-height: 1.4;
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .cmn-title__text-block.-w100 .cmn-title__heading {
    margin-top: 35px;
    line-height: 1.4;
  }
}
.cmn-title__category {
  font-family: "Unbounded", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #555;
  margin: 0 0 20px;
}
.cmn-title__label {
  display: inline-block;
  padding: 14px 24px;
  background: #292C2D;
  color: #fff;
  font-size: 2rem;
  margin: 0 0 78px;
}
@media screen and (max-width: 960px) {
  .cmn-title__label {
    margin: 0 0 35px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.cmn-title__heading {
  font-size: clamp(2.6rem, 4vw, 5.4rem);
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 60px;
}
@media screen and (max-width: 960px) {
  .cmn-title__heading {
    margin: 0 0 15px;
  }
}
.cmn-title__heading span {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .cmn-title__heading span {
    font-size: 1.8rem;
  }
}
.cmn-title__desc {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .cmn-title__desc {
    font-size: 1.6rem;
  }
}
.cmn-title__visual {
  position: relative;
  margin-top: 165px;
}
@media screen and (max-width: 1280px) {
  .cmn-title__visual {
    margin-top: 200px;
  }
}
@media screen and (max-width: 960px) {
  .cmn-title__visual {
    margin-top: 100px;
  }
}
.cmn-title__catch {
  position: absolute;
  right: -30px;
  top: -150px;
  white-space: nowrap;
  font-family: "Unbounded", sans-serif;
  font-size: 9rem;
  line-height: 1.2;
  color: #1a1a1a;
}
@media screen and (max-width: 1280px) {
  .cmn-title__catch {
    font-size: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .cmn-title__catch {
    font-size: 3rem;
    right: -15px;
    top: -50px;
  }
}
.cmn-title__image {
  width: 640px;
}
@media screen and (max-width: 1280px) {
  .cmn-title__image {
    width: 500px;
  }
}
@media screen and (max-width: 960px) {
  .cmn-title__image {
    width: 100%;
  }
}

.cmn-flowbtn {
  background-color: #006680;
  color: white;
  position: fixed;
  right: 0;
  display: block;
  z-index: 5;
  max-width: 180px;
  width: 100%;
  padding: 20px 20px;
  border-radius: 10px 0 0 10px;
  top: 400px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
.cmn-flowbtn span {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  display: block;
  padding-top: 5px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 960px) {
  .cmn-flowbtn span {
    font-size: 1.8rem;
  }
}
.cmn-flowbtn.-center {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .cmn-flowbtn {
    top: 100px;
    font-size: 1rem;
    max-width: 120px;
    padding: 10px 10px;
    border-radius: 6px 0 0 6px;
  }
}

.cmn-footer {
  height: 420px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .cmn-footer {
    margin-bottom: 50px;
    height: 200px;
  }
}
.cmn-footer.-newgraduate-bg {
  background: url(../images/footer-nav/footer-newgraduate-bg.png) center/cover no-repeat;
}
.cmn-footer__inner {
  max-width: 1108px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.cmn-footer__link {
  position: relative;
  display: block;
  max-width: 554px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.cmn-footer__link:hover .cmn-footer__img img {
  transform: scale(1.1);
}
.cmn-footer__img {
  display: block;
  overflow: hidden;
}
.cmn-footer__img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.cmn-footer__label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  min-width: 200px;
  padding: 12px 20px;
  border-radius: 10px;
  background: #006680;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .cmn-footer {
    height: auto;
    margin-bottom: 60px;
    padding: 40px 0;
  }
  .cmn-footer__inner {
    padding: 0 20px;
  }
  .cmn-footer__label {
    right: 20px;
    bottom: 20px;
    min-width: auto;
    width: calc(100% - 40px);
    padding: 12px 20px;
  }
}

.next {
  padding: 110px 0px 100px;
  background-color: #fff;
  margin-bottom: 100px;
  margin-top: 50px;
}
.next.-mbnone {
  margin-bottom: 0;
}
.next.-mbnone .next__title {
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .next {
    padding: 60px 0px;
  }
}
.next__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 20px 20px;
}
@media screen and (max-width: 960px) {
  .next__inner {
    flex-wrap: wrap;
  }
}
.next__title {
  font-size: 3.2rem;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .next__title {
    font-size: 2rem;
  }
}
.next__card {
  position: relative;
  display: block;
  width: 424px;
  height: 208px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .next__card {
    width: 100%;
    height: auto;
  }
}
.next__card:hover .next__image img {
  transform: scale(1.1);
}
.next__image {
  position: relative;
  overflow: hidden;
}
.next__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.next__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.next__text {
  position: absolute;
  left: 42px;
  bottom: 32px;
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .next__text {
    left: 15px;
    bottom: 15px;
    font-size: 1.4rem;
  }
}

.interview-link {
  padding: 0 0 100px;
}
@media screen and (max-width: 960px) {
  .interview-link {
    padding-bottom: 60px;
  }
}
.interview-link__inner {
  max-width: 424px;
  margin: 0 auto;
  padding: 0 20px;
}
.interview-link__title {
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 1.5;
  color: #006680;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .interview-link__title {
    font-size: 1.8rem;
  }
}
.interview-link__card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}
.interview-link__card:hover .interview-link__image img {
  transform: scale(1.1);
}
.interview-link__image {
  width: 100%;
}
.interview-link__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.interview-link__text {
  position: absolute;
  left: 42px;
  bottom: 30px;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .interview-link__text {
    left: 28px;
    bottom: 24px;
    gap: 18px;
    font-size: 1.6rem;
  }
}

.top {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .top {
    height: 100svh;
    min-height: auto;
  }
}
.top .pc-video {
  display: block;
}
.top .sp-video {
  display: none;
}
@media screen and (max-width: 960px) {
  .top .pc-video {
    display: none;
  }
  .top .sp-video {
    display: block;
    width: 100vw;
    height: 177.77777778vw;
    min-width: 56.25vh;
    min-height: 100vh;
  }
}
.top__menu {
  position: absolute;
  top: 50px;
  right: 53px;
  z-index: 1001;
  width: 36px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .top__menu {
    top: 26px;
    right: 24px;
  }
}
.top__menu span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.top__menu span:nth-child(1) {
  top: 0;
}
.top__menu span:nth-child(2) {
  top: 11px;
}
.top__menu span:nth-child(3) {
  top: 22px;
}
.top__menu.is-active {
  position: fixed;
}
.top__menu.is-active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.top__menu.is-active span:nth-child(2) {
  opacity: 0;
}
.top__menu.is-active span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}
.top__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  opacity: 0;
}
.top__logo {
  position: absolute;
  top: 58px;
  left: 66px;
  margin: 0;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  z-index: 1001;
}
@media screen and (max-width: 960px) {
  .top__logo {
    top: 32px;
    left: 24px;
    font-size: 2.8rem;
  }
}
.top__logo img {
  display: block;
  width: 126px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .top__logo img {
    width: 110px;
  }
}
.top__nav {
  position: absolute;
  top: 33.5%;
  left: 66px;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .top__nav {
    display: none;
  }
}
.top__nav-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 226px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top__nav-item {
  position: relative;
}
.top__nav-item > a,
.top__nav-item > button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.8;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.top__nav-item > a:hover,
.top__nav-item > button:hover {
  opacity: 0.75;
}
.top__nav-item > a > span,
.top__nav-item > button > span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.top__nav-item.has-submenu > .top__nav-trigger {
  position: relative;
  padding-right: 30px;
}
.top__nav-item.is-active {
  margin-left: -66px;
  padding: 17px 0px 17px 66px;
  background-color: rgba(210, 215, 218, 0.6);
}
.top__nav-submenu {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 260px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(-50% + var(--submenu-adjust-y, 0px))) translateX(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.top__nav-submenu.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(calc(-50% + var(--submenu-adjust-y, 0px))) translateX(0);
}
.top__nav-submenu ul {
  background-color: rgba(45, 48, 50, 0.82);
}
.top__nav-submenu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.top__nav-submenu a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 15px 32px 15px 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.top__nav-submenu a::before, .top__nav-submenu a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 9px;
  height: 1px;
  background-color: #fff;
}
.top__nav-submenu a::before {
  transform: translateY(-3px) rotate(45deg);
}
.top__nav-submenu a::after {
  transform: translateY(3px) rotate(-45deg);
}
.top__nav-submenu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.top__content {
  position: absolute;
  top: 25%;
  left: 45.5%;
  transform: translateX(-6%);
  opacity: 0;
  visibility: hidden;
  filter: blur(8px);
}
@media screen and (max-width: 1280px) {
  .top__content {
    left: 35%;
  }
}
@media screen and (max-width: 960px) {
  .top__content {
    top: 30%;
    left: 50%;
    width: calc(100% - 48px);
    transform: translateX(-50%);
  }
}
.top__sub {
  margin: 0 0 40px;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .top__copy {
    padding-right: 100px;
  }
}
.top__buttons {
  position: absolute;
  top: 62.5%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 200px;
  font-size: clamp(13px, 1.25vw, 16px);
}
@media screen and (max-width: 1280px) {
  .top__buttons {
    width: 160px;
  }
}
@media screen and (max-width: 960px) {
  .top__buttons {
    top: auto;
    bottom: 20px;
  }
}
.top__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  overflow: hidden;
  background-color: #3e4244;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .top__button {
    height: 46px;
  }
}
.top__button span {
  position: relative;
  z-index: 1;
}
.top__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #007f9d;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.top__button:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.top__button:not(:hover)::before {
  transform-origin: right center;
}
.top__button--light {
  background: #91999f;
}
.top__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.top__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.77777778vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}
.top__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.top__video2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.top__video2 video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.top__video2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.top__mega {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #005366;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.top__mega.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top__mega-inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 62px 64px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .top__mega-inner {
    height: 100vh;
    padding: 32px 24px 60px;
    overflow-y: auto;
  }
}
.top__mega-logo {
  position: absolute;
  top: 62px;
  left: 64px;
  width: 126px;
}
@media screen and (max-width: 960px) {
  .top__mega-logo {
    top: 32px;
    left: 24px;
    width: 110px;
  }
}
.top__mega-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.top__mega-buttons {
  position: absolute;
  top: 168px;
  left: 64px;
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .top__mega-buttons {
    position: static;
    width: 100%;
    max-width: 260px;
    margin-top: 110px;
  }
}
.top__mega-button {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  background: #003a55;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.top__mega-button:hover {
  opacity: 0.75;
}
.top__mega-button--light {
  background: #0b8faa;
}
.top__mega-content {
  display: grid;
  grid-template-columns: minmax(390px, 1.2fr) minmax(220px, 0.75fr) minmax(300px, 1fr);
  column-gap: 74px;
  width: calc(100% - 290px);
  margin-left: 290px;
  padding-top: 101px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .top__mega-content {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-top: 56px;
  }
}
.top__mega-col {
  display: flex;
  flex-direction: column;
  gap: 66px;
}
@media screen and (max-width: 960px) {
  .top__mega-col {
    display: block;
  }
  .top__mega-col + .top__mega-col {
    margin-top: 42px;
  }
}
.top__mega-col--culture .top__mega-section + .top__mega-section {
  margin-top: 42px;
}
@media screen and (max-width: 960px) {
  .top__mega-col--culture .top__mega-section + .top__mega-section {
    margin-top: 42px;
  }
}
@media screen and (max-width: 960px) {
  .top__mega-section + .top__mega-section {
    margin-top: 42px;
  }
}
.top__mega-section h2 {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0 0 24px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .top__mega-section h2 {
    display: block;
    margin-bottom: 18px;
  }
}
.top__mega-section h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .top__mega-section h2 span {
    display: block;
  }
}
.top__mega-section h2 em {
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .top__mega-section h2 em {
    display: block;
    margin-top: 8px;
  }
}
.top__mega-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top__mega-section li + li {
  margin-top: 13px;
}
.top__mega-section a {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.top__mega-section a:hover {
  opacity: 0.7;
}
.top__mega-index {
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}
.top__mega-people-list li + li {
  margin-top: 8px;
}
.top__mega-people-list a {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
}

body.is-menu-open {
  overflow: hidden;
}

body.lower .top__menu {
  top: 35px;
}
@media screen and (max-width: 960px) {
  body.lower .top__menu {
    top: 20px;
  }
}
body.lower .top__menu span {
  background: #292C2D !important;
}
body.lower .top__menu.is-active span {
  background: white !important;
}

.opening {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.opening__visual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.opening__shape {
  position: absolute;
  display: block;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.opening__shape--left-top {
  top: 0;
  left: 0;
  width: 70vw;
  height: 40vw;
  z-index: 11;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.opening__shape--right-bottom-small {
  right: 0;
  bottom: 0;
  width: 274px;
  height: 65px;
  z-index: 10;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.opening__shape--right-large-bottom {
  right: 0;
  bottom: 0;
  width: 74vw;
  height: 66vh;
  z-index: 10;
  clip-path: polygon(51% 0, 100% 41%, 100% 100%, 0 100%);
}
.opening__shape--left-bottom {
  left: 0;
  bottom: 0;
  width: 91.3vw;
  height: 50vw;
  z-index: 9;
  clip-path: polygon(0 0, 6.7% 0, 100% 100%, 0 100%);
}
.opening__shape--right-large {
  top: 0;
  right: 0;
  width: 70.83vw;
  height: 100vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 37% 100%);
}
.opening__shape--left-bottom-slant {
  left: 0;
  bottom: 0;
  width: 70vw;
  height: 70vw;
  z-index: 2;
  clip-path: polygon(7% 0, 100% 100%, 0 100%, 0 12%);
}
.opening__shape--left-large {
  top: 0;
  left: 0;
  width: 84vw;
  height: 100vh;
  z-index: 4;
  clip-path: polygon(0 0, 100% 0, 33.8% 100%);
}
.opening__shape--right-top-small {
  top: 0;
  right: 0;
  width: 41vw;
  height: 9.6vw;
  z-index: 4;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.opening__shape--right-bottom {
  right: 0;
  bottom: 0;
  width: 174px;
  height: 60vh;
  z-index: 3;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.opening__shape--right-top {
  top: 0;
  right: 0;
  width: 148px;
  height: 50vh;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.feelsgood-people {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .feelsgood-people {
    padding: 20px 0;
  }
}
.feelsgood-people__note {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 1em;
}
.feelsgood-people__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
.feelsgood-people__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}
@media screen and (max-width: 960px) {
  .feelsgood-people__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
.feelsgood-people__card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .feelsgood-people__card:hover .feelsgood-people__thumb::before {
    background-color: rgba(41, 44, 45, 0.45);
  }
  .feelsgood-people__card:hover .feelsgood-people__image img {
    transform: scale(1.1);
  }
  .feelsgood-people__card:hover .feelsgood-people__catch {
    opacity: 1;
    transform: translateY(0);
  }
}
.feelsgood-people__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .feelsgood-people__thumb {
    border-radius: 20px;
  }
}
.feelsgood-people__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  pointer-events: none;
}
.feelsgood-people__image {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .feelsgood-people__image {
    border-radius: 20px;
  }
}
.feelsgood-people__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.feelsgood-people__label {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  min-width: 86px;
  padding: 7px 10px;
  border-radius: 999px;
  background-color: #1AADD6;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.feelsgood-people__label.-dark {
  background-color: #00334D;
}
@media screen and (max-width: 960px) {
  .feelsgood-people__label {
    min-width: 40px;
    top: 10px;
    right: 10px;
    padding: 4px 7px 5px;
    font-size: 1rem;
  }
}
.feelsgood-people__catch {
  position: absolute;
  top: 15%;
  z-index: 3;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.65;
  opacity: 0;
  padding: 20px 24px;
  box-sizing: border-box;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .feelsgood-people__catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .feelsgood-people__catch {
    padding: 10px 12px;
    font-size: 1.6rem;
  }
}
.feelsgood-people__plus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #292C2D;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .feelsgood-people__plus {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
.feelsgood-people__plus::before, .feelsgood-people__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .feelsgood-people__plus::before, .feelsgood-people__plus::after {
    width: 10px;
  }
}
.feelsgood-people__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.feelsgood-people__meta {
  margin-top: 24px;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .feelsgood-people__meta {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

.people-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.people-modal.is-open {
  display: block;
}
.people-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(125, 132, 137, 0.95);
}
.people-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 120px);
  max-width: 1300px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 80px 100px;
  border-radius: 40px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .people-modal__content {
    width: calc(100% - 40px);
    max-height: calc(100svh - 40px);
    padding: 40px 30px 30px;
    border-radius: 20px;
  }
}
.people-modal.is-show .people-modal__content {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.people-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #292C2D;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .people-modal__close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.people-modal__close::before, .people-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background-color: #fff;
}
.people-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.people-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.people-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .people-modal__body {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 960px) {
  .people-modal__body {
    grid-template-columns: 1fr;
  }
}
.people-modal__title {
  font-size: 4rem;
  margin-bottom: 0.75em;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .people-modal__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .people-modal__title {
    font-size: 3rem;
  }
  .people-modal__title br {
    display: none;
  }
}
.people-modal__profile {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 48px;
}
@media screen and (max-width: 960px) {
  .people-modal__profile {
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 30px;
  }
}
.people-modal__label {
  min-width: 88px;
  padding: 7px 18px;
  border-radius: 999px;
  background-color: #19b9d8;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.people-modal__label.-dark {
  background-color: #00394c;
}
.people-modal__meta {
  line-height: 1.6;
}

.quick {
  position: relative;
  color: #fff;
}
.quick-bg {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .quick-bg {
    top: 60px;
  }
}
.quick-bg__item {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.quick-bg__item.is-active {
  opacity: 1;
}
.quick-bg__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quick-lead {
  height: calc(100svh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10vh;
  padding: 24px;
}
@media screen and (max-width: 960px) {
  .quick-lead {
    height: calc(100svh - 60px);
  }
}
.quick-lead__text1 {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .quick-lead__text1 {
    font-size: 18px;
  }
}
.quick-lead__title {
  font-size: 71px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", sans-serif;
  text-indent: 0.5em;
}
@media screen and (max-width: 960px) {
  .quick-lead__title {
    font-size: 36px;
  }
}
.quick-lead__text2 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .quick-lead__text2 {
    font-size: 14px;
  }
}
.quick-content {
  position: relative;
}
.quick-year {
  height: calc(100svh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 960px) {
  .quick-year {
    height: calc(100svh - 60px);
    top: 60px;
  }
}
.quick-year__content {
  display: flex;
  overflow: hidden;
  font-size: 71px;
  font-family: "Vollkorn", sans-serif;
  line-height: 1.25;
  padding: 2em 0;
  letter-spacing: 0.2em;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
}
@media screen and (max-width: 960px) {
  .quick-year__content {
    font-size: 36px;
  }
}
.quick-year__prefix {
  height: 1.25em;
  overflow: hidden;
}
.quick-year__prefix-inner {
  display: flex;
  flex-direction: column;
}
.quick-year__suffix {
  height: 1.25em;
}
.quick-year__suffix-inner {
  display: flex;
  flex-direction: column;
}
.quick-year__suffix-inner.is-active span {
  opacity: 1;
}
.quick-year__suffix-inner.is-end span:last-child {
  opacity: 1;
}
.quick-year__suffix-inner.is-end span {
  opacity: 0;
}
.quick-year__suffix-inner span {
  transition: opacity 0.3s;
}
.quick-year__suffix-inner span:first-child {
  opacity: 1;
}
.quick-year__suffix-inner span {
  opacity: 0;
}
.quick-prefix-end {
  height: calc(100svh - 100px);
}
.quick-suffix-end {
  height: calc(100svh - 100px);
}
.quick-section {
  height: calc(100svh - 100px);
  padding: 24px;
}
@media screen and (max-width: 960px) {
  .quick-section {
    height: calc(100svh - 60px);
  }
}
.quick-section__content {
  max-width: 770px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100%;
}
.quick-section__content.--wide {
  max-width: 1000px;
}
.quick-section__title {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .quick-section__title {
    font-size: 20px;
  }
}
.quick-section__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .quick-section__text {
    font-size: 14px;
  }
}
.quick-section.--fixed {
  height: 200svh !important;
}
.quick-section.--fixed .quick-section__content {
  height: calc(100svh - 100px);
  padding: 24px;
}
@media screen and (max-width: 960px) {
  .quick-section.--fixed .quick-section__content {
    height: calc(100svh - 60px);
  }
}
.quick-spacer {
  height: 80svh;
}
.quick-history {
  display: grid;
  gap: 100px;
  padding: 24px;
}
.quick-history__item {
  display: grid;
  grid-template-columns: 220px 1.6fr 1fr;
  max-width: 1310px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .quick-history__item {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 960px) {
  .quick-history__item {
    grid-template-columns: 1fr;
  }
}
.quick-history__year {
  font-size: 50px;
  font-family: "Vollkorn", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  .quick-history__year {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 960px) {
  .quick-history__year {
    grid-column: auto;
    grid-row: auto;
    font-size: 30px;
  }
}
.quick-history__content {
  padding-right: 10%;
}
@media screen and (max-width: 1280px) {
  .quick-history__content {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 960px) {
  .quick-history__content {
    grid-column: auto;
    grid-row: auto;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.quick-history__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .quick-history__lead {
    font-size: 14px;
  }
}
.quick-history__title {
  font-size: 36px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .quick-history__title {
    font-size: 20px;
  }
}
.quick-history__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .quick-history__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .quick-history__image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 960px) {
  .quick-history__image {
    grid-column: auto;
    grid-row: auto;
  }
}
.quick-outro {
  height: calc(200svh - 100px) !important;
  padding: 24px;
}
.quick-outro__content {
  height: calc(100svh - 100px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .quick-outro__content {
    height: calc(100svh - 60px);
  }
}
.quick-outro__title {
  font-size: 95px;
  font-family: "Vollkorn", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 1400px) {
  .quick-outro__title {
    font-size: 71px;
  }
}
@media screen and (max-width: 1280px) {
  .quick-outro__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .quick-outro__title {
    margin-bottom: 60px;
  }
}
.quick-outro__text {
  font-size: 24px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .quick-outro__text {
    font-size: 16px;
  }
}
.quick-outro__copyright {
  position: fixed;
  top: 120px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .quick-outro__copyright {
    top: 80px;
    font-size: 12px;
  }
}

.quick-year__suffix-inner .is-obscured {
  display: inline-block;
  animation: year-obscured 0.12s steps(2, end) infinite;
  filter: blur(5px);
  opacity: 0.5;
}
.quick-year__suffix-inner.is-active .is-obscured {
  animation: none;
  filter: blur(0);
  opacity: 1;
  transform: none;
}

@keyframes year-obscured {
  0% {
    opacity: 0.15;
    filter: blur(7px);
    transform: translateX(-4px) skewX(-12deg);
  }
  25% {
    opacity: 0.8;
    filter: blur(4px);
    transform: translateX(3px) skewX(8deg);
  }
  50% {
    opacity: 0.25;
    filter: blur(8px);
    transform: translateX(-2px) skewX(15deg);
  }
  75% {
    opacity: 0.65;
    filter: blur(5px);
    transform: translateX(4px) skewX(-8deg);
  }
  100% {
    opacity: 0.2;
    filter: blur(7px);
    transform: translateX(0) skewX(0);
  }
}
.global {
  overflow: hidden;
}
.global .-right {
  text-align: right;
  margin-top: 2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .global .-right {
    padding: 0 20px;
  }
}

.global-map {
  padding: 80px 0 100px;
}
@media screen and (max-width: 960px) {
  .global-map {
    padding: 50px 0 70px;
  }
}
.global-map__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 960px) {
  .global-map__inner {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .global-map__scroll {
    overflow-x: auto;
    padding: 60px 20px 20px;
    -webkit-overflow-scrolling: touch;
  }
}
.global-map__figure {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .global-map__figure {
    width: 980px;
    max-width: none;
  }
}
.global-map__img {
  display: block;
}
.global-map__pin {
  position: absolute;
  z-index: 2;
  display: block;
  transform: translate(-50%, -100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.global-map__pin:hover {
  transform: translate(-50%, calc(-100% - 4px));
}
.global-map__pin[data-area=switzerland] {
  left: 8.6%;
  top: 35.5%;
}
.global-map__pin[data-area=germany] {
  left: 10.3%;
  top: 32%;
}
.global-map__pin[data-area=taiwan] {
  left: 39%;
  top: 50%;
}
.global-map__pin[data-area=thailand] {
  left: 34%;
  top: 55.5%;
}
.global-map__pin[data-area=usa] {
  left: 76.5%;
  top: 42%;
}

/* --------------------------------------------
  Map Card
  ピンクリック後に表示する社員カード
--------------------------------------------- */
.global-map-card {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 424px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -100%) translateY(-18px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .global-map-card {
    width: 300px;
  }
}
.global-map-card.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -100%) translateY(-28px);
}
.global-map-card.is-changing {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translate(-50%, -100%) translateY(-18px);
}
.global-map-card.is-align-left {
  transform: translate(0, -100%) translateY(-18px);
}
.global-map-card.is-align-left.is-show {
  transform: translate(0, -100%) translateY(-28px);
}
.global-map-card.is-align-left.is-changing {
  transform: translate(0, -100%) translateY(-18px);
}
.global-map-card__button {
  display: grid;
  grid-template-columns: 144px 1fr;
  gap: 20px;
  width: 100%;
  padding: 10px;
  background-color: #006680;
  border: none;
  border-radius: 18px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .global-map-card__button {
    grid-template-columns: 64px 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 9px;
  }
}
.global-map-card__button:hover {
  transform: translateY(-2px);
}
.global-map-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.global-map-card__country {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .global-map-card__country {
    font-size: 1.4rem;
    line-height: 1.35;
  }
}
.global-map-card__company {
  margin-top: 1em;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .global-map-card__company {
    font-size: 1rem;
  }
}
.global-map-card__profile {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .global-map-card__profile {
    display: block;
    margin-top: 8px;
  }
}
.global-map-card__name {
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .global-map-card__name {
    font-size: 1.4rem;
  }
}
.global-map-card__meta {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .global-map-card__meta {
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    white-space: pre-line;
  }
}

/* --------------------------------------------
  Modal
--------------------------------------------- */
.map-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.map-modal.is-open {
  display: block;
}
.map-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(125, 132, 137, 0.95);
}
.map-modal__content {
  position: relative;
  width: min(100% - 80px, 1180px);
  max-height: calc(100svh - 80px);
  margin: 40px auto;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 26px;
}
@media screen and (max-width: 960px) {
  .map-modal__content {
    width: calc(100% - 30px);
    max-height: calc(100svh - 30px);
    margin: 15px auto;
    border-radius: 18px;
  }
}
.map-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
  width: 46px;
  height: 46px;
  padding: 0;
  background-color: #292C2D;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .map-modal__close {
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
  }
}
.map-modal__close::before, .map-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background-color: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 960px) {
  .map-modal__close::before, .map-modal__close::after {
    width: 15px;
  }
}
.map-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.map-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.map-modal__body {
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: 720px;
  padding: 100px;
  gap: 25px 100px;
}
@media screen and (max-width: 1280px) {
  .map-modal__body {
    padding: 40px;
  }
}
@media screen and (max-width: 960px) {
  .map-modal__body {
    padding: 60px 20px 20px;
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.map-modal__person {
  margin-bottom: 40px;
}
.map-modal__name {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .map-modal__name {
    font-size: 1.8rem;
  }
}
.map-modal__year {
  white-space: pre-line;
}
.map-modal__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 8px 16px;
  background-color: #1AADD6;
  border-radius: 999px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.map-modal__label.--dark {
  background-color: #00334D;
}
@media screen and (max-width: 960px) {
  .map-modal__label {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.map-modal__head {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-right: 44px;
}
@media screen and (max-width: 960px) {
  .map-modal__head {
    gap: 20px;
    padding-right: 0;
  }
}
.map-modal__country {
  color: #006680;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.35;
}
@media screen and (max-width: 960px) {
  .map-modal__country {
    font-size: 2.4rem;
  }
}
.map-modal__company {
  margin-top: 1.75em;
  color: #006680;
  font-size: 1.2rem;
  line-height: 1.6;
}
.map-modal__line {
  margin-top: 46px;
  border-top: 1px solid #b9b9b9;
}
@media screen and (max-width: 960px) {
  .map-modal__line {
    margin-top: 30px;
  }
}
.map-modal__qa {
  margin-top: 30px;
}
.map-modal__qa-item + .map-modal__qa-item {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .map-modal__qa-item + .map-modal__qa-item {
    margin-top: 30px;
  }
}
.map-modal__question {
  position: relative;
  padding-left: 48px;
  color: #006680;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .map-modal__question {
    padding-left: 38px;
    font-size: 1.8rem;
  }
}
.map-modal__question::before {
  content: "Q.";
  position: absolute;
  top: 4px;
  font-family: "Poppins", sans-serif;
  left: 0;
  color: #006680;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .map-modal__question::before {
    font-size: 2rem;
  }
}
.map-modal__photo {
  overflow: hidden;
  margin-top: 56px;
  border-radius: 18px;
}
@media screen and (max-width: 960px) {
  .map-modal__photo {
    margin-top: 36px;
    border-radius: 12px;
  }
}
.map-modal__photo img {
  display: block;
  width: 100%;
  height: auto;
}

body.is-modal-open {
  overflow: hidden;
}

.people-list {
  padding: 0px 0 100px;
}
@media screen and (max-width: 960px) {
  .people-list {
    padding: 0px 0 50px;
  }
}
.people-list__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
.people-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 20px;
}
@media screen and (max-width: 960px) {
  .people-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.people-card {
  display: block;
}
.people-card:hover .people-card__image img {
  transform: scale(1.1);
}
.people-card__image {
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 20px;
}
@media screen and (max-width: 960px) {
  .people-card__image {
    border-radius: 6px;
  }
}
.people-card__image img {
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.people-card__name {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .people-card__name {
    font-size: 1.4rem;
  }
}
.people-card__meta {
  display: flex;
  gap: 18px;
  margin: 0 0 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .people-card__meta {
    margin-bottom: 12px;
    font-size: 1.1rem;
  }
}
.people-card__title {
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .people-card__title {
    font-size: 1.4rem;
  }
}

.interview {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .interview {
    padding-bottom: 50px;
  }
}
.interview .-right {
  text-align: right;
  margin-top: 2em;
}
.interview__inner {
  max-width: 1350px;
  padding: 0 20px;
  margin: 0 auto;
}
.interview__bg {
  background-color: white;
  padding-bottom: 155px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .interview__bg {
    padding-bottom: 70px;
  }
}
.interview-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.interview-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .interview-hero::after {
    height: 400px;
  }
}
.interview-profile {
  margin: 70px auto 0;
}
@media screen and (max-width: 960px) {
  .interview-profile {
    margin-top: 35px;
  }
}
.interview-profile__initial {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .interview-profile__initial {
    font-size: 2rem;
  }
}
.interview-profile__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 20em minmax(0, 530px);
  gap: 20px 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .interview-profile__grid {
    margin-top: 20px;
    padding-bottom: 50px;
    grid-template-columns: 1fr;
  }
}
.interview-section {
  padding: 110px 0 0;
}
@media screen and (max-width: 960px) {
  .interview-section {
    padding-top: 50px;
  }
}
.interview-section__title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .interview-section__title {
    font-size: 2.2rem;
  }
}
.interview-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 130px;
  margin-top: 65px;
}
@media screen and (max-width: 1280px) {
  .interview-media {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 960px) {
  .interview-media {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
}
.interview-media.-image-right {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .interview-media.-image-right {
    grid-template-columns: 1fr;
  }
}
.interview-media.-image-right .interview-media__image {
  order: 2;
}
@media screen and (max-width: 960px) {
  .interview-media.-image-right .interview-media__image {
    order: 1;
  }
}
.interview-media.-image-right .interview-media__text {
  order: 1;
}
@media screen and (max-width: 960px) {
  .interview-media.-image-right .interview-media__text {
    order: 2;
  }
}
.interview-media__image {
  overflow: hidden;
}
.interview-wide-image {
  margin-top: 120px;
  padding-left: 64px;
}
@media screen and (max-width: 960px) {
  .interview-wide-image {
    margin-top: 60px;
    padding-left: 0;
  }
}

.project {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.project::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 610px;
}
@media screen and (max-width: 960px) {
  .project::after {
    height: 410px;
  }
}
.project .-right {
  margin-top: 1em;
}
.project.-tsuyosa::after {
  background: url(../images/cross_talk/tsuyosa/title-bg.webp) center/cover no-repeat;
}
.project.-th::after {
  background: url(../images/cross_talk/100th/title-bg.webp) center/cover no-repeat;
}
.project.-citizenl::after {
  background: url(../images/cross_talk/citizenl/title-bg.webp) center/cover no-repeat;
}
.project__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 960px) {
  .project__inner {
    padding: 0 20px;
  }
}
.project-bg {
  background-color: white;
  padding-bottom: 10px;
}
.project-hero {
  margin-bottom: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .project-hero {
    margin-bottom: 50px;
  }
}
.project-hero img {
  display: block;
  border-radius: 4px;
}
.project-section {
  padding: 80px 0;
  border-top: 1px solid #BBBEC3;
}
@media screen and (max-width: 960px) {
  .project-section {
    padding: 36px 0;
  }
}
.project-section__grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .project-section__grid {
    grid-template-columns: 1fr;
    gap: 0 20px;
  }
}
.project-section__title {
  color: #006680;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.project-section__body {
  margin-top: 10px;
}
.project-member__cards {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .project-member__cards {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 35px;
  }
}
.project-member-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project-member-card__name {
  margin-bottom: 0.75em;
  color: #006680;
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.project-member-card__image {
  margin-top: auto;
  padding-top: 20px;
}
.project-member-card__image img {
  width: 260px;
  height: auto;
}
.project-background__list {
  margin-top: 70px;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .project-background__list {
    margin-top: 20px;
    gap: 30px 0;
  }
}
.project-background__item {
  display: grid;
  grid-template-columns: 2em 420px 1fr;
  gap: 20px 80px;
}
@media screen and (max-width: 960px) {
  .project-background__item {
    grid-template-columns: 2em 1fr;
    gap: 20px 10px;
  }
}
.project-background__num {
  color: #006680;
  font-weight: 500;
  padding-top: 5px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 960px) {
  .project-background__num {
    grid-column: 1;
  }
}
.project-background__heading {
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .project-background__heading {
    font-size: 2rem;
    grid-column: 2;
  }
}
@media screen and (max-width: 960px) {
  .project-background__text {
    grid-column: 1/-1;
  }
}
.project-story {
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .project-story {
    padding-top: 50px;
  }
}
.project-story__main-image {
  max-width: 1060px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  .project-story__main-image {
    margin: 0 auto 35px;
  }
}
.project-story__main-image img {
  display: block;
}
.project-story__block {
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .project-story__block {
    margin-bottom: 0px;
    display: block;
  }
}
.project-story__block .project-story__text {
  grid-column: 1;
  padding-right: 35px;
}
@media screen and (max-width: 960px) {
  .project-story__block .project-story__text {
    grid-column: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .project-story__block.-right {
    grid-template-columns: 1fr;
  }
}
.project-story__block.-right .project-story__text {
  grid-column: 2;
  padding-left: 35px;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .project-story__block.-right .project-story__text {
    padding-left: 0;
  }
}
.project-story__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .project-story__split {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 40px;
  }
}
.project-story__split.-reverse > *:first-child {
  order: 2;
}
@media screen and (max-width: 960px) {
  .project-story__split.-reverse > *:first-child {
    order: 1;
  }
}
.project-story__split.-reverse > *:last-child {
  order: 1;
}
@media screen and (max-width: 960px) {
  .project-story__split.-reverse > *:last-child {
    order: 2;
  }
}
.project-story__heading {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .project-story__heading {
    font-size: 2.2rem;
  }
}
.project-story__images figure {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .project-story__images figure {
    margin-bottom: 20px;
  }
}

.science-hero {
  position: relative;
  padding: 90px 0 0;
}
@media screen and (max-width: 960px) {
  .science-hero {
    padding-top: 40px;
  }
  .science-hero::before {
    height: calc(100% - 90px);
  }
}
.science-hero__inner {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  max-width: 1350px;
  margin-inline: auto;
}
.science-hero__category {
  color: #00698f;
}
.science-hero__text {
  padding: 100px 0 70px;
}
@media screen and (max-width: 960px) {
  .science-hero__text {
    padding: 50px 0 42px;
  }
}
.science-hero__label {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .science-hero__label {
    font-size: 1.7rem;
  }
}
.science-hero__title {
  margin-top: 36px;
  font-size: 6.4rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .science-hero__title {
    margin-top: 22px;
    line-height: 1.2;
    font-size: 3rem;
  }
}
.science-hero__desc {
  margin-top: 2em;
  font-size: 2rem;
  line-height: 2.1;
}
@media screen and (max-width: 960px) {
  .science-hero__desc {
    font-size: 1.6rem;
  }
}
.science-hero__image {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-inline: auto;
}
.science-hero__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.science__warp {
  padding: 100px 20px;
}
@media screen and (max-width: 960px) {
  .science__warp {
    padding: 60px 20px;
  }
}
.science-section {
  padding-bottom: 60px;
  background-color: #EAEFED;
  border-radius: 10px;
  margin-bottom: 100px;
}
.science-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .science-section {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
}
.science-section__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin-inline: auto;
}
.science-section__label {
  position: relative;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  padding: 20px;
  border-radius: 10px;
  background-color: #006f86;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .science-section__label {
    top: -20px;
    padding: 10px;
    border-radius: 6px;
    max-width: 160px;
    font-size: 1.5rem;
  }
}
.science-section__title {
  margin-top: 1em;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .science-section__title {
    margin-top: 0.5em;
    font-size: 2.4rem;
  }
}
.science-section__body {
  display: flex;
  flex-direction: row-reverse;
  gap: 120px;
  padding-top: 60px;
}
@media screen and (max-width: 960px) {
  .science-section__body {
    display: block;
    padding-top: 20px;
  }
}
.science-section__lead {
  color: #006f86;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .science-section__lead {
    font-size: 1.8rem;
  }
}
.science-section__text {
  margin-top: 20px;
  line-height: 2;
}
.science-section__text p + p {
  margin-top: 1em;
}
.science-section__image {
  overflow: hidden;
  width: 464px;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .science-section__image {
    margin-bottom: 20px;
  }
}
.science-section__image img {
  display: block;
  width: 100%;
  aspect-ratio: 464/440;
  object-fit: cover;
}
.science-comment {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px 60px;
  align-items: center;
  padding: 35px;
  margin-top: 60px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .science-comment {
    grid-template-columns: 120px 1fr;
    padding: 20px;
    margin-top: 30px;
    gap: 20px 20px;
    align-items: center;
  }
}
.science-comment__person {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .science-comment__person {
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 960px) {
  .science-comment__person img {
    width: 100%;
    max-width: 120px;
  }
}
@media screen and (max-width: 960px) {
  .science-comment__content {
    display: contents;
  }
}
.science-comment__title {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .science-comment__title {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 960px) {
  .science-comment__text {
    display: none;
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.science-other__inner {
  max-width: 1350px;
  padding: 0 20px;
  margin-inline: auto;
}
.science-other__title {
  color: #006f86;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .science-other__title {
    font-size: 1.7rem;
  }
}
.science-other__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 12px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .science-other__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}
.science-other-card {
  display: block;
}
.science-other-card:hover .science-other-card__image img {
  transform: scale(1.1);
}
.science-other-card__image {
  overflow: hidden;
  border-radius: 7px;
}
.science-other-card__image img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}
.science-other-card__body {
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .science-other-card__body {
    padding-top: 14px;
  }
}
.science-other-card__name {
  font-weight: 500;
}
.science-other-card__meta {
  display: grid;
  margin-top: 14px;
  font-size: 1.3rem;
}

@media (min-width: 961px) {
  .js-detail-text {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .js-detail-text {
    display: none;
  }
}

.js-detail-button {
  display: none;
}
@media screen and (max-width: 960px) {
  .js-detail-button {
    grid-column: 1/-1;
    display: block;
    text-align: center;
    box-sizing: border-box;
    color: #006f86;
    border: 1px solid #006f86;
    border-radius: 6px;
    padding: 5px 20px;
    font-size: 1.4rem;
  }
}

.jobs-map {
  margin-top: 135px;
  padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .jobs-map {
    margin-top: 65px;
  }
}
.jobs-map__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .jobs-map__inner {
    padding: 0 20px;
  }
}
.jobs-map__box {
  padding: 0 22px 36px;
  background-color: #fff;
  border: 1px solid #006680;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .jobs-map__box {
    padding: 0 16px 28px;
  }
}
.jobs-map__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .jobs-map__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
    margin-bottom: 15px;
  }
}
.jobs-map__card {
  position: relative;
  background-color: #fff;
  padding: 82px 24px 120px 24px;
  border: 1px solid #006680;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .jobs-map__card {
    padding: 50px 10px 120px 10px;
    border-top: 1px solid #006680;
    border-radius: 8px;
  }
  .jobs-map__card:nth-child(3), .jobs-map__card:nth-child(4) {
    padding-bottom: 30px;
  }
}
.jobs-map__icon {
  position: absolute;
  top: -52px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .jobs-map__icon {
    top: -30px;
  }
  .jobs-map__icon img {
    width: 60px;
  }
}
.jobs-map__title {
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #00728b;
  border-radius: 4px;
  color: #00728b;
  line-height: 1.35;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .jobs-map__title {
    font-size: 1.6rem;
  }
}
.jobs-map__list {
  margin-top: 35px;
  color: #00728b;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
}
.jobs-map__list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .jobs-map__list li {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .jobs-map__list {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.jobs-map__sub {
  position: absolute;
  right: -105px;
  bottom: 25px;
  z-index: 2;
  width: 210px;
}
.jobs-map__sub p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 102, 128, 0.3);
  border-radius: 4px;
  background-color: #fff;
  color: #006680;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (max-width: 960px) {
  .jobs-map__sub p {
    min-height: 36px;
    font-size: 1.6rem;
  }
}
.jobs-map__sub p + p {
  margin-top: 10px;
}
.jobs-map__support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
@media screen and (max-width: 960px) {
  .jobs-map__support {
    align-items: flex-start;
    gap: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .jobs-map__support-icon {
    width: 60px;
  }
  .jobs-map__support-icon img {
    max-width: 60px;
    width: 60px;
  }
}
.jobs-map__support-body {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #006680;
}
@media screen and (max-width: 960px) {
  .jobs-map__support-body {
    display: block;
  }
}
.jobs-map__support-title {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #006680;
  border-radius: 4px;
  font-size: 2.6rem;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .jobs-map__support-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.jobs-map__support-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .jobs-map__support-text {
    font-size: 1.4rem;
  }
}
.jobs-list {
  padding: 60px 0 100px;
}
@media screen and (max-width: 960px) {
  .jobs-list {
    padding: 20px 0 50px;
  }
}
.jobs-list__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
.jobs-filter {
  padding: 50px 100px 50px;
  background-color: #FCFCFC;
  border: 1px solid #EDEDED;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .jobs-filter {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
.jobs-filter__all {
  margin-bottom: 28px;
}
.jobs-filter__row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px 20px;
  margin-bottom: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .jobs-filter__row {
    display: block;
  }
}
.jobs-filter__label {
  padding-top: 8px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .jobs-filter__label {
    padding-top: 0;
    margin-bottom: 12px;
  }
}
.jobs-filter__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 10px;
}
.jobs-filter__btn {
  padding: 5px 22px;
  border: 1px solid #EDEDED;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.jobs-filter__btn.is-active {
  border-color: #00738a;
  background-color: #00738a;
  color: #fff;
}
@media (hover: hover) {
  .jobs-filter__btn:hover {
    border-color: #00738a;
    color: #00738a;
  }
  .jobs-filter__btn:hover.is-active {
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .jobs-filter__btn {
    min-width: auto;
    padding: 7px 16px;
    font-size: 1.4rem;
  }
}
.jobs-filter__reset {
  position: relative;
  margin-top: 48px;
  padding-top: 42px;
  text-align: center;
}
.jobs-filter__reset::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 960px) {
  .jobs-filter__reset {
    margin-top: 32px;
    padding-top: 30px;
  }
}
.jobs-filter__reset-btn {
  min-width: 150px;
  padding: 5px 24px;
  border: 1px solid #00738a;
  border-radius: 999px;
  background-color: #FCFCFC;
  color: #00738a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.jobs-filter__reset-btn span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.jobs-filter__reset-btn span::before {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/jobs/jobs/icon-reset.svg") center/cover no-repeat;
}
@media (hover: hover) {
  .jobs-filter__reset-btn:hover {
    opacity: 0.8;
  }
}
.jobs-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 70px;
}
@media screen and (max-width: 1280px) {
  .jobs-cards {
    gap: 15px 15px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .jobs-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 15px;
    margin-top: 40px;
  }
}
.jobs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 40px 38px;
  background-color: #FCFCFC;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px);
  animation: jobsCardFade 0.45s ease forwards;
}
@media screen and (max-width: 1280px) {
  .jobs-card {
    min-height: auto;
    padding: 0 15px 15px;
  }
}
.jobs-card__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  align-self: flex-start;
}
.jobs-card__field {
  align-self: flex-start;
  padding: 8px 18px;
  background-color: #006680;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .jobs-card__field {
    font-size: 1.3rem;
  }
}
.jobs-card__field.is-technical {
  background-color: #006680;
}
.jobs-card__field.is-office {
  background-color: #0099C2;
}
.jobs-card__field.is-design {
  background-color: #004D66;
}
.jobs-card__title {
  margin-top: 30px;
  color: #006680;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .jobs-card__title {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.jobs-card__text {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .jobs-card__text {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
.jobs-card__images {
  display: grid;
  gap: 10px;
  height: 150px;
  margin-top: 15px;
}
.jobs-card__images--grid1 {
  grid-template-columns: 1fr;
}
.jobs-card__images--grid3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 960px) {
  .jobs-card__images {
    gap: 8px;
    height: 220px;
  }
}
.jobs-card__image {
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}
.jobs-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.4s ease;
}
.jobs-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (hover: hover) {
  .jobs-card__image-link:hover img {
    transform: scale(1.1);
  }
}
.jobs-card__image-link {
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .jobs-card__image-link:hover img {
    transform: scale(1.1);
  }
}
.jobs-card__details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin-top: 22px;
}
.jobs-card__detail {
  padding: 7px 20px;
  border: 1px solid #00738a;
  border-radius: 999px;
  color: #00738a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .jobs-card__detail {
    font-size: 1.3rem;
  }
}
.jobs-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0.5em;
  margin-top: 20px;
}

@keyframes jobsCardFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.environment {
  overflow: hidden;
}
.environment__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
.environment-section {
  padding: 70px 0;
  border-top: 1px solid #BBBEC3;
}
@media screen and (max-width: 960px) {
  .environment-section {
    padding: 40px 0;
  }
}
.environment-section:first-of-type {
  margin-top: 40px;
}
.environment-heading {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .environment-heading {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.environment-heading__num {
  color: #006680;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 960px) {
  .environment-heading__num {
    font-size: 2.2rem;
  }
}
.environment-heading__title {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .environment-heading__title {
    font-size: 2.4rem;
  }
}

.environment-data {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width: 960px) {
  .environment-data {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
  }
}
.environment-data__item {
  grid-column: span 2;
  padding: 40px 20px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .environment-data__item {
    grid-column: span 1;
    min-height: auto;
    padding: 24px 10px;
  }
  .environment-data__item:nth-child(1) {
    order: 1;
  }
  .environment-data__item:nth-child(2) {
    order: 5;
  }
  .environment-data__item:nth-child(3) {
    order: 2;
  }
  .environment-data__item:nth-child(4) {
    order: 3;
  }
  .environment-data__item:nth-child(5) {
    order: 4;
  }
  .environment-data__item:nth-child(6) {
    order: 6;
  }
  .environment-data__item:nth-child(7) {
    order: 7;
  }
}
.environment-data__item.-wide {
  grid-column: span 3;
}
@media screen and (max-width: 960px) {
  .environment-data__item.-wide {
    grid-column: span 1;
  }
}
.environment-data__item.-wideL {
  grid-column: span 4;
}
@media screen and (max-width: 960px) {
  .environment-data__item.-wideL {
    grid-column: span 2;
  }
}
.environment-data__warp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 130px;
}
@media screen and (max-width: 1280px) {
  .environment-data__warp {
    gap: 20px 40px;
  }
}
.environment-data__label {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .environment-data__label {
    font-size: 1.7rem;
    margin-bottom: 0.25em;
  }
}
.environment-data__number {
  color: #006680;
  font-size: 10rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .environment-data__number {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 960px) {
  .environment-data__number {
    font-size: 3rem;
  }
}
.environment-data__number span {
  color: #111;
  font-size: 3.2rem;
  font-weight: 500;
  margin-left: 4px;
}
@media screen and (max-width: 1280px) {
  .environment-data__number span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 960px) {
  .environment-data__number span {
    font-size: 1.6rem;
  }
}
.environment-data__note {
  font-size: 1.2rem;
  margin-top: 1.5em;
}
.environment-data__row {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .environment-data__row {
    display: block;
  }
}
.environment-data__row p {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .environment-data__row p {
    font-size: 1.6rem;
  }
}
.environment-data__row strong {
  color: #006680;
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .environment-data__row strong {
    font-size: 3rem;
  }
}
.environment-data__row span {
  font-size: 3.2rem;
  margin-left: 4px;
}
@media screen and (max-width: 960px) {
  .environment-data__row span {
    font-size: 1.6rem;
  }
}
.environment-data__caption {
  font-size: 1.1rem;
  text-align: right;
  margin-top: 10px;
}

.environment-system {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width: 960px) {
  .environment-system {
    grid-template-columns: 1fr;
  }
}
.environment-system__item {
  grid-column: span 2;
  min-height: 150px;
  padding: 40px 60px;
  background-color: white;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .environment-system__item {
    grid-column: span 1;
    min-height: auto;
    padding: 20px;
  }
}
.environment-system__item.-large {
  grid-column: span 3;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .environment-system__item.-large {
    grid-column: span 1;
  }
}
.environment-system__item.-large .environment-system__title {
  text-align: center;
}
.environment-system__item.-full {
  grid-column: span 6;
}
@media screen and (max-width: 960px) {
  .environment-system__item.-full {
    grid-column: span 1;
  }
}
.environment-system__title {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .environment-system__title {
    font-size: 2rem;
  }
}
.environment-system__icon img {
  max-width: auto;
  width: auto;
  margin: 0 auto;
}
.environment-system__note {
  font-size: 1.2rem;
  margin-top: 1.5em;
}
.environment-system__text-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 40px;
  line-height: 1.7;
}
.environment-system__text-grid span {
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .environment-system__text-grid span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 960px) {
  .environment-system__text-grid {
    grid-template-columns: 1fr;
  }
}
.environment-system__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 960px) {
  .environment-system__logos img {
    width: 100% !important;
  }
}
.environment-system__support {
  display: flex;
  justify-content: center;
  gap: 20px 250px;
}
@media screen and (max-width: 960px) {
  .environment-system__support {
    flex-direction: column;
    gap: 20px;
  }
}
.environment-system__support-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 960px) {
  .environment-system__support-item {
    justify-content: center;
  }
}
.environment-system__support-item img {
  width: 42px;
  height: auto;
}
.environment-system__support-item p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .environment-system__support-item p {
    font-size: 1.6rem;
  }
}

.environment-office {
  display: grid;
  gap: 60px;
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  .environment-office {
    gap: 35px;
    margin-bottom: 30px;
  }
}
.environment-office__block {
  display: grid;
  grid-template-columns: 56% 1fr;
  gap: 20px 60px;
}
@media screen and (max-width: 960px) {
  .environment-office__block {
    grid-template-columns: 1fr;
  }
}
.environment-office__title {
  color: #006680;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .environment-office__title {
    font-size: 2rem;
  }
}

.environment-welfare-slider {
  margin-bottom: 45px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .environment-welfare-slider {
    margin-bottom: 30px;
  }
}
.environment-welfare-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.environment-welfare-slider .swiper-slide {
  width: auto;
}

.environment-welfare {
  display: grid;
  grid-template-columns: 56% 1fr;
  gap: 50px;
  margin-bottom: 85px;
}
@media screen and (max-width: 960px) {
  .environment-welfare {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.environment-welfare__image {
  display: grid;
  gap: 14px;
}
.environment-welfare-imagerow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media screen and (max-width: 960px) {
  .environment-welfare-imagerow {
    gap: 8px;
  }
}
.environment-welfare__title {
  color: #006680;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 18px;
}
.environment-welfare__text p {
  line-height: 2;
}

.environment-benefit__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .environment-benefit__title {
    font-size: 2rem;
  }
}
.environment-benefit p {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .environment-benefit p {
    font-size: 1.6rem;
  }
}

.training__container {
  max-width: 1350px;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .training__container {
    margin-bottom: 50px;
  }
}
.training-section {
  margin-top: 20px;
  padding: 70px 0 120px;
  border-top: 1px solid #BBBEC3;
}
@media screen and (max-width: 960px) {
  .training-section {
    padding: 30px 0 40px;
  }
}
.training-career__head {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .training-career__head {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.training-career__num {
  color: #006680;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 960px) {
  .training-career__num {
    font-size: 2.2rem;
  }
}
.training-career__title {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .training-career__title {
    font-size: 2.4rem;
  }
}
.training-career__contents {
  display: grid;
  grid-template-columns: minmax(0, 646px) 1fr;
  gap: 20px 75px;
}
@media screen and (max-width: 960px) {
  .training-career__contents {
    grid-template-columns: 1fr;
  }
}
.training-career__lead {
  color: #006680;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 960px) {
  .training-career__lead {
    font-size: 2.2rem;
    margin-bottom: 28px;
  }
}
.training-career__name {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .training-career__name {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
.training-policy {
  margin-top: 100px;
  padding: 80px 100px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .training-policy {
    margin-top: 50px;
    border-radius: 6px;
    padding: 20px 20px;
  }
}
.training-policy__title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 70px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .training-policy__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.training-policy__top {
  max-width: 500px;
  margin: 0 auto 50px;
  position: relative;
}
.training-policy__top::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: calc(100% + 170px);
  height: 25px;
  border-right: 1px solid #006680;
  border-top: 1px solid #006680;
  border-left: 1px solid #006680;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .training-policy__top::before {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .training-policy__top::before {
    width: 50%;
    height: 23px;
    bottom: -48px;
  }
}
@media screen and (max-width: 960px) {
  .training-policy__top {
    margin-bottom: 46px;
  }
}
.training-policy__box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 15px;
  border-radius: 10px;
  color: #00728c;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .training-policy__box {
    min-height: 64px;
    padding: 15px 18px;
    font-size: 1.6rem;
  }
}
.training-policy__box.-fillblue {
  background-color: #0088a6;
  color: #fff;
  position: relative;
}
.training-policy__box.-fillblue::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -25px;
  width: 1px;
  height: 25px;
  background-color: #006680;
  transform: translateX(-50%);
}
.training-policy__box.-filldarkblue {
  background-color: #006680;
  color: #fff;
  position: relative;
}
.training-policy__box.-filldarkblue::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -25px;
  width: 1px;
  height: 25px;
  background-color: #006680;
  transform: translateX(-50%);
}
.training-policy__box.-outline {
  border: 1px solid #006680;
}
.training-policy__box.-bottom_outline {
  position: relative;
}
.training-policy__box.-bottom_outline::after {
  position: absolute;
  content: "";
  left: 50%;
  top: -25px;
  width: 1px;
  height: 25px;
  background-color: #006680;
  transform: translateX(-50%);
}
.training-policy__middle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 140px;
  margin-bottom: 62px;
  max-width: 1100px;
}
@media screen and (max-width: 1280px) {
  .training-policy__middle {
    gap: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .training-policy__middle {
    margin-bottom: 60px;
  }
}
.training-policy__column {
  position: relative;
  text-align: center;
}
.training-policy__column .training-policy__box, .training-policy__bottom .training-policy__box {
  border-radius: 999px;
}
.training-policy__en {
  margin-top: 15px;
  color: #006680;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .training-policy__en {
    margin-top: 15px;
    font-size: 1.7rem;
  }
}
.training-policy__catch {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .training-policy__catch {
    font-size: 1.7rem;
  }
}
.training-policy__desc {
  margin-top: 24px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .training-policy__desc {
    font-size: 1.2rem;
  }
}
.training-policy__bottom {
  position: relative;
  width: min(100%, 526px);
  margin: 0 auto;
  text-align: center;
}
.training-policy__bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -49px;
  width: calc(100% + 170px);
  height: 25px;
  border-right: 1px solid #006680;
  border-bottom: 1px solid #006680;
  border-left: 1px solid #006680;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .training-policy__bottom::before {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .training-policy__bottom::before {
    width: 50%;
  }
}
.training-system__map {
  overflow-x: auto;
  margin-bottom: 50px;
}
.training-system__map img {
  width: 1300px;
  max-width: 1300px;
}
.training-system__point {
  margin-top: 30px;
}
.training-system__point-title {
  color: #006680;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 960px) {
  .training-system__point-title {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}
.training-system__point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media screen and (max-width: 960px) {
  .training-system__point-list {
    grid-template-columns: 1fr;
  }
}
.training-system__point-card {
  padding: 50px 35px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .training-system__point-card {
    padding: 30px 20px;
  }
}
.training-system__point-card h4 {
  color: #006680;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .training-system__point-card h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.training-system__theme {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .training-system__theme {
    margin-top: 35px;
  }
}
.training-system__sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .training-system__sub-title {
    font-size: 2rem;
  }
}
.training-system__theme-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .training-system__theme-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.training-system__theme-card {
  padding: 50px 35px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .training-system__theme-card {
    padding: 30px 20px;
  }
}
.training-system__theme-card h4 {
  color: #006680;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .training-system__theme-card h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.training-future__intro {
  margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
  .training-future__intro {
    margin: 0 auto 50px;
  }
}
.training-future__intro p {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .training-future__intro p {
    font-size: 1.6rem;
  }
}
.training-future__flow {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 34px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .training-future__flow {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }
}
.training-future__flow-item {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}
.training-future__flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #006680;
  border-right: 4px solid #006680;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .training-future__flow-item:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: -20px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #006680;
    border-right: 2px solid #006680;
    transform: translateY(0) translateX(50%) rotate(135deg);
  }
}
@media screen and (max-width: 960px) {
  .training-future__flow-item {
    width: auto;
    padding: 20px;
  }
}
.training-future__flow-item h3 {
  color: #006680;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 960px) {
  .training-future__flow-item h3 {
    font-size: 2.2rem;
  }
}
.training-future__flow-icon img {
  max-width: 65px;
  width: 100%;
}
.training-future__message {
  color: #006680;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .training-future__message {
    font-size: 2.2rem;
  }
}
.training-future__message-sub {
  margin-top: 10px;
  color: #006680;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .training-future__message-sub {
    font-size: 1.6rem;
  }
}
.training-future__table-area {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px 95px;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 960px) {
  .training-future__table-area {
    grid-template-columns: 1fr;
    margin: 50px auto 0 auto;
  }
}
.training-future__table-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 55px;
}
@media screen and (max-width: 960px) {
  .training-future__table-inner {
    grid-template-columns: 1fr;
  }
}
.training-future__table-block h3 {
  color: #006680;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #006680;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 960px) {
  .training-future__table-block h3 {
    font-size: 1.8rem;
  }
}
.training-future__table-block table {
  width: 100%;
  border-collapse: collapse;
}
.training-future__table-block tr {
  border-bottom: 1px solid rgba(0, 102, 128, 0.2);
  display: flex;
}
.training-future__table-block th,
.training-future__table-block td {
  padding: 13px 0px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .training-future__table-block th,
  .training-future__table-block td {
    font-size: 1.6rem;
    padding: 13px 5px;
  }
}
.training-future__table-block th {
  width: 100%;
}
.training-future__table-block td {
  color: #006680;
}
.training-future__table-block td.-icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.training-future__table-block img {
  width: 40px;
}
.training-future__support {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .training-future__support {
    margin-top: 40px;
  }
}
.training-future__sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
.training-future__card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width: 960px) {
  .training-future__card-list {
    grid-template-columns: 1fr;
  }
}
.training-future__card {
  padding: 55px 35px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .training-future__card {
    padding: 30px 20px;
  }
}
.training-future__card h4 {
  color: #006680;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 960px) {
  .training-future__card h4 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
.training-future__challenge {
  margin-top: 80px;
}
.training-future__challenge-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width: 960px) {
  .training-future__challenge-list {
    grid-template-columns: 1fr;
  }
}
.training-future__challenge-card {
  padding: 55px 35px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .training-future__challenge-card {
    padding: 30px 20px;
  }
}
.training-future__challenge-card h4 {
  color: #006680;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 960px) {
  .training-future__challenge-card h4 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
.training-future__voice {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px 90px;
  align-items: center;
  margin-top: 60px;
}
.training-future__voice-icon {
  max-width: 160px;
  margin: 0 auto;
}
.training-future__voice figcaption {
  font-size: 1.6rem;
  padding-top: 20px;
  color: #006680;
}
@media screen and (max-width: 960px) {
  .training-future__voice {
    grid-template-columns: 1fr;
  }
}
.training-future__voice p {
  color: #006680;
}

.internship {
  color: #123944;
}
.internship__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
.internship__section-title {
  font-size: 2.4rem;
  margin-bottom: 2em;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .internship__section-title {
    font-size: 1.8rem;
  }
}

.internship-voice {
  padding: 50px 0 120px;
}
@media screen and (max-width: 960px) {
  .internship-voice {
    padding: 50px 0 60px;
  }
}
.internship-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px 90px;
}
@media screen and (max-width: 1280px) {
  .internship-voice__list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 960px) {
  .internship-voice__list {
    grid-template-columns: 1fr;
  }
}
.internship-voice__item {
  display: grid;
  grid-template-columns: 146px 1fr;
  gap: 0 30px;
  align-items: start;
  border-bottom: 1px solid #BBBEC3;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .internship-voice__item {
    grid-template-columns: 70px 1fr;
    gap: 18px;
    padding-bottom: 30px;
  }
}
.internship-voice__icon {
  text-align: center;
}
.internship-voice__icon span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 26px;
  margin-top: 20px;
  border-radius: 100px;
  background-color: #004D66;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .internship-voice__icon span {
    font-size: 1rem;
    display: block;
    margin-top: 5px;
    padding: 6px 6px;
  }
}
.internship-voice__icon span.-blue {
  background: #007F9D;
}
.internship-voice__text {
  color: #006680;
}
.internship-voice__meta {
  font-size: 1.4rem;
  color: #006680;
  margin-top: 1em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .internship-voice__meta {
    font-size: 1.2rem;
  }
}

.internship-program {
  padding: 0 0 90px;
}
@media screen and (max-width: 960px) {
  .internship-program {
    padding-bottom: 60px;
  }
}

.internship-tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 20px;
  border-bottom: 4px solid #004D66;
}
@media screen and (max-width: 960px) {
  .internship-tab {
    gap: 6px;
    border-bottom-width: 3px;
  }
}
.internship-tab__button {
  min-height: 90px;
  padding: 14px 20px;
  border-radius: 10px 10px 0 0;
  background-color: rgba(0, 77, 102, 0.6);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  .internship-tab__button {
    font-size: 1.2rem;
    padding: 10px 5px;
  }
}
.internship-tab__button:hover {
  opacity: 0.8;
}
.internship-tab__button.is-active {
  background-color: #004D66;
  opacity: 1;
}

.internship-panel {
  display: none;
}
.internship-panel.is-active {
  display: block;
}

.internship-card {
  padding: 72px 90px 80px;
  border-top: 1px solid #d7e3e6;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .internship-card {
    padding: 20px 20px 35px;
  }
}
.internship-card__lead {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .internship-card__lead {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 30px;
  }
}
.internship-card__leadtext {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .internship-card__leadtext {
    margin-bottom: 40px;
  }
}
.internship-card__image {
  position: relative;
  overflow: hidden;
}
.internship-card__image span {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 20px 6px;
  border-radius: 100px;
  background-color: #006680;
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .internship-card__image span {
    font-size: 1.1rem;
    right: 10px;
    top: 14px;
    padding: 2px 10px 3px 10px;
  }
}
.internship-card__title {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .internship-card__title {
    font-size: 2.4rem;
  }
}
.internship-card__text {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .internship-card__text {
    font-size: 1.6rem;
  }
}
.internship-card__list {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .internship-card__list {
    font-size: 1.6rem;
  }
}
.internship-card__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.internship-card__point {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .internship-card__point {
    margin-bottom: 35px;
  }
}
.internship-card__point li {
  padding: 9px 35px;
  border: 1px solid #007d92;
  border-radius: 100px;
  color: #007d92;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .internship-card__point li {
    width: 100%;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.internship-card__sub-title {
  font-size: 2rem;
  color: #006680;
  margin-bottom: 2.5em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .internship-card__sub-title {
    font-size: 1.8rem;
    margin-bottom: 2em;
  }
}

.internship-info {
  border-top: 1px solid #BBBEC3;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .internship-info {
    margin-bottom: 46px;
  }
}
.internship-info__row {
  display: grid;
  grid-template-columns: 130px 1fr;
  border-bottom: 1px solid #BBBEC3;
}
@media screen and (max-width: 960px) {
  .internship-info__row {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }
}
.internship-info__row dt {
  padding: 22px 0;
  color: #006680;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .internship-info__row dt {
    padding: 5px 10px;
  }
}
.internship-info__row dd {
  padding: 22px 0;
}
@media screen and (max-width: 960px) {
  .internship-info__row dd {
    padding: 5px 10px;
  }
}

.internship-flow {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .internship-flow {
    margin-bottom: 60px;
  }
}
.internship-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .internship-flow__list {
    grid-template-columns: 1fr;
  }
}
.internship-flow__list li {
  position: relative;
  padding-bottom: 20px;
  color: #006680;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .internship-flow__list li {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}
.internship-flow__list li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #007d92;
}
.internship-flow__list li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 24px;
  height: 8px;
  border-top: 1px solid #007d92;
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .internship-flow__list li::after {
    display: none;
  }
}

.internship-recommend__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}
.internship-recommend__list li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .internship-recommend__list li {
    font-size: 1.4rem;
  }
}
.internship-recommend__list li::before {
  content: "#";
}

.newgraduate__anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1350px;
  margin: 50px auto 70px auto;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .newgraduate__anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px auto 35px auto;
  }
}
.newgraduate__anchor-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px 20px;
  background-color: #929ca1;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .newgraduate__anchor-link {
    padding: 18px 20px 16px;
  }
}
.newgraduate__anchor-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #006680;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
}
.newgraduate__anchor-link:hover::before, .newgraduate__anchor-link:focus-visible::before {
  transform: scaleY(1);
  transform-origin: top;
}
.newgraduate__anchor-text, .newgraduate__anchor-arrow {
  position: relative;
  z-index: 2;
}
.newgraduate__anchor-text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .newgraduate__anchor-text {
    font-size: 1.5rem;
  }
}
.newgraduate__anchor-arrow {
  width: 7px;
  height: 7px;
  margin-top: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .newgraduate__anchor-arrow {
    margin-top: 8px;
  }
}
.newgraduate__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
.newgraduate__inner-h4 {
  text-align: center;
}
.newgraduate__inner__box {
  background-color: white;
  border-radius: 10px;
  padding: 80px 110px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  .newgraduate__inner__box {
    padding: 20px 20px 20px;
    margin-bottom: 30px;
  }
}
.newgraduate__inner__box-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .newgraduate__inner__box-title {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
.newgraduate__inner__box-dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 10px 20px;
  border-top: 1px solid #BBBEC3;
  padding: 30px 0px;
}
@media screen and (max-width: 960px) {
  .newgraduate__inner__box-dl {
    grid-template-columns: 1fr;
  }
}
.newgraduate__inner__box-dl dt {
  color: #006680;
  font-weight: 400;
  line-height: 2;
}
.newgraduate__inner__box-dl dd p {
  line-height: 2;
}
.newgraduate__inner__box-dl dd p.--position {
  padding-left: 8.5em;
}
.newgraduate__inner__box-dl dd p.--right {
  text-align: right;
}
.newgraduate__inner__box-subtitle {
  font-size: 2rem;
  text-align: center;
  color: #006680;
  padding: 50px 0 60px 0;
}
@media screen and (max-width: 960px) {
  .newgraduate__inner__box-subtitle {
    font-size: 1.8rem;
    padding: 25px 0 30px 0;
  }
}
.newgraduate__inner__step {
  display: flex;
  width: 100%;
  margin-bottom: 70px;
  gap: 20px 10px;
}
@media screen and (max-width: 960px) {
  .newgraduate__inner__step {
    flex-direction: column;
    gap: 15px 0;
  }
}
.newgraduate__inner__step-item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding: 20px 38px 20px 20px;
  color: #fff;
  background-color: #00586b;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .newgraduate__inner__step-item {
    flex: none;
    justify-content: center;
    padding: 20px 20px 38px;
    margin-bottom: 0;
    text-align: center;
    border-bottom: none;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 50% 100%, 0 calc(100% - 18px));
  }
}
.newgraduate__inner__step-item:first-child {
  background-color: rgba(0, 88, 107, 0.5);
}
.newgraduate__inner__step-item:nth-child(2) {
  background-color: rgba(0, 88, 107, 0.6);
}
.newgraduate__inner__step-item:nth-child(3) {
  background-color: rgba(0, 88, 107, 0.7);
}
.newgraduate__inner__step-item:nth-child(4) {
  background-color: rgba(0, 88, 107, 0.8);
}
.newgraduate__inner__step-item:nth-child(5) {
  background-color: rgba(0, 88, 107, 0.9);
}
.newgraduate__inner__step-item:last-child {
  padding-right: 20px;
  background-color: #00586b;
  clip-path: none;
}
@media screen and (max-width: 960px) {
  .newgraduate__inner__step-item:last-child {
    padding: 20px;
  }
}
.newgraduate__inner__step-text {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
}
.newgraduate__inner-footer {
  padding: 40px 100px 120px 100px;
}
@media screen and (max-width: 1280px) {
  .newgraduate__inner-footer {
    padding: 0px 0px 60px 0px;
  }
}
.newgraduate__inner-h4 {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 2em;
}

.newgraduate-faq {
  background: #006680;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .newgraduate-faq {
    margin-bottom: 10px;
  }
}
.newgraduate-faq.is-open .newgraduate-faq__toggle::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.newgraduate-faq__question {
  width: 100%;
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  align-items: center;
  gap: 18px;
  padding: 40px 44px;
  background: transparent;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .newgraduate-faq__question {
    grid-template-columns: 34px 1fr 20px;
    gap: 14px;
    padding: 13px 20px 16px;
  }
}
.newgraduate-faq__icon {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .newgraduate-faq__icon {
    font-size: 2.4rem;
  }
}
.newgraduate-faq__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .newgraduate-faq__text {
    font-size: 1.6rem;
  }
}
.newgraduate-faq__toggle {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.newgraduate-faq__toggle::before, .newgraduate-faq__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.newgraduate-faq__toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.newgraduate-faq__answer {
  display: none;
}
.newgraduate-faq__answer-text {
  font-weight: 300;
}
.newgraduate-faq__answer-text a:hover {
  text-decoration: underline;
}
.newgraduate-faq__answer-inner {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 34px 0px 38px;
  margin: 0 45px;
  border-top: 1px solid rgba(187, 190, 195, 0.4);
}
@media screen and (max-width: 960px) {
  .newgraduate-faq__answer-inner {
    grid-template-columns: 34px 1fr;
    gap: 14px;
    padding: 24px 0px 28px;
    margin: 0 20px;
  }
}

.career__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
.career-section {
  padding: 80px 0;
  border-top: 1px solid #BBBEC3;
}
.career-section:first-child {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .career-section {
    padding: 40px 0;
  }
}
.career-heading {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 1.75em;
}
@media screen and (max-width: 960px) {
  .career-heading {
    font-size: 2.2rem;
  }
}
.career-lead {
  line-height: 2;
  font-size: 2rem;
  margin-bottom: 4em;
}
@media screen and (max-width: 960px) {
  .career-lead {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.career__step {
  display: flex;
  gap: 20px 10px;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .career__step {
    flex-direction: column;
    gap: 15px 0;
  }
}
.career__step-box {
  width: 100%;
  min-width: 0;
}
.career__step-box:first-child .career__step-item {
  background-color: #0099C2;
}
.career__step-box:nth-child(2) .career__step-item {
  background-color: #007F9D;
}
.career__step-box:nth-child(3) .career__step-item {
  background-color: #006680;
}
.career__step-box:last-child .career__step-item {
  background-color: #004D66;
  clip-path: none;
}
@media screen and (max-width: 960px) {
  .career__step-box:last-child .career__step-item {
    padding-bottom: 20px;
  }
}
.career__step-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 20px 38px 20px 34px;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .career__step-item {
    justify-content: center;
    min-height: auto;
    padding: 15px 20px 33px;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 50% 100%, 0 calc(100% - 18px));
  }
}
.career__step-title {
  font-size: 1.6rem;
  line-height: 1.6;
}
.career__step-list {
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .career__step-list {
    margin-top: 15px;
  }
}
.career__step-list li {
  padding-left: 1em;
  font-size: 1.3rem;
  text-indent: -1em;
}
.career__step-list li::before {
  content: "※";
}

.career-support {
  max-width: 1130px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 960px) {
  .career-support {
    margin-bottom: 45px;
  }
}

.career-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .career-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .career-card-list {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }
}

.career-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 35px;
  background: #7D8489;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .career-card {
    padding: 25px;
  }
}
.career-card__title {
  min-height: 7.68rem;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .career-card__title {
    min-height: auto;
    font-size: 1.8rem;
  }
}

.career-schedule {
  padding: 50px 30px 30px 30px;
  margin-bottom: 60px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .career-schedule {
    padding: 30px 20px;
    margin-bottom: 35px;
  }
}
.career-schedule__title {
  margin-bottom: 2.5em;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .career-schedule__title {
    margin-bottom: 1.5em;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 960px) {
  .career-schedule__scroll {
    padding-bottom: 10px;
  }
}
.career-schedule__table {
  width: 1250px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 10px;
}
@media screen and (max-width: 960px) {
  .career-schedule__table {
    width: 780px;
  }
}
.career-schedule__table th {
  padding: 10px 30px 14px 50px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  background: #004D66;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .career-schedule__table th {
    padding: 10px 20px;
  }
}
.career-schedule__table th:last-child {
  border-right: 0;
}
.career-schedule__table td {
  padding-right: 12px;
  vertical-align: middle;
}
.career-schedule__table td:last-child {
  padding-right: 0;
}
.career-schedule__table td span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 15px;
  color: #006680;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  background-color: #E2F9FF;
  border: 1px solid #006680;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .career-schedule__table td span {
    font-size: 1.1rem;
    padding: 10px;
    min-height: 38px;
  }
}

.career-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width: 960px) {
  .career-gallery {
    grid-template-columns: 1fr;
  }
}
.career-gallery__item figcaption {
  margin-top: 10px;
}

.career-voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media screen and (max-width: 960px) {
  .career-voice {
    grid-template-columns: 1fr;
  }
}
.career-voice__item {
  padding: 36px 75px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .career-voice__item {
    padding: 24px;
  }
}
.career-voice__image {
  text-align: center;
}
.career-voice__image img {
  max-width: auto;
  width: auto;
}
.career-voice__head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px 20px;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .career-voice__head {
    grid-template-columns: 1fr;
    margin-bottom: 18px;
  }
}
.career-voice__title {
  color: #006680;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .career-voice__title {
    font-size: 2rem;
  }
}
.career-voice__meta {
  color: #006680;
  margin-top: 12px;
}
.career-voice__text {
  line-height: 2;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .career-voice__text {
    font-size: 1.5rem;
  }
}

.career-faq-list {
  max-width: 1090px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}/*# sourceMappingURL=style.css.map */
