@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  font-size: 62.5%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
img {
  vertical-align: top;
}
.pc-view {
  display: none;
}
.lead-img_sp-view {
   display: none;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
    "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
}
img {
  max-width: 100%;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: .3s;
  background: #e60213;
}
.l-header.top {
  background: transparent;
}
.l-header.scrolled {
  background: #e60213;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.l-header_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
}
.l-header_logo {
  padding: 30px 40px;
  position: relative;
  background: #e60213;
  display: flex;
  align-items: center;
  height: 90px;
}
.l-header_logo span {
  display: inline-block;
  margin-left: 30px;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .l-header_logo span {
    margin-left: 20px;
  }
  .l-header.top {
    background: #e60213;
  }
}
.l-header_logo img {
  max-width: 250px;
}
.l-header_navi {
  margin-left: auto;
}
.l-header_navi_sp {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 25px 4%;
  width: 100%;
  background: #fff;
}
.l-header_menu {
  display: flex;
  align-items: center;
}
.l-header_menu > li > a,
.l-header_menu > li > span {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  letter-spacing: 0.07em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.l-header.top .l-header_menu > li > a,
.l-header.top .l-header_menu > li > span {
  color: #000;
}
.l-header.top.scrolled .l-header_menu > li > a,
.l-header.top.scrolled .l-header_menu > li > span {
  color: #fff;
}
.l-header_menu > li.btn > a,
.l-header_menu > li.btn > span {
  padding: 12px 24px;
  transition: .3s;
  background: #fff;
  color: #e60213;
  border: 1px solid #fff;
}
.l-header.scrolled .l-header_menu > li.btn > a,
.l-header.scrolled .l-header_menu > li.btn > span,
.l-header.scrolled.top .l-header_menu > li.btn > a,
.l-header.scrolled.top .l-header_menu > li.btn > span,
.l-header.top .l-header_menu > li.btn > a:hover,
.l-header.top .l-header_menu > li.btn > span:hover {
  background: #fff;
  color: #e60213;
  border-color: #fff;
}
.l-header_menu > li.btn > a:hover,
.l-header_menu > li.btn > span:hover,
/*.l-header.scrolled .l-header_menu > li a,*/
.l-header.scrolled .l-header_menu > li span
.l-header.scrolled .l-header_menu > li.btn > a:hover,
.l-header.scrolled .l-header_menu > li.btn > span:hover,
.l-header.top .l-header_menu > li.btn > a,
.l-header.top .l-header_menu > li.btn > span,
.l-header.scrolled.top .l-header_menu > li.btn > a:hover,
.l-header.scrolled.top .l-header_menu > li.btn > span:hover {
  background: #e60213;
  color: #fff;
  border-color: #fff;
}
.l-header_menu > li.btn > a:hover::after,
.l-header_menu > li.btn > span:hover::after {
  content: none;
}
.l-header_menu > li a.current::after,
.l-header_menu > li a:hover::after,
.l-header_menu > li span.current::after,
.l-header_menu > li span:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #e60213;
}
.l-header_menu > li a:hover,
.l-header_menu > li span:hover {
  cursor: pointer;
}
.l-header_menu > li + li {
  margin-left: 25px;
}
.l-header_menu > li + li.btn {
  margin-left: 15px;
}
.l-header_menu_sp_item + .l-header_menu_sp_item {
  border-top: 1px solid #e6e6e6;
}
.l-header_menu_sp_item:hover {
  cursor: pointer;
}
.l-header_menu_sp_link {
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
.l-header_menu_sp_item {
  position: relative;
  display: block;
  padding: 10px 0;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
.l-header_menu_sp_item.c-acd_btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 20px);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}
.l-header_menu_sp_item.c-acd_btn.is-open::after {
  top: calc(50% - 10px);
  transform: rotate(225deg);
}
.l-header_menu_sp_sub {
  display: none;
  margin-left: 15px;
}
.l-header_menu_sp_sub li + li {
  margin-top: 10px;
}
.l-header_menu_sp_sub a {
  letter-spacing: normal;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
}
.l-header_menu_sp_sub a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 1px;
  background: #000;
  vertical-align: middle;
  transform: translateY(-2px);
}
.l-header_wide {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 50px 70px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.l-header_wide_list {
  display: flex;
  justify-content: center;
}
.l-header_wide_list li {
  width: calc((100% - 20px * 4) / 5);
}
.l-header_wide_list li a {
  color: #fff;
}
.l-header_wide_list li + li {
  margin-left: 20px;
}
.l-header_wide_list_ttl {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.l-header_wide_list_ttl::before {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 5px;
  background: #e60213;
  vertical-align: middle;
}
.l-header_btnList {
  display: flex;
  margin-left: 3%;
}
.l-header_btnList li {
  width: 160px;
  text-align: center;
}
.l-header_btnList li + li {
  margin-left: 20px;
}
.l-header_btn_intern a {
  display: block;
  padding: 5px 0;
  border: 2px solid #e60213;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e60213;
  transition: 0.3s;
}
.l-header_btn_intern a:hover {
  background: #e60213;
  color: #fff;
}
.l-header_btn_mypage a {
  display: block;
  padding: 5px 0;
  border: 2px solid #e60213;
  background: #e60213;
  border: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
.l-header_btn_mypage a:hover {
  background: #fff;
  color: #e60213;
}
.l-header_btn_sp {
  margin-top: 20px;
  width: 100%;
}
.l-header_btn_sp li {
  text-align: center;
}
.l-header_btn_sp li a {
  padding: 10px 0;
  font-weight: bold;
}
.l-header_btn_sp li + li {
  margin-top: 20px;
}
.l-header_menuBtn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35px;
  z-index: 10;
}
.l-header_menuBtn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.l-header.top .l-header_menuBtn span,
.l-header.top .l-header_menuBtn::before,
.l-header.top .l-header_menuBtn::after {
  background: #e60213;
}
.l-header.top.scrolled .l-header_menuBtn span,
.l-header.top.scrolled .l-header_menuBtn::before,
.l-header.top.scrolled .l-header_menuBtn::after {
  background: #fff;
}
@media (max-width: 1329px) {
  .l-header.top .l-header_menuBtn.is-open span {
    background: transparent;
  }
}
@media (max-width: 768px) {
  .l-header.top .l-header_menuBtn span, .l-header.top .l-header_menuBtn::before, .l-header.top .l-header_menuBtn::after {
    background: #fff;
  }
  header .l-header_menuBtn.is-open span {
    background: #e60213!important;
  }
}
.l-header_menuBtn::before,
.l-header_menuBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.l-header_menuBtn::before {
  margin-bottom: 12px;
}
.l-header_menuBtn::after {
  margin-top: 12px;
}
.l-header_menuBtn.is-open span {
  background: #e60213;
}
.l-header_menuBtn.is-open::before {
  margin-bottom: 0;
  transform: rotate(45deg);
}
.l-header_menuBtn.is-open::after {
  margin-top: -3px;
  transform: rotate(-45deg);
}
.l-header_menuBtn:hover {
  cursor: pointer;
}
.l-header.UpMove {
  animation: UpAnime 0.5s forwards;
}
.l-header.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-105px);
  }
}
@keyframes DownAnime {
  from {
    transform: translateY(-105px);
  }
  to {
    transform: translateY(0);
  }
}
.l-footer {
  padding: 48px 0 30px;
  background: #e60213;
  color: #fff;
}
.l-footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
.l-footer_logo {
  width: 40%;
  max-width: 320px;
}
.l-footer_logo span {
  display: block;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 1.5rem;
}
.l-footer_logo a {
  transition: 0.3s;
}
.l-footer_logo a:hover {
  opacity: 0.5;
}
.l-footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.l-footer_menu_item {
  font-size: 1.8rem;
  font-weight: bold;
}
.l-footer_menu_item:not(:last-child) {
  margin-right: 20px;
}

