@charset "UTF-8";
/* リセット */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 500;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2em;
  margin: 0;
}

dl,
dt,
dd,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

em {
  font-style: normal;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  padding: 0;
}

ul,
ol {
  padding-inline-start: 0;
}

img {
  vertical-align: top;
  line-height: 0;
}

.sp__only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp__only {
    display: block !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .pc__only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc__only {
    display: none !important;
  }
}

.nav__list li {
  list-style: none;
}
.nav__list li a {
  line-height: 1;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .nav__list li a:hover {
    color: #40bbf0;
  }
}
.nav__list li a::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  transform-origin: bottom center;
}
.nav__list li.nav01 a::before {
  background: url(/recruit/assets/images/common/nav01.svg) center center/contain no-repeat;
}
.nav__list li.nav02 a::before {
  background: url(/recruit/assets/images/common/nav02.svg) center center/contain no-repeat;
}
.nav__list li.nav03 a::before {
  background: url(/recruit/assets/images/common/nav03.svg) center center/contain no-repeat;
}
.nav__list li.nav04 a::before {
  background: url(/recruit/assets/images/common/nav04.svg) center center/contain no-repeat;
}
.nav__list li.nav05 a::before {
  background: url(/recruit/assets/images/common/nav05.svg) center center/contain no-repeat;
}
.nav__list li.nav06 a::before {
  background: url(/recruit/assets/images/common/nav06.svg) center center/contain no-repeat;
}
.nav__list li.nav07 a::before {
  background: url(/recruit/assets/images/common/nav07.svg) center center/contain no-repeat;
}

body {
  position: relative;
}

.bg__blue {
  background: #40bbf0;
}

.bg__yellow {
  background: #fcee21;
}

.header__box {
  display: grid;
  grid-template-columns: min-content auto min-content;
}
@media only screen and (max-width: 1130px) {
  .header__box {
    padding-block: 10px;
  }
}
.header__box .header__inner {
  display: grid;
  align-items: center;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}
.header__box .header__inner .header__logo {
  width: 124px;
  margin-top: 15px;
  padding-inline: clamp(1.03125rem, 1.5277777778vw, 1.375rem);
}
.header__box .header__inner .header__logo a {
  display: block;
}
.header__box .header__inner .header__logo a .logo {
  width: 100%;
  height: auto;
}
.header__box .header__inner .header__logo a .logo .cls-1 {
  fill: #005bac;
}
@media only screen and (max-width: 1130px) {
  .header__box .header__inner .header__logo a .logo .cls-1 {
    fill: #000000;
  }
}
.header__box .header__inner .groval__nav .nav__list {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(1.40625rem, 2.0833333333vw, 1.875rem);
       column-gap: clamp(1.40625rem, 2.0833333333vw, 1.875rem);
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .header__box .header__inner .groval__nav .nav__list {
    -moz-column-gap: clamp(0.75rem, 1.0416666667vw, 0.9375rem);
         column-gap: clamp(0.75rem, 1.0416666667vw, 0.9375rem);
  }
}
@media only screen and (max-width: 1130px) {
  .header__box .header__inner .groval__nav .nav__list {
    display: none;
  }
}
.header__box .header__inner .groval__nav .nav__list li a {
  font-size: clamp(0.75rem, 1.0416666667vw, 0.9375rem);
}
@media print, screen and (min-width: 768px) {
  .header__box .header__inner .groval__nav .nav__list li a:hover {
    color: #40bbf0;
  }
  .header__box .header__inner .groval__nav .nav__list li a:hover::before {
    animation: waveAnimation 1.5s linear infinite;
  }
}
.header__box .header__inner .groval__nav .nav__list li.nav01 a::before {
  width: 28px;
  height: 31px;
  margin-right: 5px;
}
.header__box .header__inner .groval__nav .nav__list li.nav02 a::before {
  width: 31px;
  height: 30px;
  margin-right: 5px;
}
.header__box .header__inner .groval__nav .nav__list li.nav03 a::before {
  width: 36px;
  height: 28px;
  margin-right: 5px;
}
.header__box .header__inner .groval__nav .nav__list li.nav04 a::before {
  width: 33px;
  height: 35px;
  margin-right: 5px;
}
.header__box .header__inner .groval__nav .nav__list li.nav05 a::before {
  width: 26px;
  height: 27px;
  margin-right: 5px;
}
.header__box .header__inner .groval__nav .nav__list li.nav06 a::before {
  width: 29px;
  height: 27px;
  margin-right: 5px;
}
.header__box .header__inner .groval__nav .nav__list li.nav07 a::before {
  width: 35px;
  height: 31px;
  margin-right: 5px;
}
.header__box .header__inner .header__links {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
}
@media only screen and (max-width: 1130px) {
  .header__box .header__inner .header__links {
    display: none;
  }
}
.header__box .header__inner .header__links .link__contact {
  padding-inline: 20px;
}
.header__box .header__inner .header__links .link__contact a {
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 1.0416666667vw, 0.9375rem);
  line-height: 1;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}
