/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  font-weight: 400;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  min-height: 100svh;
}

#overflow {
  overflow: hidden;
}

#wrapper.is_fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
}

.full {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.h_zoom {
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
}

.h_underline {
  position: relative;
  display: table;
}
.h_underline::after, .h_underline::before {
  position: absolute;
  height: 1px;
  top: 94%;
  left: -2px;
  right: -2px;
  scale: 0 1;
  background-color: currentColor;
}
.h_underline::after {
  transform-origin: left center;
}
.h_underline::before {
  right: 0;
  transform-origin: right center;
  transition: scale 0.5s ease;
}

.pc {
  display: none !important;
}

.pc_inline {
  display: none !important;
}

.sp {
  display: block !important;
}

.container {
  padding: 0 28px;
  width: 100%;
  margin: 0 auto;
}

.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
}

.fadeIn {
  animation-name: ani_fadein;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  position: relative;
  background-color: #00A3EE;
  color: white;
  z-index: 0;
  overflow: hidden;
}
.footer_inner {
  margin: 0 auto;
  max-width: 306px;
  padding-top: 26px;
  position: relative;
  left: -7px;
}
.footer_logo {
  display: table;
  margin: 0 auto;
}
.footer_nav {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: center;
  gap: 14px 47px;
  padding-left: 17px;
  margin-top: 25px;
}
.footer_nav a {
  letter-spacing: 0.1em;
}
.footer_copyright {
  color: #B2E0F5;
  font-family: "Archivo", sans-serif;
  text-align: center;
  border-top: 1px solid currentColor;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.625rem;
  line-height: 1.4;
  margin: 23px 13px 0 0;
  padding: 15px 0;
}

.c_totop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00A3EE;
  border: 2px solid white;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  transition: 0.5s;
  transition-property: visibility, opacity;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  right: 20px;
  bottom: 40px;
  padding-left: 3px;
  border-radius: 50%;
}
.c_totop.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c_totop::after {
  content: "";
  width: 25px;
  border-color: white;
  border-style: solid;
  border-radius: 2px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/icon_fish.png);
  mask-image: url(../images/icon_fish.png);
  transform: rotate(-90deg);
  background-color: white;
  aspect-ratio: 1;
}

.no_transition .c_header_nav,
.no_transition .c_header_hamburger > * {
  transition: none !important;
}

:has(.c_submv) .c_header {
  color: #676261;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
  padding: 16px 27px 10px;
  padding: 16px clamp(15px, (100vw - 375px) * 1000, 27px) 10px;
}
.header::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: white;
  inset: 0;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  position: relative;
}
.header_logo a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.header_logo img {
  max-width: 149px;
  max-width: clamp(125px, (100vw - 375px) * 1000, 149px);
  position: relative;
  top: -2px;
}
.header_logo_txt {
  line-height: 1.3;
  font-weight: 500;
  font-size: 0.625rem;
}
.header_nav {
  display: none;
}
.header_menu {
  display: none;
}
.header_menu a {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
}
.header_btn {
  background-color: #00A3EE;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 2px solid #00A3EE;
  position: relative;
}
.header_btn::after {
  content: "";
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon_fish.png) center/contain no-repeat;
  mask: url(../images/icon_fish.png) center/contain no-repeat;
  background-color: currentColor;
  position: absolute;
}
.header_hamburger {
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  right: 11px;
  right: clamp(0px, (100vw - 375px) * 1000, 11px);
  top: 0;
}
.header_hamburger_txt {
  font-size: 0.5625rem;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  letter-spacing: 0.08em;
  font-family: "Archivo", sans-serif;
  transform: translateX(-2px);
  transition: opacity 0.5s ease;
}
.header_hamburger::after, .header_hamburger::before {
  content: "";
  position: absolute;
  transition: opacity 0.5s ease;
}
.header_hamburger::before {
  aspect-ratio: 28/25;
  width: 28px;
  background: url(../images/icon_hamburger.svg) center/contain no-repeat;
  transform: translate(-2px, -5px);
}
.header_hamburger::after {
  aspect-ratio: 25/24;
  width: 25px;
  background: url(../images/icon_cross.svg) center/contain no-repeat;
  opacity: 0;
}
.header_hamburger.is_open::after {
  opacity: 1;
}
.header_hamburger.is_open::before {
  opacity: 0;
}
.header_hamburger.is_open .header_hamburger_txt {
  opacity: 0;
}

