@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   クリアフィックス
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   link
   -------------------------------------------------------------------------- */
a {
  cursor: pointer !important;
  text-decoration: none;
}

a:link {
  color: #000;
} /* unvisited link */
a:visited {
  color: #000;
} /* visited link */
a:hover {
  color: #000;
} /* mouse over link */
a:active {
  color: #000;
} /* selected link */
a:focus {
  outline: none;
}

/* -----------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
ul,
ol {
  list-style: none;
}

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

/* -----------------------------------------------------------------------------
   br
   -------------------------------------------------------------------------- */
br.m-pc-none {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  br.m-pc-none {
    display: none;
  }
}
br.m-tab-none {
  display: none;
  line-height: 0;
}
@media screen and (min-width: 1000px) {
  br.m-tab-none {
    display: block;
  }
}
br.m-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  br.m-sp-none {
    display: block;
    line-height: 0;
  }
}
.m-img-pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .m-img-pc-none {
    display: none;
  }
}
.m-img-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-img-sp-none {
    display: block;
  }
}
/* -----------------------------------------------------------------------------
   img - pcとspの切り替え
   -------------------------------------------------------------------------- */
.m-cmn-img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-cmn-img-pc {
    display: block;
  }
}
.m-cmn-img-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .m-cmn-img-sp {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
   common 01
   -------------------------------------------------------------------------- */
.tel-link a {
  text-decoration: none;
}

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

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

.m-cmn-section-ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .m-cmn-section-ttl {
    font-size: 5rem;
  }
}
.m-cmn-section-desc {
  font-size: 1.4rem;
  text-align: justify;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-desc {
    font-size: 1.6rem;
  }
}
.m-cmn-btn-wrap {
  text-align: left;
}

.m-cmn-btn {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn {
    font-size: 1.6rem;
  }
}
.m-cmn-btn a {
  position: relative;
  display: block;
  padding: 10px 45px;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a {
    padding: 15px 60px;
  }
}
.m-cmn-btn:hover a {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn:hover a {
    background-color: #fff;
    color: #000;
  }
}
.m-cmn-btn a::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 49%;
  right: 15px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
.m-cmn-btn:hover a::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn:hover a::after {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
}
.m-lower-page-ttl-wrap {
  overflow: hidden;
}