.header__box .header__inner .header__links .link__contact a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background: #40bbf0;
  margin-right: 0.3em;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__box .header__inner .header__links .link__contact a:hover {
    color: #40bbf0;
  }
  .header__box .header__inner .header__links .link__contact a:hover::before {
    background: #40bbf0;
  }
}
.header__box .header__inner .header__links .link__corporate a {
  padding-inline: 20px;
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 1.0416666667vw, 0.9375rem);
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 75px;
  background: #2366b6;
  color: #ffffff;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__box .header__inner .header__links .link__corporate a:hover {
    background: #40bbf0;
    color: #ffffff;
  }
}
.header__box .header__inner .sp__btns {
  display: none;
}
@media only screen and (max-width: 1130px) {
  .header__box .header__inner .sp__btns {
    display: flex;
    align-items: center;
    gap: 8.5px;
    padding-right: clamp(0.75rem, 1.0416666667vw, 0.9375rem);
  }
  .header__box .header__inner .sp__btns .sp__chara {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #40bbf0;
    position: relative;
  }
  .header__box .header__inner .sp__btns .sp__chara img {
    position: absolute;
    inset: -10px -5px 0 0;
    margin: auto;
    width: 33px;
    aspect-ratio: 11/17;
  }
  .header__box .header__inner .sp__btns .sp__menu {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #40bbf0;
    position: relative;
  }
  .header__box .header__inner .sp__btns .sp__menu span {
    display: inline-block;
    text-align: center;
    position: absolute;
    inset: 10px 0 auto;
    margin: auto;
    font-size: clamp(0.75rem, 0.6944444444vw, 0.625rem);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }
  .header__box .header__inner .sp__btns .sp__menu::before, .header__box .header__inner .sp__btns .sp__menu::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
  }
  .header__box .header__inner .sp__btns .sp__menu::before {
    inset: 0 0 -8px;
  }
  .header__box .header__inner .sp__btns .sp__menu::after {
    inset: 0 0 -22px;
  }
  .header__box .header__inner .sp__btns .sp__menu.is-active span {
    font-size: 0;
    top: 5px;
  }
  .header__box .header__inner .sp__btns .sp__menu.is-active span::after {
    content: "CLOSE";
    font-size: clamp(0.75rem, 0.6944444444vw, 0.625rem);
  }
  .header__box .header__inner .sp__btns .sp__menu.is-active::before, .header__box .header__inner .sp__btns .sp__menu.is-active::after {
    inset: 0;
    top: 15px;
    bottom: 0;
  }
  .header__box .header__inner .sp__btns .sp__menu.is-active::before {
    transform: rotate(45deg);
  }
  .header__box .header__inner .sp__btns .sp__menu.is-active::after {
    transform: rotate(-45deg);
  }
}

.body--blue,
.body--on {
  background: #40bbf0;
}
.body--blue .header__box .header__inner .header__logo a .logo .cls-1,
.body--on .header__box .header__inner .header__logo a .logo .cls-1 {
  fill: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .body--blue .header__box .header__inner .groval__nav .nav__list li a:hover,
  .body--on .header__box .header__inner .groval__nav .nav__list li a:hover {
    color: #fcee21;
  }
}
.body--blue .header__box .header__inner .link__contact a,
.body--on .header__box .header__inner .link__contact a {
  color: #000000;
}
.body--blue .header__box .header__inner .link__contact a::before,
.body--on .header__box .header__inner .link__contact a::before {
  background: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .body--blue .header__box .header__inner .link__contact a:hover,
  .body--on .header__box .header__inner .link__contact a:hover {
    color: #fcee21;
  }
  .body--blue .header__box .header__inner .link__contact a:hover::before,
  .body--on .header__box .header__inner .link__contact a:hover::before {
    background: #fcee21;
  }
}
@media print, screen and (min-width: 768px) {
  .body--blue .header__box .header__inner .link__corporate a:hover,
  .body--on .header__box .header__inner .link__corporate a:hover {
    background: #ffffff;
    color: #2366b6;
  }
}
@media only screen and (max-width: 1130px) {
  .body--blue .header__box .header__inner .sp__btns .sp__chara,
  .body--on .header__box .header__inner .sp__btns .sp__chara {
    background: #ffffff;
  }
  .body--blue .header__box .header__inner .sp__btns .sp__menu,
  .body--on .header__box .header__inner .sp__btns .sp__menu {
    background: #ffffff;
  }
  .body--blue .header__box .header__inner .sp__btns .sp__menu span,
  .body--on .header__box .header__inner .sp__btns .sp__menu span {
    color: #40bbf0;
  }
  .body--blue .header__box .header__inner .sp__btns .sp__menu::before, .body--blue .header__box .header__inner .sp__btns .sp__menu::after,
  .body--on .header__box .header__inner .sp__btns .sp__menu::before,
  .body--on .header__box .header__inner .sp__btns .sp__menu::after {
    background: #40bbf0;
  }
}
.body--blue .header__box .header__links .link__contact a::before,
.body--on .header__box .header__links .link__contact a::before {
  background: #ffffff;
}