.gnav {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-color: #00A3EE;
  visibility: hidden;
  opacity: 0;
}
.gnav.is_open {
  visibility: visible;
  opacity: 1;
}
.gnav::after {
  content: "";
  aspect-ratio: 750/1598;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 375px;
  z-index: -1;
  top: 50%;
  transform: translateY(-52.5%);
  background: url(../images/img_nav_decor.png) center/contain no-repeat;
}
.gnav_inner {
  padding: 121px 28px 100px;
  max-height: 100%;
  overflow-y: auto;
}
.gnav_list {
  color: white;
}
.gnav_item:not(:last-child) {
  margin-bottom: 24px;
}
.gnav_item_link {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  padding: 0 0 27px 54px;
  position: relative;
}
.gnav_item_link::after {
  content: "";
  bottom: 0px;
  left: 0;
  right: 0;
  height: 4px;
  position: absolute;
  background: url(../images/img_benefits_wave.svg) right center/contain repeat-x;
}
.gnav_item_link__en {
  font-family: "Archivo", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.gnav_item_link__en small {
  font-size: 1.4375rem;
}
.gnav_item_link__jp {
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-top: 8px;
}
.gnav_item_link .txt_indent01 {
  text-indent: -4px;
}
.gnav_item_link .txt_indent02 {
  text-indent: -9px;
}
.gnav_btn {
  text-align: center;
  margin-top: 51px;
}
.gnav_btn .c_btn {
  width: 255px;
  height: 60px;
  background-color: white;
  color: #00A3EE;
  font-size: 1.125rem;
  padding-bottom: 2px;
  border: 2px solid white;
}
.gnav_btn .c_btn::after {
  width: 40px;
}

.c_ttl_en {
  font-family: "Archivo", sans-serif;
  line-height: 1;
  font-weight: 900;
  color: #00A3EE;
  display: block;
  position: relative;
  font-size: 3.75rem;
  margin-left: -4px;
}
.c_ttl_en::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  aspect-ratio: 1;
  background: url(../images/img_hook_fish.png) center/contain no-repeat;
  top: calc(100% - 19px);
  left: 11px;
  width: 48px;
}
.c_ttl .txt_shrink {
  letter-spacing: -0.02em;
}
.c_ttl_jp {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: block;
  font-size: 1.125rem;
  margin-top: 4px;
  padding-left: 53px;
}

.c_dots {
  color: white;
}
.c_dots ul {
  display: flex;
  gap: 12px;
}
.c_dots ul button {
  display: none;
}
.c_dots ul li {
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid currentColor;
  cursor: pointer;
}
.c_dots ul li.slick-active {
  background-color: currentColor;
}

.c_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
  aspect-ratio: 1;
  width: 26px;
}
.c_arrow::after {
  content: "";
  width: 7px;
  background: url(../images/icon_arrow_blue.svg) center/contain no-repeat;
  aspect-ratio: 10/17;
}

.c_skyblue {
  color: #00A3EE;
}

.c_btn {
  display: inline-flex;
  width: 240px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 50px;
  background-color: #00A3EE;
  color: white;
  position: relative;
  height: 54px;
  padding-right: 6px;
  border: 2px solid #00A3EE;
}
.c_btn::after {
  content: "";
  aspect-ratio: 1;
  background-color: currentColor;
  position: absolute;
  -webkit-mask: url(../images/icon_fish.png) center/contain no-repeat;
  mask: url(../images/icon_fish.png) center/contain no-repeat;
  right: 22px;
  width: 30px;
  margin-top: 4px;
}

.c_mask::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  content: "";
  width: 100%;
}

@keyframes subttl_grade {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 600% -15%;
  }
}
.mv {
  position: relative;
  z-index: 1;
}
.mv_main {
  background-color: white;
  position: sticky;
  top: 0;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  background-image: url(../images/img_mv_decor_sp.png);
  background-size: 100% 167px;
  background-repeat: no-repeat;
  background-position: center 100%;
  transition: opacity 0.5s ease;
}
.mv_main.is_scroll .mv_ttl {
  opacity: 0;
}
.mv_main.mask_end .mv_img {
  -webkit-mask: none !important;
  mask: none !important;
}
.mv_img {
  -webkit-mask-image: url(../images/img_mv_mask_sp.svg);
  mask-image: url(../images/img_mv_mask_sp.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 91.2vh;
  mask-size: auto 91.2vh;
  -webkit-mask-position: 54% 100%;
  mask-position: 54% 100%;
}
.mv_img::after {
  inset: 0;
  content: "";
  position: absolute;
  background-color: #014893;
  opacity: 0.7;
}
.mv_img img {
  height: 100%;
  height: 100vh;
  height: 100lvh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.mv_inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15.5vh;
}
.mv_content {
  margin: 0 auto;
  width: 100%;
}
.mv_ttl {
  aspect-ratio: 694/379;
  position: relative;
  -webkit-mask: url(../images/img_mv_txt_sp.png) center/contain no-repeat;
  mask: url(../images/img_mv_txt_sp.png) center/contain no-repeat;
  background-color: #00A3EE;
  transition: opacity 0.5s ease;
  max-width: 347px;
  margin: 0 auto;
  left: 2px;
}
.mv_ttl::after, .mv_ttl::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  right: 120%;
  animation: subttl_grade 8s linear infinite;
  width: 35%;
}
.mv_ttl::after {
  background-color: #02b7c6;
  bottom: -40%;
  animation-delay: 4s;
  filter: blur(30px);
}
.mv_ttl::before {
  top: -50%;
  filter: blur(50px);
  background-color: #bdde1c;
}
.mv_scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  left: 5px;
  bottom: 136px;
  gap: 7px;
}
.mv_scroll img {
  width: 13px;
}
.mv_scroll::after {
  content: "";
  width: 48px;
  background: url(../images/img_hook_scroll_sp.png) center/contain no-repeat;
  aspect-ratio: 48/59;
}
.mv_intro {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100lvh;
  margin-top: 100vh;
}
.mv_intro_desc {
  line-height: 1.95;
  color: white;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}