.m-lower-page-ttl-inner {
  position: relative;
  height: 185px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 95px 20px 0;
}
@media screen and (min-width: 768px) {
  .m-lower-page-ttl-inner {
    height: 430px;
    padding: 200px 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .m-lower-page-ttl-inner {
    padding: 260px 20px 0;
    height: 530px;
  }
}

.m-lower-page-ttl {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .m-lower-page-ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .m-lower-page-ttl {
    font-size: 6rem;
  }
}

.m-lower-page-ttl-us {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .m-lower-page-ttl-us {
    font-size: 1.8rem;
  }
}
.m-lower-big-line {
  width: 300px;
  position: absolute;
  left: auto;
  right: -90px;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .m-lower-big-line {
    width: 900px;
    left: 220px;
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .m-lower-big-line {
    width: 1200px;
  }
}
.m-lower-orange-line {
  width: 120px;
  position: absolute;
  left: -60px;
  top: 30px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .m-lower-orange-line {
    width: 300px;
    left: -180px;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .m-lower-orange-line {
    width: 450px;
    left: -380px;
  }
}
@media screen and (min-width: 1400px) {
  .m-lower-orange-line {
    left: -333px;
  }
}
@media screen and (min-width: 1600px) {
  .m-lower-orange-line {
    top: 5px;
    left: -380px;
  }
}

.m-lower-green-line {
  width: 380px;
  position: absolute;
  right: -200px;
  top: -25px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .m-lower-green-line {
    width: 800px;
    right: -295px;
    top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .m-lower-green-line {
    width: 935px;
  }
}

.m-breadcrumb-wrap {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.m-breadcrumb-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 7px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .m-breadcrumb-inner {
    padding: 8px 20px;
  }
}
.m-breadcrumb-inner a {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: #cccccc;
}
@media screen and (min-width: 768px) {
  .m-breadcrumb-inner a {
    font-size: 1.4rem;
  }
}
.m-breadcrumb-arrow {
  width: 4px;
  height: 6px;
  background-image: url(../img/cmn_ico_breadcrumb_arrow.png);
  background-size: contain;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .m-breadcrumb-arrow {
    width: 7px;
    height: 12px;
    margin: 0 20px;
  }
}
.m-breadcrumb-inner span {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .m-breadcrumb-inner span {
    font-size: 1.4rem;
  }
}
/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   html
   -------------------------------------------------------------------------- */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 1.8;
  overflow-y: scroll;
  height: 100%;
}

/* -----------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  background-color: #fefbf4;
  min-width: 375px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.l-contents-wrapper {
  flex: 1;
}

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header {
  width: 100%;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 12;
}
@media screen and (min-width: 1200px) {
  .l-header {
    top: 30px;
    left: 0;
  }
}
/* -----------------------------------------------------------------------------
   header - pc
   -------------------------------------------------------------------------- */
.l-header-pc-wrap {
  height: 45px;
  width: calc(100% - 100px);
  margin: 0;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .l-header-pc-wrap {
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1200px) {
  .l-header-pc-wrap {
    width: calc(100% - 100px);
    height: 90px;
    margin: 0 auto;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .l-header-pc-wrap {
    width: calc(100% - 200px);
  }
}

.l-header-pc-logo {
  position: relative;
  width: 85px;
  font-size: 0; /* テキストの余白をなくす */
  margin: 0; /* マージンを統一 */
  padding: 0; /* パディングを統一 */
  display: inline-block; /* 要素のインライン表示を統一 */
}
@media screen and (min-width: 1200px) {
  .l-header-pc-logo {
    width: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header-pc-logo {
    width: 150px;
  }
}
.l-header-pc-logo a::after {
  content: "｜Recruit site";
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #003b83;
  position: absolute;
  right: -55px;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .l-header-pc-logo a::after {
    font-size: 1.4rem;
    right: -95px;
  }
}
.l-header-pc-nav-wrap {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 1400px) {
  .l-header-pc-nav-wrap {
    gap: 50px;
  }
}
.l-header-pc-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-header-pc-nav {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .l-header-pc-nav {
    gap: 50px;
  }
}
.l-header-pc-nav li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.l-header-pc-nav li a {
  display: block;
  line-height: 6;
  color: #000;
  position: relative;
}
.l-header-pc-nav li a::before {
  content: "";
  height: auto;
  position: absolute;
  width: 6px;
  background: #000;
  aspect-ratio: 1;
  border-radius: 9999px;
  top: 15px;
  left: 50%;
  translate: -50% 0;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-pc-nav li a::before {
    display: none;
  }
}
.l-header-pc-nav li a:hover::before {
  opacity: 1;
}
.l-header-pc-nav li a.is-active::before {
  opacity: 1;
}

.l-header-pc-btn {
  font-size: 1rem;
  display: block;
  font-weight: 500;
  background-color: #fff159;
  position: relative;
  transition: filter 0.3s;
}
.l-header-pc-btn:hover {
  filter: brightness(1.2);
}
@media screen and (min-width: 1200px) {
  .l-header-pc-btn {
    font-size: 1.6rem;
  }
}
.l-header-pc-btn a {
  display: block;
  padding: 0 20px;
  line-height: 5;
}
.l-header-pc-btn a::before {
  content: "";
  height: auto;
  position: absolute;
  width: 6px;
  background: #000;
  aspect-ratio: 1;
  border-radius: 9999px;
  top: 22px;
  left: 50%;
  translate: -50% 0;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  .l-header-pc-btn a::before {
    display: none;
  }
}
.l-header-pc-btn a:hover::before {
  opacity: 1;
}
.l-header-pc-btn a.is-active::before {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .l-header-pc-btn a {
    line-height: 6;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header-pc-btn a {
    padding: 0 50px;
  }
}
/* -----------------------------------------------------------------------------
   header - sp
   -------------------------------------------------------------------------- */
.l-header-sp-logo {
  padding: 30px 20px;
  border-bottom: 1px solid #525252;
  font-size: 0; /* テキストの余白をなくす */
  margin: 0; /* マージンを統一 */
  display: block; /* 要素のインライン表示を統一 */
}

.l-header-sp-logo a {
  position: relative;
  display: inline-block;
}

.l-header-sp-logo img {
  width: 88px;
}

.l-header-sp-logo a::after {
  content: "｜Recruit site";
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  position: absolute;
  right: -55px;
  bottom: 0;
}

/* -----------------------------------------------------------------------------
   nav
   -------------------------------------------------------------------------- */
.l-gnav-wrap {
  display: none;
}
@media screen and (max-width: 1199px) {
  .l-gnav-wrap {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 11;
    background-color: #272727;
    margin-right: -100%;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1199px) {
  .is-open .l-gnav-wrap {
    margin-right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1199px) {
  #l-gnav {
    width: 100%;
  }
}
/* ------------------------------
   #l-gnav li
   ------------------------------ */
#l-gnav > .l-header-sp-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #l-gnav > .l-header-sp-nav {
    flex-direction: column;
  }
}
#l-gnav > .l-header-sp-nav > li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.02em;
  position: relative;
  border-bottom: 1px solid #525252;
}
@media screen and (max-width: 1199px) {
  #l-gnav > .l-header-sp-nav > li {
    width: 100%;
  }
}
.is-open #l-gnav > .l-header-sp-nav > li {
  margin-left: 0;
}

#l-gnav > .l-header-sp-nav > li > a {
  display: block;
  font-weight: 500;
  color: #fff;
  padding: 20px;
  text-decoration: none;
}
.l-header-sp-btn-wrap {
  padding: 30px 15px 60px;
}

.l-header-sp-btn-benefit {
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #525252;
  text-align: center;
  margin-bottom: 20px;
}

.l-header-sp-btn-benefit a {
  display: block;
  padding: 12px;
  color: #fff;
}

.l-header-sp-btn-entry {
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #fff159;
  background-color: #fff159;
  text-align: center;
}

.l-header-sp-btn-entry a {
  display: block;
  padding: 12px;
  color: #000;
}

/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-nav-toggle {
  display: none;
}
@media screen and (max-width: 1199px) {
  #l-nav-toggle {
    position: fixed;
    right: 20px;
    top: 17px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    z-index: 12;
    transition: all 0.3s ease;
  }
}
#l-nav-toggle div {
  position: relative;
}