.body--yellow,
.body--off {
  background: #fce114;
}
.body--yellow .header__box .header__inner .header__logo a .logo .cls-1,
.body--off .header__box .header__inner .header__logo a .logo .cls-1 {
  fill: #000000;
}
@media print, screen and (min-width: 768px) {
  .body--yellow .header__box .header__inner .groval__nav .nav__list li a:hover,
  .body--off .header__box .header__inner .groval__nav .nav__list li a:hover {
    color: #40bbf0;
  }
}
.body--yellow .header__box .header__inner .link__contact a,
.body--off .header__box .header__inner .link__contact a {
  color: #000000;
}
.body--yellow .header__box .header__inner .link__contact a::before,
.body--off .header__box .header__inner .link__contact a::before {
  background: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .body--yellow .header__box .header__inner .link__contact a:hover,
  .body--off .header__box .header__inner .link__contact a:hover {
    color: #40bbf0;
  }
  .body--yellow .header__box .header__inner .link__contact a:hover::before,
  .body--off .header__box .header__inner .link__contact a:hover::before {
    background: #40bbf0;
  }
}
@media print, screen and (min-width: 768px) {
  .body--yellow .header__box .header__inner .link__corporate a:hover,
  .body--off .header__box .header__inner .link__corporate a:hover {
    background: #ffffff;
    color: #2366b6;
  }
}
@media only screen and (max-width: 1130px) {
  .body--yellow .header__box .header__inner .sp__btns .sp__chara,
  .body--off .header__box .header__inner .sp__btns .sp__chara {
    background: #ffffff;
  }
  .body--yellow .header__box .header__inner .sp__btns .sp__menu,
  .body--off .header__box .header__inner .sp__btns .sp__menu {
    background: #ffffff;
  }
  .body--yellow .header__box .header__inner .sp__btns .sp__menu span,
  .body--off .header__box .header__inner .sp__btns .sp__menu span {
    color: #40bbf0;
  }
  .body--yellow .header__box .header__inner .sp__btns .sp__menu::before, .body--yellow .header__box .header__inner .sp__btns .sp__menu::after,
  .body--off .header__box .header__inner .sp__btns .sp__menu::before,
  .body--off .header__box .header__inner .sp__btns .sp__menu::after {
    background: #40bbf0;
  }
}
.body--yellow .header__box .header__links .link__contact a::before,
.body--off .header__box .header__links .link__contact a::before {
  background: #ffffff;
}

.sp__nav {
  display: none;
}
.sp__nav.is-active {
  display: block;
  position: fixed;
  top: 70px;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 70px);
  background: #40bbf0;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .sp__nav.is-active {
    max-width: 410px;
  }
}
.sp__nav .nav__inner {
  margin-inline: auto;
  overflow: hidden;
}
.sp__nav .nav__inner .sp__entry {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 170px;
  margin-inline: auto;
  margin-bottom: 20px;
  position: relative;
}
.sp__nav .nav__inner .sp__entry::before, .sp__nav .nav__inner .sp__entry::after {
  content: "";
  display: block;
  position: absolute;
}
.sp__nav .nav__inner .sp__entry::before {
  width: 38%;
  max-width: 66px;
  aspect-ratio: 66/43;
  background: url(/recruit/assets/images/common/bg_cloud01.svg) center center/contain no-repeat;
  bottom: 0;
  right: -55%;
}
.sp__nav .nav__inner .sp__entry::after {
  width: 25%;
  max-width: 44px;
  aspect-ratio: 44/43;
  background: url(/recruit/assets/images/common/bg_cloud02.svg) center center/contain no-repeat;
  top: 0;
  left: -55%;
}
.sp__nav .nav__inner .sp__entry::after {
  content: "";
  display: block;
}
.sp__nav .nav__inner .sp__entry a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1.7px solid #000000;
  background: #fcee21;
  padding-block: 11px;
  text-decoration: none;
  text-decoration: none;
  font-size: 25px;
  font-weight: 800;
  color: #000000;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