.l-footer_menu_item a {
  letter-spacing: 0.07em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.l-footer_menu_item a:hover {
  opacity: 0.5;
}
.l-footer_menu_sub {
  margin-top: 17px;
  text-align: left;
}
.l-footer_menu_sub_item a {
  letter-spacing: 0.07em;
  line-height: 2.28571;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
}
.l-footer_menu_sub_item a::before {
  content: ">";
  display: inline-block;
  margin-right: 10px;
}
.l-footer_link {
  margin-top: 115px;
  width: 100%;
  text-align: center;
}
.l-footer_link a {
  letter-spacing: 0.07em;
  font-size: 1.4rem;
  color: #fff;
}
.l-footer_copy {
  display: block;
  margin-top: 5px;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1rem;
}
.l-contents {
  position: relative;
  overflow: hidden;
  margin-top: 90px;
  padding-bottom: 50px;
  width: 100%;
  font-feature-settings: "palt";
}
.l-contents_inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}
.c-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #e60213;
  z-index: 9999;
}
.c-load.loaded {
  opacity: 0;
  visibility: hidden;
}
.loader {
  position: absolute;
  top: calc(50% - 100px);
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.l-footer {
  background: #f2f2f2;
  color: #000;
  padding: 50px 0 0;
}
.l-footer a {
  color: #000;
}
.l-footer_menu_sub_item a {
  color: #000;
  font-weight: 400;
}
.l-footer_menu_sub_item a::before {
  color: #e60213;
}
.c-link_external::after {
  background-image: url(../img/common/icon_external_black.png);
}
.l-footer_copy {
  margin-top: 50px;
  background: #383838;
  color: #fff;
  padding: 18px 0;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.l-recruit_info {
  background: url(../img/top/bg_recruit_info.jpg) no-repeat center / cover;
  padding: 65px 0;
  position: relative;
}
.l-recruit_info::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(33, 34, 36, .19);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-recruit_info_ttl {
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.83333;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
.l-recruit_info_ttl::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: calc(100% * 10px);
  left: 50%;
  transform: translateX(-50%);
}
.l-recruit_info_ttl span {
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}
.l-recruit_info_btnList {
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}
.l-recruit_info_btn a {
  width: 310px;
  height: 54px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 26px;
  background: #e60213;
  letter-spacing: 0.07em;
  line-height: 2.25;
  font-size: 1.3rem;
  color: #fff;
  transition: 0.3s;
  font-weight: bold;
  margin: 0 auto;
}
.l-recruit_info_btn a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  transform: translateY(-50%);
  transition: 0.3s;
}
.l-recruit_info_btn a:hover {
  background: #fff;
  color: #e60213;
}
.l-recruit_info_btn a:hover::after {
  right: 10px;
}
.l-selection_btn {
  margin: 50px auto 0;
}
.c-btn, .c-selection_btn {
  position: relative;
  display: block;
  padding: 7px 0 5px 0;
  width: 100%;
  background: #e60213;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 2.25;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #e60213;
}
.c-btn::after {
  content: ">";
  display: inline-block;
}

.c-selection_btn:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background: url(../img/common/icon_external.png) 0 0/100% auto no-repeat;
}

.c-btn:hover, .c-selection_btn:hover {
  background: #fff;
  color: #e60213;
}

.c-selection_btn:hover::after {
  background: url(../img/common/icon_external_red.png) 0 0/100% auto no-repeat;
}

.c-btn:hover::after {
  position: absolute;
  right: 10px;
}
.c-pageTop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  font-size: 1rem;
  color: #e60213;
  z-index: 900;
}
.c-pageTop:hover {
  cursor: pointer;
}
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
@keyframes SlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideRight {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-anime.wipe > * {
  opacity: 0;
}
.wipe {
  position: relative;
  overflow: hidden;
}
.wipe::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #ccc;
  z-index: 1;
}
.wipe.active > * {
  -webkit-animation-name: wipeImg;
  animation-name: wipeImg;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wipe.active::before {
  -webkit-animation-name: wipeBar;
  animation-name: wipeBar;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes wipeBar {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@keyframes wipeBar {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@-webkit-keyframes wipeImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wipeImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-link_external::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url(../img/common/icon_external.png) 0 0/100% auto no-repeat;
}

.c-link_external_black::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url(../img/common/icon_external_black.png) 0 0/100% auto no-repeat;
}

.l-topMv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 55px 0 0;
  background: linear-gradient(to top, #e60213 250px, transparent 250px);
}
.l-topMv-inner {
  max-width: 1232px;
  width: 88%;
  margin: 0 auto;
}
.mv-slider {
  margin-top: 24px;
  padding-bottom: 50px;
}
.mv-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.mv-slider .slick-dots button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #ef707a;
}
.mv-slider .slick-dots li:not(:last-child) {
  margin-right: 20px;
}
.mv-slider .slick-dots .slick-active button {
  background: #fff;
}
@media (max-width: 980px) {
  .mv-slide .pc-view {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .mv-slide .pc-view {
    display: none !important;
  }
}
.l-topMv_scroll {
  position: absolute;
  color: #fff;
  transform: rotate(90deg);
}
.l-topMv_scroll::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 100px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
}
.mv-copy-main {
  transform: translateY(100%);
  transition: 1s;
}
.mv-copy-main img {
  width: 620px;
  display: block;
  margin: 0 auto;
}
.mv-copy-sub {
  margin-top: 15px;
  color: #e60012;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
  display: block;
  transform: translateY(100%);
  transition: 1s;
}
.txt-wrap {
  overflow: hidden;
}
.mv-ttl.animate .mv-copy-main {
  transform: translate(0);
}
.mv-ttl.animate .mv-copy-sub {
  transform: translate(0);
}
@media (max-width: 1050px) {
  .mv-slide .pc-view {
    display: block;
  }
}

.l-topInfo_inner {
  position: relative;
  margin: 0 auto;
  width: 88%;
  max-width: 1232px;
  background: #fff;
}
/*.l-topInfo_inner::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: #fff;
}*/
.l-topInfo .l-news {
  max-width: 890px;
}
.l-topInfo .l-news_ttl {
  letter-spacing: 0.1em;
  line-height: 1.83333;
  font-size: 2.5rem;
  font-weight: 600;
}
.l-topInfo .l-news_list li {
  padding: 2px 0;
  border-top: 1px solid #cdcdcd;
  line-height: 1.8;
  font-size: 1.3rem;
  color: #000;
}
.l-topInfo .l-news_list li time {
  margin-right: 50px;
  font-weight: 600;
}
.l-topInfo .l-news_list li a {
  display: inline-block;
  color: #000;
}
.l-topInfo .l-news_list li:last-child {
  border-bottom: 1px solid #cdcdcd;
}
.l-topInfo .l-lead_ttl {
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.83333;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.l-topInfo .l-lead_txt {
  line-height: 2.4;
  font-size: 1.3rem;
  text-align: center;
}
.l-topInfo .l-lead_txt + .l-lead_txt {
  margin-top: 20px;
}
.l-top-lead-btn {
  display: flex;
  justify-content: center;
}
.l-top-lead-btn {
  margin-top: 60px;
}
.l-toplead_kv_btn {
 width: 310px;
}
.l-toplead_kv_btn > .c-btn {
  font-size: 1.12em;
}

.l-toplead_kv_btn:not(:first-child) {
  margin-left: 18px;
}
.l-toplead_kv_btn a:hover {
  border: 1px solid #e60213;
}

.l-topSection {
  width: 100%;
}
.l-topSection_ttl {
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 15px;
}
.l-topBnr_inner {
  max-width: 1232px;
  width: 88%;
  margin: 0 auto;
}
.l-topBnrBlock:not(:last-child) {
  margin-bottom: 40px;
}
.l-topSection_ttl::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 36px;
  height: 3px;
  background: #e60213;
}
.l-topBnr_btn_inner {
  display: flex;
  flex-wrap: wrap;
}
.l-topBnr_btn:first-child {
  margin-right: 2%;
}
.l-topBnr_btn {
  width: 49%;
  aspect-ratio: 606 / 180;
  position: relative;
  overflow: hidden;
}
.l-topBnrBlock.interview .l-topBnr_btn {
  width: 32.2%;
  aspect-ratio: 397 / 180;
}
.l-topBnrBlock.interview .l-topBnr_btn:not(:last-child) {
  margin-right: 1.7%;
}
.l-topBnr_btn a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(33, 34, 36, .66) 15%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-topBnr_btn span {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  z-index: 2;
  font-weight: bold;
}
.l-topBnr_btn img {
  transition: .3s;
}
.l-topBnr_btn a:hover img {
  transform: scale(1.1);
}
.l-topMission_inner {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
.l-info_btn { 
  width: 370px
}
@media (max-width: 1050px) {
  .l-topBnr_btn .pc-view {
    display: block;
  }
}
.l-topInterview_contents {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
.l-topInterview_list li {
  position: relative;
}
.l-topInterview_list li:first-child {
  margin-right: 4%
}
.l-topInterview_list.c-list_int {
  margin-top: 55px;
}
.l-topInterview_list.c-list_int .l-topInterview_btn {
  position: relative;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.l-topInterview_ttl {
  margin-bottom: 25px;
  border-bottom: 1px solid #e60213;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
}
.l-topInterview_img {
  border-bottom: 5px solid #e60213;
}
.l-topInterview_btn {
  margin: 10px auto 0;
  width: 150px;
}
.lead-img {
  position: relative;
  margin-left: auto;
  width: 50%;
  max-width: 980px;
}
/*.lead-img img {
  position: absolute;
  right: 0;
}*/

.l-topBriefing {
  position: relative;
  margin-left: auto;
  width: 94.66%;
  max-width: 1550px;
}
.l-topBriefing_ttl {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  padding-bottom: 15px;
  width: 92.95%;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  transform: translateY(-50%);
}
.l-topBriefing_ttl span {
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.83333;
  font-size: 2.5rem;
  font-weight: 600;
}
.lead-img a {
  display: block;
  box-shadow: -5px 5px 0 #e60213;
}
.l-topBriefing a {
  display: block;
  box-shadow: -5px 5px 0 #e60213;
}
.l-topBriefing a:hover {
  transform: translate3d(-10px, 10px, 0);
  box-shadow: none;
}
.l-mv {
  position: relative;
}
.l-mv_img {
  position: relative;
}
.l-mv_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.l-mv_img img {
  object-fit: cover;
  max-height: 380px;
  width: 100%;
}
.l-project .l-mv .l-mv_img picture img {
  object-fit: cover;
  object-position: 50% 0%;
  max-height: 440px;
  width: 100%;
}
.c-link_line {
  text-decoration: underline;
  color: #e60213;
}
.c-heading02 {
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.83333;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.c-heading02.-l-project {
  font-size: 2.8rem;
}
.c-heading02::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 50px;
  height: 3px;
  background: #e60213;
  transform: translateX(-50%);
}
.c-heading02 span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 115px;
  transform: translateX(-50%);
  z-index: -1;
}
.c-heading02.c-headingNo {
  padding-top: 70px;
  z-index: 1;
}
.c-mainTitle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  transform: translateY(-50%);
  z-index: 5;
}
.c-breadcrumb {
  display: flex;
  align-items: center;
  margin: 10px auto 0;
  width: 92%;
  max-width: 1000px;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
}
.c-breadcrumb li + li {
  margin-left: 20px;
}
.c-breadcrumb li + li::before {
  content: ">";
  display: inline-block;
  margin-right: 20px;
}
.c-breadcrumb li a {
  color: #000;
}
.c-lead {
  margin: 38px auto 0;
  line-height: 1.70833;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
}
.c-table {
  border-collapse: collapse;
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
}
.c-table th {
  padding: 10px 0;
  border-top: 1px solid #b3b3b3;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.02em;
  line-height: 2.04167;
  font-size: 2rem;
}
.c-table td {
  padding: 10px 0;
  line-height: 2;
  letter-spacing: -0.01em;
  vertical-align: top;
  font-size: 1.4rem;
}
.c-table td > *:not([class]) + *:not([class]) {
  margin-top: 15px;
}
.c-table .c-dateList td {
  padding: 0 10px 0 0;
  border: none;
}
.c-table .c-dateList td.date {
  text-align: right;
}
.li-txt {
  padding-left: 1em;
  margin-top: -3px;
  line-height: 1.4em;
}
.l-info_graph {
  max-width: 240px;
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.c-link_anchor {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 92%;
  max-width: 1100px;
}
.c-link_anchor_item a {
  display: block;
  padding: 10px 0 5px;
  background: #e60213;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: #fff;
}
.c-link_anchor_item a span {
  display: block;
  margin-bottom: 10px;
}
.c-link_anchor_item a span img {
  width: 25px;
}
.c-link_anchor_item a::after {
  content: "▼";
  display: block;
}
.c-acordion_btn {
  position: absolute;
  top: 20px;
  right: 0;
  transition: 0.3s;
}
.c-acordion_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 22px;
  height: 2px;
  background: #000;
}
.c-acordion_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 11px;
  top: 10px;
  width: 2px;
  height: 22px;
  background: #000;
  transition: 0.3s;
}
.c-notes {
  margin: 10px 20px 0;
  font-size: 1.2rem;
}
.l-eventBox + .l-eventBox {
  margin-top: 60px;
}
.l-eventBox_inner {
  margin-top: 35px;
}
.l-event_end {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  max-width: 1000px;
  border: 2px solid #e60213;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.25;
  /*font-size: 2rem;*/
  font-size: 1.5rem;
  font-weight: bold;
  color: #e60213;
}
.l-info_navi {
  justify-content: space-evenly;
  margin-top: 37px;
  max-width: 1000px;
}
.l-info_navi .c-link_anchor_item {
  width: calc((100% - 18px) / 2);
}
.l-info_navi .c-link_anchor_item:nth-child(n + 3) {
  margin-top: 10px;
}
.l-info_section {
  margin-top: 60px;
}
.l-info_graph_txt {
  margin-top: 25px;
}
.l-info_section#info01 {
  position: relative;
  padding-bottom: 20px;
  background: url(../img/info/bg_recruit_section.png) 0 0;
}
.l-info_section#info01 .c-heading02 {
  transform: translateY(-20px);
}
.l-info_section .c-heading02 {
  margin-bottom: 40px;
}
.l-info_section_lead {
  margin: 0 auto;
  width: 85%;
  letter-spacing: 0.03em;
  line-height: 2;
}
.l-info_section_lead p + p {
  margin-top: 30px;
}
.l-info_section_inner {
  margin: 0 auto;
}
.l-info_section_step_item {
  position: relative;
  padding: 15px;
  text-align: center;
  background: #fff5f5;
}
.l-info_section_step_item + .l-info_section_step_item {
  margin-top: 50px;
}
.l-info_section_step_item + .l-info_section_step_item::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #e6e6e6 transparent transparent transparent;
  transform: translateX(-50%);
}
.l-info_section_step_ttl {
  margin-top: -30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e60213;
}
.l-info_section_step_ttl > .ttl_sm {
  display: inline-block;
  font-size: 2.2rem;
}
.c-num-selection {
  margin: 0 auto 20px;
  max-width: 192px;
  background-color: #e60213;
  border-radius: 100vh;
  line-height: 1.8em;
  color: #fff;
  letter-spacing: 0.16em;
  font-family: 'Lato', sans-serif; 
  font-size: 0.66em;
}