#l-nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 2px #000;
  transition: all 0.3s ease;
}

#l-nav-toggle span:nth-child(1) {
  top: 10px;
}

#l-nav-toggle span:nth-child(2) {
  top: 25px;
}

@media screen and (max-width: 1199px) {
  #l-nav-toggle {
    display: block;
  }
}
.is-open #l-nav-toggle span:nth-child(1) {
  top: 20px;
  transform: rotate(-45deg);
  border-bottom: solid 2px #5c3386;
}
@media screen and (max-width: 1199px) {
  .is-open #l-nav-toggle span:nth-child(1) {
    border-bottom: solid 2px #fff;
  }
}
.is-open #l-nav-toggle span:nth-child(2),
.is-open #l-nav-toggle span:nth-child(3) {
  top: 20px;
  transform: rotate(45deg);
  border-bottom: solid 2px #5c3386;
}
@media screen and (max-width: 1199px) {
  .is-open #l-nav-toggle span:nth-child(2),
  .is-open #l-nav-toggle span:nth-child(3) {
    border-bottom: solid 2px #fff;
  }
}
/* -----------------------------------------------------------------------------
   l-main
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-footer-contact-wrap {
  background: #000;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 230px;
}
@media screen and (min-width: 480px) {
  .l-footer-contact-wrap {
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-contact-wrap {
    height: 460px;
  }
}
.l-footer-contact-benefit {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 100%;
}
.l-footer-contact-benefit:hover .l-footer-contact-ttl {
  background: #fff;
  color: #000;
}
.l-footer-contact-benefit:hover::before {
  opacity: 1;
  scale: 1.05;
}
.l-footer-contact-benefit::before {
  transition: all 0.3s;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/footer_employee_benefits_btn.jpg) no-repeat center center/cover;
}
.l-footer-contact-benefit > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-footer-contact-benefit a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/footer_ico_yellow.png);
  background-size: cover;
  width: 13%;
  height: 13%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-benefit a::after {
    width: 7%;
    height: 7%;
  }
}
.l-footer-contact-entry {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}
.l-footer-contact-entry:hover .l-footer-contact-ttl {
  background: #fff;
  color: #000;
}
.l-footer-contact-entry:hover::before {
  opacity: 1;
  scale: 1.05;
}
.l-footer-contact-entry::before {
  transition: all 0.3s;
  opacity: 0.5;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/footer_entry_btn.jpg) no-repeat center center/cover;
}
.l-footer-contact-entry > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-footer-contact-entry a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/footer_ico_yellow.png);
  background-size: cover;
  width: 13%;
  height: 13%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-entry a::after {
    width: 7%;
    height: 7%;
  }
}
.l-footer-contact-ttl {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 13px 20px;
  border: 1px solid #fff;
  text-align: center;
  transition: color 0.3s, background 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-ttl {
    font-size: 2.6rem;
    line-height: 2.7;
    padding: 0 40px;
  }
}
.l-footer-contents-wrap {
  padding: 50px 20px;
  background-color: #272727;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-wrap {
    padding: 70px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-contents-wrap {
    padding: 140px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contents-wrap {
    padding: 140px 50px;
  }
}
.l-footer-contents-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1300px;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-inner {
    gap: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-contents-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.l-footer-logo {
  position: relative;
  width: 150px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-logo {
    width: 190px;
  }
}
.l-footer-logo a::after {
  content: "｜Recruit site";
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  position: absolute;
  right: -80px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-footer-logo a::after {
    font-size: 1.4rem;
    right: -100px;
  }
}
.l-footer-address {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer-address {
    font-size: 1.4rem;
  }
}
.l-footer-address span {
  display: block;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer-address span {
    font-size: 1.6rem;
  }
}
.l-footer-nav-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-box {
    flex-direction: row;
    gap: 80px;
  }
}
.l-footer-nav-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-items {
    gap: 25px;
  }
}
.l-footer-nav-items li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-items li {
    font-size: 1.6rem;
  }
}
.l-footer-nav-items li a {
  color: #fff;
  position: relative;
}
.l-footer-nav-items li a:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.l-footer-nav-items li a:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.l-footer-nav-item-corporate a {
  position: relative;
}

.l-footer-nav-item-corporate a::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/cmn_external.png);
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 7px;
}

.copyright {
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.02em;
  background-color: #000000;
  text-align: center;
}

/*# sourceMappingURL=common.css.map */