.sp__nav .nav__inner .sp__entry a:hover {
  background: #ffffff;
  color: #40bbf0;
}
.sp__nav .nav__inner .nav__list {
  margin: auto;
  margin-left: calc(50% - 205px);
  padding-left: clamp(1.40625rem, 2.0833333333vw, 1.875rem);
  position: relative;
  width: auto;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.sp__nav .nav__inner .nav__list:after {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 185/258;
  background: url(/recruit/assets/images/common/bg_town01.svg) right bottom/contain no-repeat;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
}
.sp__nav .nav__inner .nav__list li {
  width: 90%;
  box-sizing: border-box;
}
.sp__nav .nav__inner .nav__list li + li {
  margin-top: 18px;
}
.sp__nav .nav__inner .nav__list li a {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 40px 1fr;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 18px;
  text-decoration: none;
  color: inherit;
}
.sp__nav .nav__inner .nav__list li a::before {
  content: "";
  justify-self: center;
}
@media print, screen and (min-width: 768px) {
  .sp__nav .nav__inner .nav__list li a:hover {
    color: #ffffff;
  }
  .sp__nav .nav__inner .nav__list li a:hover::before {
    animation: waveAnimation 1.5s linear infinite;
  }
}
.sp__nav .nav__inner .nav__list li.nav01 a::before {
  width: 33px;
  height: 37px;
}
.sp__nav .nav__inner .nav__list li.nav02 a::before {
  width: 26px;
  height: 24px;
}
.sp__nav .nav__inner .nav__list li.nav03 a::before {
  width: 38px;
  height: 29px;
}
.sp__nav .nav__inner .nav__list li.nav04 a::before {
  width: 31px;
  height: 34px;
}
.sp__nav .nav__inner .nav__list li.nav05 a::before {
  width: 24px;
  height: 26px;
}
.sp__nav .nav__inner .nav__list li.nav06 a::before {
  width: 29px;
  height: 27px;
}
.sp__nav .nav__inner .nav__list li.nav07 a::before {
  width: 35px;
  height: 31px;
}
.sp__nav .nav__inner .sp__links {
  text-align: center;
  width: 90%;
  box-sizing: border-box;
  max-width: 246px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sp__nav .nav__inner .sp__links {
    max-width: none;
  }
}
.sp__nav .nav__inner .sp__links.links__corporate::before {
  content: "";
  display: block;
  position: absolute;
  width: 38%;
  max-width: 66px;
  aspect-ratio: 66/43;
  background: url(/recruit/assets/images/common/bg_cloud01.svg) center center/contain no-repeat;
  top: -15%;
  left: -15%;
  transform: translateX(-100%);
}
.sp__nav .nav__inner .sp__links.links__contact {
  margin-top: 6px;
}
.sp__nav .nav__inner .sp__links.links__contact::after {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  max-width: 44px;
  aspect-ratio: 44/43;
  background: url(/recruit/assets/images/common/bg_cloud02.svg) center center/contain no-repeat;
  bottom: -10%;
  right: -10%;
  transform: translateX(100%);
}
.sp__nav .nav__inner .sp__links a {
  width: 100%;
  display: grid;
  grid-template-columns: 18px 1fr 18px;
  align-items: center;
  border-radius: 15px;
  border: 1.7px solid #000000;
  background: #ffffff;
  padding: 11px 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  color: #000000;
  transition: all 0.3s;
}
.sp__nav .nav__inner .sp__links a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #40bbf0;
  grid-column: 1;
  transition: all 0.3s;
}
.sp__nav .nav__inner .sp__links a span {
  grid-column: 2;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
}
.sp__nav .nav__inner .sp__links a::after {
  content: "";
  display: block;
  width: 18px;
  grid-column: 3;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .sp__nav .nav__inner .sp__links a:hover {
    background: #40bbf0;
    color: #ffffff;
  }
  .sp__nav .nav__inner .sp__links a:hover::before {
    background: #ffffff;
  }
  .sp__nav .nav__inner .sp__links a:hover::after {
    background: #ffffff;
  }
  .sp__nav .nav__inner .sp__links a:hover span {
    color: #ffffff;
  }
}
.sp__nav .nav__inner .sp__links.links__corporate a::before {
  -webkit-mask-image: url(/recruit/assets/images/common/icon_blank.svg);
          mask-image: url(/recruit/assets/images/common/icon_blank.svg);
}
.sp__nav .nav__inner .sp__links.links__contact a::before {
  -webkit-mask-image: url(/recruit/assets/images/common/icon_mail.svg);
          mask-image: url(/recruit/assets/images/common/icon_mail.svg);
}
.sp__nav .nav__inner .copyright {
  padding: 15px 0 15px;
  text-align: center;
}
.sp__nav .nav__inner .copyright span {
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  font-weight: 400;
  color: #000000;
  line-height: 1;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sp__nav .nav__inner .copyright span {
    font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
    text-align: center;
  }
}

@keyframes waveAnimation {
  0% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  25% {
    transform: rotate(30deg);
    animation-timing-function: ease-in-out;
  }
  75% {
    transform: rotate(-30deg);
    animation-timing-function: ease-in;
  }
  100% {
    transform: rotate(0deg);
  }
}