.l-info_section_step_ttl span {
  display: block;
}

.l-info_section_step_btn {
  margin: 10px auto 0;
  max-width: 220px;
}
.l-info_section_step_btn .c-btn::after {
  display: none;
}
.l-info_achievement_ttl {
  padding: 10px 0;
  background: #e60213;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}
.l-info_achievement_inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px 20px;
  background: #fff5f5;
}
.l-info_achievement_img {
  margin-top: 20px;
}
.l-info_achievement_list {
  width: 69.44%;
}
.l-info_achievement_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 10px 0;
}
.l-info_achievement_list li > span {
  font-size: 1.3rem;
  color: #999;
}
.l-info_achievement_list li > p {
  letter-spacing: 0.06em;
  font-size: 2.4rem;
}
.l-info_achievement_list li > p span {
  font-size: 1.5rem;
}
.l-info_achievement_list li + li {
  padding-top: 30px;
  border-top: 2px solid #d2cece;
}
.l-info_btn_inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px;
  max-width: 900px;
}
.l-mission_btn_inner {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px;
  max-width: 900px;
}
.l-qa_navi {
  justify-content: space-between;
  margin-top: 37px;
  max-width: 1000px;
}
.l-qa_navi .c-link_anchor_item {
  width: calc((100% - 18px) / 2);
}
.l-qa_navi .c-link_anchor_item:nth-child(n + 3) {
  margin-top: 15px;
}
.l-qa_section {
  margin-top: 37px;
}
.l-qa_inner {
  margin: 30px auto 0;
  width: 92%;
  max-width: 1100px;
}
.l-qa_list {
  border-bottom: 1px solid #c5c5c5;
}
.l-qa_list_q {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 25px 12px 45px;
  border-top: 1px solid #c5c5c5;
  font-weight: bold;
}
.l-qa_list_q::before {
  content: "Q";
  position: absolute;
  top: 15px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e60213;
  border-radius: 50%;
  font-weight: normal;
  color: #fff;
}
.l-qa_list_q.is-open .c-acordion_btn::after {
  transform: rotate(90deg);
}
.l-qa_list_q:hover {
  cursor: pointer;
}
.l-qa_list_a {
  position: relative;
  display: none;
  margin-top: 25px;
  padding: 10px 25px 25px 55px;
  line-height: 2;
}
.l-qa_list_a.is-open {
  display: block;
}
.l-qa_list_a::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 34px;
  height: 34px;
  align-items: center;
  background: #e6e6e6;
  border-radius: 50%;
}
.l-mission_section {
  margin-top: 60px;
}
.l-mission_section_ttl {
  margin-bottom: 25px;
}
.l-mission_section_lead {
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}
.l-mission_detail {
  margin-top: 60px;
}
.l-mission_detail_box + .l-mission_detail_box {
  margin-top: 60px;
}
.l-mission_detail_ttl span {
  display: block;
  width: 90px;
}
.l-mission_detail_txt {
  background: #fff;
}
.l-mission_detail_txt p {
  line-height: 1.8;
}
.l-mission_flow {
  margin-top: 60px;
}
.l-mission_section_lead .note:first-of-type,
.l-mission_detail_txt .note:first-of-type {
  margin-top: 12px;
}
.l-mission_slide {
  position: relative;
  margin: 0 auto;
  max-width: 1040px;
}
.l-mission_slide_inner {
  margin: 0 auto;
}
.l-mission_slide_ttl {
  text-align: center;
  border-bottom: 1px solid #e60213;
  flex: 2rem;
  font-weight: bold;
  color: #e60213;
}
.l-mission_slide_img {
  text-align: center;
}
.l-mission_slide_btn_prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/mission/icon_prev.png) 0 0/100% auto no-repeat;
  z-index: 5;
}
.l-mission_slide_btn_next {
  position: absolute;
  top: calc(50% - 20px);
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/mission/icon_next.png) 0 0/100% auto no-repeat;
  z-index: 5;
}
.l-mission_slide_link {
  margin: 30px auto 0;
  width: 80%;
}
.l-job {
  padding-bottom: 0 !important;
}