.job {
  padding-top: 61px;
  position: relative;
  z-index: 0;
}
.job_desc {
  letter-spacing: 0.02em;
  line-height: 1.65;
  margin-top: 31px;
}
.job_desc .c_skyblue {
  font-weight: 700;
}
.job_boat {
  position: relative;
  margin-top: 40px;
  padding-bottom: 84px;
}
.job_boat_bg {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 100%;
  background: url(../images/img_job_bg_sp.png) center/100% 100% no-repeat;
  z-index: -1;
  bottom: 0;
  transform: translateX(-50%);
  min-width: 375px;
}
.job_boat_bg::after, .job_boat_bg::before {
  content: "";
  position: absolute;
}
.job_boat_bg::before {
  aspect-ratio: 55/58;
  bottom: 0;
  left: 0;
  background: url(../images/img_job_decor01_sp.png) center/contain no-repeat;
  width: 55px;
  left: 22px;
  bottom: 32px;
}
.job_boat_bg::after {
  aspect-ratio: 51/61;
  bottom: 51px;
  background: url(../images/img_job_decor02_sp.png) center/contain no-repeat;
  right: 14px;
  width: 51px;
}
.job_boat_control {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: 29px;
  gap: 18px;
}
.job_boat_arrow__prev {
  transform: rotate(180deg);
}
.job_boat .c_dots {
  padding-bottom: 4px;
}
.job_slider {
  position: relative;
  right: -5px;
}
.job_slider .slick-track {
  display: flex;
}
.job_slider .slick-list {
  margin: 0 auto;
  max-width: 371px;
}
.job_item {
  display: block;
  transform-origin: center bottom;
  margin: 0 50px;
  cursor: pointer;
}
.job_item_inner {
  position: relative;
}
.job_item_ttl {
  position: absolute;
  top: -13px;
  right: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  background-color: #044B96;
  border-radius: 5px;
  transform: translateX(47%);
  z-index: 1;
  width: 29px;
  letter-spacing: 0.04em;
  padding: 9px 2px 10px;
}
.job_item_ttl__num {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  font-size: 0.875rem;
}
.job_item_ttl__num::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 17px;
  background: url(../images/img_job_wave.svg) center/contain no-repeat;
  top: 13px;
  left: 0;
}
.job_item_ttl__jp {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  margin-top: 6px;
  letter-spacing: 0.05em;
}
.job_item_img {
  border-radius: 7px;
  position: relative;
  z-index: 0;
}
.job_item_cap {
  aspect-ratio: 196/198;
  background: url(../images/img_job_charge_bg.png) center/contain no-repeat;
  position: absolute;
  bottom: -10px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 62px;
  bottom: calc(100% - 27px);
  left: -5px;
}
.job_item_cap img {
  position: relative;
  left: 1px;
  bottom: -2px;
  width: auto;
  transform: rotate(-12.41deg);
  height: 27px;
}
.job_item_cap .h_48 {
  height: 32px;
}
.job_item_cap .h_47 {
  height: 30px;
}
.job_item_decor {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
  color: white;
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
.job_item_decor::after {
  content: "";
  width: 705px;
  background: url(../images/img_job_boat_sp.png) center/contain no-repeat;
  position: absolute;
  right: -20px;
  bottom: -18px;
  z-index: -1;
  pointer-events: none;
  aspect-ratio: 672/235;
  width: 125%;
}
.job_item_more {
  font-weight: 500;
  font-family: "Archivo", sans-serif;
  line-height: 1;
  color: white;
  position: relative;
  left: -3px;
  z-index: 0;
  font-size: 0.875rem;
}
.job_item_more::after {
  content: "";
  position: absolute;
  left: -7px;
  width: 114px;
  height: 9px;
  background: url(../images/icon_arrow02.svg) center/contain no-repeat;
  top: 70%;
}

.benefits {
  padding-top: 44px;
}
.benefits_list {
  margin-top: 77px;
}
.benefits_item {
  position: relative;
}
.benefits_item + .benefits_item {
  margin-top: 58px;
}
.benefits_item:nth-child(3) .benefits_item_ttl .txt_last {
  letter-spacing: -0.3em;
}
.benefits_item_num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  font-weight: 900;
  font-family: "Archivo", sans-serif;
  line-height: 1;
  color: white;
  background: url(../images/img_benefits_pattern.png) center top/cover no-repeat;
  top: 0;
  left: 0;
  rotate: -12.31deg;
  width: 75px;
  translate: -24% -61%;
  font-size: 2.125rem;
}
.benefits_item_inner {
  background-color: #E8F2F5;
  justify-content: space-between;
  border-radius: 15px;
}
.benefits_item_img {
  flex-shrink: 0;
}
.benefits_item_img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 15px 15px;
}
.benefits_item_content {
  padding: 28px 21px 21px 23px;
}
.benefits_item_ttl {
  color: #00A3EE;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 8px;
  padding: 0 clamp(0px, (375px - 100vw) * 1000, 20px) 8px;
  font-size: 1.25rem;
  text-align: center;
}
.benefits_item_ttl .txt_last {
  letter-spacing: -0.16em;
}
.benefits_item_ttl::after {
  content: "";
  bottom: 0;
  left: -4px;
  right: 0;
  height: 4px;
  position: absolute;
  background: url(../images/img_benefits_wave.svg) left center/contain repeat-x;
}
.benefits_item_desc {
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: justify;
  margin-top: 15px;
}