.l-job_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 92%;
}
.l-job_tab_item {
  aspect-ratio: 1/1;
}
.l-job_tab_item.item01 {
  background: url(../img/work/icon_job01_r.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item01:hover,
.l-job_tab_item.item01.active {
  background: url(../img/work/icon_job01_w.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item02 {
  background: url(../img/work/icon_job02_r.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item02:hover,
.l-job_tab_item.item02.active {
  background: url(../img/work/icon_job02_w.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item03 {
  background: url(../img/work/icon_job03_r.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item03:hover,
.l-job_tab_item.item03.active {
  background: url(../img/work/icon_job03_w.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item04 {
  background: url(../img/work/icon_job04_r.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item04:hover,
.l-job_tab_item.item04.active {
  background: url(../img/work/icon_job04_w.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item05 {
  background: url(../img/work/icon_job05_r.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item05:hover,
.l-job_tab_item.item05.active {
  background: url(../img/work/icon_job05_w.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item06 {
  background: url(../img/work/icon_job06_r.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item06:hover,
.l-job_tab_item.item06.active {
  background: url(../img/work/icon_job06_w.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item07 {
  background: url(../img/work/icon_job07_r.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item07:hover,
.l-job_tab_item.item07.active {
  background: url(../img/work/icon_job07_w.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item08 {
  background: url(../img/work/icon_job08_r.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item08:hover,
.l-job_tab_item.item08.active {
  background: url(../img/work/icon_job08_w.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item09 {
  background: url(../img/work/icon_job09_r.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item.item09:hover,
.l-job_tab_item.item09.active {
  background: url(../img/work/icon_job09_w.png) 0 0/100% auto no-repeat;
}
.l-job_tab_item:hover {
  cursor: pointer;
}
.l-job_tab_contents {
  margin: 40px auto 0;
}
.l-job_tab_box {
  height: 0;
  opacity: 0;
  transition: 1s;
}
.l-job_tab_box.active {
  height: auto;
  opacity: 1;
}
.l-job_tab_box_inner {
  display: flex;
}
.l-job_tab_txt {
  padding: 10px 25px 60px;
  letter-spacing: 0.03em;
  line-height: 2;
  background: #f2f2f2;
}
.l-job_tab_ttl {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.l-job_tab_ttl span {
  display: inline-block;
  padding: 0 15px;
  border-bottom: 3px solid #e60213;
}
.l-job_flow {
  position: relative;
  margin-top: 50px;
}
.l-job_flow_item.tab {
  /*padding-bottom: 50px;*/
  height: auto;
  background-image: none !important;
}
.l-job_flow_item.tab .l-job_flow_img {
  display: block;
}
.l-job_flow_item.tab .l-job_flow_box {
  /*position: relative;*/
  padding: 25px 15px 15px;
  width: auto;
  /*background: #fff;*/
}
.l-job_flow_item.tab.item01 {
  background-image: none;
}
.l-job_flow_item.tab.item02 {
  background-image: none;
}
.l-job_flow_item.tab.item03 {
  background-image: none;
}
.l-job_flow_item.tab.item04 {
  background-image: none;
}
.l-job_flow_img.tab {
  display: block;
}
.l-job_flow_img.tab .l-job_flow_box {
  width: 100%;
  position: relative;
  max-width: 100%;
  left: 0;
  height: auto;
}
.l-job_flow_img.tab .l-job_flow_box_txt {
  max-width: 100%;
}
.l-job_flow_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 66.66%;
  height: 5px;
  background: #e60213;
}

.l-job_flow_box_ttl {
  display: flex;
  font-weight: bold;
}
.l-job_flow_box_ttl span {
  display: inline-block;
  margin-right: 25px;
  width: 42px;
}
.l-job_flow_box_txt {
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 1.73077;
  font-size: 1.5rem;
}
.l-job_flow_box_list {
  display: flex;
}
.l-job_flow_box_list dt {
  font-size: 1.5rem;
  font-weight: bold;
}
.l-job_flow_box_list dd ul {
  display: flex;
}
.l-job_flow_box_list dd ul li {
  width: 50px;
}
.l-project .l-mv_img::before {
  display: none;
}
.l-project .-o01 {
  display: inline-block;
  padding: 0 5px;
  background: #729be8;
}
.l-project .-o02 {
  display: inline-block;
  padding: 0 5px;
  background: #f38c8f;
}
.l-project .-t01 {
  display: inline-block;
  padding: 0 5px;
  background: #edd267;
}
.l-project .-t02 {
  display: inline-block;
  padding: 0 5px;
  background: #73c99c;
}
.l-project_ttlBox {
  letter-spacing: 0.03em;
  line-height: 2.25;
}
.l-project_ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.l-project_team {
  margin: 50px auto 37px;
  width: 92%;
}
.l-project_team_box {
  padding: 0 30px 20px 30px;
}
.l-project_team_ttl {
  margin: 0 auto;
  width: 70.83%;
  text-align: center;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  color: #e60213;
  transform: translateY(-50%);
}
.l-project_team_ttl span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.l-project_team_list {
  display: flex;
  justify-content: center;
}
.l-project_team_list li {
  width: 23.23%;
  margin-right: 15px;
}
.l-project_team_list li:nth-last-child(1) {
  margin-right: 0;
}
.l-project_team_name {
  margin-top: 5px;
  letter-spacing: 0.13em;
  line-height: 1.70833;
  font-size: 1.2rem;
}
.l-project_team_job {
  letter-spacing: 0.13em;
  line-height: 1.70833;
  font-size: 1.2rem;
}
.l-project_team_job span {
  display: block;
  font-size: 1rem;
}
.l-project_section {
  margin-top: 37px;
}
.l-project_contents {
  margin: 0 auto;
  max-width: 1000px;
}
.l-project_contents_ttl {
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
}
.l-project_contents_ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100px;
  height: 3px;
  background: #e60213;
}
.l-project_contents_sub {
  display: flex;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
}
.l-project_contents_sub::before {
  content: "";
  display: block;
  margin-top: 10px;
  margin-right: 5px;
  width: 65px;
  height: 1px;
  background: #000;
}
.l-project_contents_box {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  background: #f2f2f2;
  letter-spacing: 0.03em;
}
.l-project_contents_box + .l-project_contents_box {
  margin-top: 12px;
}
.l-project_contents_box + .l-project_contents_sub {
  margin-top: 20px;
}
.l-project_contents_box_img {
  width: 30%;
  text-align: center;
}
.l-project_contents_box_img p {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.l-project_tab {
  display: flex;
  justify-content: space-between;
}
.l-project_tab_item {
  padding: 15px 0 15px 4%;
  width: 45.67%;
  border: 1px solid #e60213;
  letter-spacing: 0.1em;
  line-height: 1.70833;
  background: #e60213;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}
.l-project_tab_item.tokyo {
  background: url(../img/project/icon_tokyo_w.png) 30% center no-repeat #e60213;
}
.l-project_tab_item.osaka {
  background: url(../img/project/icon_osaka_w.png) 25% center no-repeat #e60213;
}
.l-project_tab_item.active,
.l-project_tab_item:hover {
  color: #e60213;
}
.l-project_tab_item.active.tokyo,
.l-project_tab_item:hover.tokyo {
  background: url(../img/project/icon_tokyo.png) 30% center no-repeat #fff;
}
.l-project_tab_item.active.osaka,
.l-project_tab_item:hover.osaka {
  background: url(../img/project/icon_osaka.png) 28% center no-repeat #fff;
}
.l-project_tab_box {
  height: 0;
  opacity: 0;
  transition: 1s;
}
.l-project_tab_box.active {
  height: auto;
  opacity: 1;
}
.l-project_link_btn {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #e60213;
  letter-spacing: 0.1em;
  line-height: 1.70833;
  font-size: 1.5rem;
  color: #fff;
}
.l-project_link_btn::before {
  content: "▲";
  display: block;
  width: 100%;
  text-align: center;
}
.l-project_learn {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  width: 92%;
  max-width: 820px;
  background: #ffe6e7;
}
.l-project_learn_ttl {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.19512;
  font-weight: bold;
  transform: translateY(-45%);
  font-size: 2rem;
}
.l-project_learn_list {
  margin: 0 auto;
  width: 92%;
  letter-spacing: 0.03em;
  line-height: 2.3125;
  font-size: 1.4rem;
}
.l-project .notes_txt {
  position: absolute;
  bottom: -20px;
  right: 20px;
  font-size: 12px;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media screen and (min-width: 768px) {
  .pc-view {
    display: block;
  }
  .sp-view {
    display: none;
  }
}
@media (-ms-high-contrast: none) {
  body {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}

@media not all and (min-width: 980px) {
  .pc-view {
    display: none !important;
  }
  .l-footer_inner {
    width: 92%;
  }
  .l-footer_logo {
    margin: 0 auto;
    width: 100%;
  }
  .l-footer_btnList {
    margin: 50px auto 0;
    max-width: 200px;
  }
  .l-footer_btnList li + li {
    margin-top: 25px;
  }
  .l-footer_menu {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 45px;
  }
  .l-footer {
    padding-top: 48px;
  }
  .l-footer_menu {
    margin-top: 0;
  }
  .l-footer_menu_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 15px 30px;
  }
  .l-footer_menu_item:last-child {
    border-bottom: 1px solid #e6e6e6;
  }

  
  .c-btn::after {
    margin-left: 15px;
  }
  .l-topMv_scroll {
    left: -12%;
    bottom: 80px;
    font-size: 1rem;
  }
  .l-topInfo_inner {
    padding: 45px 4% 55px;
    width: 100%;
  }
  .l-topInfo .l-lead_ttl {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .l-topInfo .l-lead_txt {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7;
    padding-right: 4%;
  }
  .l-topInfo .l-news_list li time {
    display: block;
    letter-spacing: 0.03em;
    font-size: 1.5rem;
  }
  .l-topJobs_contents_box {
    border-top: 3px solid #e60213;
    border-bottom: 3px solid #e60213;
  }
  .l-topJobs_contents_btn_inner {
    margin: 20px 0 30px 0;
  }
  .l-topJobs_contents_btn:not(:first-child) {
    margin: 14px 0 0;
  }
  .l-topJobs_contents_btn {
    margin: 0 0;
    max-width: 74%;
  }
  .l-topInterview_kv_btn {
    position: absolute;
    top: calc(100% + 25px);
    left: 16%;
    width: 68%;
  }
  .l-topInterview_list li.c-list_sym_item02 {
    margin-top: 50px;
  }
  .l-topInterview_list.c-list_int .l-topInterview_btn {
    width: 160px;
  }
  .c-lead {
    width: 65.6%;
  }
  .c-table th {
    display: block;
    width: 100%;
  }
  .c-table td {
    display: block;
    width: 100%;
  }
  .c-table .c-dateList td {
    display: table-cell;
    width: auto;
  }
  .l-eventBox {
    margin: 50px auto 0;
    width: 92%;
  }
  .l-info_section_inner {
    width: 85%;
  }
  .c-num-selection {
    margin-bottom: 14px;
    letter-spacing: 0.1em;
  }
  .l-info_section_step_item + .l-info_section_step_item {
    margin-top: 64px
  }

  .l-info_section_step_item + .l-info_section_step_item::before {
    top: -50px;
  }

  .l-info_section_step_ttl {
    margin-bottom: 6px;
    font-size: 1.4em;
  }
  .l-info_section_step_ttl > .ttl_sm {
    font-size: 0.8em;
  }
  .l-info_achievement_new,
  .l-info_achievement_turn {
    margin: 30px auto 0;
    width: 90%;
  }
  .l-info_achievement_img {
    width: 52px;
  }
  .l-topSection_ttl {
    font-size: 2.2rem;
  }
  .l-topBnrBlock:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-topBnr_btn_inner {
    flex-direction: column;
  }
  .l-topBnr_btn {
    width: 100%;
  }
  .l-topBnr_btn:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l-topBnr_btn span {
    left: 14px;
    font-size: 17px;
    bottom: 10px;
  }
  .l-topBnrBlock.interview .l-topBnr_btn {
    width: 100%;
    aspect-ratio: 606 / 180;
  }
  .l-topBnrBlock.interview .l-topBnr_btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l-recruit_info {
    background-image: url(../img/top/bg_recruit_info_sp.jpg);
    padding: 35px 0 40px;
  }
  .l-recruit_info_ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .l-recruit_info_btn a {
    height: 50px;
    width: 345px;
  }
}
@media (min-width: 880px) {
  .l-recruit_info_btnList {
    display: flex;
    justify-content: center;
  }
  .l-recruit_info_btnList li + li {
    margin-left: 45px;
  }
  .l-recruit_info_btn a {
    padding-right: 52px;
    font-size: 1.6rem;
  }
  .l-recruit_info_btn a::after {
    right: 40px;
  }
}
@media (max-width: 880px) {
  .l-recruit_info_btnList li + li {
    margin-top: 15px;
  }

}
@media (min-width: 768px) {
  .sp-view {
    display: none !important;
  }
  .l-footer_inner {
    width: calc(100% - 80px);
  }
  .l-footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-footer_logo span {
    font-size: 1.8rem;
  }
  .l-footer_btnList {
    display: flex;
    width: 46.66%;
    max-width: 373px;
    justify-content: end;
  }
  .l-footer_btnList li {
    width: calc((100% - 40px) / 2);
    max-width: 174px;
  }
  .l-footer_btnList li a {
    transition: 0.3s;
  }
  .l-footer_btnList li a:hover {
    opacity: 0.5;
  }
  .l-footer_btnList li + li {
    margin-left: 40px;
  }

  /*.l-footer_menu_item:not(:last-child) {
    margin-right: 5.2%;
  }*/

  /*.l-footer_menu_item + .l-footer_menu_item {
    margin-left: 5.2%;
  }*/
  .l-footer_menu_sub {
    margin-top: 25px;
  }
  .l-footer_menu_sub_item a {
    font-size: 1.2rem;
  }
  .l-footer_link {
    margin-top: 154px;
  }
  .l-footer_link a {
    font-size: 1.6rem;
  }
  .l-footer_copy {
    margin-top: 33px;
    font-size: 1.4rem;
  }
  .l-recruit_info {
    padding: 65px 0;
  }
  
  .l-recruit_info_ttl span {
    font-size: 2rem;
  }
  .l-recruit_info_btnList {
    width: calc(100% - 80px);
  }
  
  
  
  
  .l-recruit_info_btn a.c-btn_detail::before {
    margin-right: 55px;
    width: 46px;
    height: 60px;
  }
  .l-recruit_info_btn a.c-btn_faq::before {
    margin-right: 30px;
    width: 62px;
    height: 52px;
  }
  .c-btn, .c-selection_btn {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .c-btn::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transition: 0.3s;
    transform: translateY(-50%);
  }
  .c-pageTop {
    right: 5.41%;
    font-size: 1.8rem;
  }
  .l-topMv_scroll {
    right: 4.41%;
    bottom: 300px;
    font-size: 2rem;
  }
  .l-topMv_scroll::after {
    margin-left: 20px;
    width: 200px;
  }
  /*.l-topInfo {
    padding-bottom: 100px;
  }*/
  .l-topInfo_inner {
    width: calc(100% - 80px);
  }
  .l-topInfo_inner {
    padding: 120px 0 130px 0;
  }
  .l-topInfo .l-news_ttl {
    font-size: 4rem;
  }
  .l-topInfo .l-news_list li {
    display: flex;
    letter-spacing: 0.07em;
    line-height: 2.25;
    font-size: 1.6rem;
    font-weight: 300;
  }
  .l-topInfo .l-lead {
    /*margin-top: 134px;*/
    /*max-width: 1316px;*/
  }
  .l-topInfo .l-lead_ttl {
    margin-bottom: 40px;
    font-size: 3rem;
  }
  .l-topInfo .l-lead_ttl::after {
    width: 134px;
  }
  .l-topInfo .l-lead_txt {
    letter-spacing: 0.04em;
    line-height: 2;
    font-size: 1.8rem;
  }
  .l-topInfo .l-lead_txt + .l-lead_txt {
    margin-top: 70px;
  }
  .l-topSection_ttl_en {
    font-size: 4rem;
  }
  .l-topMission {
    margin-bottom: 80px;
  }
  .l-topMission .l-topSection_ttl_no {
    width: 160px;
  }
  .l-topMission_inner {
    width: calc(100% - 80px);
  }
  .l-topJobs {
    margin-bottom: 127px;
  }
  .l-topJobs .l-topSection_ttl {
    margin-bottom: 63px;
  }
  .l-topJobs .l-topSection_ttl::after {
    margin: 24px auto 0;
  }
  .l-topJobs .l-topSection_ttl_no {
    width: 185px;
  }
  .l-topJobs_contents_box {
    margin: 0 auto;
    padding: 27px 50px;
    border-top: 10px solid #e60213;
  }
  .l-topJobs_contents_txt {
    line-height: 2;
    font-size: 1.8rem;
  }
  .l-topJobs_contents_btn {
    margin-top: 30px;
    width: 300px;
  }
  .l-topInterview {
    margin-bottom: 87px;
  }
  .l-topInterview .l-topSection_ttl {
    width: calc(100% - 80px);
  }
  .l-topInterview .l-topSection_ttl {
    margin-bottom: 43px;
  }
  .l-topInterview .l-topSection_ttl_no {
    width: 174px;
  }
  .l-topInterview_kv {
    overflow: hidden;
    margin-bottom: 153px;
    padding-top: 284px;
    height: 534px;
    background: url(../img/top/kv_interview.jpg) center center/auto 100%
      no-repeat;
  }
  .l-topInterview_kv_inner {
    width: calc(100% - 80px);
  }
  .l-topInterview_kv_ttl span {
    font-size: 3.3rem;
  }
  .l-topInterview_contents {
    width: calc(100% - 80px);
  }
  .l-topInterview_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-topInterview_list li {
    width: 48%;
  }
  .l-topInterview_list.c-list_int {
    margin-top: 110px;
  }
  .l-topInterview_ttl {
    font-size: 2rem;
  }
  .l-topInterview_img {
    border-width: 10px;
  }
  .l-topInterview_btn {
    margin: 33px auto 0;
    width: 300px;
  }
  .lead-img {
    width: 70%;
  }
  .l-topBriefing {
    width: 80.729%;
  }
  .l-topBriefing_ttl {
    top: calc(50% - 20px);
    right: 10px;
    padding-bottom: 30px;
    width: 87.96%;
    font-size: 2rem;
  }
  .l-topBriefing_ttl span {
    letter-spacing: 0.1em;
    font-size: 4rem;
  }
  .lead-img a {
    box-shadow: -10px 10px 0 #e60213;
    transition: 0.3s;
  }
  .l-topBriefing a {
    box-shadow: -10px 10px 0 #e60213;
    transition: 0.3s;
  }
  .c-heading02, .c-heading02.-l-project {
    font-size: 3.5rem;
  }
  .c-heading02::after {
    width: 134px;
    height: 5px;
  }
  .c-heading02 span {
    width: 230px;
  }
  .c-heading02.c-headingNo {
    padding-top: 120px;
  }
  .c-mainTitle {
    font-size: 4.7rem;
  }
  .c-breadcrumb {
    font-size: 1.3rem;
  }
  .c-lead {
    margin-top: 75px;
    text-align: center;
    font-size: 2rem;
  }
  .c-table th {
    padding: 20px 0;
    width: 100%;
    font-size: 2rem;
  }
  .c-table td {
    padding: 25px 28px 25px 0;
    border-top: 1px solid #b3b3b3;
    font-size: 1.6rem;
  }
  .c-table td > *:not([class]) + *:not([class]) {
    margin-top: 30px;
  }
  .c-link_anchor_item a {
    padding: 20px 0 10px;
    font-size: 2rem;
  }
  .c-link_anchor_item a span img {
    width: 60px;
  }
  .c-acordion_btn::before {
    top: 38px;
    width: 40px;
    height: 4px;
  }
  .c-acordion_btn::after {
    top: 20px;
    right: 18px;
    width: 4px;
    height: 40px;
  }
  .l-eventBox {
    margin-top: 100px;
  }
  .l-eventBox + .l-eventBox {
    margin-top: 120px;
  }
  .l-eventBox_inner {
    margin-top: 70px;
  }
  .l-event_end {
    margin-top: 100px;
    font-size: 3rem;
  }
  .l-event_btn {
    width: 230px;
  }
  .l-event_btn .c-btn::after {
    right: 15px;
  }
  .l-info_navi {
    margin-top: 115px;
  }
  .l-info_navi .c-link_anchor_item {
    width: calc((100% - 25px * 3) / 4);
  }
  .l-info_navi .c-link_anchor_item:nth-child(n + 3) {
    margin-top: 0;
  }
  .l-info_section {
    margin-top: 100px;
  }
  .l-info_section#info01 {
    padding-bottom: 30px;
  }
  .l-info_section#info01 .c-heading02 {
    margin-bottom: 60px;
  }
  .l-info_section .c-heading02 {
    margin-bottom: 60px;
  }
  .l-info_section_lead {
    text-align: center;
    font-size: 2rem;
  }
  .l-info_section_lead p + p {
    margin-top: 50px;
  }
  .l-info_section_inner {
    padding: 0 50px;
    max-width: 1100px;
  }
  .l-info_section_step {
    margin: 0 auto;
    max-width: 530px;
  }
  .l-info_section_step_item {
    padding: 30px 20px;
  }
  .l-info_section_step_item + .l-info_section_step_item {
    margin-top: 70px;
  }
  .l-info_section_step_item + .l-info_section_step_item::before {
    top: -50px;
  }
  .l-info_section_step_ttl {
    margin-top: -45px;
    padding-bottom: 8px;
    font-size: 2.8rem;
  }
  .l-info_section_step_btn {
    margin-top: 15px;
  }
  
  .l-qa {
    padding-bottom: 100px;
  }
  .l-qa_navi {
    margin-top: 120px;
  }
  .l-qa_navi .c-link_anchor_item {
    width: calc((100% - 30px) / 2);
  }
  .l-qa_navi .c-link_anchor_item:nth-child(n + 3) {
    margin-top: 30px;
  }
  .l-qa_section {
    margin-top: 160px;
  }
  .l-qa_inner {
    margin-top: 100px;
    padding: 0 50px;
  }
  .l-qa_list_q {
    margin-bottom: 25px;
    padding: 50px 80px 25px 110px;
    font-size: 2rem;
  }
  .l-qa_list_q::before {
    top: 30px;
    width: 68px;
    height: 68px;
    font-size: 3rem;
  }
  .l-qa_list_a {
    padding: 20px 80px 50px 110px;
    font-size: 2rem;
  }
  .l-qa_list_a::before {
    width: 68px;
    height: 68px;
    font-size: 3rem;
  }
  .l-mission_section {
    margin-top: 100px;
  }
  .l-mission_section_ttl {
    margin-bottom: 40px;
  }
  .l-mission_section_lead {
    font-size: 2rem;
  }
  .l-mission_section_lead .note,
  .l-mission_detail_txt .note {
    font-size: 1.6rem;
    display: block;
  }
  .l-mission_section_lead .note:first-of-type,
  .l-mission_detail_txt .note:first-of-type {
    margin-top: 15px;
  }
  .l-mission_detail {
    position: relative;
    margin-top: 100px;
    z-index: 1;
  }
  .l-mission_detail::before {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    display: block;
    width: 88.92%;
    height: 100%;
    background: #e6e6e6;
    z-index: -1;
  }
  .l-mission_detail_box {
    display: flex;
    width: 80.69%;
    max-width: 1293px;
  }
  .l-mission_detail_box + .l-mission_detail_box {
    margin-top: 80px;
  }
  .l-mission_detail_box.detail01 {
    flex-direction: row-reverse;
    box-shadow: 8px 8px 0 #e60213;
  }
  .l-mission_detail_box.detail02 {
    margin-left: auto;
    box-shadow: -8px 8px 0 #e60213;
  }
  .l-mission_detail_box.detail03 {
    flex-direction: row-reverse;
    box-shadow: 8px 8px 0 #e60213;
  }
  .l-mission_detail_box.detail04 {
    margin-left: auto;
    box-shadow: -8px 8px 0 #e60213;
  }
  .l-mission_detail_ttl {
    display: flex;
    align-items: center;
    line-height: 3.5;
    font-size: 2.34vw;
  }
  .l-mission_detail_ttl span {
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
    width: 16.54%;
  }
  .l-mission_detail_txt {
    padding: 3.43%;
    padding-top: 0;
    width: 42.22%;
  }
  .l-mission_detail_txt p {
    font-size: 1.4vw;
  }
  .l-mission_detail_txt p .note {
    font-size: 1.23vw;
  }
  .l-mission_detail_img {
    width: 57.76%;
  }
  .l-mission_slide_item {
    transform: scale(0.7);
  }
  .l-mission_slide_ttl {
    font-size: 3rem;
  }
  .l-mission_slide_btn_prev {
    left: 25%;
  }
  .l-mission_slide_btn_next {
    right: 25%;
  }
  .l-mission_slide_link {
    margin-top: 70px;
    max-width: 420px;
  }
  .l-mission_slide .swiper-slide-active {
    transform: scale(1);
  }
  .l-mission_flow {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    margin-top: 100px;
  }
  
  .l-job_tab {
    margin: 70px auto 0;
    max-width: 800px;
  }
  .l-job_tab_item {
    margin-right: 30px;
    width: 15.75%;
    max-width: 126px;
    max-height: 126px;
    height: 126px;
  }
  .l-job_tab_item:nth-child(1) {
    margin-left: 80px;
  }
  .l-job_tab_item:nth-child(4) {
    margin-right: 80px;
  }
  .l-job_tab_item:last-child {
    margin-right: 0;
  }
  .l-job_tab_contents {
    margin-top: 70px;
    padding: 0 20px;
    max-width: 1190px;
  }
  .l-job_tab_txt {
    padding: 10px 25px 30px;
    width: 40%;
    font-size: 1.4vw;
  }
  .l-job_tab_ttl {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
  .l-job_tab_ttl span {
    padding: 0 30px;
    border-bottom: 5px solid #e60213;
  }
  .l-job_tab_img {
    width: 60%;
  }
  .l-job_flow {
    margin-top: 100px;
  }
  .l-job_flow_item {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .l-job_flow_item.item01 {
    background-image: url(../img/work/photo_flow01.jpg);
  }
  .l-job_flow_item.item02 {
    background-image: url(../img/work/photo_flow02.jpg);
  }
  .l-job_flow_item.item03 {
    background-image: url(../img/work/photo_flow03.jpg);
    background-position: center 0;
  }
  .l-job_flow_item.item04 {
    background-image: url(../img/work/photo_flow04.jpg);
    background-position: center 0;
  }
  
  .l-job_flow_img {
    display: none;
  }
  .l-job_flow_box {
    position: absolute;
    bottom: 0;
    left: 8.22%;
    padding: 30px;
    max-width: 930px;
    background: rgba(255, 255, 255, 0.85);
  }
  .l-job_flow_box::before {
    width: 44.62%;
    height: 10px;
  }
  .l-job_flow_box_ttl {
    font-size: 2.5rem;
  }
  .l-job_flow_box_ttl span {
    width: 50px;
  }
  .l-job_flow_box_txt {
    margin-top: 30px;
    max-width: 600px;
    font-size: 1.5rem;
  }
  .l-job_flow_box_txt span {
    font-size: 1.5rem;
  }
  .l-job_flow_box_list dt {
    font-size: 2rem;
  }
  .l-job_flow_box_list dd {
    margin-left: 30px;
  }
  .l-job_flow_box_list dd ul li {
    width: 80px;
  }
  .l-job_flow_box_list dd ul li + li {
    margin-left: 30px;
  }
  .l-project .l-mv {
    position: relative;
  }
  .l-project_ttlBox {
    position: relative;
    margin-top: -120px;
    padding: 40px 60px 50px 6%;
    max-width: 820px;
    width: 58%;
    background: #fff;
    box-shadow: 8px 8px 0 #e60213;
    z-index: 1;
  }
  .l-project_ttlBox_inner {
    margin-left: auto;
    max-width: 611px;
  }
  .l-project_ttl {
    font-size: 4rem;
  }
  .l-project_team {
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
    max-width: 1260px;
  }
  .l-project_team_box {
    padding: 0 50px 30px;
    width: 85%;
    margin: 0 auto;
  }
  .l-project_team_ttl {
    empty-cells: 50.83%;
    min-width: 300px;
    font-size: 3rem;
  }
  .l-project_team_name {
    font-size: 1.6rem;
  }
  .l-project_team_job {
    font-size: 1.6rem;
  }
  .l-project_team_job span {
    font-size: 1.3rem;
  }
  .l-project_section {
    margin-top: 85px;
  }
  .l-project_contents {
    padding: 70px 8% 90px 8%;
    width: 96%;
    max-width: 1232px;
    box-shadow: 8px 8px 0 #e60213;
  }
  .l-project_contents_ttl {
    margin-bottom: 25px;
    font-size: 3.2rem;
  }
  .l-project_contents_ttl::after {
    width: 165px;
    height: 5px;
  }
  .l-project_contents_sub {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .l-project_contents_sub::before {
    margin-top: 15px;
  }
  .l-project_contents_box {
    padding: 40px;
  }
  .l-project_contents_box + .l-project_contents_box {
    margin-top: 25px;
  }
  .l-project_contents_box + .l-project_contents_sub {
    margin-top: 45px;
  }
  .l-project_contents_box_img {
    width: 180px;
  }
  .l-project_contents_box_img p {
    margin-top: 10px;
  }
  .l-project_contents_box_txt {
    margin-left: 15px;
    width: 76%;
    max-width: 960px;
  }
  .l-project_tab {
    justify-content: center;
  }
  .l-project_tab_item {
    padding: 25px 0 25px 3%;
    width: 305px;
    font-size: 2rem;
  }
  .l-project_tab_item + .l-project_tab_item {
    margin-left: 100px;
  }
  .l-project_link {
    margin: 80px auto;
    width: 61.33%;
    max-width: 380px;
  }
  .l-project_link_btn {
    font-size: 2rem;
  }
  .l-project_img {
    position: relative;
    margin-top: 115px;
    margin-bottom: 98px;
    padding-bottom: 65px;
    z-index: 1;
  }
  .l-project_img02 {
    position: relative;
    margin-top: 115px;
    margin-bottom: 98px;
    padding-bottom: 65px;
    position: relative;
    text-align: right;
  }
  .l-project_img::before {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    display: block;
    max-width: 1600px;
    width: 88%;
    height: calc(100% - 160px);
    background: #e6e6e6;
    z-index: -1;
  }
  .l-project_img02::before {
    content: "";
    position: absolute;
    top: 150px;
    right: 0;
    display: block;
    max-width: 1600px;
    width: 88%;
    height: calc(100% - 160px);
    background: #e6e6e6;
    z-index: -1;
  }
  .l-project_learn {
    padding-bottom: 35px;
  }
  .l-project_learn_ttl {
    font-size: 4rem;
  }
  .l-project_learn_list {
    max-width: 550px;
  }
  .l-project .indent {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 13px;
    padding: 10px 0 30px;
  }
}
@media (min-width: 900px) {
  .l-info_achievement {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
  }
  .l-info_achievement_new,
  .l-info_achievement_turn {
    width: 45.74%;
    max-width: 455px;
  }
  .l-info_achievement_ttl {
    padding: 20px 0;
    font-size: 2.4rem;
  }
  .l-info_achievement_inner {
    padding: 74px 30px 0;
  }
  .l-info_achievement_img {
    width: 18.54%;
  }
  .l-info_achievement_list {
    max-width: 270px;
  }
  .l-info_achievement_list li {
    padding: 0 30px 30px 0;
  }
  .l-info_achievement_list li > span {
    font-size: 2rem;
  }
  .l-info_achievement_list li > p {
    font-size: 2.8rem;
  }
  .l-info_achievement_list li > p span {
    font-size: 2rem;
  }
}
@media (min-width: 980px) {
  .c-table th {
    width: 33.3%;
  }
}
@media (min-width: 1330px) {
  .l-header_logo {
    min-width: 330px;
  }
  .l-header_wide {
    padding: 50px 70px;
  }
  .l-header_sp {
    display: none;
  }
  .l-contents {
    padding-bottom: 65px;
  }
}

@media not all and (min-width: 1330px) {
  .l-header {
    background: #e60213;
  }
  .l-header_menu > li + li {
    margin-left: 25px;
  }
  .l-header_wide_list_ttl {
    font-size: 1.5rem;
  }
  .l-header_btnList {
    margin-left: 2.19%;
  }
  .l-header_pc {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .l-mission_section_lead {
    line-height: 1.8;
  }
  .l-mission_section_lead .note,
  .l-mission_detail_txt .note {
    font-size: 1.4rem;
    display: block;
  }
  .l-mission_detail_ttl {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.5rem;
  }
  .l-mission_detail_ttl span {
    margin: 0 auto;
  }
  .l-mission_detail_txt {
    margin: 0 auto 25px;
    width: 92%;
  }
  .l-mission_slide_inner {
    width: 66.66%;
  }

  .l-job_tab_item {
    width: 18.75%;
    height: 132px;
  }
  .l-job_tab_item:nth-child(1) {
    margin-left: 10.66%;
  }
  .l-job_tab_item:nth-child(4) {
    margin-right: 10.66%;
  }
  .l-job_tab_item:nth-child(n + 5) {
    margin-top: 10px;
  }
  .l-job_tab_box_inner {
    flex-direction: column-reverse;
  }
  .l-job_flow_item {
    padding-bottom: 50px;
  }
  .l-job_flow_box {
    position: relative;
    padding: 25px 15px 0;
  }
  .l-job_flow_box_list {
    margin: 30px 0 0 30px;
  }
  .l-job_flow_box_list dd {
    margin-left: 15px;
  }
  .l-job_flow_box_list dd ul li + li {
    margin-left: 15px;
  }

  .l-project_ttlBox {
    padding: 4%;
    margin-top: 40px;
  }
  .l-project_ttl {
    text-align: center;
  }
  .l-project_team_box + .l-project_team_box {
    margin-top: 30px;
  }
  .l-project_contents {
    padding: 4%;
    border-bottom: 4px solid #e60213;
  }
  .l-project_contents_box_img p {
    margin-top: 7px;
    font-size: 1.5rem;
  }
  .l-project_contents_box_txt {
    width: 62.43%;
    font-size: 1.2rem;
  }
  .l-project_tab {
    margin: 0 auto;
    width: 92%;
  }
  .l-project_tab_item.tokyo {
    background-size: 5% auto;
    background-position: 15% center;
  }
  .l-project_tab_item.osaka {
    background-size: 12% auto;
    background-position: 10% center;
  }
  .l-project_tab_item.active.tokyo,
  .l-project_tab_item:hover.tokyo {
    background-size: 5% auto;
    background-position: 15% center;
  }
  .l-project_tab_item.active.osaka,
  .l-project_tab_item:hover.osaka {
    background-size: 12% auto;
    background-position: 10% center;
  }
  .l-project_link {
    margin: 40px auto;
    width: 61.33%;
  }
  .l-topInterview_kv_ttl {
    margin-bottom: 0;
    margin-top: 120px;
  }
  .l-topInterview_kv_ttl span {
    text-shadow: 1px 0px 6px #000;
  }
  .l-project_ttlBox {
    padding: 4%;
    margin-top: 40px;
  }
  .l-project_ttl {
    text-align: center;
  }
  .l-project_team_list {
    flex-wrap: wrap;
  }
  .l-project_team_list li {
    width: 45%;
    margin-bottom: 15px;
  }
  .l-project_team_list li:nth-child(2) {
    margin-right: 0;
  }
  .l-project .indent {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 10px;
    padding: 10px 0 30px;
  }
}
@media not all and (min-width: 480px) {
  .l-job_tab_item {
    height: 73px;
  }
}
@media (min-width: 1280px) {
  .l-footer_inner {
    width: 100%;
    max-width: 1200px;
  }
 /* .l-footer_menu_item + .l-footer_menu_item {
    margin-left: 100px;
  }*/
  .l-recruit_info_btnList {
    width: 100%;
    max-width: 1000px;
  }
  .l-topInfo_inner {
    width: 100%;
    /*max-width: 1316px;*/
  }
  /*.l-topInfo_inner::before {
    left: calc(((100vw - 1000px) / 2) * -1);
    width: calc((100vw - 1000px) / 2);
  }*/
  .l-topMission_inner {
    width: 100%;
    max-width: 1000px;
  }
  .l-topInterview .l-topSection_ttl {
    width: 100%;
    max-width: 1000px;
  }
  .l-topInterview_kv_inner {
    width: 100%;
    max-width: 1000px;
  }
  .l-topInterview_contents {
    width: 100%;
    max-width: 1000px;
  }
  .l-qa {
    padding-bottom: 100px;
  }
  .l-mission_detail_ttl {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .l-mission_detail_ttl span {
    width: 90px;
  }
  .l-mission_detail_txt {
    padding: 35px;
  }
  .l-mission_detail_txt p {
    font-size: 1.8rem;
  }
  .l-mission_detail_txt p .note{
    font-size: 1.6rem;
  }
  .l-job_tab_txt {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .l-topMv {
    background-size: 100% auto;
  }
  
  .l-topMv picture{
    width: 100%;  
  }
  .l-topMv img{
    display: block;
    margin: 0 auto;   
  }
  .l-topMission_kv {
    background-size: cover;
  }
  .l-topInterview_kv {
    background-size: cover;
  }
}
@media (max-width: 1000px) {
  .l-topMv {
    background: linear-gradient(to top, #e60213 190px, transparent 190px)
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .l-project_img_pic {
    width: 88.28%;
    max-width: 1232px;
    margin: 0 auto;
  }
  .l-project_img_pic img{
    width: 88.28%;
    max-width: 1100px;
  }
}

@media (max-width: 768px) {
  .l-header_inner {
    padding-right: 4%;
  }
  .l-header_logo {
    padding: 0 0 0 4%;
  }
  .l-header_logo img {
    width: 200px;
  }
  .mv-copy-sub {
    font-size: 17px;
    margin-top: 10px;
  }
  .l-topMv {
    padding-top: 30px;
    background: linear-gradient(to top, #e60213 67vw, transparent 67vw);
  }
  .mv-slider {
    margin-top: 20px;
  }
  .mv-slider .slick-dots {
    display: flex;
    right: 0;
    bottom: 15px;
  }
  .mv-slider .slick-dots li:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 1200px) {
  .l-topInfo .l-lead {
    display: block;
  }
  
  .lead-img_pc-view {
    display: none;
  }
  .lead-img_sp-view {
    display: block;
    margin-top: 30px;
  }

  .lead-img {
    width: 100%;
    max-width: 100%;
  }

  .lead-txt .pc-view {
    display: none;
  }

}
@media (max-width: 1050px) {
  .pc-view {
    display: none;
  }
  .pc-view {
    display: none;
  }
  .l-job_flow_item {
    height: 100%;
  }
  .l-job_flow_item.item01 {
    background-image: none;
  }
  .l-job_flow_item.item02 {
    background-image: none;
  }
  .l-job_flow_item.item03 {
    background-image: none;
  }
  .l-job_flow_item.item04 {
    background-image: none;
  }
  .l-job_flow_img {
    display: block;
  }
  .l-job_flow_box {
    width: 100%;
    position: relative;
    max-width: 100%;
    left: 0;
    height: auto;
  }
  .l-job_flow_box_txt {
    max-width: 100%;
  }
  .l-info_btn_inner {
    max-width: 80%;
    padding: 0;
  }
  .l-info_btn {
    width: 100%;
  }
  .l-info_btn:first-child {
    margin-bottom: 10px;
  }
}

.na-slide-cover {
  position: relative;
}
.na-slide-cover::before,
.na-slide-cover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: 3;
  background: #fff;
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.na-slide-cover::after {
  top: 49.5%;
  height: 50.5%;
  transition: width 0.5s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.na-slide-cover.up::before,
.na-slide-cover.up::after,
.na-slide-cover.down::before,
.na-slide-cover.down::after {
  top: 0;
  left: 0;
  right: auto;
  width: 50%;
  height: 100%;
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.na-slide-cover.up::after,
.na-slide-cover.down::after {
  top: 0;
  left: 0;
  right: auto;
  width: 50%;
  height: 100%;
  transition: height 0.5s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.na-slide-cover.up::after,
.na-slide-cover.down::after {
  left: 50%;
}
.na-slide-cover.down::before,
.na-slide-cover.down::after {
  top: auto;
  bottom: 0;
}
.na-slide-cover.gray::before,
.na-slide-cover.gray::after {
  background: #f5f5f5;
}
.na-slide-cover.dark::before,
.na-slide-cover.dark::after {
  background: #333;
}
.na-slide-cover.red::before,
.na-slide-cover.red::after {
  background: #e60012;
}
.na-slide-cover.single::before {
  height: 100%;
}
.na-slide-cover.single::after {
  display: none;
}
.na-slide-cover.na-anim-init::before,
.na-slide-cover.na-anim-init::after {
  width: 0;
}
.na-slide-cover.up.na-anim-init::before,
.na-slide-cover.up.na-anim-init::after,
.na-slide-cover.down.na-anim-init::before,
.na-slide-cover.down.na-anim-init::after {
  width: 50%;
  height: 0;
}
.na-fade-in {
  opacity: 0;
  transition: opacity 0.8s;
}
.na-fade-in.na-anim-init {
  opacity: 1;
}
.na-lift-up {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.6s ease-in-out, opacity 0.8s ease-in-out;
}
.na-lift-up.na-anim-init {
  opacity: 1;
  transform: translateY(0);
}
.na-lift-down {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 0.6s ease-in-out, opacity 0.8s ease-in-out;
}
.na-lift-down.na-anim-init {
  opacity: 1;
  transform: translateY(0);
}
.na-scale-in {
  opacity: 0;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.5, 0, 0.3, 1.2),
    opacity 0.6s ease-in-out;
}
.na-scale-in.na-anim-init {
  opacity: 1;
  transform: scale(1);
}
.na-txt-cover {
  display: inline-block;
  position: relative;
  color: transparent;
  transition: all 0s 0.3s;
}
.na-txt-cover.na-anim-init {
  color: #e60012;
}
.na-txt-cover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #e60012;
  transform: scaleX(0);
  transform-origin: left top;
}
.na-txt-cover.white::before {
  background: #fff;
}
.na-txt-cover.black::before {
  background: #000;
}
.na-txt-cover.na-anim-init::before {
  animation: txt_cover cubic-bezier(0.77, 0, 0.175, 1) 0.6s forwards;
}
@keyframes txt_cover {
  0% {
    transform: scaleX(0);
    transform-origin: left top;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left top;
  }
  51% {
    transform: scaleX(1);
    transform-origin: right top;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right top;
  }
}

@media (max-width: 600px) {
  .l-top-lead-btn {
    display: block;
    margin-top: 40px;
  }
  .l-toplead_kv_btn {
    width: 100%;
    margin: 0 auto;
  }
  .l-toplead_kv_btn:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-toplead_kv_btn > .c-btn {
    font-size: 1em;
  }
}
/*# sourceMappingURL=../../_soucemaps/assets/css/style.css.map */