.interview {
  margin-top: 52px;
  position: relative;
  z-index: 0;
}
.interview_ttl .c_ttl_en::after {
  top: calc(100% - 15px);
  left: 19px;
}
.interview_ttl .c_ttl_jp {
  margin-top: 8px;
  padding-left: 60px;
}
.interview_main {
  position: relative;
  z-index: 0;
  padding-bottom: 102px;
}
.interview_main::after, .interview_main::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.interview_main::after {
  aspect-ratio: 52/80;
  background: url(../images/img_interview_decor02_sp.png) center/contain no-repeat;
  bottom: 66px;
  right: 22px;
  width: 52px;
}
.interview_main::before {
  aspect-ratio: 72/47;
  background: url(../images/img_interview_decor01_sp.png) center/contain no-repeat;
  width: 72px;
  top: 326px;
  left: 56px;
}
.interview_bg {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: -2;
  justify-content: center;
  top: 166px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  min-width: 375px;
}
.interview_bg::before, .interview_bg::after {
  content: "";
  width: 100%;
  flex-shrink: 0;
}
.interview_bg::before {
  background: url(../images/img_interview_bg01_sp.png) center/100% 100% no-repeat;
  height: 76px;
}
.interview_bg::after {
  height: 76px;
  background: url(../images/img_interview_bg02_sp.png) center/100% 100% no-repeat;
}
.interview_bg_color {
  background-color: #00A3EE;
  height: 100%;
}
.interview_btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 36px;
  gap: 13px;
  padding-left: 15px;
}
.interview_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid currentColor;
  color: #D9D9D9;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
  transition: color 0.5s ease;
  cursor: pointer;
  width: 182px;
  height: 50px;
}
.interview_btn::before {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 2px;
  background-color: currentColor;
}
.interview_btn.is_active {
  color: #00A3EE;
  pointer-events: none;
}
.interview_dots {
  display: none;
  justify-content: center;
}
.interview_slider {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: calc(100% - 56px);
  padding-bottom: 52px;
}
.interview_slider .slick-track {
  display: flex;
}
.interview_slider .slick-list {
  width: 100%;
}
.interview_slider .c_arrow {
  position: absolute;
  bottom: 0;
}
.interview_arrow_next {
  right: calc(50% + 26px);
}
.interview_arrow_prev {
  transform: rotate(180deg);
  left: calc(50% + 32px);
}
.interview_list {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
}
.interview_item {
  color: white;
}
.interview_item_heading {
  position: relative;
}
.interview_item_img {
  width: 77%;
}
.interview_item_img img, .interview_item_photo img {
  border-radius: 7px;
}
.interview_item_photo {
  width: 60%;
  margin: -8.4% 0 0 auto;
}
.interview_item_ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin: -9px 0 6px 0;
}
.interview_item_ttl__txt {
  background-color: white;
  color: #00A3EE;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 1.25rem;
  padding: 0px 0px 0 7px;
}
.interview_item_subttl {
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  margin-left: 4px;
}
.interview_item_desc {
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: justify;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 25px;
}

.search {
  margin-top: 59px;
  padding-bottom: 91px;
  position: relative;
  z-index: 0;
}
.search::after {
  bottom: 0;
  background-image: url(../images/img_mask_footer_sp.png);
  height: 64px;
}
.search_search {
  display: none;
}
.search_ttl .c_ttl_jp {
  padding-left: 42px;
}
.search_inner {
  max-width: 896px;
  margin: 0 auto;
}
.search_box {
  background-color: #E8F2F5;
  border-radius: 15px;
  margin-top: 34px;
  padding: 35px 20px 35px;
}
.search_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search_cross {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 14px 0;
}
.search_cross::after, .search_cross::before {
  content: "";
  background-color: black;
  width: 100%;
  position: absolute;
  height: 3px;
}
.search_cross::after {
  rotate: 45deg;
}
.search_cross::before {
  rotate: 135deg;
}
.search_pulldown {
  position: relative;
  text-align: center;
}
.search_pulldown_ttl {
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  bottom: 100%;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 1.125rem;
  position: relative;
  gap: 5px;
  margin-bottom: 27px;
}
.search_pulldown_ttl::before {
  content: "";
  background: url(../images/icon_search.svg) center/contain no-repeat;
  position: relative;
  height: 15px;
  width: 15px;
}
.search_pulldown_ttl::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -4px;
  right: -4px;
  height: 4px;
  background: url(../images/img_benefits_wave.svg) left center/contain repeat-x;
}
.search_pulldown .nice-select {
  border-radius: 10px;
  border: 2px solid #000 !important;
  background-color: white;
  letter-spacing: 0.1em;
  height: auto;
  min-width: 242px;
  padding: 0 50px 0 0;
}
.search_pulldown .nice-select.is_value .current {
  color: #222;
}
.search_pulldown .nice-select .current {
  color: #707070;
  line-height: 1;
  display: block;
  position: relative;
  padding: 21px 20px 21px 27px;
}
.search_pulldown .nice-select .current::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: url(../images/icon_line.svg) center/cover no-repeat;
}
.search_pulldown .nice-select .list {
  border-radius: 10px;
  border: 2px solid #222;
  padding: 15px 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
.search_pulldown .nice-select .nice-select-dropdown {
  width: 100%;
  margin-top: 0;
  border-radius: 10px;
  background-color: white;
  box-shadow: none;
  visibility: hidden;
}
.search_pulldown .nice-select.open .nice-select-dropdown {
  visibility: visible;
}
.search_pulldown .nice-select .option {
  padding: 2px 20px 2px 29px !important;
  line-height: 2;
  color: #222;
  pointer-events: all;
  font-weight: 500 !important;
  background-color: white !important;
}
.search_pulldown .nice-select .option:hover {
  background-color: #00A3EE !important;
  color: white !important;
}
.search_pulldown .nice-select .option:not(:last-child) {
  margin-bottom: 5px;
}
.search_pulldown .nice-select .option.disabled {
  display: none;
}
.search_pulldown .nice-select::after {
  display: none;
}
.search_pulldown .nice-select::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid currentColor;
  position: absolute;
  right: 17px;
  top: 45%;
}
.search_pulldown .nice-select.open::before {
  rotate: -180deg;
}
.search_btn {
  text-align: center;
  margin-top: 29px;
}
.search_map {
  margin: 45px -28px 0;
}
.search_map img {
  border-radius: 8px;
}

.modal {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 28px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  transform-origin: opacity, visibility;
}
.modal.is_open {
  opacity: 1;
  visibility: visible;
}
.modal.is_open .modal_inner {
  transform: scale(1);
}
.modal_bg {
  position: absolute;
  inset: 0;
  background-color: #014893;
  opacity: 0.7;
  z-index: -1;
}
.modal_close {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #044B96;
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  transform: translate(59%, -35%) rotate(-45deg);
  width: 30px;
}
.modal_close::after, .modal_close::before {
  content: "";
  height: 2px;
  width: 56%;
  background-color: white;
  position: absolute;
}
.modal_close::after {
  transform: rotate(90deg);
}
.modal_inner {
  background-color: white;
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 15px;
  transition: transform 0.5s ease;
  transform: scale(0.5);
}
.modal_item {
  overflow-y: auto;
  padding: 28px 25px 30px;
  max-height: calc(100vh - 50px);
  max-height: calc(100svh - 50px);
}
.modal_item_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_item_ttl__num {
  color: white;
  rotate: -12.31deg;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-family: "Archivo", sans-serif;
  background: url(../images/img_job_circle.png) center top/contain no-repeat;
  position: relative;
  z-index: 1;
  width: 38px;
  font-size: 1.125rem;
  margin-right: -7px;
  top: 2px;
  left: -3px;
  padding-bottom: 2px;
}
.modal_item_ttl__txt {
  color: #00A3EE;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0 13px;
}
.modal_item_ttl__txt::after {
  content: "";
  bottom: -5px;
  left: -7px;
  right: -2px;
  height: 6px;
  position: absolute;
  background: url(../images/img_benefits_wave.svg) right center/contain repeat-x;
}
.modal_item_inner {
  margin: 0 auto;
}
.modal_item_ttlsub {
  display: table;
  margin: 12px auto 0;
  color: #00A3EE;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
}
.modal_item_ttlsub::after {
  content: "";
  bottom: -6px;
  left: -5px;
  right: -5px;
  height: 6px;
  position: absolute;
  background: url(../images/img_benefits_wave.svg) right center/contain repeat-x;
}
.modal_item_img {
  margin-top: 16px;
}
.modal_item_img img {
  border-radius: 12px;
}
.modal_item_tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 21px;
  gap: 10px 8px;
}
.modal_item_tag {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00A3EE;
  background-color: #DEF5FF;
  border-radius: 30px;
  border: 2px solid currentColor;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.8125rem;
}
.modal_item_desc {
  font-size: 0.875rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 14px;
}
.modal_item_btn {
  margin-top: 25px;
}
.modal_item_btn .c_btn {
  width: 100%;
  padding-right: 0;
  height: 48px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding-right: 14px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .benefits_ttl .c_ttl_en {
    font-size: 3.625rem;
    font-size: clamp(3.125rem, 14.5454545455vw + 0.2159090909rem, 3.625rem);
  }
  .benefits_item:nth-child(2) .benefits_item_num {
    translate: -24% -54%;
  }
  .benefits_item:nth-child(3) {
    margin-top: 62px;
  }
  .interview_ttl .c_ttl_en {
    font-size: 3.1875rem;
    font-size: clamp(2.8125rem, 10.9090909091vw + 0.6306818182rem, 3.1875rem);
  }
  .interview_slider .c_arrow {
    width: 30px;
    height: 30px;
  }
  .modal_item_btn .c_btn::after {
    right: 13px;
  }
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.75;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: initial !important;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .container {
    padding: 0;
    width: calc(100% - 80px);
    max-width: 996px;
  }
  .footer {
    padding: 45px 0 0;
  }
  .footer_inner {
    position: static;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 40px;
    max-width: 898px;
  }
  .footer_logo {
    max-width: 339px;
    margin: 0 0 0 4px;
  }
  .footer_nav {
    margin-top: 0;
    display: flex;
    gap: 39px;
    padding-top: 4px;
  }
  .footer_copyright {
    line-height: 1.75;
    font-size: 0.75rem;
    margin: 43px -1px 0;
    padding: 24px 0;
  }
  .c_totop {
    right: 40px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    padding-left: 5px;
  }
  .c_totop:hover {
    opacity: 0.7 !important;
  }
  .c_totop::after {
    width: 40px;
  }
  .header {
    padding: 10px 20px;
  }
  .header_logo {
    top: 3px;
  }
  .header_logo img {
    position: static;
    max-width: 231px;
  }
  .header_logo_txt {
    letter-spacing: 0.05em;
    font-size: 0.75rem;
  }
  .header_nav {
    display: flex;
    align-items: center;
    padding-right: 70px;
  }
  .header_menu {
    font-size: 0.875rem;
  }
  .header_btn {
    font-size: 0.875rem;
    padding-right: 10px;
    width: 170px;
    height: 42px;
  }
  .header_btn::after {
    width: 26px;
    right: 13px;
  }
  .header_hamburger {
    right: 15px;
    height: 63px;
    width: 63px;
    top: unset;
  }
  .header_hamburger_txt {
    font-size: 0.625rem;
  }
  .header_hamburger::before {
    width: 40px;
  }
  .header_hamburger::after {
    width: 35px;
  }
  .gnav {
    max-width: 500px;
    transition: 0.5s;
    transition-property: opacity, visibility;
  }
  .gnav_inner {
    padding: 120px 40px 60px;
  }
  .gnav_item_link__en small {
    font-size: 1.5rem;
  }
  .c_ttl_en {
    margin-left: 0;
    font-size: 8.75rem;
    font-size: clamp(6.25rem, 15.625vw + -1.25rem, 8.75rem);
  }
  .c_ttl_en::after {
    left: 0.2428571429em;
    top: calc(100% - 34px);
    width: 65px;
  }
  .c_ttl_jp {
    margin-top: 0;
    font-size: 1.25rem;
    padding-left: 96px;
  }
  .c_dots ul {
    gap: 19px;
  }
  .c_dots ul li {
    width: 12px;
  }
  .c_arrow {
    width: 40px;
  }
  .c_arrow::after {
    width: 10px;
  }
  .c_btn {
    width: 220px;
    height: 56px;
    padding-right: 5px;
  }
  .c_btn::after {
    right: 20px;
  }
  .c_mask::after {
    left: 50%;
    transform: translateX(-50%);
    min-width: 1440px;
  }
  .mv_main {
    background-image: url(../images/img_mv_decor.png);
    background-size: 100% 230px;
  }
  .mv_img {
    -webkit-mask-position: 87% 100%;
    mask-position: 87% 100%;
    -webkit-mask-size: 100vw auto;
    mask-size: 100vw auto;
    -webkit-mask-image: url(../images/img_mv_mask.svg);
    mask-image: url(../images/img_mv_mask.svg);
  }
  .mv_inner {
    display: block;
    padding-bottom: 0;
  }
  .mv_content {
    width: calc(100% - 80px);
    padding-top: 20.2842377261vh;
    max-width: 1005px;
  }
  .mv_ttl {
    left: 0;
    margin: 0;
    aspect-ratio: 720/308;
    -webkit-mask: url(../images/img_mv_txt.png) center/contain no-repeat;
    mask: url(../images/img_mv_txt.png) center/contain no-repeat;
    width: 75%;
    max-width: 720px;
  }
  .mv_scroll {
    left: auto;
    right: 5px;
    bottom: 193px;
  }
  .mv_scroll img {
    width: 14.5px;
  }
  .mv_scroll::after {
    aspect-ratio: 48/71;
    background: url(../images/img_hook_scroll.png) center/contain no-repeat;
  }
  .mv_intro_desc {
    font-size: 1.3125rem;
  }
  .job {
    padding: 109px 0 0;
  }
  .job_heading {
    display: flex;
    align-items: center;
    gap: 20px 89px;
    margin-left: -3px;
    -moz-column-gap: clamp(2.5rem, 19.140625vw + -6.6875rem, 5.5625rem);
    column-gap: clamp(2.5rem, 19.140625vw + -6.6875rem, 5.5625rem);
  }
  .job_desc {
    margin-top: 0;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .job_boat {
    margin-top: 79px;
    padding-bottom: 235px;
  }
  .job_boat_bg {
    background: url(../images/img_job_bg.png) center/100% 100% no-repeat;
    top: -12px;
    min-width: 1440px;
  }
  .job_boat_bg::before {
    aspect-ratio: 245/156;
    background: url(../images/img_job_decor01.png) center/contain no-repeat;
    width: 123px;
    bottom: 185px;
    left: 111px;
  }
  .job_boat_bg::after {
    aspect-ratio: 296/180;
    background: url(../images/img_job_decor02.png) center/contain no-repeat;
    width: 148px;
    bottom: 172px;
    right: 72px;
  }
  .job_boat_control {
    gap: 30px;
    margin-top: 52px;
  }
  .job_boat .c_dots {
    padding-bottom: 5px;
  }
  .job_slider {
    right: clamp(0px, (100vw - 1024px) * 1000, 15px);
  }
  .job_slider .slick-list {
    max-width: clamp(600px, (100vw - 1024px) * 1000, 820px);
  }
  .job_item {
    margin: 0 clamp(90px, (100vw - 1024px) * 1000, 150px);
  }
  .job_item_ttl {
    right: 0;
    border-radius: 8px;
    top: -19px;
    width: 44px;
    padding: 15px 2px;
  }
  .job_item_ttl__num {
    font-size: 1.125rem;
  }
  .job_item_ttl__num::after {
    top: 115%;
    width: 21px;
    height: 5px;
  }
  .job_item_ttl__jp {
    font-size: 1.375rem;
    margin-top: 16px;
  }
  .job_item_img {
    border-radius: 12px;
  }
  .job_item_cap {
    left: -16px;
    bottom: calc(100% - 17px);
    width: 98px;
  }
  .job_item_cap img {
    height: 42px;
  }
  .job_item_cap .h_48 {
    height: 48px;
  }
  .job_item_cap .h_47 {
    height: 47px;
  }
  .job_item_decor {
    padding: 24px 0;
  }
  .job_item_decor::after {
    aspect-ratio: 705/290;
    background: url(../images/img_job_boat.png) center/contain no-repeat;
    right: -10px;
    width: 135.5769230769%;
    right: -59px;
    bottom: clamp(-61px, (1024px - 100vw) * 1000, -37px);
  }
  .job_item_more {
    left: 13px;
    font-size: 1rem;
  }
  .job_item_more::after {
    left: 0;
    top: 50%;
    background: url(../images/icon_arrow.svg) center/contain no-repeat;
    left: -8px;
    width: 145px;
    height: 17px;
  }
  .benefits {
    padding-top: 25px;
  }
  .benefits_ttl {
    margin-left: -9px;
  }
  .benefits_ttl .c_ttl_en {
    padding-bottom: 2px;
  }
  .benefits_ttl .c_ttl_en::after {
    left: 0.2928571429em;
  }
  .benefits_ttl .c_ttl_jp {
    padding-left: 103px;
  }
  .benefits_list {
    max-width: 947px;
    margin-top: 86px;
  }
  .benefits_item {
    max-width: 896px;
    margin-left: auto;
  }
  .benefits_item + .benefits_item {
    margin-top: 79px;
  }
  .benefits_item:nth-child(3) .benefits_item_num {
    translate: -29% -32%;
  }
  .benefits_item:nth-child(3) .benefits_item_ttl {
    position: relative;
    top: -5px;
  }
  .benefits_item_num {
    width: 100px;
    font-size: 2.75rem;
    translate: -29% -29%;
  }
  .benefits_item_inner {
    display: flex;
    border-radius: 30px;
  }
  .benefits_item_img {
    width: 45.5%;
  }
  .benefits_item_img img {
    height: 100%;
    border-radius: 0 30px 30px 0;
  }
  .benefits_item_content {
    max-width: 337px;
    margin: 0 30px 0 78px;
    padding: 22px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .benefits_item_ttl {
    padding-bottom: 11px;
    font-size: 1.375rem;
  }
  .benefits_item_desc {
    letter-spacing: 0.05em;
    margin-top: 17px;
  }
  .interview {
    margin-top: 9px;
  }
  .interview_ttl {
    margin-left: -10px;
  }
  .interview_ttl .c_ttl_en::after {
    left: 0.1642857143em;
    top: calc(100% - 32px);
  }
  .interview_ttl .c_ttl_jp {
    margin-top: 0;
    padding-left: 85px;
  }
  .interview_main {
    padding-bottom: 231px;
  }
  .interview_main::after {
    bottom: auto;
    aspect-ratio: 250/237;
    background: url(../images/img_interview_decor02.png) center/contain no-repeat;
    width: 125px;
    right: 40px;
    top: 238px;
  }
  .interview_main::before {
    top: auto;
    aspect-ratio: 223/118;
    background: url(../images/img_interview_decor01.png) center/contain no-repeat;
    bottom: 190px;
    left: 77px;
    width: 112px;
  }
  .interview_bg {
    top: 80px;
    min-width: 1440px;
  }
  .interview_bg::before {
    background: url(../images/img_interview_bg01.png) center/100% 100% no-repeat;
    height: 143px;
  }
  .interview_bg::after {
    height: 184px;
    background: url(../images/img_interview_bg02.png) center/100% 100% no-repeat;
  }
  .interview_btns {
    padding-left: 0;
    align-items: flex-end;
    gap: 21px;
    margin-top: 23px;
  }
  .interview_dots {
    display: flex;
    margin-top: 40px;
  }
  .interview_slider {
    padding-bottom: 0;
    max-width: 783px;
    width: calc(100% - 100px);
  }
  .interview_slider .c_arrow {
    bottom: auto;
    top: 55.5%;
  }
  .interview_arrow_next {
    right: calc(100% + clamp(-10px, (100vw - 1024px) * 1000, 65px));
  }
  .interview_arrow_prev {
    left: calc(100% + clamp(-10px, (100vw - 1024px) * 1000, 63px));
  }
  .interview_list {
    left: clamp(0px, (100vw - 1024px) * 1000, 20px);
    margin-top: -42px;
  }
  .interview_item_img {
    width: 59.3%;
  }
  .interview_item_img img, .interview_item_photo img {
    border-radius: 12px;
  }
  .interview_item_photo {
    margin: 0;
    position: absolute;
    right: 0;
    width: 46%;
    bottom: 27px;
  }
  .interview_item_ttl {
    gap: 10px;
    margin: -16px 0 15px 37px;
    margin-left: clamp(1.25rem, 6.640625vw + -1.9375rem, 2.3125rem);
  }
  .interview_item_ttl__txt {
    line-height: 1.85;
    font-size: 1.5rem;
    padding: 0px 3px 0 14px;
  }
  .interview_item_ttl__txt:last-child {
    padding-right: 0;
  }
  .interview_item_subttl {
    margin-left: 41px;
    margin-left: clamp(1.25rem, 8.203125vw + -2.6875rem, 2.5625rem);
  }
  .interview_item_desc {
    line-height: 1.75;
    font-size: 1rem;
    letter-spacing: 0.03em;
    margin: 22px clamp(1.25rem, 15.0862068966vw + -5.9913793103rem, 3.4375rem) 0 clamp(1.25rem, 6.640625vw + -1.9375rem, 2.3125rem);
  }
  .search {
    padding-bottom: 186px;
    margin-top: 109px;
  }
  .search::after {
    height: 165px;
    background-image: url(../images/img_mask_footer.png);
  }
  .search_ttl {
    margin-left: -4px;
  }
  .search_ttl .c_ttl_en {
    padding-bottom: 2px;
  }
  .search_ttl .c_ttl_en::after {
    left: 0.2642857143em;
  }
  .search_ttl .c_ttl_jp {
    padding-left: 99px;
  }
  .search_box {
    margin-top: 48px;
    padding: 99px 20px 50px;
  }
  .search_list {
    flex-direction: row;
    gap: 30px;
  }
  .search_cross {
    margin: 0;
    width: 35px;
    height: 35px;
  }
  .search_pulldown {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search_pulldown_ttl {
    margin-bottom: 0;
    position: absolute;
    bottom: calc(100% + 31px);
    gap: 10px;
  }
  .search_pulldown_ttl::before {
    left: 3px;
  }
  .search_pulldown .nice-select .current {
    font-size: 0.875rem;
    padding: 21px 20px 21px 29px;
  }
  .search_pulldown .nice-select .list::-webkit-scrollbar {
    width: 8px !important;
  }
  .search_pulldown .nice-select .list::-webkit-scrollbar-thumb {
    background: #222 !important;
    border-radius: 4px !important;
    background-clip: content-box !important;
    border: 2px solid transparent !important;
  }
  .search_btn {
    margin-top: 31px;
  }
  .search_map {
    margin: 60px 0 0;
  }
  .search_map img {
    border-radius: 15px;
  }
  .modal {
    padding: 45px;
  }
  .modal_close {
    width: 55px;
    transform: translate(53%, -42%) rotate(-45deg);
  }
  .modal_close::after, .modal_close::before {
    height: 3px;
  }
  .modal_inner {
    max-width: 520px;
    border-radius: 30px;
  }
  .modal_item {
    max-height: calc(100vh - 90px);
    max-height: calc(100svh - 90px);
    padding: 26px 40px 35px;
  }
  .modal_item .track-30 {
    letter-spacing: -0.03em;
  }
  .modal_item .track-50 {
    letter-spacing: -0.05em;
  }
  .modal_item_ttl__num {
    top: 5px;
    width: 59px;
    left: 5px;
    font-size: 1.625rem;
    margin-right: 0;
    margin-left: -11px;
  }
  .modal_item_ttl__txt {
    padding: 0 20px;
    font-size: 1.5rem;
  }
  .modal_item_ttl__txt::after {
    bottom: -4px;
    left: -5px;
  }
  .modal_item_inner {
    max-width: 345px;
  }
  .modal_item_ttlsub {
    margin-top: 10px;
    font-size: 1.375rem;
  }
  .modal_item_ttlsub::after {
    left: 0;
    right: -2px;
    bottom: -1px;
  }
  .modal_item_img {
    margin-top: 14px;
  }
  .modal_item_tags {
    gap: 15px 22px;
    margin-top: 17px;
  }
  .modal_item_desc {
    line-height: 1.75;
    margin-top: 16px;
  }
  .modal_item_btn {
    margin-top: 20px;
  }
  .modal_item_btn .c_btn {
    font-size: 1.125rem;
    padding: 0;
    height: 54px;
  }
}
@media (any-hover: hover) and (pointer: fine) and (min-width: 768px) {
  .h_underline {
    opacity: 1;
  }
  .h_underline::before, .h_underline::after {
    content: "";
  }
  .h_underline:hover::before {
    transition: none;
    background-color: transparent;
  }
  .h_underline:hover::after {
    transition: scale 0.5s ease;
  }
  .h_underline:hover::after, .h_underline:hover::before {
    scale: 1 1;
  }
  .header_btn {
    transition: 0.5s;
    opacity: 1;
    transition-property: color, background-color;
  }
  .header_btn:hover {
    background-color: white;
    color: #00A3EE;
  }
  .gnav_btn .c_btn:hover {
    background-color: #00A3EE;
    color: white;
  }
  .c_btn {
    transition: 0.5s;
    opacity: 1;
    transition-property: color, background-color;
  }
  .c_btn:hover {
    background-color: white;
    color: #00A3EE;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    display: block;
    padding: 16px clamp(1.25rem, 14.4927536232vw + -8.0253623188rem, 3.75rem);
  }
  .header_logo a {
    gap: clamp(1.25rem, 1.8115942029vw + 0.0905797101rem, 1.5625rem);
  }
  .header_logo img {
    max-width: clamp(12.5rem, 11.231884058vw + 5.3115942029rem, 14.4375rem);
  }
  .header_nav {
    padding-right: 0;
  }
  .header_menu {
    display: flex;
    align-items: center;
    gap: clamp(1.5625rem, 6.884057971vw + -2.8432971014rem, 2.75rem);
    margin-right: clamp(1.5625rem, 6.884057971vw + -2.8432971014rem, 2.75rem);
  }
  .header_hamburger {
    display: none;
  }
  .gnav {
    display: none;
  }
}